aws-sdk 2.1422.0 → 2.1424.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 (43) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +54 -16
  4. package/apis/autoscaling-2011-01-01.min.json +3 -0
  5. package/apis/autoscaling-2011-01-01.paginators.json +6 -0
  6. package/apis/ebs-2019-11-02.min.json +2 -1
  7. package/apis/ec2-2016-11-15.min.json +795 -780
  8. package/apis/ec2-2016-11-15.waiters2.json +25 -0
  9. package/apis/entityresolution-2018-05-10.examples.json +5 -0
  10. package/apis/entityresolution-2018-05-10.min.json +823 -0
  11. package/apis/entityresolution-2018-05-10.paginators.json +22 -0
  12. package/apis/glue-2017-03-31.min.json +390 -318
  13. package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  14. package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  15. package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  16. package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  17. package/apis/metadata.json +7 -0
  18. package/apis/sagemaker-2017-07-24.min.json +3 -0
  19. package/clients/all.d.ts +2 -0
  20. package/clients/all.js +3 -1
  21. package/clients/autoscaling.d.ts +7 -7
  22. package/clients/cloudcontrol.d.ts +1 -1
  23. package/clients/ebs.d.ts +17 -12
  24. package/clients/ec2.d.ts +29 -0
  25. package/clients/eks.d.ts +1 -1
  26. package/clients/entityresolution.d.ts +815 -0
  27. package/clients/entityresolution.js +18 -0
  28. package/clients/glue.d.ts +123 -1
  29. package/clients/healthlake.d.ts +70 -70
  30. package/clients/managedblockchainquery.d.ts +494 -0
  31. package/clients/managedblockchainquery.js +19 -0
  32. package/clients/mediaconvert.d.ts +421 -414
  33. package/clients/opensearchserverless.d.ts +1 -1
  34. package/clients/polly.d.ts +2 -2
  35. package/clients/route53.d.ts +13 -13
  36. package/clients/sagemaker.d.ts +1 -0
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +92 -11
  39. package/dist/aws-sdk.js +839 -783
  40. package/dist/aws-sdk.min.js +98 -98
  41. package/lib/config_service_placeholders.d.ts +4 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
package/clients/ebs.d.ts CHANGED
@@ -13,51 +13,51 @@ declare class EBS extends Service {
13
13
  constructor(options?: EBS.Types.ClientConfiguration)
14
14
  config: Config & EBS.Types.ClientConfiguration;
15
15
  /**
16
- * Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to completed. You cannot write new blocks to a snapshot after it has been completed.
16
+ * Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to completed. You cannot write new blocks to a snapshot after it has been completed. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
17
17
  */
18
18
  completeSnapshot(params: EBS.Types.CompleteSnapshotRequest, callback?: (err: AWSError, data: EBS.Types.CompleteSnapshotResponse) => void): Request<EBS.Types.CompleteSnapshotResponse, AWSError>;
19
19
  /**
20
- * Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to completed. You cannot write new blocks to a snapshot after it has been completed.
20
+ * Seals and completes the snapshot after all of the required blocks of data have been written to it. Completing the snapshot changes the status to completed. You cannot write new blocks to a snapshot after it has been completed. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
21
21
  */
22
22
  completeSnapshot(callback?: (err: AWSError, data: EBS.Types.CompleteSnapshotResponse) => void): Request<EBS.Types.CompleteSnapshotResponse, AWSError>;
23
23
  /**
24
- * Returns the data in a block in an Amazon Elastic Block Store snapshot.
24
+ * Returns the data in a block in an Amazon Elastic Block Store snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
25
25
  */
26
26
  getSnapshotBlock(params: EBS.Types.GetSnapshotBlockRequest, callback?: (err: AWSError, data: EBS.Types.GetSnapshotBlockResponse) => void): Request<EBS.Types.GetSnapshotBlockResponse, AWSError>;
27
27
  /**
28
- * Returns the data in a block in an Amazon Elastic Block Store snapshot.
28
+ * Returns the data in a block in an Amazon Elastic Block Store snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
29
29
  */
30
30
  getSnapshotBlock(callback?: (err: AWSError, data: EBS.Types.GetSnapshotBlockResponse) => void): Request<EBS.Types.GetSnapshotBlockResponse, AWSError>;
31
31
  /**
32
- * Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
32
+ * Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
33
33
  */
34
34
  listChangedBlocks(params: EBS.Types.ListChangedBlocksRequest, callback?: (err: AWSError, data: EBS.Types.ListChangedBlocksResponse) => void): Request<EBS.Types.ListChangedBlocksResponse, AWSError>;
35
35
  /**
36
- * Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
36
+ * Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
37
37
  */
38
38
  listChangedBlocks(callback?: (err: AWSError, data: EBS.Types.ListChangedBlocksResponse) => void): Request<EBS.Types.ListChangedBlocksResponse, AWSError>;
39
39
  /**
40
- * Returns information about the blocks in an Amazon Elastic Block Store snapshot.
40
+ * Returns information about the blocks in an Amazon Elastic Block Store snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
41
41
  */
42
42
  listSnapshotBlocks(params: EBS.Types.ListSnapshotBlocksRequest, callback?: (err: AWSError, data: EBS.Types.ListSnapshotBlocksResponse) => void): Request<EBS.Types.ListSnapshotBlocksResponse, AWSError>;
43
43
  /**
44
- * Returns information about the blocks in an Amazon Elastic Block Store snapshot.
44
+ * Returns information about the blocks in an Amazon Elastic Block Store snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
45
45
  */
46
46
  listSnapshotBlocks(callback?: (err: AWSError, data: EBS.Types.ListSnapshotBlocksResponse) => void): Request<EBS.Types.ListSnapshotBlocksResponse, AWSError>;
47
47
  /**
48
- * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
48
+ * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
49
49
  */
50
50
  putSnapshotBlock(params: EBS.Types.PutSnapshotBlockRequest, callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
51
51
  /**
52
- * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors.
52
+ * Writes a block of data to a snapshot. If the specified block contains data, the existing data is overwritten. The target snapshot must be in the pending state. Data written to a snapshot must be aligned with 512-KiB sectors. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
53
53
  */
54
54
  putSnapshotBlock(callback?: (err: AWSError, data: EBS.Types.PutSnapshotBlockResponse) => void): Request<EBS.Types.PutSnapshotBlockResponse, AWSError>;
55
55
  /**
56
- * Creates a new Amazon EBS snapshot. The new snapshot enters the pending state after the request completes. After creating the snapshot, use PutSnapshotBlock to write blocks of data to the snapshot.
56
+ * Creates a new Amazon EBS snapshot. The new snapshot enters the pending state after the request completes. After creating the snapshot, use PutSnapshotBlock to write blocks of data to the snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
57
57
  */
58
58
  startSnapshot(params: EBS.Types.StartSnapshotRequest, callback?: (err: AWSError, data: EBS.Types.StartSnapshotResponse) => void): Request<EBS.Types.StartSnapshotResponse, AWSError>;
59
59
  /**
60
- * Creates a new Amazon EBS snapshot. The new snapshot enters the pending state after the request completes. After creating the snapshot, use PutSnapshotBlock to write blocks of data to the snapshot.
60
+ * Creates a new Amazon EBS snapshot. The new snapshot enters the pending state after the request completes. After creating the snapshot, use PutSnapshotBlock to write blocks of data to the snapshot. You should always retry requests that receive server (5xx) error responses, and ThrottlingException and RequestThrottledException client error responses. For more information see Error retries in the Amazon Elastic Compute Cloud User Guide.
61
61
  */
62
62
  startSnapshot(callback?: (err: AWSError, data: EBS.Types.StartSnapshotResponse) => void): Request<EBS.Types.StartSnapshotResponse, AWSError>;
63
63
  }
@@ -289,6 +289,7 @@ declare namespace EBS {
289
289
  */
290
290
  ChecksumAlgorithm?: ChecksumAlgorithm;
291
291
  }
292
+ export type SSEType = "sse-ebs"|"sse-kms"|"none"|string;
292
293
  export type SnapshotId = string;
293
294
  export interface StartSnapshotRequest {
294
295
  /**
@@ -365,6 +366,10 @@ declare namespace EBS {
365
366
  * The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
366
367
  */
367
368
  KmsKeyArn?: KmsKeyArn;
369
+ /**
370
+ * Reserved for future use.
371
+ */
372
+ SseType?: SSEType;
368
373
  }
369
374
  export type Status = "completed"|"pending"|"error"|string;
370
375
  export interface Tag {
package/clients/ec2.d.ts CHANGED
@@ -4956,6 +4956,14 @@ declare class EC2 extends Service {
4956
4956
  * Waits for the spotInstanceRequestFulfilled state by periodically calling the underlying EC2.describeSpotInstanceRequestsoperation every 15 seconds (at most 40 times).
4957
4957
  */
4958
4958
  waitFor(state: "spotInstanceRequestFulfilled", callback?: (err: AWSError, data: EC2.Types.DescribeSpotInstanceRequestsResult) => void): Request<EC2.Types.DescribeSpotInstanceRequestsResult, AWSError>;
4959
+ /**
4960
+ * Waits for the storeImageTaskComplete state by periodically calling the underlying EC2.describeStoreImageTasksoperation every 5 seconds (at most 40 times).
4961
+ */
4962
+ waitFor(state: "storeImageTaskComplete", params: EC2.Types.DescribeStoreImageTasksRequest & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
4963
+ /**
4964
+ * Waits for the storeImageTaskComplete state by periodically calling the underlying EC2.describeStoreImageTasksoperation every 5 seconds (at most 40 times).
4965
+ */
4966
+ waitFor(state: "storeImageTaskComplete", callback?: (err: AWSError, data: EC2.Types.DescribeStoreImageTasksResult) => void): Request<EC2.Types.DescribeStoreImageTasksResult, AWSError>;
4959
4967
  /**
4960
4968
  * Waits for the subnetAvailable state by periodically calling the underlying EC2.describeSubnetsoperation every 15 seconds (at most 40 times).
4961
4969
  */
@@ -20712,6 +20720,10 @@ declare namespace EC2 {
20712
20720
  * Indicates whether encryption by default is enabled.
20713
20721
  */
20714
20722
  EbsEncryptionByDefault?: Boolean;
20723
+ /**
20724
+ * Reserved for future use.
20725
+ */
20726
+ SseType?: SSEType;
20715
20727
  }
20716
20728
  export interface GetFlowLogsIntegrationTemplateRequest {
20717
20729
  /**
@@ -32458,6 +32470,10 @@ declare namespace EC2 {
32458
32470
  * The size of the volume, in GiB.
32459
32471
  */
32460
32472
  VolumeSize?: Integer;
32473
+ /**
32474
+ * Reserved for future use.
32475
+ */
32476
+ SseType?: SSEType;
32461
32477
  }
32462
32478
  export interface RestoreSnapshotTierRequest {
32463
32479
  /**
@@ -33042,6 +33058,7 @@ declare namespace EC2 {
33042
33058
  */
33043
33059
  UploadPolicySignature?: String;
33044
33060
  }
33061
+ export type SSEType = "sse-ebs"|"sse-kms"|"none"|string;
33045
33062
  export interface ScheduledInstance {
33046
33063
  /**
33047
33064
  * The Availability Zone.
@@ -33915,6 +33932,10 @@ declare namespace EC2 {
33915
33932
  * Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.
33916
33933
  */
33917
33934
  RestoreExpiryTime?: MillisecondDateTime;
33935
+ /**
33936
+ * Reserved for future use.
33937
+ */
33938
+ SseType?: SSEType;
33918
33939
  }
33919
33940
  export type SnapshotAttributeName = "productCodes"|"createVolumePermission"|string;
33920
33941
  export interface SnapshotDetail {
@@ -34025,6 +34046,10 @@ declare namespace EC2 {
34025
34046
  * The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
34026
34047
  */
34027
34048
  OutpostArn?: String;
34049
+ /**
34050
+ * Reserved for future use.
34051
+ */
34052
+ SseType?: SSEType;
34028
34053
  }
34029
34054
  export type SnapshotList = Snapshot[];
34030
34055
  export interface SnapshotRecycleBinInfo {
@@ -37514,6 +37539,10 @@ declare namespace EC2 {
37514
37539
  * The throughput that the volume supports, in MiB/s.
37515
37540
  */
37516
37541
  Throughput?: Integer;
37542
+ /**
37543
+ * Reserved for future use.
37544
+ */
37545
+ SseType?: SSEType;
37517
37546
  }
37518
37547
  export interface VolumeAttachment {
37519
37548
  /**
package/clients/eks.d.ts CHANGED
@@ -1617,7 +1617,7 @@ declare namespace EKS {
1617
1617
  */
1618
1618
  issues?: IssueList;
1619
1619
  }
1620
- export type NodegroupIssueCode = "AutoScalingGroupNotFound"|"AutoScalingGroupInvalidConfiguration"|"Ec2SecurityGroupNotFound"|"Ec2SecurityGroupDeletionFailure"|"Ec2LaunchTemplateNotFound"|"Ec2LaunchTemplateVersionMismatch"|"Ec2SubnetNotFound"|"Ec2SubnetInvalidConfiguration"|"IamInstanceProfileNotFound"|"IamLimitExceeded"|"IamNodeRoleNotFound"|"NodeCreationFailure"|"AsgInstanceLaunchFailures"|"InstanceLimitExceeded"|"InsufficientFreeAddresses"|"AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"Ec2SubnetMissingIpv6Assignment"|string;
1620
+ export type NodegroupIssueCode = "AutoScalingGroupNotFound"|"AutoScalingGroupInvalidConfiguration"|"Ec2SecurityGroupNotFound"|"Ec2SecurityGroupDeletionFailure"|"Ec2LaunchTemplateNotFound"|"Ec2LaunchTemplateVersionMismatch"|"Ec2SubnetNotFound"|"Ec2SubnetInvalidConfiguration"|"IamInstanceProfileNotFound"|"Ec2SubnetMissingIpv6Assignment"|"IamLimitExceeded"|"IamNodeRoleNotFound"|"NodeCreationFailure"|"AsgInstanceLaunchFailures"|"InstanceLimitExceeded"|"InsufficientFreeAddresses"|"AccessDenied"|"InternalFailure"|"ClusterUnreachable"|"AmiIdNotFound"|"AutoScalingGroupOptInRequired"|"AutoScalingGroupRateLimitExceeded"|"Ec2LaunchTemplateDeletionFailure"|"Ec2LaunchTemplateInvalidConfiguration"|"Ec2LaunchTemplateMaxLimitExceeded"|"Ec2SubnetListTooLong"|"IamThrottling"|"NodeTerminationFailure"|"PodEvictionFailure"|"SourceEc2LaunchTemplateNotFound"|"LimitExceeded"|"Unknown"|"AutoScalingGroupInstanceRefreshActive"|string;
1621
1621
  export interface NodegroupResources {
1622
1622
  /**
1623
1623
  * The Auto Scaling groups associated with the node group.