aws-sdk 2.658.0 → 2.662.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 (57) hide show
  1. package/CHANGELOG.md +30 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +51 -0
  4. package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
  5. package/apis/ce-2017-10-25.min.json +123 -88
  6. package/apis/ce-2017-10-25.paginators.json +5 -0
  7. package/apis/codeguru-reviewer-2019-09-19.min.json +341 -3
  8. package/apis/codeguru-reviewer-2019-09-19.paginators.json +15 -0
  9. package/apis/elasticmapreduce-2009-03-31.min.json +98 -17
  10. package/apis/es-2015-01-01.min.json +3 -0
  11. package/apis/firehose-2015-08-04.min.json +74 -30
  12. package/apis/guardduty-2017-11-28.min.json +165 -16
  13. package/apis/guardduty-2017-11-28.paginators.json +6 -0
  14. package/apis/iotevents-2018-07-27.min.json +102 -20
  15. package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
  16. package/apis/metadata.json +3 -0
  17. package/apis/pinpoint-2016-12-01.min.json +363 -335
  18. package/apis/ram-2018-01-04.min.json +30 -0
  19. package/apis/rds-2014-10-31.min.json +2 -0
  20. package/apis/redshift-2012-12-01.min.json +154 -46
  21. package/apis/redshift-2012-12-01.paginators.json +6 -0
  22. package/apis/route53domains-2014-05-15.min.json +97 -24
  23. package/apis/storagegateway-2013-06-30.min.json +99 -14
  24. package/apis/synthetics-2017-10-11.examples.json +5 -0
  25. package/apis/synthetics-2017-10-11.min.json +578 -0
  26. package/apis/synthetics-2017-10-11.paginators.json +24 -0
  27. package/apis/transfer-2018-11-05.min.json +41 -24
  28. package/clients/all.d.ts +1 -0
  29. package/clients/all.js +2 -1
  30. package/clients/apigatewayv2.d.ts +40 -2
  31. package/clients/applicationautoscaling.d.ts +83 -83
  32. package/clients/codegurureviewer.d.ts +417 -10
  33. package/clients/costexplorer.d.ts +66 -28
  34. package/clients/emr.d.ts +91 -6
  35. package/clients/es.d.ts +4 -0
  36. package/clients/firehose.d.ts +50 -8
  37. package/clients/fms.d.ts +6 -6
  38. package/clients/glue.d.ts +4 -4
  39. package/clients/guardduty.d.ts +340 -224
  40. package/clients/iotevents.d.ts +106 -0
  41. package/clients/mediapackagevod.d.ts +55 -0
  42. package/clients/pinpoint.d.ts +115 -77
  43. package/clients/ram.d.ts +41 -2
  44. package/clients/rds.d.ts +13 -5
  45. package/clients/redshift.d.ts +162 -1
  46. package/clients/route53domains.d.ts +140 -47
  47. package/clients/storagegateway.d.ts +137 -60
  48. package/clients/synthetics.d.ts +656 -0
  49. package/clients/synthetics.js +18 -0
  50. package/clients/transfer.d.ts +154 -123
  51. package/dist/aws-sdk-core-react-native.js +2 -2
  52. package/dist/aws-sdk-react-native.js +61 -24
  53. package/dist/aws-sdk.js +664 -222
  54. package/dist/aws-sdk.min.js +74 -74
  55. package/lib/config_service_placeholders.d.ts +2 -0
  56. package/lib/core.js +1 -1
  57. package/package.json +1 -1
@@ -554,6 +554,36 @@
554
554
  }
555
555
  }
556
556
  },
557
+ "ListResourceTypes": {
558
+ "http": {
559
+ "requestUri": "/listresourcetypes"
560
+ },
561
+ "input": {
562
+ "type": "structure",
563
+ "members": {
564
+ "nextToken": {},
565
+ "maxResults": {
566
+ "type": "integer"
567
+ }
568
+ }
569
+ },
570
+ "output": {
571
+ "type": "structure",
572
+ "members": {
573
+ "resourceTypes": {
574
+ "type": "list",
575
+ "member": {
576
+ "type": "structure",
577
+ "members": {
578
+ "resourceType": {},
579
+ "serviceName": {}
580
+ }
581
+ }
582
+ },
583
+ "nextToken": {}
584
+ }
585
+ }
586
+ },
557
587
  "ListResources": {
558
588
  "http": {
559
589
  "requestUri": "/listresources"
@@ -2414,6 +2414,7 @@
2414
2414
  "EngineVersion": {},
2415
2415
  "DBInstanceClass": {},
2416
2416
  "LicenseModel": {},
2417
+ "AvailabilityZoneGroup": {},
2417
2418
  "Vpc": {
2418
2419
  "type": "boolean"
2419
2420
  },
@@ -2440,6 +2441,7 @@
2440
2441
  "EngineVersion": {},
2441
2442
  "DBInstanceClass": {},
2442
2443
  "LicenseModel": {},
2444
+ "AvailabilityZoneGroup": {},
2443
2445
  "AvailabilityZones": {
2444
2446
  "type": "list",
2445
2447
  "member": {
@@ -562,6 +562,34 @@
562
562
  }
563
563
  }
564
564
  },
565
+ "CreateUsageLimit": {
566
+ "input": {
567
+ "type": "structure",
568
+ "required": [
569
+ "ClusterIdentifier",
570
+ "FeatureType",
571
+ "LimitType",
572
+ "Amount"
573
+ ],
574
+ "members": {
575
+ "ClusterIdentifier": {},
576
+ "FeatureType": {},
577
+ "LimitType": {},
578
+ "Amount": {
579
+ "type": "long"
580
+ },
581
+ "Period": {},
582
+ "BreachAction": {},
583
+ "Tags": {
584
+ "shape": "Sg"
585
+ }
586
+ }
587
+ },
588
+ "output": {
589
+ "shape": "S3l",
590
+ "resultWrapper": "CreateUsageLimitResult"
591
+ }
592
+ },
565
593
  "DeleteCluster": {
566
594
  "input": {
567
595
  "type": "structure",
@@ -712,11 +740,22 @@
712
740
  "members": {
713
741
  "ResourceName": {},
714
742
  "TagKeys": {
715
- "shape": "S3t"
743
+ "shape": "S3z"
716
744
  }
717
745
  }
718
746
  }
719
747
  },
748
+ "DeleteUsageLimit": {
749
+ "input": {
750
+ "type": "structure",
751
+ "required": [
752
+ "UsageLimitId"
753
+ ],
754
+ "members": {
755
+ "UsageLimitId": {}
756
+ }
757
+ }
758
+ },
720
759
  "DescribeAccountAttributes": {
721
760
  "input": {
722
761
  "type": "structure",
@@ -813,10 +852,10 @@
813
852
  },
814
853
  "Marker": {},
815
854
  "TagKeys": {
816
- "shape": "S3t"
855
+ "shape": "S3z"
817
856
  },
818
857
  "TagValues": {
819
- "shape": "S48"
858
+ "shape": "S4f"
820
859
  }
821
860
  }
822
861
  },
@@ -855,7 +894,7 @@
855
894
  "type": "structure",
856
895
  "members": {
857
896
  "Parameters": {
858
- "shape": "S4d"
897
+ "shape": "S4k"
859
898
  },
860
899
  "Marker": {}
861
900
  }
@@ -871,10 +910,10 @@
871
910
  },
872
911
  "Marker": {},
873
912
  "TagKeys": {
874
- "shape": "S3t"
913
+ "shape": "S3z"
875
914
  },
876
915
  "TagValues": {
877
- "shape": "S48"
916
+ "shape": "S4f"
878
917
  }
879
918
  }
880
919
  },
@@ -912,10 +951,10 @@
912
951
  "Marker": {},
913
952
  "OwnerAccount": {},
914
953
  "TagKeys": {
915
- "shape": "S3t"
954
+ "shape": "S3z"
916
955
  },
917
956
  "TagValues": {
918
- "shape": "S48"
957
+ "shape": "S4f"
919
958
  },
920
959
  "ClusterExists": {
921
960
  "type": "boolean"
@@ -961,10 +1000,10 @@
961
1000
  },
962
1001
  "Marker": {},
963
1002
  "TagKeys": {
964
- "shape": "S3t"
1003
+ "shape": "S3z"
965
1004
  },
966
1005
  "TagValues": {
967
- "shape": "S48"
1006
+ "shape": "S4f"
968
1007
  }
969
1008
  }
970
1009
  },
@@ -1076,10 +1115,10 @@
1076
1115
  },
1077
1116
  "Marker": {},
1078
1117
  "TagKeys": {
1079
- "shape": "S3t"
1118
+ "shape": "S3z"
1080
1119
  },
1081
1120
  "TagValues": {
1082
- "shape": "S48"
1121
+ "shape": "S4f"
1083
1122
  }
1084
1123
  }
1085
1124
  },
@@ -1122,7 +1161,7 @@
1122
1161
  "ParameterGroupFamily": {},
1123
1162
  "Marker": {},
1124
1163
  "Parameters": {
1125
- "shape": "S4d"
1164
+ "shape": "S4k"
1126
1165
  }
1127
1166
  },
1128
1167
  "wrapper": true
@@ -1181,10 +1220,10 @@
1181
1220
  },
1182
1221
  "Marker": {},
1183
1222
  "TagKeys": {
1184
- "shape": "S3t"
1223
+ "shape": "S3z"
1185
1224
  },
1186
1225
  "TagValues": {
1187
- "shape": "S48"
1226
+ "shape": "S4f"
1188
1227
  }
1189
1228
  }
1190
1229
  },
@@ -1262,10 +1301,10 @@
1262
1301
  },
1263
1302
  "Marker": {},
1264
1303
  "TagKeys": {
1265
- "shape": "S3t"
1304
+ "shape": "S3z"
1266
1305
  },
1267
1306
  "TagValues": {
1268
- "shape": "S48"
1307
+ "shape": "S4f"
1269
1308
  }
1270
1309
  }
1271
1310
  },
@@ -1294,10 +1333,10 @@
1294
1333
  },
1295
1334
  "Marker": {},
1296
1335
  "TagKeys": {
1297
- "shape": "S3t"
1336
+ "shape": "S3z"
1298
1337
  },
1299
1338
  "TagValues": {
1300
- "shape": "S48"
1339
+ "shape": "S4f"
1301
1340
  }
1302
1341
  }
1303
1342
  },
@@ -1327,7 +1366,7 @@
1327
1366
  }
1328
1367
  },
1329
1368
  "output": {
1330
- "shape": "S5w",
1369
+ "shape": "S63",
1331
1370
  "resultWrapper": "DescribeLoggingStatusResult"
1332
1371
  }
1333
1372
  },
@@ -1352,7 +1391,7 @@
1352
1391
  "Name": {},
1353
1392
  "Operator": {},
1354
1393
  "Values": {
1355
- "shape": "S63",
1394
+ "shape": "S6a",
1356
1395
  "locationName": "Value"
1357
1396
  }
1358
1397
  }
@@ -1446,7 +1485,7 @@
1446
1485
  "members": {
1447
1486
  "Marker": {},
1448
1487
  "ReservedNodeOfferings": {
1449
- "shape": "S6f"
1488
+ "shape": "S6m"
1450
1489
  }
1451
1490
  }
1452
1491
  }
@@ -1519,7 +1558,7 @@
1519
1558
  "members": {
1520
1559
  "Name": {},
1521
1560
  "Values": {
1522
- "shape": "S63"
1561
+ "shape": "S6a"
1523
1562
  }
1524
1563
  }
1525
1564
  }
@@ -1555,10 +1594,10 @@
1555
1594
  },
1556
1595
  "Marker": {},
1557
1596
  "TagKeys": {
1558
- "shape": "S3t"
1597
+ "shape": "S3z"
1559
1598
  },
1560
1599
  "TagValues": {
1561
- "shape": "S48"
1600
+ "shape": "S4f"
1562
1601
  }
1563
1602
  }
1564
1603
  },
@@ -1584,10 +1623,10 @@
1584
1623
  "ClusterIdentifier": {},
1585
1624
  "ScheduleIdentifier": {},
1586
1625
  "TagKeys": {
1587
- "shape": "S3t"
1626
+ "shape": "S3z"
1588
1627
  },
1589
1628
  "TagValues": {
1590
- "shape": "S48"
1629
+ "shape": "S4f"
1591
1630
  },
1592
1631
  "Marker": {},
1593
1632
  "MaxRecords": {
@@ -1643,7 +1682,7 @@
1643
1682
  "TableRestoreStatusDetails": {
1644
1683
  "type": "list",
1645
1684
  "member": {
1646
- "shape": "S72",
1685
+ "shape": "S79",
1647
1686
  "locationName": "TableRestoreStatus"
1648
1687
  }
1649
1688
  },
@@ -1662,10 +1701,10 @@
1662
1701
  },
1663
1702
  "Marker": {},
1664
1703
  "TagKeys": {
1665
- "shape": "S3t"
1704
+ "shape": "S3z"
1666
1705
  },
1667
1706
  "TagValues": {
1668
- "shape": "S48"
1707
+ "shape": "S4f"
1669
1708
  }
1670
1709
  }
1671
1710
  },
@@ -1691,6 +1730,39 @@
1691
1730
  }
1692
1731
  }
1693
1732
  },
1733
+ "DescribeUsageLimits": {
1734
+ "input": {
1735
+ "type": "structure",
1736
+ "members": {
1737
+ "UsageLimitId": {},
1738
+ "ClusterIdentifier": {},
1739
+ "FeatureType": {},
1740
+ "MaxRecords": {
1741
+ "type": "integer"
1742
+ },
1743
+ "Marker": {},
1744
+ "TagKeys": {
1745
+ "shape": "S3z"
1746
+ },
1747
+ "TagValues": {
1748
+ "shape": "S4f"
1749
+ }
1750
+ }
1751
+ },
1752
+ "output": {
1753
+ "resultWrapper": "DescribeUsageLimitsResult",
1754
+ "type": "structure",
1755
+ "members": {
1756
+ "UsageLimits": {
1757
+ "type": "list",
1758
+ "member": {
1759
+ "shape": "S3l"
1760
+ }
1761
+ },
1762
+ "Marker": {}
1763
+ }
1764
+ }
1765
+ },
1694
1766
  "DisableLogging": {
1695
1767
  "input": {
1696
1768
  "type": "structure",
@@ -1702,7 +1774,7 @@
1702
1774
  }
1703
1775
  },
1704
1776
  "output": {
1705
- "shape": "S5w",
1777
+ "shape": "S63",
1706
1778
  "resultWrapper": "DisableLoggingResult"
1707
1779
  }
1708
1780
  },
@@ -1740,7 +1812,7 @@
1740
1812
  }
1741
1813
  },
1742
1814
  "output": {
1743
- "shape": "S5w",
1815
+ "shape": "S63",
1744
1816
  "resultWrapper": "EnableLoggingResult"
1745
1817
  }
1746
1818
  },
@@ -1833,7 +1905,7 @@
1833
1905
  "members": {
1834
1906
  "Marker": {},
1835
1907
  "ReservedNodeOfferings": {
1836
- "shape": "S6f"
1908
+ "shape": "S6m"
1837
1909
  }
1838
1910
  }
1839
1911
  }
@@ -1988,12 +2060,12 @@
1988
2060
  "members": {
1989
2061
  "ParameterGroupName": {},
1990
2062
  "Parameters": {
1991
- "shape": "S4d"
2063
+ "shape": "S4k"
1992
2064
  }
1993
2065
  }
1994
2066
  },
1995
2067
  "output": {
1996
- "shape": "S7t",
2068
+ "shape": "S83",
1997
2069
  "resultWrapper": "ModifyClusterParameterGroupResult"
1998
2070
  }
1999
2071
  },
@@ -2171,6 +2243,25 @@
2171
2243
  "resultWrapper": "ModifySnapshotScheduleResult"
2172
2244
  }
2173
2245
  },
2246
+ "ModifyUsageLimit": {
2247
+ "input": {
2248
+ "type": "structure",
2249
+ "required": [
2250
+ "UsageLimitId"
2251
+ ],
2252
+ "members": {
2253
+ "UsageLimitId": {},
2254
+ "Amount": {
2255
+ "type": "long"
2256
+ },
2257
+ "BreachAction": {}
2258
+ }
2259
+ },
2260
+ "output": {
2261
+ "shape": "S3l",
2262
+ "resultWrapper": "ModifyUsageLimitResult"
2263
+ }
2264
+ },
2174
2265
  "PauseCluster": {
2175
2266
  "input": {
2176
2267
  "shape": "S31"
@@ -2240,12 +2331,12 @@
2240
2331
  "type": "boolean"
2241
2332
  },
2242
2333
  "Parameters": {
2243
- "shape": "S4d"
2334
+ "shape": "S4k"
2244
2335
  }
2245
2336
  }
2246
2337
  },
2247
2338
  "output": {
2248
- "shape": "S7t",
2339
+ "shape": "S83",
2249
2340
  "resultWrapper": "ResetClusterParameterGroupResult"
2250
2341
  }
2251
2342
  },
@@ -2355,7 +2446,7 @@
2355
2446
  "type": "structure",
2356
2447
  "members": {
2357
2448
  "TableRestoreStatus": {
2358
- "shape": "S72"
2449
+ "shape": "S79"
2359
2450
  }
2360
2451
  }
2361
2452
  }
@@ -3225,19 +3316,36 @@
3225
3316
  }
3226
3317
  }
3227
3318
  },
3228
- "S3t": {
3319
+ "S3l": {
3320
+ "type": "structure",
3321
+ "members": {
3322
+ "UsageLimitId": {},
3323
+ "ClusterIdentifier": {},
3324
+ "FeatureType": {},
3325
+ "LimitType": {},
3326
+ "Amount": {
3327
+ "type": "long"
3328
+ },
3329
+ "Period": {},
3330
+ "BreachAction": {},
3331
+ "Tags": {
3332
+ "shape": "Sg"
3333
+ }
3334
+ }
3335
+ },
3336
+ "S3z": {
3229
3337
  "type": "list",
3230
3338
  "member": {
3231
3339
  "locationName": "TagKey"
3232
3340
  }
3233
3341
  },
3234
- "S48": {
3342
+ "S4f": {
3235
3343
  "type": "list",
3236
3344
  "member": {
3237
3345
  "locationName": "TagValue"
3238
3346
  }
3239
3347
  },
3240
- "S4d": {
3348
+ "S4k": {
3241
3349
  "type": "list",
3242
3350
  "member": {
3243
3351
  "locationName": "Parameter",
@@ -3257,7 +3365,7 @@
3257
3365
  }
3258
3366
  }
3259
3367
  },
3260
- "S5w": {
3368
+ "S63": {
3261
3369
  "type": "structure",
3262
3370
  "members": {
3263
3371
  "LoggingEnabled": {
@@ -3274,13 +3382,13 @@
3274
3382
  "LastFailureMessage": {}
3275
3383
  }
3276
3384
  },
3277
- "S63": {
3385
+ "S6a": {
3278
3386
  "type": "list",
3279
3387
  "member": {
3280
3388
  "locationName": "item"
3281
3389
  }
3282
3390
  },
3283
- "S6f": {
3391
+ "S6m": {
3284
3392
  "type": "list",
3285
3393
  "member": {
3286
3394
  "locationName": "ReservedNodeOffering",
@@ -3307,7 +3415,7 @@
3307
3415
  "wrapper": true
3308
3416
  }
3309
3417
  },
3310
- "S72": {
3418
+ "S79": {
3311
3419
  "type": "structure",
3312
3420
  "members": {
3313
3421
  "TableRestoreRequestId": {},
@@ -3333,7 +3441,7 @@
3333
3441
  },
3334
3442
  "wrapper": true
3335
3443
  },
3336
- "S7t": {
3444
+ "S83": {
3337
3445
  "type": "structure",
3338
3446
  "members": {
3339
3447
  "ParameterGroupName": {},
@@ -101,6 +101,12 @@
101
101
  "limit_key": "MaxRecords",
102
102
  "output_token": "Marker",
103
103
  "result_key": "ScheduledActions"
104
+ },
105
+ "DescribeUsageLimits": {
106
+ "input_token": "Marker",
107
+ "limit_key": "MaxRecords",
108
+ "output_token": "Marker",
109
+ "result_key": "UsageLimits"
104
110
  }
105
111
  }
106
112
  }