aws-sdk 2.1472.0 → 2.1474.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 (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. package/package.json +1 -1
@@ -1343,7 +1343,29 @@
1343
1343
  "shape": "Sz"
1344
1344
  },
1345
1345
  "ConfigurationSetName": {},
1346
- "VerificationStatus": {}
1346
+ "VerificationStatus": {},
1347
+ "VerificationInfo": {
1348
+ "type": "structure",
1349
+ "members": {
1350
+ "LastCheckedTimestamp": {
1351
+ "type": "timestamp"
1352
+ },
1353
+ "LastSuccessTimestamp": {
1354
+ "type": "timestamp"
1355
+ },
1356
+ "ErrorType": {},
1357
+ "SOARecord": {
1358
+ "type": "structure",
1359
+ "members": {
1360
+ "PrimaryNameServer": {},
1361
+ "AdminEmail": {},
1362
+ "SerialNumber": {
1363
+ "type": "long"
1364
+ }
1365
+ }
1366
+ }
1367
+ }
1368
+ }
1347
1369
  }
1348
1370
  }
1349
1371
  },
@@ -1440,7 +1462,7 @@
1440
1462
  "type": "timestamp"
1441
1463
  },
1442
1464
  "FailureInfo": {
1443
- "shape": "S7z"
1465
+ "shape": "S85"
1444
1466
  },
1445
1467
  "Statistics": {
1446
1468
  "type": "structure",
@@ -1484,7 +1506,7 @@
1484
1506
  "shape": "S4d"
1485
1507
  },
1486
1508
  "FailureInfo": {
1487
- "shape": "S7z"
1509
+ "shape": "S85"
1488
1510
  },
1489
1511
  "JobStatus": {},
1490
1512
  "CreatedTimestamp": {
@@ -1530,7 +1552,7 @@
1530
1552
  "shape": "S3v"
1531
1553
  },
1532
1554
  "EmailTags": {
1533
- "shape": "S8b"
1555
+ "shape": "S8h"
1534
1556
  },
1535
1557
  "Insights": {
1536
1558
  "type": "list",
@@ -2738,12 +2760,12 @@
2738
2760
  "FromEmailAddress": {},
2739
2761
  "FromEmailAddressIdentityArn": {},
2740
2762
  "ReplyToAddresses": {
2741
- "shape": "Sbu"
2763
+ "shape": "Sc0"
2742
2764
  },
2743
2765
  "FeedbackForwardingEmailAddress": {},
2744
2766
  "FeedbackForwardingEmailAddressIdentityArn": {},
2745
2767
  "DefaultEmailTags": {
2746
- "shape": "S8b"
2768
+ "shape": "S8h"
2747
2769
  },
2748
2770
  "DefaultContent": {
2749
2771
  "type": "structure",
@@ -2762,10 +2784,10 @@
2762
2784
  ],
2763
2785
  "members": {
2764
2786
  "Destination": {
2765
- "shape": "Sby"
2787
+ "shape": "Sc4"
2766
2788
  },
2767
2789
  "ReplacementTags": {
2768
- "shape": "S8b"
2790
+ "shape": "S8h"
2769
2791
  },
2770
2792
  "ReplacementEmailContent": {
2771
2793
  "type": "structure",
@@ -2840,10 +2862,10 @@
2840
2862
  "FromEmailAddress": {},
2841
2863
  "FromEmailAddressIdentityArn": {},
2842
2864
  "Destination": {
2843
- "shape": "Sby"
2865
+ "shape": "Sc4"
2844
2866
  },
2845
2867
  "ReplyToAddresses": {
2846
- "shape": "Sbu"
2868
+ "shape": "Sc0"
2847
2869
  },
2848
2870
  "FeedbackForwardingEmailAddress": {},
2849
2871
  "FeedbackForwardingEmailAddressIdentityArn": {},
@@ -2851,7 +2873,7 @@
2851
2873
  "shape": "S2j"
2852
2874
  },
2853
2875
  "EmailTags": {
2854
- "shape": "S8b"
2876
+ "shape": "S8h"
2855
2877
  },
2856
2878
  "ConfigurationSetName": {},
2857
2879
  "ListManagementOptions": {
@@ -3768,14 +3790,14 @@
3768
3790
  "key": {},
3769
3791
  "value": {}
3770
3792
  },
3771
- "S7z": {
3793
+ "S85": {
3772
3794
  "type": "structure",
3773
3795
  "members": {
3774
3796
  "FailedRecordsS3Url": {},
3775
3797
  "ErrorMessage": {}
3776
3798
  }
3777
3799
  },
3778
- "S8b": {
3800
+ "S8h": {
3779
3801
  "type": "list",
3780
3802
  "member": {
3781
3803
  "type": "structure",
@@ -3789,21 +3811,21 @@
3789
3811
  }
3790
3812
  }
3791
3813
  },
3792
- "Sbu": {
3814
+ "Sc0": {
3793
3815
  "type": "list",
3794
3816
  "member": {}
3795
3817
  },
3796
- "Sby": {
3818
+ "Sc4": {
3797
3819
  "type": "structure",
3798
3820
  "members": {
3799
3821
  "ToAddresses": {
3800
- "shape": "Sbu"
3822
+ "shape": "Sc0"
3801
3823
  },
3802
3824
  "CcAddresses": {
3803
- "shape": "Sbu"
3825
+ "shape": "Sc0"
3804
3826
  },
3805
3827
  "BccAddresses": {
3806
- "shape": "Sbu"
3828
+ "shape": "Sc0"
3807
3829
  }
3808
3830
  }
3809
3831
  }