Skip to content

Commit 888ca75

Browse files
Merging v1.2.5 release
2 parents daa9e70 + bc8cec6 commit 888ca75

File tree

10 files changed

+1464
-33
lines changed

10 files changed

+1464
-33
lines changed

CHANGELOG.md

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

3+
## [1.2.5] - 05/03/2024
4+
5+
### Features
6+
* (**bedrockagent**) This release adds support for using Provisioned Throughput with Bedrock Agents.
7+
* (**connect**) This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
8+
* (**connectcases**) This feature supports the release of Files related items
9+
* (**inspector2**) This release adds CSV format to GetCisScanReport for Inspector v2
10+
* (**sagemaker**) Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
11+
* (**sesv2**) Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.
12+
13+
### Documentation
14+
* (**datasync**) Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
15+
316
## [1.2.4] - 05/02/2024
417

518
### Features

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8193,6 +8193,12 @@
81938193
"tags" : [ "fips" ]
81948194
} ]
81958195
},
8196+
"ca-west-1" : {
8197+
"variants" : [ {
8198+
"hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8199+
"tags" : [ "fips" ]
8200+
} ]
8201+
},
81968202
"eu-central-1" : { },
81978203
"eu-central-2" : { },
81988204
"eu-north-1" : { },
@@ -8208,13 +8214,27 @@
82088214
"deprecated" : true,
82098215
"hostname" : "fsx-fips.ca-central-1.amazonaws.com"
82108216
},
8217+
"fips-ca-west-1" : {
8218+
"credentialScope" : {
8219+
"region" : "ca-west-1"
8220+
},
8221+
"deprecated" : true,
8222+
"hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8223+
},
82118224
"fips-prod-ca-central-1" : {
82128225
"credentialScope" : {
82138226
"region" : "ca-central-1"
82148227
},
82158228
"deprecated" : true,
82168229
"hostname" : "fsx-fips.ca-central-1.amazonaws.com"
82178230
},
8231+
"fips-prod-ca-west-1" : {
8232+
"credentialScope" : {
8233+
"region" : "ca-west-1"
8234+
},
8235+
"deprecated" : true,
8236+
"hostname" : "fsx-fips.ca-west-1.amazonaws.com"
8237+
},
82188238
"fips-prod-us-east-1" : {
82198239
"credentialScope" : {
82208240
"region" : "us-east-1"
@@ -8284,6 +8304,16 @@
82848304
"tags" : [ "fips" ]
82858305
} ]
82868306
},
8307+
"prod-ca-west-1" : {
8308+
"credentialScope" : {
8309+
"region" : "ca-west-1"
8310+
},
8311+
"deprecated" : true,
8312+
"variants" : [ {
8313+
"hostname" : "fsx-fips.ca-west-1.amazonaws.com",
8314+
"tags" : [ "fips" ]
8315+
} ]
8316+
},
82878317
"prod-us-east-1" : {
82888318
"credentialScope" : {
82898319
"region" : "us-east-1"
@@ -17716,6 +17746,7 @@
1771617746
"deprecated" : true,
1771717747
"hostname" : "snowball-fips.us-west-2.amazonaws.com"
1771817748
},
17749+
"il-central-1" : { },
1771917750
"me-central-1" : { },
1772017751
"sa-east-1" : {
1772117752
"variants" : [ {
@@ -19119,6 +19150,7 @@
1911919150
"tags" : [ "fips" ]
1912019151
} ]
1912119152
},
19153+
"ca-west-1" : { },
1912219154
"eu-central-1" : { },
1912319155
"eu-central-2" : { },
1912419156
"eu-north-1" : { },

codegen/sdk/aws-models/bedrock-agent.json

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"traits": {
54-
"smithy.api#documentation": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
54+
"smithy.api#documentation": "<p>Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>"
5555
}
5656
},
5757
"com.amazonaws.bedrockagent#ActionGroupResource": {
@@ -346,7 +346,7 @@
346346
"actionGroupExecutor": {
347347
"target": "com.amazonaws.bedrockagent#ActionGroupExecutor",
348348
"traits": {
349-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
349+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>"
350350
}
351351
},
352352
"apiSchema": {
@@ -449,6 +449,12 @@
449449
"smithy.api#documentation": "<p>The status of the alias of the agent and whether it is ready for use. The following statuses are possible:</p>\n <ul>\n <li>\n <p>CREATING – The agent alias is being created.</p>\n </li>\n <li>\n <p>PREPARED – The agent alias is finished being created or updated and is ready to be invoked.</p>\n </li>\n <li>\n <p>FAILED – The agent alias API operation failed.</p>\n </li>\n <li>\n <p>UPDATING – The agent alias is being updated.</p>\n </li>\n <li>\n <p>DELETING – The agent alias is being deleted.</p>\n </li>\n </ul>",
450450
"smithy.api#required": {}
451451
}
452+
},
453+
"failureReasons": {
454+
"target": "com.amazonaws.bedrockagent#FailureReasons",
455+
"traits": {
456+
"smithy.api#documentation": "<p>Information on the failure of Provisioned Throughput assigned to an agent alias.</p>"
457+
}
452458
}
453459
},
454460
"traits": {
@@ -528,8 +534,13 @@
528534
"agentVersion": {
529535
"target": "com.amazonaws.bedrockagent#Version",
530536
"traits": {
531-
"smithy.api#documentation": "<p>The version of the agent with which the alias is associated.</p>",
532-
"smithy.api#required": {}
537+
"smithy.api#documentation": "<p>The version of the agent with which the alias is associated.</p>"
538+
}
539+
},
540+
"provisionedThroughput": {
541+
"target": "com.amazonaws.bedrockagent#ProvisionedModelIdentifier",
542+
"traits": {
543+
"smithy.api#documentation": "<p>Information on the Provisioned Throughput assigned to an agent alias.</p>"
533544
}
534545
}
535546
},
@@ -2146,7 +2157,7 @@
21462157
"actionGroupExecutor": {
21472158
"target": "com.amazonaws.bedrockagent#ActionGroupExecutor",
21482159
"traits": {
2149-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.</p>"
2160+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.</p>"
21502161
}
21512162
},
21522163
"apiSchema": {
@@ -6440,6 +6451,16 @@
64406451
}
64416452
}
64426453
},
6454+
"com.amazonaws.bedrockagent#ProvisionedModelIdentifier": {
6455+
"type": "string",
6456+
"traits": {
6457+
"smithy.api#length": {
6458+
"min": 1,
6459+
"max": 2048
6460+
},
6461+
"smithy.api#pattern": "^((([0-9a-zA-Z][_-]?){1,63})|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:provisioned-model/[a-z0-9]{12}))$"
6462+
}
6463+
},
64436464
"com.amazonaws.bedrockagent#RdsArn": {
64446465
"type": "string",
64456466
"traits": {
@@ -7787,7 +7808,7 @@
77877808
"dataDeletionPolicy": {
77887809
"target": "com.amazonaws.bedrockagent#DataDeletionPolicy",
77897810
"traits": {
7790-
"smithy.api#documentation": "<p>The data deletion policy assigned to the data source.</p>"
7811+
"smithy.api#documentation": "<p>The data deletion policy of the updated data source.</p>"
77917812
}
77927813
},
77937814
"serverSideEncryptionConfiguration": {

0 commit comments

Comments
 (0)