Skip to content

Commit

Permalink
Updates SDK to v2.956.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 28, 2021
1 parent f9061de commit 002f0fb
Show file tree
Hide file tree
Showing 14 changed files with 958 additions and 761 deletions.
7 changes: 7 additions & 0 deletions .changes/2.956.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "SDK update to support Importing existing Stacks to new/existing Self Managed StackSet - Stack Import feature."
}
]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.955.0-->
<!--LATEST=2.956.0-->
<!--ENTRYINSERT-->

## 2.956.0
* feature: CloudFormation: SDK update to support Importing existing Stacks to new/existing Self Managed StackSet - Stack Import feature.

## 2.955.0
* feature: Batch: Add support for ListJob filters
* feature: IoTAnalytics: IoT Analytics now supports creating a dataset resource with IoT SiteWise MultiLayerStorage data stores, enabling customers to query industrial data within the service. This release includes adding JOIN functionality for customers to query multiple data sources in a dataset.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.955.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.956.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
31 changes: 31 additions & 0 deletions apis/cloudformation-2010-05-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
"Description": {},
"TemplateBody": {},
"TemplateURL": {},
"StackId": {},
"Parameters": {
"shape": "S18"
},
Expand Down Expand Up @@ -1366,6 +1367,36 @@
}
}
},
"ImportStacksToStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"StackIds"
],
"members": {
"StackSetName": {},
"StackIds": {
"type": "list",
"member": {}
},
"OperationPreferences": {
"shape": "S2p"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "ImportStacksToStackSetResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"ListChangeSets": {
"input": {
"type": "structure",
Expand Down
592 changes: 339 additions & 253 deletions apis/cloudformation-2010-05-15.normal.json

Large diffs are not rendered by default.

149 changes: 75 additions & 74 deletions apis/sso-admin-2020-07-20.normal.json

Large diffs are not rendered by default.

550 changes: 294 additions & 256 deletions clients/cloudformation.d.ts

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions clients/ssoadmin.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/aws-sdk-core-react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
/**
* @constant
*/
VERSION: '2.955.0',
VERSION: '2.956.0',

/**
* @api private
Expand Down
4 changes: 2 additions & 2 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

37 changes: 34 additions & 3 deletions dist/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.955.0
// AWS SDK for JavaScript v2.956.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
Expand Down Expand Up @@ -11398,6 +11398,7 @@ module.exports={
"Description": {},
"TemplateBody": {},
"TemplateURL": {},
"StackId": {},
"Parameters": {
"shape": "S18"
},
Expand Down Expand Up @@ -12456,6 +12457,36 @@ module.exports={
}
}
},
"ImportStacksToStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"StackIds"
],
"members": {
"StackSetName": {},
"StackIds": {
"type": "list",
"member": {}
},
"OperationPreferences": {
"shape": "S2p"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "ImportStacksToStackSetResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"ListChangeSets": {
"input": {
"type": "structure",
Expand Down Expand Up @@ -224819,7 +224850,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.955.0',
VERSION: '2.956.0',

/**
* @api private
Expand Down Expand Up @@ -246072,7 +246103,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],451:[function(require,module,exports){
// AWS SDK for JavaScript v2.955.0
// AWS SDK for JavaScript v2.956.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down
170 changes: 85 additions & 85 deletions dist/aws-sdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.955.0',
VERSION: '2.956.0',

/**
* @api private
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-sdk",
"description": "AWS SDK for JavaScript",
"version": "2.955.0",
"version": "2.956.0",
"author": {
"name": "Amazon Web Services",
"email": "",
Expand Down

0 comments on commit 002f0fb

Please sign in to comment.