aws-sdk 2.810.0 → 2.814.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 (86) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/README.md +2 -3
  3. package/apis/amp-2020-08-01.examples.json +5 -0
  4. package/apis/amp-2020-08-01.min.json +211 -0
  5. package/apis/amp-2020-08-01.paginators.json +10 -0
  6. package/apis/ce-2017-10-25.min.json +101 -97
  7. package/apis/config-2014-11-12.min.json +40 -6
  8. package/apis/dlm-2018-01-12.min.json +104 -16
  9. package/apis/ec2-2016-11-15.min.json +11 -0
  10. package/apis/greengrassv2-2020-11-30.examples.json +5 -0
  11. package/apis/greengrassv2-2020-11-30.min.json +1069 -0
  12. package/apis/greengrassv2-2020-11-30.paginators.json +40 -0
  13. package/apis/imagebuilder-2019-12-02.min.json +375 -88
  14. package/apis/imagebuilder-2019-12-02.paginators.json +24 -9
  15. package/apis/iot-2015-05-28.min.json +904 -278
  16. package/apis/iot-2015-05-28.paginators.json +24 -0
  17. package/apis/iotanalytics-2017-11-27.min.json +79 -27
  18. package/apis/iotdeviceadvisor-2020-09-18.examples.json +5 -0
  19. package/apis/iotdeviceadvisor-2020-09-18.min.json +596 -0
  20. package/apis/iotdeviceadvisor-2020-09-18.paginators.json +19 -0
  21. package/apis/iotfleethub-2020-11-03.examples.json +5 -0
  22. package/apis/iotfleethub-2020-11-03.min.json +292 -0
  23. package/apis/iotfleethub-2020-11-03.paginators.json +9 -0
  24. package/apis/iotwireless-2020-11-22.examples.json +5 -0
  25. package/apis/iotwireless-2020-11-22.min.json +1832 -0
  26. package/apis/iotwireless-2020-11-22.paginators.json +29 -0
  27. package/apis/kms-2014-11-01.examples.json +7 -4
  28. package/apis/kms-2014-11-01.min.json +7 -1
  29. package/apis/lambda-2015-03-31.examples.json +6 -6
  30. package/apis/lambda-2015-03-31.min.json +140 -100
  31. package/apis/location-2020-11-19.examples.json +5 -0
  32. package/apis/location-2020-11-19.min.json +1759 -0
  33. package/apis/location-2020-11-19.paginators.json +44 -0
  34. package/apis/metadata.json +21 -0
  35. package/apis/quicksight-2018-04-01.min.json +120 -119
  36. package/apis/rds-2014-10-31.min.json +192 -172
  37. package/apis/route53-2013-04-01.min.json +372 -96
  38. package/apis/route53resolver-2018-04-01.min.json +81 -6
  39. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  40. package/apis/servicecatalog-2015-12-10.min.json +187 -117
  41. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  42. package/apis/ssm-2014-11-06.min.json +606 -293
  43. package/apis/ssm-2014-11-06.paginators.json +12 -0
  44. package/apis/wellarchitected-2020-03-31.examples.json +5 -0
  45. package/apis/wellarchitected-2020-03-31.min.json +1329 -0
  46. package/apis/wellarchitected-2020-03-31.paginators.json +49 -0
  47. package/clients/all.d.ts +7 -0
  48. package/clients/all.js +8 -1
  49. package/clients/amp.d.ts +220 -0
  50. package/clients/amp.js +18 -0
  51. package/clients/configservice.d.ts +49 -28
  52. package/clients/costexplorer.d.ts +3 -2
  53. package/clients/dlm.d.ts +99 -7
  54. package/clients/ec2.d.ts +14 -2
  55. package/clients/greengrassv2.d.ts +1270 -0
  56. package/clients/greengrassv2.js +18 -0
  57. package/clients/imagebuilder.d.ts +433 -5
  58. package/clients/iot.d.ts +770 -60
  59. package/clients/iotanalytics.d.ts +68 -2
  60. package/clients/iotdeviceadvisor.d.ts +710 -0
  61. package/clients/iotdeviceadvisor.js +18 -0
  62. package/clients/iotfleethub.d.ts +315 -0
  63. package/clients/iotfleethub.js +18 -0
  64. package/clients/iotwireless.d.ts +2124 -0
  65. package/clients/iotwireless.js +18 -0
  66. package/clients/kms.d.ts +117 -109
  67. package/clients/lambda.d.ts +63 -17
  68. package/clients/location.d.ts +1498 -0
  69. package/clients/location.js +18 -0
  70. package/clients/quicksight.d.ts +15 -10
  71. package/clients/rds.d.ts +41 -14
  72. package/clients/route53.d.ts +247 -1
  73. package/clients/route53resolver.d.ts +105 -8
  74. package/clients/servicecatalog.d.ts +122 -14
  75. package/clients/sqs.d.ts +23 -23
  76. package/clients/ssm.d.ts +534 -31
  77. package/clients/wellarchitected.d.ts +871 -0
  78. package/clients/wellarchitected.js +18 -0
  79. package/dist/aws-sdk-core-react-native.js +7 -2
  80. package/dist/aws-sdk-react-native.js +293 -24
  81. package/dist/aws-sdk.js +2709 -1190
  82. package/dist/aws-sdk.min.js +81 -81
  83. package/lib/config_service_placeholders.d.ts +14 -0
  84. package/lib/core.js +1 -1
  85. package/lib/util.js +5 -0
  86. package/package.json +1 -1
@@ -303,6 +303,25 @@
303
303
  }
304
304
  }
305
305
  },
306
+ "GetResolverDnssecConfig": {
307
+ "input": {
308
+ "type": "structure",
309
+ "required": [
310
+ "ResourceId"
311
+ ],
312
+ "members": {
313
+ "ResourceId": {}
314
+ }
315
+ },
316
+ "output": {
317
+ "type": "structure",
318
+ "members": {
319
+ "ResolverDNSSECConfig": {
320
+ "shape": "S1v"
321
+ }
322
+ }
323
+ }
324
+ },
306
325
  "GetResolverEndpoint": {
307
326
  "input": {
308
327
  "type": "structure",
@@ -432,6 +451,32 @@
432
451
  }
433
452
  }
434
453
  },
454
+ "ListResolverDnssecConfigs": {
455
+ "input": {
456
+ "type": "structure",
457
+ "members": {
458
+ "MaxResults": {
459
+ "type": "integer"
460
+ },
461
+ "NextToken": {},
462
+ "Filters": {
463
+ "shape": "S2g"
464
+ }
465
+ }
466
+ },
467
+ "output": {
468
+ "type": "structure",
469
+ "members": {
470
+ "NextToken": {},
471
+ "ResolverDnssecConfigs": {
472
+ "type": "list",
473
+ "member": {
474
+ "shape": "S1v"
475
+ }
476
+ }
477
+ }
478
+ }
479
+ },
435
480
  "ListResolverEndpointIpAddresses": {
436
481
  "input": {
437
482
  "type": "structure",
@@ -480,7 +525,7 @@
480
525
  },
481
526
  "NextToken": {},
482
527
  "Filters": {
483
- "shape": "S2h"
528
+ "shape": "S2g"
484
529
  }
485
530
  }
486
531
  },
@@ -509,7 +554,7 @@
509
554
  },
510
555
  "NextToken": {},
511
556
  "Filters": {
512
- "shape": "S2h"
557
+ "shape": "S2g"
513
558
  },
514
559
  "SortBy": {},
515
560
  "SortOrder": {}
@@ -543,7 +588,7 @@
543
588
  },
544
589
  "NextToken": {},
545
590
  "Filters": {
546
- "shape": "S2h"
591
+ "shape": "S2g"
547
592
  },
548
593
  "SortBy": {},
549
594
  "SortOrder": {}
@@ -577,7 +622,7 @@
577
622
  },
578
623
  "NextToken": {},
579
624
  "Filters": {
580
- "shape": "S2h"
625
+ "shape": "S2g"
581
626
  }
582
627
  }
583
628
  },
@@ -606,7 +651,7 @@
606
651
  },
607
652
  "NextToken": {},
608
653
  "Filters": {
609
- "shape": "S2h"
654
+ "shape": "S2g"
610
655
  }
611
656
  }
612
657
  },
@@ -731,6 +776,27 @@
731
776
  "members": {}
732
777
  }
733
778
  },
779
+ "UpdateResolverDnssecConfig": {
780
+ "input": {
781
+ "type": "structure",
782
+ "required": [
783
+ "ResourceId",
784
+ "Validation"
785
+ ],
786
+ "members": {
787
+ "ResourceId": {},
788
+ "Validation": {}
789
+ }
790
+ },
791
+ "output": {
792
+ "type": "structure",
793
+ "members": {
794
+ "ResolverDNSSECConfig": {
795
+ "shape": "S1v"
796
+ }
797
+ }
798
+ }
799
+ },
734
800
  "UpdateResolverEndpoint": {
735
801
  "input": {
736
802
  "type": "structure",
@@ -906,7 +972,16 @@
906
972
  "ModificationTime": {}
907
973
  }
908
974
  },
909
- "S2h": {
975
+ "S1v": {
976
+ "type": "structure",
977
+ "members": {
978
+ "Id": {},
979
+ "OwnerId": {},
980
+ "ResourceId": {},
981
+ "ValidationStatus": {}
982
+ }
983
+ },
984
+ "S2g": {
910
985
  "type": "list",
911
986
  "member": {
912
987
  "type": "structure",
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListResolverDnssecConfigs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "ResolverDnssecConfigs"
8
+ },
3
9
  "ListResolverEndpointIpAddresses": {
4
10
  "input_token": "NextToken",
5
11
  "output_token": "NextToken",