aws-sdk 2.1450.0 → 2.1451.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/CHANGELOG.md CHANGED
@@ -1,7 +1,16 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1450.0-->
2
+ <!--LATEST=2.1451.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1451.0
6
+ * feature: Billingconductor: This release adds support for line item filtering in for the custom line item resource.
7
+ * feature: ComputeOptimizer: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
8
+ * feature: EC2: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
9
+ * feature: EventBridge: Improve Endpoint Ruleset test coverage.
10
+ * feature: RDS: Add support for feature integration with AWS Backup.
11
+ * feature: SageMaker: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
12
+ * feature: VPCLattice: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.
13
+
5
14
  ## 2.1450.0
6
15
  * feature: ChimeSDKMediaPipelines: This release adds support for the Voice Analytics feature for customer-owned KVS streams as part of the Amazon Chime SDK call analytics.
7
16
  * feature: Connect: Amazon Connect adds the ability to read, create, update, delete, and list view resources, and adds the ability to read, create, delete, and list view versions.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1450.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1451.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -256,7 +256,10 @@
256
256
  }
257
257
  }
258
258
  },
259
- "Type": {}
259
+ "Type": {},
260
+ "LineItemFilters": {
261
+ "shape": "S1e"
262
+ }
260
263
  }
261
264
  }
262
265
  }
@@ -285,10 +288,10 @@
285
288
  "locationName": "X-Amzn-Client-Token"
286
289
  },
287
290
  "Name": {
288
- "shape": "S1g"
291
+ "shape": "S1m"
289
292
  },
290
293
  "Description": {
291
- "shape": "S1h"
294
+ "shape": "S1n"
292
295
  },
293
296
  "PricingRuleArns": {
294
297
  "type": "list",
@@ -326,10 +329,10 @@
326
329
  "locationName": "X-Amzn-Client-Token"
327
330
  },
328
331
  "Name": {
329
- "shape": "S1l"
332
+ "shape": "S1r"
330
333
  },
331
334
  "Description": {
332
- "shape": "S1m"
335
+ "shape": "S1s"
333
336
  },
334
337
  "Scope": {},
335
338
  "Type": {},
@@ -581,7 +584,7 @@
581
584
  "type": "structure",
582
585
  "members": {
583
586
  "BillingGroupArns": {
584
- "shape": "S2n"
587
+ "shape": "S2t"
585
588
  }
586
589
  }
587
590
  }
@@ -625,7 +628,7 @@
625
628
  "type": "structure",
626
629
  "members": {
627
630
  "Arns": {
628
- "shape": "S2n"
631
+ "shape": "S2t"
629
632
  },
630
633
  "PricingPlan": {},
631
634
  "Statuses": {
@@ -726,7 +729,7 @@
726
729
  "shape": "S15"
727
730
  },
728
731
  "ChargeDetails": {
729
- "shape": "S3e"
732
+ "shape": "S3k"
730
733
  },
731
734
  "CurrencyCode": {},
732
735
  "Description": {
@@ -779,7 +782,7 @@
779
782
  }
780
783
  },
781
784
  "BillingGroups": {
782
- "shape": "S2n"
785
+ "shape": "S2t"
783
786
  },
784
787
  "Arns": {
785
788
  "type": "list",
@@ -802,7 +805,7 @@
802
805
  "shape": "S15"
803
806
  },
804
807
  "ChargeDetails": {
805
- "shape": "S3e"
808
+ "shape": "S3k"
806
809
  },
807
810
  "CurrencyCode": {},
808
811
  "Description": {
@@ -839,7 +842,7 @@
839
842
  "type": "structure",
840
843
  "members": {
841
844
  "Arns": {
842
- "shape": "S3t"
845
+ "shape": "S3z"
843
846
  }
844
847
  }
845
848
  },
@@ -859,11 +862,11 @@
859
862
  "type": "structure",
860
863
  "members": {
861
864
  "Name": {
862
- "shape": "S1g"
865
+ "shape": "S1m"
863
866
  },
864
867
  "Arn": {},
865
868
  "Description": {
866
- "shape": "S1h"
869
+ "shape": "S1n"
867
870
  },
868
871
  "Size": {
869
872
  "type": "long"
@@ -906,7 +909,7 @@
906
909
  "BillingPeriod": {},
907
910
  "PricingRuleArn": {},
908
911
  "PricingPlanArns": {
909
- "shape": "S3t"
912
+ "shape": "S3z"
910
913
  },
911
914
  "NextToken": {}
912
915
  }
@@ -925,7 +928,7 @@
925
928
  "type": "structure",
926
929
  "members": {
927
930
  "Arns": {
928
- "shape": "S44"
931
+ "shape": "S4a"
929
932
  }
930
933
  }
931
934
  },
@@ -945,11 +948,11 @@
945
948
  "type": "structure",
946
949
  "members": {
947
950
  "Name": {
948
- "shape": "S1l"
951
+ "shape": "S1r"
949
952
  },
950
953
  "Arn": {},
951
954
  "Description": {
952
- "shape": "S1m"
955
+ "shape": "S1s"
953
956
  },
954
957
  "Scope": {},
955
958
  "Type": {},
@@ -1020,7 +1023,7 @@
1020
1023
  "BillingPeriod": {},
1021
1024
  "PricingPlanArn": {},
1022
1025
  "PricingRuleArns": {
1023
- "shape": "S44"
1026
+ "shape": "S4a"
1024
1027
  },
1025
1028
  "NextToken": {}
1026
1029
  }
@@ -1176,7 +1179,7 @@
1176
1179
  "shape": "Sz"
1177
1180
  },
1178
1181
  "AccountGrouping": {
1179
- "shape": "S4s"
1182
+ "shape": "S4y"
1180
1183
  }
1181
1184
  }
1182
1185
  },
@@ -1201,7 +1204,7 @@
1201
1204
  "Status": {},
1202
1205
  "StatusReason": {},
1203
1206
  "AccountGrouping": {
1204
- "shape": "S4s"
1207
+ "shape": "S4y"
1205
1208
  }
1206
1209
  }
1207
1210
  },
@@ -1249,6 +1252,9 @@
1249
1252
  "type": "double"
1250
1253
  }
1251
1254
  }
1255
+ },
1256
+ "LineItemFilters": {
1257
+ "shape": "S1e"
1252
1258
  }
1253
1259
  }
1254
1260
  },
@@ -1269,7 +1275,7 @@
1269
1275
  "shape": "S16"
1270
1276
  },
1271
1277
  "ChargeDetails": {
1272
- "shape": "S3e"
1278
+ "shape": "S3k"
1273
1279
  },
1274
1280
  "LastModifiedTime": {
1275
1281
  "type": "long"
@@ -1295,10 +1301,10 @@
1295
1301
  "members": {
1296
1302
  "Arn": {},
1297
1303
  "Name": {
1298
- "shape": "S1g"
1304
+ "shape": "S1m"
1299
1305
  },
1300
1306
  "Description": {
1301
- "shape": "S1h"
1307
+ "shape": "S1n"
1302
1308
  }
1303
1309
  }
1304
1310
  },
@@ -1307,10 +1313,10 @@
1307
1313
  "members": {
1308
1314
  "Arn": {},
1309
1315
  "Name": {
1310
- "shape": "S1g"
1316
+ "shape": "S1m"
1311
1317
  },
1312
1318
  "Description": {
1313
- "shape": "S1h"
1319
+ "shape": "S1n"
1314
1320
  },
1315
1321
  "Size": {
1316
1322
  "type": "long"
@@ -1336,17 +1342,17 @@
1336
1342
  "members": {
1337
1343
  "Arn": {},
1338
1344
  "Name": {
1339
- "shape": "S1l"
1345
+ "shape": "S1r"
1340
1346
  },
1341
1347
  "Description": {
1342
- "shape": "S1m"
1348
+ "shape": "S1s"
1343
1349
  },
1344
1350
  "Type": {},
1345
1351
  "ModifierPercentage": {
1346
1352
  "type": "double"
1347
1353
  },
1348
1354
  "Tiering": {
1349
- "shape": "S53"
1355
+ "shape": "S59"
1350
1356
  }
1351
1357
  }
1352
1358
  },
@@ -1355,10 +1361,10 @@
1355
1361
  "members": {
1356
1362
  "Arn": {},
1357
1363
  "Name": {
1358
- "shape": "S1l"
1364
+ "shape": "S1r"
1359
1365
  },
1360
1366
  "Description": {
1361
- "shape": "S1m"
1367
+ "shape": "S1s"
1362
1368
  },
1363
1369
  "Scope": {},
1364
1370
  "Type": {},
@@ -1374,7 +1380,7 @@
1374
1380
  },
1375
1381
  "BillingEntity": {},
1376
1382
  "Tiering": {
1377
- "shape": "S53"
1383
+ "shape": "S59"
1378
1384
  },
1379
1385
  "UsageType": {},
1380
1386
  "Operation": {}
@@ -1463,27 +1469,46 @@
1463
1469
  "type": "string",
1464
1470
  "sensitive": true
1465
1471
  },
1466
- "S1g": {
1472
+ "S1e": {
1473
+ "type": "list",
1474
+ "member": {
1475
+ "type": "structure",
1476
+ "required": [
1477
+ "Attribute",
1478
+ "MatchOption",
1479
+ "Values"
1480
+ ],
1481
+ "members": {
1482
+ "Attribute": {},
1483
+ "MatchOption": {},
1484
+ "Values": {
1485
+ "type": "list",
1486
+ "member": {}
1487
+ }
1488
+ }
1489
+ }
1490
+ },
1491
+ "S1m": {
1467
1492
  "type": "string",
1468
1493
  "sensitive": true
1469
1494
  },
1470
- "S1h": {
1495
+ "S1n": {
1471
1496
  "type": "string",
1472
1497
  "sensitive": true
1473
1498
  },
1474
- "S1l": {
1499
+ "S1r": {
1475
1500
  "type": "string",
1476
1501
  "sensitive": true
1477
1502
  },
1478
- "S1m": {
1503
+ "S1s": {
1479
1504
  "type": "string",
1480
1505
  "sensitive": true
1481
1506
  },
1482
- "S2n": {
1507
+ "S2t": {
1483
1508
  "type": "list",
1484
1509
  "member": {}
1485
1510
  },
1486
- "S3e": {
1511
+ "S3k": {
1487
1512
  "type": "structure",
1488
1513
  "required": [
1489
1514
  "Type"
@@ -1511,18 +1536,21 @@
1511
1536
  }
1512
1537
  }
1513
1538
  },
1514
- "Type": {}
1539
+ "Type": {},
1540
+ "LineItemFilters": {
1541
+ "shape": "S1e"
1542
+ }
1515
1543
  }
1516
1544
  },
1517
- "S3t": {
1545
+ "S3z": {
1518
1546
  "type": "list",
1519
1547
  "member": {}
1520
1548
  },
1521
- "S44": {
1549
+ "S4a": {
1522
1550
  "type": "list",
1523
1551
  "member": {}
1524
1552
  },
1525
- "S4s": {
1553
+ "S4y": {
1526
1554
  "type": "structure",
1527
1555
  "members": {
1528
1556
  "AutoAssociate": {
@@ -1530,7 +1558,7 @@
1530
1558
  }
1531
1559
  }
1532
1560
  },
1533
- "S53": {
1561
+ "S59": {
1534
1562
  "type": "structure",
1535
1563
  "required": [
1536
1564
  "FreeTier"
@@ -382,7 +382,10 @@
382
382
  "savingsOpportunity": {
383
383
  "shape": "S2v"
384
384
  },
385
- "migrationEffort": {}
385
+ "migrationEffort": {},
386
+ "instanceGpuInfo": {
387
+ "shape": "S31"
388
+ }
386
389
  }
387
390
  }
388
391
  },
@@ -391,16 +394,19 @@
391
394
  },
392
395
  "currentPerformanceRisk": {},
393
396
  "effectiveRecommendationPreferences": {
394
- "shape": "S33"
397
+ "shape": "S38"
395
398
  },
396
399
  "inferredWorkloadTypes": {
397
- "shape": "S38"
400
+ "shape": "S3d"
401
+ },
402
+ "currentInstanceGpuInfo": {
403
+ "shape": "S31"
398
404
  }
399
405
  }
400
406
  }
401
407
  },
402
408
  "errors": {
403
- "shape": "S3a"
409
+ "shape": "S3f"
404
410
  }
405
411
  }
406
412
  }
@@ -437,7 +443,7 @@
437
443
  "volumeArn": {},
438
444
  "accountId": {},
439
445
  "currentConfiguration": {
440
- "shape": "S3l"
446
+ "shape": "S3q"
441
447
  },
442
448
  "finding": {},
443
449
  "utilizationMetrics": {
@@ -462,7 +468,7 @@
462
468
  "type": "structure",
463
469
  "members": {
464
470
  "configuration": {
465
- "shape": "S3l"
471
+ "shape": "S3q"
466
472
  },
467
473
  "performanceRisk": {
468
474
  "type": "double"
@@ -481,13 +487,13 @@
481
487
  },
482
488
  "currentPerformanceRisk": {},
483
489
  "tags": {
484
- "shape": "S3z"
490
+ "shape": "S44"
485
491
  }
486
492
  }
487
493
  }
488
494
  },
489
495
  "errors": {
490
- "shape": "S3a"
496
+ "shape": "S3f"
491
497
  }
492
498
  }
493
499
  }
@@ -561,7 +567,10 @@
561
567
  "savingsOpportunity": {
562
568
  "shape": "S2v"
563
569
  },
564
- "migrationEffort": {}
570
+ "migrationEffort": {},
571
+ "instanceGpuInfo": {
572
+ "shape": "S31"
573
+ }
565
574
  }
566
575
  }
567
576
  },
@@ -580,14 +589,14 @@
580
589
  },
581
590
  "currentPerformanceRisk": {},
582
591
  "effectiveRecommendationPreferences": {
583
- "shape": "S33"
592
+ "shape": "S38"
584
593
  },
585
594
  "inferredWorkloadTypes": {
586
- "shape": "S38"
595
+ "shape": "S3d"
587
596
  },
588
597
  "instanceState": {},
589
598
  "tags": {
590
- "shape": "S3z"
599
+ "shape": "S44"
591
600
  },
592
601
  "externalMetricStatus": {
593
602
  "type": "structure",
@@ -595,12 +604,16 @@
595
604
  "statusCode": {},
596
605
  "statusReason": {}
597
606
  }
598
- }
607
+ },
608
+ "currentInstanceGpuInfo": {
609
+ "shape": "S31"
610
+ },
611
+ "idle": {}
599
612
  }
600
613
  }
601
614
  },
602
615
  "errors": {
603
- "shape": "S3a"
616
+ "shape": "S3f"
604
617
  }
605
618
  }
606
619
  }
@@ -651,10 +664,10 @@
651
664
  "members": {
652
665
  "name": {},
653
666
  "timestamps": {
654
- "shape": "S4y"
667
+ "shape": "S54"
655
668
  },
656
669
  "values": {
657
- "shape": "S4z"
670
+ "shape": "S55"
658
671
  }
659
672
  }
660
673
  }
@@ -710,13 +723,13 @@
710
723
  "members": {
711
724
  "name": {},
712
725
  "timestamps": {
713
- "shape": "S4y"
726
+ "shape": "S54"
714
727
  },
715
728
  "upperBoundValues": {
716
- "shape": "S4z"
729
+ "shape": "S55"
717
730
  },
718
731
  "lowerBoundValues": {
719
- "shape": "S4z"
732
+ "shape": "S55"
720
733
  }
721
734
  }
722
735
  }
@@ -774,7 +787,7 @@
774
787
  "members": {
775
788
  "containerName": {},
776
789
  "memorySizeConfiguration": {
777
- "shape": "S5l"
790
+ "shape": "S5r"
778
791
  },
779
792
  "cpu": {
780
793
  "type": "integer"
@@ -848,7 +861,7 @@
848
861
  "members": {
849
862
  "containerName": {},
850
863
  "memorySizeConfiguration": {
851
- "shape": "S5l"
864
+ "shape": "S5r"
852
865
  },
853
866
  "cpu": {
854
867
  "type": "integer"
@@ -861,13 +874,13 @@
861
874
  },
862
875
  "currentPerformanceRisk": {},
863
876
  "tags": {
864
- "shape": "S3z"
877
+ "shape": "S44"
865
878
  }
866
879
  }
867
880
  }
868
881
  },
869
882
  "errors": {
870
- "shape": "S3a"
883
+ "shape": "S3f"
871
884
  }
872
885
  }
873
886
  }
@@ -887,7 +900,7 @@
887
900
  "members": {
888
901
  "enhancedInfrastructureMetrics": {},
889
902
  "externalMetricsPreference": {
890
- "shape": "S36"
903
+ "shape": "S3b"
891
904
  }
892
905
  }
893
906
  }
@@ -1051,7 +1064,7 @@
1051
1064
  },
1052
1065
  "currentPerformanceRisk": {},
1053
1066
  "tags": {
1054
- "shape": "S3z"
1067
+ "shape": "S44"
1055
1068
  }
1056
1069
  }
1057
1070
  }
@@ -1143,13 +1156,13 @@
1143
1156
  }
1144
1157
  },
1145
1158
  "tags": {
1146
- "shape": "S3z"
1159
+ "shape": "S44"
1147
1160
  }
1148
1161
  }
1149
1162
  }
1150
1163
  },
1151
1164
  "errors": {
1152
- "shape": "S3a"
1165
+ "shape": "S3f"
1153
1166
  }
1154
1167
  }
1155
1168
  }
@@ -1187,7 +1200,7 @@
1187
1200
  "enhancedInfrastructureMetrics": {},
1188
1201
  "inferredWorkloadTypes": {},
1189
1202
  "externalMetricsPreference": {
1190
- "shape": "S36"
1203
+ "shape": "S3b"
1191
1204
  }
1192
1205
  }
1193
1206
  }
@@ -1269,7 +1282,7 @@
1269
1282
  "type": "structure",
1270
1283
  "members": {
1271
1284
  "inferredWorkloadTypes": {
1272
- "shape": "S38"
1285
+ "shape": "S3d"
1273
1286
  },
1274
1287
  "estimatedMonthlySavings": {
1275
1288
  "shape": "S2x"
@@ -1297,7 +1310,7 @@
1297
1310
  "enhancedInfrastructureMetrics": {},
1298
1311
  "inferredWorkloadTypes": {},
1299
1312
  "externalMetricsPreference": {
1300
- "shape": "S36"
1313
+ "shape": "S3b"
1301
1314
  }
1302
1315
  }
1303
1316
  },
@@ -1488,7 +1501,26 @@
1488
1501
  }
1489
1502
  }
1490
1503
  },
1491
- "S33": {
1504
+ "S31": {
1505
+ "type": "structure",
1506
+ "members": {
1507
+ "gpus": {
1508
+ "type": "list",
1509
+ "member": {
1510
+ "type": "structure",
1511
+ "members": {
1512
+ "gpuCount": {
1513
+ "type": "integer"
1514
+ },
1515
+ "gpuMemorySizeInMiB": {
1516
+ "type": "integer"
1517
+ }
1518
+ }
1519
+ }
1520
+ }
1521
+ }
1522
+ },
1523
+ "S38": {
1492
1524
  "type": "structure",
1493
1525
  "members": {
1494
1526
  "cpuVendorArchitectures": {
@@ -1497,21 +1529,21 @@
1497
1529
  "enhancedInfrastructureMetrics": {},
1498
1530
  "inferredWorkloadTypes": {},
1499
1531
  "externalMetricsPreference": {
1500
- "shape": "S36"
1532
+ "shape": "S3b"
1501
1533
  }
1502
1534
  }
1503
1535
  },
1504
- "S36": {
1536
+ "S3b": {
1505
1537
  "type": "structure",
1506
1538
  "members": {
1507
1539
  "source": {}
1508
1540
  }
1509
1541
  },
1510
- "S38": {
1542
+ "S3d": {
1511
1543
  "type": "list",
1512
1544
  "member": {}
1513
1545
  },
1514
- "S3a": {
1546
+ "S3f": {
1515
1547
  "type": "list",
1516
1548
  "member": {
1517
1549
  "type": "structure",
@@ -1522,7 +1554,7 @@
1522
1554
  }
1523
1555
  }
1524
1556
  },
1525
- "S3l": {
1557
+ "S3q": {
1526
1558
  "type": "structure",
1527
1559
  "members": {
1528
1560
  "volumeType": {},
@@ -1546,7 +1578,7 @@
1546
1578
  }
1547
1579
  }
1548
1580
  },
1549
- "S3z": {
1581
+ "S44": {
1550
1582
  "type": "list",
1551
1583
  "member": {
1552
1584
  "type": "structure",
@@ -1556,19 +1588,19 @@
1556
1588
  }
1557
1589
  }
1558
1590
  },
1559
- "S4y": {
1591
+ "S54": {
1560
1592
  "type": "list",
1561
1593
  "member": {
1562
1594
  "type": "timestamp"
1563
1595
  }
1564
1596
  },
1565
- "S4z": {
1597
+ "S55": {
1566
1598
  "type": "list",
1567
1599
  "member": {
1568
1600
  "type": "double"
1569
1601
  }
1570
1602
  },
1571
- "S5l": {
1603
+ "S5r": {
1572
1604
  "type": "structure",
1573
1605
  "members": {
1574
1606
  "memory": {