Skip to content

Commit

Permalink
Updates SDK to v2.1687.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2024
1 parent e02cf7a commit a3a66e3
Show file tree
Hide file tree
Showing 23 changed files with 4,823 additions and 1,254 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1687.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "region endpoint",
"description": "add endpoint suffix for a region"
},
{
"type": "feature",
"category": "Backup",
"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."
},
{
"type": "feature",
"category": "CloudWatchLogs",
"description": "This release introduces a new optional parameter: Entity, in PutLogEvents request"
},
{
"type": "feature",
"category": "DataZone",
"description": "Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls."
},
{
"type": "feature",
"category": "RedshiftData",
"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`"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-region-endpoint-0496c4f3.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1686.0-->
<!--LATEST=2.1687.0-->
<!--ENTRYINSERT-->

## 2.1687.0
* bugfix: region endpoint: add endpoint suffix for a region
* 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.
* feature: CloudWatchLogs: This release introduces a new optional parameter: Entity, in PutLogEvents request
* feature: DataZone: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
* 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`

## 2.1686.0
* feature: BedrockAgentRuntime: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
* feature: BedrockRuntime: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
11 changes: 10 additions & 1 deletion apis/backup-2018-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@
"endpointPrefix": "backup",
"jsonVersion": "1.1",
"protocol": "rest-json",
"protocols": [
"rest-json"
],
"serviceFullName": "AWS Backup",
"serviceId": "Backup",
"signatureVersion": "v4",
"uid": "backup-2018-11-15"
"uid": "backup-2018-11-15",
"auth": [
"aws.auth#sigv4"
]
},
"operations": {
"CancelLegalHold": {
Expand Down Expand Up @@ -761,6 +767,7 @@
"BackupVaultName": {},
"BackupVaultArn": {},
"VaultType": {},
"VaultState": {},
"EncryptionKeyArn": {},
"CreationDate": {
"type": "timestamp"
Expand Down Expand Up @@ -2056,6 +2063,8 @@
"members": {
"BackupVaultName": {},
"BackupVaultArn": {},
"VaultType": {},
"VaultState": {},
"CreationDate": {
"type": "timestamp"
},
Expand Down
538 changes: 278 additions & 260 deletions apis/backup-2018-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit a3a66e3

Please sign in to comment.