@aws-sdk/client-ec2 3.758.0 → 3.764.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 (76) hide show
  1. package/dist-cjs/index.js +387 -282
  2. package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
  3. package/dist-es/models/models_0.js +4 -4
  4. package/dist-es/models/models_1.js +23 -4
  5. package/dist-es/models/models_2.js +4 -9
  6. package/dist-es/models/models_3.js +10 -15
  7. package/dist-es/models/models_4.js +15 -0
  8. package/dist-es/models/models_5.js +1 -1
  9. package/dist-es/models/models_6.js +0 -6
  10. package/dist-es/models/models_7.js +7 -1
  11. package/dist-es/protocols/Aws_ec2.js +139 -64
  12. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
  13. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
  17. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
  21. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
  27. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  29. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  30. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
  32. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
  34. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  35. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  36. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  37. package/dist-types/models/models_0.d.ts +20 -12
  38. package/dist-types/models/models_1.d.ts +86 -233
  39. package/dist-types/models/models_2.d.ts +236 -253
  40. package/dist-types/models/models_3.d.ts +248 -243
  41. package/dist-types/models/models_4.d.ts +247 -197
  42. package/dist-types/models/models_5.d.ts +198 -120
  43. package/dist-types/models/models_6.d.ts +119 -132
  44. package/dist-types/models/models_7.d.ts +134 -148
  45. package/dist-types/models/models_8.d.ts +145 -1
  46. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
  53. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
  54. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
  64. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/models/models_0.d.ts +7 -6
  68. package/dist-types/ts3.4/models/models_1.d.ts +52 -40
  69. package/dist-types/ts3.4/models/models_2.d.ts +40 -59
  70. package/dist-types/ts3.4/models/models_3.d.ts +66 -57
  71. package/dist-types/ts3.4/models/models_4.d.ts +60 -42
  72. package/dist-types/ts3.4/models/models_5.d.ts +45 -38
  73. package/dist-types/ts3.4/models/models_6.d.ts +35 -39
  74. package/dist-types/ts3.4/models/models_7.d.ts +38 -37
  75. package/dist-types/ts3.4/models/models_8.d.ts +34 -1
  76. package/package.json +1 -1
@@ -1,8 +1,202 @@
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, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, 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
- 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, VpnConnection, VpnGateway } from "./models_2";
4
- import { FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, StatisticType } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
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, 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
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface DescribePrincipalIdFormatResult {
26
+ /**
27
+ * <p>Information about the ID format settings for the ARN.</p>
28
+ * @public
29
+ */
30
+ Principals?: PrincipalIdFormat[] | undefined;
31
+ /**
32
+ * <p>The token to use to retrieve the next page of results. This value is null when there are no more results to return.</p>
33
+ * @public
34
+ */
35
+ NextToken?: string | undefined;
36
+ }
37
+ /**
38
+ * @public
39
+ */
40
+ export interface DescribePublicIpv4PoolsRequest {
41
+ /**
42
+ * <p>The IDs of the address pools.</p>
43
+ * @public
44
+ */
45
+ PoolIds?: string[] | undefined;
46
+ /**
47
+ * <p>The token for the next page of results.</p>
48
+ * @public
49
+ */
50
+ NextToken?: string | undefined;
51
+ /**
52
+ * <p>The maximum number of results to return with a single call.
53
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
54
+ * @public
55
+ */
56
+ MaxResults?: number | undefined;
57
+ /**
58
+ * <p>One or more filters.</p>
59
+ * <ul>
60
+ * <li>
61
+ * <p>
62
+ * <code>tag</code>:<key> - 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.
63
+ * 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>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <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>
68
+ * </li>
69
+ * </ul>
70
+ * @public
71
+ */
72
+ Filters?: Filter[] | undefined;
73
+ }
74
+ /**
75
+ * <p>Describes an address range of an IPv4 address pool.</p>
76
+ * @public
77
+ */
78
+ export interface PublicIpv4PoolRange {
79
+ /**
80
+ * <p>The first IP address in the range.</p>
81
+ * @public
82
+ */
83
+ FirstAddress?: string | undefined;
84
+ /**
85
+ * <p>The last IP address in the range.</p>
86
+ * @public
87
+ */
88
+ LastAddress?: string | undefined;
89
+ /**
90
+ * <p>The number of addresses in the range.</p>
91
+ * @public
92
+ */
93
+ AddressCount?: number | undefined;
94
+ /**
95
+ * <p>The number of available addresses in the range.</p>
96
+ * @public
97
+ */
98
+ AvailableAddressCount?: number | undefined;
99
+ }
100
+ /**
101
+ * <p>Describes an IPv4 address pool.</p>
102
+ * @public
103
+ */
104
+ export interface PublicIpv4Pool {
105
+ /**
106
+ * <p>The ID of the address pool.</p>
107
+ * @public
108
+ */
109
+ PoolId?: string | undefined;
110
+ /**
111
+ * <p>A description of the address pool.</p>
112
+ * @public
113
+ */
114
+ Description?: string | undefined;
115
+ /**
116
+ * <p>The address ranges.</p>
117
+ * @public
118
+ */
119
+ PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
120
+ /**
121
+ * <p>The total number of addresses.</p>
122
+ * @public
123
+ */
124
+ TotalAddressCount?: number | undefined;
125
+ /**
126
+ * <p>The total number of available addresses.</p>
127
+ * @public
128
+ */
129
+ TotalAvailableAddressCount?: number | undefined;
130
+ /**
131
+ * <p>The name of the location from which the address pool is advertised.
132
+ * A network border group is a unique set of Availability Zones or Local Zones
133
+ * from where Amazon Web Services advertises public IP addresses.</p>
134
+ * @public
135
+ */
136
+ NetworkBorderGroup?: string | undefined;
137
+ /**
138
+ * <p>Any tags for the address pool.</p>
139
+ * @public
140
+ */
141
+ Tags?: Tag[] | undefined;
142
+ }
143
+ /**
144
+ * @public
145
+ */
146
+ export interface DescribePublicIpv4PoolsResult {
147
+ /**
148
+ * <p>Information about the address pools.</p>
149
+ * @public
150
+ */
151
+ PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
152
+ /**
153
+ * <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>
154
+ * @public
155
+ */
156
+ NextToken?: string | undefined;
157
+ }
158
+ /**
159
+ * @public
160
+ */
161
+ export interface DescribeRegionsRequest {
162
+ /**
163
+ * <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
164
+ * @public
165
+ */
166
+ RegionNames?: string[] | undefined;
167
+ /**
168
+ * <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
169
+ * @public
170
+ */
171
+ AllRegions?: boolean | undefined;
172
+ /**
173
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
174
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
175
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
176
+ * @public
177
+ */
178
+ DryRun?: boolean | undefined;
179
+ /**
180
+ * <p>The filters.</p>
181
+ * <ul>
182
+ * <li>
183
+ * <p>
184
+ * <code>endpoint</code> - The endpoint of the Region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p>
185
+ * </li>
186
+ * <li>
187
+ * <p>
188
+ * <code>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> |
189
+ * <code>not-opted-in</code>).</p>
190
+ * </li>
191
+ * <li>
192
+ * <p>
193
+ * <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p>
194
+ * </li>
195
+ * </ul>
196
+ * @public
197
+ */
198
+ Filters?: Filter[] | undefined;
199
+ }
6
200
  /**
7
201
  * <p>Describes a Region.</p>
8
202
  * @public
@@ -9766,122 +9960,6 @@ export interface DisassociateSubnetCidrBlockRequest {
9766
9960
  */
9767
9961
  AssociationId: string | undefined;
9768
9962
  }
9769
- /**
9770
- * @public
9771
- */
9772
- export interface DisassociateSubnetCidrBlockResult {
9773
- /**
9774
- * <p>Information about the IPv6 CIDR block association.</p>
9775
- * @public
9776
- */
9777
- Ipv6CidrBlockAssociation?: SubnetIpv6CidrBlockAssociation | undefined;
9778
- /**
9779
- * <p>The ID of the subnet.</p>
9780
- * @public
9781
- */
9782
- SubnetId?: string | undefined;
9783
- }
9784
- /**
9785
- * @public
9786
- */
9787
- export interface DisassociateTransitGatewayMulticastDomainRequest {
9788
- /**
9789
- * <p>The ID of the transit gateway multicast domain.</p>
9790
- * @public
9791
- */
9792
- TransitGatewayMulticastDomainId: string | undefined;
9793
- /**
9794
- * <p>The ID of the attachment.</p>
9795
- * @public
9796
- */
9797
- TransitGatewayAttachmentId: string | undefined;
9798
- /**
9799
- * <p>The IDs of the subnets;</p>
9800
- * @public
9801
- */
9802
- SubnetIds: string[] | undefined;
9803
- /**
9804
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9805
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9806
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9807
- * @public
9808
- */
9809
- DryRun?: boolean | undefined;
9810
- }
9811
- /**
9812
- * @public
9813
- */
9814
- export interface DisassociateTransitGatewayMulticastDomainResult {
9815
- /**
9816
- * <p>Information about the association.</p>
9817
- * @public
9818
- */
9819
- Associations?: TransitGatewayMulticastDomainAssociations | undefined;
9820
- }
9821
- /**
9822
- * @public
9823
- */
9824
- export interface DisassociateTransitGatewayPolicyTableRequest {
9825
- /**
9826
- * <p>The ID of the disassociated policy table.</p>
9827
- * @public
9828
- */
9829
- TransitGatewayPolicyTableId: string | undefined;
9830
- /**
9831
- * <p>The ID of the transit gateway attachment to disassociate from the policy table.</p>
9832
- * @public
9833
- */
9834
- TransitGatewayAttachmentId: string | undefined;
9835
- /**
9836
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9837
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9838
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9839
- * @public
9840
- */
9841
- DryRun?: boolean | undefined;
9842
- }
9843
- /**
9844
- * @public
9845
- */
9846
- export interface DisassociateTransitGatewayPolicyTableResult {
9847
- /**
9848
- * <p>Returns details about the transit gateway policy table disassociation.</p>
9849
- * @public
9850
- */
9851
- Association?: TransitGatewayPolicyTableAssociation | undefined;
9852
- }
9853
- /**
9854
- * @public
9855
- */
9856
- export interface DisassociateTransitGatewayRouteTableRequest {
9857
- /**
9858
- * <p>The ID of the transit gateway route table.</p>
9859
- * @public
9860
- */
9861
- TransitGatewayRouteTableId: string | undefined;
9862
- /**
9863
- * <p>The ID of the attachment.</p>
9864
- * @public
9865
- */
9866
- TransitGatewayAttachmentId: string | undefined;
9867
- /**
9868
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9869
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9870
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9871
- * @public
9872
- */
9873
- DryRun?: boolean | undefined;
9874
- }
9875
- /**
9876
- * @public
9877
- */
9878
- export interface DisassociateTransitGatewayRouteTableResult {
9879
- /**
9880
- * <p>Information about the association.</p>
9881
- * @public
9882
- */
9883
- Association?: TransitGatewayAssociation | undefined;
9884
- }
9885
9963
  /**
9886
9964
  * @internal
9887
9965
  */
@@ -1,9 +1,125 @@
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";
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, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
- import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, 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
+ }
22
+ /**
23
+ * @public
24
+ */
25
+ export interface DisassociateTransitGatewayMulticastDomainRequest {
26
+ /**
27
+ * <p>The ID of the transit gateway multicast domain.</p>
28
+ * @public
29
+ */
30
+ TransitGatewayMulticastDomainId: string | undefined;
31
+ /**
32
+ * <p>The ID of the attachment.</p>
33
+ * @public
34
+ */
35
+ TransitGatewayAttachmentId: string | undefined;
36
+ /**
37
+ * <p>The IDs of the subnets;</p>
38
+ * @public
39
+ */
40
+ SubnetIds: string[] | undefined;
41
+ /**
42
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
43
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
44
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
45
+ * @public
46
+ */
47
+ DryRun?: boolean | undefined;
48
+ }
49
+ /**
50
+ * @public
51
+ */
52
+ export interface DisassociateTransitGatewayMulticastDomainResult {
53
+ /**
54
+ * <p>Information about the association.</p>
55
+ * @public
56
+ */
57
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
58
+ }
59
+ /**
60
+ * @public
61
+ */
62
+ export interface DisassociateTransitGatewayPolicyTableRequest {
63
+ /**
64
+ * <p>The ID of the disassociated policy table.</p>
65
+ * @public
66
+ */
67
+ TransitGatewayPolicyTableId: string | undefined;
68
+ /**
69
+ * <p>The ID of the transit gateway attachment to disassociate from the policy table.</p>
70
+ * @public
71
+ */
72
+ TransitGatewayAttachmentId: string | undefined;
73
+ /**
74
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
75
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
76
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
77
+ * @public
78
+ */
79
+ DryRun?: boolean | undefined;
80
+ }
81
+ /**
82
+ * @public
83
+ */
84
+ export interface DisassociateTransitGatewayPolicyTableResult {
85
+ /**
86
+ * <p>Returns details about the transit gateway policy table disassociation.</p>
87
+ * @public
88
+ */
89
+ Association?: TransitGatewayPolicyTableAssociation | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface DisassociateTransitGatewayRouteTableRequest {
95
+ /**
96
+ * <p>The ID of the transit gateway route table.</p>
97
+ * @public
98
+ */
99
+ TransitGatewayRouteTableId: string | undefined;
100
+ /**
101
+ * <p>The ID of the attachment.</p>
102
+ * @public
103
+ */
104
+ TransitGatewayAttachmentId: string | undefined;
105
+ /**
106
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
107
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
108
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
109
+ * @public
110
+ */
111
+ DryRun?: boolean | undefined;
112
+ }
113
+ /**
114
+ * @public
115
+ */
116
+ export interface DisassociateTransitGatewayRouteTableResult {
117
+ /**
118
+ * <p>Information about the association.</p>
119
+ * @public
120
+ */
121
+ Association?: TransitGatewayAssociation | undefined;
122
+ }
7
123
  /**
8
124
  * @public
9
125
  */
@@ -7746,135 +7862,6 @@ export interface ModifyInstanceCapacityReservationAttributesRequest {
7746
7862
  */
7747
7863
  DryRun?: boolean | undefined;
7748
7864
  }
7749
- /**
7750
- * @public
7751
- */
7752
- export interface ModifyInstanceCapacityReservationAttributesResult {
7753
- /**
7754
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7755
- * @public
7756
- */
7757
- Return?: boolean | undefined;
7758
- }
7759
- /**
7760
- * @public
7761
- */
7762
- export interface ModifyInstanceCpuOptionsRequest {
7763
- /**
7764
- * <p>The ID of the instance to update.</p>
7765
- * @public
7766
- */
7767
- InstanceId: string | undefined;
7768
- /**
7769
- * <p>The number of CPU cores to activate for the specified instance.</p>
7770
- * @public
7771
- */
7772
- CoreCount: number | undefined;
7773
- /**
7774
- * <p>The number of threads to run for each CPU core.</p>
7775
- * @public
7776
- */
7777
- ThreadsPerCore: number | undefined;
7778
- /**
7779
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7780
- * request, and provides an error response. If you have the required permissions, the error response is
7781
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7782
- * @public
7783
- */
7784
- DryRun?: boolean | undefined;
7785
- }
7786
- /**
7787
- * @public
7788
- */
7789
- export interface ModifyInstanceCpuOptionsResult {
7790
- /**
7791
- * <p>The ID of the instance that was updated.</p>
7792
- * @public
7793
- */
7794
- InstanceId?: string | undefined;
7795
- /**
7796
- * <p>The number of CPU cores that are running for the specified instance after the
7797
- * update.</p>
7798
- * @public
7799
- */
7800
- CoreCount?: number | undefined;
7801
- /**
7802
- * <p>The number of threads that are running per CPU core for the specified
7803
- * instance after the update.</p>
7804
- * @public
7805
- */
7806
- ThreadsPerCore?: number | undefined;
7807
- }
7808
- /**
7809
- * <p>Describes the credit option for CPU usage of a burstable performance instance.</p>
7810
- * @public
7811
- */
7812
- export interface InstanceCreditSpecificationRequest {
7813
- /**
7814
- * <p>The ID of the instance.</p>
7815
- * @public
7816
- */
7817
- InstanceId: string | undefined;
7818
- /**
7819
- * <p>The credit option for CPU usage of the instance.</p>
7820
- * <p>Valid values: <code>standard</code> | <code>unlimited</code>
7821
- * </p>
7822
- * <p>T3 instances with <code>host</code> tenancy do not support the <code>unlimited</code>
7823
- * CPU credit option.</p>
7824
- * @public
7825
- */
7826
- CpuCredits?: string | undefined;
7827
- }
7828
- /**
7829
- * @public
7830
- */
7831
- export interface ModifyInstanceCreditSpecificationRequest {
7832
- /**
7833
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7834
- * request, and provides an error response. If you have the required permissions, the error response is
7835
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7836
- * @public
7837
- */
7838
- DryRun?: boolean | undefined;
7839
- /**
7840
- * <p>A unique, case-sensitive token that you provide to ensure idempotency of your
7841
- * modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
7842
- * Idempotency</a>.</p>
7843
- * @public
7844
- */
7845
- ClientToken?: string | undefined;
7846
- /**
7847
- * <p>Information about the credit option for CPU usage.</p>
7848
- * @public
7849
- */
7850
- InstanceCreditSpecifications: InstanceCreditSpecificationRequest[] | undefined;
7851
- }
7852
- /**
7853
- * <p>Describes the burstable performance instance whose credit option for CPU usage was
7854
- * successfully modified.</p>
7855
- * @public
7856
- */
7857
- export interface SuccessfulInstanceCreditSpecificationItem {
7858
- /**
7859
- * <p>The ID of the instance.</p>
7860
- * @public
7861
- */
7862
- InstanceId?: string | undefined;
7863
- }
7864
- /**
7865
- * @public
7866
- * @enum
7867
- */
7868
- export declare const UnsuccessfulInstanceCreditSpecificationErrorCode: {
7869
- readonly INCORRECT_INSTANCE_STATE: "IncorrectInstanceState";
7870
- readonly INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED: "InstanceCreditSpecification.NotSupported";
7871
- readonly INSTANCE_NOT_FOUND: "InvalidInstanceID.NotFound";
7872
- readonly INVALID_INSTANCE_ID: "InvalidInstanceID.Malformed";
7873
- };
7874
- /**
7875
- * @public
7876
- */
7877
- export type UnsuccessfulInstanceCreditSpecificationErrorCode = (typeof UnsuccessfulInstanceCreditSpecificationErrorCode)[keyof typeof UnsuccessfulInstanceCreditSpecificationErrorCode];
7878
7865
  /**
7879
7866
  * @internal
7880
7867
  */