Skip to content

Commit 7b0d556

Browse files
chore: Updates version to 0.39.0
1 parent f0a27b4 commit 7b0d556

File tree

37 files changed

+5332
-5888
lines changed

37 files changed

+5332
-5888
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func addResolvedTargets() {
241241
// MARK: - Generated
242242

243243
addDependencies(
244-
clientRuntimeVersion: "0.43.0",
244+
clientRuntimeVersion: "0.44.0",
245245
crtVersion: "0.26.0"
246246
)
247247

@@ -426,7 +426,6 @@ let serviceTargets: [String] = [
426426
"AWSIoTFleetHub",
427427
"AWSIoTFleetWise",
428428
"AWSIoTJobsDataPlane",
429-
"AWSIoTRoboRunner",
430429
"AWSIoTSecureTunneling",
431430
"AWSIoTSiteWise",
432431
"AWSIoTThingsGraph",
@@ -603,6 +602,7 @@ let serviceTargets: [String] = [
603602
"AWSSupportApp",
604603
"AWSSynthetics",
605604
"AWSTextract",
605+
"AWSTimestreamInfluxDB",
606606
"AWSTimestreamQuery",
607607
"AWSTimestreamWrite",
608608
"AWSTnb",

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.38.0
1+
0.39.0

Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
365365

366366
[AWSIoTJobsDataPlane](../../../../../swift/api/awsiotjobsdataplane/latest)
367367

368-
[AWSIoTRoboRunner](../../../../../swift/api/awsiotroborunner/latest)
369-
370368
[AWSIoTSecureTunneling](../../../../../swift/api/awsiotsecuretunneling/latest)
371369

372370
[AWSIoTSiteWise](../../../../../swift/api/awsiotsitewise/latest)
@@ -719,6 +717,8 @@ This SDK is open-source. Code is available on Github [here](https://github.com/
719717

720718
[AWSTextract](../../../../../swift/api/awstextract/latest)
721719

720+
[AWSTimestreamInfluxDB](../../../../../swift/api/awstimestreaminfluxdb/latest)
721+
722722
[AWSTimestreamQuery](../../../../../swift/api/awstimestreamquery/latest)
723723

724724
[AWSTimestreamWrite](../../../../../swift/api/awstimestreamwrite/latest)

Sources/Services/AWSAmplify/AmplifyClient.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ extension AmplifyClient {
192192

193193
/// Performs the `CreateBackendEnvironment` operation on the `Amplify` service.
194194
///
195-
/// Creates a new backend environment for an Amplify app.
195+
/// Creates a new backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
196196
///
197197
/// - Parameter CreateBackendEnvironmentInput : The request structure for the backend environment create request.
198198
///
@@ -509,7 +509,7 @@ extension AmplifyClient {
509509

510510
/// Performs the `DeleteBackendEnvironment` operation on the `Amplify` service.
511511
///
512-
/// Deletes a backend environment for an Amplify app.
512+
/// Deletes a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
513513
///
514514
/// - Parameter DeleteBackendEnvironmentInput : The request structure for the delete backend environment request.
515515
///
@@ -910,7 +910,7 @@ extension AmplifyClient {
910910

911911
/// Performs the `GetBackendEnvironment` operation on the `Amplify` service.
912912
///
913-
/// Returns a backend environment for an Amplify app.
913+
/// Returns a backend environment for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
914914
///
915915
/// - Parameter GetBackendEnvironmentInput : The request structure for the get backend environment request.
916916
///
@@ -1256,7 +1256,7 @@ extension AmplifyClient {
12561256

12571257
/// Performs the `ListBackendEnvironments` operation on the `Amplify` service.
12581258
///
1259-
/// Lists the backend environments for an Amplify app.
1259+
/// Lists the backend environments for an Amplify app. This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
12601260
///
12611261
/// - Parameter ListBackendEnvironmentsInput : The request structure for the list backend environments request.
12621262
///

Sources/Services/AWSCloudFormation/CloudFormationClient.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ extension CloudFormationClient {
14041404

14051405
/// Performs the `DescribeStackEvents` operation on the `CloudFormation` service.
14061406
///
1407-
/// Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, go to [Stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-stack.html) in the CloudFormation User Guide. You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
1407+
/// Returns all stack related events for a specified stack in reverse chronological order. For more information about a stack's event history, see [CloudFormation stack creation events](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html) in the CloudFormation User Guide. You can list events for stacks that have failed to create or have been deleted by specifying the unique stack identifier (stack ID).
14081408
///
14091409
/// - Parameter DescribeStackEventsInput : The input for [DescribeStackEvents] action.
14101410
///
@@ -1722,7 +1722,7 @@ extension CloudFormationClient {
17221722

17231723
/// Performs the `DescribeStacks` operation on the `CloudFormation` service.
17241724
///
1725-
/// Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. If the stack doesn't exist, a ValidationError is returned.
1725+
/// Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created. For more information about a stack's event history, see [CloudFormation stack creation events](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stack-resource-configuration-complete.html) in the CloudFormation User Guide. If the stack doesn't exist, a ValidationError is returned.
17261726
///
17271727
/// - Parameter DescribeStacksInput : The input for [DescribeStacks] action.
17281728
///

Sources/Services/AWSCloudFormation/models/Models.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14035,8 +14035,6 @@ extension CloudFormationClientTypes {
1403514035
///
1403614036
/// * FAILED: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
1403714037
///
14038-
/// * FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough stack set operations fail in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.
14039-
///
1404014038
/// * INOPERABLE: A DeleteStackInstances operation has failed and left the stack in an unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might need to perform a DeleteStackInstances operation, with RetainStacks set to true, to delete the stack instance, and then delete the stack manually.
1404114039
///
1404214040
/// * PENDING: The operation in the specified account and Region has yet to start.

Sources/Services/AWSConnect/ConnectClient.swift

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3106,7 +3106,13 @@ extension ConnectClient {
31063106

31073107
/// Performs the `DeleteQuickConnect` operation on the `AmazonConnectService` service.
31083108
///
3109-
/// Deletes a quick connect.
3109+
/// Deletes a quick connect. After calling [DeleteUser](https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteUser.html), it's important to call DeleteQuickConnect to delete any records related to the deleted users. This will help you:
3110+
///
3111+
/// * Avoid dangling resources that impact your service quotas.
3112+
///
3113+
/// * Remove deleted users so they don't appear to agents as transfer options.
3114+
///
3115+
/// * Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using [Amazon Connect Global Resiliency](https://docs.aws.amazon.com/connect/latest/adminguide/setup-connect-global-resiliency.html).
31103116
///
31113117
/// - Parameter DeleteQuickConnectInput : [no documentation found]
31123118
///
@@ -3458,7 +3464,13 @@ extension ConnectClient {
34583464

34593465
/// Performs the `DeleteUser` operation on the `AmazonConnectService` service.
34603466
///
3461-
/// Deletes a user account from the specified Amazon Connect instance. For information about what happens to a user's data when their account is deleted, see [Delete Users from Your Amazon Connect Instance](https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html) in the Amazon Connect Administrator Guide.
3467+
/// Deletes a user account from the specified Amazon Connect instance. For information about what happens to a user's data when their account is deleted, see [Delete Users from Your Amazon Connect Instance](https://docs.aws.amazon.com/connect/latest/adminguide/delete-users.html) in the Amazon Connect Administrator Guide. After calling DeleteUser, call [DeleteQuickConnect](https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteQuickConnect.html) to delete any records related to the deleted users. This will help you:
3468+
///
3469+
/// * Avoid dangling resources that impact your service quotas.
3470+
///
3471+
/// * Remove deleted users so they don't appear to agents as transfer options.
3472+
///
3473+
/// * Avoid the disruption of other Amazon Connect processes, such as instance replication and syncing if you're using [Amazon Connect Global Resiliency](https://docs.aws.amazon.com/connect/latest/adminguide/setup-connect-global-resiliency.html).
34623474
///
34633475
/// - Parameter DeleteUserInput : [no documentation found]
34643476
///
@@ -6565,7 +6577,7 @@ extension ConnectClient {
65656577

65666578
/// Performs the `ListContactReferences` operation on the `AmazonConnectService` service.
65676579
///
6568-
/// This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact.
6580+
/// This API is in preview release for Amazon Connect and is subject to change. For the specified referenceTypes, returns a list of references associated with the contact. References are links to documents that are related to a contact, such as emails, attachments, or URLs.
65696581
///
65706582
/// - Parameter ListContactReferencesInput : [no documentation found]
65716583
///
@@ -9955,7 +9967,7 @@ extension ConnectClient {
99559967

99569968
/// Performs the `StopContact` operation on the `AmazonConnectService` service.
99579969
///
9958-
/// Ends the specified contact. This call does not work for voice contacts that use the following initiation methods:
9970+
/// Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use the following initiation methods:
99599971
///
99609972
/// * DISCONNECT
99619973
///
@@ -9964,7 +9976,7 @@ extension ConnectClient {
99649976
/// * QUEUE_TRANSFER
99659977
///
99669978
///
9967-
/// Chat and task contacts, however, can be terminated in any state, regardless of initiation method.
9979+
/// Chat and task contacts can be terminated in any state, regardless of initiation method.
99689980
///
99699981
/// - Parameter StopContactInput : [no documentation found]
99709982
///

Sources/Services/AWSConnect/models/Models.swift

Lines changed: 15 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)