aws-sdk 2.1421.0 → 2.1423.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 (56) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  5. package/apis/datasync-2018-11-09.min.json +198 -102
  6. package/apis/ec2-2016-11-15.min.json +300 -278
  7. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  8. package/apis/entityresolution-2018-05-10.examples.json +5 -0
  9. package/apis/entityresolution-2018-05-10.min.json +823 -0
  10. package/apis/entityresolution-2018-05-10.paginators.json +22 -0
  11. package/apis/glue-2017-03-31.min.json +390 -318
  12. package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  13. package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  14. package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  15. package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  16. package/apis/metadata.json +7 -0
  17. package/apis/rds-2014-10-31.min.json +2 -1
  18. package/apis/sagemaker-2017-07-24.min.json +4 -0
  19. package/apis/securityhub-2018-10-26.min.json +145 -108
  20. package/apis/sts-2011-06-15.min.json +21 -11
  21. package/apis/transfer-2018-11-05.min.json +117 -73
  22. package/apis/wisdom-2020-10-19.min.json +77 -59
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/billingconductor.d.ts +102 -69
  26. package/clients/cloudcontrol.d.ts +1 -1
  27. package/clients/customerprofiles.d.ts +204 -4
  28. package/clients/datasync.d.ts +171 -27
  29. package/clients/dynamodb.d.ts +4 -4
  30. package/clients/ec2.d.ts +26 -0
  31. package/clients/emrserverless.d.ts +33 -2
  32. package/clients/entityresolution.d.ts +815 -0
  33. package/clients/entityresolution.js +18 -0
  34. package/clients/glue.d.ts +123 -1
  35. package/clients/healthlake.d.ts +70 -70
  36. package/clients/lambda.d.ts +1 -1
  37. package/clients/managedblockchainquery.d.ts +494 -0
  38. package/clients/managedblockchainquery.js +19 -0
  39. package/clients/mediaconvert.d.ts +421 -414
  40. package/clients/opensearchserverless.d.ts +1 -1
  41. package/clients/polly.d.ts +2 -2
  42. package/clients/rds.d.ts +14 -10
  43. package/clients/route53.d.ts +13 -13
  44. package/clients/sagemaker.d.ts +4 -4
  45. package/clients/securityhub.d.ts +69 -10
  46. package/clients/sts.d.ts +17 -1
  47. package/clients/transfer.d.ts +85 -19
  48. package/clients/wisdom.d.ts +24 -0
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +97 -16
  51. package/dist/aws-sdk.js +333 -293
  52. package/dist/aws-sdk.min.js +67 -67
  53. package/lib/config_service_placeholders.d.ts +4 -0
  54. package/lib/core.js +1 -1
  55. package/lib/dynamodb/document_client.d.ts +2 -2
  56. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,7 +1,28 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1421.0-->
2
+ <!--LATEST=2.1423.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1423.0
6
+ * feature: EntityResolution: AWS Entity Resolution can effectively match a source record from a customer relationship management (CRM) system with a source record from a marketing system containing campaign information.
7
+ * feature: Glue: Release Glue Studio Snowflake Connector Node for SDK/CLI
8
+ * feature: ManagedBlockchainQuery: Amazon Managed Blockchain (AMB) Query provides serverless access to standardized, multi-blockchain datasets with developer-friendly APIs.
9
+ * feature: OpenSearchServerless: This release adds new collection type VectorSearch.
10
+ * feature: Polly: Amazon Polly adds 1 new voice - Lisa (nl-BE)
11
+
12
+ ## 2.1422.0
13
+ * feature: Billingconductor: Added support for Auto-Assocate Billing Groups for CreateBillingGroup, UpdateBillingGroup, and ListBillingGroups.
14
+ * feature: CustomerProfiles: Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences.
15
+ * feature: DataSync: AWS DataSync now supports Microsoft Azure Blob Storage locations.
16
+ * feature: EC2: This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.
17
+ * feature: EMRServerless: This release adds support for publishing application logs to CloudWatch.
18
+ * feature: Lambda: Add Python 3.11 (python3.11) support to AWS Lambda
19
+ * feature: RDS: This release adds support for monitoring storage optimization progress on the DescribeDBInstances API.
20
+ * feature: STS: API updates for the AWS Security Token Service
21
+ * feature: SageMaker: Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API
22
+ * feature: SecurityHub: Add support for CONTAINS and NOT_CONTAINS comparison operators for Automation Rules string filters and map filters
23
+ * feature: Transfer: This release adds support for SFTP Connectors.
24
+ * feature: Wisdom: This release added two new data types: AssistantIntegrationConfiguration, and SessionIntegrationConfiguration to support Wisdom integration with Amazon Connect Chat
25
+
5
26
  ## 2.1421.0
6
27
  * feature: ChimeSDKMediaPipelines: AWS Media Pipeline compositing enhancement and Media Insights Pipeline auto language identification.
7
28
  * feature: CloudFormation: This release supports filtering by DRIFT_STATUS for existing API ListStackInstances and adds support for a new API ListStackInstanceResourceDrifts. Customers can now view resource drift information from their StackSet management accounts.
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.1421.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1423.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
@@ -166,18 +166,21 @@
166
166
  "members": {
167
167
  "LinkedAccountIds": {
168
168
  "shape": "S3"
169
+ },
170
+ "AutoAssociate": {
171
+ "type": "boolean"
169
172
  }
170
173
  }
171
174
  },
172
175
  "ComputationPreference": {
173
- "shape": "Sw"
176
+ "shape": "Sx"
174
177
  },
175
178
  "PrimaryAccountId": {},
176
179
  "Description": {
177
- "shape": "Sy"
180
+ "shape": "Sz"
178
181
  },
179
182
  "Tags": {
180
- "shape": "Sz"
183
+ "shape": "S10"
181
184
  }
182
185
  }
183
186
  },
@@ -209,17 +212,17 @@
209
212
  "locationName": "X-Amzn-Client-Token"
210
213
  },
211
214
  "Name": {
212
- "shape": "S14"
215
+ "shape": "S15"
213
216
  },
214
217
  "Description": {
215
- "shape": "S15"
218
+ "shape": "S16"
216
219
  },
217
220
  "BillingGroupArn": {},
218
221
  "BillingPeriodRange": {
219
222
  "shape": "Sf"
220
223
  },
221
224
  "Tags": {
222
- "shape": "Sz"
225
+ "shape": "S10"
223
226
  },
224
227
  "ChargeDetails": {
225
228
  "type": "structure",
@@ -282,17 +285,17 @@
282
285
  "locationName": "X-Amzn-Client-Token"
283
286
  },
284
287
  "Name": {
285
- "shape": "S1f"
288
+ "shape": "S1g"
286
289
  },
287
290
  "Description": {
288
- "shape": "S1g"
291
+ "shape": "S1h"
289
292
  },
290
293
  "PricingRuleArns": {
291
294
  "type": "list",
292
295
  "member": {}
293
296
  },
294
297
  "Tags": {
295
- "shape": "Sz"
298
+ "shape": "S10"
296
299
  }
297
300
  }
298
301
  },
@@ -323,10 +326,10 @@
323
326
  "locationName": "X-Amzn-Client-Token"
324
327
  },
325
328
  "Name": {
326
- "shape": "S1k"
329
+ "shape": "S1l"
327
330
  },
328
331
  "Description": {
329
- "shape": "S1l"
332
+ "shape": "S1m"
330
333
  },
331
334
  "Scope": {},
332
335
  "Type": {},
@@ -335,7 +338,7 @@
335
338
  },
336
339
  "Service": {},
337
340
  "Tags": {
338
- "shape": "Sz"
341
+ "shape": "S10"
339
342
  },
340
343
  "BillingEntity": {},
341
344
  "Tiering": {
@@ -578,7 +581,7 @@
578
581
  "type": "structure",
579
582
  "members": {
580
583
  "BillingGroupArns": {
581
- "shape": "S2m"
584
+ "shape": "S2n"
582
585
  }
583
586
  }
584
587
  }
@@ -622,12 +625,15 @@
622
625
  "type": "structure",
623
626
  "members": {
624
627
  "Arns": {
625
- "shape": "S2m"
628
+ "shape": "S2n"
626
629
  },
627
630
  "PricingPlan": {},
628
631
  "Statuses": {
629
632
  "type": "list",
630
633
  "member": {}
634
+ },
635
+ "AutoAssociate": {
636
+ "type": "boolean"
631
637
  }
632
638
  }
633
639
  }
@@ -646,11 +652,11 @@
646
652
  },
647
653
  "Arn": {},
648
654
  "Description": {
649
- "shape": "Sy"
655
+ "shape": "Sz"
650
656
  },
651
657
  "PrimaryAccountId": {},
652
658
  "ComputationPreference": {
653
- "shape": "Sw"
659
+ "shape": "Sx"
654
660
  },
655
661
  "Size": {
656
662
  "type": "long"
@@ -662,7 +668,15 @@
662
668
  "type": "long"
663
669
  },
664
670
  "Status": {},
665
- "StatusReason": {}
671
+ "StatusReason": {},
672
+ "AccountGrouping": {
673
+ "type": "structure",
674
+ "members": {
675
+ "AutoAssociate": {
676
+ "type": "boolean"
677
+ }
678
+ }
679
+ }
666
680
  }
667
681
  }
668
682
  },
@@ -709,14 +723,14 @@
709
723
  "type": "structure",
710
724
  "members": {
711
725
  "Name": {
712
- "shape": "S14"
726
+ "shape": "S15"
713
727
  },
714
728
  "ChargeDetails": {
715
- "shape": "S3c"
729
+ "shape": "S3e"
716
730
  },
717
731
  "CurrencyCode": {},
718
732
  "Description": {
719
- "shape": "S15"
733
+ "shape": "S16"
720
734
  },
721
735
  "ProductCode": {},
722
736
  "BillingGroupArn": {},
@@ -761,11 +775,11 @@
761
775
  "Names": {
762
776
  "type": "list",
763
777
  "member": {
764
- "shape": "S14"
778
+ "shape": "S15"
765
779
  }
766
780
  },
767
781
  "BillingGroups": {
768
- "shape": "S2m"
782
+ "shape": "S2n"
769
783
  },
770
784
  "Arns": {
771
785
  "type": "list",
@@ -785,14 +799,14 @@
785
799
  "members": {
786
800
  "Arn": {},
787
801
  "Name": {
788
- "shape": "S14"
802
+ "shape": "S15"
789
803
  },
790
804
  "ChargeDetails": {
791
- "shape": "S3c"
805
+ "shape": "S3e"
792
806
  },
793
807
  "CurrencyCode": {},
794
808
  "Description": {
795
- "shape": "S15"
809
+ "shape": "S16"
796
810
  },
797
811
  "ProductCode": {},
798
812
  "BillingGroupArn": {},
@@ -825,7 +839,7 @@
825
839
  "type": "structure",
826
840
  "members": {
827
841
  "Arns": {
828
- "shape": "S3r"
842
+ "shape": "S3t"
829
843
  }
830
844
  }
831
845
  },
@@ -845,11 +859,11 @@
845
859
  "type": "structure",
846
860
  "members": {
847
861
  "Name": {
848
- "shape": "S1f"
862
+ "shape": "S1g"
849
863
  },
850
864
  "Arn": {},
851
865
  "Description": {
852
- "shape": "S1g"
866
+ "shape": "S1h"
853
867
  },
854
868
  "Size": {
855
869
  "type": "long"
@@ -892,7 +906,7 @@
892
906
  "BillingPeriod": {},
893
907
  "PricingRuleArn": {},
894
908
  "PricingPlanArns": {
895
- "shape": "S3r"
909
+ "shape": "S3t"
896
910
  },
897
911
  "NextToken": {}
898
912
  }
@@ -911,7 +925,7 @@
911
925
  "type": "structure",
912
926
  "members": {
913
927
  "Arns": {
914
- "shape": "S42"
928
+ "shape": "S44"
915
929
  }
916
930
  }
917
931
  },
@@ -931,11 +945,11 @@
931
945
  "type": "structure",
932
946
  "members": {
933
947
  "Name": {
934
- "shape": "S1k"
948
+ "shape": "S1l"
935
949
  },
936
950
  "Arn": {},
937
951
  "Description": {
938
- "shape": "S1l"
952
+ "shape": "S1m"
939
953
  },
940
954
  "Scope": {},
941
955
  "Type": {},
@@ -1006,7 +1020,7 @@
1006
1020
  "BillingPeriod": {},
1007
1021
  "PricingPlanArn": {},
1008
1022
  "PricingRuleArns": {
1009
- "shape": "S42"
1023
+ "shape": "S44"
1010
1024
  },
1011
1025
  "NextToken": {}
1012
1026
  }
@@ -1078,7 +1092,7 @@
1078
1092
  "type": "structure",
1079
1093
  "members": {
1080
1094
  "Tags": {
1081
- "shape": "Sz"
1095
+ "shape": "S10"
1082
1096
  }
1083
1097
  }
1084
1098
  }
@@ -1100,7 +1114,7 @@
1100
1114
  "locationName": "ResourceArn"
1101
1115
  },
1102
1116
  "Tags": {
1103
- "shape": "Sz"
1117
+ "shape": "S10"
1104
1118
  }
1105
1119
  }
1106
1120
  },
@@ -1156,10 +1170,13 @@
1156
1170
  },
1157
1171
  "Status": {},
1158
1172
  "ComputationPreference": {
1159
- "shape": "Sw"
1173
+ "shape": "Sx"
1160
1174
  },
1161
1175
  "Description": {
1162
- "shape": "Sy"
1176
+ "shape": "Sz"
1177
+ },
1178
+ "AccountGrouping": {
1179
+ "shape": "S4s"
1163
1180
  }
1164
1181
  }
1165
1182
  },
@@ -1171,7 +1188,7 @@
1171
1188
  "shape": "Su"
1172
1189
  },
1173
1190
  "Description": {
1174
- "shape": "Sy"
1191
+ "shape": "Sz"
1175
1192
  },
1176
1193
  "PrimaryAccountId": {},
1177
1194
  "PricingPlanArn": {},
@@ -1182,7 +1199,10 @@
1182
1199
  "type": "long"
1183
1200
  },
1184
1201
  "Status": {},
1185
- "StatusReason": {}
1202
+ "StatusReason": {},
1203
+ "AccountGrouping": {
1204
+ "shape": "S4s"
1205
+ }
1186
1206
  }
1187
1207
  },
1188
1208
  "idempotent": true
@@ -1200,10 +1220,10 @@
1200
1220
  "members": {
1201
1221
  "Arn": {},
1202
1222
  "Name": {
1203
- "shape": "S14"
1223
+ "shape": "S15"
1204
1224
  },
1205
1225
  "Description": {
1206
- "shape": "S15"
1226
+ "shape": "S16"
1207
1227
  },
1208
1228
  "ChargeDetails": {
1209
1229
  "type": "structure",
@@ -1243,13 +1263,13 @@
1243
1263
  "Arn": {},
1244
1264
  "BillingGroupArn": {},
1245
1265
  "Name": {
1246
- "shape": "S14"
1266
+ "shape": "S15"
1247
1267
  },
1248
1268
  "Description": {
1249
- "shape": "S15"
1269
+ "shape": "S16"
1250
1270
  },
1251
1271
  "ChargeDetails": {
1252
- "shape": "S3c"
1272
+ "shape": "S3e"
1253
1273
  },
1254
1274
  "LastModifiedTime": {
1255
1275
  "type": "long"
@@ -1275,10 +1295,10 @@
1275
1295
  "members": {
1276
1296
  "Arn": {},
1277
1297
  "Name": {
1278
- "shape": "S1f"
1298
+ "shape": "S1g"
1279
1299
  },
1280
1300
  "Description": {
1281
- "shape": "S1g"
1301
+ "shape": "S1h"
1282
1302
  }
1283
1303
  }
1284
1304
  },
@@ -1287,10 +1307,10 @@
1287
1307
  "members": {
1288
1308
  "Arn": {},
1289
1309
  "Name": {
1290
- "shape": "S1f"
1310
+ "shape": "S1g"
1291
1311
  },
1292
1312
  "Description": {
1293
- "shape": "S1g"
1313
+ "shape": "S1h"
1294
1314
  },
1295
1315
  "Size": {
1296
1316
  "type": "long"
@@ -1316,17 +1336,17 @@
1316
1336
  "members": {
1317
1337
  "Arn": {},
1318
1338
  "Name": {
1319
- "shape": "S1k"
1339
+ "shape": "S1l"
1320
1340
  },
1321
1341
  "Description": {
1322
- "shape": "S1l"
1342
+ "shape": "S1m"
1323
1343
  },
1324
1344
  "Type": {},
1325
1345
  "ModifierPercentage": {
1326
1346
  "type": "double"
1327
1347
  },
1328
1348
  "Tiering": {
1329
- "shape": "S50"
1349
+ "shape": "S53"
1330
1350
  }
1331
1351
  }
1332
1352
  },
@@ -1335,10 +1355,10 @@
1335
1355
  "members": {
1336
1356
  "Arn": {},
1337
1357
  "Name": {
1338
- "shape": "S1k"
1358
+ "shape": "S1l"
1339
1359
  },
1340
1360
  "Description": {
1341
- "shape": "S1l"
1361
+ "shape": "S1m"
1342
1362
  },
1343
1363
  "Scope": {},
1344
1364
  "Type": {},
@@ -1354,7 +1374,7 @@
1354
1374
  },
1355
1375
  "BillingEntity": {},
1356
1376
  "Tiering": {
1357
- "shape": "S50"
1377
+ "shape": "S53"
1358
1378
  },
1359
1379
  "UsageType": {},
1360
1380
  "Operation": {}
@@ -1417,7 +1437,7 @@
1417
1437
  "type": "string",
1418
1438
  "sensitive": true
1419
1439
  },
1420
- "Sw": {
1440
+ "Sx": {
1421
1441
  "type": "structure",
1422
1442
  "required": [
1423
1443
  "PricingPlanArn"
@@ -1426,24 +1446,20 @@
1426
1446
  "PricingPlanArn": {}
1427
1447
  }
1428
1448
  },
1429
- "Sy": {
1449
+ "Sz": {
1430
1450
  "type": "string",
1431
1451
  "sensitive": true
1432
1452
  },
1433
- "Sz": {
1453
+ "S10": {
1434
1454
  "type": "map",
1435
1455
  "key": {},
1436
1456
  "value": {}
1437
1457
  },
1438
- "S14": {
1439
- "type": "string",
1440
- "sensitive": true
1441
- },
1442
1458
  "S15": {
1443
1459
  "type": "string",
1444
1460
  "sensitive": true
1445
1461
  },
1446
- "S1f": {
1462
+ "S16": {
1447
1463
  "type": "string",
1448
1464
  "sensitive": true
1449
1465
  },
@@ -1451,7 +1467,7 @@
1451
1467
  "type": "string",
1452
1468
  "sensitive": true
1453
1469
  },
1454
- "S1k": {
1470
+ "S1h": {
1455
1471
  "type": "string",
1456
1472
  "sensitive": true
1457
1473
  },
@@ -1459,11 +1475,15 @@
1459
1475
  "type": "string",
1460
1476
  "sensitive": true
1461
1477
  },
1462
- "S2m": {
1478
+ "S1m": {
1479
+ "type": "string",
1480
+ "sensitive": true
1481
+ },
1482
+ "S2n": {
1463
1483
  "type": "list",
1464
1484
  "member": {}
1465
1485
  },
1466
- "S3c": {
1486
+ "S3e": {
1467
1487
  "type": "structure",
1468
1488
  "required": [
1469
1489
  "Type"
@@ -1494,15 +1514,23 @@
1494
1514
  "Type": {}
1495
1515
  }
1496
1516
  },
1497
- "S3r": {
1517
+ "S3t": {
1498
1518
  "type": "list",
1499
1519
  "member": {}
1500
1520
  },
1501
- "S42": {
1521
+ "S44": {
1502
1522
  "type": "list",
1503
1523
  "member": {}
1504
1524
  },
1505
- "S50": {
1525
+ "S4s": {
1526
+ "type": "structure",
1527
+ "members": {
1528
+ "AutoAssociate": {
1529
+ "type": "boolean"
1530
+ }
1531
+ }
1532
+ },
1533
+ "S53": {
1506
1534
  "type": "structure",
1507
1535
  "required": [
1508
1536
  "FreeTier"