aws-sdk 2.1579.0 → 2.1581.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1579.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1581.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -2153,6 +2153,41 @@
2153
2153
  }
2154
2154
  }
2155
2155
  },
2156
+ "ListStackSetAutoDeploymentTargets": {
2157
+ "input": {
2158
+ "type": "structure",
2159
+ "required": [
2160
+ "StackSetName"
2161
+ ],
2162
+ "members": {
2163
+ "StackSetName": {},
2164
+ "NextToken": {},
2165
+ "MaxResults": {
2166
+ "type": "integer"
2167
+ },
2168
+ "CallAs": {}
2169
+ }
2170
+ },
2171
+ "output": {
2172
+ "resultWrapper": "ListStackSetAutoDeploymentTargetsResult",
2173
+ "type": "structure",
2174
+ "members": {
2175
+ "Summaries": {
2176
+ "type": "list",
2177
+ "member": {
2178
+ "type": "structure",
2179
+ "members": {
2180
+ "OrganizationalUnitId": {},
2181
+ "Regions": {
2182
+ "shape": "S32"
2183
+ }
2184
+ }
2185
+ }
2186
+ },
2187
+ "NextToken": {}
2188
+ }
2189
+ }
2190
+ },
2156
2191
  "ListStackSetOperationResults": {
2157
2192
  "input": {
2158
2193
  "type": "structure",