Skip to content

Commit be360db

Browse files
ganeshnjAWS CI
andauthored
Release 0.12.0 (#916)
* kick off release 0.12.0 * aws-sdk-swift release build artifacts * Empty commit --------- Co-authored-by: AWS CI <[email protected]>
1 parent 83eb0f3 commit be360db

File tree

140 files changed

+20740
-6825
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+20740
-6825
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,6 @@ case (false, true):
10781078
]
10791079
case (false, false):
10801080
package.dependencies += [
1081-
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.13.0"))
1081+
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.14.0"))
10821082
]
10831083
}

Sources/Services/AWSAccessAnalyzer/models/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ extension AccessAnalyzerClientTypes.AclGrantee: Swift.Codable {
626626

627627
extension AccessAnalyzerClientTypes {
628628
/// You specify each grantee as a type-value pair using one of these types. You can specify only one type of grantee. For more information, see [PutBucketAcl](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html).
629-
public enum AclGrantee: Swift.Equatable, Swift.Hashable {
629+
public enum AclGrantee: Swift.Equatable {
630630
/// The value specified is the canonical user ID of an Amazon Web Services account.
631631
case id(Swift.String)
632632
/// Used for granting permissions to a predefined group.

Sources/Services/AWSAccount/models/Models.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ extension DisableRegionInput: ClientRuntime.URLPathProvider {
505505
public struct DisableRegionInput: Swift.Equatable {
506506
/// Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the [organization's management account](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account) or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have [all features enabled](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html), and the organization must have [trusted access](https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html) enabled for the Account Management service, and optionally a [delegated admin](https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html) account assigned. The management account can't specify its own AccountId. It must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
507507
public var accountId: Swift.String?
508-
/// Specifies the Region-code for a given Region name (for example, af-south-1). When you disable a Region, AWS performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.
508+
/// Specifies the Region-code for a given Region name (for example, af-south-1). When you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such as destroying IAM resources in the Region. This process takes a few minutes for most accounts, but this can take several hours. You cannot enable the Region until the disabling process is fully completed.
509509
/// This member is required.
510510
public var regionName: Swift.String?
511511

@@ -605,7 +605,7 @@ extension EnableRegionInput: ClientRuntime.URLPathProvider {
605605
public struct EnableRegionInput: Swift.Equatable {
606606
/// Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation. If you don't specify this parameter, it defaults to the Amazon Web Services account of the identity used to call the operation. To use this parameter, the caller must be an identity in the [organization's management account](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#account) or a delegated administrator account. The specified account ID must also be a member account in the same organization. The organization must have [all features enabled](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html), and the organization must have [trusted access](https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-trusted-access.html) enabled for the Account Management service, and optionally a [delegated admin](https://docs.aws.amazon.com/organizations/latest/userguide/using-orgs-delegated-admin.html) account assigned. The management account can't specify its own AccountId. It must call the operation in standalone context by not including the AccountId parameter. To call this operation on an account that is not a member of an organization, don't specify this parameter. Instead, call the operation using an identity belonging to the account whose contacts you wish to retrieve or modify.
607607
public var accountId: Swift.String?
608-
/// Specifies the Region-code for a given Region name (for example, af-south-1). When you enable a Region, AWS performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.
608+
/// Specifies the Region-code for a given Region name (for example, af-south-1). When you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such as distributing your IAM resources to the Region. This process takes a few minutes for most accounts, but it can take several hours. You cannot use the Region until this process is complete. Furthermore, you cannot disable the Region until the enabling process is fully completed.
609609
/// This member is required.
610610
public var regionName: Swift.String?
611611

@@ -1867,7 +1867,7 @@ extension AccountClientTypes.ValidationExceptionField: Swift.CustomDebugStringCo
18671867
}
18681868

18691869
extension AccountClientTypes {
1870-
/// The input failed to meet the constraints specified by the AWS service in a specified field.
1870+
/// The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.
18711871
public struct ValidationExceptionField: Swift.Equatable {
18721872
/// A message about the validation exception.
18731873
/// This member is required.

Sources/Services/AWSAmplifyUIBuilder/models/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4449,7 +4449,7 @@ extension AmplifyUIBuilderClientTypes.FormStyleConfig: Swift.Codable {
44494449

44504450
extension AmplifyUIBuilderClientTypes {
44514451
/// Describes the configuration settings for the form's style properties.
4452-
public enum FormStyleConfig: Swift.Equatable, Swift.Hashable {
4452+
public enum FormStyleConfig: Swift.Equatable {
44534453
/// A reference to a design token to use to bind the form's style properties to an existing theme.
44544454
case tokenreference(Swift.String)
44554455
/// The value of the style setting.

0 commit comments

Comments
 (0)