aws-sdk 2.1367.0 → 2.1369.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.
@@ -443,7 +443,10 @@
443
443
  "lastRefreshTimestamp": {
444
444
  "type": "timestamp"
445
445
  },
446
- "currentPerformanceRisk": {}
446
+ "currentPerformanceRisk": {},
447
+ "tags": {
448
+ "shape": "S3s"
449
+ }
447
450
  }
448
451
  }
449
452
  },
@@ -546,7 +549,10 @@
546
549
  "inferredWorkloadTypes": {
547
550
  "shape": "S31"
548
551
  },
549
- "instanceState": {}
552
+ "instanceState": {},
553
+ "tags": {
554
+ "shape": "S3s"
555
+ }
550
556
  }
551
557
  }
552
558
  },
@@ -602,10 +608,10 @@
602
608
  "members": {
603
609
  "name": {},
604
610
  "timestamps": {
605
- "shape": "S4k"
611
+ "shape": "S4o"
606
612
  },
607
613
  "values": {
608
- "shape": "S4l"
614
+ "shape": "S4p"
609
615
  }
610
616
  }
611
617
  }
@@ -661,13 +667,13 @@
661
667
  "members": {
662
668
  "name": {},
663
669
  "timestamps": {
664
- "shape": "S4k"
670
+ "shape": "S4o"
665
671
  },
666
672
  "upperBoundValues": {
667
- "shape": "S4l"
673
+ "shape": "S4p"
668
674
  },
669
675
  "lowerBoundValues": {
670
- "shape": "S4l"
676
+ "shape": "S4p"
671
677
  }
672
678
  }
673
679
  }
@@ -725,7 +731,7 @@
725
731
  "members": {
726
732
  "containerName": {},
727
733
  "memorySizeConfiguration": {
728
- "shape": "S57"
734
+ "shape": "S5b"
729
735
  },
730
736
  "cpu": {
731
737
  "type": "integer"
@@ -799,7 +805,7 @@
799
805
  "members": {
800
806
  "containerName": {},
801
807
  "memorySizeConfiguration": {
802
- "shape": "S57"
808
+ "shape": "S5b"
803
809
  },
804
810
  "cpu": {
805
811
  "type": "integer"
@@ -810,7 +816,10 @@
810
816
  }
811
817
  }
812
818
  },
813
- "currentPerformanceRisk": {}
819
+ "currentPerformanceRisk": {},
820
+ "tags": {
821
+ "shape": "S3s"
822
+ }
814
823
  }
815
824
  }
816
825
  },
@@ -997,7 +1006,10 @@
997
1006
  }
998
1007
  }
999
1008
  },
1000
- "currentPerformanceRisk": {}
1009
+ "currentPerformanceRisk": {},
1010
+ "tags": {
1011
+ "shape": "S3s"
1012
+ }
1001
1013
  }
1002
1014
  }
1003
1015
  }
@@ -1112,6 +1124,20 @@
1112
1124
  "type": "long"
1113
1125
  }
1114
1126
  }
1127
+ },
1128
+ "inferredWorkloadSavings": {
1129
+ "type": "list",
1130
+ "member": {
1131
+ "type": "structure",
1132
+ "members": {
1133
+ "inferredWorkloadTypes": {
1134
+ "shape": "S31"
1135
+ },
1136
+ "estimatedMonthlySavings": {
1137
+ "shape": "S2q"
1138
+ }
1139
+ }
1140
+ }
1115
1141
  }
1116
1142
  }
1117
1143
  }
@@ -1299,13 +1325,16 @@
1299
1325
  "type": "double"
1300
1326
  },
1301
1327
  "estimatedMonthlySavings": {
1302
- "type": "structure",
1303
- "members": {
1304
- "currency": {},
1305
- "value": {
1306
- "type": "double"
1307
- }
1308
- }
1328
+ "shape": "S2q"
1329
+ }
1330
+ }
1331
+ },
1332
+ "S2q": {
1333
+ "type": "structure",
1334
+ "members": {
1335
+ "currency": {},
1336
+ "value": {
1337
+ "type": "double"
1309
1338
  }
1310
1339
  }
1311
1340
  },
@@ -1367,19 +1396,29 @@
1367
1396
  }
1368
1397
  }
1369
1398
  },
1370
- "S4k": {
1399
+ "S3s": {
1400
+ "type": "list",
1401
+ "member": {
1402
+ "type": "structure",
1403
+ "members": {
1404
+ "key": {},
1405
+ "value": {}
1406
+ }
1407
+ }
1408
+ },
1409
+ "S4o": {
1371
1410
  "type": "list",
1372
1411
  "member": {
1373
1412
  "type": "timestamp"
1374
1413
  }
1375
1414
  },
1376
- "S4l": {
1415
+ "S4p": {
1377
1416
  "type": "list",
1378
1417
  "member": {
1379
1418
  "type": "double"
1380
1419
  }
1381
1420
  },
1382
- "S57": {
1421
+ "S5b": {
1383
1422
  "type": "structure",
1384
1423
  "members": {
1385
1424
  "memory": {
@@ -69,6 +69,7 @@
69
69
  "configuration": {
70
70
  "jsonvalue": true
71
71
  },
72
+ "grafanaVersion": {},
72
73
  "networkAccessControl": {
73
74
  "shape": "Sj"
74
75
  },