aws-sdk 2.1493.0 → 2.1494.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/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/apis/controltower-2018-05-10.min.json +104 -9
- package/apis/cur-2017-01-06.min.json +86 -1
- package/apis/ec2-2016-11-15.min.json +1012 -950
- package/apis/entitlement.marketplace-2017-01-11.paginators.json +5 -0
- package/apis/mediaconvert-2017-08-29.min.json +177 -164
- package/clients/controltower.d.ts +94 -22
- package/clients/cur.d.ts +104 -10
- package/clients/ec2.d.ts +71 -7
- package/clients/fms.d.ts +6 -6
- package/clients/marketplaceentitlementservice.d.ts +2 -1
- package/clients/mediaconvert.d.ts +26 -12
- package/clients/rds.d.ts +11 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +1101 -954
- package/dist/aws-sdk.min.js +78 -78
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1494.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1494.0
|
6
|
+
* feature: CUR: This release adds support for tagging and customers can now tag report definitions. Additionally, ReportStatus is now added to report definition to show when the last delivered time stamp and if it succeeded or not.
|
7
|
+
* feature: ControlTower: AWS Control Tower supports tagging for enabled controls. This release introduces TagResource, UntagResource and ListTagsForResource APIs to manage tags in existing enabled controls. It updates EnabledControl API to tag resources at creation time.
|
8
|
+
* feature: EC2: EC2 adds API updates to enable ENA Express at instance launch time.
|
9
|
+
* feature: MarketplaceEntitlementService: Add paginators to GetEntitlements.
|
10
|
+
* feature: MediaConvert: This release includes the ability to specify any input source as the primary input for corresponding follow modes, and allows users to specify fit and fill behaviors without resizing content.
|
11
|
+
|
5
12
|
## 2.1493.0
|
6
13
|
* feature: CloudFormation: Added new ConcurrencyMode feature for AWS CloudFormation StackSets for faster deployments to target accounts.
|
7
14
|
* feature: CloudTrail: The Insights in Lake feature lets customers enable CloudTrail Insights on a source CloudTrail Lake event data store and create a destination event data store to collect Insights events based on unusual management event activity in the source event data store.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1494.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -51,6 +51,9 @@
|
|
51
51
|
],
|
52
52
|
"members": {
|
53
53
|
"controlIdentifier": {},
|
54
|
+
"tags": {
|
55
|
+
"shape": "S7"
|
56
|
+
},
|
54
57
|
"targetIdentifier": {}
|
55
58
|
}
|
56
59
|
},
|
@@ -60,6 +63,7 @@
|
|
60
63
|
"operationIdentifier"
|
61
64
|
],
|
62
65
|
"members": {
|
66
|
+
"arn": {},
|
63
67
|
"operationIdentifier": {}
|
64
68
|
}
|
65
69
|
}
|
@@ -88,11 +92,11 @@
|
|
88
92
|
"type": "structure",
|
89
93
|
"members": {
|
90
94
|
"endTime": {
|
91
|
-
"shape": "
|
95
|
+
"shape": "Sf"
|
92
96
|
},
|
93
97
|
"operationType": {},
|
94
98
|
"startTime": {
|
95
|
-
"shape": "
|
99
|
+
"shape": "Sf"
|
96
100
|
},
|
97
101
|
"status": {},
|
98
102
|
"statusMessage": {}
|
@@ -127,10 +131,10 @@
|
|
127
131
|
"arn": {},
|
128
132
|
"controlIdentifier": {},
|
129
133
|
"driftStatusSummary": {
|
130
|
-
"shape": "
|
134
|
+
"shape": "Sm"
|
131
135
|
},
|
132
136
|
"statusSummary": {
|
133
|
-
"shape": "
|
137
|
+
"shape": "So"
|
134
138
|
},
|
135
139
|
"targetIdentifier": {},
|
136
140
|
"targetRegions": {
|
@@ -179,10 +183,10 @@
|
|
179
183
|
"arn": {},
|
180
184
|
"controlIdentifier": {},
|
181
185
|
"driftStatusSummary": {
|
182
|
-
"shape": "
|
186
|
+
"shape": "Sm"
|
183
187
|
},
|
184
188
|
"statusSummary": {
|
185
|
-
"shape": "
|
189
|
+
"shape": "So"
|
186
190
|
},
|
187
191
|
"targetIdentifier": {}
|
188
192
|
}
|
@@ -191,20 +195,111 @@
|
|
191
195
|
"nextToken": {}
|
192
196
|
}
|
193
197
|
}
|
198
|
+
},
|
199
|
+
"ListTagsForResource": {
|
200
|
+
"http": {
|
201
|
+
"method": "GET",
|
202
|
+
"requestUri": "/tags/{resourceArn}",
|
203
|
+
"responseCode": 200
|
204
|
+
},
|
205
|
+
"input": {
|
206
|
+
"type": "structure",
|
207
|
+
"required": [
|
208
|
+
"resourceArn"
|
209
|
+
],
|
210
|
+
"members": {
|
211
|
+
"resourceArn": {
|
212
|
+
"location": "uri",
|
213
|
+
"locationName": "resourceArn"
|
214
|
+
}
|
215
|
+
}
|
216
|
+
},
|
217
|
+
"output": {
|
218
|
+
"type": "structure",
|
219
|
+
"required": [
|
220
|
+
"tags"
|
221
|
+
],
|
222
|
+
"members": {
|
223
|
+
"tags": {
|
224
|
+
"shape": "S7"
|
225
|
+
}
|
226
|
+
}
|
227
|
+
}
|
228
|
+
},
|
229
|
+
"TagResource": {
|
230
|
+
"http": {
|
231
|
+
"requestUri": "/tags/{resourceArn}",
|
232
|
+
"responseCode": 204
|
233
|
+
},
|
234
|
+
"input": {
|
235
|
+
"type": "structure",
|
236
|
+
"required": [
|
237
|
+
"resourceArn",
|
238
|
+
"tags"
|
239
|
+
],
|
240
|
+
"members": {
|
241
|
+
"resourceArn": {
|
242
|
+
"location": "uri",
|
243
|
+
"locationName": "resourceArn"
|
244
|
+
},
|
245
|
+
"tags": {
|
246
|
+
"shape": "S7"
|
247
|
+
}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"output": {
|
251
|
+
"type": "structure",
|
252
|
+
"members": {}
|
253
|
+
}
|
254
|
+
},
|
255
|
+
"UntagResource": {
|
256
|
+
"http": {
|
257
|
+
"method": "DELETE",
|
258
|
+
"requestUri": "/tags/{resourceArn}",
|
259
|
+
"responseCode": 204
|
260
|
+
},
|
261
|
+
"input": {
|
262
|
+
"type": "structure",
|
263
|
+
"required": [
|
264
|
+
"resourceArn",
|
265
|
+
"tagKeys"
|
266
|
+
],
|
267
|
+
"members": {
|
268
|
+
"resourceArn": {
|
269
|
+
"location": "uri",
|
270
|
+
"locationName": "resourceArn"
|
271
|
+
},
|
272
|
+
"tagKeys": {
|
273
|
+
"location": "querystring",
|
274
|
+
"locationName": "tagKeys",
|
275
|
+
"type": "list",
|
276
|
+
"member": {}
|
277
|
+
}
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"output": {
|
281
|
+
"type": "structure",
|
282
|
+
"members": {}
|
283
|
+
}
|
194
284
|
}
|
195
285
|
},
|
196
286
|
"shapes": {
|
197
|
-
"
|
287
|
+
"S7": {
|
288
|
+
"type": "map",
|
289
|
+
"key": {},
|
290
|
+
"value": {}
|
291
|
+
},
|
292
|
+
"Sf": {
|
198
293
|
"type": "timestamp",
|
199
294
|
"timestampFormat": "iso8601"
|
200
295
|
},
|
201
|
-
"
|
296
|
+
"Sm": {
|
202
297
|
"type": "structure",
|
203
298
|
"members": {
|
204
299
|
"driftStatus": {}
|
205
300
|
}
|
206
301
|
},
|
207
|
-
"
|
302
|
+
"So": {
|
208
303
|
"type": "structure",
|
209
304
|
"members": {
|
210
305
|
"lastOperationIdentifier": {},
|
@@ -16,6 +16,9 @@
|
|
16
16
|
"DeleteReportDefinition": {
|
17
17
|
"input": {
|
18
18
|
"type": "structure",
|
19
|
+
"required": [
|
20
|
+
"ReportName"
|
21
|
+
],
|
19
22
|
"members": {
|
20
23
|
"ReportName": {}
|
21
24
|
}
|
@@ -50,6 +53,25 @@
|
|
50
53
|
}
|
51
54
|
}
|
52
55
|
},
|
56
|
+
"ListTagsForResource": {
|
57
|
+
"input": {
|
58
|
+
"type": "structure",
|
59
|
+
"required": [
|
60
|
+
"ReportName"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"ReportName": {}
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"output": {
|
67
|
+
"type": "structure",
|
68
|
+
"members": {
|
69
|
+
"Tags": {
|
70
|
+
"shape": "St"
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
},
|
53
75
|
"ModifyReportDefinition": {
|
54
76
|
"input": {
|
55
77
|
"type": "structure",
|
@@ -78,6 +100,48 @@
|
|
78
100
|
"members": {
|
79
101
|
"ReportDefinition": {
|
80
102
|
"shape": "Sa"
|
103
|
+
},
|
104
|
+
"Tags": {
|
105
|
+
"shape": "St"
|
106
|
+
}
|
107
|
+
}
|
108
|
+
},
|
109
|
+
"output": {
|
110
|
+
"type": "structure",
|
111
|
+
"members": {}
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"TagResource": {
|
115
|
+
"input": {
|
116
|
+
"type": "structure",
|
117
|
+
"required": [
|
118
|
+
"ReportName",
|
119
|
+
"Tags"
|
120
|
+
],
|
121
|
+
"members": {
|
122
|
+
"ReportName": {},
|
123
|
+
"Tags": {
|
124
|
+
"shape": "St"
|
125
|
+
}
|
126
|
+
}
|
127
|
+
},
|
128
|
+
"output": {
|
129
|
+
"type": "structure",
|
130
|
+
"members": {}
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"UntagResource": {
|
134
|
+
"input": {
|
135
|
+
"type": "structure",
|
136
|
+
"required": [
|
137
|
+
"ReportName",
|
138
|
+
"TagKeys"
|
139
|
+
],
|
140
|
+
"members": {
|
141
|
+
"ReportName": {},
|
142
|
+
"TagKeys": {
|
143
|
+
"type": "list",
|
144
|
+
"member": {}
|
81
145
|
}
|
82
146
|
}
|
83
147
|
},
|
@@ -120,7 +184,28 @@
|
|
120
184
|
"type": "boolean"
|
121
185
|
},
|
122
186
|
"ReportVersioning": {},
|
123
|
-
"BillingViewArn": {}
|
187
|
+
"BillingViewArn": {},
|
188
|
+
"ReportStatus": {
|
189
|
+
"type": "structure",
|
190
|
+
"members": {
|
191
|
+
"lastDelivery": {},
|
192
|
+
"lastStatus": {}
|
193
|
+
}
|
194
|
+
}
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"St": {
|
198
|
+
"type": "list",
|
199
|
+
"member": {
|
200
|
+
"type": "structure",
|
201
|
+
"required": [
|
202
|
+
"Key",
|
203
|
+
"Value"
|
204
|
+
],
|
205
|
+
"members": {
|
206
|
+
"Key": {},
|
207
|
+
"Value": {}
|
208
|
+
}
|
124
209
|
}
|
125
210
|
}
|
126
211
|
}
|