Skip to content

Commit

Permalink
Release v1.49.8 (2023-12-21) (#5122)
Browse files Browse the repository at this point in the history
Release v1.49.8 (2023-12-21)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/appintegrations`: Updates service API, documentation, paginators, and examples
* `service/bedrock-agent`: Updates service API and documentation
* `service/codecommit`: Updates service API and documentation
  * 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.
* `service/connect`: Updates service API, documentation, and paginators
* `service/medialive`: Updates service API and documentation
  * 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.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* `service/rds-data`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Dec 21, 2023
1 parent 8d5e414 commit 15ccb94
Show file tree
Hide file tree
Showing 48 changed files with 10,481 additions and 377 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.49.8 (2023-12-21)
===

### Service Client Updates
* `service/amp`: Updates service API and documentation
* `service/appintegrations`: Updates service API, documentation, paginators, and examples
* `service/bedrock-agent`: Updates service API and documentation
* `service/codecommit`: Updates service API and documentation
* 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.
* `service/connect`: Updates service API, documentation, and paginators
* `service/medialive`: Updates service API and documentation
* 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.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
* `service/rds-data`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* 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.

Release v1.49.7 (2023-12-20)
===

Expand Down
6 changes: 6 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.49.7"
const SDKVersion = "1.49.8"
18 changes: 14 additions & 4 deletions models/apis/amp/2020-08-01/api-2.json
Expand Up @@ -683,7 +683,8 @@
"shape":"IdempotencyToken",
"idempotencyToken":true
},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"CreateWorkspaceResponse":{
Expand All @@ -697,7 +698,8 @@
"workspaceId":{"shape":"WorkspaceId"},
"arn":{"shape":"WorkspaceArn"},
"status":{"shape":"WorkspaceStatus"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"DeleteAlertManagerDefinitionRequest":{
Expand Down Expand Up @@ -976,6 +978,12 @@
"fault":true,
"retryable":{"throttling":false}
},
"KmsKeyArn":{
"type":"string",
"max":2048,
"min":20,
"pattern":"arn:aws:kms:[a-z0-9\\-]+:\\d+:key/[a-f0-9\\-]+"
},
"ListRuleGroupsNamespacesRequest":{
"type":"structure",
"required":["workspaceId"],
Expand Down Expand Up @@ -1658,7 +1666,8 @@
"status":{"shape":"WorkspaceStatus"},
"prometheusEndpoint":{"shape":"Uri"},
"createdAt":{"shape":"Timestamp"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"WorkspaceId":{
Expand Down Expand Up @@ -1698,7 +1707,8 @@
"arn":{"shape":"WorkspaceArn"},
"status":{"shape":"WorkspaceStatus"},
"createdAt":{"shape":"Timestamp"},
"tags":{"shape":"TagMap"}
"tags":{"shape":"TagMap"},
"kmsKeyArn":{"shape":"KmsKeyArn"}
}
},
"WorkspaceSummaryList":{
Expand Down
9 changes: 9 additions & 0 deletions models/apis/amp/2020-08-01/docs-2.json
Expand Up @@ -297,6 +297,15 @@
"refs": {
}
},
"KmsKeyArn": {
"base": "<p>A KMS Key ARN.</p>",
"refs": {
"CreateWorkspaceRequest$kmsKeyArn": "<p>Optional, customer managed KMS key used to encrypt data for this workspace</p>",
"CreateWorkspaceResponse$kmsKeyArn": "<p>Customer managed KMS key ARN for this workspace</p>",
"WorkspaceDescription$kmsKeyArn": "<p>The customer managed KMS key of this workspace.</p>",
"WorkspaceSummary$kmsKeyArn": "<p>Customer managed KMS key ARN for this workspace</p>"
}
},
"ListRuleGroupsNamespacesRequest": {
"base": "<p>Represents the input of a ListRuleGroupsNamespaces operation.</p>",
"refs": {
Expand Down

0 comments on commit 15ccb94

Please sign in to comment.