Skip to content

Commit 46ddc60

Browse files
chore: Updates version to 0.38.0
1 parent b301970 commit 46ddc60

File tree

67 files changed

+4457
-784
lines changed

Some content is hidden

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

67 files changed

+4457
-784
lines changed

Package.swift

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

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

Package.version

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

Sources/Services/AWSAPIGateway/models/Models.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15945,7 +15945,7 @@ extension APIGatewayClientTypes {
1594515945
public var cacheTtlInSeconds: Swift.Int
1594615946
/// Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
1594715947
public var cachingEnabled: Swift.Bool
15948-
/// Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.
15948+
/// Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
1594915949
public var dataTraceEnabled: Swift.Bool
1595015950
/// Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
1595115951
public var loggingLevel: Swift.String?

Sources/Services/AWSAccessAnalyzer/AccessAnalyzerClient.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ extension AccessAnalyzerClient {
823823

824824
/// Performs the `GetFinding` operation on the `AccessAnalyzer` service.
825825
///
826-
/// Retrieves information about the specified finding.
826+
/// Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
827827
///
828828
/// - Parameter GetFindingInput : Retrieves a finding.
829829
///
@@ -874,7 +874,7 @@ extension AccessAnalyzerClient {
874874

875875
/// Performs the `GetFindingV2` operation on the `AccessAnalyzer` service.
876876
///
877-
/// Retrieves information about the specified finding.
877+
/// Retrieves information about the specified finding. GetFinding and GetFindingV2 both use access-analyzer:GetFinding in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:GetFinding action.
878878
///
879879
/// - Parameter GetFindingV2Input : [no documentation found]
880880
///
@@ -1080,7 +1080,7 @@ extension AccessAnalyzerClient {
10801080

10811081
/// Performs the `ListAnalyzedResources` operation on the `AccessAnalyzer` service.
10821082
///
1083-
/// Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
1083+
/// Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. This action is not supported for unused access analyzers.
10841084
///
10851085
/// - Parameter ListAnalyzedResourcesInput : Retrieves a list of resources that have been analyzed.
10861086
///
@@ -1233,7 +1233,7 @@ extension AccessAnalyzerClient {
12331233

12341234
/// Performs the `ListFindings` operation on the `AccessAnalyzer` service.
12351235
///
1236-
/// Retrieves a list of findings generated by the specified analyzer. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide.
1236+
/// Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide.
12371237
///
12381238
/// - Parameter ListFindingsInput : Retrieves a list of findings generated by the specified analyzer.
12391239
///
@@ -1286,7 +1286,7 @@ extension AccessAnalyzerClient {
12861286

12871287
/// Performs the `ListFindingsV2` operation on the `AccessAnalyzer` service.
12881288
///
1289-
/// Retrieves a list of findings generated by the specified analyzer. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide.
1289+
/// Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings in the Action element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings action. To learn about filter keys that you can use to retrieve a list of findings, see [IAM Access Analyzer filter keys](https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html) in the IAM User Guide.
12901290
///
12911291
/// - Parameter ListFindingsV2Input : [no documentation found]
12921292
///

Sources/Services/AWSAccessAnalyzer/models/Models.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension AccessAnalyzerClientTypes.Access: Swift.Codable {
3636
extension AccessAnalyzerClientTypes {
3737
/// Contains information about actions that define permissions to check against a policy.
3838
public struct Access: Swift.Equatable {
39-
/// A list of actions for the access permissions.
39+
/// A list of actions for the access permissions. Any strings that can be used as an action in an IAM policy can be used in the list of actions to check.
4040
/// This member is required.
4141
public var actions: [Swift.String]?
4242

@@ -2424,7 +2424,7 @@ public struct CreateAnalyzerInput: Swift.Equatable {
24242424
public var configuration: AccessAnalyzerClientTypes.AnalyzerConfiguration?
24252425
/// An array of key-value pairs to apply to the analyzer.
24262426
public var tags: [Swift.String:Swift.String]?
2427-
/// The type of analyzer to create. Only ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS, and ORGANIZTAION_UNUSED_ACCESS analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
2427+
/// The type of analyzer to create. Only ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS, and ORGANIZATION_UNUSED_ACCESS analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.
24282428
/// This member is required.
24292429
public var type: AccessAnalyzerClientTypes.ModelType?
24302430

@@ -8417,7 +8417,7 @@ extension AccessAnalyzerClientTypes.S3ExpressDirectoryBucketConfiguration: Swift
84178417
}
84188418

84198419
extension AccessAnalyzerClientTypes {
8420-
/// Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see [Example bucket policies](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html).
8420+
/// Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about Amazon S3 directory bucket policies, see [Example directory bucket policies for S3 Express One Zone](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html).
84218421
public struct S3ExpressDirectoryBucketConfiguration: Swift.Equatable {
84228422
/// The proposed bucket policy for the Amazon S3 directory bucket.
84238423
public var bucketPolicy: Swift.String?

Sources/Services/AWSAppConfig/AppConfigClient.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ extension AppConfigClient {
378378
/// * For a custom Amazon SQS notification extension, enter the ARN of an Amazon SQS message queue in the Uri field.
379379
///
380380
///
381-
/// For more information about extensions, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
381+
/// For more information about extensions, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
382382
///
383383
/// - Parameter CreateExtensionInput : [no documentation found]
384384
///
@@ -431,7 +431,7 @@ extension AppConfigClient {
431431

432432
/// Performs the `CreateExtensionAssociation` operation on the `AmazonAppConfig` service.
433433
///
434-
/// When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
434+
/// When you create an extension or configure an Amazon Web Services authored extension, you associate the extension with an AppConfig application, environment, or configuration profile. For example, you can choose to run the AppConfig deployment events to Amazon SNS Amazon Web Services authored extension and receive notifications on an Amazon SNS topic anytime a configuration deployment is started for a specific application. Defining which extension to associate with an AppConfig resource is called an extension association. An extension association is a specified relationship between an extension and an AppConfig resource, such as an application or a configuration profile. For more information about extensions and associations, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
435435
///
436436
/// - Parameter CreateExtensionAssociationInput : [no documentation found]
437437
///
@@ -1220,7 +1220,7 @@ extension AppConfigClient {
12201220

12211221
/// Performs the `GetExtensionAssociation` operation on the `AmazonAppConfig` service.
12221222
///
1223-
/// Returns information about an AppConfig extension association. For more information about extensions and associations, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
1223+
/// Returns information about an AppConfig extension association. For more information about extensions and associations, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
12241224
///
12251225
/// - Parameter GetExtensionAssociationInput : [no documentation found]
12261226
///
@@ -1559,7 +1559,7 @@ extension AppConfigClient {
15591559

15601560
/// Performs the `ListExtensionAssociations` operation on the `AmazonAppConfig` service.
15611561
///
1562-
/// Lists all AppConfig extension associations in the account. For more information about extensions and associations, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
1562+
/// Lists all AppConfig extension associations in the account. For more information about extensions and associations, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
15631563
///
15641564
/// - Parameter ListExtensionAssociationsInput : [no documentation found]
15651565
///
@@ -1607,7 +1607,7 @@ extension AppConfigClient {
16071607

16081608
/// Performs the `ListExtensions` operation on the `AmazonAppConfig` service.
16091609
///
1610-
/// Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
1610+
/// Lists all custom and Amazon Web Services authored AppConfig extensions in the account. For more information about extensions, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
16111611
///
16121612
/// - Parameter ListExtensionsInput : [no documentation found]
16131613
///
@@ -2156,7 +2156,7 @@ extension AppConfigClient {
21562156

21572157
/// Performs the `UpdateExtension` operation on the `AmazonAppConfig` service.
21582158
///
2159-
/// Updates an AppConfig extension. For more information about extensions, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
2159+
/// Updates an AppConfig extension. For more information about extensions, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
21602160
///
21612161
/// - Parameter UpdateExtensionInput : [no documentation found]
21622162
///
@@ -2208,7 +2208,7 @@ extension AppConfigClient {
22082208

22092209
/// Performs the `UpdateExtensionAssociation` operation on the `AmazonAppConfig` service.
22102210
///
2211-
/// Updates an association. For more information about extensions and associations, see [Working with AppConfig extensions](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
2211+
/// Updates an association. For more information about extensions and associations, see [Extending workflows](https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html) in the AppConfig User Guide.
22122212
///
22132213
/// - Parameter UpdateExtensionAssociationInput : [no documentation found]
22142214
///

0 commit comments

Comments
 (0)