aws-sdk 2.1423.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.
@@ -506,6 +506,31 @@
506
506
  }
507
507
  ]
508
508
  },
509
+ "StoreImageTaskComplete": {
510
+ "delay": 5,
511
+ "operation": "DescribeStoreImageTasks",
512
+ "maxAttempts": 40,
513
+ "acceptors": [
514
+ {
515
+ "expected": "Completed",
516
+ "matcher": "pathAll",
517
+ "state": "success",
518
+ "argument": "StoreImageTaskResults[].StoreTaskState"
519
+ },
520
+ {
521
+ "expected": "Failed",
522
+ "matcher": "pathAny",
523
+ "state": "failure",
524
+ "argument": "StoreImageTaskResults[].StoreTaskState"
525
+ },
526
+ {
527
+ "expected": "InProgress",
528
+ "matcher": "pathAny",
529
+ "state": "retry",
530
+ "argument": "StoreImageTaskResults[].StoreTaskState"
531
+ }
532
+ ]
533
+ },
509
534
  "SubnetAvailable": {
510
535
  "delay": 15,
511
536
  "operation": "DescribeSubnets",
@@ -16886,6 +16886,9 @@
16886
16886
  "DebugRuleEvaluationStatuses": {
16887
16887
  "shape": "S12a"
16888
16888
  },
16889
+ "ProfilerConfig": {
16890
+ "shape": "Spk"
16891
+ },
16889
16892
  "Environment": {
16890
16893
  "shape": "Spq"
16891
16894
  },
@@ -68,11 +68,11 @@ declare class AutoScaling extends Service {
68
68
  */
69
69
  cancelInstanceRefresh(callback?: (err: AWSError, data: AutoScaling.Types.CancelInstanceRefreshAnswer) => void): Request<AutoScaling.Types.CancelInstanceRefreshAnswer, AWSError>;
70
70
  /**
71
- * Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Amazon EC2 Auto Scaling lifecycle hooks in the Amazon EC2 Auto Scaling User Guide.
71
+ * Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Complete a lifecycle action in the Amazon EC2 Auto Scaling User Guide.
72
72
  */
73
73
  completeLifecycleAction(params: AutoScaling.Types.CompleteLifecycleActionType, callback?: (err: AWSError, data: AutoScaling.Types.CompleteLifecycleActionAnswer) => void): Request<AutoScaling.Types.CompleteLifecycleActionAnswer, AWSError>;
74
74
  /**
75
- * Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Amazon EC2 Auto Scaling lifecycle hooks in the Amazon EC2 Auto Scaling User Guide.
75
+ * Completes the lifecycle action for the specified token or instance with the specified result. This step is a part of the procedure for adding a lifecycle hook to an Auto Scaling group: (Optional) Create a launch template or launch configuration with a user data script that runs while an instance is in a wait state due to a lifecycle hook. (Optional) Create a Lambda function and a rule that allows Amazon EventBridge to invoke your Lambda function when an instance is put into a wait state due to a lifecycle hook. (Optional) Create a notification target and an IAM role. The target can be either an Amazon SQS queue or an Amazon SNS topic. The role allows Amazon EC2 Auto Scaling to publish lifecycle notifications to the target. Create the lifecycle hook. Specify whether the hook is used when the instances launch or terminate. If you need more time, record the lifecycle action heartbeat to keep the instance in a wait state. If you finish before the timeout period ends, send a callback by using the CompleteLifecycleAction API call. For more information, see Complete a lifecycle action in the Amazon EC2 Auto Scaling User Guide.
76
76
  */
77
77
  completeLifecycleAction(callback?: (err: AWSError, data: AutoScaling.Types.CompleteLifecycleActionAnswer) => void): Request<AutoScaling.Types.CompleteLifecycleActionAnswer, AWSError>;
78
78
  /**
@@ -328,11 +328,11 @@ declare class AutoScaling extends Service {
328
328
  */
329
329
  detachLoadBalancers(callback?: (err: AWSError, data: AutoScaling.Types.DetachLoadBalancersResultType) => void): Request<AutoScaling.Types.DetachLoadBalancersResultType, AWSError>;
330
330
  /**
331
- * Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a taffic, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
331
+ * Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a traffic source, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
332
332
  */
333
333
  detachTrafficSources(params: AutoScaling.Types.DetachTrafficSourcesType, callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
334
334
  /**
335
- * Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a taffic, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
335
+ * Detaches one or more traffic sources from the specified Auto Scaling group. When you detach a traffic source, it enters the Removing state while deregistering the instances in the group. When all instances are deregistered, then you can no longer describe the traffic source using the DescribeTrafficSources API call. The instances continue to run.
336
336
  */
337
337
  detachTrafficSources(callback?: (err: AWSError, data: AutoScaling.Types.DetachTrafficSourcesResultType) => void): Request<AutoScaling.Types.DetachTrafficSourcesResultType, AWSError>;
338
338
  /**
@@ -2846,7 +2846,7 @@ declare namespace AutoScaling {
2846
2846
  */
2847
2847
  MinAdjustmentMagnitude?: MinAdjustmentMagnitude;
2848
2848
  /**
2849
- * The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a positive value. Required if the policy type is SimpleScaling. (Not used with any other policy type.)
2849
+ * The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value. Required if the policy type is SimpleScaling. (Not used with any other policy type.)
2850
2850
  */
2851
2851
  ScalingAdjustment?: PolicyIncrement;
2852
2852
  /**
@@ -3035,7 +3035,7 @@ declare namespace AutoScaling {
3035
3035
  /**
3036
3036
  * The name of the Auto Scaling group.
3037
3037
  */
3038
- AutoScalingGroupName?: XmlStringMaxLen255;
3038
+ AutoScalingGroupName: XmlStringMaxLen255;
3039
3039
  }
3040
3040
  export type ScaleInProtectedInstances = "Refresh"|"Ignore"|"Wait"|string;
3041
3041
  export type ScalingActivityStatusCode = "PendingSpotBidPlacement"|"WaitingForSpotInstanceRequestId"|"WaitingForSpotInstanceId"|"WaitingForInstanceId"|"PreInService"|"InProgress"|"WaitingForELBConnectionDraining"|"MidLifecycleAction"|"WaitingForInstanceWarmup"|"Successful"|"Failed"|"Cancelled"|"WaitingForConnectionDraining"|string;
@@ -3295,7 +3295,7 @@ declare namespace AutoScaling {
3295
3295
  */
3296
3296
  MetricIntervalUpperBound?: MetricScale;
3297
3297
  /**
3298
- * The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. The amount by which to scale. The adjustment is based on the value that you specified in the AdjustmentType property (either an absolute number or a percentage). A positive value adds to the current capacity and a negative number subtracts from the current capacity.
3298
+ * The amount by which to scale, based on the specified adjustment type. A positive value adds to the current capacity while a negative number removes from the current capacity. For exact capacity, you must specify a non-negative value.
3299
3299
  */
3300
3300
  ScalingAdjustment: PolicyIncrement;
3301
3301
  }
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.
@@ -20785,6 +20785,7 @@ declare namespace SageMaker {
20785
20785
  * Information about the evaluation status of the rules for the training job.
20786
20786
  */
20787
20787
  DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatuses;
20788
+ ProfilerConfig?: ProfilerConfig;
20788
20789
  /**
20789
20790
  * The environment variables to set in the Docker container.
20790
20791
  */
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1423.0',
86
+ VERSION: '2.1424.0',
87
87
 
88
88
  /**
89
89
  * @api private