Skip to content

Commit a3a66e3

Browse files
author
awstools
committed
Updates SDK to v2.1687.0
1 parent e02cf7a commit a3a66e3

23 files changed

+4823
-1254
lines changed

.changes/2.1687.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "region endpoint",
5+
"description": "add endpoint suffix for a region"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Backup",
10+
"description": "The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CloudWatchLogs",
15+
"description": "This release introduces a new optional parameter: Entity, in PutLogEvents request"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DataZone",
20+
"description": "Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RedshiftData",
25+
"description": "The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`"
26+
}
27+
]

.changes/next-release/bugfix-region-endpoint-0496c4f3.json

-5
This file was deleted.

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1686.0-->
2+
<!--LATEST=2.1687.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1687.0
6+
* bugfix: region endpoint: add endpoint suffix for a region
7+
* feature: Backup: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
8+
* feature: CloudWatchLogs: This release introduces a new optional parameter: Entity, in PutLogEvents request
9+
* feature: DataZone: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
10+
* feature: RedshiftData: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned`session-id`
11+
512
## 2.1686.0
613
* feature: BedrockAgentRuntime: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
714
* feature: BedrockRuntime: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1686.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1687.0.min.js"></script>
6868

6969
You can also build a custom browser SDK with your specified set of AWS services.
7070
This can allow you to reduce the SDK's size, specify different API versions of

apis/backup-2018-11-15.min.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
"endpointPrefix": "backup",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8+
"protocols": [
9+
"rest-json"
10+
],
811
"serviceFullName": "AWS Backup",
912
"serviceId": "Backup",
1013
"signatureVersion": "v4",
11-
"uid": "backup-2018-11-15"
14+
"uid": "backup-2018-11-15",
15+
"auth": [
16+
"aws.auth#sigv4"
17+
]
1218
},
1319
"operations": {
1420
"CancelLegalHold": {
@@ -761,6 +767,7 @@
761767
"BackupVaultName": {},
762768
"BackupVaultArn": {},
763769
"VaultType": {},
770+
"VaultState": {},
764771
"EncryptionKeyArn": {},
765772
"CreationDate": {
766773
"type": "timestamp"
@@ -2056,6 +2063,8 @@
20562063
"members": {
20572064
"BackupVaultName": {},
20582065
"BackupVaultArn": {},
2066+
"VaultType": {},
2067+
"VaultState": {},
20592068
"CreationDate": {
20602069
"type": "timestamp"
20612070
},

apis/backup-2018-11-15.normal.json

+278-260
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)