cdk-lambda-subminute 2.0.296 → 2.0.298

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.
@@ -1661,11 +1661,11 @@ declare class EC2 extends Service {
1661
1661
  */
1662
1662
  deleteVpcEndpoints(callback?: (err: AWSError, data: EC2.Types.DeleteVpcEndpointsResult) => void): Request<EC2.Types.DeleteVpcEndpointsResult, AWSError>;
1663
1663
  /**
1664
- * Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed state.
1664
+ * Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed or rejected state.
1665
1665
  */
1666
1666
  deleteVpcPeeringConnection(params: EC2.Types.DeleteVpcPeeringConnectionRequest, callback?: (err: AWSError, data: EC2.Types.DeleteVpcPeeringConnectionResult) => void): Request<EC2.Types.DeleteVpcPeeringConnectionResult, AWSError>;
1667
1667
  /**
1668
- * Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed state.
1668
+ * Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that's in the failed or rejected state.
1669
1669
  */
1670
1670
  deleteVpcPeeringConnection(callback?: (err: AWSError, data: EC2.Types.DeleteVpcPeeringConnectionResult) => void): Request<EC2.Types.DeleteVpcPeeringConnectionResult, AWSError>;
1671
1671
  /**
@@ -1965,11 +1965,11 @@ declare class EC2 extends Service {
1965
1965
  */
1966
1966
  describeExportTasks(callback?: (err: AWSError, data: EC2.Types.DescribeExportTasksResult) => void): Request<EC2.Types.DescribeExportTasksResult, AWSError>;
1967
1967
  /**
1968
- * Describe details for Windows AMIs that are configured for faster launching.
1968
+ * Describe details for Windows AMIs that are configured for Windows fast launch.
1969
1969
  */
1970
1970
  describeFastLaunchImages(params: EC2.Types.DescribeFastLaunchImagesRequest, callback?: (err: AWSError, data: EC2.Types.DescribeFastLaunchImagesResult) => void): Request<EC2.Types.DescribeFastLaunchImagesResult, AWSError>;
1971
1971
  /**
1972
- * Describe details for Windows AMIs that are configured for faster launching.
1972
+ * Describe details for Windows AMIs that are configured for Windows fast launch.
1973
1973
  */
1974
1974
  describeFastLaunchImages(callback?: (err: AWSError, data: EC2.Types.DescribeFastLaunchImagesResult) => void): Request<EC2.Types.DescribeFastLaunchImagesResult, AWSError>;
1975
1975
  /**
@@ -2156,6 +2156,14 @@ declare class EC2 extends Service {
2156
2156
  * Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances. Instance status includes the following components: Status checks - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see Status checks for your instances and Troubleshoot instances with failed status checks in the Amazon EC2 User Guide. Scheduled events - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see Scheduled events for your instances in the Amazon EC2 User Guide. Instance state - You can manage your instances from the moment you launch them through their termination. For more information, see Instance lifecycle in the Amazon EC2 User Guide.
2157
2157
  */
2158
2158
  describeInstanceStatus(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceStatusResult) => void): Request<EC2.Types.DescribeInstanceStatusResult, AWSError>;
2159
+ /**
2160
+ * Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. You can use this information to determine the relative proximity of your EC2 instances within the Amazon Web Services network to support your tightly coupled workloads. Limitations Supported zones Availability Zone Local Zone Supported instance types hpc6a.48xlarge | hpc6id.32xlarge | hpc7a.12xlarge | hpc7a.24xlarge | hpc7a.48xlarge | hpc7a.96xlarge | hpc7g.4xlarge | hpc7g.8xlarge | hpc7g.16xlarge p3dn.24xlarge | p4d.24xlarge | p4de.24xlarge | p5.48xlarge trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge For more information, see Amazon EC2 instance topology in the Amazon EC2 User Guide.
2161
+ */
2162
+ describeInstanceTopology(params: EC2.Types.DescribeInstanceTopologyRequest, callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTopologyResult) => void): Request<EC2.Types.DescribeInstanceTopologyResult, AWSError>;
2163
+ /**
2164
+ * Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. You can use this information to determine the relative proximity of your EC2 instances within the Amazon Web Services network to support your tightly coupled workloads. Limitations Supported zones Availability Zone Local Zone Supported instance types hpc6a.48xlarge | hpc6id.32xlarge | hpc7a.12xlarge | hpc7a.24xlarge | hpc7a.48xlarge | hpc7a.96xlarge | hpc7g.4xlarge | hpc7g.8xlarge | hpc7g.16xlarge p3dn.24xlarge | p4d.24xlarge | p4de.24xlarge | p5.48xlarge trn1.2xlarge | trn1.32xlarge | trn1n.32xlarge For more information, see Amazon EC2 instance topology in the Amazon EC2 User Guide.
2165
+ */
2166
+ describeInstanceTopology(callback?: (err: AWSError, data: EC2.Types.DescribeInstanceTopologyResult) => void): Request<EC2.Types.DescribeInstanceTopologyResult, AWSError>;
2159
2167
  /**
2160
2168
  * Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.
2161
2169
  */
@@ -2989,11 +2997,11 @@ declare class EC2 extends Service {
2989
2997
  */
2990
2998
  disableEbsEncryptionByDefault(callback?: (err: AWSError, data: EC2.Types.DisableEbsEncryptionByDefaultResult) => void): Request<EC2.Types.DisableEbsEncryptionByDefaultResult, AWSError>;
2991
2999
  /**
2992
- * Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again. To change these settings, you must own the AMI.
3000
+ * Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again. You can only change these settings for Windows AMIs that you own or that have been shared with you.
2993
3001
  */
2994
3002
  disableFastLaunch(params: EC2.Types.DisableFastLaunchRequest, callback?: (err: AWSError, data: EC2.Types.DisableFastLaunchResult) => void): Request<EC2.Types.DisableFastLaunchResult, AWSError>;
2995
3003
  /**
2996
- * Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again. To change these settings, you must own the AMI.
3004
+ * Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again. You can only change these settings for Windows AMIs that you own or that have been shared with you.
2997
3005
  */
2998
3006
  disableFastLaunch(callback?: (err: AWSError, data: EC2.Types.DisableFastLaunchResult) => void): Request<EC2.Types.DisableFastLaunchResult, AWSError>;
2999
3007
  /**
@@ -3005,11 +3013,11 @@ declare class EC2 extends Service {
3005
3013
  */
3006
3014
  disableFastSnapshotRestores(callback?: (err: AWSError, data: EC2.Types.DisableFastSnapshotRestoresResult) => void): Request<EC2.Types.DisableFastSnapshotRestoresResult, AWSError>;
3007
3015
  /**
3008
- * Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches. A disabled AMI can't be shared. If a public or shared AMI was previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI. A disabled AMI does not appear in DescribeImages API calls by default. Only the AMI owner can disable an AMI. You can re-enable a disabled AMI using EnableImage. For more information, see Disable an AMI in the Amazon EC2 User Guide.
3016
+ * Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches. A disabled AMI can't be shared. If an AMI was public or previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI. A disabled AMI does not appear in DescribeImages API calls by default. Only the AMI owner can disable an AMI. You can re-enable a disabled AMI using EnableImage. For more information, see Disable an AMI in the Amazon EC2 User Guide.
3009
3017
  */
3010
3018
  disableImage(params: EC2.Types.DisableImageRequest, callback?: (err: AWSError, data: EC2.Types.DisableImageResult) => void): Request<EC2.Types.DisableImageResult, AWSError>;
3011
3019
  /**
3012
- * Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches. A disabled AMI can't be shared. If a public or shared AMI was previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI. A disabled AMI does not appear in DescribeImages API calls by default. Only the AMI owner can disable an AMI. You can re-enable a disabled AMI using EnableImage. For more information, see Disable an AMI in the Amazon EC2 User Guide.
3020
+ * Sets the AMI state to disabled and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches. A disabled AMI can't be shared. If an AMI was public or previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI. A disabled AMI does not appear in DescribeImages API calls by default. Only the AMI owner can disable an AMI. You can re-enable a disabled AMI using EnableImage. For more information, see Disable an AMI in the Amazon EC2 User Guide.
3013
3021
  */
3014
3022
  disableImage(callback?: (err: AWSError, data: EC2.Types.DisableImageResult) => void): Request<EC2.Types.DisableImageResult, AWSError>;
3015
3023
  /**
@@ -3221,11 +3229,11 @@ declare class EC2 extends Service {
3221
3229
  */
3222
3230
  enableEbsEncryptionByDefault(callback?: (err: AWSError, data: EC2.Types.EnableEbsEncryptionByDefaultResult) => void): Request<EC2.Types.EnableEbsEncryptionByDefaultResult, AWSError>;
3223
3231
  /**
3224
- * When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. To change these settings, you must own the AMI.
3232
+ * When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. You can only change these settings for Windows AMIs that you own or that have been shared with you.
3225
3233
  */
3226
3234
  enableFastLaunch(params: EC2.Types.EnableFastLaunchRequest, callback?: (err: AWSError, data: EC2.Types.EnableFastLaunchResult) => void): Request<EC2.Types.EnableFastLaunchResult, AWSError>;
3227
3235
  /**
3228
- * When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. To change these settings, you must own the AMI.
3236
+ * When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. You can only change these settings for Windows AMIs that you own or that have been shared with you.
3229
3237
  */
3230
3238
  enableFastLaunch(callback?: (err: AWSError, data: EC2.Types.EnableFastLaunchResult) => void): Request<EC2.Types.EnableFastLaunchResult, AWSError>;
3231
3239
  /**
@@ -5162,9 +5170,9 @@ declare namespace EC2 {
5162
5170
  */
5163
5171
  Max?: Integer;
5164
5172
  }
5165
- export type AcceleratorManufacturer = "nvidia"|"amd"|"amazon-web-services"|"xilinx"|string;
5173
+ export type AcceleratorManufacturer = "amazon-web-services"|"amd"|"nvidia"|"xilinx"|string;
5166
5174
  export type AcceleratorManufacturerSet = AcceleratorManufacturer[];
5167
- export type AcceleratorName = "a100"|"v100"|"k80"|"t4"|"m60"|"radeon-pro-v520"|"vu9p"|"inferentia"|"k520"|string;
5175
+ export type AcceleratorName = "a100"|"inferentia"|"k520"|"k80"|"m60"|"radeon-pro-v520"|"t4"|"vu9p"|"v100"|string;
5168
5176
  export type AcceleratorNameSet = AcceleratorName[];
5169
5177
  export interface AcceleratorTotalMemoryMiB {
5170
5178
  /**
@@ -6684,11 +6692,11 @@ declare namespace EC2 {
6684
6692
  }
6685
6693
  export interface AttachVerifiedAccessTrustProviderResult {
6686
6694
  /**
6687
- * The ID of the Verified Access trust provider.
6695
+ * Details about the Verified Access trust provider.
6688
6696
  */
6689
6697
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
6690
6698
  /**
6691
- * The ID of the Verified Access instance.
6699
+ * Details about the Verified Access instance.
6692
6700
  */
6693
6701
  VerifiedAccessInstance?: VerifiedAccessInstance;
6694
6702
  }
@@ -7848,7 +7856,6 @@ declare namespace EC2 {
7848
7856
  BannerText?: String;
7849
7857
  }
7850
7858
  export type ClientSecretType = string;
7851
- export type ClientVpnAssociationId = string;
7852
7859
  export interface ClientVpnAuthentication {
7853
7860
  /**
7854
7861
  * The authentication type used.
@@ -9197,7 +9204,7 @@ declare namespace EC2 {
9197
9204
  }
9198
9205
  export interface CreateImageRequest {
9199
9206
  /**
9200
- * The block device mappings. This parameter cannot be used to modify the encryption status of existing volumes or snapshots. To create an AMI with encrypted snapshots, use the CopyImage action.
9207
+ * The block device mappings. When using the CreateImage action: You can't change the volume size using the VolumeSize parameter. If you want a different volume size, you must first change the volume size of the source instance. You can't modify the encryption status of existing volumes or snapshots. To create an AMI with volumes or snapshots that have a different encryption status (for example, where the source volume and snapshots are unencrypted, and you want to create an AMI with encrypted volumes or snapshots), use the CopyImage action. The only option that can be changed for existing mappings or snapshots is DeleteOnTermination.
9201
9208
  */
9202
9209
  BlockDeviceMappings?: BlockDeviceMappingRequestList;
9203
9210
  /**
@@ -11065,7 +11072,7 @@ declare namespace EC2 {
11065
11072
  */
11066
11073
  EndpointDomainPrefix: String;
11067
11074
  /**
11068
- * The IDs of the security groups to associate with the Verified Access endpoint.
11075
+ * The IDs of the security groups to associate with the Verified Access endpoint. Required if AttachmentType is set to vpc.
11069
11076
  */
11070
11077
  SecurityGroupIds?: SecurityGroupIdList;
11071
11078
  /**
@@ -11097,13 +11104,13 @@ declare namespace EC2 {
11097
11104
  */
11098
11105
  DryRun?: Boolean;
11099
11106
  /**
11100
- * Options for server side encryption.
11107
+ * The options for server side encryption.
11101
11108
  */
11102
11109
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
11103
11110
  }
11104
11111
  export interface CreateVerifiedAccessEndpointResult {
11105
11112
  /**
11106
- * The ID of the Verified Access endpoint.
11113
+ * Details about the Verified Access endpoint.
11107
11114
  */
11108
11115
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
11109
11116
  }
@@ -11134,13 +11141,13 @@ declare namespace EC2 {
11134
11141
  */
11135
11142
  DryRun?: Boolean;
11136
11143
  /**
11137
- * Options for server side encryption.
11144
+ * The options for server side encryption.
11138
11145
  */
11139
11146
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
11140
11147
  }
11141
11148
  export interface CreateVerifiedAccessGroupResult {
11142
11149
  /**
11143
- * The ID of the Verified Access group.
11150
+ * Details about the Verified Access group.
11144
11151
  */
11145
11152
  VerifiedAccessGroup?: VerifiedAccessGroup;
11146
11153
  }
@@ -11168,7 +11175,7 @@ declare namespace EC2 {
11168
11175
  }
11169
11176
  export interface CreateVerifiedAccessInstanceResult {
11170
11177
  /**
11171
- * The ID of the Verified Access instance.
11178
+ * Details about the Verified Access instance.
11172
11179
  */
11173
11180
  VerifiedAccessInstance?: VerifiedAccessInstance;
11174
11181
  }
@@ -11250,13 +11257,13 @@ declare namespace EC2 {
11250
11257
  */
11251
11258
  DryRun?: Boolean;
11252
11259
  /**
11253
- * Options for server side encryption.
11260
+ * The options for server side encryption.
11254
11261
  */
11255
11262
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
11256
11263
  }
11257
11264
  export interface CreateVerifiedAccessTrustProviderResult {
11258
11265
  /**
11259
- * The ID of the Verified Access trust provider.
11266
+ * Details about the Verified Access trust provider.
11260
11267
  */
11261
11268
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
11262
11269
  }
@@ -12857,7 +12864,7 @@ declare namespace EC2 {
12857
12864
  }
12858
12865
  export interface DeleteVerifiedAccessEndpointResult {
12859
12866
  /**
12860
- * The ID of the Verified Access endpoint.
12867
+ * Details about the Verified Access endpoint.
12861
12868
  */
12862
12869
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
12863
12870
  }
@@ -12877,7 +12884,7 @@ declare namespace EC2 {
12877
12884
  }
12878
12885
  export interface DeleteVerifiedAccessGroupResult {
12879
12886
  /**
12880
- * The ID of the Verified Access group.
12887
+ * Details about the Verified Access group.
12881
12888
  */
12882
12889
  VerifiedAccessGroup?: VerifiedAccessGroup;
12883
12890
  }
@@ -12897,7 +12904,7 @@ declare namespace EC2 {
12897
12904
  }
12898
12905
  export interface DeleteVerifiedAccessInstanceResult {
12899
12906
  /**
12900
- * The ID of the Verified Access instance.
12907
+ * Details about the Verified Access instance.
12901
12908
  */
12902
12909
  VerifiedAccessInstance?: VerifiedAccessInstance;
12903
12910
  }
@@ -12917,7 +12924,7 @@ declare namespace EC2 {
12917
12924
  }
12918
12925
  export interface DeleteVerifiedAccessTrustProviderResult {
12919
12926
  /**
12920
- * The ID of the Verified Access trust provider.
12927
+ * Details about the Verified Access trust provider.
12921
12928
  */
12922
12929
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
12923
12930
  }
@@ -13966,11 +13973,11 @@ declare namespace EC2 {
13966
13973
  }
13967
13974
  export interface DescribeFastLaunchImagesRequest {
13968
13975
  /**
13969
- * Details for one or more Windows AMI image IDs.
13976
+ * Specify one or more Windows AMI image IDs for the request.
13970
13977
  */
13971
13978
  ImageIds?: FastLaunchImageIdList;
13972
13979
  /**
13973
- * Use the following filters to streamline results. resource-type - The resource type for pre-provisioning. launch-template - The launch template that is associated with the pre-provisioned Windows AMI. owner-id - The owner ID for the pre-provisioning resource. state - The current state of fast launching for the Windows AMI.
13980
+ * Use the following filters to streamline results. resource-type - The resource type for pre-provisioning. owner-id - The owner ID for the pre-provisioning resource. state - The current state of fast launching for the Windows AMI.
13974
13981
  */
13975
13982
  Filters?: FilterList;
13976
13983
  /**
@@ -13999,11 +14006,11 @@ declare namespace EC2 {
13999
14006
  }
14000
14007
  export interface DescribeFastLaunchImagesSuccessItem {
14001
14008
  /**
14002
- * The image ID that identifies the fast-launch enabled Windows image.
14009
+ * The image ID that identifies the Windows fast launch enabled image.
14003
14010
  */
14004
14011
  ImageId?: ImageId;
14005
14012
  /**
14006
- * The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.
14013
+ * The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values include: snapshot.
14007
14014
  */
14008
14015
  ResourceType?: FastLaunchResourceType;
14009
14016
  /**
@@ -14011,27 +14018,27 @@ declare namespace EC2 {
14011
14018
  */
14012
14019
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
14013
14020
  /**
14014
- * The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.
14021
+ * The launch template that the Windows fast launch enabled AMI uses when it launches Windows instances from pre-provisioned snapshots.
14015
14022
  */
14016
14023
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
14017
14024
  /**
14018
- * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
14025
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
14019
14026
  */
14020
14027
  MaxParallelLaunches?: Integer;
14021
14028
  /**
14022
- * The owner ID for the fast-launch enabled Windows AMI.
14029
+ * The owner ID for the Windows fast launch enabled AMI.
14023
14030
  */
14024
14031
  OwnerId?: String;
14025
14032
  /**
14026
- * The current state of faster launching for the specified Windows AMI.
14033
+ * The current state of Windows fast launch for the specified Windows AMI.
14027
14034
  */
14028
14035
  State?: FastLaunchStateCode;
14029
14036
  /**
14030
- * The reason that faster launching for the Windows AMI changed to the current state.
14037
+ * The reason that Windows fast launch for the AMI changed to the current state.
14031
14038
  */
14032
14039
  StateTransitionReason?: String;
14033
14040
  /**
14034
- * The time that faster launching for the Windows AMI changed to the current state.
14041
+ * The time that Windows fast launch for the AMI changed to the current state.
14035
14042
  */
14036
14043
  StateTransitionTime?: MillisecondDateTime;
14037
14044
  }
@@ -14794,6 +14801,45 @@ declare namespace EC2 {
14794
14801
  */
14795
14802
  NextToken?: String;
14796
14803
  }
14804
+ export type DescribeInstanceTopologyGroupNameSet = PlacementGroupName[];
14805
+ export type DescribeInstanceTopologyInstanceIdSet = InstanceId[];
14806
+ export type DescribeInstanceTopologyMaxResults = number;
14807
+ export interface DescribeInstanceTopologyRequest {
14808
+ /**
14809
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
14810
+ */
14811
+ DryRun?: Boolean;
14812
+ /**
14813
+ * The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
14814
+ */
14815
+ NextToken?: String;
14816
+ /**
14817
+ * The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination. You can't specify this parameter and the instance IDs parameter in the same request. Default: 20
14818
+ */
14819
+ MaxResults?: DescribeInstanceTopologyMaxResults;
14820
+ /**
14821
+ * The instance IDs. Default: Describes all your instances. Constraints: Maximum 100 explicitly specified instance IDs.
14822
+ */
14823
+ InstanceIds?: DescribeInstanceTopologyInstanceIdSet;
14824
+ /**
14825
+ * The name of the placement group that each instance is in. Constraints: Maximum 100 explicitly specified placement group names.
14826
+ */
14827
+ GroupNames?: DescribeInstanceTopologyGroupNameSet;
14828
+ /**
14829
+ * The filters. availability-zone - The name of the Availability Zone (for example, us-west-2a) or Local Zone (for example, us-west-2-lax-1b) that the instance is in. instance-type - The instance type (for example, p4d.24xlarge) or instance family (for example, p4d*). You can use the * wildcard to match zero or more characters, or the ? wildcard to match zero or one character. zone-id - The ID of the Availability Zone (for example, usw2-az2) or Local Zone (for example, usw2-lax1-az1) that the instance is in.
14830
+ */
14831
+ Filters?: FilterList;
14832
+ }
14833
+ export interface DescribeInstanceTopologyResult {
14834
+ /**
14835
+ * Information about the topology of each instance.
14836
+ */
14837
+ Instances?: InstanceSet;
14838
+ /**
14839
+ * The token to include in another request to get the next page of items. This value is null when there are no more items to return.
14840
+ */
14841
+ NextToken?: String;
14842
+ }
14797
14843
  export interface DescribeInstanceTypeOfferingsRequest {
14798
14844
  /**
14799
14845
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
@@ -17224,7 +17270,7 @@ declare namespace EC2 {
17224
17270
  }
17225
17271
  export interface DescribeVerifiedAccessEndpointsResult {
17226
17272
  /**
17227
- * The ID of the Verified Access endpoint.
17273
+ * Details about the Verified Access endpoints.
17228
17274
  */
17229
17275
  VerifiedAccessEndpoints?: VerifiedAccessEndpointList;
17230
17276
  /**
@@ -17261,7 +17307,7 @@ declare namespace EC2 {
17261
17307
  }
17262
17308
  export interface DescribeVerifiedAccessGroupsResult {
17263
17309
  /**
17264
- * The ID of the Verified Access group.
17310
+ * Details about the Verified Access groups.
17265
17311
  */
17266
17312
  VerifiedAccessGroups?: VerifiedAccessGroupList;
17267
17313
  /**
@@ -17294,7 +17340,7 @@ declare namespace EC2 {
17294
17340
  }
17295
17341
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
17296
17342
  /**
17297
- * The current logging configuration for the Verified Access instances.
17343
+ * The logging configuration for the Verified Access instances.
17298
17344
  */
17299
17345
  LoggingConfigurations?: VerifiedAccessInstanceLoggingConfigurationList;
17300
17346
  /**
@@ -17327,7 +17373,7 @@ declare namespace EC2 {
17327
17373
  }
17328
17374
  export interface DescribeVerifiedAccessInstancesResult {
17329
17375
  /**
17330
- * The IDs of the Verified Access instances.
17376
+ * Details about the Verified Access instances.
17331
17377
  */
17332
17378
  VerifiedAccessInstances?: VerifiedAccessInstanceList;
17333
17379
  /**
@@ -17360,7 +17406,7 @@ declare namespace EC2 {
17360
17406
  }
17361
17407
  export interface DescribeVerifiedAccessTrustProvidersResult {
17362
17408
  /**
17363
- * The IDs of the Verified Access trust providers.
17409
+ * Details about the Verified Access trust providers.
17364
17410
  */
17365
17411
  VerifiedAccessTrustProviders?: VerifiedAccessTrustProviderList;
17366
17412
  /**
@@ -17965,11 +18011,11 @@ declare namespace EC2 {
17965
18011
  }
17966
18012
  export interface DetachVerifiedAccessTrustProviderResult {
17967
18013
  /**
17968
- * The ID of the Verified Access trust provider.
18014
+ * Details about the Verified Access trust provider.
17969
18015
  */
17970
18016
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
17971
18017
  /**
17972
- * The ID of the Verified Access instance.
18018
+ * Details about the Verified Access instance.
17973
18019
  */
17974
18020
  VerifiedAccessInstance?: VerifiedAccessInstance;
17975
18021
  }
@@ -18120,11 +18166,11 @@ declare namespace EC2 {
18120
18166
  }
18121
18167
  export interface DisableFastLaunchRequest {
18122
18168
  /**
18123
- * The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
18169
+ * Specify the ID of the image for which to disable Windows fast launch.
18124
18170
  */
18125
18171
  ImageId: ImageId;
18126
18172
  /**
18127
- * Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
18173
+ * Forces the image settings to turn off Windows fast launch for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
18128
18174
  */
18129
18175
  Force?: Boolean;
18130
18176
  /**
@@ -18134,15 +18180,15 @@ declare namespace EC2 {
18134
18180
  }
18135
18181
  export interface DisableFastLaunchResult {
18136
18182
  /**
18137
- * The ID of the image for which faster-launching has been turned off.
18183
+ * The ID of the image for which Windows fast launch was disabled.
18138
18184
  */
18139
18185
  ImageId?: ImageId;
18140
18186
  /**
18141
- * The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.
18187
+ * The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI. Supported values include: snapshot.
18142
18188
  */
18143
18189
  ResourceType?: FastLaunchResourceType;
18144
18190
  /**
18145
- * Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.
18191
+ * Parameters that were used for Windows fast launch for the Windows AMI before Windows fast launch was disabled. This informs the clean-up process.
18146
18192
  */
18147
18193
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
18148
18194
  /**
@@ -18150,23 +18196,23 @@ declare namespace EC2 {
18150
18196
  */
18151
18197
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
18152
18198
  /**
18153
- * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
18199
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
18154
18200
  */
18155
18201
  MaxParallelLaunches?: Integer;
18156
18202
  /**
18157
- * The owner of the Windows AMI for which faster launching was turned off.
18203
+ * The owner of the Windows AMI for which Windows fast launch was disabled.
18158
18204
  */
18159
18205
  OwnerId?: String;
18160
18206
  /**
18161
- * The current state of faster launching for the specified Windows AMI.
18207
+ * The current state of Windows fast launch for the specified Windows AMI.
18162
18208
  */
18163
18209
  State?: FastLaunchStateCode;
18164
18210
  /**
18165
- * The reason that the state changed for faster launching for the Windows AMI.
18211
+ * The reason that the state changed for Windows fast launch for the Windows AMI.
18166
18212
  */
18167
18213
  StateTransitionReason?: String;
18168
18214
  /**
18169
- * The time that the state changed for faster launching for the Windows AMI.
18215
+ * The time that the state changed for Windows fast launch for the Windows AMI.
18170
18216
  */
18171
18217
  StateTransitionTime?: MillisecondDateTime;
18172
18218
  }
@@ -18445,7 +18491,7 @@ declare namespace EC2 {
18445
18491
  /**
18446
18492
  * The ID of the target network association.
18447
18493
  */
18448
- AssociationId: ClientVpnAssociationId;
18494
+ AssociationId: String;
18449
18495
  /**
18450
18496
  * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
18451
18497
  */
@@ -19221,15 +19267,15 @@ declare namespace EC2 {
19221
19267
  }
19222
19268
  export interface EnableFastLaunchRequest {
19223
19269
  /**
19224
- * The ID of the image for which you’re enabling faster launching.
19270
+ * Specify the ID of the image for which to enable Windows fast launch.
19225
19271
  */
19226
19272
  ImageId: ImageId;
19227
19273
  /**
19228
- * The type of resource to use for pre-provisioning the Windows AMI for faster launching. Supported values include: snapshot, which is the default value.
19274
+ * The type of resource to use for pre-provisioning the AMI for Windows fast launch. Supported values include: snapshot, which is the default value.
19229
19275
  */
19230
19276
  ResourceType?: String;
19231
19277
  /**
19232
- * Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI for faster launching. The associated ResourceType must be snapshot.
19278
+ * Configuration settings for creating and managing the snapshots that are used for pre-provisioning the AMI for Windows fast launch. The associated ResourceType must be snapshot.
19233
19279
  */
19234
19280
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
19235
19281
  /**
@@ -19237,7 +19283,7 @@ declare namespace EC2 {
19237
19283
  */
19238
19284
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
19239
19285
  /**
19240
- * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching. Value must be 6 or greater.
19286
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch. Value must be 6 or greater.
19241
19287
  */
19242
19288
  MaxParallelLaunches?: Integer;
19243
19289
  /**
@@ -19247,11 +19293,11 @@ declare namespace EC2 {
19247
19293
  }
19248
19294
  export interface EnableFastLaunchResult {
19249
19295
  /**
19250
- * The image ID that identifies the Windows AMI for which faster launching was enabled.
19296
+ * The image ID that identifies the AMI for which Windows fast launch was enabled.
19251
19297
  */
19252
19298
  ImageId?: ImageId;
19253
19299
  /**
19254
- * The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
19300
+ * The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
19255
19301
  */
19256
19302
  ResourceType?: FastLaunchResourceType;
19257
19303
  /**
@@ -19263,23 +19309,23 @@ declare namespace EC2 {
19263
19309
  */
19264
19310
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
19265
19311
  /**
19266
- * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.
19312
+ * The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch.
19267
19313
  */
19268
19314
  MaxParallelLaunches?: Integer;
19269
19315
  /**
19270
- * The owner ID for the Windows AMI for which faster launching was enabled.
19316
+ * The owner ID for the AMI for which Windows fast launch was enabled.
19271
19317
  */
19272
19318
  OwnerId?: String;
19273
19319
  /**
19274
- * The current state of faster launching for the specified Windows AMI.
19320
+ * The current state of Windows fast launch for the specified AMI.
19275
19321
  */
19276
19322
  State?: FastLaunchStateCode;
19277
19323
  /**
19278
- * The reason that the state changed for faster launching for the Windows AMI.
19324
+ * The reason that the state changed for Windows fast launch for the AMI.
19279
19325
  */
19280
19326
  StateTransitionReason?: String;
19281
19327
  /**
19282
- * The time that the state changed for faster launching for the Windows AMI.
19328
+ * The time that the state changed for Windows fast launch for the AMI.
19283
19329
  */
19284
19330
  StateTransitionTime?: MillisecondDateTime;
19285
19331
  }
@@ -20112,42 +20158,42 @@ declare namespace EC2 {
20112
20158
  export type FastLaunchImageIdList = ImageId[];
20113
20159
  export interface FastLaunchLaunchTemplateSpecificationRequest {
20114
20160
  /**
20115
- * The ID of the launch template to use for faster launching for a Windows AMI.
20161
+ * Specify the ID of the launch template that the AMI should use for Windows fast launch.
20116
20162
  */
20117
20163
  LaunchTemplateId?: LaunchTemplateId;
20118
20164
  /**
20119
- * The name of the launch template to use for faster launching for a Windows AMI.
20165
+ * Specify the name of the launch template that the AMI should use for Windows fast launch.
20120
20166
  */
20121
20167
  LaunchTemplateName?: String;
20122
20168
  /**
20123
- * The version of the launch template to use for faster launching for a Windows AMI.
20169
+ * Specify the version of the launch template that the AMI should use for Windows fast launch.
20124
20170
  */
20125
20171
  Version: String;
20126
20172
  }
20127
20173
  export interface FastLaunchLaunchTemplateSpecificationResponse {
20128
20174
  /**
20129
- * The ID of the launch template for faster launching of the associated Windows AMI.
20175
+ * The ID of the launch template that the AMI uses for Windows fast launch.
20130
20176
  */
20131
20177
  LaunchTemplateId?: LaunchTemplateId;
20132
20178
  /**
20133
- * The name of the launch template for faster launching of the associated Windows AMI.
20179
+ * The name of the launch template that the AMI uses for Windows fast launch.
20134
20180
  */
20135
20181
  LaunchTemplateName?: String;
20136
20182
  /**
20137
- * The version of the launch template for faster launching of the associated Windows AMI.
20183
+ * The version of the launch template that the AMI uses for Windows fast launch.
20138
20184
  */
20139
20185
  Version?: String;
20140
20186
  }
20141
20187
  export type FastLaunchResourceType = "snapshot"|string;
20142
20188
  export interface FastLaunchSnapshotConfigurationRequest {
20143
20189
  /**
20144
- * The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
20190
+ * The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.
20145
20191
  */
20146
20192
  TargetResourceCount?: Integer;
20147
20193
  }
20148
20194
  export interface FastLaunchSnapshotConfigurationResponse {
20149
20195
  /**
20150
- * The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
20196
+ * The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch enabled AMI.
20151
20197
  */
20152
20198
  TargetResourceCount?: Integer;
20153
20199
  }
@@ -20951,6 +20997,10 @@ declare namespace EC2 {
20951
20997
  * The ID of the local gateway route table.
20952
20998
  */
20953
20999
  LocalGatewayRouteTableId?: String;
21000
+ /**
21001
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
21002
+ */
21003
+ NextToken?: String;
20954
21004
  }
20955
21005
  export interface GetConsoleOutputRequest {
20956
21006
  /**
@@ -24449,6 +24499,7 @@ declare namespace EC2 {
24449
24499
  */
24450
24500
  InstanceRequirements?: InstanceRequirementsRequest;
24451
24501
  }
24502
+ export type InstanceSet = InstanceTopology[];
24452
24503
  export interface InstanceSpecification {
24453
24504
  /**
24454
24505
  * The instance to specify which volumes should be snapshotted.
@@ -24603,6 +24654,32 @@ declare namespace EC2 {
24603
24654
  */
24604
24655
  IncludeAllTagsOfInstance?: Boolean;
24605
24656
  }
24657
+ export interface InstanceTopology {
24658
+ /**
24659
+ * The instance ID.
24660
+ */
24661
+ InstanceId?: String;
24662
+ /**
24663
+ * The instance type.
24664
+ */
24665
+ InstanceType?: String;
24666
+ /**
24667
+ * The name of the placement group that the instance is in.
24668
+ */
24669
+ GroupName?: String;
24670
+ /**
24671
+ * The network nodes. The nodes are hashed based on your account. Instances from different accounts running under the same droplet will return a different hashed list of strings.
24672
+ */
24673
+ NetworkNodes?: NetworkNodesList;
24674
+ /**
24675
+ * The name of the Availability Zone or Local Zone that the instance is in.
24676
+ */
24677
+ AvailabilityZone?: String;
24678
+ /**
24679
+ * The ID of the Availability Zone or Local Zone that the instance is in.
24680
+ */
24681
+ ZoneId?: String;
24682
+ }
24606
24683
  export type InstanceType = "a1.medium"|"a1.large"|"a1.xlarge"|"a1.2xlarge"|"a1.4xlarge"|"a1.metal"|"c1.medium"|"c1.xlarge"|"c3.large"|"c3.xlarge"|"c3.2xlarge"|"c3.4xlarge"|"c3.8xlarge"|"c4.large"|"c4.xlarge"|"c4.2xlarge"|"c4.4xlarge"|"c4.8xlarge"|"c5.large"|"c5.xlarge"|"c5.2xlarge"|"c5.4xlarge"|"c5.9xlarge"|"c5.12xlarge"|"c5.18xlarge"|"c5.24xlarge"|"c5.metal"|"c5a.large"|"c5a.xlarge"|"c5a.2xlarge"|"c5a.4xlarge"|"c5a.8xlarge"|"c5a.12xlarge"|"c5a.16xlarge"|"c5a.24xlarge"|"c5ad.large"|"c5ad.xlarge"|"c5ad.2xlarge"|"c5ad.4xlarge"|"c5ad.8xlarge"|"c5ad.12xlarge"|"c5ad.16xlarge"|"c5ad.24xlarge"|"c5d.large"|"c5d.xlarge"|"c5d.2xlarge"|"c5d.4xlarge"|"c5d.9xlarge"|"c5d.12xlarge"|"c5d.18xlarge"|"c5d.24xlarge"|"c5d.metal"|"c5n.large"|"c5n.xlarge"|"c5n.2xlarge"|"c5n.4xlarge"|"c5n.9xlarge"|"c5n.18xlarge"|"c5n.metal"|"c6g.medium"|"c6g.large"|"c6g.xlarge"|"c6g.2xlarge"|"c6g.4xlarge"|"c6g.8xlarge"|"c6g.12xlarge"|"c6g.16xlarge"|"c6g.metal"|"c6gd.medium"|"c6gd.large"|"c6gd.xlarge"|"c6gd.2xlarge"|"c6gd.4xlarge"|"c6gd.8xlarge"|"c6gd.12xlarge"|"c6gd.16xlarge"|"c6gd.metal"|"c6gn.medium"|"c6gn.large"|"c6gn.xlarge"|"c6gn.2xlarge"|"c6gn.4xlarge"|"c6gn.8xlarge"|"c6gn.12xlarge"|"c6gn.16xlarge"|"c6i.large"|"c6i.xlarge"|"c6i.2xlarge"|"c6i.4xlarge"|"c6i.8xlarge"|"c6i.12xlarge"|"c6i.16xlarge"|"c6i.24xlarge"|"c6i.32xlarge"|"c6i.metal"|"cc1.4xlarge"|"cc2.8xlarge"|"cg1.4xlarge"|"cr1.8xlarge"|"d2.xlarge"|"d2.2xlarge"|"d2.4xlarge"|"d2.8xlarge"|"d3.xlarge"|"d3.2xlarge"|"d3.4xlarge"|"d3.8xlarge"|"d3en.xlarge"|"d3en.2xlarge"|"d3en.4xlarge"|"d3en.6xlarge"|"d3en.8xlarge"|"d3en.12xlarge"|"dl1.24xlarge"|"f1.2xlarge"|"f1.4xlarge"|"f1.16xlarge"|"g2.2xlarge"|"g2.8xlarge"|"g3.4xlarge"|"g3.8xlarge"|"g3.16xlarge"|"g3s.xlarge"|"g4ad.xlarge"|"g4ad.2xlarge"|"g4ad.4xlarge"|"g4ad.8xlarge"|"g4ad.16xlarge"|"g4dn.xlarge"|"g4dn.2xlarge"|"g4dn.4xlarge"|"g4dn.8xlarge"|"g4dn.12xlarge"|"g4dn.16xlarge"|"g4dn.metal"|"g5.xlarge"|"g5.2xlarge"|"g5.4xlarge"|"g5.8xlarge"|"g5.12xlarge"|"g5.16xlarge"|"g5.24xlarge"|"g5.48xlarge"|"g5g.xlarge"|"g5g.2xlarge"|"g5g.4xlarge"|"g5g.8xlarge"|"g5g.16xlarge"|"g5g.metal"|"hi1.4xlarge"|"hpc6a.48xlarge"|"hs1.8xlarge"|"h1.2xlarge"|"h1.4xlarge"|"h1.8xlarge"|"h1.16xlarge"|"i2.xlarge"|"i2.2xlarge"|"i2.4xlarge"|"i2.8xlarge"|"i3.large"|"i3.xlarge"|"i3.2xlarge"|"i3.4xlarge"|"i3.8xlarge"|"i3.16xlarge"|"i3.metal"|"i3en.large"|"i3en.xlarge"|"i3en.2xlarge"|"i3en.3xlarge"|"i3en.6xlarge"|"i3en.12xlarge"|"i3en.24xlarge"|"i3en.metal"|"im4gn.large"|"im4gn.xlarge"|"im4gn.2xlarge"|"im4gn.4xlarge"|"im4gn.8xlarge"|"im4gn.16xlarge"|"inf1.xlarge"|"inf1.2xlarge"|"inf1.6xlarge"|"inf1.24xlarge"|"is4gen.medium"|"is4gen.large"|"is4gen.xlarge"|"is4gen.2xlarge"|"is4gen.4xlarge"|"is4gen.8xlarge"|"m1.small"|"m1.medium"|"m1.large"|"m1.xlarge"|"m2.xlarge"|"m2.2xlarge"|"m2.4xlarge"|"m3.medium"|"m3.large"|"m3.xlarge"|"m3.2xlarge"|"m4.large"|"m4.xlarge"|"m4.2xlarge"|"m4.4xlarge"|"m4.10xlarge"|"m4.16xlarge"|"m5.large"|"m5.xlarge"|"m5.2xlarge"|"m5.4xlarge"|"m5.8xlarge"|"m5.12xlarge"|"m5.16xlarge"|"m5.24xlarge"|"m5.metal"|"m5a.large"|"m5a.xlarge"|"m5a.2xlarge"|"m5a.4xlarge"|"m5a.8xlarge"|"m5a.12xlarge"|"m5a.16xlarge"|"m5a.24xlarge"|"m5ad.large"|"m5ad.xlarge"|"m5ad.2xlarge"|"m5ad.4xlarge"|"m5ad.8xlarge"|"m5ad.12xlarge"|"m5ad.16xlarge"|"m5ad.24xlarge"|"m5d.large"|"m5d.xlarge"|"m5d.2xlarge"|"m5d.4xlarge"|"m5d.8xlarge"|"m5d.12xlarge"|"m5d.16xlarge"|"m5d.24xlarge"|"m5d.metal"|"m5dn.large"|"m5dn.xlarge"|"m5dn.2xlarge"|"m5dn.4xlarge"|"m5dn.8xlarge"|"m5dn.12xlarge"|"m5dn.16xlarge"|"m5dn.24xlarge"|"m5dn.metal"|"m5n.large"|"m5n.xlarge"|"m5n.2xlarge"|"m5n.4xlarge"|"m5n.8xlarge"|"m5n.12xlarge"|"m5n.16xlarge"|"m5n.24xlarge"|"m5n.metal"|"m5zn.large"|"m5zn.xlarge"|"m5zn.2xlarge"|"m5zn.3xlarge"|"m5zn.6xlarge"|"m5zn.12xlarge"|"m5zn.metal"|"m6a.large"|"m6a.xlarge"|"m6a.2xlarge"|"m6a.4xlarge"|"m6a.8xlarge"|"m6a.12xlarge"|"m6a.16xlarge"|"m6a.24xlarge"|"m6a.32xlarge"|"m6a.48xlarge"|"m6g.metal"|"m6g.medium"|"m6g.large"|"m6g.xlarge"|"m6g.2xlarge"|"m6g.4xlarge"|"m6g.8xlarge"|"m6g.12xlarge"|"m6g.16xlarge"|"m6gd.metal"|"m6gd.medium"|"m6gd.large"|"m6gd.xlarge"|"m6gd.2xlarge"|"m6gd.4xlarge"|"m6gd.8xlarge"|"m6gd.12xlarge"|"m6gd.16xlarge"|"m6i.large"|"m6i.xlarge"|"m6i.2xlarge"|"m6i.4xlarge"|"m6i.8xlarge"|"m6i.12xlarge"|"m6i.16xlarge"|"m6i.24xlarge"|"m6i.32xlarge"|"m6i.metal"|"mac1.metal"|"p2.xlarge"|"p2.8xlarge"|"p2.16xlarge"|"p3.2xlarge"|"p3.8xlarge"|"p3.16xlarge"|"p3dn.24xlarge"|"p4d.24xlarge"|"r3.large"|"r3.xlarge"|"r3.2xlarge"|"r3.4xlarge"|"r3.8xlarge"|"r4.large"|"r4.xlarge"|"r4.2xlarge"|"r4.4xlarge"|"r4.8xlarge"|"r4.16xlarge"|"r5.large"|"r5.xlarge"|"r5.2xlarge"|"r5.4xlarge"|"r5.8xlarge"|"r5.12xlarge"|"r5.16xlarge"|"r5.24xlarge"|"r5.metal"|"r5a.large"|"r5a.xlarge"|"r5a.2xlarge"|"r5a.4xlarge"|"r5a.8xlarge"|"r5a.12xlarge"|"r5a.16xlarge"|"r5a.24xlarge"|"r5ad.large"|"r5ad.xlarge"|"r5ad.2xlarge"|"r5ad.4xlarge"|"r5ad.8xlarge"|"r5ad.12xlarge"|"r5ad.16xlarge"|"r5ad.24xlarge"|"r5b.large"|"r5b.xlarge"|"r5b.2xlarge"|"r5b.4xlarge"|"r5b.8xlarge"|"r5b.12xlarge"|"r5b.16xlarge"|"r5b.24xlarge"|"r5b.metal"|"r5d.large"|"r5d.xlarge"|"r5d.2xlarge"|"r5d.4xlarge"|"r5d.8xlarge"|"r5d.12xlarge"|"r5d.16xlarge"|"r5d.24xlarge"|"r5d.metal"|"r5dn.large"|"r5dn.xlarge"|"r5dn.2xlarge"|"r5dn.4xlarge"|"r5dn.8xlarge"|"r5dn.12xlarge"|"r5dn.16xlarge"|"r5dn.24xlarge"|"r5dn.metal"|"r5n.large"|"r5n.xlarge"|"r5n.2xlarge"|"r5n.4xlarge"|"r5n.8xlarge"|"r5n.12xlarge"|"r5n.16xlarge"|"r5n.24xlarge"|"r5n.metal"|"r6g.medium"|"r6g.large"|"r6g.xlarge"|"r6g.2xlarge"|"r6g.4xlarge"|"r6g.8xlarge"|"r6g.12xlarge"|"r6g.16xlarge"|"r6g.metal"|"r6gd.medium"|"r6gd.large"|"r6gd.xlarge"|"r6gd.2xlarge"|"r6gd.4xlarge"|"r6gd.8xlarge"|"r6gd.12xlarge"|"r6gd.16xlarge"|"r6gd.metal"|"r6i.large"|"r6i.xlarge"|"r6i.2xlarge"|"r6i.4xlarge"|"r6i.8xlarge"|"r6i.12xlarge"|"r6i.16xlarge"|"r6i.24xlarge"|"r6i.32xlarge"|"r6i.metal"|"t1.micro"|"t2.nano"|"t2.micro"|"t2.small"|"t2.medium"|"t2.large"|"t2.xlarge"|"t2.2xlarge"|"t3.nano"|"t3.micro"|"t3.small"|"t3.medium"|"t3.large"|"t3.xlarge"|"t3.2xlarge"|"t3a.nano"|"t3a.micro"|"t3a.small"|"t3a.medium"|"t3a.large"|"t3a.xlarge"|"t3a.2xlarge"|"t4g.nano"|"t4g.micro"|"t4g.small"|"t4g.medium"|"t4g.large"|"t4g.xlarge"|"t4g.2xlarge"|"u-6tb1.56xlarge"|"u-6tb1.112xlarge"|"u-9tb1.112xlarge"|"u-12tb1.112xlarge"|"u-6tb1.metal"|"u-9tb1.metal"|"u-12tb1.metal"|"u-18tb1.metal"|"u-24tb1.metal"|"vt1.3xlarge"|"vt1.6xlarge"|"vt1.24xlarge"|"x1.16xlarge"|"x1.32xlarge"|"x1e.xlarge"|"x1e.2xlarge"|"x1e.4xlarge"|"x1e.8xlarge"|"x1e.16xlarge"|"x1e.32xlarge"|"x2iezn.2xlarge"|"x2iezn.4xlarge"|"x2iezn.6xlarge"|"x2iezn.8xlarge"|"x2iezn.12xlarge"|"x2iezn.metal"|"x2gd.medium"|"x2gd.large"|"x2gd.xlarge"|"x2gd.2xlarge"|"x2gd.4xlarge"|"x2gd.8xlarge"|"x2gd.12xlarge"|"x2gd.16xlarge"|"x2gd.metal"|"z1d.large"|"z1d.xlarge"|"z1d.2xlarge"|"z1d.3xlarge"|"z1d.6xlarge"|"z1d.12xlarge"|"z1d.metal"|"x2idn.16xlarge"|"x2idn.24xlarge"|"x2idn.32xlarge"|"x2iedn.xlarge"|"x2iedn.2xlarge"|"x2iedn.4xlarge"|"x2iedn.8xlarge"|"x2iedn.16xlarge"|"x2iedn.24xlarge"|"x2iedn.32xlarge"|"c6a.large"|"c6a.xlarge"|"c6a.2xlarge"|"c6a.4xlarge"|"c6a.8xlarge"|"c6a.12xlarge"|"c6a.16xlarge"|"c6a.24xlarge"|"c6a.32xlarge"|"c6a.48xlarge"|"c6a.metal"|"m6a.metal"|"i4i.large"|"i4i.xlarge"|"i4i.2xlarge"|"i4i.4xlarge"|"i4i.8xlarge"|"i4i.16xlarge"|"i4i.32xlarge"|"i4i.metal"|"x2idn.metal"|"x2iedn.metal"|"c7g.medium"|"c7g.large"|"c7g.xlarge"|"c7g.2xlarge"|"c7g.4xlarge"|"c7g.8xlarge"|"c7g.12xlarge"|"c7g.16xlarge"|"mac2.metal"|"c6id.large"|"c6id.xlarge"|"c6id.2xlarge"|"c6id.4xlarge"|"c6id.8xlarge"|"c6id.12xlarge"|"c6id.16xlarge"|"c6id.24xlarge"|"c6id.32xlarge"|"c6id.metal"|"m6id.large"|"m6id.xlarge"|"m6id.2xlarge"|"m6id.4xlarge"|"m6id.8xlarge"|"m6id.12xlarge"|"m6id.16xlarge"|"m6id.24xlarge"|"m6id.32xlarge"|"m6id.metal"|"r6id.large"|"r6id.xlarge"|"r6id.2xlarge"|"r6id.4xlarge"|"r6id.8xlarge"|"r6id.12xlarge"|"r6id.16xlarge"|"r6id.24xlarge"|"r6id.32xlarge"|"r6id.metal"|"r6a.large"|"r6a.xlarge"|"r6a.2xlarge"|"r6a.4xlarge"|"r6a.8xlarge"|"r6a.12xlarge"|"r6a.16xlarge"|"r6a.24xlarge"|"r6a.32xlarge"|"r6a.48xlarge"|"r6a.metal"|"p4de.24xlarge"|"u-3tb1.56xlarge"|"u-18tb1.112xlarge"|"u-24tb1.112xlarge"|"trn1.2xlarge"|"trn1.32xlarge"|"hpc6id.32xlarge"|"c6in.large"|"c6in.xlarge"|"c6in.2xlarge"|"c6in.4xlarge"|"c6in.8xlarge"|"c6in.12xlarge"|"c6in.16xlarge"|"c6in.24xlarge"|"c6in.32xlarge"|"m6in.large"|"m6in.xlarge"|"m6in.2xlarge"|"m6in.4xlarge"|"m6in.8xlarge"|"m6in.12xlarge"|"m6in.16xlarge"|"m6in.24xlarge"|"m6in.32xlarge"|"m6idn.large"|"m6idn.xlarge"|"m6idn.2xlarge"|"m6idn.4xlarge"|"m6idn.8xlarge"|"m6idn.12xlarge"|"m6idn.16xlarge"|"m6idn.24xlarge"|"m6idn.32xlarge"|"r6in.large"|"r6in.xlarge"|"r6in.2xlarge"|"r6in.4xlarge"|"r6in.8xlarge"|"r6in.12xlarge"|"r6in.16xlarge"|"r6in.24xlarge"|"r6in.32xlarge"|"r6idn.large"|"r6idn.xlarge"|"r6idn.2xlarge"|"r6idn.4xlarge"|"r6idn.8xlarge"|"r6idn.12xlarge"|"r6idn.16xlarge"|"r6idn.24xlarge"|"r6idn.32xlarge"|"c7g.metal"|"m7g.medium"|"m7g.large"|"m7g.xlarge"|"m7g.2xlarge"|"m7g.4xlarge"|"m7g.8xlarge"|"m7g.12xlarge"|"m7g.16xlarge"|"m7g.metal"|"r7g.medium"|"r7g.large"|"r7g.xlarge"|"r7g.2xlarge"|"r7g.4xlarge"|"r7g.8xlarge"|"r7g.12xlarge"|"r7g.16xlarge"|"r7g.metal"|"c6in.metal"|"m6in.metal"|"m6idn.metal"|"r6in.metal"|"r6idn.metal"|"inf2.xlarge"|"inf2.8xlarge"|"inf2.24xlarge"|"inf2.48xlarge"|"trn1n.32xlarge"|"i4g.large"|"i4g.xlarge"|"i4g.2xlarge"|"i4g.4xlarge"|"i4g.8xlarge"|"i4g.16xlarge"|"hpc7g.4xlarge"|"hpc7g.8xlarge"|"hpc7g.16xlarge"|"c7gn.medium"|"c7gn.large"|"c7gn.xlarge"|"c7gn.2xlarge"|"c7gn.4xlarge"|"c7gn.8xlarge"|"c7gn.12xlarge"|"c7gn.16xlarge"|"p5.48xlarge"|"m7i.large"|"m7i.xlarge"|"m7i.2xlarge"|"m7i.4xlarge"|"m7i.8xlarge"|"m7i.12xlarge"|"m7i.16xlarge"|"m7i.24xlarge"|"m7i.48xlarge"|"m7i-flex.large"|"m7i-flex.xlarge"|"m7i-flex.2xlarge"|"m7i-flex.4xlarge"|"m7i-flex.8xlarge"|"m7a.medium"|"m7a.large"|"m7a.xlarge"|"m7a.2xlarge"|"m7a.4xlarge"|"m7a.8xlarge"|"m7a.12xlarge"|"m7a.16xlarge"|"m7a.24xlarge"|"m7a.32xlarge"|"m7a.48xlarge"|"m7a.metal-48xl"|"hpc7a.12xlarge"|"hpc7a.24xlarge"|"hpc7a.48xlarge"|"hpc7a.96xlarge"|"c7gd.medium"|"c7gd.large"|"c7gd.xlarge"|"c7gd.2xlarge"|"c7gd.4xlarge"|"c7gd.8xlarge"|"c7gd.12xlarge"|"c7gd.16xlarge"|"m7gd.medium"|"m7gd.large"|"m7gd.xlarge"|"m7gd.2xlarge"|"m7gd.4xlarge"|"m7gd.8xlarge"|"m7gd.12xlarge"|"m7gd.16xlarge"|"r7gd.medium"|"r7gd.large"|"r7gd.xlarge"|"r7gd.2xlarge"|"r7gd.4xlarge"|"r7gd.8xlarge"|"r7gd.12xlarge"|"r7gd.16xlarge"|"r7a.medium"|"r7a.large"|"r7a.xlarge"|"r7a.2xlarge"|"r7a.4xlarge"|"r7a.8xlarge"|"r7a.12xlarge"|"r7a.16xlarge"|"r7a.24xlarge"|"r7a.32xlarge"|"r7a.48xlarge"|"c7i.large"|"c7i.xlarge"|"c7i.2xlarge"|"c7i.4xlarge"|"c7i.8xlarge"|"c7i.12xlarge"|"c7i.16xlarge"|"c7i.24xlarge"|"c7i.48xlarge"|"mac2-m2pro.metal"|"r7iz.large"|"r7iz.xlarge"|"r7iz.2xlarge"|"r7iz.4xlarge"|"r7iz.8xlarge"|"r7iz.12xlarge"|"r7iz.16xlarge"|"r7iz.32xlarge"|"c7a.medium"|"c7a.large"|"c7a.xlarge"|"c7a.2xlarge"|"c7a.4xlarge"|"c7a.8xlarge"|"c7a.12xlarge"|"c7a.16xlarge"|"c7a.24xlarge"|"c7a.32xlarge"|"c7a.48xlarge"|"c7a.metal-48xl"|"r7a.metal-48xl"|"r7i.large"|"r7i.xlarge"|"r7i.2xlarge"|"r7i.4xlarge"|"r7i.8xlarge"|"r7i.12xlarge"|"r7i.16xlarge"|"r7i.24xlarge"|"r7i.48xlarge"|string;
24607
24684
  export type InstanceTypeHypervisor = "nitro"|"xen"|string;
24608
24685
  export interface InstanceTypeInfo {
@@ -28506,7 +28583,7 @@ declare namespace EC2 {
28506
28583
  */
28507
28584
  DryRun?: Boolean;
28508
28585
  /**
28509
- * Options for server side encryption.
28586
+ * The options for server side encryption.
28510
28587
  */
28511
28588
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28512
28589
  }
@@ -28520,7 +28597,7 @@ declare namespace EC2 {
28520
28597
  */
28521
28598
  PolicyDocument?: String;
28522
28599
  /**
28523
- * Describes the options in use for server side encryption.
28600
+ * The options in use for server side encryption.
28524
28601
  */
28525
28602
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
28526
28603
  }
@@ -28556,7 +28633,7 @@ declare namespace EC2 {
28556
28633
  }
28557
28634
  export interface ModifyVerifiedAccessEndpointResult {
28558
28635
  /**
28559
- * The Verified Access endpoint details.
28636
+ * Details about the Verified Access endpoint.
28560
28637
  */
28561
28638
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
28562
28639
  }
@@ -28583,7 +28660,7 @@ declare namespace EC2 {
28583
28660
  */
28584
28661
  DryRun?: Boolean;
28585
28662
  /**
28586
- * Options for server side encryption.
28663
+ * The options for server side encryption.
28587
28664
  */
28588
28665
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28589
28666
  }
@@ -28597,7 +28674,7 @@ declare namespace EC2 {
28597
28674
  */
28598
28675
  PolicyDocument?: String;
28599
28676
  /**
28600
- * Describes the options in use for server side encryption.
28677
+ * The options in use for server side encryption.
28601
28678
  */
28602
28679
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
28603
28680
  }
@@ -28625,7 +28702,7 @@ declare namespace EC2 {
28625
28702
  }
28626
28703
  export interface ModifyVerifiedAccessGroupResult {
28627
28704
  /**
28628
- * Details of Verified Access group.
28705
+ * Details about the Verified Access group.
28629
28706
  */
28630
28707
  VerifiedAccessGroup?: VerifiedAccessGroup;
28631
28708
  }
@@ -28673,7 +28750,7 @@ declare namespace EC2 {
28673
28750
  }
28674
28751
  export interface ModifyVerifiedAccessInstanceResult {
28675
28752
  /**
28676
- * The ID of the Verified Access instance.
28753
+ * Details about the Verified Access instance.
28677
28754
  */
28678
28755
  VerifiedAccessInstance?: VerifiedAccessInstance;
28679
28756
  }
@@ -28729,13 +28806,13 @@ declare namespace EC2 {
28729
28806
  */
28730
28807
  ClientToken?: String;
28731
28808
  /**
28732
- * Options for server side encryption.
28809
+ * The options for server side encryption.
28733
28810
  */
28734
28811
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28735
28812
  }
28736
28813
  export interface ModifyVerifiedAccessTrustProviderResult {
28737
28814
  /**
28738
- * The ID of the Verified Access trust provider.
28815
+ * Details about the Verified Access trust provider.
28739
28816
  */
28740
28817
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
28741
28818
  }
@@ -29141,7 +29218,7 @@ declare namespace EC2 {
29141
29218
  */
29142
29219
  DryRun?: Boolean;
29143
29220
  /**
29144
- * Choose whether or not to trigger immediate tunnel replacement. Valid values: True | False
29221
+ * Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off EnableTunnelLifecycleControl. Valid values: True | False
29145
29222
  */
29146
29223
  SkipTunnelReplacement?: Boolean;
29147
29224
  }
@@ -29185,7 +29262,7 @@ declare namespace EC2 {
29185
29262
  */
29186
29263
  ReplayWindowSize?: Integer;
29187
29264
  /**
29188
- * The number of seconds after which a DPD timeout occurs. Constraints: A value greater than or equal to 30. Default: 30
29265
+ * The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive. Constraints: A value greater than or equal to 30. Default: 40
29189
29266
  */
29190
29267
  DPDTimeoutSeconds?: Integer;
29191
29268
  /**
@@ -30089,6 +30166,7 @@ declare namespace EC2 {
30089
30166
  export type NetworkInterfacePrivateIpAddressList = NetworkInterfacePrivateIpAddress[];
30090
30167
  export type NetworkInterfaceStatus = "available"|"associated"|"attaching"|"in-use"|"detaching"|string;
30091
30168
  export type NetworkInterfaceType = "interface"|"natGateway"|"efa"|"trunk"|"load_balancer"|"network_load_balancer"|"vpc_endpoint"|"branch"|"transit_gateway"|"lambda"|"quicksight"|"global_accelerator_managed"|"api_gateway_managed"|"gateway_load_balancer"|"gateway_load_balancer_endpoint"|"iot_rules_managed"|"aws_codestar_connections_managed"|string;
30169
+ export type NetworkNodesList = String[];
30092
30170
  export type NetworkPerformance = string;
30093
30171
  export interface NewDhcpConfiguration {
30094
30172
  Key?: String;
@@ -37651,7 +37729,7 @@ declare namespace EC2 {
37651
37729
  */
37652
37730
  Tags?: TagList;
37653
37731
  /**
37654
- * Describes the options in use for server side encryption.
37732
+ * The options in use for server side encryption.
37655
37733
  */
37656
37734
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
37657
37735
  }
@@ -37744,7 +37822,7 @@ declare namespace EC2 {
37744
37822
  */
37745
37823
  Tags?: TagList;
37746
37824
  /**
37747
- * Describes the options in use for server side encryption.
37825
+ * The options in use for server side encryption.
37748
37826
  */
37749
37827
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
37750
37828
  }
@@ -37777,7 +37855,7 @@ declare namespace EC2 {
37777
37855
  */
37778
37856
  Tags?: TagList;
37779
37857
  /**
37780
- * Describes whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
37858
+ * Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
37781
37859
  */
37782
37860
  FipsEnabled?: Boolean;
37783
37861
  }
@@ -37868,11 +37946,11 @@ declare namespace EC2 {
37868
37946
  */
37869
37947
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
37870
37948
  /**
37871
- * The logging version to use. Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2
37949
+ * The logging version. Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2
37872
37950
  */
37873
37951
  LogVersion?: String;
37874
37952
  /**
37875
- * Include trust data sent by trust providers into the logs.
37953
+ * Indicates whether to include trust data sent by trust providers in the logs.
37876
37954
  */
37877
37955
  IncludeTrustContext?: Boolean;
37878
37956
  }
@@ -37930,11 +38008,11 @@ declare namespace EC2 {
37930
38008
  */
37931
38009
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
37932
38010
  /**
37933
- * Describes current setting for the logging version.
38011
+ * The log version.
37934
38012
  */
37935
38013
  LogVersion?: String;
37936
38014
  /**
37937
- * Describes current setting for including trust data into the logs.
38015
+ * Indicates whether trust data is included in the logs.
37938
38016
  */
37939
38017
  IncludeTrustContext?: Boolean;
37940
38018
  }
@@ -37950,11 +38028,11 @@ declare namespace EC2 {
37950
38028
  }
37951
38029
  export interface VerifiedAccessSseSpecificationResponse {
37952
38030
  /**
37953
- * Describes the use of customer managed KMS keys for server side encryption. Valid values: True | False
38031
+ * Indicates whether customer managed KMS keys are in use for server side encryption. Valid values: True | False
37954
38032
  */
37955
38033
  CustomerManagedKeyEnabled?: Boolean;
37956
38034
  /**
37957
- * Describes the ARN of the KMS key.
38035
+ * The ARN of the KMS key.
37958
38036
  */
37959
38037
  KmsKeyArn?: KmsKeyArn;
37960
38038
  }
@@ -38004,7 +38082,7 @@ declare namespace EC2 {
38004
38082
  */
38005
38083
  Tags?: TagList;
38006
38084
  /**
38007
- * Describes the options in use for server side encryption.
38085
+ * The options in use for server side encryption.
38008
38086
  */
38009
38087
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
38010
38088
  }
@@ -38042,7 +38120,7 @@ declare namespace EC2 {
38042
38120
  */
38043
38121
  AcceptedRouteCount?: Integer;
38044
38122
  /**
38045
- * The date and time of the last change in status.
38123
+ * The date and time of the last change in status. This field is updated when changes in IKE (Phase 1), IPSec (Phase 2), or BGP status are detected.
38046
38124
  */
38047
38125
  LastStatusChange?: DateTime;
38048
38126
  /**