Skip to content

Commit

Permalink
Updates SDK to v2.1501.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 21, 2023
1 parent eec965e commit b12aed6
Show file tree
Hide file tree
Showing 44 changed files with 10,678 additions and 1,402 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1501.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions."
},
{
"type": "feature",
"category": "CloudFrontKeyValueStore",
"description": "This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions."
},
{
"type": "feature",
"category": "InspectorScan",
"description": "This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format."
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data."
},
{
"type": "feature",
"category": "IoTTwinMaker",
"description": "This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling."
},
{
"type": "feature",
"category": "S3",
"description": "Add support for automatic date based partitioning in S3 Server Access Logs."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1500.0-->
<!--LATEST=2.1501.0-->
<!--ENTRYINSERT-->

## 2.1501.0
* feature: CloudFront: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* feature: CloudFrontKeyValueStore: This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
* feature: InspectorScan: This release adds support for the new Amazon Inspector Scan API. The new Inspector Scan API can synchronously scan SBOMs adhering to the CycloneDX v1.5 format.
* feature: IoTSiteWise: Adds 1/ user-defined unique identifier for asset and model metadata, 2/ asset model components, and 3/ query API for asset metadata and telemetry data. Supports 4/ multi variate anomaly detection using Amazon Lookout for Equipment, 5/ warm storage tier, and 6/ buffered ingestion of time series data.
* feature: IoTTwinMaker: This release adds following support. 1. New APIs for metadata bulk operations. 2. Modify the component type API to support composite component types - nesting component types within one another. 3. New list APIs for components and properties. 4. Support the larger scope digital twin modeling.
* feature: S3: Add support for automatic date based partitioning in S3 Server Access Logs.

## 2.1500.0
* feature: CodeStarconnections: This release updates a few CodeStar Connections related APIs.
* feature: DocDB: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1500.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1501.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
251 changes: 251 additions & 0 deletions apis/cloudfront-2020-05-31.examples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,256 @@
{
"version": "1.0",
"examples": {
"CreateFunction": [
{
"input": {
"FunctionCode": "function-code.js",
"FunctionConfig": {
"Comment": "my-function-comment",
"KeyValueStoreAssociations": {
"Items": [
{
"KeyValueStoreARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
}
],
"Quantity": 1
},
"Runtime": "cloudfront-js-2.0"
},
"Name": "my-function-name"
},
"output": {
"ETag": "ETVPDKIKX0DER",
"FunctionSummary": {
"FunctionConfig": {
"Comment": "my-function-comment",
"KeyValueStoreAssociations": {
"Items": [
{
"KeyValueStoreARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
}
],
"Quantity": 1
},
"Runtime": "cloudfront-js-2.0"
},
"FunctionMetadata": {
"CreatedTime": "2023-11-07T19:53:50.334Z",
"FunctionARN": "arn:aws:cloudfront::123456789012:function/my-function-name",
"LastModifiedTime": "2023-11-07T19:53:50.334Z",
"Stage": "DEVELOPMENT"
},
"Name": "my-function-name",
"Status": "UNPUBLISHED"
},
"Location": "https://cloudfront.amazonaws.com/2020-05-31/function/arn:aws:cloudfront::123456789012:function/my-function-name"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to create a function.",
"id": "to-create-a-function-1699737558249",
"title": "To create a function"
}
],
"CreateKeyValueStore": [
{
"input": {
"Comment": "my-key-valuestore-comment",
"ImportSource": {
"SourceARN": "arn:aws:s3:::my-bucket/validJSON.json",
"SourceType": "S3"
},
"Name": "my-keyvaluestore-name"
},
"output": {
"ETag": "ETVPDKIKX0DER",
"KeyValueStore": {
"ARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889",
"Comment": "my-key-valuestore-comment",
"Id": "54947df8-0e9e-4471-a2f9-9af509fb5889",
"LastModifiedTime": "2023-11-07T18:15:52.042Z",
"Name": "my-keyvaluestore-name",
"Status": "PROVISIONING"
},
"Location": "https://cloudfront.amazonaws.com/2020-05-31/key-value-store/arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to create a KeyValueStore.",
"id": "to-create-a-key-value-store-1699751722467",
"title": "To create a KeyValueStore"
}
],
"DeleteKeyValueStore": [
{
"input": {
"IfMatch": "ETVPDKIKX0DER",
"Name": "my-keyvaluestore-name"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to delete a KeyValueStore.",
"id": "to-delete-a-key-value-store-1699751759648",
"title": "To delete a KeyValueStore"
}
],
"DescribeKeyValueStore": [
{
"input": {
"Name": "my-keyvaluestore-name"
},
"output": {
"ETag": "ETVPDKIKX0DER",
"KeyValueStore": {
"ARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889",
"Comment": "my-key-valuestore-comment",
"Id": "54947df8-0e9e-4471-a2f9-9af509fb5889",
"LastModifiedTime": "2023-11-07T18:20:33.056Z",
"Name": "my-keyvaluestore-name",
"Status": "READY"
}
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to describe a KeyValueStore.",
"id": "to-describe-a-key-value-store-1699751788152",
"title": "To describe a KeyValueStore"
}
],
"ListKeyValueStores": [
{
"input": {
"Marker": "",
"MaxItems": "100",
"Status": "READY"
},
"output": {
"KeyValueStoreList": {
"Items": [
{
"ARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889",
"Comment": "",
"Id": "54947df8-0e9e-4471-a2f9-9af509fb5889",
"LastModifiedTime": "2023-11-07T18:45:21.069Z",
"Name": "my-keyvaluestore-name",
"Status": "READY"
}
],
"MaxItems": 100,
"NextMarker": "",
"Quantity": 1
}
},
"comments": {
"input": {
},
"output": {
}
},
"description": "The following command retrieves a list of KeyValueStores with READY status.",
"id": "to-get-a-list-of-key-value-store-1699751799198",
"title": "To get a list of KeyValueStores"
}
],
"UpdateFunction": [
{
"input": {
"FunctionCode": "function-code-changed.js",
"FunctionConfig": {
"Comment": "my-changed-comment",
"KeyValueStoreAssociations": {
"Items": [
{
"KeyValueStoreARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
}
],
"Quantity": 1
},
"Runtime": "cloudfront-js-2.0"
},
"IfMatch": "ETVPDKIKX0DER",
"Name": "my-function-name"
},
"output": {
"ETag": "E3UN6WX5RRO2AG",
"FunctionSummary": {
"FunctionConfig": {
"Comment": "my-changed-comment",
"KeyValueStoreAssociations": {
"Items": [
{
"KeyValueStoreARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889"
}
],
"Quantity": 1
},
"Runtime": "cloudfront-js-2.0"
},
"FunctionMetadata": {
"CreatedTime": "2023-11-07T19:53:50.334Z",
"FunctionARN": "arn:aws:cloudfront::123456789012:function/my-function-name",
"LastModifiedTime": "2023-11-07T20:01:37.174Z",
"Stage": "DEVELOPMENT"
},
"Name": "my-function-name",
"Status": "UNPUBLISHED"
}
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to update a function.",
"id": "to-update-a-function-1699751865053",
"title": "To update a function"
}
],
"UpdateKeyValueStore": [
{
"input": {
"Comment": "my-changed-comment",
"IfMatch": "ETVPDKIKX0DER",
"Name": "my-keyvaluestore-name"
},
"output": {
"ETag": "E3UN6WX5RRO2AG",
"KeyValueStore": {
"ARN": "arn:aws:cloudfront::123456789012:key-value-store/54947df8-0e9e-4471-a2f9-9af509fb5889",
"Comment": "my-changed-comment",
"Id": "54947df8-0e9e-4471-a2f9-9af509fb5889",
"LastModifiedTime": "2023-11-07T18:45:21.069Z",
"Name": "my-keyvaluestore-name",
"Status": "READY"
}
},
"comments": {
"input": {
},
"output": {
}
},
"description": "Use the following command to update a KeyValueStore.",
"id": "to-update-a-key-value-store-1699751822090",
"title": "To update a KeyValueStore"
}
]
}
}
Loading

0 comments on commit b12aed6

Please sign in to comment.