Skip to content

Commit c1eef62

Browse files
chore: Updates version to 1.5.75
1 parent be02370 commit c1eef62

File tree

17 files changed

+3445
-337
lines changed

17 files changed

+3445
-337
lines changed

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.74
1+
1.5.75

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.75
1+
1.5.76

Sources/Core/AWSSDKDynamic/Sources/AWSSDKDynamic/PackageVersion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
// Code is auto-generated. DO NOT EDIT!
99

10-
public let packageVersion = "1.5.74"
10+
public let packageVersion = "1.5.75"

Sources/Services/AWSConnectCases/Sources/AWSConnectCases/ConnectCasesClient.swift

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,14 +969,34 @@ extension ConnectCasesClient {
969969

970970
/// Performs the `CreateRelatedItem` operation on the `ConnectCases` service.
971971
///
972-
/// Creates a related item (comments, tasks, and contacts) and associates it with a case.
972+
/// Creates a related item (comments, tasks, and contacts) and associates it with a case. There's a quota for the number of fields allowed in a Custom type related item. See [Amazon Connect Cases quotas](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#cases-quotas). Use cases Following are examples of related items that you may want to associate with a case:
973+
///
974+
/// * Related contacts, such as calls, chats, emails tasks
975+
///
976+
/// * Comments, for agent notes
977+
///
978+
/// * SLAs, to capture target resolution goals
979+
///
980+
/// * Cases, to capture related Amazon Connect Cases
981+
///
982+
/// * Files, such as policy documentation or customer-provided attachments
983+
///
984+
/// * Custom related items, which provide flexibility for you to define related items that such as bookings, orders, products, notices, and more
985+
///
986+
///
987+
/// Important things to know
988+
///
989+
/// * If you are associating a contact to a case by passing in Contact for a type, you must have [DescribeContact](https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeContact.html) permission on the ARN of the contact that you provide in content.contact.contactArn.
973990
///
974991
/// * A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a contactArn). All Related Items have their own internal identifier, the relatedItemArn. Examples of related items include comments and contacts.
975992
///
976993
/// * If you provide a value for performedBy.userArn you must also have [DescribeUser](https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html) permission on the ARN of the user that you provide.
977994
///
978995
/// * The type field is reserved for internal use only.
979996
///
997+
///
998+
/// Endpoints: See [Amazon Connect endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/connect_region.html).
999+
///
9801000
/// - Parameter input: [no documentation found] (Type: `CreateRelatedItemInput`)
9811001
///
9821002
/// - Returns: [no documentation found] (Type: `CreateRelatedItemOutput`)
@@ -1355,9 +1375,9 @@ extension ConnectCasesClient {
13551375
///
13561376
/// * Deleted fields are not included in the ListFields response.
13571377
///
1358-
/// * Calling CreateCase with a deleted field throws a ValidationException denoting which field IDs in the request have been deleted.
1378+
/// * Calling CreateCase with a deleted field throws a ValidationException denoting which field identifiers in the request have been deleted.
13591379
///
1360-
/// * Calling GetCase with a deleted field ID returns the deleted field's value if one exists.
1380+
/// * Calling GetCase with a deleted field identifier returns the deleted field's value if one exists.
13611381
///
13621382
/// * Calling UpdateCase with a deleted field ID throws a ValidationException if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using emptyValue: {}) the field's value from the case.
13631383
///
@@ -2745,7 +2765,7 @@ extension ConnectCasesClient {
27452765
///
27462766
/// Important things to know
27472767
///
2748-
/// * This API returns case IDs, not complete case objects. To retrieve full case details, you must make additional calls to the [GetCase](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetCase.html) API for each returned case ID.
2768+
/// * This API returns case identifiers, not complete case objects. To retrieve full case details, you must make additional calls to the [GetCase](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetCase.html) API for each returned case ID.
27492769
///
27502770
/// * This API searches across related items content, not case fields. Use the [SearchCases](https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_SearchCases.html) API to search within case field values.
27512771
///
@@ -3193,6 +3213,7 @@ extension ConnectCasesClient {
31933213
/// - `ConflictException` : The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
31943214
/// - `InternalServerException` : We couldn't process your request because of an issue with the server. Try again later.
31953215
/// - `ResourceNotFoundException` : We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
3216+
/// - `ServiceQuotaExceededException` : The service quota has been exceeded. For a list of service quotas, see [Amazon Connect Service Quotas](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide.
31963217
/// - `ThrottlingException` : The rate has been exceeded for this API. Please try again after a few minutes.
31973218
/// - `ValidationException` : The request isn't valid. Check the syntax and try again.
31983219
public func updateCaseRule(input: UpdateCaseRuleInput) async throws -> UpdateCaseRuleOutput {
@@ -3421,6 +3442,7 @@ extension ConnectCasesClient {
34213442
/// - `ConflictException` : The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.
34223443
/// - `InternalServerException` : We couldn't process your request because of an issue with the server. Try again later.
34233444
/// - `ResourceNotFoundException` : We couldn't find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
3445+
/// - `ServiceQuotaExceededException` : The service quota has been exceeded. For a list of service quotas, see [Amazon Connect Service Quotas](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html) in the Amazon Connect Administrator Guide.
34243446
/// - `ThrottlingException` : The rate has been exceeded for this API. Please try again after a few minutes.
34253447
/// - `ValidationException` : The request isn't valid. Check the syntax and try again.
34263448
public func updateTemplate(input: UpdateTemplateInput) async throws -> UpdateTemplateOutput {

0 commit comments

Comments
 (0)