Skip to content

Commit

Permalink
Updates SDK to v2.1538.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 17, 2024
1 parent 2881d7f commit dd34a70
Show file tree
Hide file tree
Showing 16 changed files with 761 additions and 297 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1538.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "bugfix",
"category": "clients",
"description": "remove cloudnfront-keyvaluestore and neptune-graph clients. These clients are available in AWS SDK for JavaScript (v3) https://github.com/aws/aws-sdk-js-v3/."
},
{
"type": "feature",
"category": "Keyspaces",
"description": "This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-clients-3ffd0846.json

This file was deleted.

6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1537.0-->
<!--LATEST=2.1538.0-->
<!--ENTRYINSERT-->

## 2.1538.0
* bugfix: clients: remove cloudnfront-keyvaluestore and neptune-graph clients. These clients are available in AWS SDK for JavaScript (v3) https://github.com/aws/aws-sdk-js-v3/.
* feature: Keyspaces: This release adds support for Multi-Region Replication with provisioned tables, and Keyspaces auto scaling APIs

## 2.1537.0
* feature: IoTFleetWise: Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
* feature: Iot: Revert release of LogTargetTypes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1537.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1538.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
2 changes: 1 addition & 1 deletion apis/dynamodb-2012-08-10.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -6971,7 +6971,7 @@
},
"StreamSpecification": {
"shape": "StreamSpecification",
"documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p> <note> <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.</p> </note>"
"documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p> <note> <p>You receive a <code>ValidationException</code> if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.</p> </note>"
},
"SSESpecification": {
"shape": "SSESpecification",
Expand Down
175 changes: 159 additions & 16 deletions apis/keyspaces-2022-02-10.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
},
"clientSideTimestamps": {
"shape": "S13"
},
"autoScalingSpecification": {
"shape": "S15"
},
"replicaSpecifications": {
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -188,22 +194,7 @@
"shape": "Sf"
},
"capacitySpecification": {
"type": "structure",
"required": [
"throughputMode"
],
"members": {
"throughputMode": {},
"readCapacityUnits": {
"type": "long"
},
"writeCapacityUnits": {
"type": "long"
},
"lastUpdateToPayPerRequestTimestamp": {
"type": "timestamp"
}
}
"shape": "S1p"
},
"encryptionSpecification": {
"shape": "Sv"
Expand Down Expand Up @@ -231,6 +222,60 @@
},
"clientSideTimestamps": {
"shape": "S13"
},
"replicaSpecifications": {
"type": "list",
"member": {
"type": "structure",
"members": {
"region": {},
"status": {},
"capacitySpecification": {
"shape": "S1p"
}
}
}
}
}
}
},
"GetTableAutoScalingSettings": {
"input": {
"type": "structure",
"required": [
"keyspaceName",
"tableName"
],
"members": {
"keyspaceName": {},
"tableName": {}
}
},
"output": {
"type": "structure",
"required": [
"keyspaceName",
"tableName",
"resourceArn"
],
"members": {
"keyspaceName": {},
"tableName": {},
"resourceArn": {},
"autoScalingSpecification": {
"shape": "S15"
},
"replicaSpecifications": {
"type": "list",
"member": {
"type": "structure",
"members": {
"region": {},
"autoScalingSpecification": {
"shape": "S15"
}
}
}
}
}
}
Expand Down Expand Up @@ -363,6 +408,12 @@
},
"tagsOverride": {
"shape": "S3"
},
"autoScalingSpecification": {
"shape": "S15"
},
"replicaSpecifications": {
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -444,6 +495,12 @@
},
"clientSideTimestamps": {
"shape": "S13"
},
"autoScalingSpecification": {
"shape": "S15"
},
"replicaSpecifications": {
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -601,6 +658,92 @@
"members": {
"status": {}
}
},
"S15": {
"type": "structure",
"members": {
"writeCapacityAutoScaling": {
"shape": "S16"
},
"readCapacityAutoScaling": {
"shape": "S16"
}
}
},
"S16": {
"type": "structure",
"members": {
"autoScalingDisabled": {
"type": "boolean"
},
"minimumUnits": {
"type": "long"
},
"maximumUnits": {
"type": "long"
},
"scalingPolicy": {
"type": "structure",
"members": {
"targetTrackingScalingPolicyConfiguration": {
"type": "structure",
"required": [
"targetValue"
],
"members": {
"disableScaleIn": {
"type": "boolean"
},
"scaleInCooldown": {
"type": "integer"
},
"scaleOutCooldown": {
"type": "integer"
},
"targetValue": {
"type": "double"
}
}
}
}
}
}
},
"S1c": {
"type": "list",
"member": {
"type": "structure",
"required": [
"region"
],
"members": {
"region": {},
"readCapacityUnits": {
"type": "long"
},
"readCapacityAutoScaling": {
"shape": "S16"
}
}
}
},
"S1p": {
"type": "structure",
"required": [
"throughputMode"
],
"members": {
"throughputMode": {},
"readCapacityUnits": {
"type": "long"
},
"writeCapacityUnits": {
"type": "long"
},
"lastUpdateToPayPerRequestTimestamp": {
"type": "timestamp"
}
}
}
}
}
Loading

0 comments on commit dd34a70

Please sign in to comment.