aws-sdk 2.1102.0 → 2.1105.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +863 -807
  4. package/apis/fms-2018-01-01.min.json +210 -83
  5. package/apis/fms-2018-01-01.paginators.json +6 -0
  6. package/apis/fsx-2018-03-01.min.json +3 -0
  7. package/apis/grafana-2020-08-18.min.json +117 -19
  8. package/apis/iot-data-2015-05-28.min.json +1 -1
  9. package/apis/metadata.json +4 -0
  10. package/apis/organizations-2016-11-28.min.json +77 -62
  11. package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  12. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  13. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  14. package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  15. package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
  16. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  17. package/apis/workspaces-2015-04-08.min.json +195 -27
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/auditmanager.d.ts +4 -4
  21. package/clients/cloudcontrol.d.ts +22 -22
  22. package/clients/databrew.d.ts +3 -3
  23. package/clients/ec2.d.ts +77 -3
  24. package/clients/fms.d.ts +222 -8
  25. package/clients/fsx.d.ts +12 -8
  26. package/clients/grafana.d.ts +81 -5
  27. package/clients/iot.d.ts +13 -13
  28. package/clients/iotdata.d.ts +7 -7
  29. package/clients/organizations.d.ts +144 -129
  30. package/clients/pinpointsmsvoicev2.d.ts +2367 -0
  31. package/clients/pinpointsmsvoicev2.js +19 -0
  32. package/clients/route53recoverycluster.d.ts +75 -12
  33. package/clients/workspaces.d.ts +239 -0
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +58 -14
  36. package/dist/aws-sdk.js +871 -811
  37. package/dist/aws-sdk.min.js +69 -69
  38. package/lib/config_service_placeholders.d.ts +2 -0
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
@@ -29,6 +29,12 @@
29
29
  "limit_key": "MaxResults",
30
30
  "output_token": "NextToken",
31
31
  "result_key": "ProtocolsLists"
32
+ },
33
+ "ListThirdPartyFirewallFirewallPolicies": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "ThirdPartyFirewallFirewallPolicies"
32
38
  }
33
39
  }
34
40
  }
@@ -1218,6 +1218,9 @@
1218
1218
  "WeeklyMaintenanceStartTime": {},
1219
1219
  "DiskIopsConfiguration": {
1220
1220
  "shape": "S3m"
1221
+ },
1222
+ "ThroughputCapacity": {
1223
+ "type": "integer"
1221
1224
  }
1222
1225
  }
1223
1226
  },
@@ -71,6 +71,9 @@
71
71
  },
72
72
  "permissionType": {},
73
73
  "stackSetName": {},
74
+ "tags": {
75
+ "shape": "Sr"
76
+ },
74
77
  "workspaceDataSources": {
75
78
  "shape": "Sc"
76
79
  },
@@ -87,7 +90,7 @@
87
90
  "shape": "Sm"
88
91
  },
89
92
  "workspaceRoleArn": {
90
- "shape": "Sr"
93
+ "shape": "Su"
91
94
  }
92
95
  }
93
96
  },
@@ -190,7 +193,7 @@
190
193
  ],
191
194
  "members": {
192
195
  "authentication": {
193
- "shape": "S11"
196
+ "shape": "S14"
194
197
  }
195
198
  }
196
199
  }
@@ -287,7 +290,7 @@
287
290
  "members": {
288
291
  "role": {},
289
292
  "user": {
290
- "shape": "S1s"
293
+ "shape": "S1v"
291
294
  }
292
295
  }
293
296
  }
@@ -295,6 +298,33 @@
295
298
  }
296
299
  }
297
300
  },
301
+ "ListTagsForResource": {
302
+ "http": {
303
+ "method": "GET",
304
+ "requestUri": "/tags/{resourceArn}",
305
+ "responseCode": 200
306
+ },
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "resourceArn"
311
+ ],
312
+ "members": {
313
+ "resourceArn": {
314
+ "location": "uri",
315
+ "locationName": "resourceArn"
316
+ }
317
+ }
318
+ },
319
+ "output": {
320
+ "type": "structure",
321
+ "members": {
322
+ "tags": {
323
+ "shape": "Sr"
324
+ }
325
+ }
326
+ }
327
+ },
298
328
  "ListWorkspaces": {
299
329
  "http": {
300
330
  "method": "GET",
@@ -357,13 +387,73 @@
357
387
  "notificationDestinations": {
358
388
  "shape": "Sj"
359
389
  },
360
- "status": {}
390
+ "status": {},
391
+ "tags": {
392
+ "shape": "Sr"
393
+ }
361
394
  }
362
395
  }
363
396
  }
364
397
  }
365
398
  }
366
399
  },
400
+ "TagResource": {
401
+ "http": {
402
+ "requestUri": "/tags/{resourceArn}",
403
+ "responseCode": 200
404
+ },
405
+ "input": {
406
+ "type": "structure",
407
+ "required": [
408
+ "resourceArn",
409
+ "tags"
410
+ ],
411
+ "members": {
412
+ "resourceArn": {
413
+ "location": "uri",
414
+ "locationName": "resourceArn"
415
+ },
416
+ "tags": {
417
+ "shape": "Sr"
418
+ }
419
+ }
420
+ },
421
+ "output": {
422
+ "type": "structure",
423
+ "members": {}
424
+ }
425
+ },
426
+ "UntagResource": {
427
+ "http": {
428
+ "method": "DELETE",
429
+ "requestUri": "/tags/{resourceArn}",
430
+ "responseCode": 200
431
+ },
432
+ "input": {
433
+ "type": "structure",
434
+ "required": [
435
+ "resourceArn",
436
+ "tagKeys"
437
+ ],
438
+ "members": {
439
+ "resourceArn": {
440
+ "location": "uri",
441
+ "locationName": "resourceArn"
442
+ },
443
+ "tagKeys": {
444
+ "location": "querystring",
445
+ "locationName": "tagKeys",
446
+ "type": "list",
447
+ "member": {}
448
+ }
449
+ }
450
+ },
451
+ "output": {
452
+ "type": "structure",
453
+ "members": {}
454
+ },
455
+ "idempotent": true
456
+ },
367
457
  "UpdatePermissions": {
368
458
  "http": {
369
459
  "method": "PATCH",
@@ -380,7 +470,7 @@
380
470
  "updateInstructionBatch": {
381
471
  "type": "list",
382
472
  "member": {
383
- "shape": "S20"
473
+ "shape": "S2a"
384
474
  }
385
475
  },
386
476
  "workspaceId": {
@@ -406,7 +496,7 @@
406
496
  ],
407
497
  "members": {
408
498
  "causedBy": {
409
- "shape": "S20"
499
+ "shape": "S2a"
410
500
  },
411
501
  "code": {
412
502
  "type": "integer"
@@ -456,7 +546,7 @@
456
546
  "shape": "Sm"
457
547
  },
458
548
  "workspaceRoleArn": {
459
- "shape": "Sr"
549
+ "shape": "Su"
460
550
  }
461
551
  }
462
552
  },
@@ -488,7 +578,7 @@
488
578
  "shape": "S8"
489
579
  },
490
580
  "samlConfiguration": {
491
- "shape": "S15"
581
+ "shape": "S18"
492
582
  },
493
583
  "workspaceId": {
494
584
  "location": "uri",
@@ -503,7 +593,7 @@
503
593
  ],
504
594
  "members": {
505
595
  "authentication": {
506
- "shape": "S11"
596
+ "shape": "S14"
507
597
  }
508
598
  }
509
599
  }
@@ -567,8 +657,11 @@
567
657
  "permissionType": {},
568
658
  "stackSetName": {},
569
659
  "status": {},
570
- "workspaceRoleArn": {
660
+ "tags": {
571
661
  "shape": "Sr"
662
+ },
663
+ "workspaceRoleArn": {
664
+ "shape": "Su"
572
665
  }
573
666
  }
574
667
  },
@@ -614,10 +707,15 @@
614
707
  "sensitive": true
615
708
  },
616
709
  "Sr": {
710
+ "type": "map",
711
+ "key": {},
712
+ "value": {}
713
+ },
714
+ "Su": {
617
715
  "type": "string",
618
716
  "sensitive": true
619
717
  },
620
- "S11": {
718
+ "S14": {
621
719
  "type": "structure",
622
720
  "required": [
623
721
  "providers"
@@ -639,14 +737,14 @@
639
737
  ],
640
738
  "members": {
641
739
  "configuration": {
642
- "shape": "S15"
740
+ "shape": "S18"
643
741
  },
644
742
  "status": {}
645
743
  }
646
744
  }
647
745
  }
648
746
  },
649
- "S15": {
747
+ "S18": {
650
748
  "type": "structure",
651
749
  "required": [
652
750
  "idpMetadata"
@@ -682,20 +780,20 @@
682
780
  "type": "structure",
683
781
  "members": {
684
782
  "admin": {
685
- "shape": "S1f"
783
+ "shape": "S1i"
686
784
  },
687
785
  "editor": {
688
- "shape": "S1f"
786
+ "shape": "S1i"
689
787
  }
690
788
  }
691
789
  }
692
790
  }
693
791
  },
694
- "S1f": {
792
+ "S1i": {
695
793
  "type": "list",
696
794
  "member": {}
697
795
  },
698
- "S1s": {
796
+ "S1v": {
699
797
  "type": "structure",
700
798
  "required": [
701
799
  "id",
@@ -706,7 +804,7 @@
706
804
  "type": {}
707
805
  }
708
806
  },
709
- "S20": {
807
+ "S2a": {
710
808
  "type": "structure",
711
809
  "required": [
712
810
  "action",
@@ -719,7 +817,7 @@
719
817
  "users": {
720
818
  "type": "list",
721
819
  "member": {
722
- "shape": "S1s"
820
+ "shape": "S1v"
723
821
  }
724
822
  }
725
823
  }
@@ -2,7 +2,7 @@
2
2
  "version": "2.0",
3
3
  "metadata": {
4
4
  "apiVersion": "2015-05-28",
5
- "endpointPrefix": "data.iot",
5
+ "endpointPrefix": "data-ats.iot",
6
6
  "protocol": "rest-json",
7
7
  "serviceFullName": "AWS IoT Data Plane",
8
8
  "serviceId": "IoT Data Plane",
@@ -1148,5 +1148,9 @@
1148
1148
  },
1149
1149
  "gamesparks": {
1150
1150
  "name": "GameSparks"
1151
+ },
1152
+ "pinpointsmsvoicev2": {
1153
+ "prefix": "pinpoint-sms-voice-v2",
1154
+ "name": "PinpointSMSVoiceV2"
1151
1155
  }
1152
1156
  }