Skip to content

Commit d6ca2ec

Browse files
Merging v1.0.4 release
2 parents 08a88d1 + bf1b536 commit d6ca2ec

File tree

14 files changed

+34548
-2210
lines changed

14 files changed

+34548
-2210
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.0.4] - 11/28/2023
4+
5+
### Features
6+
* (**accessanalyzer**) This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
7+
* (**bedrock**) This release adds support for customization types, model life cycle status and minor versions/aliases for model identifiers.
8+
* (**bedrockagent**) This release introduces Agents for Amazon Bedrock
9+
* (**bedrockagentruntime**) This release introduces Agents for Amazon Bedrock Runtime
10+
* (**bedrockruntime**) This release adds support for minor versions/aliases for invoke model identifier.
11+
* (**connect**) Added support for following capabilities: Amazon Connect's in-app, web, and video calling. Two-way SMS integrations. Contact Lens real-time chat analytics feature. Amazon Connect Analytics Datalake capability. Capability to configure real time chat rules.
12+
* (**customerprofiles**) This release introduces DetectProfileObjectType API to auto generate object type mapping.
13+
* (**qbusiness**) Amazon Q - a generative AI powered application that your employees can use to ask questions and get answers from knowledge spread across disparate content repositories, summarize reports, write articles, take actions, and much more - all within their company's connected content repositories.
14+
* (**qconnect**) Amazon Q in Connect, an LLM-enhanced evolution of Amazon Connect Wisdom. This release adds generative AI support to Amazon Q Connect QueryAssistant and GetRecommendations APIs.
15+
* (**s3**) Adds support for S3 Express One Zone.
16+
* (**s3control**) Adds support for S3 Express One Zone, and InvocationSchemaVersion 2.0 for S3 Batch Operations.
17+
318
## [1.0.3] - 11/28/2023
419

520
### Features

codegen/sdk/aws-models/accessanalyzer.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@
23312331
"s3Bucket": {
23322332
"target": "com.amazonaws.accessanalyzer#S3BucketConfiguration",
23332333
"traits": {
2334-
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 Bucket. </p>"
2334+
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 bucket. </p>"
23352335
}
23362336
},
23372337
"snsTopic": {
@@ -2345,6 +2345,12 @@
23452345
"traits": {
23462346
"smithy.api#documentation": "<p>The access control configuration is for an Amazon SQS queue. </p>"
23472347
}
2348+
},
2349+
"s3ExpressDirectoryBucket": {
2350+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketConfiguration",
2351+
"traits": {
2352+
"smithy.api#documentation": "<p>The access control configuration is for an Amazon S3 directory bucket.</p>"
2353+
}
23482354
}
23492355
},
23502356
"traits": {
@@ -5838,6 +5844,10 @@
58385844
{
58395845
"value": "AWS::SNS::Topic",
58405846
"name": "AWS_SNS_TOPIC"
5847+
},
5848+
{
5849+
"value": "AWS::S3Express::DirectoryBucket",
5850+
"name": "AWS_S3EXPRESS_DIRECTORYBUCKET"
58415851
}
58425852
]
58435853
}
@@ -5949,6 +5959,23 @@
59495959
"com.amazonaws.accessanalyzer#S3BucketPolicy": {
59505960
"type": "string"
59515961
},
5962+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketConfiguration": {
5963+
"type": "structure",
5964+
"members": {
5965+
"bucketPolicy": {
5966+
"target": "com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketPolicy",
5967+
"traits": {
5968+
"smithy.api#documentation": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
5969+
}
5970+
}
5971+
},
5972+
"traits": {
5973+
"smithy.api#documentation": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a\n configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you\n own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3\n directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the\n existing policy attached to the directory bucket. If the access preview is for a new\n resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an\n directory bucket without a policy. To propose deletion of an existing bucket policy, you\n 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>"
5974+
}
5975+
},
5976+
"com.amazonaws.accessanalyzer#S3ExpressDirectoryBucketPolicy": {
5977+
"type": "string"
5978+
},
59525979
"com.amazonaws.accessanalyzer#S3PublicAccessBlockConfiguration": {
59535980
"type": "structure",
59545981
"members": {

0 commit comments

Comments
 (0)