aws-sdk 2.948.0 → 2.949.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,14 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.948.0-->
2
+ <!--LATEST=2.949.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.949.0
6
+ * feature: EMRcontainers: Updated DescribeManagedEndpoint and ListManagedEndpoints to return failureReason and stateDetails in API response.
7
+ * feature: Health: In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
8
+ * feature: Location: Add five new API operations: UpdateGeofenceCollection, UpdateMap, UpdatePlaceIndex, UpdateRouteCalculator, UpdateTracker.
9
+ * feature: Model: support document types trait that allows serializing and parsing unmodeled json value
10
+ * feature: RoboMaker: This release allows customers to create a new version of WorldTemplates with support for Doors.
11
+
5
12
  ## 2.948.0
6
13
  * feature: AuditManager: This release relaxes the S3 URL character restrictions in AWS Audit Manager. Regex patterns have been updated for the following attributes: s3RelativePath, destination, and s3ResourcePath. 'AWS' terms have also been replaced with entities to align with China Rebrand documentation efforts.
7
14
  * feature: Chime: This SDK release adds Account Status as one of the attributes in Account API response
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.948.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.949.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -201,7 +201,7 @@
201
201
  "type": "structure",
202
202
  "members": {
203
203
  "jobRun": {
204
- "shape": "S15"
204
+ "shape": "S17"
205
205
  }
206
206
  }
207
207
  }
@@ -232,7 +232,7 @@
232
232
  "type": "structure",
233
233
  "members": {
234
234
  "endpoint": {
235
- "shape": "S1j"
235
+ "shape": "S1l"
236
236
  }
237
237
  }
238
238
  }
@@ -258,7 +258,7 @@
258
258
  "type": "structure",
259
259
  "members": {
260
260
  "virtualCluster": {
261
- "shape": "S1o"
261
+ "shape": "S1q"
262
262
  }
263
263
  }
264
264
  }
@@ -279,12 +279,12 @@
279
279
  "locationName": "virtualClusterId"
280
280
  },
281
281
  "createdBefore": {
282
- "shape": "S1e",
282
+ "shape": "S1g",
283
283
  "location": "querystring",
284
284
  "locationName": "createdBefore"
285
285
  },
286
286
  "createdAfter": {
287
- "shape": "S1e",
287
+ "shape": "S1g",
288
288
  "location": "querystring",
289
289
  "locationName": "createdAfter"
290
290
  },
@@ -315,7 +315,7 @@
315
315
  "jobRuns": {
316
316
  "type": "list",
317
317
  "member": {
318
- "shape": "S15"
318
+ "shape": "S17"
319
319
  }
320
320
  },
321
321
  "nextToken": {}
@@ -338,12 +338,12 @@
338
338
  "locationName": "virtualClusterId"
339
339
  },
340
340
  "createdBefore": {
341
- "shape": "S1e",
341
+ "shape": "S1g",
342
342
  "location": "querystring",
343
343
  "locationName": "createdBefore"
344
344
  },
345
345
  "createdAfter": {
346
- "shape": "S1e",
346
+ "shape": "S1g",
347
347
  "location": "querystring",
348
348
  "locationName": "createdAfter"
349
349
  },
@@ -376,7 +376,7 @@
376
376
  "endpoints": {
377
377
  "type": "list",
378
378
  "member": {
379
- "shape": "S1j"
379
+ "shape": "S1l"
380
380
  }
381
381
  },
382
382
  "nextToken": {}
@@ -426,12 +426,12 @@
426
426
  "locationName": "containerProviderType"
427
427
  },
428
428
  "createdAfter": {
429
- "shape": "S1e",
429
+ "shape": "S1g",
430
430
  "location": "querystring",
431
431
  "locationName": "createdAfter"
432
432
  },
433
433
  "createdBefore": {
434
- "shape": "S1e",
434
+ "shape": "S1g",
435
435
  "location": "querystring",
436
436
  "locationName": "createdBefore"
437
437
  },
@@ -458,7 +458,7 @@
458
458
  "virtualClusters": {
459
459
  "type": "list",
460
460
  "member": {
461
- "shape": "S1o"
461
+ "shape": "S1q"
462
462
  }
463
463
  },
464
464
  "nextToken": {}
@@ -490,7 +490,7 @@
490
490
  "executionRoleArn": {},
491
491
  "releaseLabel": {},
492
492
  "jobDriver": {
493
- "shape": "S18"
493
+ "shape": "S1a"
494
494
  },
495
495
  "configurationOverrides": {
496
496
  "shape": "Sa"
@@ -648,7 +648,7 @@
648
648
  }
649
649
  }
650
650
  },
651
- "S15": {
651
+ "S17": {
652
652
  "type": "structure",
653
653
  "members": {
654
654
  "id": {},
@@ -663,14 +663,14 @@
663
663
  "shape": "Sa"
664
664
  },
665
665
  "jobDriver": {
666
- "shape": "S18"
666
+ "shape": "S1a"
667
667
  },
668
668
  "createdAt": {
669
- "shape": "S1e"
669
+ "shape": "S1g"
670
670
  },
671
671
  "createdBy": {},
672
672
  "finishedAt": {
673
- "shape": "S1e"
673
+ "shape": "S1g"
674
674
  },
675
675
  "stateDetails": {},
676
676
  "failureReason": {},
@@ -679,7 +679,7 @@
679
679
  }
680
680
  }
681
681
  },
682
- "S18": {
682
+ "S1a": {
683
683
  "type": "structure",
684
684
  "members": {
685
685
  "sparkSubmitJobDriver": {
@@ -707,11 +707,11 @@
707
707
  }
708
708
  }
709
709
  },
710
- "S1e": {
710
+ "S1g": {
711
711
  "type": "timestamp",
712
712
  "timestampFormat": "iso8601"
713
713
  },
714
- "S1j": {
714
+ "S1l": {
715
715
  "type": "structure",
716
716
  "members": {
717
717
  "id": {},
@@ -728,19 +728,21 @@
728
728
  },
729
729
  "serverUrl": {},
730
730
  "createdAt": {
731
- "shape": "S1e"
731
+ "shape": "S1g"
732
732
  },
733
733
  "securityGroup": {},
734
734
  "subnetIds": {
735
735
  "type": "list",
736
736
  "member": {}
737
737
  },
738
+ "stateDetails": {},
739
+ "failureReason": {},
738
740
  "tags": {
739
741
  "shape": "Sn"
740
742
  }
741
743
  }
742
744
  },
743
- "S1o": {
745
+ "S1q": {
744
746
  "type": "structure",
745
747
  "members": {
746
748
  "id": {},
@@ -751,7 +753,7 @@
751
753
  "shape": "St"
752
754
  },
753
755
  "createdAt": {
754
- "shape": "S1e"
756
+ "shape": "S1g"
755
757
  },
756
758
  "tags": {
757
759
  "shape": "Sn"
@@ -172,7 +172,7 @@
172
172
  ],
173
173
  "members": {
174
174
  "filter": {
175
- "shape": "S18"
175
+ "shape": "S19"
176
176
  },
177
177
  "aggregateField": {},
178
178
  "maxResults": {
@@ -223,13 +223,13 @@
223
223
  "type": "structure",
224
224
  "members": {
225
225
  "event": {
226
- "shape": "S1u"
226
+ "shape": "S1v"
227
227
  },
228
228
  "eventDescription": {
229
- "shape": "S1w"
229
+ "shape": "S1x"
230
230
  },
231
231
  "eventMetadata": {
232
- "shape": "S1y"
232
+ "shape": "S1z"
233
233
  }
234
234
  }
235
235
  }
@@ -275,13 +275,13 @@
275
275
  "members": {
276
276
  "awsAccountId": {},
277
277
  "event": {
278
- "shape": "S1u"
278
+ "shape": "S1v"
279
279
  },
280
280
  "eventDescription": {
281
- "shape": "S1w"
281
+ "shape": "S1x"
282
282
  },
283
283
  "eventMetadata": {
284
- "shape": "S1y"
284
+ "shape": "S1z"
285
285
  }
286
286
  }
287
287
  }
@@ -314,7 +314,7 @@
314
314
  "member": {}
315
315
  },
316
316
  "services": {
317
- "shape": "S1b"
317
+ "shape": "S1c"
318
318
  },
319
319
  "eventTypeCategories": {
320
320
  "type": "list",
@@ -353,7 +353,7 @@
353
353
  "type": "structure",
354
354
  "members": {
355
355
  "filter": {
356
- "shape": "S18"
356
+ "shape": "S19"
357
357
  },
358
358
  "nextToken": {},
359
359
  "maxResults": {
@@ -368,7 +368,7 @@
368
368
  "events": {
369
369
  "type": "list",
370
370
  "member": {
371
- "shape": "S1u"
371
+ "shape": "S1v"
372
372
  }
373
373
  },
374
374
  "nextToken": {}
@@ -384,17 +384,17 @@
384
384
  "type": "structure",
385
385
  "members": {
386
386
  "eventTypeCodes": {
387
- "shape": "S19"
387
+ "shape": "S1a"
388
388
  },
389
389
  "awsAccountIds": {
390
390
  "type": "list",
391
391
  "member": {}
392
392
  },
393
393
  "services": {
394
- "shape": "S1b"
394
+ "shape": "S1c"
395
395
  },
396
396
  "regions": {
397
- "shape": "S1d"
397
+ "shape": "S1e"
398
398
  },
399
399
  "startTime": {
400
400
  "shape": "Sh"
@@ -412,10 +412,10 @@
412
412
  "shape": "Se"
413
413
  },
414
414
  "eventTypeCategories": {
415
- "shape": "S1h"
415
+ "shape": "S1i"
416
416
  },
417
417
  "eventStatusCodes": {
418
- "shape": "S1j"
418
+ "shape": "S1k"
419
419
  }
420
420
  }
421
421
  },
@@ -545,20 +545,20 @@
545
545
  "awsAccountId": {}
546
546
  }
547
547
  },
548
- "S18": {
548
+ "S19": {
549
549
  "type": "structure",
550
550
  "members": {
551
551
  "eventArns": {
552
552
  "shape": "Sb"
553
553
  },
554
554
  "eventTypeCodes": {
555
- "shape": "S19"
555
+ "shape": "S1a"
556
556
  },
557
557
  "services": {
558
- "shape": "S1b"
558
+ "shape": "S1c"
559
559
  },
560
560
  "regions": {
561
- "shape": "S1d"
561
+ "shape": "S1e"
562
562
  },
563
563
  "availabilityZones": {
564
564
  "type": "list",
@@ -580,37 +580,37 @@
580
580
  "shape": "Se"
581
581
  },
582
582
  "eventTypeCategories": {
583
- "shape": "S1h"
583
+ "shape": "S1i"
584
584
  },
585
585
  "tags": {
586
586
  "shape": "Sj"
587
587
  },
588
588
  "eventStatusCodes": {
589
- "shape": "S1j"
589
+ "shape": "S1k"
590
590
  }
591
591
  }
592
592
  },
593
- "S19": {
593
+ "S1a": {
594
594
  "type": "list",
595
595
  "member": {}
596
596
  },
597
- "S1b": {
597
+ "S1c": {
598
598
  "type": "list",
599
599
  "member": {}
600
600
  },
601
- "S1d": {
601
+ "S1e": {
602
602
  "type": "list",
603
603
  "member": {}
604
604
  },
605
- "S1h": {
605
+ "S1i": {
606
606
  "type": "list",
607
607
  "member": {}
608
608
  },
609
- "S1j": {
609
+ "S1k": {
610
610
  "type": "list",
611
611
  "member": {}
612
612
  },
613
- "S1u": {
613
+ "S1v": {
614
614
  "type": "structure",
615
615
  "members": {
616
616
  "arn": {},
@@ -632,13 +632,13 @@
632
632
  "eventScopeCode": {}
633
633
  }
634
634
  },
635
- "S1w": {
635
+ "S1x": {
636
636
  "type": "structure",
637
637
  "members": {
638
638
  "latestDescription": {}
639
639
  }
640
640
  },
641
- "S1y": {
641
+ "S1z": {
642
642
  "type": "map",
643
643
  "key": {},
644
644
  "value": {}
@@ -2239,6 +2239,211 @@
2239
2239
  "hostPrefix": "metadata."
2240
2240
  },
2241
2241
  "idempotent": true
2242
+ },
2243
+ "UpdateGeofenceCollection": {
2244
+ "http": {
2245
+ "method": "PATCH",
2246
+ "requestUri": "/geofencing/v0/collections/{CollectionName}",
2247
+ "responseCode": 200
2248
+ },
2249
+ "input": {
2250
+ "type": "structure",
2251
+ "required": [
2252
+ "CollectionName"
2253
+ ],
2254
+ "members": {
2255
+ "CollectionName": {
2256
+ "location": "uri",
2257
+ "locationName": "CollectionName"
2258
+ },
2259
+ "Description": {},
2260
+ "PricingPlan": {},
2261
+ "PricingPlanDataSource": {}
2262
+ }
2263
+ },
2264
+ "output": {
2265
+ "type": "structure",
2266
+ "required": [
2267
+ "CollectionArn",
2268
+ "CollectionName",
2269
+ "UpdateTime"
2270
+ ],
2271
+ "members": {
2272
+ "CollectionArn": {},
2273
+ "CollectionName": {},
2274
+ "UpdateTime": {
2275
+ "shape": "So"
2276
+ }
2277
+ }
2278
+ },
2279
+ "endpoint": {
2280
+ "hostPrefix": "geofencing."
2281
+ },
2282
+ "idempotent": true
2283
+ },
2284
+ "UpdateMap": {
2285
+ "http": {
2286
+ "method": "PATCH",
2287
+ "requestUri": "/maps/v0/maps/{MapName}",
2288
+ "responseCode": 200
2289
+ },
2290
+ "input": {
2291
+ "type": "structure",
2292
+ "required": [
2293
+ "MapName"
2294
+ ],
2295
+ "members": {
2296
+ "Description": {},
2297
+ "MapName": {
2298
+ "location": "uri",
2299
+ "locationName": "MapName"
2300
+ },
2301
+ "PricingPlan": {}
2302
+ }
2303
+ },
2304
+ "output": {
2305
+ "type": "structure",
2306
+ "required": [
2307
+ "MapArn",
2308
+ "MapName",
2309
+ "UpdateTime"
2310
+ ],
2311
+ "members": {
2312
+ "MapArn": {},
2313
+ "MapName": {},
2314
+ "UpdateTime": {
2315
+ "shape": "So"
2316
+ }
2317
+ }
2318
+ },
2319
+ "endpoint": {
2320
+ "hostPrefix": "maps."
2321
+ },
2322
+ "idempotent": true
2323
+ },
2324
+ "UpdatePlaceIndex": {
2325
+ "http": {
2326
+ "method": "PATCH",
2327
+ "requestUri": "/places/v0/indexes/{IndexName}",
2328
+ "responseCode": 200
2329
+ },
2330
+ "input": {
2331
+ "type": "structure",
2332
+ "required": [
2333
+ "IndexName"
2334
+ ],
2335
+ "members": {
2336
+ "DataSourceConfiguration": {
2337
+ "shape": "S2o"
2338
+ },
2339
+ "Description": {},
2340
+ "IndexName": {
2341
+ "location": "uri",
2342
+ "locationName": "IndexName"
2343
+ },
2344
+ "PricingPlan": {}
2345
+ }
2346
+ },
2347
+ "output": {
2348
+ "type": "structure",
2349
+ "required": [
2350
+ "IndexArn",
2351
+ "IndexName",
2352
+ "UpdateTime"
2353
+ ],
2354
+ "members": {
2355
+ "IndexArn": {},
2356
+ "IndexName": {},
2357
+ "UpdateTime": {
2358
+ "shape": "So"
2359
+ }
2360
+ }
2361
+ },
2362
+ "endpoint": {
2363
+ "hostPrefix": "places."
2364
+ },
2365
+ "idempotent": true
2366
+ },
2367
+ "UpdateRouteCalculator": {
2368
+ "http": {
2369
+ "method": "PATCH",
2370
+ "requestUri": "/routes/v0/calculators/{CalculatorName}",
2371
+ "responseCode": 200
2372
+ },
2373
+ "input": {
2374
+ "type": "structure",
2375
+ "required": [
2376
+ "CalculatorName"
2377
+ ],
2378
+ "members": {
2379
+ "CalculatorName": {
2380
+ "location": "uri",
2381
+ "locationName": "CalculatorName"
2382
+ },
2383
+ "Description": {},
2384
+ "PricingPlan": {}
2385
+ }
2386
+ },
2387
+ "output": {
2388
+ "type": "structure",
2389
+ "required": [
2390
+ "CalculatorArn",
2391
+ "CalculatorName",
2392
+ "UpdateTime"
2393
+ ],
2394
+ "members": {
2395
+ "CalculatorArn": {},
2396
+ "CalculatorName": {},
2397
+ "UpdateTime": {
2398
+ "shape": "So"
2399
+ }
2400
+ }
2401
+ },
2402
+ "endpoint": {
2403
+ "hostPrefix": "routes."
2404
+ },
2405
+ "idempotent": true
2406
+ },
2407
+ "UpdateTracker": {
2408
+ "http": {
2409
+ "method": "PATCH",
2410
+ "requestUri": "/tracking/v0/trackers/{TrackerName}",
2411
+ "responseCode": 200
2412
+ },
2413
+ "input": {
2414
+ "type": "structure",
2415
+ "required": [
2416
+ "TrackerName"
2417
+ ],
2418
+ "members": {
2419
+ "Description": {},
2420
+ "PricingPlan": {},
2421
+ "PricingPlanDataSource": {},
2422
+ "TrackerName": {
2423
+ "location": "uri",
2424
+ "locationName": "TrackerName"
2425
+ }
2426
+ }
2427
+ },
2428
+ "output": {
2429
+ "type": "structure",
2430
+ "required": [
2431
+ "TrackerArn",
2432
+ "TrackerName",
2433
+ "UpdateTime"
2434
+ ],
2435
+ "members": {
2436
+ "TrackerArn": {},
2437
+ "TrackerName": {},
2438
+ "UpdateTime": {
2439
+ "shape": "So"
2440
+ }
2441
+ }
2442
+ },
2443
+ "endpoint": {
2444
+ "hostPrefix": "tracking."
2445
+ },
2446
+ "idempotent": true
2242
2447
  }
2243
2448
  },
2244
2449
  "shapes": {
@@ -1186,7 +1186,8 @@
1186
1186
  },
1187
1187
  "tags": {
1188
1188
  "shape": "S1k"
1189
- }
1189
+ },
1190
+ "worldDescriptionBody": {}
1190
1191
  }
1191
1192
  }
1192
1193
  },
@@ -1323,7 +1324,8 @@
1323
1324
  },
1324
1325
  "tags": {
1325
1326
  "shape": "S1k"
1326
- }
1327
+ },
1328
+ "version": {}
1327
1329
  }
1328
1330
  }
1329
1331
  },
@@ -1764,7 +1766,8 @@
1764
1766
  "lastUpdatedAt": {
1765
1767
  "type": "timestamp"
1766
1768
  },
1767
- "name": {}
1769
+ "name": {},
1770
+ "version": {}
1768
1771
  }
1769
1772
  }
1770
1773
  },