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
@@ -1920,6 +1920,40 @@
1920
1920
  }
1921
1921
  }
1922
1922
  },
1923
+ "PutExternalEvaluation": {
1924
+ "input": {
1925
+ "type": "structure",
1926
+ "required": [
1927
+ "ConfigRuleName",
1928
+ "ExternalEvaluation"
1929
+ ],
1930
+ "members": {
1931
+ "ConfigRuleName": {},
1932
+ "ExternalEvaluation": {
1933
+ "type": "structure",
1934
+ "required": [
1935
+ "ComplianceResourceType",
1936
+ "ComplianceResourceId",
1937
+ "ComplianceType",
1938
+ "OrderingTimestamp"
1939
+ ],
1940
+ "members": {
1941
+ "ComplianceResourceType": {},
1942
+ "ComplianceResourceId": {},
1943
+ "ComplianceType": {},
1944
+ "Annotation": {},
1945
+ "OrderingTimestamp": {
1946
+ "type": "timestamp"
1947
+ }
1948
+ }
1949
+ }
1950
+ }
1951
+ },
1952
+ "output": {
1953
+ "type": "structure",
1954
+ "members": {}
1955
+ }
1956
+ },
1923
1957
  "PutOrganizationConfigRule": {
1924
1958
  "input": {
1925
1959
  "type": "structure",
@@ -2104,10 +2138,10 @@
2104
2138
  "type": "structure",
2105
2139
  "members": {
2106
2140
  "Results": {
2107
- "shape": "Sat"
2141
+ "shape": "Saw"
2108
2142
  },
2109
2143
  "QueryInfo": {
2110
- "shape": "Sau"
2144
+ "shape": "Sax"
2111
2145
  },
2112
2146
  "NextToken": {}
2113
2147
  }
@@ -2131,10 +2165,10 @@
2131
2165
  "type": "structure",
2132
2166
  "members": {
2133
2167
  "Results": {
2134
- "shape": "Sat"
2168
+ "shape": "Saw"
2135
2169
  },
2136
2170
  "QueryInfo": {
2137
- "shape": "Sau"
2171
+ "shape": "Sax"
2138
2172
  },
2139
2173
  "NextToken": {}
2140
2174
  }
@@ -2852,11 +2886,11 @@
2852
2886
  }
2853
2887
  }
2854
2888
  },
2855
- "Sat": {
2889
+ "Saw": {
2856
2890
  "type": "list",
2857
2891
  "member": {}
2858
2892
  },
2859
- "Sau": {
2893
+ "Sax": {
2860
2894
  "type": "structure",
2861
2895
  "members": {
2862
2896
  "SelectFields": {
@@ -33,7 +33,7 @@
33
33
  "shape": "S5"
34
34
  },
35
35
  "Tags": {
36
- "shape": "S14"
36
+ "shape": "S1l"
37
37
  }
38
38
  }
39
39
  },
@@ -115,7 +115,7 @@
115
115
  "Description": {},
116
116
  "State": {},
117
117
  "Tags": {
118
- "shape": "S14"
118
+ "shape": "S1l"
119
119
  },
120
120
  "PolicyType": {}
121
121
  }
@@ -153,16 +153,16 @@
153
153
  "StatusMessage": {},
154
154
  "ExecutionRoleArn": {},
155
155
  "DateCreated": {
156
- "shape": "S1o"
156
+ "shape": "S25"
157
157
  },
158
158
  "DateModified": {
159
- "shape": "S1o"
159
+ "shape": "S25"
160
160
  },
161
161
  "PolicyDetails": {
162
162
  "shape": "S5"
163
163
  },
164
164
  "Tags": {
165
- "shape": "S14"
165
+ "shape": "S1l"
166
166
  },
167
167
  "PolicyArn": {}
168
168
  }
@@ -191,7 +191,7 @@
191
191
  "type": "structure",
192
192
  "members": {
193
193
  "Tags": {
194
- "shape": "S14"
194
+ "shape": "S1l"
195
195
  }
196
196
  }
197
197
  }
@@ -212,7 +212,7 @@
212
212
  "locationName": "resourceArn"
213
213
  },
214
214
  "Tags": {
215
- "shape": "S14"
215
+ "shape": "S1l"
216
216
  }
217
217
  }
218
218
  },
@@ -377,16 +377,29 @@
377
377
  "type": "boolean"
378
378
  },
379
379
  "RetainRule": {
380
- "type": "structure",
381
- "members": {
382
- "Interval": {
383
- "type": "integer"
384
- },
385
- "IntervalUnit": {}
386
- }
380
+ "shape": "S10"
387
381
  }
388
382
  }
389
383
  }
384
+ },
385
+ "ShareRules": {
386
+ "type": "list",
387
+ "member": {
388
+ "type": "structure",
389
+ "required": [
390
+ "TargetAccounts"
391
+ ],
392
+ "members": {
393
+ "TargetAccounts": {
394
+ "type": "list",
395
+ "member": {}
396
+ },
397
+ "UnshareInterval": {
398
+ "type": "integer"
399
+ },
400
+ "UnshareIntervalUnit": {}
401
+ }
402
+ }
390
403
  }
391
404
  }
392
405
  }
@@ -401,6 +414,72 @@
401
414
  "type": "boolean"
402
415
  }
403
416
  }
417
+ },
418
+ "EventSource": {
419
+ "type": "structure",
420
+ "required": [
421
+ "Type"
422
+ ],
423
+ "members": {
424
+ "Type": {},
425
+ "Parameters": {
426
+ "type": "structure",
427
+ "required": [
428
+ "EventType",
429
+ "SnapshotOwner",
430
+ "DescriptionRegex"
431
+ ],
432
+ "members": {
433
+ "EventType": {},
434
+ "SnapshotOwner": {
435
+ "type": "list",
436
+ "member": {}
437
+ },
438
+ "DescriptionRegex": {}
439
+ }
440
+ }
441
+ }
442
+ },
443
+ "Actions": {
444
+ "type": "list",
445
+ "member": {
446
+ "type": "structure",
447
+ "required": [
448
+ "Name",
449
+ "CrossRegionCopy"
450
+ ],
451
+ "members": {
452
+ "Name": {},
453
+ "CrossRegionCopy": {
454
+ "type": "list",
455
+ "member": {
456
+ "type": "structure",
457
+ "required": [
458
+ "Target",
459
+ "EncryptionConfiguration"
460
+ ],
461
+ "members": {
462
+ "Target": {},
463
+ "EncryptionConfiguration": {
464
+ "type": "structure",
465
+ "required": [
466
+ "Encrypted"
467
+ ],
468
+ "members": {
469
+ "Encrypted": {
470
+ "type": "boolean"
471
+ },
472
+ "CmkArn": {}
473
+ }
474
+ },
475
+ "RetainRule": {
476
+ "shape": "S10"
477
+ }
478
+ }
479
+ }
480
+ }
481
+ }
482
+ }
404
483
  }
405
484
  }
406
485
  },
@@ -419,12 +498,21 @@
419
498
  "Value": {}
420
499
  }
421
500
  },
422
- "S14": {
501
+ "S10": {
502
+ "type": "structure",
503
+ "members": {
504
+ "Interval": {
505
+ "type": "integer"
506
+ },
507
+ "IntervalUnit": {}
508
+ }
509
+ },
510
+ "S1l": {
423
511
  "type": "map",
424
512
  "key": {},
425
513
  "value": {}
426
514
  },
427
- "S1o": {
515
+ "S25": {
428
516
  "type": "timestamp",
429
517
  "timestampFormat": "iso8601"
430
518
  }
@@ -15663,6 +15663,9 @@
15663
15663
  },
15664
15664
  "Throughput": {
15665
15665
  "type": "integer"
15666
+ },
15667
+ "MultiAttachEnabled": {
15668
+ "type": "boolean"
15666
15669
  }
15667
15670
  }
15668
15671
  },
@@ -24661,6 +24664,10 @@
24661
24664
  "locationName": "targetThroughput",
24662
24665
  "type": "integer"
24663
24666
  },
24667
+ "TargetMultiAttachEnabled": {
24668
+ "locationName": "targetMultiAttachEnabled",
24669
+ "type": "boolean"
24670
+ },
24664
24671
  "OriginalSize": {
24665
24672
  "locationName": "originalSize",
24666
24673
  "type": "integer"
@@ -24676,6 +24683,10 @@
24676
24683
  "locationName": "originalThroughput",
24677
24684
  "type": "integer"
24678
24685
  },
24686
+ "OriginalMultiAttachEnabled": {
24687
+ "locationName": "originalMultiAttachEnabled",
24688
+ "type": "boolean"
24689
+ },
24679
24690
  "Progress": {
24680
24691
  "locationName": "progress",
24681
24692
  "type": "long"
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }