Skip to content

Commit 34c1324

Browse files
Merging v1.0.22 release
2 parents ef15d50 + f5d4066 commit 34c1324

File tree

13 files changed

+3541
-59
lines changed

13 files changed

+3541
-59
lines changed

CHANGELOG.md

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

3+
## [1.0.22] - 12/21/2023
4+
5+
### Features
6+
* (**amp**) This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
7+
* (**appintegrations**) The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
8+
* (**bedrockagent**) This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
9+
* (**codecommit**) AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
10+
* (**connect**) Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
11+
* (**medialive**) MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
12+
* (**neptunegraph**) Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
13+
* (**rds**) This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
14+
* (**rdsdata**) This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
15+
* (**sagemaker**) Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.
16+
317
## [1.0.21] - 12/20/2023
418

519
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11761,6 +11761,7 @@
1176111761
"ap-southeast-3" : { },
1176211762
"ap-southeast-4" : { },
1176311763
"ca-central-1" : { },
11764+
"ca-west-1" : { },
1176411765
"eu-central-1" : { },
1176511766
"eu-central-2" : { },
1176611767
"eu-north-1" : { },
@@ -14651,6 +14652,7 @@
1465114652
"ap-southeast-3" : { },
1465214653
"ap-southeast-4" : { },
1465314654
"ca-central-1" : { },
14655+
"ca-west-1" : { },
1465414656
"eu-central-1" : { },
1465514657
"eu-central-2" : { },
1465614658
"eu-north-1" : { },

codegen/sdk/aws-models/amp.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,12 @@
15161516
"traits": {
15171517
"smithy.api#documentation": "Optional, user-provided tags for this workspace."
15181518
}
1519+
},
1520+
"kmsKeyArn": {
1521+
"target": "com.amazonaws.amp#KmsKeyArn",
1522+
"traits": {
1523+
"smithy.api#documentation": "Optional, customer managed KMS key used to encrypt data for this workspace"
1524+
}
15191525
}
15201526
},
15211527
"traits": {
@@ -1551,6 +1557,12 @@
15511557
"traits": {
15521558
"smithy.api#documentation": "The tags of this workspace."
15531559
}
1560+
},
1561+
"kmsKeyArn": {
1562+
"target": "com.amazonaws.amp#KmsKeyArn",
1563+
"traits": {
1564+
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
1565+
}
15541566
}
15551567
},
15561568
"traits": {
@@ -2579,6 +2591,20 @@
25792591
"smithy.api#retryable": {}
25802592
}
25812593
},
2594+
"com.amazonaws.amp#KmsKeyArn": {
2595+
"type": "string",
2596+
"traits": {
2597+
"aws.api#arnReference": {
2598+
"type": "AWS::KMS::Key"
2599+
},
2600+
"smithy.api#documentation": "A KMS Key ARN.",
2601+
"smithy.api#length": {
2602+
"min": 20,
2603+
"max": 2048
2604+
},
2605+
"smithy.api#pattern": "^arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+$"
2606+
}
2607+
},
25822608
"com.amazonaws.amp#ListRuleGroupsNamespaces": {
25832609
"type": "operation",
25842610
"input": {
@@ -4659,6 +4685,12 @@
46594685
"traits": {
46604686
"smithy.api#documentation": "The tags of this workspace."
46614687
}
4688+
},
4689+
"kmsKeyArn": {
4690+
"target": "com.amazonaws.amp#KmsKeyArn",
4691+
"traits": {
4692+
"smithy.api#documentation": "The customer managed KMS key of this workspace."
4693+
}
46624694
}
46634695
},
46644696
"traits": {
@@ -4771,6 +4803,12 @@
47714803
"traits": {
47724804
"smithy.api#documentation": "The tags of this workspace."
47734805
}
4806+
},
4807+
"kmsKeyArn": {
4808+
"target": "com.amazonaws.amp#KmsKeyArn",
4809+
"traits": {
4810+
"smithy.api#documentation": "Customer managed KMS key ARN for this workspace"
4811+
}
47744812
}
47754813
},
47764814
"traits": {

0 commit comments

Comments
 (0)