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
@@ -70,7 +70,7 @@
70
70
  "Name": {},
71
71
  "RuleVersion": {},
72
72
  "Rules": {
73
- "shape": "Sx"
73
+ "shape": "Sz"
74
74
  }
75
75
  }
76
76
  },
@@ -160,10 +160,10 @@
160
160
  "Name": {},
161
161
  "RuleVersion": {},
162
162
  "Rules": {
163
- "shape": "Sx"
163
+ "shape": "Sz"
164
164
  },
165
165
  "ProcessingStatus": {
166
- "shape": "S1c"
166
+ "shape": "S1d"
167
167
  }
168
168
  }
169
169
  }
@@ -350,17 +350,17 @@
350
350
  ],
351
351
  "members": {
352
352
  "TimePeriod": {
353
- "shape": "S22"
353
+ "shape": "S23"
354
354
  },
355
355
  "Granularity": {},
356
356
  "Filter": {
357
357
  "shape": "S7"
358
358
  },
359
359
  "Metrics": {
360
- "shape": "S24"
360
+ "shape": "S25"
361
361
  },
362
362
  "GroupBy": {
363
- "shape": "S26"
363
+ "shape": "S27"
364
364
  },
365
365
  "NextPageToken": {}
366
366
  }
@@ -370,10 +370,10 @@
370
370
  "members": {
371
371
  "NextPageToken": {},
372
372
  "GroupDefinitions": {
373
- "shape": "S26"
373
+ "shape": "S27"
374
374
  },
375
375
  "ResultsByTime": {
376
- "shape": "S2b"
376
+ "shape": "S2c"
377
377
  }
378
378
  }
379
379
  }
@@ -387,17 +387,17 @@
387
387
  ],
388
388
  "members": {
389
389
  "TimePeriod": {
390
- "shape": "S22"
390
+ "shape": "S23"
391
391
  },
392
392
  "Granularity": {},
393
393
  "Filter": {
394
394
  "shape": "S7"
395
395
  },
396
396
  "Metrics": {
397
- "shape": "S24"
397
+ "shape": "S25"
398
398
  },
399
399
  "GroupBy": {
400
- "shape": "S26"
400
+ "shape": "S27"
401
401
  },
402
402
  "NextPageToken": {}
403
403
  }
@@ -407,10 +407,10 @@
407
407
  "members": {
408
408
  "NextPageToken": {},
409
409
  "GroupDefinitions": {
410
- "shape": "S26"
410
+ "shape": "S27"
411
411
  },
412
412
  "ResultsByTime": {
413
- "shape": "S2b"
413
+ "shape": "S2c"
414
414
  }
415
415
  }
416
416
  }
@@ -425,7 +425,7 @@
425
425
  ],
426
426
  "members": {
427
427
  "TimePeriod": {
428
- "shape": "S22"
428
+ "shape": "S23"
429
429
  },
430
430
  "Metric": {},
431
431
  "Granularity": {},
@@ -441,10 +441,10 @@
441
441
  "type": "structure",
442
442
  "members": {
443
443
  "Total": {
444
- "shape": "S2e"
444
+ "shape": "S2f"
445
445
  },
446
446
  "ForecastResultsByTime": {
447
- "shape": "S2s"
447
+ "shape": "S2t"
448
448
  }
449
449
  }
450
450
  }
@@ -459,7 +459,7 @@
459
459
  "members": {
460
460
  "SearchString": {},
461
461
  "TimePeriod": {
462
- "shape": "S22"
462
+ "shape": "S23"
463
463
  },
464
464
  "Dimension": {},
465
465
  "Context": {},
@@ -481,7 +481,7 @@
481
481
  "members": {
482
482
  "Value": {},
483
483
  "Attributes": {
484
- "shape": "S30"
484
+ "shape": "S31"
485
485
  }
486
486
  }
487
487
  }
@@ -504,17 +504,17 @@
504
504
  ],
505
505
  "members": {
506
506
  "TimePeriod": {
507
- "shape": "S22"
507
+ "shape": "S23"
508
508
  },
509
509
  "GroupBy": {
510
- "shape": "S26"
510
+ "shape": "S27"
511
511
  },
512
512
  "Granularity": {},
513
513
  "Filter": {
514
514
  "shape": "S7"
515
515
  },
516
516
  "Metrics": {
517
- "shape": "S24"
517
+ "shape": "S25"
518
518
  },
519
519
  "NextPageToken": {}
520
520
  }
@@ -531,7 +531,7 @@
531
531
  "type": "structure",
532
532
  "members": {
533
533
  "TimePeriod": {
534
- "shape": "S22"
534
+ "shape": "S23"
535
535
  },
536
536
  "Groups": {
537
537
  "type": "list",
@@ -539,22 +539,22 @@
539
539
  "type": "structure",
540
540
  "members": {
541
541
  "Attributes": {
542
- "shape": "S30"
542
+ "shape": "S31"
543
543
  },
544
544
  "Coverage": {
545
- "shape": "S39"
545
+ "shape": "S3a"
546
546
  }
547
547
  }
548
548
  }
549
549
  },
550
550
  "Total": {
551
- "shape": "S39"
551
+ "shape": "S3a"
552
552
  }
553
553
  }
554
554
  }
555
555
  },
556
556
  "Total": {
557
- "shape": "S39"
557
+ "shape": "S3a"
558
558
  },
559
559
  "NextPageToken": {}
560
560
  }
@@ -574,7 +574,7 @@
574
574
  "TermInYears": {},
575
575
  "PaymentOption": {},
576
576
  "ServiceSpecification": {
577
- "shape": "S3r"
577
+ "shape": "S3s"
578
578
  },
579
579
  "PageSize": {
580
580
  "type": "integer"
@@ -602,7 +602,7 @@
602
602
  "TermInYears": {},
603
603
  "PaymentOption": {},
604
604
  "ServiceSpecification": {
605
- "shape": "S3r"
605
+ "shape": "S3s"
606
606
  },
607
607
  "RecommendationDetails": {
608
608
  "type": "list",
@@ -736,10 +736,10 @@
736
736
  ],
737
737
  "members": {
738
738
  "TimePeriod": {
739
- "shape": "S22"
739
+ "shape": "S23"
740
740
  },
741
741
  "GroupBy": {
742
- "shape": "S26"
742
+ "shape": "S27"
743
743
  },
744
744
  "Granularity": {},
745
745
  "Filter": {
@@ -760,7 +760,7 @@
760
760
  "type": "structure",
761
761
  "members": {
762
762
  "TimePeriod": {
763
- "shape": "S22"
763
+ "shape": "S23"
764
764
  },
765
765
  "Groups": {
766
766
  "type": "list",
@@ -770,22 +770,22 @@
770
770
  "Key": {},
771
771
  "Value": {},
772
772
  "Attributes": {
773
- "shape": "S30"
773
+ "shape": "S31"
774
774
  },
775
775
  "Utilization": {
776
- "shape": "S4g"
776
+ "shape": "S4h"
777
777
  }
778
778
  }
779
779
  }
780
780
  },
781
781
  "Total": {
782
- "shape": "S4g"
782
+ "shape": "S4h"
783
783
  }
784
784
  }
785
785
  }
786
786
  },
787
787
  "Total": {
788
- "shape": "S4g"
788
+ "shape": "S4h"
789
789
  },
790
790
  "NextPageToken": {}
791
791
  }
@@ -802,7 +802,7 @@
802
802
  "shape": "S7"
803
803
  },
804
804
  "Configuration": {
805
- "shape": "S4w"
805
+ "shape": "S4x"
806
806
  },
807
807
  "Service": {},
808
808
  "PageSize": {
@@ -849,10 +849,10 @@
849
849
  }
850
850
  },
851
851
  "ResourceDetails": {
852
- "shape": "S55"
852
+ "shape": "S56"
853
853
  },
854
854
  "ResourceUtilization": {
855
- "shape": "S57"
855
+ "shape": "S58"
856
856
  },
857
857
  "ReservationCoveredHoursInLookbackPeriod": {},
858
858
  "SavingsPlansCoveredHoursInLookbackPeriod": {},
@@ -878,10 +878,10 @@
878
878
  "type": "boolean"
879
879
  },
880
880
  "ResourceDetails": {
881
- "shape": "S55"
881
+ "shape": "S56"
882
882
  },
883
883
  "ExpectedResourceUtilization": {
884
- "shape": "S57"
884
+ "shape": "S58"
885
885
  }
886
886
  }
887
887
  }
@@ -900,7 +900,7 @@
900
900
  },
901
901
  "NextPageToken": {},
902
902
  "Configuration": {
903
- "shape": "S4w"
903
+ "shape": "S4x"
904
904
  }
905
905
  }
906
906
  }
@@ -913,17 +913,17 @@
913
913
  ],
914
914
  "members": {
915
915
  "TimePeriod": {
916
- "shape": "S22"
916
+ "shape": "S23"
917
917
  },
918
918
  "GroupBy": {
919
- "shape": "S26"
919
+ "shape": "S27"
920
920
  },
921
921
  "Granularity": {},
922
922
  "Filter": {
923
923
  "shape": "S7"
924
924
  },
925
925
  "Metrics": {
926
- "shape": "S24"
926
+ "shape": "S25"
927
927
  },
928
928
  "NextToken": {},
929
929
  "MaxResults": {
@@ -943,7 +943,7 @@
943
943
  "type": "structure",
944
944
  "members": {
945
945
  "Attributes": {
946
- "shape": "S30"
946
+ "shape": "S31"
947
947
  },
948
948
  "Coverage": {
949
949
  "type": "structure",
@@ -955,7 +955,7 @@
955
955
  }
956
956
  },
957
957
  "TimePeriod": {
958
- "shape": "S22"
958
+ "shape": "S23"
959
959
  }
960
960
  }
961
961
  }
@@ -1068,7 +1068,7 @@
1068
1068
  ],
1069
1069
  "members": {
1070
1070
  "TimePeriod": {
1071
- "shape": "S22"
1071
+ "shape": "S23"
1072
1072
  },
1073
1073
  "Granularity": {},
1074
1074
  "Filter": {
@@ -1092,22 +1092,22 @@
1092
1092
  ],
1093
1093
  "members": {
1094
1094
  "TimePeriod": {
1095
- "shape": "S22"
1095
+ "shape": "S23"
1096
1096
  },
1097
1097
  "Utilization": {
1098
- "shape": "S5y"
1098
+ "shape": "S5z"
1099
1099
  },
1100
1100
  "Savings": {
1101
- "shape": "S5z"
1101
+ "shape": "S60"
1102
1102
  },
1103
1103
  "AmortizedCommitment": {
1104
- "shape": "S60"
1104
+ "shape": "S61"
1105
1105
  }
1106
1106
  }
1107
1107
  }
1108
1108
  },
1109
1109
  "Total": {
1110
- "shape": "S61"
1110
+ "shape": "S62"
1111
1111
  }
1112
1112
  }
1113
1113
  }
@@ -1120,7 +1120,7 @@
1120
1120
  ],
1121
1121
  "members": {
1122
1122
  "TimePeriod": {
1123
- "shape": "S22"
1123
+ "shape": "S23"
1124
1124
  },
1125
1125
  "Filter": {
1126
1126
  "shape": "S7"
@@ -1145,25 +1145,25 @@
1145
1145
  "members": {
1146
1146
  "SavingsPlanArn": {},
1147
1147
  "Attributes": {
1148
- "shape": "S30"
1148
+ "shape": "S31"
1149
1149
  },
1150
1150
  "Utilization": {
1151
- "shape": "S5y"
1151
+ "shape": "S5z"
1152
1152
  },
1153
1153
  "Savings": {
1154
- "shape": "S5z"
1154
+ "shape": "S60"
1155
1155
  },
1156
1156
  "AmortizedCommitment": {
1157
- "shape": "S60"
1157
+ "shape": "S61"
1158
1158
  }
1159
1159
  }
1160
1160
  }
1161
1161
  },
1162
1162
  "Total": {
1163
- "shape": "S61"
1163
+ "shape": "S62"
1164
1164
  },
1165
1165
  "TimePeriod": {
1166
- "shape": "S22"
1166
+ "shape": "S23"
1167
1167
  },
1168
1168
  "NextToken": {}
1169
1169
  }
@@ -1178,7 +1178,7 @@
1178
1178
  "members": {
1179
1179
  "SearchString": {},
1180
1180
  "TimePeriod": {
1181
- "shape": "S22"
1181
+ "shape": "S23"
1182
1182
  },
1183
1183
  "TagKey": {},
1184
1184
  "NextPageToken": {}
@@ -1216,7 +1216,7 @@
1216
1216
  ],
1217
1217
  "members": {
1218
1218
  "TimePeriod": {
1219
- "shape": "S22"
1219
+ "shape": "S23"
1220
1220
  },
1221
1221
  "Metric": {},
1222
1222
  "Granularity": {},
@@ -1232,10 +1232,10 @@
1232
1232
  "type": "structure",
1233
1233
  "members": {
1234
1234
  "Total": {
1235
- "shape": "S2e"
1235
+ "shape": "S2f"
1236
1236
  },
1237
1237
  "ForecastResultsByTime": {
1238
- "shape": "S2s"
1238
+ "shape": "S2t"
1239
1239
  }
1240
1240
  }
1241
1241
  }
@@ -1267,7 +1267,7 @@
1267
1267
  "type": "integer"
1268
1268
  },
1269
1269
  "ProcessingStatus": {
1270
- "shape": "S1c"
1270
+ "shape": "S1d"
1271
1271
  },
1272
1272
  "Values": {
1273
1273
  "type": "list",
@@ -1336,10 +1336,10 @@
1336
1336
  },
1337
1337
  "Frequency": {},
1338
1338
  "MonitorArnList": {
1339
- "shape": "Sb"
1339
+ "shape": "Sn"
1340
1340
  },
1341
1341
  "Subscribers": {
1342
- "shape": "Sn"
1342
+ "shape": "Sp"
1343
1343
  },
1344
1344
  "SubscriptionName": {}
1345
1345
  }
@@ -1366,7 +1366,7 @@
1366
1366
  "CostCategoryArn": {},
1367
1367
  "RuleVersion": {},
1368
1368
  "Rules": {
1369
- "shape": "Sx"
1369
+ "shape": "Sz"
1370
1370
  }
1371
1371
  }
1372
1372
  },
@@ -1482,10 +1482,10 @@
1482
1482
  "SubscriptionArn": {},
1483
1483
  "AccountId": {},
1484
1484
  "MonitorArnList": {
1485
- "shape": "Sb"
1485
+ "shape": "Sn"
1486
1486
  },
1487
1487
  "Subscribers": {
1488
- "shape": "Sn"
1488
+ "shape": "Sp"
1489
1489
  },
1490
1490
  "Threshold": {
1491
1491
  "type": "double"
@@ -1495,6 +1495,10 @@
1495
1495
  }
1496
1496
  },
1497
1497
  "Sn": {
1498
+ "type": "list",
1499
+ "member": {}
1500
+ },
1501
+ "Sp": {
1498
1502
  "type": "list",
1499
1503
  "member": {
1500
1504
  "type": "structure",
@@ -1505,7 +1509,7 @@
1505
1509
  }
1506
1510
  }
1507
1511
  },
1508
- "Sx": {
1512
+ "Sz": {
1509
1513
  "type": "list",
1510
1514
  "member": {
1511
1515
  "type": "structure",
@@ -1521,7 +1525,7 @@
1521
1525
  }
1522
1526
  }
1523
1527
  },
1524
- "S1c": {
1528
+ "S1d": {
1525
1529
  "type": "list",
1526
1530
  "member": {
1527
1531
  "type": "structure",
@@ -1531,7 +1535,7 @@
1531
1535
  }
1532
1536
  }
1533
1537
  },
1534
- "S22": {
1538
+ "S23": {
1535
1539
  "type": "structure",
1536
1540
  "required": [
1537
1541
  "Start",
@@ -1542,11 +1546,11 @@
1542
1546
  "End": {}
1543
1547
  }
1544
1548
  },
1545
- "S24": {
1549
+ "S25": {
1546
1550
  "type": "list",
1547
1551
  "member": {}
1548
1552
  },
1549
- "S26": {
1553
+ "S27": {
1550
1554
  "type": "list",
1551
1555
  "member": {
1552
1556
  "type": "structure",
@@ -1556,16 +1560,16 @@
1556
1560
  }
1557
1561
  }
1558
1562
  },
1559
- "S2b": {
1563
+ "S2c": {
1560
1564
  "type": "list",
1561
1565
  "member": {
1562
1566
  "type": "structure",
1563
1567
  "members": {
1564
1568
  "TimePeriod": {
1565
- "shape": "S22"
1569
+ "shape": "S23"
1566
1570
  },
1567
1571
  "Total": {
1568
- "shape": "S2d"
1572
+ "shape": "S2e"
1569
1573
  },
1570
1574
  "Groups": {
1571
1575
  "type": "list",
@@ -1577,7 +1581,7 @@
1577
1581
  "member": {}
1578
1582
  },
1579
1583
  "Metrics": {
1580
- "shape": "S2d"
1584
+ "shape": "S2e"
1581
1585
  }
1582
1586
  }
1583
1587
  }
@@ -1588,27 +1592,27 @@
1588
1592
  }
1589
1593
  }
1590
1594
  },
1591
- "S2d": {
1595
+ "S2e": {
1592
1596
  "type": "map",
1593
1597
  "key": {},
1594
1598
  "value": {
1595
- "shape": "S2e"
1599
+ "shape": "S2f"
1596
1600
  }
1597
1601
  },
1598
- "S2e": {
1602
+ "S2f": {
1599
1603
  "type": "structure",
1600
1604
  "members": {
1601
1605
  "Amount": {},
1602
1606
  "Unit": {}
1603
1607
  }
1604
1608
  },
1605
- "S2s": {
1609
+ "S2t": {
1606
1610
  "type": "list",
1607
1611
  "member": {
1608
1612
  "type": "structure",
1609
1613
  "members": {
1610
1614
  "TimePeriod": {
1611
- "shape": "S22"
1615
+ "shape": "S23"
1612
1616
  },
1613
1617
  "MeanValue": {},
1614
1618
  "PredictionIntervalLowerBound": {},
@@ -1616,12 +1620,12 @@
1616
1620
  }
1617
1621
  }
1618
1622
  },
1619
- "S30": {
1623
+ "S31": {
1620
1624
  "type": "map",
1621
1625
  "key": {},
1622
1626
  "value": {}
1623
1627
  },
1624
- "S39": {
1628
+ "S3a": {
1625
1629
  "type": "structure",
1626
1630
  "members": {
1627
1631
  "CoverageHours": {
@@ -1650,7 +1654,7 @@
1650
1654
  }
1651
1655
  }
1652
1656
  },
1653
- "S3r": {
1657
+ "S3s": {
1654
1658
  "type": "structure",
1655
1659
  "members": {
1656
1660
  "EC2Specification": {
@@ -1661,7 +1665,7 @@
1661
1665
  }
1662
1666
  }
1663
1667
  },
1664
- "S4g": {
1668
+ "S4h": {
1665
1669
  "type": "structure",
1666
1670
  "members": {
1667
1671
  "UtilizationPercentage": {},
@@ -1680,7 +1684,7 @@
1680
1684
  "TotalAmortizedFee": {}
1681
1685
  }
1682
1686
  },
1683
- "S4w": {
1687
+ "S4x": {
1684
1688
  "type": "structure",
1685
1689
  "required": [
1686
1690
  "RecommendationTarget",
@@ -1693,7 +1697,7 @@
1693
1697
  }
1694
1698
  }
1695
1699
  },
1696
- "S55": {
1700
+ "S56": {
1697
1701
  "type": "structure",
1698
1702
  "members": {
1699
1703
  "EC2ResourceDetails": {
@@ -1712,7 +1716,7 @@
1712
1716
  }
1713
1717
  }
1714
1718
  },
1715
- "S57": {
1719
+ "S58": {
1716
1720
  "type": "structure",
1717
1721
  "members": {
1718
1722
  "EC2ResourceUtilization": {
@@ -1734,7 +1738,7 @@
1734
1738
  }
1735
1739
  }
1736
1740
  },
1737
- "S5y": {
1741
+ "S5z": {
1738
1742
  "type": "structure",
1739
1743
  "members": {
1740
1744
  "TotalCommitment": {},
@@ -1743,14 +1747,14 @@
1743
1747
  "UtilizationPercentage": {}
1744
1748
  }
1745
1749
  },
1746
- "S5z": {
1750
+ "S60": {
1747
1751
  "type": "structure",
1748
1752
  "members": {
1749
1753
  "NetSavings": {},
1750
1754
  "OnDemandCostEquivalent": {}
1751
1755
  }
1752
1756
  },
1753
- "S60": {
1757
+ "S61": {
1754
1758
  "type": "structure",
1755
1759
  "members": {
1756
1760
  "AmortizedRecurringCommitment": {},
@@ -1758,20 +1762,20 @@
1758
1762
  "TotalAmortizedCommitment": {}
1759
1763
  }
1760
1764
  },
1761
- "S61": {
1765
+ "S62": {
1762
1766
  "type": "structure",
1763
1767
  "required": [
1764
1768
  "Utilization"
1765
1769
  ],
1766
1770
  "members": {
1767
1771
  "Utilization": {
1768
- "shape": "S5y"
1772
+ "shape": "S5z"
1769
1773
  },
1770
1774
  "Savings": {
1771
- "shape": "S5z"
1775
+ "shape": "S60"
1772
1776
  },
1773
1777
  "AmortizedCommitment": {
1774
- "shape": "S60"
1778
+ "shape": "S61"
1775
1779
  }
1776
1780
  }
1777
1781
  }