aws-sdk 2.782.0 → 2.783.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 CHANGED
@@ -1,7 +1,16 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.782.0-->
2
+ <!--LATEST=2.783.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.783.0
6
+ * bugfix: Types: Fix type of AWSError
7
+ * bugfix: Types: Update types for credential provider chain
8
+ * feature: Braket: This release supports tagging for Amazon Braket quantum-task resources. It also supports tag-based access control for quantum-task APIs.
9
+ * feature: DMS: Adding DocDbSettings to support DocumentDB as a source.
10
+ * feature: Imagebuilder: This feature increases the number of accounts that can be added to the Launch permissions within an Image Builder Distribution configuration.
11
+ * feature: Macie2: This release of the Amazon Macie API adds an eqExactMatch operator for filtering findings. With this operator you can increase the precision of your finding filters and suppression rules.
12
+ * feature: MediaLive: Support for HLS discontinuity tags in the child manifests. Support for incomplete segment behavior in the media output. Support for automatic input failover condition settings.
13
+
5
14
  ## 2.782.0
6
15
  * feature: APIGateway: Support disabling the default execute-api endpoint for REST APIs.
7
16
  * feature: CodeArtifact: Add support for tagging of CodeArtifact domain and repository resources.
package/README.md CHANGED
@@ -25,7 +25,7 @@ version.
25
25
  To use the SDK in the browser, simply add the following script tag to your
26
26
  HTML pages:
27
27
 
28
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.782.0.min.js"></script>
28
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.783.0.min.js"></script>
29
29
 
30
30
  You can also build a custom browser SDK with your specified set of AWS services.
31
31
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -77,6 +77,9 @@
77
77
  "outputS3KeyPrefix": {},
78
78
  "shots": {
79
79
  "type": "long"
80
+ },
81
+ "tags": {
82
+ "shape": "Sd"
80
83
  }
81
84
  }
82
85
  },
@@ -162,14 +165,14 @@
162
165
  ],
163
166
  "members": {
164
167
  "createdAt": {
165
- "shape": "Sl"
168
+ "shape": "Sm"
166
169
  },
167
170
  "deviceArn": {},
168
171
  "deviceParameters": {
169
172
  "jsonvalue": true
170
173
  },
171
174
  "endedAt": {
172
- "shape": "Sl"
175
+ "shape": "Sm"
173
176
  },
174
177
  "failureReason": {},
175
178
  "outputS3Bucket": {},
@@ -178,7 +181,37 @@
178
181
  "shots": {
179
182
  "type": "long"
180
183
  },
181
- "status": {}
184
+ "status": {},
185
+ "tags": {
186
+ "shape": "Sd"
187
+ }
188
+ }
189
+ }
190
+ },
191
+ "ListTagsForResource": {
192
+ "http": {
193
+ "method": "GET",
194
+ "requestUri": "/tags/{resourceArn}",
195
+ "responseCode": 200
196
+ },
197
+ "input": {
198
+ "type": "structure",
199
+ "required": [
200
+ "resourceArn"
201
+ ],
202
+ "members": {
203
+ "resourceArn": {
204
+ "location": "uri",
205
+ "locationName": "resourceArn"
206
+ }
207
+ }
208
+ },
209
+ "output": {
210
+ "type": "structure",
211
+ "members": {
212
+ "tags": {
213
+ "shape": "Sd"
214
+ }
182
215
  }
183
216
  }
184
217
  },
@@ -304,11 +337,11 @@
304
337
  ],
305
338
  "members": {
306
339
  "createdAt": {
307
- "shape": "Sl"
340
+ "shape": "Sm"
308
341
  },
309
342
  "deviceArn": {},
310
343
  "endedAt": {
311
- "shape": "Sl"
344
+ "shape": "Sm"
312
345
  },
313
346
  "outputS3Bucket": {},
314
347
  "outputS3Directory": {},
@@ -316,16 +349,81 @@
316
349
  "shots": {
317
350
  "type": "long"
318
351
  },
319
- "status": {}
352
+ "status": {},
353
+ "tags": {
354
+ "shape": "Sd"
355
+ }
320
356
  }
321
357
  }
322
358
  }
323
359
  }
324
360
  }
361
+ },
362
+ "TagResource": {
363
+ "http": {
364
+ "requestUri": "/tags/{resourceArn}",
365
+ "responseCode": 200
366
+ },
367
+ "input": {
368
+ "type": "structure",
369
+ "required": [
370
+ "resourceArn",
371
+ "tags"
372
+ ],
373
+ "members": {
374
+ "resourceArn": {
375
+ "location": "uri",
376
+ "locationName": "resourceArn"
377
+ },
378
+ "tags": {
379
+ "shape": "Sd"
380
+ }
381
+ }
382
+ },
383
+ "output": {
384
+ "type": "structure",
385
+ "members": {}
386
+ }
387
+ },
388
+ "UntagResource": {
389
+ "http": {
390
+ "method": "DELETE",
391
+ "requestUri": "/tags/{resourceArn}",
392
+ "responseCode": 200
393
+ },
394
+ "input": {
395
+ "type": "structure",
396
+ "required": [
397
+ "resourceArn",
398
+ "tagKeys"
399
+ ],
400
+ "members": {
401
+ "resourceArn": {
402
+ "location": "uri",
403
+ "locationName": "resourceArn"
404
+ },
405
+ "tagKeys": {
406
+ "location": "querystring",
407
+ "locationName": "tagKeys",
408
+ "type": "list",
409
+ "member": {}
410
+ }
411
+ }
412
+ },
413
+ "output": {
414
+ "type": "structure",
415
+ "members": {}
416
+ },
417
+ "idempotent": true
325
418
  }
326
419
  },
327
420
  "shapes": {
328
- "Sl": {
421
+ "Sd": {
422
+ "type": "map",
423
+ "key": {},
424
+ "value": {}
425
+ },
426
+ "Sm": {
329
427
  "type": "timestamp",
330
428
  "timestampFormat": "iso8601"
331
429
  }