Skip to content

Commit

Permalink
chore: Updates version to 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Mar 14, 2024
1 parent f0a27b4 commit 7b0d556
Show file tree
Hide file tree
Showing 37 changed files with 5,332 additions and 5,888 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.43.0",
clientRuntimeVersion: "0.44.0",
crtVersion: "0.26.0"
)

Expand Down Expand Up @@ -426,7 +426,6 @@ let serviceTargets: [String] = [
"AWSIoTFleetHub",
"AWSIoTFleetWise",
"AWSIoTJobsDataPlane",
"AWSIoTRoboRunner",
"AWSIoTSecureTunneling",
"AWSIoTSiteWise",
"AWSIoTThingsGraph",
Expand Down Expand Up @@ -603,6 +602,7 @@ let serviceTargets: [String] = [
"AWSSupportApp",
"AWSSynthetics",
"AWSTextract",
"AWSTimestreamInfluxDB",
"AWSTimestreamQuery",
"AWSTimestreamWrite",
"AWSTnb",
Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.38.0
0.39.0
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ This SDK is open-source. Code is available on Github [here](https://github.com/

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

[AWSIoTRoboRunner](../../../../../swift/api/awsiotroborunner/latest)

[AWSIoTSecureTunneling](../../../../../swift/api/awsiotsecuretunneling/latest)

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

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

[AWSTimestreamInfluxDB](../../../../../swift/api/awstimestreaminfluxdb/latest)

[AWSTimestreamQuery](../../../../../swift/api/awstimestreamquery/latest)

[AWSTimestreamWrite](../../../../../swift/api/awstimestreamwrite/latest)
Expand Down
8 changes: 4 additions & 4 deletions Sources/Services/AWSAmplify/AmplifyClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ extension AmplifyClient {

/// Performs the `CreateBackendEnvironment` operation on the `Amplify` service.
///
/// Creates a new backend environment for an Amplify app.
/// 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.
///
/// - Parameter CreateBackendEnvironmentInput : The request structure for the backend environment create request.
///
Expand Down Expand Up @@ -509,7 +509,7 @@ extension AmplifyClient {

/// Performs the `DeleteBackendEnvironment` operation on the `Amplify` service.
///
/// Deletes a backend environment for an Amplify app.
/// 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.
///
/// - Parameter DeleteBackendEnvironmentInput : The request structure for the delete backend environment request.
///
Expand Down Expand Up @@ -910,7 +910,7 @@ extension AmplifyClient {

/// Performs the `GetBackendEnvironment` operation on the `Amplify` service.
///
/// Returns a backend environment for an Amplify app.
/// 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.
///
/// - Parameter GetBackendEnvironmentInput : The request structure for the get backend environment request.
///
Expand Down Expand Up @@ -1256,7 +1256,7 @@ extension AmplifyClient {

/// Performs the `ListBackendEnvironments` operation on the `Amplify` service.
///
/// Lists the backend environments for an Amplify app.
/// 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.
///
/// - Parameter ListBackendEnvironmentsInput : The request structure for the list backend environments request.
///
Expand Down
4 changes: 2 additions & 2 deletions Sources/Services/AWSCloudFormation/CloudFormationClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ extension CloudFormationClient {

/// Performs the `DescribeStackEvents` operation on the `CloudFormation` service.
///
/// 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).
/// 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).
///
/// - Parameter DescribeStackEventsInput : The input for [DescribeStackEvents] action.
///
Expand Down Expand Up @@ -1722,7 +1722,7 @@ extension CloudFormationClient {

/// Performs the `DescribeStacks` operation on the `CloudFormation` service.
///
/// 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.
/// 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.
///
/// - Parameter DescribeStacksInput : The input for [DescribeStacks] action.
///
Expand Down
2 changes: 0 additions & 2 deletions Sources/Services/AWSCloudFormation/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14035,8 +14035,6 @@ extension CloudFormationClientTypes {
///
/// * 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.
///
/// * 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.
///
/// * 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.
///
/// * PENDING: The operation in the specified account and Region has yet to start.
Expand Down
22 changes: 17 additions & 5 deletions Sources/Services/AWSConnect/ConnectClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,13 @@ extension ConnectClient {

/// Performs the `DeleteQuickConnect` operation on the `AmazonConnectService` service.
///
/// Deletes a quick connect.
/// 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:
///
/// * Avoid dangling resources that impact your service quotas.
///
/// * Remove deleted users so they don't appear to agents as transfer options.
///
/// * 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).
///
/// - Parameter DeleteQuickConnectInput : [no documentation found]
///
Expand Down Expand Up @@ -3458,7 +3464,13 @@ extension ConnectClient {

/// Performs the `DeleteUser` operation on the `AmazonConnectService` service.
///
/// 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.
/// 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:
///
/// * Avoid dangling resources that impact your service quotas.
///
/// * Remove deleted users so they don't appear to agents as transfer options.
///
/// * 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).
///
/// - Parameter DeleteUserInput : [no documentation found]
///
Expand Down Expand Up @@ -6565,7 +6577,7 @@ extension ConnectClient {

/// Performs the `ListContactReferences` operation on the `AmazonConnectService` service.
///
/// 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.
/// 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.
///
/// - Parameter ListContactReferencesInput : [no documentation found]
///
Expand Down Expand Up @@ -9955,7 +9967,7 @@ extension ConnectClient {

/// Performs the `StopContact` operation on the `AmazonConnectService` service.
///
/// Ends the specified contact. This call does not work for voice contacts that use the following initiation methods:
/// Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use the following initiation methods:
///
/// * DISCONNECT
///
Expand All @@ -9964,7 +9976,7 @@ extension ConnectClient {
/// * QUEUE_TRANSFER
///
///
/// Chat and task contacts, however, can be terminated in any state, regardless of initiation method.
/// Chat and task contacts can be terminated in any state, regardless of initiation method.
///
/// - Parameter StopContactInput : [no documentation found]
///
Expand Down
24 changes: 15 additions & 9 deletions Sources/Services/AWSConnect/models/Models.swift

Large diffs are not rendered by default.

Loading

0 comments on commit 7b0d556

Please sign in to comment.