@aws-sdk/client-ec2 3.760.0 → 3.766.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist-cjs/index.js +90 -74
  2. package/dist-es/models/models_0.js +4 -4
  3. package/dist-es/models/models_1.js +4 -0
  4. package/dist-es/protocols/Aws_ec2.js +74 -64
  5. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
  7. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -2
  8. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -2
  11. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
  12. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
  13. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
  14. package/dist-types/commands/StopInstancesCommand.d.ts +1 -2
  15. package/dist-types/models/models_0.d.ts +25 -14
  16. package/dist-types/models/models_1.d.ts +22 -48
  17. package/dist-types/models/models_2.d.ts +13 -40
  18. package/dist-types/models/models_3.d.ts +61 -23
  19. package/dist-types/models/models_4.d.ts +29 -31
  20. package/dist-types/models/models_5.d.ts +19 -18
  21. package/dist-types/models/models_6.d.ts +18 -13
  22. package/dist-types/models/models_7.d.ts +18 -43
  23. package/dist-types/models/models_8.d.ts +37 -0
  24. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
  25. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
  26. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -2
  28. package/dist-types/ts3.4/models/models_0.d.ts +7 -6
  29. package/dist-types/ts3.4/models/models_1.d.ts +6 -4
  30. package/dist-types/ts3.4/models/models_2.d.ts +4 -8
  31. package/dist-types/ts3.4/models/models_3.d.ts +10 -4
  32. package/dist-types/ts3.4/models/models_4.d.ts +3 -5
  33. package/dist-types/ts3.4/models/models_5.d.ts +6 -7
  34. package/dist-types/ts3.4/models/models_6.d.ts +6 -4
  35. package/dist-types/ts3.4/models/models_7.d.ts +3 -6
  36. package/dist-types/ts3.4/models/models_8.d.ts +6 -0
  37. package/package.json +1 -1
@@ -1,4 +1,16 @@
1
- import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationDeliveryPreference, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AddIpamOperatingRegion, AddressFamily, AllocationType, AttachmentStatus, CapacityReservationFleetState, InstanceEventWindow, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const CapacityReservationDeliveryPreference: {
7
+ readonly FIXED: "fixed";
8
+ readonly INCREMENTAL: "incremental";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type CapacityReservationDeliveryPreference = (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
2
14
  /**
3
15
  * @public
4
16
  * @enum
@@ -3465,8 +3477,7 @@ export interface FleetEbsBlockDeviceRequest {
3465
3477
  * <p>Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key
3466
3478
  * to use for EBS encryption.</p>
3467
3479
  * <p>This parameter is only supported on <code>BlockDeviceMapping</code> objects called by
3468
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet.html">RequestSpotFleet</a>,
3469
- * and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>.</p>
3480
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotInstances.html">RequestSpotInstances</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html">RunInstances</a>.</p>
3470
3481
  * @public
3471
3482
  */
3472
3483
  KmsKeyId?: string | undefined;
@@ -4466,30 +4477,6 @@ export interface FleetLaunchTemplateOverridesRequest {
4466
4477
  * attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings
4467
4478
  * for volumes on Amazon EC2 instances</a> in the <i>Amazon EC2 User
4468
4479
  * Guide</i>.</p>
4469
- * <p>To override a block device mapping specified in the launch template:</p>
4470
- * <ul>
4471
- * <li>
4472
- * <p>Specify the exact same <code>DeviceName</code> here as specified in the launch
4473
- * template.</p>
4474
- * </li>
4475
- * <li>
4476
- * <p>Only specify the parameters you want to change.</p>
4477
- * </li>
4478
- * <li>
4479
- * <p>Any parameters you don't specify here will keep their original launch template
4480
- * values.</p>
4481
- * </li>
4482
- * </ul>
4483
- * <p>To add a new block device mapping:</p>
4484
- * <ul>
4485
- * <li>
4486
- * <p>Specify a <code>DeviceName</code> that doesn't exist in the launch
4487
- * template.</p>
4488
- * </li>
4489
- * <li>
4490
- * <p>Specify all desired parameters here.</p>
4491
- * </li>
4492
- * </ul>
4493
4480
  * @public
4494
4481
  */
4495
4482
  BlockDeviceMappings?: FleetBlockDeviceMappingRequest[] | undefined;
@@ -5748,9 +5735,6 @@ export interface InstanceRequirements {
5748
5735
  * <li>
5749
5736
  * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5750
5737
  * </li>
5751
- * <li>
5752
- * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
5753
- * </li>
5754
5738
  * </ul>
5755
5739
  * <p>Default: Any accelerator type</p>
5756
5740
  * @public
@@ -6995,14 +6979,14 @@ export interface CreateInstanceEventWindowRequest {
6995
6979
  */
6996
6980
  Name?: string | undefined;
6997
6981
  /**
6998
- * <p>The time range for the event window. If you specify a time range, you can't specify a cron
6999
- * expression.</p>
6982
+ * <p>The time range for the event window. If you specify a time range, you can't specify a
6983
+ * cron expression.</p>
7000
6984
  * @public
7001
6985
  */
7002
6986
  TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
7003
6987
  /**
7004
- * <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>. If
7005
- * you specify a cron expression, you can't specify a time range.</p>
6988
+ * <p>The cron expression for the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.
6989
+ * If you specify a cron expression, you can't specify a time range.</p>
7006
6990
  * <p>Constraints:</p>
7007
6991
  * <ul>
7008
6992
  * <li>
@@ -7018,11 +7002,11 @@ export interface CreateInstanceEventWindowRequest {
7018
7002
  * </li>
7019
7003
  * <li>
7020
7004
  * <p>The hour value must be one or a multiple range, for example, <code>0-4</code> or
7021
- * <code>0-4,20-23</code>.</p>
7005
+ * <code>0-4,20-23</code>.</p>
7022
7006
  * </li>
7023
7007
  * <li>
7024
7008
  * <p>Each hour range must be >= 2 hours, for example, <code>0-2</code> or
7025
- * <code>20-23</code>.</p>
7009
+ * <code>20-23</code>.</p>
7026
7010
  * </li>
7027
7011
  * <li>
7028
7012
  * <p>The event window must be >= 4 hours. The combined total time ranges in the event
@@ -9896,13 +9880,13 @@ export interface CreateLaunchTemplateRequest {
9896
9880
  TagSpecifications?: TagSpecification[] | undefined;
9897
9881
  }
9898
9882
  /**
9899
- * <p>Describes whether the resource is managed by an service provider and, if so, describes
9883
+ * <p>Describes whether the resource is managed by a service provider and, if so, describes
9900
9884
  * the service provider that manages it.</p>
9901
9885
  * @public
9902
9886
  */
9903
9887
  export interface OperatorResponse {
9904
9888
  /**
9905
- * <p>If <code>true</code>, the resource is managed by an service provider.</p>
9889
+ * <p>If <code>true</code>, the resource is managed by a service provider.</p>
9906
9890
  * @public
9907
9891
  */
9908
9892
  Managed?: boolean | undefined;
@@ -11260,16 +11244,6 @@ export interface LocalGatewayRoute {
11260
11244
  */
11261
11245
  DestinationPrefixListId?: string | undefined;
11262
11246
  }
11263
- /**
11264
- * @public
11265
- */
11266
- export interface CreateLocalGatewayRouteResult {
11267
- /**
11268
- * <p>Information about the route.</p>
11269
- * @public
11270
- */
11271
- Route?: LocalGatewayRoute | undefined;
11272
- }
11273
11247
  /**
11274
11248
  * @internal
11275
11249
  */
@@ -1,5 +1,15 @@
1
1
  import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcPeeringConnection } from "./models_0";
2
- import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
2
+ import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LocalGatewayRoute, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateLocalGatewayRouteResult {
7
+ /**
8
+ * <p>Information about the route.</p>
9
+ * @public
10
+ */
11
+ Route?: LocalGatewayRoute | undefined;
12
+ }
3
13
  /**
4
14
  * @public
5
15
  * @enum
@@ -2891,8 +2901,8 @@ export interface CreateSecurityGroupRequest {
2891
2901
  */
2892
2902
  Description: string | undefined;
2893
2903
  /**
2894
- * <p>The name of the security group.</p>
2895
- * <p>Constraints: Up to 255 characters in length. Cannot start with <code>sg-</code>.</p>
2904
+ * <p>The name of the security group. Names are case-insensitive and must be unique within the VPC.</p>
2905
+ * <p>Constraints: Up to 255 characters in length. Can't start with <code>sg-</code>.</p>
2896
2906
  * <p>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
2897
2907
  * @public
2898
2908
  */
@@ -9042,43 +9052,6 @@ export declare const TelemetryStatus: {
9042
9052
  * @public
9043
9053
  */
9044
9054
  export type TelemetryStatus = (typeof TelemetryStatus)[keyof typeof TelemetryStatus];
9045
- /**
9046
- * <p>Describes telemetry for a VPN tunnel.</p>
9047
- * @public
9048
- */
9049
- export interface VgwTelemetry {
9050
- /**
9051
- * <p>The number of accepted routes.</p>
9052
- * @public
9053
- */
9054
- AcceptedRouteCount?: number | undefined;
9055
- /**
9056
- * <p>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.</p>
9057
- * @public
9058
- */
9059
- LastStatusChange?: Date | undefined;
9060
- /**
9061
- * <p>The Internet-routable IP address of the virtual private gateway's outside
9062
- * interface.</p>
9063
- * @public
9064
- */
9065
- OutsideIpAddress?: string | undefined;
9066
- /**
9067
- * <p>The status of the VPN tunnel.</p>
9068
- * @public
9069
- */
9070
- Status?: TelemetryStatus | undefined;
9071
- /**
9072
- * <p>If an error occurs, a description of the error.</p>
9073
- * @public
9074
- */
9075
- StatusMessage?: string | undefined;
9076
- /**
9077
- * <p>The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.</p>
9078
- * @public
9079
- */
9080
- CertificateArn?: string | undefined;
9081
- }
9082
9055
  /**
9083
9056
  * @internal
9084
9057
  */
@@ -1,6 +1,43 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment } from "./models_0";
2
2
  import { CapacityReservation, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, CustomerGateway, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, PlatformValues, TransportProtocol } from "./models_1";
3
- import { GatewayAssociationState, GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VgwTelemetry, VpcBlockPublicAccessExclusion, VpnConnectionOptions, VpnState, VpnStaticRoute } from "./models_2";
3
+ import { GatewayAssociationState, GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TelemetryStatus, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpnConnectionOptions, VpnState, VpnStaticRoute } from "./models_2";
4
+ /**
5
+ * <p>Describes telemetry for a VPN tunnel.</p>
6
+ * @public
7
+ */
8
+ export interface VgwTelemetry {
9
+ /**
10
+ * <p>The number of accepted routes.</p>
11
+ * @public
12
+ */
13
+ AcceptedRouteCount?: number | undefined;
14
+ /**
15
+ * <p>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.</p>
16
+ * @public
17
+ */
18
+ LastStatusChange?: Date | undefined;
19
+ /**
20
+ * <p>The Internet-routable IP address of the virtual private gateway's outside
21
+ * interface.</p>
22
+ * @public
23
+ */
24
+ OutsideIpAddress?: string | undefined;
25
+ /**
26
+ * <p>The status of the VPN tunnel.</p>
27
+ * @public
28
+ */
29
+ Status?: TelemetryStatus | undefined;
30
+ /**
31
+ * <p>If an error occurs, a description of the error.</p>
32
+ * @public
33
+ */
34
+ StatusMessage?: string | undefined;
35
+ /**
36
+ * <p>The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.</p>
37
+ * @public
38
+ */
39
+ CertificateArn?: string | undefined;
40
+ }
4
41
  /**
5
42
  * <p>Describes a VPN connection.</p>
6
43
  * @public
@@ -641,8 +678,8 @@ export interface DeleteInstanceEventWindowRequest {
641
678
  */
642
679
  DryRun?: boolean | undefined;
643
680
  /**
644
- * <p>Specify <code>true</code> to force delete the event window. Use the force delete parameter
645
- * if the event window is currently associated with targets.</p>
681
+ * <p>Specify <code>true</code> to force delete the event window. Use the force delete
682
+ * parameter if the event window is currently associated with targets.</p>
646
683
  * @public
647
684
  */
648
685
  ForceDelete?: boolean | undefined;
@@ -2826,15 +2863,16 @@ export interface DeregisterImageRequest {
2826
2863
  export interface DeregisterImageResult {
2827
2864
  }
2828
2865
  /**
2829
- * <p>Information about the tag keys to deregister for the current Region. You can either specify
2830
- * individual tag keys or deregister all tag keys in the current Region. You must specify either
2831
- * <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
2866
+ * <p>Information about the tag keys to deregister for the current Region. You can either
2867
+ * specify individual tag keys or deregister all tag keys in the current Region. You must
2868
+ * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
2869
+ * request</p>
2832
2870
  * @public
2833
2871
  */
2834
2872
  export interface DeregisterInstanceTagAttributeRequest {
2835
2873
  /**
2836
- * <p>Indicates whether to deregister all tag keys in the current Region. Specify <code>false</code>
2837
- * to deregister all tag keys.</p>
2874
+ * <p>Indicates whether to deregister all tag keys in the current Region. Specify
2875
+ * <code>false</code> to deregister all tag keys.</p>
2838
2876
  * @public
2839
2877
  */
2840
2878
  IncludeAllTagsOfInstance?: boolean | undefined;
@@ -2872,8 +2910,9 @@ export interface InstanceTagNotificationAttribute {
2872
2910
  */
2873
2911
  InstanceTagKeys?: string[] | undefined;
2874
2912
  /**
2875
- * <p>Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.
2876
- * <code>true</code> indicates that all tag keys in the current Region are registered.</p>
2913
+ * <p>Indicates wheter all tag keys in the current Region are registered to appear in
2914
+ * scheduled event notifications. <code>true</code> indicates that all tag keys in the current
2915
+ * Region are registered.</p>
2877
2916
  * @public
2878
2917
  */
2879
2918
  IncludeAllTagsOfInstance?: boolean | undefined;
@@ -3307,6 +3346,12 @@ export interface DescribeAvailabilityZonesRequest {
3307
3346
  * <ul>
3308
3347
  * <li>
3309
3348
  * <p>
3349
+ * <code>group-long-name</code> - The long name of the zone group for the Availability Zone (for
3350
+ * example, <code>US West (Oregon) 1</code>), the Local Zone (for example, for Zone group <code>us-west-2-lax-1</code>, it is <code>US West (Los Angeles)</code>,
3351
+ * or the Wavelength Zone (for example, for Zone group <code>us-east-1-wl1</code>, it is <code>US East (Verizon)</code>.</p>
3352
+ * </li>
3353
+ * <li>
3354
+ * <p>
3310
3355
  * <code>group-name</code> - The name of the zone group for the Availability Zone (for
3311
3356
  * example, <code>us-east-1-zg-1</code>), the Local Zone (for example, <code>us-west-2-lax-1</code>),
3312
3357
  * or the Wavelength Zone (for example, <code>us-east-1-wl1</code>).</p>
@@ -3476,6 +3521,12 @@ export interface AvailabilityZone {
3476
3521
  * @public
3477
3522
  */
3478
3523
  ParentZoneId?: string | undefined;
3524
+ /**
3525
+ * <p>The long name of the Availability Zone group, Local Zone group, or Wavelength Zone
3526
+ * group.</p>
3527
+ * @public
3528
+ */
3529
+ GroupLongName?: string | undefined;
3479
3530
  /**
3480
3531
  * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always
3481
3532
  * <code>available</code>.</p>
@@ -6760,19 +6811,6 @@ export declare const FastLaunchResourceType: {
6760
6811
  * @public
6761
6812
  */
6762
6813
  export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
6763
- /**
6764
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
6765
- * fast launch enabled Windows AMI.</p>
6766
- * @public
6767
- */
6768
- export interface FastLaunchSnapshotConfigurationResponse {
6769
- /**
6770
- * <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
6771
- * launch enabled AMI.</p>
6772
- * @public
6773
- */
6774
- TargetResourceCount?: number | undefined;
6775
- }
6776
6814
  /**
6777
6815
  * @internal
6778
6816
  */
@@ -1,7 +1,20 @@
1
1
  import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AutoPlacement, CurrencyCodeValues, Explanation, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, PathComponent, Tag } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, Ec2InstanceConnectEndpoint, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
3
  import { GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, StateReason } from "./models_2";
4
- import { Byoasn, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
4
+ import { Byoasn, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
7
+ * fast launch enabled Windows AMI.</p>
8
+ * @public
9
+ */
10
+ export interface FastLaunchSnapshotConfigurationResponse {
11
+ /**
12
+ * <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
13
+ * launch enabled AMI.</p>
14
+ * @public
15
+ */
16
+ TargetResourceCount?: number | undefined;
17
+ }
5
18
  /**
6
19
  * @public
7
20
  * @enum
@@ -4099,32 +4112,32 @@ export interface DescribeInstanceEventWindowsRequest {
4099
4112
  * <li>
4100
4113
  * <p>
4101
4114
  * <code>dedicated-host-id</code> - The event windows associated with the specified
4102
- * Dedicated Host ID.</p>
4115
+ * Dedicated Host ID.</p>
4103
4116
  * </li>
4104
4117
  * <li>
4105
4118
  * <p>
4106
4119
  * <code>event-window-name</code> - The event windows associated with the specified
4107
- * names. </p>
4120
+ * names. </p>
4108
4121
  * </li>
4109
4122
  * <li>
4110
4123
  * <p>
4111
- * <code>instance-id</code> - The event windows associated with the specified instance
4112
- * ID.</p>
4124
+ * <code>instance-id</code> - The event windows associated with the specified
4125
+ * instance ID.</p>
4113
4126
  * </li>
4114
4127
  * <li>
4115
4128
  * <p>
4116
- * <code>instance-tag</code> - The event windows associated with the specified tag and
4117
- * value.</p>
4129
+ * <code>instance-tag</code> - The event windows associated with the specified tag
4130
+ * and value.</p>
4118
4131
  * </li>
4119
4132
  * <li>
4120
4133
  * <p>
4121
- * <code>instance-tag-key</code> - The event windows associated with the specified tag
4122
- * key, regardless of the value.</p>
4134
+ * <code>instance-tag-key</code> - The event windows associated with the specified
4135
+ * tag key, regardless of the value.</p>
4123
4136
  * </li>
4124
4137
  * <li>
4125
4138
  * <p>
4126
- * <code>instance-tag-value</code> - The event windows associated with the specified tag
4127
- * value, regardless of the key.</p>
4139
+ * <code>instance-tag-value</code> - The event windows associated with the specified
4140
+ * tag value, regardless of the key.</p>
4128
4141
  * </li>
4129
4142
  * <li>
4130
4143
  * <p>
@@ -4136,9 +4149,9 @@ export interface DescribeInstanceEventWindowsRequest {
4136
4149
  * </li>
4137
4150
  * <li>
4138
4151
  * <p>
4139
- * <code>tag-key</code> - The key of a tag assigned to the event window. Use this filter
4140
- * to find all event windows that have a tag with a specific key, regardless of the tag
4141
- * value. </p>
4152
+ * <code>tag-key</code> - The key of a tag assigned to the event window. Use this
4153
+ * filter to find all event windows that have a tag with a specific key, regardless of
4154
+ * the tag value. </p>
4142
4155
  * </li>
4143
4156
  * <li>
4144
4157
  * <p>
@@ -4174,7 +4187,8 @@ export interface DescribeInstanceEventWindowsResult {
4174
4187
  */
4175
4188
  InstanceEventWindows?: InstanceEventWindow[] | undefined;
4176
4189
  /**
4177
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return. </p>
4190
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code>
4191
+ * when there are no more results to return. </p>
4178
4192
  * @public
4179
4193
  */
4180
4194
  NextToken?: string | undefined;
@@ -11328,22 +11342,6 @@ export interface DescribePrincipalIdFormatRequest {
11328
11342
  */
11329
11343
  NextToken?: string | undefined;
11330
11344
  }
11331
- /**
11332
- * <p>PrincipalIdFormat description</p>
11333
- * @public
11334
- */
11335
- export interface PrincipalIdFormat {
11336
- /**
11337
- * <p>PrincipalIdFormatARN description</p>
11338
- * @public
11339
- */
11340
- Arn?: string | undefined;
11341
- /**
11342
- * <p>PrincipalIdFormatStatuses description</p>
11343
- * @public
11344
- */
11345
- Statuses?: IdFormat[] | undefined;
11346
- }
11347
11345
  /**
11348
11346
  * @internal
11349
11347
  */
@@ -1,8 +1,24 @@
1
- import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, NatGatewayAddress, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
1
+ import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, IpPermission, NatGatewayAddress, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
2
  import { _InstanceType, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
3
  import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ReplaceRootVolumeTask, RouteTable, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, Filter, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, PrincipalIdFormat, ProductCode } from "./models_4";
4
+ import { FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, Filter, IdFormat, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
+ import { AttributeBooleanValue, EventInformation, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_4";
6
+ /**
7
+ * <p>PrincipalIdFormat description</p>
8
+ * @public
9
+ */
10
+ export interface PrincipalIdFormat {
11
+ /**
12
+ * <p>PrincipalIdFormatARN description</p>
13
+ * @public
14
+ */
15
+ Arn?: string | undefined;
16
+ /**
17
+ * <p>PrincipalIdFormatStatuses description</p>
18
+ * @public
19
+ */
20
+ Statuses?: IdFormat[] | undefined;
21
+ }
6
22
  /**
7
23
  * @public
8
24
  */
@@ -9944,21 +9960,6 @@ export interface DisassociateSubnetCidrBlockRequest {
9944
9960
  */
9945
9961
  AssociationId: string | undefined;
9946
9962
  }
9947
- /**
9948
- * @public
9949
- */
9950
- export interface DisassociateSubnetCidrBlockResult {
9951
- /**
9952
- * <p>Information about the IPv6 CIDR block association.</p>
9953
- * @public
9954
- */
9955
- Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
9956
- /**
9957
- * <p>The ID of the subnet.</p>
9958
- * @public
9959
- */
9960
- SubnetId?: string | undefined;
9961
- }
9962
9963
  /**
9963
9964
  * @internal
9964
9965
  */
@@ -1,9 +1,24 @@
1
- import { AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedImagesSettingsEnabledState, AutoPlacement, CurrencyCodeValues, DeviceTrustProviderType, HostMaintenance, HostRecovery, IpamPoolAllocation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UnsuccessfulItem, UserTrustProviderType, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedImagesSettingsEnabledState, AutoPlacement, CurrencyCodeValues, DeviceTrustProviderType, HostMaintenance, HostRecovery, IpamPoolAllocation, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UnsuccessfulItem, UserTrustProviderType, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationState, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, InstanceMatchCriteria, InstanceRequirementsRequest, IpamResourceTag, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType } from "./models_1";
3
3
  import { NetworkInsightsAccessScopeContent, SSEType, SubnetCidrReservation, TransitGatewayPrefixListReference } from "./models_2";
4
- import { ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
- import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, FastLaunchStateCode, FastSnapshotRestoreStateCode, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataTagsState, LaunchPermission, LockState, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
4
+ import { ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
+ import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataTagsState, LaunchPermission, LockState, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
6
  import { ManagedBy, SnapshotBlockPublicAccessState, TransitGatewayPropagation, TransitGatewayPropagationState } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface DisassociateSubnetCidrBlockResult {
11
+ /**
12
+ * <p>Information about the IPv6 CIDR block association.</p>
13
+ * @public
14
+ */
15
+ Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
16
+ /**
17
+ * <p>The ID of the subnet.</p>
18
+ * @public
19
+ */
20
+ SubnetId?: string | undefined;
21
+ }
7
22
  /**
8
23
  * @public
9
24
  */
@@ -7847,16 +7862,6 @@ export interface ModifyInstanceCapacityReservationAttributesRequest {
7847
7862
  */
7848
7863
  DryRun?: boolean | undefined;
7849
7864
  }
7850
- /**
7851
- * @public
7852
- */
7853
- export interface ModifyInstanceCapacityReservationAttributesResult {
7854
- /**
7855
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7856
- * @public
7857
- */
7858
- Return?: boolean | undefined;
7859
- }
7860
7865
  /**
7861
7866
  * @internal
7862
7867
  */
@@ -5,6 +5,16 @@ import { Byoasn, CapacityBlockExtension, Filter, InstanceTagNotificationAttribut
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceStatusEvent, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, TpmSupportValues } from "./models_4";
6
6
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, LaunchTemplateConfig, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
7
  import { CapacityReservationSpecification, IpamResourceCidr, OperationType, Purchase } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface ModifyInstanceCapacityReservationAttributesResult {
12
+ /**
13
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
14
+ * @public
15
+ */
16
+ Return?: boolean | undefined;
17
+ }
8
18
  /**
9
19
  * @public
10
20
  */
@@ -240,7 +250,8 @@ export interface ModifyInstanceEventWindowRequest {
240
250
  */
241
251
  TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
242
252
  /**
243
- * <p>The cron expression of the event window, for example, <code>* 0-4,20-23 * * 1,5</code>.</p>
253
+ * <p>The cron expression of the event window, for example, <code>* 0-4,20-23 * *
254
+ * 1,5</code>.</p>
244
255
  * <p>Constraints:</p>
245
256
  * <ul>
246
257
  * <li>
@@ -4745,15 +4756,16 @@ export interface RegisterImageResult {
4745
4756
  ImageId?: string | undefined;
4746
4757
  }
4747
4758
  /**
4748
- * <p>Information about the tag keys to register for the current Region. You can either specify
4749
- * individual tag keys or register all tag keys in the current Region. You must specify either
4750
- * <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
4759
+ * <p>Information about the tag keys to register for the current Region. You can either
4760
+ * specify individual tag keys or register all tag keys in the current Region. You must
4761
+ * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
4762
+ * request</p>
4751
4763
  * @public
4752
4764
  */
4753
4765
  export interface RegisterInstanceTagAttributeRequest {
4754
4766
  /**
4755
- * <p>Indicates whether to register all tag keys in the current Region. Specify <code>true</code>
4756
- * to register all tag keys.</p>
4767
+ * <p>Indicates whether to register all tag keys in the current Region. Specify
4768
+ * <code>true</code> to register all tag keys.</p>
4757
4769
  * @public
4758
4770
  */
4759
4771
  IncludeAllTagsOfInstance?: boolean | undefined;
@@ -8287,43 +8299,6 @@ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
8287
8299
  */
8288
8300
  ReturnValue?: boolean | undefined;
8289
8301
  }
8290
- /**
8291
- * @public
8292
- */
8293
- export interface StopInstancesRequest {
8294
- /**
8295
- * <p>The IDs of the instances.</p>
8296
- * @public
8297
- */
8298
- InstanceIds: string[] | undefined;
8299
- /**
8300
- * <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
8301
- * instance cannot hibernate successfully, a normal shutdown occurs. For more information,
8302
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
8303
- * your instance</a> in the <i>Amazon EC2 User Guide</i>.</p>
8304
- * <p> Default: <code>false</code>
8305
- * </p>
8306
- * @public
8307
- */
8308
- Hibernate?: boolean | undefined;
8309
- /**
8310
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8311
- * request, and provides an error response. If you have the required permissions, the error response is
8312
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8313
- * @public
8314
- */
8315
- DryRun?: boolean | undefined;
8316
- /**
8317
- * <p>Forces the instances to stop. The instances do not have an opportunity to flush file
8318
- * system caches or file system metadata. If you use this option, you must perform file
8319
- * system check and repair procedures. This option is not recommended for Windows
8320
- * instances.</p>
8321
- * <p>Default: <code>false</code>
8322
- * </p>
8323
- * @public
8324
- */
8325
- Force?: boolean | undefined;
8326
- }
8327
8302
  /**
8328
8303
  * @internal
8329
8304
  */