@aws-sdk/client-ec2 3.696.0 → 3.697.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 (66) hide show
  1. package/dist-cjs/index.js +179 -38
  2. package/dist-es/models/models_1.js +2 -4
  3. package/dist-es/models/models_2.js +4 -0
  4. package/dist-es/models/models_3.js +0 -6
  5. package/dist-es/models/models_4.js +6 -0
  6. package/dist-es/protocols/Aws_ec2.js +168 -26
  7. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  8. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  9. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  10. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -2
  16. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  17. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  21. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  24. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  25. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  26. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  28. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  29. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  30. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  31. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  32. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  33. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  34. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  35. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  36. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  37. package/dist-types/models/models_1.d.ts +245 -198
  38. package/dist-types/models/models_2.d.ts +199 -115
  39. package/dist-types/models/models_3.d.ts +115 -220
  40. package/dist-types/models/models_4.d.ts +222 -341
  41. package/dist-types/models/models_5.d.ts +340 -211
  42. package/dist-types/models/models_6.d.ts +228 -135
  43. package/dist-types/models/models_7.d.ts +126 -5
  44. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_1.d.ts +22 -45
  60. package/dist-types/ts3.4/models/models_2.d.ts +46 -25
  61. package/dist-types/ts3.4/models/models_3.d.ts +25 -48
  62. package/dist-types/ts3.4/models/models_4.d.ts +49 -43
  63. package/dist-types/ts3.4/models/models_5.d.ts +41 -40
  64. package/dist-types/ts3.4/models/models_6.d.ts +39 -36
  65. package/dist-types/ts3.4/models/models_7.d.ts +41 -8
  66. package/package.json +1 -1
@@ -1,5 +1,202 @@
1
- import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv4PrefixSpecification, Ipv6SupportValue, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipam, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
1
+ import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
+ import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NetworkAclAssociation, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes the ICMP type and code.</p>
5
+ * @public
6
+ */
7
+ export interface IcmpTypeCode {
8
+ /**
9
+ * <p>The ICMP code. A value of -1 means all codes for the specified ICMP type.</p>
10
+ * @public
11
+ */
12
+ Code?: number | undefined;
13
+ /**
14
+ * <p>The ICMP type. A value of -1 means all types.</p>
15
+ * @public
16
+ */
17
+ Type?: number | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ * @enum
22
+ */
23
+ export declare const RuleAction: {
24
+ readonly allow: "allow";
25
+ readonly deny: "deny";
26
+ };
27
+ /**
28
+ * @public
29
+ */
30
+ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
31
+ /**
32
+ * <p>Describes an entry in a network ACL.</p>
33
+ * @public
34
+ */
35
+ export interface NetworkAclEntry {
36
+ /**
37
+ * <p>The IPv4 network range to allow or deny, in CIDR notation.</p>
38
+ * @public
39
+ */
40
+ CidrBlock?: string | undefined;
41
+ /**
42
+ * <p>Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).</p>
43
+ * @public
44
+ */
45
+ Egress?: boolean | undefined;
46
+ /**
47
+ * <p>ICMP protocol: The ICMP type and code.</p>
48
+ * @public
49
+ */
50
+ IcmpTypeCode?: IcmpTypeCode | undefined;
51
+ /**
52
+ * <p>The IPv6 network range to allow or deny, in CIDR notation.</p>
53
+ * @public
54
+ */
55
+ Ipv6CidrBlock?: string | undefined;
56
+ /**
57
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.</p>
58
+ * @public
59
+ */
60
+ PortRange?: PortRange | undefined;
61
+ /**
62
+ * <p>The protocol number. A value of "-1" means all protocols.</p>
63
+ * @public
64
+ */
65
+ Protocol?: string | undefined;
66
+ /**
67
+ * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
68
+ * @public
69
+ */
70
+ RuleAction?: RuleAction | undefined;
71
+ /**
72
+ * <p>The rule number for the entry. ACL entries are processed in ascending order by rule number.</p>
73
+ * @public
74
+ */
75
+ RuleNumber?: number | undefined;
76
+ }
77
+ /**
78
+ * <p>Describes a network ACL.</p>
79
+ * @public
80
+ */
81
+ export interface NetworkAcl {
82
+ /**
83
+ * <p>Any associations between the network ACL and your subnets</p>
84
+ * @public
85
+ */
86
+ Associations?: NetworkAclAssociation[] | undefined;
87
+ /**
88
+ * <p>The entries (rules) in the network ACL.</p>
89
+ * @public
90
+ */
91
+ Entries?: NetworkAclEntry[] | undefined;
92
+ /**
93
+ * <p>Indicates whether this is the default network ACL for the VPC.</p>
94
+ * @public
95
+ */
96
+ IsDefault?: boolean | undefined;
97
+ /**
98
+ * <p>The ID of the network ACL.</p>
99
+ * @public
100
+ */
101
+ NetworkAclId?: string | undefined;
102
+ /**
103
+ * <p>Any tags assigned to the network ACL.</p>
104
+ * @public
105
+ */
106
+ Tags?: Tag[] | undefined;
107
+ /**
108
+ * <p>The ID of the VPC for the network ACL.</p>
109
+ * @public
110
+ */
111
+ VpcId?: string | undefined;
112
+ /**
113
+ * <p>The ID of the Amazon Web Services account that owns the network ACL.</p>
114
+ * @public
115
+ */
116
+ OwnerId?: string | undefined;
117
+ }
118
+ /**
119
+ * @public
120
+ */
121
+ export interface CreateNetworkAclResult {
122
+ /**
123
+ * <p>Information about the network ACL.</p>
124
+ * @public
125
+ */
126
+ NetworkAcl?: NetworkAcl | undefined;
127
+ /**
128
+ * <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
129
+ * @public
130
+ */
131
+ ClientToken?: string | undefined;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface CreateNetworkAclEntryRequest {
137
+ /**
138
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
139
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
140
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
141
+ * @public
142
+ */
143
+ DryRun?: boolean | undefined;
144
+ /**
145
+ * <p>The ID of the network ACL.</p>
146
+ * @public
147
+ */
148
+ NetworkAclId: string | undefined;
149
+ /**
150
+ * <p>The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.</p>
151
+ * <p>Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.</p>
152
+ * @public
153
+ */
154
+ RuleNumber: number | undefined;
155
+ /**
156
+ * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
157
+ * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
158
+ * allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
159
+ * protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
160
+ * codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
161
+ * and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
162
+ * @public
163
+ */
164
+ Protocol: string | undefined;
165
+ /**
166
+ * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
167
+ * @public
168
+ */
169
+ RuleAction: RuleAction | undefined;
170
+ /**
171
+ * <p>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</p>
172
+ * @public
173
+ */
174
+ Egress: boolean | undefined;
175
+ /**
176
+ * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
177
+ * <code>172.16.0.0/24</code>). We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
178
+ * @public
179
+ */
180
+ CidrBlock?: string | undefined;
181
+ /**
182
+ * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
183
+ * <code>2001:db8:1234:1a00::/64</code>).</p>
184
+ * @public
185
+ */
186
+ Ipv6CidrBlock?: string | undefined;
187
+ /**
188
+ * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
189
+ * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
190
+ * @public
191
+ */
192
+ IcmpTypeCode?: IcmpTypeCode | undefined;
193
+ /**
194
+ * <p>TCP or UDP protocols: The range of ports the rule applies to.
195
+ * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
196
+ * @public
197
+ */
198
+ PortRange?: PortRange | undefined;
199
+ }
3
200
  /**
4
201
  * @public
5
202
  */
@@ -8250,119 +8447,6 @@ export interface DeleteInstanceEventWindowRequest {
8250
8447
  */
8251
8448
  InstanceEventWindowId: string | undefined;
8252
8449
  }
8253
- /**
8254
- * <p>The state of the event window.</p>
8255
- * @public
8256
- */
8257
- export interface InstanceEventWindowStateChange {
8258
- /**
8259
- * <p>The ID of the event window.</p>
8260
- * @public
8261
- */
8262
- InstanceEventWindowId?: string | undefined;
8263
- /**
8264
- * <p>The current state of the event window.</p>
8265
- * @public
8266
- */
8267
- State?: InstanceEventWindowState | undefined;
8268
- }
8269
- /**
8270
- * @public
8271
- */
8272
- export interface DeleteInstanceEventWindowResult {
8273
- /**
8274
- * <p>The state of the event window.</p>
8275
- * @public
8276
- */
8277
- InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
8278
- }
8279
- /**
8280
- * @public
8281
- */
8282
- export interface DeleteInternetGatewayRequest {
8283
- /**
8284
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8285
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8286
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8287
- * @public
8288
- */
8289
- DryRun?: boolean | undefined;
8290
- /**
8291
- * <p>The ID of the internet gateway.</p>
8292
- * @public
8293
- */
8294
- InternetGatewayId: string | undefined;
8295
- }
8296
- /**
8297
- * @public
8298
- */
8299
- export interface DeleteIpamRequest {
8300
- /**
8301
- * <p>A check for whether you have the required permissions for the action without actually making the request
8302
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8303
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8304
- * @public
8305
- */
8306
- DryRun?: boolean | undefined;
8307
- /**
8308
- * <p>The ID of the IPAM to delete.</p>
8309
- * @public
8310
- */
8311
- IpamId: string | undefined;
8312
- /**
8313
- * <p>Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and
8314
- * any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:</p>
8315
- * <ul>
8316
- * <li>
8317
- * <p>Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools in private scopes.</p>
8318
- * <note>
8319
- * <p>No VPC resources are deleted as a result of enabling this option. The CIDR associated with the resource will no longer be allocated from an IPAM pool, but the CIDR itself will remain unchanged.</p>
8320
- * </note>
8321
- * </li>
8322
- * <li>
8323
- * <p>Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes.</p>
8324
- * </li>
8325
- * <li>
8326
- * <p>Deletes all IPAM pools in private scopes.</p>
8327
- * </li>
8328
- * <li>
8329
- * <p>Deletes all non-default private scopes in the IPAM.</p>
8330
- * </li>
8331
- * <li>
8332
- * <p>Deletes the default public and private scopes and the IPAM.</p>
8333
- * </li>
8334
- * </ul>
8335
- * @public
8336
- */
8337
- Cascade?: boolean | undefined;
8338
- }
8339
- /**
8340
- * @public
8341
- */
8342
- export interface DeleteIpamResult {
8343
- /**
8344
- * <p>Information about the results of the deletion.</p>
8345
- * @public
8346
- */
8347
- Ipam?: Ipam | undefined;
8348
- }
8349
- /**
8350
- * @public
8351
- */
8352
- export interface DeleteIpamExternalResourceVerificationTokenRequest {
8353
- /**
8354
- * <p>A check for whether you have the required permissions for the action without actually making the request
8355
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8356
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8357
- * @public
8358
- */
8359
- DryRun?: boolean | undefined;
8360
- /**
8361
- * <p>The token ID.</p>
8362
- * @public
8363
- */
8364
- IpamExternalResourceVerificationTokenId: string | undefined;
8365
- }
8366
8450
  /**
8367
8451
  * @internal
8368
8452
  */
@@ -1,6 +1,119 @@
1
- import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
1
+ import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, InstanceEventWindowState, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
4
+ /**
5
+ * <p>The state of the event window.</p>
6
+ * @public
7
+ */
8
+ export interface InstanceEventWindowStateChange {
9
+ /**
10
+ * <p>The ID of the event window.</p>
11
+ * @public
12
+ */
13
+ InstanceEventWindowId?: string | undefined;
14
+ /**
15
+ * <p>The current state of the event window.</p>
16
+ * @public
17
+ */
18
+ State?: InstanceEventWindowState | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface DeleteInstanceEventWindowResult {
24
+ /**
25
+ * <p>The state of the event window.</p>
26
+ * @public
27
+ */
28
+ InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
29
+ }
30
+ /**
31
+ * @public
32
+ */
33
+ export interface DeleteInternetGatewayRequest {
34
+ /**
35
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
36
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
37
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
38
+ * @public
39
+ */
40
+ DryRun?: boolean | undefined;
41
+ /**
42
+ * <p>The ID of the internet gateway.</p>
43
+ * @public
44
+ */
45
+ InternetGatewayId: string | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface DeleteIpamRequest {
51
+ /**
52
+ * <p>A check for whether you have the required permissions for the action without actually making the request
53
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
54
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ * @public
56
+ */
57
+ DryRun?: boolean | undefined;
58
+ /**
59
+ * <p>The ID of the IPAM to delete.</p>
60
+ * @public
61
+ */
62
+ IpamId: string | undefined;
63
+ /**
64
+ * <p>Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and
65
+ * any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:</p>
66
+ * <ul>
67
+ * <li>
68
+ * <p>Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools in private scopes.</p>
69
+ * <note>
70
+ * <p>No VPC resources are deleted as a result of enabling this option. The CIDR associated with the resource will no longer be allocated from an IPAM pool, but the CIDR itself will remain unchanged.</p>
71
+ * </note>
72
+ * </li>
73
+ * <li>
74
+ * <p>Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes.</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>Deletes all IPAM pools in private scopes.</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>Deletes all non-default private scopes in the IPAM.</p>
81
+ * </li>
82
+ * <li>
83
+ * <p>Deletes the default public and private scopes and the IPAM.</p>
84
+ * </li>
85
+ * </ul>
86
+ * @public
87
+ */
88
+ Cascade?: boolean | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface DeleteIpamResult {
94
+ /**
95
+ * <p>Information about the results of the deletion.</p>
96
+ * @public
97
+ */
98
+ Ipam?: Ipam | undefined;
99
+ }
100
+ /**
101
+ * @public
102
+ */
103
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
104
+ /**
105
+ * <p>A check for whether you have the required permissions for the action without actually making the request
106
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
107
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
108
+ * @public
109
+ */
110
+ DryRun?: boolean | undefined;
111
+ /**
112
+ * <p>The token ID.</p>
113
+ * @public
114
+ */
115
+ IpamExternalResourceVerificationTokenId: string | undefined;
116
+ }
4
117
  /**
5
118
  * @public
6
119
  */
@@ -7353,224 +7466,6 @@ export declare const PaymentOption: {
7353
7466
  * @public
7354
7467
  */
7355
7468
  export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
7356
- /**
7357
- * <p>Details about the Dedicated Host Reservation offering.</p>
7358
- * @public
7359
- */
7360
- export interface HostOffering {
7361
- /**
7362
- * <p>The currency of the offering.</p>
7363
- * @public
7364
- */
7365
- CurrencyCode?: CurrencyCodeValues | undefined;
7366
- /**
7367
- * <p>The duration of the offering (in seconds).</p>
7368
- * @public
7369
- */
7370
- Duration?: number | undefined;
7371
- /**
7372
- * <p>The hourly price of the offering.</p>
7373
- * @public
7374
- */
7375
- HourlyPrice?: string | undefined;
7376
- /**
7377
- * <p>The instance family of the offering.</p>
7378
- * @public
7379
- */
7380
- InstanceFamily?: string | undefined;
7381
- /**
7382
- * <p>The ID of the offering.</p>
7383
- * @public
7384
- */
7385
- OfferingId?: string | undefined;
7386
- /**
7387
- * <p>The available payment option.</p>
7388
- * @public
7389
- */
7390
- PaymentOption?: PaymentOption | undefined;
7391
- /**
7392
- * <p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>
7393
- * @public
7394
- */
7395
- UpfrontPrice?: string | undefined;
7396
- }
7397
- /**
7398
- * @public
7399
- */
7400
- export interface DescribeHostReservationOfferingsResult {
7401
- /**
7402
- * <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>
7403
- * @public
7404
- */
7405
- NextToken?: string | undefined;
7406
- /**
7407
- * <p>Information about the offerings.</p>
7408
- * @public
7409
- */
7410
- OfferingSet?: HostOffering[] | undefined;
7411
- }
7412
- /**
7413
- * @public
7414
- */
7415
- export interface DescribeHostReservationsRequest {
7416
- /**
7417
- * <p>The filters.</p>
7418
- * <ul>
7419
- * <li>
7420
- * <p>
7421
- * <code>instance-family</code> - The instance family (for example,
7422
- * <code>m4</code>).</p>
7423
- * </li>
7424
- * <li>
7425
- * <p>
7426
- * <code>payment-option</code> - The payment option (<code>NoUpfront</code> |
7427
- * <code>PartialUpfront</code> | <code>AllUpfront</code>).</p>
7428
- * </li>
7429
- * <li>
7430
- * <p>
7431
- * <code>state</code> - The state of the reservation (<code>payment-pending</code>
7432
- * | <code>payment-failed</code> | <code>active</code> |
7433
- * <code>retired</code>).</p>
7434
- * </li>
7435
- * <li>
7436
- * <p>
7437
- * <code>tag:<key></code> - 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.
7438
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
7439
- * </li>
7440
- * <li>
7441
- * <p>
7442
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
7443
- * </li>
7444
- * </ul>
7445
- * @public
7446
- */
7447
- Filter?: Filter[] | undefined;
7448
- /**
7449
- * <p>The host reservation IDs.</p>
7450
- * @public
7451
- */
7452
- HostReservationIdSet?: string[] | undefined;
7453
- /**
7454
- * <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
7455
- * @public
7456
- */
7457
- MaxResults?: number | undefined;
7458
- /**
7459
- * <p>The token to use to retrieve the next page of results.</p>
7460
- * @public
7461
- */
7462
- NextToken?: string | undefined;
7463
- }
7464
- /**
7465
- * @public
7466
- * @enum
7467
- */
7468
- export declare const ReservationState: {
7469
- readonly ACTIVE: "active";
7470
- readonly PAYMENT_FAILED: "payment-failed";
7471
- readonly PAYMENT_PENDING: "payment-pending";
7472
- readonly RETIRED: "retired";
7473
- };
7474
- /**
7475
- * @public
7476
- */
7477
- export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
7478
- /**
7479
- * <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
7480
- * @public
7481
- */
7482
- export interface HostReservation {
7483
- /**
7484
- * <p>The number of Dedicated Hosts the reservation is associated with.</p>
7485
- * @public
7486
- */
7487
- Count?: number | undefined;
7488
- /**
7489
- * <p>The currency in which the <code>upfrontPrice</code> and <code>hourlyPrice</code>
7490
- * amounts are specified. At this time, the only supported currency is
7491
- * <code>USD</code>.</p>
7492
- * @public
7493
- */
7494
- CurrencyCode?: CurrencyCodeValues | undefined;
7495
- /**
7496
- * <p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1
7497
- * year)</code> | <code>94608000 (3 years)</code>.</p>
7498
- * @public
7499
- */
7500
- Duration?: number | undefined;
7501
- /**
7502
- * <p>The date and time that the reservation ends.</p>
7503
- * @public
7504
- */
7505
- End?: Date | undefined;
7506
- /**
7507
- * <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
7508
- * @public
7509
- */
7510
- HostIdSet?: string[] | undefined;
7511
- /**
7512
- * <p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>
7513
- * @public
7514
- */
7515
- HostReservationId?: string | undefined;
7516
- /**
7517
- * <p>The hourly price of the reservation.</p>
7518
- * @public
7519
- */
7520
- HourlyPrice?: string | undefined;
7521
- /**
7522
- * <p>The instance family of the Dedicated Host Reservation. The instance family on the
7523
- * Dedicated Host must be the same in order for it to benefit from the reservation.</p>
7524
- * @public
7525
- */
7526
- InstanceFamily?: string | undefined;
7527
- /**
7528
- * <p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts
7529
- * are associated with it.</p>
7530
- * @public
7531
- */
7532
- OfferingId?: string | undefined;
7533
- /**
7534
- * <p>The payment option selected for this reservation.</p>
7535
- * @public
7536
- */
7537
- PaymentOption?: PaymentOption | undefined;
7538
- /**
7539
- * <p>The date and time that the reservation started.</p>
7540
- * @public
7541
- */
7542
- Start?: Date | undefined;
7543
- /**
7544
- * <p>The state of the reservation.</p>
7545
- * @public
7546
- */
7547
- State?: ReservationState | undefined;
7548
- /**
7549
- * <p>The upfront price of the reservation.</p>
7550
- * @public
7551
- */
7552
- UpfrontPrice?: string | undefined;
7553
- /**
7554
- * <p>Any tags assigned to the Dedicated Host Reservation.</p>
7555
- * @public
7556
- */
7557
- Tags?: Tag[] | undefined;
7558
- }
7559
- /**
7560
- * @public
7561
- */
7562
- export interface DescribeHostReservationsResult {
7563
- /**
7564
- * <p>Details about the reservation's configuration.</p>
7565
- * @public
7566
- */
7567
- HostReservationSet?: HostReservation[] | undefined;
7568
- /**
7569
- * <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>
7570
- * @public
7571
- */
7572
- NextToken?: string | undefined;
7573
- }
7574
7469
  /**
7575
7470
  * @internal
7576
7471
  */