aws-sdk 2.1493.0 → 2.1495.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.
package/clients/ec2.d.ts CHANGED
@@ -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
  }
@@ -6732,11 +6740,11 @@ declare namespace EC2 {
6732
6740
  }
6733
6741
  export interface AttachmentEnaSrdSpecification {
6734
6742
  /**
6735
- * Indicates whether ENA Express is enabled for the network interface that's attached to the instance.
6743
+ * Indicates whether ENA Express is enabled for the network interface.
6736
6744
  */
6737
6745
  EnaSrdEnabled?: Boolean;
6738
6746
  /**
6739
- * ENA Express configuration for UDP network traffic.
6747
+ * Configures ENA Express for UDP network traffic.
6740
6748
  */
6741
6749
  EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
6742
6750
  }
@@ -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.
@@ -14860,7 +14906,7 @@ declare namespace EC2 {
14860
14906
  }
14861
14907
  export interface DescribeInstancesRequest {
14862
14908
  /**
14863
- * The filters. affinity - The affinity setting for an instance running on a Dedicated Host (default | host). architecture - The instance architecture (i386 | x86_64 | arm64). availability-zone - The Availability Zone of the instance. block-device-mapping.attach-time - The attach time for an EBS volume mapped to the instance, for example, 2022-09-15T17:15:20.000Z. block-device-mapping.delete-on-termination - A Boolean that indicates whether the EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.status - The status for the EBS volume (attaching | attached | detaching | detached). block-device-mapping.volume-id - The volume ID of the EBS volume. boot-mode - The boot mode that was specified by the AMI (legacy-bios | uefi | uefi-preferred). capacity-reservation-id - The ID of the Capacity Reservation into which the instance was launched. capacity-reservation-specification.capacity-reservation-preference - The instance's Capacity Reservation preference (open | none). capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id - The ID of the targeted Capacity Reservation. capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn - The ARN of the targeted Capacity Reservation group. client-token - The idempotency token you provided when you launched the instance. current-instance-boot-mode - The boot mode that is used to launch the instance at launch or start (legacy-bios | uefi). dns-name - The public DNS name of the instance. ebs-optimized - A Boolean that indicates whether the instance is optimized for Amazon EBS I/O. ena-support - A Boolean that indicates whether the instance is enabled for enhanced networking with ENA. enclave-options.enabled - A Boolean that indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. hibernation-options.configured - A Boolean that indicates whether the instance is enabled for hibernation. A value of true means that the instance is enabled for hibernation. host-id - The ID of the Dedicated Host on which the instance is running, if applicable. hypervisor - The hypervisor type of the instance (ovm | xen). The value xen is used for both Xen and Nitro hypervisors. iam-instance-profile.arn - The instance profile associated with the instance. Specified as an ARN. iam-instance-profile.id - The instance profile associated with the instance. Specified as an ID. iam-instance-profile.name - The instance profile associated with the instance. Specified as an name. image-id - The ID of the image used to launch the instance. instance-id - The ID of the instance. instance-lifecycle - Indicates whether this is a Spot Instance or a Scheduled Instance (spot | scheduled). instance-state-code - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-type - The type of instance (for example, t2.micro). instance.group-id - The ID of the security group for the instance. instance.group-name - The name of the security group for the instance. ip-address - The public IPv4 address of the instance. ipv6-address - The IPv6 address of the instance. kernel-id - The kernel ID. key-name - The name of the key pair used when the instance was launched. launch-index - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). launch-time - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. maintenance-options.auto-recovery - The current automatic recovery behavior of the instance (disabled | default). metadata-options.http-endpoint - The status of access to the HTTP metadata endpoint on your instance (enabled | disabled) metadata-options.http-protocol-ipv4 - Indicates whether the IPv4 endpoint is enabled (disabled | enabled). metadata-options.http-protocol-ipv6 - Indicates whether the IPv6 endpoint is enabled (disabled | enabled). metadata-options.http-put-response-hop-limit - The HTTP metadata request put response hop limit (integer, possible values 1 to 64) metadata-options.http-tokens - The metadata request authorization state (optional | required) metadata-options.instance-metadata-tags - The status of access to instance tags from the instance metadata (enabled | disabled) metadata-options.state - The state of the metadata option changes (pending | applied). monitoring-state - Indicates whether detailed monitoring is enabled (disabled | enabled). network-interface.addresses.association.allocation-id - The allocation ID. network-interface.addresses.association.association-id - The association ID. network-interface.addresses.association.carrier-ip - The carrier IP address. network-interface.addresses.association.customer-owned-ip - The customer-owned IP address. network-interface.addresses.association.ip-owner-id - The owner ID of the private IPv4 address associated with the network interface. network-interface.addresses.association.public-dns-name - The public DNS name. network-interface.addresses.association.public-ip - The ID of the association of an Elastic IP address (IPv4) with a network interface. network-interface.addresses.primary - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address. network-interface.addresses.private-dns-name - The private DNS name. network-interface.addresses.private-ip-address - The private IPv4 address associated with the network interface. network-interface.association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. network-interface.association.association-id - The association ID returned when the network interface was associated with an IPv4 address. network-interface.association.carrier-ip - The customer-owned IP address. network-interface.association.customer-owned-ip - The customer-owned IP address. network-interface.association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. network-interface.association.public-dns-name - The public DNS name. network-interface.association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. network-interface.attachment.attach-time - The time that the network interface was attached to an instance. network-interface.attachment.attachment-id - The ID of the interface attachment. network-interface.attachment.delete-on-termination - Specifies whether the attachment is deleted when an instance is terminated. network-interface.attachment.device-index - The device index to which the network interface is attached. network-interface.attachment.instance-id - The ID of the instance to which the network interface is attached. network-interface.attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. network-interface.attachment.network-card-index - The index of the network card. network-interface.attachment.status - The status of the attachment (attaching | attached | detaching | detached). network-interface.availability-zone - The Availability Zone for the network interface. network-interface.deny-all-igw-traffic - A Boolean that indicates whether a network interface with an IPv6 address is unreachable from the public internet. network-interface.description - The description of the network interface. network-interface.group-id - The ID of a security group associated with the network interface. network-interface.group-name - The name of a security group associated with the network interface. network-interface.ipv4-prefixes.ipv4-prefix - The IPv4 prefixes that are assigned to the network interface. network-interface.ipv6-address - The IPv6 address associated with the network interface. network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with the network interface. network-interface.ipv6-addresses.is-primary-ipv6 - A Boolean that indicates whether this is the primary IPv6 address. network-interface.ipv6-native - A Boolean that indicates whether this is an IPv6 only network interface. network-interface.ipv6-prefixes.ipv6-prefix - The IPv6 prefix assigned to the network interface. network-interface.mac-address - The MAC address of the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.outpost-arn - The ARN of the Outpost. network-interface.owner-id - The ID of the owner of the network interface. network-interface.private-dns-name - The private DNS name of the network interface. network-interface.private-ip-address - The private IPv4 address. network-interface.public-dns-name - The public DNS name. network-interface.requester-id - The requester ID for the network interface. network-interface.requester-managed - Indicates whether the network interface is being managed by Amazon Web Services. network-interface.status - The status of the network interface (available) | in-use). network-interface.source-dest-check - Whether the network interface performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. network-interface.subnet-id - The ID of the subnet for the network interface. network-interface.tag-key - The key of a tag assigned to the network interface. network-interface.tag-value - The value of a tag assigned to the network interface. network-interface.vpc-id - The ID of the VPC for the network interface. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The Amazon Web Services account ID of the instance owner. placement-group-name - The name of the placement group for the instance. placement-partition-number - The partition in which the instance is located. platform - The platform. To list only Windows instances, use windows. platform-details - The platform (Linux/UNIX | Red Hat BYOL Linux | Red Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Red Hat Enterprise Linux with SQL Server Standard and HA | Red Hat Enterprise Linux with SQL Server Enterprise and HA | Red Hat Enterprise Linux with SQL Server Standard | Red Hat Enterprise Linux with SQL Server Web | Red Hat Enterprise Linux with SQL Server Enterprise | SQL Server Enterprise | SQL Server Standard | SQL Server Web | SUSE Linux | Ubuntu Pro | Windows | Windows BYOL | Windows with SQL Server Enterprise | Windows with SQL Server Standard | Windows with SQL Server Web). private-dns-name - The private IPv4 DNS name of the instance. private-dns-name-options.enable-resource-name-dns-a-record - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS A records. private-dns-name-options.enable-resource-name-dns-aaaa-record - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. private-dns-name-options.hostname-type - The type of hostname (ip-name | resource-name). private-ip-address - The private IPv4 address of the instance. product-code - The product code associated with the AMI used to launch the instance. product-code.type - The type of product code (devpay | marketplace). ramdisk-id - The RAM disk ID. reason - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter. requester-id - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on). reservation-id - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). source-dest-check - Indicates whether the instance performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform network address translation (NAT) in your VPC. spot-instance-request-id - The ID of the Spot Instance request. state-reason-code - The reason code for the state change. state-reason-message - A message that describes the state change. subnet-id - The ID of the subnet for the instance. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value. tenancy - The tenancy of an instance (dedicated | default | host). tpm-support - Indicates if the instance is configured for NitroTPM support (v2.0). usage-operation - The usage operation value for the instance (RunInstances | RunInstances:00g0 | RunInstances:0010 | RunInstances:1010 | RunInstances:1014 | RunInstances:1110 | RunInstances:0014 | RunInstances:0210 | RunInstances:0110 | RunInstances:0100 | RunInstances:0004 | RunInstances:0200 | RunInstances:000g | RunInstances:0g00 | RunInstances:0002 | RunInstances:0800 | RunInstances:0102 | RunInstances:0006 | RunInstances:0202). usage-operation-update-time - The time that the usage operation was last updated, for example, 2022-09-15T17:15:20.000Z. virtualization-type - The virtualization type of the instance (paravirtual | hvm). vpc-id - The ID of the VPC that the instance is running in.
14909
+ * The filters. affinity - The affinity setting for an instance running on a Dedicated Host (default | host). architecture - The instance architecture (i386 | x86_64 | arm64). availability-zone - The Availability Zone of the instance. block-device-mapping.attach-time - The attach time for an EBS volume mapped to the instance, for example, 2022-09-15T17:15:20.000Z. block-device-mapping.delete-on-termination - A Boolean that indicates whether the EBS volume is deleted on instance termination. block-device-mapping.device-name - The device name specified in the block device mapping (for example, /dev/sdh or xvdh). block-device-mapping.status - The status for the EBS volume (attaching | attached | detaching | detached). block-device-mapping.volume-id - The volume ID of the EBS volume. boot-mode - The boot mode that was specified by the AMI (legacy-bios | uefi | uefi-preferred). capacity-reservation-id - The ID of the Capacity Reservation into which the instance was launched. capacity-reservation-specification.capacity-reservation-preference - The instance's Capacity Reservation preference (open | none). capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id - The ID of the targeted Capacity Reservation. capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn - The ARN of the targeted Capacity Reservation group. client-token - The idempotency token you provided when you launched the instance. current-instance-boot-mode - The boot mode that is used to launch the instance at launch or start (legacy-bios | uefi). dns-name - The public DNS name of the instance. ebs-optimized - A Boolean that indicates whether the instance is optimized for Amazon EBS I/O. ena-support - A Boolean that indicates whether the instance is enabled for enhanced networking with ENA. enclave-options.enabled - A Boolean that indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. hibernation-options.configured - A Boolean that indicates whether the instance is enabled for hibernation. A value of true means that the instance is enabled for hibernation. host-id - The ID of the Dedicated Host on which the instance is running, if applicable. hypervisor - The hypervisor type of the instance (ovm | xen). The value xen is used for both Xen and Nitro hypervisors. iam-instance-profile.arn - The instance profile associated with the instance. Specified as an ARN. iam-instance-profile.id - The instance profile associated with the instance. Specified as an ID. iam-instance-profile.name - The instance profile associated with the instance. Specified as an name. image-id - The ID of the image used to launch the instance. instance-id - The ID of the instance. instance-lifecycle - Indicates whether this is a Spot Instance, a Scheduled Instance, or a Capacity Block (spot | scheduled | capacity-block). instance-state-code - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped). instance-state-name - The state of the instance (pending | running | shutting-down | terminated | stopping | stopped). instance-type - The type of instance (for example, t2.micro). instance.group-id - The ID of the security group for the instance. instance.group-name - The name of the security group for the instance. ip-address - The public IPv4 address of the instance. ipv6-address - The IPv6 address of the instance. kernel-id - The kernel ID. key-name - The name of the key pair used when the instance was launched. launch-index - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). launch-time - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, 2021-09-29T11:04:43.305Z. You can use a wildcard (*), for example, 2021-09-29T*, which matches an entire day. maintenance-options.auto-recovery - The current automatic recovery behavior of the instance (disabled | default). metadata-options.http-endpoint - The status of access to the HTTP metadata endpoint on your instance (enabled | disabled) metadata-options.http-protocol-ipv4 - Indicates whether the IPv4 endpoint is enabled (disabled | enabled). metadata-options.http-protocol-ipv6 - Indicates whether the IPv6 endpoint is enabled (disabled | enabled). metadata-options.http-put-response-hop-limit - The HTTP metadata request put response hop limit (integer, possible values 1 to 64) metadata-options.http-tokens - The metadata request authorization state (optional | required) metadata-options.instance-metadata-tags - The status of access to instance tags from the instance metadata (enabled | disabled) metadata-options.state - The state of the metadata option changes (pending | applied). monitoring-state - Indicates whether detailed monitoring is enabled (disabled | enabled). network-interface.addresses.association.allocation-id - The allocation ID. network-interface.addresses.association.association-id - The association ID. network-interface.addresses.association.carrier-ip - The carrier IP address. network-interface.addresses.association.customer-owned-ip - The customer-owned IP address. network-interface.addresses.association.ip-owner-id - The owner ID of the private IPv4 address associated with the network interface. network-interface.addresses.association.public-dns-name - The public DNS name. network-interface.addresses.association.public-ip - The ID of the association of an Elastic IP address (IPv4) with a network interface. network-interface.addresses.primary - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address. network-interface.addresses.private-dns-name - The private DNS name. network-interface.addresses.private-ip-address - The private IPv4 address associated with the network interface. network-interface.association.allocation-id - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface. network-interface.association.association-id - The association ID returned when the network interface was associated with an IPv4 address. network-interface.association.carrier-ip - The customer-owned IP address. network-interface.association.customer-owned-ip - The customer-owned IP address. network-interface.association.ip-owner-id - The owner of the Elastic IP address (IPv4) associated with the network interface. network-interface.association.public-dns-name - The public DNS name. network-interface.association.public-ip - The address of the Elastic IP address (IPv4) bound to the network interface. network-interface.attachment.attach-time - The time that the network interface was attached to an instance. network-interface.attachment.attachment-id - The ID of the interface attachment. network-interface.attachment.delete-on-termination - Specifies whether the attachment is deleted when an instance is terminated. network-interface.attachment.device-index - The device index to which the network interface is attached. network-interface.attachment.instance-id - The ID of the instance to which the network interface is attached. network-interface.attachment.instance-owner-id - The owner ID of the instance to which the network interface is attached. network-interface.attachment.network-card-index - The index of the network card. network-interface.attachment.status - The status of the attachment (attaching | attached | detaching | detached). network-interface.availability-zone - The Availability Zone for the network interface. network-interface.deny-all-igw-traffic - A Boolean that indicates whether a network interface with an IPv6 address is unreachable from the public internet. network-interface.description - The description of the network interface. network-interface.group-id - The ID of a security group associated with the network interface. network-interface.group-name - The name of a security group associated with the network interface. network-interface.ipv4-prefixes.ipv4-prefix - The IPv4 prefixes that are assigned to the network interface. network-interface.ipv6-address - The IPv6 address associated with the network interface. network-interface.ipv6-addresses.ipv6-address - The IPv6 address associated with the network interface. network-interface.ipv6-addresses.is-primary-ipv6 - A Boolean that indicates whether this is the primary IPv6 address. network-interface.ipv6-native - A Boolean that indicates whether this is an IPv6 only network interface. network-interface.ipv6-prefixes.ipv6-prefix - The IPv6 prefix assigned to the network interface. network-interface.mac-address - The MAC address of the network interface. network-interface.network-interface-id - The ID of the network interface. network-interface.outpost-arn - The ARN of the Outpost. network-interface.owner-id - The ID of the owner of the network interface. network-interface.private-dns-name - The private DNS name of the network interface. network-interface.private-ip-address - The private IPv4 address. network-interface.public-dns-name - The public DNS name. network-interface.requester-id - The requester ID for the network interface. network-interface.requester-managed - Indicates whether the network interface is being managed by Amazon Web Services. network-interface.status - The status of the network interface (available) | in-use). network-interface.source-dest-check - Whether the network interface performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the network interface to perform network address translation (NAT) in your VPC. network-interface.subnet-id - The ID of the subnet for the network interface. network-interface.tag-key - The key of a tag assigned to the network interface. network-interface.tag-value - The value of a tag assigned to the network interface. network-interface.vpc-id - The ID of the VPC for the network interface. outpost-arn - The Amazon Resource Name (ARN) of the Outpost. owner-id - The Amazon Web Services account ID of the instance owner. placement-group-name - The name of the placement group for the instance. placement-partition-number - The partition in which the instance is located. platform - The platform. To list only Windows instances, use windows. platform-details - The platform (Linux/UNIX | Red Hat BYOL Linux | Red Hat Enterprise Linux | Red Hat Enterprise Linux with HA | Red Hat Enterprise Linux with SQL Server Standard and HA | Red Hat Enterprise Linux with SQL Server Enterprise and HA | Red Hat Enterprise Linux with SQL Server Standard | Red Hat Enterprise Linux with SQL Server Web | Red Hat Enterprise Linux with SQL Server Enterprise | SQL Server Enterprise | SQL Server Standard | SQL Server Web | SUSE Linux | Ubuntu Pro | Windows | Windows BYOL | Windows with SQL Server Enterprise | Windows with SQL Server Standard | Windows with SQL Server Web). private-dns-name - The private IPv4 DNS name of the instance. private-dns-name-options.enable-resource-name-dns-a-record - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS A records. private-dns-name-options.enable-resource-name-dns-aaaa-record - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records. private-dns-name-options.hostname-type - The type of hostname (ip-name | resource-name). private-ip-address - The private IPv4 address of the instance. product-code - The product code associated with the AMI used to launch the instance. product-code.type - The type of product code (devpay | marketplace). ramdisk-id - The RAM disk ID. reason - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter. requester-id - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on). reservation-id - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID. root-device-name - The device name of the root device volume (for example, /dev/sda1). root-device-type - The type of the root device volume (ebs | instance-store). source-dest-check - Indicates whether the instance performs source/destination checking. A value of true means that checking is enabled, and false means that checking is disabled. The value must be false for the instance to perform network address translation (NAT) in your VPC. spot-instance-request-id - The ID of the Spot Instance request. state-reason-code - The reason code for the state change. state-reason-message - A message that describes the state change. subnet-id - The ID of the subnet for the instance. tag:&lt;key&gt; - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value. tag-key - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value. tenancy - The tenancy of an instance (dedicated | default | host). tpm-support - Indicates if the instance is configured for NitroTPM support (v2.0). usage-operation - The usage operation value for the instance (RunInstances | RunInstances:00g0 | RunInstances:0010 | RunInstances:1010 | RunInstances:1014 | RunInstances:1110 | RunInstances:0014 | RunInstances:0210 | RunInstances:0110 | RunInstances:0100 | RunInstances:0004 | RunInstances:0200 | RunInstances:000g | RunInstances:0g00 | RunInstances:0002 | RunInstances:0800 | RunInstances:0102 | RunInstances:0006 | RunInstances:0202). usage-operation-update-time - The time that the usage operation was last updated, for example, 2022-09-15T17:15:20.000Z. virtualization-type - The virtualization type of the instance (paravirtual | hvm). vpc-id - The ID of the VPC that the instance is running in.
14864
14910
  */
14865
14911
  Filters?: FilterList;
14866
14912
  /**
@@ -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
  */
@@ -19135,10 +19181,26 @@ declare namespace EC2 {
19135
19181
  */
19136
19182
  EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
19137
19183
  }
19184
+ export interface EnaSrdSpecificationRequest {
19185
+ /**
19186
+ * Specifies whether ENA Express is enabled for the network interface when you launch an instance from your launch template.
19187
+ */
19188
+ EnaSrdEnabled?: Boolean;
19189
+ /**
19190
+ * Contains ENA Express settings for UDP network traffic in your launch template.
19191
+ */
19192
+ EnaSrdUdpSpecification?: EnaSrdUdpSpecificationRequest;
19193
+ }
19138
19194
  export type EnaSrdSupported = boolean;
19139
19195
  export interface EnaSrdUdpSpecification {
19140
19196
  /**
19141
- * Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.
19197
+ * Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
19198
+ */
19199
+ EnaSrdUdpEnabled?: Boolean;
19200
+ }
19201
+ export interface EnaSrdUdpSpecificationRequest {
19202
+ /**
19203
+ * Indicates whether UDP traffic uses ENA Express for your instance. To ensure that UDP traffic can use ENA Express when you launch an instance, you must also set EnaSrdEnabled in the EnaSrdSpecificationRequest to true in your launch template.
19142
19204
  */
19143
19205
  EnaSrdUdpEnabled?: Boolean;
19144
19206
  }
@@ -19205,15 +19267,15 @@ declare namespace EC2 {
19205
19267
  }
19206
19268
  export interface EnableFastLaunchRequest {
19207
19269
  /**
19208
- * 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.
19209
19271
  */
19210
19272
  ImageId: ImageId;
19211
19273
  /**
19212
- * 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.
19213
19275
  */
19214
19276
  ResourceType?: String;
19215
19277
  /**
19216
- * 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.
19217
19279
  */
19218
19280
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
19219
19281
  /**
@@ -19221,7 +19283,7 @@ declare namespace EC2 {
19221
19283
  */
19222
19284
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
19223
19285
  /**
19224
- * 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.
19225
19287
  */
19226
19288
  MaxParallelLaunches?: Integer;
19227
19289
  /**
@@ -19231,11 +19293,11 @@ declare namespace EC2 {
19231
19293
  }
19232
19294
  export interface EnableFastLaunchResult {
19233
19295
  /**
19234
- * 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.
19235
19297
  */
19236
19298
  ImageId?: ImageId;
19237
19299
  /**
19238
- * 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.
19239
19301
  */
19240
19302
  ResourceType?: FastLaunchResourceType;
19241
19303
  /**
@@ -19247,23 +19309,23 @@ declare namespace EC2 {
19247
19309
  */
19248
19310
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
19249
19311
  /**
19250
- * 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.
19251
19313
  */
19252
19314
  MaxParallelLaunches?: Integer;
19253
19315
  /**
19254
- * 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.
19255
19317
  */
19256
19318
  OwnerId?: String;
19257
19319
  /**
19258
- * The current state of faster launching for the specified Windows AMI.
19320
+ * The current state of Windows fast launch for the specified AMI.
19259
19321
  */
19260
19322
  State?: FastLaunchStateCode;
19261
19323
  /**
19262
- * 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.
19263
19325
  */
19264
19326
  StateTransitionReason?: String;
19265
19327
  /**
19266
- * 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.
19267
19329
  */
19268
19330
  StateTransitionTime?: MillisecondDateTime;
19269
19331
  }
@@ -20096,42 +20158,42 @@ declare namespace EC2 {
20096
20158
  export type FastLaunchImageIdList = ImageId[];
20097
20159
  export interface FastLaunchLaunchTemplateSpecificationRequest {
20098
20160
  /**
20099
- * 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.
20100
20162
  */
20101
20163
  LaunchTemplateId?: LaunchTemplateId;
20102
20164
  /**
20103
- * 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.
20104
20166
  */
20105
20167
  LaunchTemplateName?: String;
20106
20168
  /**
20107
- * 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.
20108
20170
  */
20109
20171
  Version: String;
20110
20172
  }
20111
20173
  export interface FastLaunchLaunchTemplateSpecificationResponse {
20112
20174
  /**
20113
- * 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.
20114
20176
  */
20115
20177
  LaunchTemplateId?: LaunchTemplateId;
20116
20178
  /**
20117
- * 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.
20118
20180
  */
20119
20181
  LaunchTemplateName?: String;
20120
20182
  /**
20121
- * 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.
20122
20184
  */
20123
20185
  Version?: String;
20124
20186
  }
20125
20187
  export type FastLaunchResourceType = "snapshot"|string;
20126
20188
  export interface FastLaunchSnapshotConfigurationRequest {
20127
20189
  /**
20128
- * 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.
20129
20191
  */
20130
20192
  TargetResourceCount?: Integer;
20131
20193
  }
20132
20194
  export interface FastLaunchSnapshotConfigurationResponse {
20133
20195
  /**
20134
- * 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.
20135
20197
  */
20136
20198
  TargetResourceCount?: Integer;
20137
20199
  }
@@ -20935,6 +20997,10 @@ declare namespace EC2 {
20935
20997
  * The ID of the local gateway route table.
20936
20998
  */
20937
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;
20938
21004
  }
20939
21005
  export interface GetConsoleOutputRequest {
20940
21006
  /**
@@ -23551,6 +23617,22 @@ declare namespace EC2 {
23551
23617
  */
23552
23618
  CurrentInstanceBootMode?: InstanceBootModeValues;
23553
23619
  }
23620
+ export interface InstanceAttachmentEnaSrdSpecification {
23621
+ /**
23622
+ * Indicates whether ENA Express is enabled for the network interface.
23623
+ */
23624
+ EnaSrdEnabled?: Boolean;
23625
+ /**
23626
+ * Configures ENA Express for UDP network traffic.
23627
+ */
23628
+ EnaSrdUdpSpecification?: InstanceAttachmentEnaSrdUdpSpecification;
23629
+ }
23630
+ export interface InstanceAttachmentEnaSrdUdpSpecification {
23631
+ /**
23632
+ * Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
23633
+ */
23634
+ EnaSrdUdpEnabled?: Boolean;
23635
+ }
23554
23636
  export interface InstanceAttribute {
23555
23637
  /**
23556
23638
  * The security groups associated with the instance.
@@ -24103,6 +24185,10 @@ declare namespace EC2 {
24103
24185
  * The index of the network card.
24104
24186
  */
24105
24187
  NetworkCardIndex?: Integer;
24188
+ /**
24189
+ * Contains the ENA Express settings for the network interface that's attached to the instance.
24190
+ */
24191
+ EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
24106
24192
  }
24107
24193
  export type InstanceNetworkInterfaceList = InstanceNetworkInterface[];
24108
24194
  export interface InstanceNetworkInterfaceSpecification {
@@ -24186,6 +24272,10 @@ declare namespace EC2 {
24186
24272
  * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
24187
24273
  */
24188
24274
  PrimaryIpv6?: Boolean;
24275
+ /**
24276
+ * Specifies the ENA Express settings for the network interface that's attached to the instance.
24277
+ */
24278
+ EnaSrdSpecification?: EnaSrdSpecificationRequest;
24189
24279
  }
24190
24280
  export type InstanceNetworkInterfaceSpecificationList = InstanceNetworkInterfaceSpecification[];
24191
24281
  export interface InstancePrivateIpAddress {
@@ -24409,6 +24499,7 @@ declare namespace EC2 {
24409
24499
  */
24410
24500
  InstanceRequirements?: InstanceRequirementsRequest;
24411
24501
  }
24502
+ export type InstanceSet = InstanceTopology[];
24412
24503
  export interface InstanceSpecification {
24413
24504
  /**
24414
24505
  * The instance to specify which volumes should be snapshotted.
@@ -24563,6 +24654,32 @@ declare namespace EC2 {
24563
24654
  */
24564
24655
  IncludeAllTagsOfInstance?: Boolean;
24565
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
+ }
24566
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;
24567
24684
  export type InstanceTypeHypervisor = "nitro"|"xen"|string;
24568
24685
  export interface InstanceTypeInfo {
@@ -25885,6 +26002,22 @@ declare namespace EC2 {
25885
26002
  Count?: Integer;
25886
26003
  }
25887
26004
  export type LaunchTemplateElasticInferenceAcceleratorResponseList = LaunchTemplateElasticInferenceAcceleratorResponse[];
26005
+ export interface LaunchTemplateEnaSrdSpecification {
26006
+ /**
26007
+ * Indicates whether ENA Express is enabled for the network interface.
26008
+ */
26009
+ EnaSrdEnabled?: Boolean;
26010
+ /**
26011
+ * Configures ENA Express for UDP network traffic.
26012
+ */
26013
+ EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification;
26014
+ }
26015
+ export interface LaunchTemplateEnaSrdUdpSpecification {
26016
+ /**
26017
+ * Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
26018
+ */
26019
+ EnaSrdUdpEnabled?: Boolean;
26020
+ }
25888
26021
  export interface LaunchTemplateEnclaveOptions {
25889
26022
  /**
25890
26023
  * If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.
@@ -26098,6 +26231,10 @@ declare namespace EC2 {
26098
26231
  * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
26099
26232
  */
26100
26233
  PrimaryIpv6?: Boolean;
26234
+ /**
26235
+ * Contains the ENA Express settings for instances launched from your launch template.
26236
+ */
26237
+ EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
26101
26238
  }
26102
26239
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationList = LaunchTemplateInstanceNetworkInterfaceSpecification[];
26103
26240
  export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
@@ -26181,6 +26318,10 @@ declare namespace EC2 {
26181
26318
  * The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.
26182
26319
  */
26183
26320
  PrimaryIpv6?: Boolean;
26321
+ /**
26322
+ * Configure ENA Express settings for your launch template.
26323
+ */
26324
+ EnaSrdSpecification?: EnaSrdSpecificationRequest;
26184
26325
  }
26185
26326
  export type LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[];
26186
26327
  export interface LaunchTemplateLicenseConfiguration {
@@ -26406,7 +26547,7 @@ declare namespace EC2 {
26406
26547
  export type LaunchTemplateTagSpecificationList = LaunchTemplateTagSpecification[];
26407
26548
  export interface LaunchTemplateTagSpecificationRequest {
26408
26549
  /**
26409
- * The type of resource to tag. Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request. If the instance does include the resource type that you specify, the instance launch fails. For example, not all instance types include an Elastic GPU. To tag a resource after it has been created, see CreateTags.
26550
+ * The type of resource to tag. Valid Values lists all resource types for Amazon EC2 that can be tagged. When you create a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request. If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include an Elastic GPU. To tag a resource after it has been created, see CreateTags.
26410
26551
  */
26411
26552
  ResourceType?: ResourceType;
26412
26553
  /**
@@ -28442,7 +28583,7 @@ declare namespace EC2 {
28442
28583
  */
28443
28584
  DryRun?: Boolean;
28444
28585
  /**
28445
- * Options for server side encryption.
28586
+ * The options for server side encryption.
28446
28587
  */
28447
28588
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28448
28589
  }
@@ -28456,7 +28597,7 @@ declare namespace EC2 {
28456
28597
  */
28457
28598
  PolicyDocument?: String;
28458
28599
  /**
28459
- * Describes the options in use for server side encryption.
28600
+ * The options in use for server side encryption.
28460
28601
  */
28461
28602
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
28462
28603
  }
@@ -28492,7 +28633,7 @@ declare namespace EC2 {
28492
28633
  }
28493
28634
  export interface ModifyVerifiedAccessEndpointResult {
28494
28635
  /**
28495
- * The Verified Access endpoint details.
28636
+ * Details about the Verified Access endpoint.
28496
28637
  */
28497
28638
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
28498
28639
  }
@@ -28519,7 +28660,7 @@ declare namespace EC2 {
28519
28660
  */
28520
28661
  DryRun?: Boolean;
28521
28662
  /**
28522
- * Options for server side encryption.
28663
+ * The options for server side encryption.
28523
28664
  */
28524
28665
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28525
28666
  }
@@ -28533,7 +28674,7 @@ declare namespace EC2 {
28533
28674
  */
28534
28675
  PolicyDocument?: String;
28535
28676
  /**
28536
- * Describes the options in use for server side encryption.
28677
+ * The options in use for server side encryption.
28537
28678
  */
28538
28679
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
28539
28680
  }
@@ -28561,7 +28702,7 @@ declare namespace EC2 {
28561
28702
  }
28562
28703
  export interface ModifyVerifiedAccessGroupResult {
28563
28704
  /**
28564
- * Details of Verified Access group.
28705
+ * Details about the Verified Access group.
28565
28706
  */
28566
28707
  VerifiedAccessGroup?: VerifiedAccessGroup;
28567
28708
  }
@@ -28609,7 +28750,7 @@ declare namespace EC2 {
28609
28750
  }
28610
28751
  export interface ModifyVerifiedAccessInstanceResult {
28611
28752
  /**
28612
- * The ID of the Verified Access instance.
28753
+ * Details about the Verified Access instance.
28613
28754
  */
28614
28755
  VerifiedAccessInstance?: VerifiedAccessInstance;
28615
28756
  }
@@ -28665,13 +28806,13 @@ declare namespace EC2 {
28665
28806
  */
28666
28807
  ClientToken?: String;
28667
28808
  /**
28668
- * Options for server side encryption.
28809
+ * The options for server side encryption.
28669
28810
  */
28670
28811
  SseSpecification?: VerifiedAccessSseSpecificationRequest;
28671
28812
  }
28672
28813
  export interface ModifyVerifiedAccessTrustProviderResult {
28673
28814
  /**
28674
- * The ID of the Verified Access trust provider.
28815
+ * Details about the Verified Access trust provider.
28675
28816
  */
28676
28817
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
28677
28818
  }
@@ -29077,7 +29218,7 @@ declare namespace EC2 {
29077
29218
  */
29078
29219
  DryRun?: Boolean;
29079
29220
  /**
29080
- * 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
29081
29222
  */
29082
29223
  SkipTunnelReplacement?: Boolean;
29083
29224
  }
@@ -29121,7 +29262,7 @@ declare namespace EC2 {
29121
29262
  */
29122
29263
  ReplayWindowSize?: Integer;
29123
29264
  /**
29124
- * 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
29125
29266
  */
29126
29267
  DPDTimeoutSeconds?: Integer;
29127
29268
  /**
@@ -30025,6 +30166,7 @@ declare namespace EC2 {
30025
30166
  export type NetworkInterfacePrivateIpAddressList = NetworkInterfacePrivateIpAddress[];
30026
30167
  export type NetworkInterfaceStatus = "available"|"associated"|"attaching"|"in-use"|"detaching"|string;
30027
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[];
30028
30170
  export type NetworkPerformance = string;
30029
30171
  export interface NewDhcpConfiguration {
30030
30172
  Key?: String;
@@ -31970,11 +32112,11 @@ declare namespace EC2 {
31970
32112
  */
31971
32113
  ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAcceleratorList;
31972
32114
  /**
31973
- * One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.
32115
+ * One or more security group IDs. You can create a security group using CreateSecurityGroup.
31974
32116
  */
31975
32117
  SecurityGroupIds?: SecurityGroupIdStringList;
31976
32118
  /**
31977
- * One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.
32119
+ * One or more security group names. For a nondefault VPC, you must use security group IDs instead.
31978
32120
  */
31979
32121
  SecurityGroups?: SecurityGroupStringList;
31980
32122
  /**
@@ -37587,7 +37729,7 @@ declare namespace EC2 {
37587
37729
  */
37588
37730
  Tags?: TagList;
37589
37731
  /**
37590
- * Describes the options in use for server side encryption.
37732
+ * The options in use for server side encryption.
37591
37733
  */
37592
37734
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
37593
37735
  }
@@ -37680,7 +37822,7 @@ declare namespace EC2 {
37680
37822
  */
37681
37823
  Tags?: TagList;
37682
37824
  /**
37683
- * Describes the options in use for server side encryption.
37825
+ * The options in use for server side encryption.
37684
37826
  */
37685
37827
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
37686
37828
  }
@@ -37713,7 +37855,7 @@ declare namespace EC2 {
37713
37855
  */
37714
37856
  Tags?: TagList;
37715
37857
  /**
37716
- * 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.
37717
37859
  */
37718
37860
  FipsEnabled?: Boolean;
37719
37861
  }
@@ -37804,11 +37946,11 @@ declare namespace EC2 {
37804
37946
  */
37805
37947
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions;
37806
37948
  /**
37807
- * 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
37808
37950
  */
37809
37951
  LogVersion?: String;
37810
37952
  /**
37811
- * Include trust data sent by trust providers into the logs.
37953
+ * Indicates whether to include trust data sent by trust providers in the logs.
37812
37954
  */
37813
37955
  IncludeTrustContext?: Boolean;
37814
37956
  }
@@ -37866,11 +38008,11 @@ declare namespace EC2 {
37866
38008
  */
37867
38009
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
37868
38010
  /**
37869
- * Describes current setting for the logging version.
38011
+ * The log version.
37870
38012
  */
37871
38013
  LogVersion?: String;
37872
38014
  /**
37873
- * Describes current setting for including trust data into the logs.
38015
+ * Indicates whether trust data is included in the logs.
37874
38016
  */
37875
38017
  IncludeTrustContext?: Boolean;
37876
38018
  }
@@ -37886,11 +38028,11 @@ declare namespace EC2 {
37886
38028
  }
37887
38029
  export interface VerifiedAccessSseSpecificationResponse {
37888
38030
  /**
37889
- * 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
37890
38032
  */
37891
38033
  CustomerManagedKeyEnabled?: Boolean;
37892
38034
  /**
37893
- * Describes the ARN of the KMS key.
38035
+ * The ARN of the KMS key.
37894
38036
  */
37895
38037
  KmsKeyArn?: KmsKeyArn;
37896
38038
  }
@@ -37940,7 +38082,7 @@ declare namespace EC2 {
37940
38082
  */
37941
38083
  Tags?: TagList;
37942
38084
  /**
37943
- * Describes the options in use for server side encryption.
38085
+ * The options in use for server side encryption.
37944
38086
  */
37945
38087
  SseSpecification?: VerifiedAccessSseSpecificationResponse;
37946
38088
  }
@@ -37978,7 +38120,7 @@ declare namespace EC2 {
37978
38120
  */
37979
38121
  AcceptedRouteCount?: Integer;
37980
38122
  /**
37981
- * 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.
37982
38124
  */
37983
38125
  LastStatusChange?: DateTime;
37984
38126
  /**