@aws-sdk/client-ec2 3.750.0 → 3.757.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 (68) hide show
  1. package/dist-cjs/index.js +158 -23
  2. package/dist-es/models/models_1.js +9 -9
  3. package/dist-es/models/models_3.js +0 -5
  4. package/dist-es/models/models_4.js +5 -4
  5. package/dist-es/models/models_5.js +4 -0
  6. package/dist-es/protocols/Aws_ec2.js +139 -1
  7. package/dist-types/commands/CopyImageCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +51 -0
  9. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFleetsCommand.d.ts +14 -12
  16. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  17. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeFleetsCommand.d.ts +51 -0
  21. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  26. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -2
  27. package/dist-types/commands/ModifyFleetCommand.d.ts +17 -0
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  29. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  30. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  31. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  32. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +12 -0
  34. package/dist-types/models/models_1.d.ts +412 -191
  35. package/dist-types/models/models_2.d.ts +132 -55
  36. package/dist-types/models/models_3.d.ts +59 -244
  37. package/dist-types/models/models_4.d.ts +247 -106
  38. package/dist-types/models/models_5.d.ts +106 -101
  39. package/dist-types/models/models_6.d.ts +95 -91
  40. package/dist-types/models/models_7.d.ts +94 -109
  41. package/dist-types/models/models_8.d.ts +105 -1
  42. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +7 -2
  47. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  60. package/dist-types/ts3.4/models/models_1.d.ts +44 -41
  61. package/dist-types/ts3.4/models/models_2.d.ts +31 -17
  62. package/dist-types/ts3.4/models/models_3.d.ts +17 -31
  63. package/dist-types/ts3.4/models/models_4.d.ts +32 -29
  64. package/dist-types/ts3.4/models/models_5.d.ts +27 -26
  65. package/dist-types/ts3.4/models/models_6.d.ts +24 -26
  66. package/dist-types/ts3.4/models/models_7.d.ts +28 -26
  67. package/dist-types/ts3.4/models/models_8.d.ts +26 -1
  68. package/package.json +1 -1
@@ -1,9 +1,102 @@
1
- import { AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedImagesSettingsEnabledState, AutoPlacement, CurrencyCodeValues, DeviceTrustProviderType, HostMaintenance, HostRecovery, IpamPoolAllocation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, UnsuccessfulItem, UserTrustProviderType } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, AddressAttribute, AddressTransfer, AllowedImagesSettingsEnabledState, AutoPlacement, CurrencyCodeValues, DeviceTrustProviderType, HostMaintenance, HostRecovery, IpamPoolAllocation, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, 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
4
  import { ConversionTask, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
- import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, LockState, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
5
+ import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, 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 DisassociateTrunkInterfaceRequest {
11
+ /**
12
+ * <p>The ID of the association</p>
13
+ * @public
14
+ */
15
+ AssociationId: string | undefined;
16
+ /**
17
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
18
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
19
+ * idempotency</a>.</p>
20
+ * @public
21
+ */
22
+ ClientToken?: string | undefined;
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
25
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
26
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
27
+ * @public
28
+ */
29
+ DryRun?: boolean | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ */
34
+ export interface DisassociateTrunkInterfaceResult {
35
+ /**
36
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
37
+ * @public
38
+ */
39
+ Return?: boolean | undefined;
40
+ /**
41
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
42
+ * request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
43
+ * idempotency</a>.</p>
44
+ * @public
45
+ */
46
+ ClientToken?: string | undefined;
47
+ }
48
+ /**
49
+ * @public
50
+ */
51
+ export interface DisassociateVpcCidrBlockRequest {
52
+ /**
53
+ * <p>The association ID for the CIDR block.</p>
54
+ * @public
55
+ */
56
+ AssociationId: string | undefined;
57
+ }
58
+ /**
59
+ * @public
60
+ */
61
+ export interface DisassociateVpcCidrBlockResult {
62
+ /**
63
+ * <p>Information about the IPv6 CIDR block association.</p>
64
+ * @public
65
+ */
66
+ Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation | undefined;
67
+ /**
68
+ * <p>Information about the IPv4 CIDR block association.</p>
69
+ * @public
70
+ */
71
+ CidrBlockAssociation?: VpcCidrBlockAssociation | undefined;
72
+ /**
73
+ * <p>The ID of the VPC.</p>
74
+ * @public
75
+ */
76
+ VpcId?: string | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface EnableAddressTransferRequest {
82
+ /**
83
+ * <p>The allocation ID of an Elastic IP address.</p>
84
+ * @public
85
+ */
86
+ AllocationId: string | undefined;
87
+ /**
88
+ * <p>The ID of the account that you want to transfer the Elastic IP address to.</p>
89
+ * @public
90
+ */
91
+ TransferAccountId: string | undefined;
92
+ /**
93
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
94
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
95
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
96
+ * @public
97
+ */
98
+ DryRun?: boolean | undefined;
99
+ }
7
100
  /**
8
101
  * @public
9
102
  */
@@ -7782,95 +7875,6 @@ export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
7782
7875
  * @public
7783
7876
  */
7784
7877
  export type UnsuccessfulInstanceCreditSpecificationErrorCode = (typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
7785
- /**
7786
- * <p>Information about the error for the burstable performance instance whose credit option
7787
- * for CPU usage was not modified.</p>
7788
- * @public
7789
- */
7790
- export interface UnsuccessfulInstanceCreditSpecificationItemError {
7791
- /**
7792
- * <p>The error code.</p>
7793
- * @public
7794
- */
7795
- Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
7796
- /**
7797
- * <p>The applicable error message.</p>
7798
- * @public
7799
- */
7800
- Message?: string | undefined;
7801
- }
7802
- /**
7803
- * <p>Describes the burstable performance instance whose credit option for CPU usage was not
7804
- * modified.</p>
7805
- * @public
7806
- */
7807
- export interface UnsuccessfulInstanceCreditSpecificationItem {
7808
- /**
7809
- * <p>The ID of the instance.</p>
7810
- * @public
7811
- */
7812
- InstanceId?: string | undefined;
7813
- /**
7814
- * <p>The applicable error for the burstable performance instance whose credit option for
7815
- * CPU usage was not modified.</p>
7816
- * @public
7817
- */
7818
- Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
7819
- }
7820
- /**
7821
- * @public
7822
- */
7823
- export interface ModifyInstanceCreditSpecificationResult {
7824
- /**
7825
- * <p>Information about the instances whose credit option for CPU usage was successfully
7826
- * modified.</p>
7827
- * @public
7828
- */
7829
- SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[] | undefined;
7830
- /**
7831
- * <p>Information about the instances whose credit option for CPU usage was not
7832
- * modified.</p>
7833
- * @public
7834
- */
7835
- UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[] | undefined;
7836
- }
7837
- /**
7838
- * @public
7839
- */
7840
- export interface ModifyInstanceEventStartTimeRequest {
7841
- /**
7842
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7843
- * request, and provides an error response. If you have the required permissions, the error response is
7844
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7845
- * @public
7846
- */
7847
- DryRun?: boolean | undefined;
7848
- /**
7849
- * <p>The ID of the instance with the scheduled event.</p>
7850
- * @public
7851
- */
7852
- InstanceId: string | undefined;
7853
- /**
7854
- * <p>The ID of the event whose date and time you are modifying.</p>
7855
- * @public
7856
- */
7857
- InstanceEventId: string | undefined;
7858
- /**
7859
- * <p>The new date and time when the event will take place.</p>
7860
- * @public
7861
- */
7862
- NotBefore: Date | undefined;
7863
- }
7864
- /**
7865
- * @public
7866
- */
7867
- export interface ModifyInstanceEventStartTimeResult {
7868
- /**
7869
- * <p>Information about the event.</p>
7870
- * @public
7871
- */
7872
- Event?: InstanceStatusEvent | undefined;
7873
- }
7874
7878
  /**
7875
7879
  * @internal
7876
7880
  */
@@ -1,10 +1,99 @@
1
- import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, NatGatewayAddress, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, ConnectionTrackingSpecificationRequest, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, MarketType, OperatorRequest, Placement, RequestIpamResourceTag, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, ManagedPrefixList, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, RuleAction, SnapshotState, SSEType, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
4
  import { Byoasn, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceStatusEvent, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, TpmSupportValues } from "./models_4";
6
6
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, LaunchTemplateConfig, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { CapacityReservationSpecification, IpamResourceCidr, OperationType, Purchase } from "./models_6";
7
+ import { CapacityReservationSpecification, IpamResourceCidr, OperationType, Purchase, SuccessfulInstanceCreditSpecificationItem, UnsuccessfulInstanceCreditSpecificationErrorCode } from "./models_6";
8
+ /**
9
+ * <p>Information about the error for the burstable performance instance whose credit option
10
+ * for CPU usage was not modified.</p>
11
+ * @public
12
+ */
13
+ export interface UnsuccessfulInstanceCreditSpecificationItemError {
14
+ /**
15
+ * <p>The error code.</p>
16
+ * @public
17
+ */
18
+ Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
19
+ /**
20
+ * <p>The applicable error message.</p>
21
+ * @public
22
+ */
23
+ Message?: string | undefined;
24
+ }
25
+ /**
26
+ * <p>Describes the burstable performance instance whose credit option for CPU usage was not
27
+ * modified.</p>
28
+ * @public
29
+ */
30
+ export interface UnsuccessfulInstanceCreditSpecificationItem {
31
+ /**
32
+ * <p>The ID of the instance.</p>
33
+ * @public
34
+ */
35
+ InstanceId?: string | undefined;
36
+ /**
37
+ * <p>The applicable error for the burstable performance instance whose credit option for
38
+ * CPU usage was not modified.</p>
39
+ * @public
40
+ */
41
+ Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ export interface ModifyInstanceCreditSpecificationResult {
47
+ /**
48
+ * <p>Information about the instances whose credit option for CPU usage was successfully
49
+ * modified.</p>
50
+ * @public
51
+ */
52
+ SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[] | undefined;
53
+ /**
54
+ * <p>Information about the instances whose credit option for CPU usage was not
55
+ * modified.</p>
56
+ * @public
57
+ */
58
+ UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[] | undefined;
59
+ }
60
+ /**
61
+ * @public
62
+ */
63
+ export interface ModifyInstanceEventStartTimeRequest {
64
+ /**
65
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
66
+ * request, and provides an error response. If you have the required permissions, the error response is
67
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
68
+ * @public
69
+ */
70
+ DryRun?: boolean | undefined;
71
+ /**
72
+ * <p>The ID of the instance with the scheduled event.</p>
73
+ * @public
74
+ */
75
+ InstanceId: string | undefined;
76
+ /**
77
+ * <p>The ID of the event whose date and time you are modifying.</p>
78
+ * @public
79
+ */
80
+ InstanceEventId: string | undefined;
81
+ /**
82
+ * <p>The new date and time when the event will take place.</p>
83
+ * @public
84
+ */
85
+ NotBefore: Date | undefined;
86
+ }
87
+ /**
88
+ * @public
89
+ */
90
+ export interface ModifyInstanceEventStartTimeResult {
91
+ /**
92
+ * <p>Information about the event.</p>
93
+ * @public
94
+ */
95
+ Event?: InstanceStatusEvent | undefined;
96
+ }
8
97
  /**
9
98
  * @public
10
99
  */
@@ -797,8 +886,8 @@ export interface ModifyLaunchTemplateRequest {
797
886
  DryRun?: boolean | undefined;
798
887
  /**
799
888
  * <p>Unique, case-sensitive identifier you provide to ensure the idempotency of the
800
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
801
- * idempotency</a>.</p>
889
+ * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency
890
+ * in Amazon EC2 API requests</a>.</p>
802
891
  * <p>Constraint: Maximum 128 ASCII characters.</p>
803
892
  * @public
804
893
  */
@@ -8222,110 +8311,6 @@ export interface TerminateInstancesResult {
8222
8311
  */
8223
8312
  TerminatingInstances?: InstanceStateChange[] | undefined;
8224
8313
  }
8225
- /**
8226
- * @public
8227
- */
8228
- export interface UnassignIpv6AddressesRequest {
8229
- /**
8230
- * <p>The IPv6 prefixes to unassign from the network interface.</p>
8231
- * @public
8232
- */
8233
- Ipv6Prefixes?: string[] | undefined;
8234
- /**
8235
- * <p>The ID of the network interface.</p>
8236
- * @public
8237
- */
8238
- NetworkInterfaceId: string | undefined;
8239
- /**
8240
- * <p>The IPv6 addresses to unassign from the network interface.</p>
8241
- * @public
8242
- */
8243
- Ipv6Addresses?: string[] | undefined;
8244
- }
8245
- /**
8246
- * @public
8247
- */
8248
- export interface UnassignIpv6AddressesResult {
8249
- /**
8250
- * <p>The ID of the network interface.</p>
8251
- * @public
8252
- */
8253
- NetworkInterfaceId?: string | undefined;
8254
- /**
8255
- * <p>The IPv6 addresses that have been unassigned from the network interface.</p>
8256
- * @public
8257
- */
8258
- UnassignedIpv6Addresses?: string[] | undefined;
8259
- /**
8260
- * <p>The IPv6 prefixes that have been unassigned from the network interface.</p>
8261
- * @public
8262
- */
8263
- UnassignedIpv6Prefixes?: string[] | undefined;
8264
- }
8265
- /**
8266
- * <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
8267
- * @public
8268
- */
8269
- export interface UnassignPrivateIpAddressesRequest {
8270
- /**
8271
- * <p>The IPv4 prefixes to unassign from the network interface.</p>
8272
- * @public
8273
- */
8274
- Ipv4Prefixes?: string[] | undefined;
8275
- /**
8276
- * <p>The ID of the network interface.</p>
8277
- * @public
8278
- */
8279
- NetworkInterfaceId: string | undefined;
8280
- /**
8281
- * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
8282
- * option multiple times to unassign more than one IP address.</p>
8283
- * @public
8284
- */
8285
- PrivateIpAddresses?: string[] | undefined;
8286
- }
8287
- /**
8288
- * @public
8289
- */
8290
- export interface UnassignPrivateNatGatewayAddressRequest {
8291
- /**
8292
- * <p>The ID of the NAT gateway.</p>
8293
- * @public
8294
- */
8295
- NatGatewayId: string | undefined;
8296
- /**
8297
- * <p>The private IPv4 addresses you want to unassign.</p>
8298
- * @public
8299
- */
8300
- PrivateIpAddresses: string[] | undefined;
8301
- /**
8302
- * <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
8303
- * @public
8304
- */
8305
- MaxDrainDurationSeconds?: number | undefined;
8306
- /**
8307
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8308
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8309
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8310
- * @public
8311
- */
8312
- DryRun?: boolean | undefined;
8313
- }
8314
- /**
8315
- * @public
8316
- */
8317
- export interface UnassignPrivateNatGatewayAddressResult {
8318
- /**
8319
- * <p>The ID of the NAT gateway.</p>
8320
- * @public
8321
- */
8322
- NatGatewayId?: string | undefined;
8323
- /**
8324
- * <p>Information about the NAT gateway IP addresses.</p>
8325
- * @public
8326
- */
8327
- NatGatewayAddresses?: NatGatewayAddress[] | undefined;
8328
- }
8329
8314
  /**
8330
8315
  * @internal
8331
8316
  */
@@ -1,5 +1,109 @@
1
- import { ByoipCidr, IpPermission } from "./models_0";
1
+ import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
2
2
  import { InstanceMonitoring } from "./models_7";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface UnassignIpv6AddressesRequest {
7
+ /**
8
+ * <p>The IPv6 prefixes to unassign from the network interface.</p>
9
+ * @public
10
+ */
11
+ Ipv6Prefixes?: string[] | undefined;
12
+ /**
13
+ * <p>The ID of the network interface.</p>
14
+ * @public
15
+ */
16
+ NetworkInterfaceId: string | undefined;
17
+ /**
18
+ * <p>The IPv6 addresses to unassign from the network interface.</p>
19
+ * @public
20
+ */
21
+ Ipv6Addresses?: string[] | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface UnassignIpv6AddressesResult {
27
+ /**
28
+ * <p>The ID of the network interface.</p>
29
+ * @public
30
+ */
31
+ NetworkInterfaceId?: string | undefined;
32
+ /**
33
+ * <p>The IPv6 addresses that have been unassigned from the network interface.</p>
34
+ * @public
35
+ */
36
+ UnassignedIpv6Addresses?: string[] | undefined;
37
+ /**
38
+ * <p>The IPv6 prefixes that have been unassigned from the network interface.</p>
39
+ * @public
40
+ */
41
+ UnassignedIpv6Prefixes?: string[] | undefined;
42
+ }
43
+ /**
44
+ * <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
45
+ * @public
46
+ */
47
+ export interface UnassignPrivateIpAddressesRequest {
48
+ /**
49
+ * <p>The IPv4 prefixes to unassign from the network interface.</p>
50
+ * @public
51
+ */
52
+ Ipv4Prefixes?: string[] | undefined;
53
+ /**
54
+ * <p>The ID of the network interface.</p>
55
+ * @public
56
+ */
57
+ NetworkInterfaceId: string | undefined;
58
+ /**
59
+ * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
60
+ * option multiple times to unassign more than one IP address.</p>
61
+ * @public
62
+ */
63
+ PrivateIpAddresses?: string[] | undefined;
64
+ }
65
+ /**
66
+ * @public
67
+ */
68
+ export interface UnassignPrivateNatGatewayAddressRequest {
69
+ /**
70
+ * <p>The ID of the NAT gateway.</p>
71
+ * @public
72
+ */
73
+ NatGatewayId: string | undefined;
74
+ /**
75
+ * <p>The private IPv4 addresses you want to unassign.</p>
76
+ * @public
77
+ */
78
+ PrivateIpAddresses: string[] | undefined;
79
+ /**
80
+ * <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
81
+ * @public
82
+ */
83
+ MaxDrainDurationSeconds?: number | undefined;
84
+ /**
85
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
86
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
87
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
88
+ * @public
89
+ */
90
+ DryRun?: boolean | undefined;
91
+ }
92
+ /**
93
+ * @public
94
+ */
95
+ export interface UnassignPrivateNatGatewayAddressResult {
96
+ /**
97
+ * <p>The ID of the NAT gateway.</p>
98
+ * @public
99
+ */
100
+ NatGatewayId?: string | undefined;
101
+ /**
102
+ * <p>Information about the NAT gateway IP addresses.</p>
103
+ * @public
104
+ */
105
+ NatGatewayAddresses?: NatGatewayAddress[] | undefined;
106
+ }
3
107
  /**
4
108
  * @public
5
109
  */
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest,
10
- CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult,
11
- } from "../models/models_1";
8
+ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest } from "../models/models_1";
9
+ import { CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateLocalGatewayRouteTableVpcAssociationRequest } from "../models/models_1";
9
- import { CreateLocalGatewayRouteTableVpcAssociationResult } from "../models/models_2";
8
+ import {
9
+ CreateLocalGatewayRouteTableVpcAssociationRequest,
10
+ CreateLocalGatewayRouteTableVpcAssociationResult,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateLocalGatewayRouteTableVpcAssociationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteCarrierGatewayRequest,
10
10
  DeleteCarrierGatewayResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteCarrierGatewayCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DeleteClientVpnEndpointRequest,
10
10
  DeleteClientVpnEndpointResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DeleteClientVpnEndpointCommandInput
@@ -5,11 +5,16 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DeregisterImageRequest } from "../models/models_3";
8
+ import {
9
+ DeregisterImageRequest,
10
+ DeregisterImageResult,
11
+ } from "../models/models_3";
9
12
  export { __MetadataBearer };
10
13
  export { $Command };
11
14
  export interface DeregisterImageCommandInput extends DeregisterImageRequest {}
12
- export interface DeregisterImageCommandOutput extends __MetadataBearer {}
15
+ export interface DeregisterImageCommandOutput
16
+ extends DeregisterImageResult,
17
+ __MetadataBearer {}
13
18
  declare const DeregisterImageCommand_base: {
14
19
  new (
15
20
  input: DeregisterImageCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeFastSnapshotRestoresRequest,
10
- DescribeFastSnapshotRestoresResult,
11
- } from "../models/models_3";
8
+ import { DescribeFastSnapshotRestoresRequest } from "../models/models_3";
9
+ import { DescribeFastSnapshotRestoresResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeFastSnapshotRestoresCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeFleetHistoryRequest } from "../models/models_3";
9
- import { DescribeFleetHistoryResult } from "../models/models_4";
8
+ import {
9
+ DescribeFleetHistoryRequest,
10
+ DescribeFleetHistoryResult,
11
+ } from "../models/models_4";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeFleetHistoryCommandInput
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeRegionsRequest,
10
- DescribeRegionsResult,
11
- } from "../models/models_4";
8
+ import { DescribeRegionsRequest } from "../models/models_4";
9
+ import { DescribeRegionsResult } from "../models/models_5";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeReplaceRootVolumeTasksRequest,
10
10
  DescribeReplaceRootVolumeTasksResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeReplaceRootVolumeTasksCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DisassociateTrunkInterfaceRequest,
10
10
  DisassociateTrunkInterfaceResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DisassociateTrunkInterfaceCommandInput