aws-sdk 2.1645.0 → 2.1646.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.
- package/README.md +1 -1
- package/apis/bedrock-runtime-2023-09-30.min.json +72 -45
- package/apis/codeartifact-2018-09-22.min.json +7 -1
- package/apis/compute-optimizer-2019-11-01.min.json +447 -134
- package/apis/cost-optimization-hub-2022-07-26.min.json +310 -262
- package/apis/cost-optimization-hub-2022-07-26.waiters2.json +5 -0
- package/apis/dynamodb-2011-12-05.min.json +4 -1
- package/apis/dynamodb-2012-08-10.min.json +4 -1
- package/apis/glue-2017-03-31.paginators.json +16 -8
- package/apis/ivs-realtime-2020-07-14.min.json +272 -245
- package/apis/ivs-realtime-2020-07-14.waiters2.json +5 -0
- package/apis/sagemaker-2017-07-24.min.json +1261 -1207
- package/apis/securityhub-2018-10-26.min.json +4 -1
- package/clients/bedrockruntime.d.ts +31 -0
- package/clients/codeartifact.d.ts +28 -28
- package/clients/computeoptimizer.d.ts +449 -47
- package/clients/costoptimizationhub.d.ts +380 -328
- package/clients/costoptimizationhub.js +1 -0
- package/clients/dynamodb.d.ts +12 -12
- package/clients/ivsrealtime.d.ts +282 -233
- package/clients/ivsrealtime.js +1 -0
- package/clients/sagemaker.d.ts +134 -34
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +336 -322
- package/dist/aws-sdk.js +11 -5
- package/dist/aws-sdk.min.js +5 -5
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "compute-optimizer",
|
6
6
|
"jsonVersion": "1.0",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "AWS Compute Optimizer",
|
9
12
|
"serviceId": "Compute Optimizer",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"signingName": "compute-optimizer",
|
12
15
|
"targetPrefix": "ComputeOptimizerService",
|
13
|
-
"uid": "compute-optimizer-2019-11-01"
|
16
|
+
"uid": "compute-optimizer-2019-11-01",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"DeleteRecommendationPreferences": {
|
@@ -317,6 +323,45 @@
|
|
317
323
|
}
|
318
324
|
}
|
319
325
|
},
|
326
|
+
"ExportRDSDatabaseRecommendations": {
|
327
|
+
"input": {
|
328
|
+
"type": "structure",
|
329
|
+
"required": [
|
330
|
+
"s3DestinationConfig"
|
331
|
+
],
|
332
|
+
"members": {
|
333
|
+
"accountIds": {
|
334
|
+
"shape": "Sw"
|
335
|
+
},
|
336
|
+
"filters": {
|
337
|
+
"shape": "S28"
|
338
|
+
},
|
339
|
+
"fieldsToExport": {
|
340
|
+
"type": "list",
|
341
|
+
"member": {}
|
342
|
+
},
|
343
|
+
"s3DestinationConfig": {
|
344
|
+
"shape": "S13"
|
345
|
+
},
|
346
|
+
"fileFormat": {},
|
347
|
+
"includeMemberAccounts": {
|
348
|
+
"type": "boolean"
|
349
|
+
},
|
350
|
+
"recommendationPreferences": {
|
351
|
+
"shape": "S17"
|
352
|
+
}
|
353
|
+
}
|
354
|
+
},
|
355
|
+
"output": {
|
356
|
+
"type": "structure",
|
357
|
+
"members": {
|
358
|
+
"jobId": {},
|
359
|
+
"s3Destination": {
|
360
|
+
"shape": "Sn"
|
361
|
+
}
|
362
|
+
}
|
363
|
+
}
|
364
|
+
},
|
320
365
|
"GetAutoScalingGroupRecommendations": {
|
321
366
|
"input": {
|
322
367
|
"type": "structure",
|
@@ -354,13 +399,16 @@
|
|
354
399
|
"autoScalingGroupName": {},
|
355
400
|
"finding": {},
|
356
401
|
"utilizationMetrics": {
|
357
|
-
"shape": "
|
402
|
+
"shape": "S2m"
|
358
403
|
},
|
359
404
|
"lookBackPeriodInDays": {
|
360
405
|
"type": "double"
|
361
406
|
},
|
362
407
|
"currentConfiguration": {
|
363
|
-
"shape": "
|
408
|
+
"shape": "S2s"
|
409
|
+
},
|
410
|
+
"currentInstanceGpuInfo": {
|
411
|
+
"shape": "S2x"
|
364
412
|
},
|
365
413
|
"recommendationOptions": {
|
366
414
|
"type": "list",
|
@@ -368,10 +416,13 @@
|
|
368
416
|
"type": "structure",
|
369
417
|
"members": {
|
370
418
|
"configuration": {
|
371
|
-
"shape": "
|
419
|
+
"shape": "S2s"
|
420
|
+
},
|
421
|
+
"instanceGpuInfo": {
|
422
|
+
"shape": "S2x"
|
372
423
|
},
|
373
424
|
"projectedUtilizationMetrics": {
|
374
|
-
"shape": "
|
425
|
+
"shape": "S34"
|
375
426
|
},
|
376
427
|
"performanceRisk": {
|
377
428
|
"type": "double"
|
@@ -380,11 +431,7 @@
|
|
380
431
|
"type": "integer"
|
381
432
|
},
|
382
433
|
"savingsOpportunity": {
|
383
|
-
"shape": "
|
384
|
-
},
|
385
|
-
"migrationEffort": {},
|
386
|
-
"instanceGpuInfo": {
|
387
|
-
"shape": "S31"
|
434
|
+
"shape": "S37"
|
388
435
|
},
|
389
436
|
"savingsOpportunityAfterDiscounts": {
|
390
437
|
"type": "structure",
|
@@ -402,7 +449,8 @@
|
|
402
449
|
}
|
403
450
|
}
|
404
451
|
}
|
405
|
-
}
|
452
|
+
},
|
453
|
+
"migrationEffort": {}
|
406
454
|
}
|
407
455
|
}
|
408
456
|
},
|
@@ -411,19 +459,16 @@
|
|
411
459
|
},
|
412
460
|
"currentPerformanceRisk": {},
|
413
461
|
"effectiveRecommendationPreferences": {
|
414
|
-
"shape": "
|
462
|
+
"shape": "S3h"
|
415
463
|
},
|
416
464
|
"inferredWorkloadTypes": {
|
417
|
-
"shape": "
|
418
|
-
},
|
419
|
-
"currentInstanceGpuInfo": {
|
420
|
-
"shape": "S31"
|
465
|
+
"shape": "S40"
|
421
466
|
}
|
422
467
|
}
|
423
468
|
}
|
424
469
|
},
|
425
470
|
"errors": {
|
426
|
-
"shape": "
|
471
|
+
"shape": "S42"
|
427
472
|
}
|
428
473
|
}
|
429
474
|
}
|
@@ -460,7 +505,7 @@
|
|
460
505
|
"volumeArn": {},
|
461
506
|
"accountId": {},
|
462
507
|
"currentConfiguration": {
|
463
|
-
"shape": "
|
508
|
+
"shape": "S4d"
|
464
509
|
},
|
465
510
|
"finding": {},
|
466
511
|
"utilizationMetrics": {
|
@@ -485,7 +530,7 @@
|
|
485
530
|
"type": "structure",
|
486
531
|
"members": {
|
487
532
|
"configuration": {
|
488
|
-
"shape": "
|
533
|
+
"shape": "S4d"
|
489
534
|
},
|
490
535
|
"performanceRisk": {
|
491
536
|
"type": "double"
|
@@ -494,7 +539,7 @@
|
|
494
539
|
"type": "integer"
|
495
540
|
},
|
496
541
|
"savingsOpportunity": {
|
497
|
-
"shape": "
|
542
|
+
"shape": "S37"
|
498
543
|
},
|
499
544
|
"savingsOpportunityAfterDiscounts": {
|
500
545
|
"type": "structure",
|
@@ -520,9 +565,6 @@
|
|
520
565
|
"type": "timestamp"
|
521
566
|
},
|
522
567
|
"currentPerformanceRisk": {},
|
523
|
-
"tags": {
|
524
|
-
"shape": "S4m"
|
525
|
-
},
|
526
568
|
"effectiveRecommendationPreferences": {
|
527
569
|
"type": "structure",
|
528
570
|
"members": {
|
@@ -533,12 +575,15 @@
|
|
533
575
|
}
|
534
576
|
}
|
535
577
|
}
|
578
|
+
},
|
579
|
+
"tags": {
|
580
|
+
"shape": "S4w"
|
536
581
|
}
|
537
582
|
}
|
538
583
|
}
|
539
584
|
},
|
540
585
|
"errors": {
|
541
|
-
"shape": "
|
586
|
+
"shape": "S42"
|
542
587
|
}
|
543
588
|
}
|
544
589
|
}
|
@@ -585,7 +630,7 @@
|
|
585
630
|
"member": {}
|
586
631
|
},
|
587
632
|
"utilizationMetrics": {
|
588
|
-
"shape": "
|
633
|
+
"shape": "S2m"
|
589
634
|
},
|
590
635
|
"lookBackPeriodInDays": {
|
591
636
|
"type": "double"
|
@@ -596,8 +641,11 @@
|
|
596
641
|
"type": "structure",
|
597
642
|
"members": {
|
598
643
|
"instanceType": {},
|
644
|
+
"instanceGpuInfo": {
|
645
|
+
"shape": "S2x"
|
646
|
+
},
|
599
647
|
"projectedUtilizationMetrics": {
|
600
|
-
"shape": "
|
648
|
+
"shape": "S34"
|
601
649
|
},
|
602
650
|
"platformDifferences": {
|
603
651
|
"type": "list",
|
@@ -610,11 +658,7 @@
|
|
610
658
|
"type": "integer"
|
611
659
|
},
|
612
660
|
"savingsOpportunity": {
|
613
|
-
"shape": "
|
614
|
-
},
|
615
|
-
"migrationEffort": {},
|
616
|
-
"instanceGpuInfo": {
|
617
|
-
"shape": "S31"
|
661
|
+
"shape": "S37"
|
618
662
|
},
|
619
663
|
"savingsOpportunityAfterDiscounts": {
|
620
664
|
"type": "structure",
|
@@ -632,7 +676,8 @@
|
|
632
676
|
}
|
633
677
|
}
|
634
678
|
}
|
635
|
-
}
|
679
|
+
},
|
680
|
+
"migrationEffort": {}
|
636
681
|
}
|
637
682
|
}
|
638
683
|
},
|
@@ -651,14 +696,14 @@
|
|
651
696
|
},
|
652
697
|
"currentPerformanceRisk": {},
|
653
698
|
"effectiveRecommendationPreferences": {
|
654
|
-
"shape": "
|
699
|
+
"shape": "S3h"
|
655
700
|
},
|
656
701
|
"inferredWorkloadTypes": {
|
657
|
-
"shape": "
|
702
|
+
"shape": "S40"
|
658
703
|
},
|
659
704
|
"instanceState": {},
|
660
705
|
"tags": {
|
661
|
-
"shape": "
|
706
|
+
"shape": "S4w"
|
662
707
|
},
|
663
708
|
"externalMetricStatus": {
|
664
709
|
"type": "structure",
|
@@ -668,14 +713,14 @@
|
|
668
713
|
}
|
669
714
|
},
|
670
715
|
"currentInstanceGpuInfo": {
|
671
|
-
"shape": "
|
716
|
+
"shape": "S2x"
|
672
717
|
},
|
673
718
|
"idle": {}
|
674
719
|
}
|
675
720
|
}
|
676
721
|
},
|
677
722
|
"errors": {
|
678
|
-
"shape": "
|
723
|
+
"shape": "S42"
|
679
724
|
}
|
680
725
|
}
|
681
726
|
}
|
@@ -726,10 +771,10 @@
|
|
726
771
|
"members": {
|
727
772
|
"name": {},
|
728
773
|
"timestamps": {
|
729
|
-
"shape": "
|
774
|
+
"shape": "S5y"
|
730
775
|
},
|
731
776
|
"values": {
|
732
|
-
"shape": "
|
777
|
+
"shape": "S5z"
|
733
778
|
}
|
734
779
|
}
|
735
780
|
}
|
@@ -785,13 +830,13 @@
|
|
785
830
|
"members": {
|
786
831
|
"name": {},
|
787
832
|
"timestamps": {
|
788
|
-
"shape": "
|
833
|
+
"shape": "S5y"
|
789
834
|
},
|
790
835
|
"upperBoundValues": {
|
791
|
-
"shape": "
|
836
|
+
"shape": "S5z"
|
792
837
|
},
|
793
838
|
"lowerBoundValues": {
|
794
|
-
"shape": "
|
839
|
+
"shape": "S5z"
|
795
840
|
}
|
796
841
|
}
|
797
842
|
}
|
@@ -849,7 +894,7 @@
|
|
849
894
|
"members": {
|
850
895
|
"containerName": {},
|
851
896
|
"memorySizeConfiguration": {
|
852
|
-
"shape": "
|
897
|
+
"shape": "S6l"
|
853
898
|
},
|
854
899
|
"cpu": {
|
855
900
|
"type": "integer"
|
@@ -898,7 +943,24 @@
|
|
898
943
|
"type": "integer"
|
899
944
|
},
|
900
945
|
"savingsOpportunity": {
|
901
|
-
"shape": "
|
946
|
+
"shape": "S37"
|
947
|
+
},
|
948
|
+
"savingsOpportunityAfterDiscounts": {
|
949
|
+
"type": "structure",
|
950
|
+
"members": {
|
951
|
+
"savingsOpportunityPercentage": {
|
952
|
+
"type": "double"
|
953
|
+
},
|
954
|
+
"estimatedMonthlySavings": {
|
955
|
+
"type": "structure",
|
956
|
+
"members": {
|
957
|
+
"currency": {},
|
958
|
+
"value": {
|
959
|
+
"type": "double"
|
960
|
+
}
|
961
|
+
}
|
962
|
+
}
|
963
|
+
}
|
902
964
|
},
|
903
965
|
"projectedUtilizationMetrics": {
|
904
966
|
"type": "list",
|
@@ -923,38 +985,18 @@
|
|
923
985
|
"members": {
|
924
986
|
"containerName": {},
|
925
987
|
"memorySizeConfiguration": {
|
926
|
-
"shape": "
|
988
|
+
"shape": "S6l"
|
927
989
|
},
|
928
990
|
"cpu": {
|
929
991
|
"type": "integer"
|
930
992
|
}
|
931
993
|
}
|
932
994
|
}
|
933
|
-
},
|
934
|
-
"savingsOpportunityAfterDiscounts": {
|
935
|
-
"type": "structure",
|
936
|
-
"members": {
|
937
|
-
"savingsOpportunityPercentage": {
|
938
|
-
"type": "double"
|
939
|
-
},
|
940
|
-
"estimatedMonthlySavings": {
|
941
|
-
"type": "structure",
|
942
|
-
"members": {
|
943
|
-
"currency": {},
|
944
|
-
"value": {
|
945
|
-
"type": "double"
|
946
|
-
}
|
947
|
-
}
|
948
|
-
}
|
949
|
-
}
|
950
995
|
}
|
951
996
|
}
|
952
997
|
}
|
953
998
|
},
|
954
999
|
"currentPerformanceRisk": {},
|
955
|
-
"tags": {
|
956
|
-
"shape": "S4m"
|
957
|
-
},
|
958
1000
|
"effectiveRecommendationPreferences": {
|
959
1001
|
"type": "structure",
|
960
1002
|
"members": {
|
@@ -965,12 +1007,15 @@
|
|
965
1007
|
}
|
966
1008
|
}
|
967
1009
|
}
|
1010
|
+
},
|
1011
|
+
"tags": {
|
1012
|
+
"shape": "S4w"
|
968
1013
|
}
|
969
1014
|
}
|
970
1015
|
}
|
971
1016
|
},
|
972
1017
|
"errors": {
|
973
|
-
"shape": "
|
1018
|
+
"shape": "S42"
|
974
1019
|
}
|
975
1020
|
}
|
976
1021
|
}
|
@@ -990,14 +1035,14 @@
|
|
990
1035
|
"members": {
|
991
1036
|
"enhancedInfrastructureMetrics": {},
|
992
1037
|
"externalMetricsPreference": {
|
993
|
-
"shape": "
|
1038
|
+
"shape": "S3k"
|
994
1039
|
},
|
995
1040
|
"lookBackPeriod": {},
|
996
1041
|
"utilizationPreferences": {
|
997
|
-
"shape": "
|
1042
|
+
"shape": "S3n"
|
998
1043
|
},
|
999
1044
|
"preferredResources": {
|
1000
|
-
"shape": "
|
1045
|
+
"shape": "S3t"
|
1001
1046
|
}
|
1002
1047
|
}
|
1003
1048
|
}
|
@@ -1154,7 +1199,7 @@
|
|
1154
1199
|
}
|
1155
1200
|
},
|
1156
1201
|
"savingsOpportunity": {
|
1157
|
-
"shape": "
|
1202
|
+
"shape": "S37"
|
1158
1203
|
},
|
1159
1204
|
"savingsOpportunityAfterDiscounts": {
|
1160
1205
|
"type": "structure",
|
@@ -1177,9 +1222,6 @@
|
|
1177
1222
|
}
|
1178
1223
|
},
|
1179
1224
|
"currentPerformanceRisk": {},
|
1180
|
-
"tags": {
|
1181
|
-
"shape": "S4m"
|
1182
|
-
},
|
1183
1225
|
"effectiveRecommendationPreferences": {
|
1184
1226
|
"type": "structure",
|
1185
1227
|
"members": {
|
@@ -1190,6 +1232,9 @@
|
|
1190
1232
|
}
|
1191
1233
|
}
|
1192
1234
|
}
|
1235
|
+
},
|
1236
|
+
"tags": {
|
1237
|
+
"shape": "S4w"
|
1193
1238
|
}
|
1194
1239
|
}
|
1195
1240
|
}
|
@@ -1202,8 +1247,7 @@
|
|
1202
1247
|
"type": "structure",
|
1203
1248
|
"members": {
|
1204
1249
|
"resourceArns": {
|
1205
|
-
"
|
1206
|
-
"member": {}
|
1250
|
+
"shape": "S8g"
|
1207
1251
|
},
|
1208
1252
|
"nextToken": {},
|
1209
1253
|
"maxResults": {
|
@@ -1275,19 +1319,244 @@
|
|
1275
1319
|
"licenseEdition": {},
|
1276
1320
|
"licenseModel": {},
|
1277
1321
|
"savingsOpportunity": {
|
1278
|
-
"shape": "
|
1322
|
+
"shape": "S37"
|
1279
1323
|
}
|
1280
1324
|
}
|
1281
1325
|
}
|
1282
1326
|
},
|
1283
1327
|
"tags": {
|
1284
|
-
"shape": "
|
1328
|
+
"shape": "S4w"
|
1285
1329
|
}
|
1286
1330
|
}
|
1287
1331
|
}
|
1288
1332
|
},
|
1289
1333
|
"errors": {
|
1290
|
-
"shape": "
|
1334
|
+
"shape": "S42"
|
1335
|
+
}
|
1336
|
+
}
|
1337
|
+
}
|
1338
|
+
},
|
1339
|
+
"GetRDSDatabaseRecommendationProjectedMetrics": {
|
1340
|
+
"input": {
|
1341
|
+
"type": "structure",
|
1342
|
+
"required": [
|
1343
|
+
"resourceArn",
|
1344
|
+
"stat",
|
1345
|
+
"period",
|
1346
|
+
"startTime",
|
1347
|
+
"endTime"
|
1348
|
+
],
|
1349
|
+
"members": {
|
1350
|
+
"resourceArn": {},
|
1351
|
+
"stat": {},
|
1352
|
+
"period": {
|
1353
|
+
"type": "integer"
|
1354
|
+
},
|
1355
|
+
"startTime": {
|
1356
|
+
"type": "timestamp"
|
1357
|
+
},
|
1358
|
+
"endTime": {
|
1359
|
+
"type": "timestamp"
|
1360
|
+
},
|
1361
|
+
"recommendationPreferences": {
|
1362
|
+
"shape": "S17"
|
1363
|
+
}
|
1364
|
+
}
|
1365
|
+
},
|
1366
|
+
"output": {
|
1367
|
+
"type": "structure",
|
1368
|
+
"members": {
|
1369
|
+
"recommendedOptionProjectedMetrics": {
|
1370
|
+
"type": "list",
|
1371
|
+
"member": {
|
1372
|
+
"type": "structure",
|
1373
|
+
"members": {
|
1374
|
+
"recommendedDBInstanceClass": {},
|
1375
|
+
"rank": {
|
1376
|
+
"type": "integer"
|
1377
|
+
},
|
1378
|
+
"projectedMetrics": {
|
1379
|
+
"type": "list",
|
1380
|
+
"member": {
|
1381
|
+
"type": "structure",
|
1382
|
+
"members": {
|
1383
|
+
"name": {},
|
1384
|
+
"timestamps": {
|
1385
|
+
"shape": "S5y"
|
1386
|
+
},
|
1387
|
+
"values": {
|
1388
|
+
"shape": "S5z"
|
1389
|
+
}
|
1390
|
+
}
|
1391
|
+
}
|
1392
|
+
}
|
1393
|
+
}
|
1394
|
+
}
|
1395
|
+
}
|
1396
|
+
}
|
1397
|
+
}
|
1398
|
+
},
|
1399
|
+
"GetRDSDatabaseRecommendations": {
|
1400
|
+
"input": {
|
1401
|
+
"type": "structure",
|
1402
|
+
"members": {
|
1403
|
+
"resourceArns": {
|
1404
|
+
"shape": "S8g"
|
1405
|
+
},
|
1406
|
+
"nextToken": {},
|
1407
|
+
"maxResults": {
|
1408
|
+
"type": "integer"
|
1409
|
+
},
|
1410
|
+
"filters": {
|
1411
|
+
"shape": "S28"
|
1412
|
+
},
|
1413
|
+
"accountIds": {
|
1414
|
+
"shape": "Sw"
|
1415
|
+
},
|
1416
|
+
"recommendationPreferences": {
|
1417
|
+
"shape": "S17"
|
1418
|
+
}
|
1419
|
+
}
|
1420
|
+
},
|
1421
|
+
"output": {
|
1422
|
+
"type": "structure",
|
1423
|
+
"members": {
|
1424
|
+
"nextToken": {},
|
1425
|
+
"rdsDBRecommendations": {
|
1426
|
+
"type": "list",
|
1427
|
+
"member": {
|
1428
|
+
"type": "structure",
|
1429
|
+
"members": {
|
1430
|
+
"resourceArn": {},
|
1431
|
+
"accountId": {},
|
1432
|
+
"engine": {},
|
1433
|
+
"engineVersion": {},
|
1434
|
+
"currentDBInstanceClass": {},
|
1435
|
+
"currentStorageConfiguration": {
|
1436
|
+
"shape": "S9f"
|
1437
|
+
},
|
1438
|
+
"idle": {},
|
1439
|
+
"instanceFinding": {},
|
1440
|
+
"storageFinding": {},
|
1441
|
+
"instanceFindingReasonCodes": {
|
1442
|
+
"type": "list",
|
1443
|
+
"member": {}
|
1444
|
+
},
|
1445
|
+
"storageFindingReasonCodes": {
|
1446
|
+
"type": "list",
|
1447
|
+
"member": {}
|
1448
|
+
},
|
1449
|
+
"instanceRecommendationOptions": {
|
1450
|
+
"type": "list",
|
1451
|
+
"member": {
|
1452
|
+
"type": "structure",
|
1453
|
+
"members": {
|
1454
|
+
"dbInstanceClass": {},
|
1455
|
+
"projectedUtilizationMetrics": {
|
1456
|
+
"type": "list",
|
1457
|
+
"member": {
|
1458
|
+
"shape": "S9w"
|
1459
|
+
}
|
1460
|
+
},
|
1461
|
+
"performanceRisk": {
|
1462
|
+
"type": "double"
|
1463
|
+
},
|
1464
|
+
"rank": {
|
1465
|
+
"type": "integer"
|
1466
|
+
},
|
1467
|
+
"savingsOpportunity": {
|
1468
|
+
"shape": "S37"
|
1469
|
+
},
|
1470
|
+
"savingsOpportunityAfterDiscounts": {
|
1471
|
+
"type": "structure",
|
1472
|
+
"members": {
|
1473
|
+
"savingsOpportunityPercentage": {
|
1474
|
+
"type": "double"
|
1475
|
+
},
|
1476
|
+
"estimatedMonthlySavings": {
|
1477
|
+
"type": "structure",
|
1478
|
+
"members": {
|
1479
|
+
"currency": {},
|
1480
|
+
"value": {
|
1481
|
+
"type": "double"
|
1482
|
+
}
|
1483
|
+
}
|
1484
|
+
}
|
1485
|
+
}
|
1486
|
+
}
|
1487
|
+
}
|
1488
|
+
}
|
1489
|
+
},
|
1490
|
+
"storageRecommendationOptions": {
|
1491
|
+
"type": "list",
|
1492
|
+
"member": {
|
1493
|
+
"type": "structure",
|
1494
|
+
"members": {
|
1495
|
+
"storageConfiguration": {
|
1496
|
+
"shape": "S9f"
|
1497
|
+
},
|
1498
|
+
"rank": {
|
1499
|
+
"type": "integer"
|
1500
|
+
},
|
1501
|
+
"savingsOpportunity": {
|
1502
|
+
"shape": "S37"
|
1503
|
+
},
|
1504
|
+
"savingsOpportunityAfterDiscounts": {
|
1505
|
+
"type": "structure",
|
1506
|
+
"members": {
|
1507
|
+
"savingsOpportunityPercentage": {
|
1508
|
+
"type": "double"
|
1509
|
+
},
|
1510
|
+
"estimatedMonthlySavings": {
|
1511
|
+
"type": "structure",
|
1512
|
+
"members": {
|
1513
|
+
"currency": {},
|
1514
|
+
"value": {
|
1515
|
+
"type": "double"
|
1516
|
+
}
|
1517
|
+
}
|
1518
|
+
}
|
1519
|
+
}
|
1520
|
+
}
|
1521
|
+
}
|
1522
|
+
}
|
1523
|
+
},
|
1524
|
+
"utilizationMetrics": {
|
1525
|
+
"type": "list",
|
1526
|
+
"member": {
|
1527
|
+
"shape": "S9w"
|
1528
|
+
}
|
1529
|
+
},
|
1530
|
+
"effectiveRecommendationPreferences": {
|
1531
|
+
"type": "structure",
|
1532
|
+
"members": {
|
1533
|
+
"cpuVendorArchitectures": {
|
1534
|
+
"shape": "S18"
|
1535
|
+
},
|
1536
|
+
"enhancedInfrastructureMetrics": {},
|
1537
|
+
"lookBackPeriod": {},
|
1538
|
+
"savingsEstimationMode": {
|
1539
|
+
"type": "structure",
|
1540
|
+
"members": {
|
1541
|
+
"source": {}
|
1542
|
+
}
|
1543
|
+
}
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
"lookbackPeriodInDays": {
|
1547
|
+
"type": "double"
|
1548
|
+
},
|
1549
|
+
"lastRefreshTimestamp": {
|
1550
|
+
"type": "timestamp"
|
1551
|
+
},
|
1552
|
+
"tags": {
|
1553
|
+
"shape": "S4w"
|
1554
|
+
}
|
1555
|
+
}
|
1556
|
+
}
|
1557
|
+
},
|
1558
|
+
"errors": {
|
1559
|
+
"shape": "S42"
|
1291
1560
|
}
|
1292
1561
|
}
|
1293
1562
|
}
|
@@ -1325,14 +1594,14 @@
|
|
1325
1594
|
"enhancedInfrastructureMetrics": {},
|
1326
1595
|
"inferredWorkloadTypes": {},
|
1327
1596
|
"externalMetricsPreference": {
|
1328
|
-
"shape": "
|
1597
|
+
"shape": "S3k"
|
1329
1598
|
},
|
1330
1599
|
"lookBackPeriod": {},
|
1331
1600
|
"utilizationPreferences": {
|
1332
|
-
"shape": "
|
1601
|
+
"shape": "S3n"
|
1333
1602
|
},
|
1334
1603
|
"preferredResources": {
|
1335
|
-
"shape": "
|
1604
|
+
"shape": "S3t"
|
1336
1605
|
},
|
1337
1606
|
"savingsEstimationMode": {}
|
1338
1607
|
}
|
@@ -1390,7 +1659,7 @@
|
|
1390
1659
|
"recommendationResourceType": {},
|
1391
1660
|
"accountId": {},
|
1392
1661
|
"savingsOpportunity": {
|
1393
|
-
"shape": "
|
1662
|
+
"shape": "S37"
|
1394
1663
|
},
|
1395
1664
|
"currentPerformanceRiskRatings": {
|
1396
1665
|
"type": "structure",
|
@@ -1415,10 +1684,10 @@
|
|
1415
1684
|
"type": "structure",
|
1416
1685
|
"members": {
|
1417
1686
|
"inferredWorkloadTypes": {
|
1418
|
-
"shape": "
|
1687
|
+
"shape": "S40"
|
1419
1688
|
},
|
1420
1689
|
"estimatedMonthlySavings": {
|
1421
|
-
"shape": "
|
1690
|
+
"shape": "S39"
|
1422
1691
|
}
|
1423
1692
|
}
|
1424
1693
|
}
|
@@ -1443,11 +1712,11 @@
|
|
1443
1712
|
"enhancedInfrastructureMetrics": {},
|
1444
1713
|
"inferredWorkloadTypes": {},
|
1445
1714
|
"externalMetricsPreference": {
|
1446
|
-
"shape": "
|
1715
|
+
"shape": "S3k"
|
1447
1716
|
},
|
1448
1717
|
"lookBackPeriod": {},
|
1449
1718
|
"utilizationPreferences": {
|
1450
|
-
"shape": "
|
1719
|
+
"shape": "S3n"
|
1451
1720
|
},
|
1452
1721
|
"preferredResources": {
|
1453
1722
|
"type": "list",
|
@@ -1456,10 +1725,10 @@
|
|
1456
1725
|
"members": {
|
1457
1726
|
"name": {},
|
1458
1727
|
"includeList": {
|
1459
|
-
"shape": "
|
1728
|
+
"shape": "S3w"
|
1460
1729
|
},
|
1461
1730
|
"excludeList": {
|
1462
|
-
"shape": "
|
1731
|
+
"shape": "S3w"
|
1463
1732
|
}
|
1464
1733
|
}
|
1465
1734
|
}
|
@@ -1597,13 +1866,25 @@
|
|
1597
1866
|
}
|
1598
1867
|
}
|
1599
1868
|
},
|
1600
|
-
"
|
1869
|
+
"S28": {
|
1601
1870
|
"type": "list",
|
1602
1871
|
"member": {
|
1603
|
-
"
|
1872
|
+
"type": "structure",
|
1873
|
+
"members": {
|
1874
|
+
"name": {},
|
1875
|
+
"values": {
|
1876
|
+
"shape": "Sf"
|
1877
|
+
}
|
1878
|
+
}
|
1604
1879
|
}
|
1605
1880
|
},
|
1606
|
-
"
|
1881
|
+
"S2m": {
|
1882
|
+
"type": "list",
|
1883
|
+
"member": {
|
1884
|
+
"shape": "S2n"
|
1885
|
+
}
|
1886
|
+
},
|
1887
|
+
"S2n": {
|
1607
1888
|
"type": "structure",
|
1608
1889
|
"members": {
|
1609
1890
|
"name": {},
|
@@ -1613,7 +1894,7 @@
|
|
1613
1894
|
}
|
1614
1895
|
}
|
1615
1896
|
},
|
1616
|
-
"
|
1897
|
+
"S2s": {
|
1617
1898
|
"type": "structure",
|
1618
1899
|
"members": {
|
1619
1900
|
"desiredCapacity": {
|
@@ -1628,24 +1909,43 @@
|
|
1628
1909
|
"instanceType": {}
|
1629
1910
|
}
|
1630
1911
|
},
|
1631
|
-
"
|
1912
|
+
"S2x": {
|
1913
|
+
"type": "structure",
|
1914
|
+
"members": {
|
1915
|
+
"gpus": {
|
1916
|
+
"type": "list",
|
1917
|
+
"member": {
|
1918
|
+
"type": "structure",
|
1919
|
+
"members": {
|
1920
|
+
"gpuCount": {
|
1921
|
+
"type": "integer"
|
1922
|
+
},
|
1923
|
+
"gpuMemorySizeInMiB": {
|
1924
|
+
"type": "integer"
|
1925
|
+
}
|
1926
|
+
}
|
1927
|
+
}
|
1928
|
+
}
|
1929
|
+
}
|
1930
|
+
},
|
1931
|
+
"S34": {
|
1632
1932
|
"type": "list",
|
1633
1933
|
"member": {
|
1634
|
-
"shape": "
|
1934
|
+
"shape": "S2n"
|
1635
1935
|
}
|
1636
1936
|
},
|
1637
|
-
"
|
1937
|
+
"S37": {
|
1638
1938
|
"type": "structure",
|
1639
1939
|
"members": {
|
1640
1940
|
"savingsOpportunityPercentage": {
|
1641
1941
|
"type": "double"
|
1642
1942
|
},
|
1643
1943
|
"estimatedMonthlySavings": {
|
1644
|
-
"shape": "
|
1944
|
+
"shape": "S39"
|
1645
1945
|
}
|
1646
1946
|
}
|
1647
1947
|
},
|
1648
|
-
"
|
1948
|
+
"S39": {
|
1649
1949
|
"type": "structure",
|
1650
1950
|
"members": {
|
1651
1951
|
"currency": {},
|
@@ -1654,26 +1954,7 @@
|
|
1654
1954
|
}
|
1655
1955
|
}
|
1656
1956
|
},
|
1657
|
-
"
|
1658
|
-
"type": "structure",
|
1659
|
-
"members": {
|
1660
|
-
"gpus": {
|
1661
|
-
"type": "list",
|
1662
|
-
"member": {
|
1663
|
-
"type": "structure",
|
1664
|
-
"members": {
|
1665
|
-
"gpuCount": {
|
1666
|
-
"type": "integer"
|
1667
|
-
},
|
1668
|
-
"gpuMemorySizeInMiB": {
|
1669
|
-
"type": "integer"
|
1670
|
-
}
|
1671
|
-
}
|
1672
|
-
}
|
1673
|
-
}
|
1674
|
-
}
|
1675
|
-
},
|
1676
|
-
"S3a": {
|
1957
|
+
"S3h": {
|
1677
1958
|
"type": "structure",
|
1678
1959
|
"members": {
|
1679
1960
|
"cpuVendorArchitectures": {
|
@@ -1682,14 +1963,14 @@
|
|
1682
1963
|
"enhancedInfrastructureMetrics": {},
|
1683
1964
|
"inferredWorkloadTypes": {},
|
1684
1965
|
"externalMetricsPreference": {
|
1685
|
-
"shape": "
|
1966
|
+
"shape": "S3k"
|
1686
1967
|
},
|
1687
1968
|
"lookBackPeriod": {},
|
1688
1969
|
"utilizationPreferences": {
|
1689
|
-
"shape": "
|
1970
|
+
"shape": "S3n"
|
1690
1971
|
},
|
1691
1972
|
"preferredResources": {
|
1692
|
-
"shape": "
|
1973
|
+
"shape": "S3t"
|
1693
1974
|
},
|
1694
1975
|
"savingsEstimationMode": {
|
1695
1976
|
"type": "structure",
|
@@ -1699,13 +1980,13 @@
|
|
1699
1980
|
}
|
1700
1981
|
}
|
1701
1982
|
},
|
1702
|
-
"
|
1983
|
+
"S3k": {
|
1703
1984
|
"type": "structure",
|
1704
1985
|
"members": {
|
1705
1986
|
"source": {}
|
1706
1987
|
}
|
1707
1988
|
},
|
1708
|
-
"
|
1989
|
+
"S3n": {
|
1709
1990
|
"type": "list",
|
1710
1991
|
"member": {
|
1711
1992
|
"type": "structure",
|
@@ -1721,33 +2002,33 @@
|
|
1721
2002
|
}
|
1722
2003
|
}
|
1723
2004
|
},
|
1724
|
-
"
|
2005
|
+
"S3t": {
|
1725
2006
|
"type": "list",
|
1726
2007
|
"member": {
|
1727
2008
|
"type": "structure",
|
1728
2009
|
"members": {
|
1729
2010
|
"name": {},
|
1730
2011
|
"includeList": {
|
1731
|
-
"shape": "
|
2012
|
+
"shape": "S3w"
|
1732
2013
|
},
|
1733
2014
|
"effectiveIncludeList": {
|
1734
|
-
"shape": "
|
2015
|
+
"shape": "S3w"
|
1735
2016
|
},
|
1736
2017
|
"excludeList": {
|
1737
|
-
"shape": "
|
2018
|
+
"shape": "S3w"
|
1738
2019
|
}
|
1739
2020
|
}
|
1740
2021
|
}
|
1741
2022
|
},
|
1742
|
-
"
|
2023
|
+
"S3w": {
|
1743
2024
|
"type": "list",
|
1744
2025
|
"member": {}
|
1745
2026
|
},
|
1746
|
-
"
|
2027
|
+
"S40": {
|
1747
2028
|
"type": "list",
|
1748
2029
|
"member": {}
|
1749
2030
|
},
|
1750
|
-
"
|
2031
|
+
"S42": {
|
1751
2032
|
"type": "list",
|
1752
2033
|
"member": {
|
1753
2034
|
"type": "structure",
|
@@ -1758,7 +2039,7 @@
|
|
1758
2039
|
}
|
1759
2040
|
}
|
1760
2041
|
},
|
1761
|
-
"
|
2042
|
+
"S4d": {
|
1762
2043
|
"type": "structure",
|
1763
2044
|
"members": {
|
1764
2045
|
"volumeType": {},
|
@@ -1782,7 +2063,7 @@
|
|
1782
2063
|
}
|
1783
2064
|
}
|
1784
2065
|
},
|
1785
|
-
"
|
2066
|
+
"S4w": {
|
1786
2067
|
"type": "list",
|
1787
2068
|
"member": {
|
1788
2069
|
"type": "structure",
|
@@ -1792,19 +2073,19 @@
|
|
1792
2073
|
}
|
1793
2074
|
}
|
1794
2075
|
},
|
1795
|
-
"
|
2076
|
+
"S5y": {
|
1796
2077
|
"type": "list",
|
1797
2078
|
"member": {
|
1798
2079
|
"type": "timestamp"
|
1799
2080
|
}
|
1800
2081
|
},
|
1801
|
-
"
|
2082
|
+
"S5z": {
|
1802
2083
|
"type": "list",
|
1803
2084
|
"member": {
|
1804
2085
|
"type": "double"
|
1805
2086
|
}
|
1806
2087
|
},
|
1807
|
-
"
|
2088
|
+
"S6l": {
|
1808
2089
|
"type": "structure",
|
1809
2090
|
"members": {
|
1810
2091
|
"memory": {
|
@@ -1814,6 +2095,38 @@
|
|
1814
2095
|
"type": "integer"
|
1815
2096
|
}
|
1816
2097
|
}
|
2098
|
+
},
|
2099
|
+
"S8g": {
|
2100
|
+
"type": "list",
|
2101
|
+
"member": {}
|
2102
|
+
},
|
2103
|
+
"S9f": {
|
2104
|
+
"type": "structure",
|
2105
|
+
"members": {
|
2106
|
+
"storageType": {},
|
2107
|
+
"allocatedStorage": {
|
2108
|
+
"type": "integer"
|
2109
|
+
},
|
2110
|
+
"iops": {
|
2111
|
+
"type": "integer"
|
2112
|
+
},
|
2113
|
+
"maxAllocatedStorage": {
|
2114
|
+
"type": "integer"
|
2115
|
+
},
|
2116
|
+
"storageThroughput": {
|
2117
|
+
"type": "integer"
|
2118
|
+
}
|
2119
|
+
}
|
2120
|
+
},
|
2121
|
+
"S9w": {
|
2122
|
+
"type": "structure",
|
2123
|
+
"members": {
|
2124
|
+
"name": {},
|
2125
|
+
"statistic": {},
|
2126
|
+
"value": {
|
2127
|
+
"type": "double"
|
2128
|
+
}
|
2129
|
+
}
|
1817
2130
|
}
|
1818
2131
|
}
|
1819
2132
|
}
|