Skip to content

Commit

Permalink
Release v1.48.7 (2023-11-28) (#5085)
Browse files Browse the repository at this point in the history
Release v1.48.7 (2023-11-28)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/bedrock`: Updates service API and documentation
* `service/bedrock-agent`: Adds new service
* `service/bedrock-agent-runtime`: Adds new service
* `service/bedrock-runtime`: Updates service API, documentation, and waiters
* `service/connect`: Updates service API, documentation, and paginators
* `service/customer-profiles`: Updates service API and documentation
* `service/qbusiness`: Updates service API, documentation, paginators, and examples
* `service/qconnect`: Updates service API, documentation, paginators, and examples
* `service/s3`: Updates service API, documentation, paginators, and examples
  * Adds support for S3 Express One Zone.
* `service/s3control`: Updates service API and documentation
  * Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.
  • Loading branch information
aws-sdk-go-automation committed Nov 28, 2023
1 parent 0cc9ddb commit ba70194
Show file tree
Hide file tree
Showing 87 changed files with 94,424 additions and 3,341 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.48.7 (2023-11-28)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/bedrock`: Updates service API and documentation
* `service/bedrock-agent`: Adds new service
* `service/bedrock-agent-runtime`: Adds new service
* `service/bedrock-runtime`: Updates service API, documentation, and waiters
* `service/connect`: Updates service API, documentation, and paginators
* `service/customer-profiles`: Updates service API and documentation
* `service/qbusiness`: Updates service API, documentation, paginators, and examples
* `service/qconnect`: Updates service API, documentation, paginators, and examples
* `service/s3`: Updates service API, documentation, paginators, and examples
* Adds support for S3 Express One Zone.
* `service/s3control`: Updates service API and documentation
* Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.

Release v1.48.6 (2023-11-28)
===

Expand Down
267 changes: 267 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.48.6"
const SDKVersion = "1.48.7"
13 changes: 11 additions & 2 deletions models/apis/accessanalyzer/2019-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,8 @@
"secretsManagerSecret":{"shape":"SecretsManagerSecretConfiguration"},
"s3Bucket":{"shape":"S3BucketConfiguration"},
"snsTopic":{"shape":"SnsTopicConfiguration"},
"sqsQueue":{"shape":"SqsQueueConfiguration"}
"sqsQueue":{"shape":"SqsQueueConfiguration"},
"s3ExpressDirectoryBucket":{"shape":"S3ExpressDirectoryBucketConfiguration"}
},
"union":true
},
Expand Down Expand Up @@ -2217,7 +2218,8 @@
"AWS::ECR::Repository",
"AWS::RDS::DBSnapshot",
"AWS::RDS::DBClusterSnapshot",
"AWS::SNS::Topic"
"AWS::SNS::Topic",
"AWS::S3Express::DirectoryBucket"
]
},
"RetiringPrincipal":{"type":"string"},
Expand Down Expand Up @@ -2263,6 +2265,13 @@
}
},
"S3BucketPolicy":{"type":"string"},
"S3ExpressDirectoryBucketConfiguration":{
"type":"structure",
"members":{
"bucketPolicy":{"shape":"S3ExpressDirectoryBucketPolicy"}
}
},
"S3ExpressDirectoryBucketPolicy":{"type":"string"},
"S3PublicAccessBlockConfiguration":{
"type":"structure",
"required":[
Expand Down
14 changes: 13 additions & 1 deletion models/apis/accessanalyzer/2019-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
"S3BucketConfiguration": {
"base": "<p>Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a 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 <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html\">Bucket Policy Examples</a>.</p>",
"refs": {
"Configuration$s3Bucket": "<p>The access control configuration is for an Amazon S3 Bucket. </p>"
"Configuration$s3Bucket": "<p>The access control configuration is for an Amazon S3 bucket. </p>"
}
},
"S3BucketPolicy": {
Expand All @@ -1316,6 +1316,18 @@
"S3BucketConfiguration$bucketPolicy": "<p>The proposed bucket policy for the Amazon S3 bucket.</p>"
}
},
"S3ExpressDirectoryBucketConfiguration": {
"base": "<p>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 <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example bucket policies</a>.</p>",
"refs": {
"Configuration$s3ExpressDirectoryBucket": "<p>The access control configuration is for an Amazon S3 directory bucket.</p>"
}
},
"S3ExpressDirectoryBucketPolicy": {
"base": null,
"refs": {
"S3ExpressDirectoryBucketConfiguration$bucketPolicy": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
}
},
"S3PublicAccessBlockConfiguration": {
"base": "<p>The <code>PublicAccessBlock</code> configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses <code>false</code>. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses <code>true</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html\">PublicAccessBlockConfiguration</a>. </p>",
"refs": {
Expand Down

0 comments on commit ba70194

Please sign in to comment.