@aws-sdk/client-ec2 3.758.0 → 3.760.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 +311 -217
  2. package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
  3. package/dist-es/models/models_1.js +19 -4
  4. package/dist-es/models/models_2.js +4 -9
  5. package/dist-es/models/models_3.js +10 -15
  6. package/dist-es/models/models_4.js +15 -0
  7. package/dist-es/models/models_5.js +1 -1
  8. package/dist-es/models/models_6.js +0 -6
  9. package/dist-es/models/models_7.js +7 -1
  10. package/dist-es/protocols/Aws_ec2.js +74 -4
  11. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
  12. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
  15. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
  23. package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
  24. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
  29. package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
  30. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  31. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  32. package/dist-types/models/models_1.d.ts +73 -222
  33. package/dist-types/models/models_2.d.ts +224 -214
  34. package/dist-types/models/models_3.d.ts +211 -230
  35. package/dist-types/models/models_4.d.ts +234 -181
  36. package/dist-types/models/models_5.d.ts +182 -105
  37. package/dist-types/models/models_6.d.ts +104 -122
  38. package/dist-types/models/models_7.d.ts +124 -111
  39. package/dist-types/models/models_8.d.ts +108 -1
  40. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
  43. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
  46. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
  47. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/models/models_1.d.ts +46 -36
  59. package/dist-types/ts3.4/models/models_2.d.ts +36 -51
  60. package/dist-types/ts3.4/models/models_3.d.ts +58 -54
  61. package/dist-types/ts3.4/models/models_4.d.ts +58 -38
  62. package/dist-types/ts3.4/models/models_5.d.ts +40 -32
  63. package/dist-types/ts3.4/models/models_6.d.ts +29 -35
  64. package/dist-types/ts3.4/models/models_7.d.ts +35 -31
  65. package/dist-types/ts3.4/models/models_8.d.ts +28 -1
  66. package/package.json +1 -1
@@ -1,8 +1,186 @@
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, SubnetIpv6CidrBlockAssociation, 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, FastLaunchSnapshotConfigurationResponse, Filter, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
+ import { AttributeBooleanValue, EventInformation, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, PrincipalIdFormat, ProductCode } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribePrincipalIdFormatResult {
10
+ /**
11
+ * <p>Information about the ID format settings for the ARN.</p>
12
+ * @public
13
+ */
14
+ Principals?: PrincipalIdFormat[] | undefined;
15
+ /**
16
+ * <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>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribePublicIpv4PoolsRequest {
25
+ /**
26
+ * <p>The IDs of the address pools.</p>
27
+ * @public
28
+ */
29
+ PoolIds?: string[] | undefined;
30
+ /**
31
+ * <p>The token for the next page of results.</p>
32
+ * @public
33
+ */
34
+ NextToken?: string | undefined;
35
+ /**
36
+ * <p>The maximum number of results to return with a single call.
37
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
38
+ * @public
39
+ */
40
+ MaxResults?: number | undefined;
41
+ /**
42
+ * <p>One or more filters.</p>
43
+ * <ul>
44
+ * <li>
45
+ * <p>
46
+ * <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.
47
+ * 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>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <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>
52
+ * </li>
53
+ * </ul>
54
+ * @public
55
+ */
56
+ Filters?: Filter[] | undefined;
57
+ }
58
+ /**
59
+ * <p>Describes an address range of an IPv4 address pool.</p>
60
+ * @public
61
+ */
62
+ export interface PublicIpv4PoolRange {
63
+ /**
64
+ * <p>The first IP address in the range.</p>
65
+ * @public
66
+ */
67
+ FirstAddress?: string | undefined;
68
+ /**
69
+ * <p>The last IP address in the range.</p>
70
+ * @public
71
+ */
72
+ LastAddress?: string | undefined;
73
+ /**
74
+ * <p>The number of addresses in the range.</p>
75
+ * @public
76
+ */
77
+ AddressCount?: number | undefined;
78
+ /**
79
+ * <p>The number of available addresses in the range.</p>
80
+ * @public
81
+ */
82
+ AvailableAddressCount?: number | undefined;
83
+ }
84
+ /**
85
+ * <p>Describes an IPv4 address pool.</p>
86
+ * @public
87
+ */
88
+ export interface PublicIpv4Pool {
89
+ /**
90
+ * <p>The ID of the address pool.</p>
91
+ * @public
92
+ */
93
+ PoolId?: string | undefined;
94
+ /**
95
+ * <p>A description of the address pool.</p>
96
+ * @public
97
+ */
98
+ Description?: string | undefined;
99
+ /**
100
+ * <p>The address ranges.</p>
101
+ * @public
102
+ */
103
+ PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
104
+ /**
105
+ * <p>The total number of addresses.</p>
106
+ * @public
107
+ */
108
+ TotalAddressCount?: number | undefined;
109
+ /**
110
+ * <p>The total number of available addresses.</p>
111
+ * @public
112
+ */
113
+ TotalAvailableAddressCount?: number | undefined;
114
+ /**
115
+ * <p>The name of the location from which the address pool is advertised.
116
+ * A network border group is a unique set of Availability Zones or Local Zones
117
+ * from where Amazon Web Services advertises public IP addresses.</p>
118
+ * @public
119
+ */
120
+ NetworkBorderGroup?: string | undefined;
121
+ /**
122
+ * <p>Any tags for the address pool.</p>
123
+ * @public
124
+ */
125
+ Tags?: Tag[] | undefined;
126
+ }
127
+ /**
128
+ * @public
129
+ */
130
+ export interface DescribePublicIpv4PoolsResult {
131
+ /**
132
+ * <p>Information about the address pools.</p>
133
+ * @public
134
+ */
135
+ PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
136
+ /**
137
+ * <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>
138
+ * @public
139
+ */
140
+ NextToken?: string | undefined;
141
+ }
142
+ /**
143
+ * @public
144
+ */
145
+ export interface DescribeRegionsRequest {
146
+ /**
147
+ * <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
148
+ * @public
149
+ */
150
+ RegionNames?: string[] | undefined;
151
+ /**
152
+ * <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
153
+ * @public
154
+ */
155
+ AllRegions?: boolean | undefined;
156
+ /**
157
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
158
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
159
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
160
+ * @public
161
+ */
162
+ DryRun?: boolean | undefined;
163
+ /**
164
+ * <p>The filters.</p>
165
+ * <ul>
166
+ * <li>
167
+ * <p>
168
+ * <code>endpoint</code> - The endpoint of the Region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p>
169
+ * </li>
170
+ * <li>
171
+ * <p>
172
+ * <code>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> |
173
+ * <code>not-opted-in</code>).</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>
177
+ * <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p>
178
+ * </li>
179
+ * </ul>
180
+ * @public
181
+ */
182
+ Filters?: Filter[] | undefined;
183
+ }
6
184
  /**
7
185
  * <p>Describes a Region.</p>
8
186
  * @public
@@ -9781,107 +9959,6 @@ export interface DisassociateSubnetCidrBlockResult {
9781
9959
  */
9782
9960
  SubnetId?: string | undefined;
9783
9961
  }
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
9962
  /**
9886
9963
  * @internal
9887
9964
  */
@@ -1,9 +1,110 @@
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, 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, FastLaunchSnapshotConfigurationResponse, Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType } from "./models_3";
5
+ import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, FastLaunchStateCode, FastSnapshotRestoreStateCode, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataTagsState, LaunchPermission, LockState, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
6
  import { ManagedBy, SnapshotBlockPublicAccessState, TransitGatewayPropagation, TransitGatewayPropagationState } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface DisassociateTransitGatewayMulticastDomainRequest {
11
+ /**
12
+ * <p>The ID of the transit gateway multicast domain.</p>
13
+ * @public
14
+ */
15
+ TransitGatewayMulticastDomainId: string | undefined;
16
+ /**
17
+ * <p>The ID of the attachment.</p>
18
+ * @public
19
+ */
20
+ TransitGatewayAttachmentId: string | undefined;
21
+ /**
22
+ * <p>The IDs of the subnets;</p>
23
+ * @public
24
+ */
25
+ SubnetIds: string[] | undefined;
26
+ /**
27
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
28
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
29
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
30
+ * @public
31
+ */
32
+ DryRun?: boolean | undefined;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface DisassociateTransitGatewayMulticastDomainResult {
38
+ /**
39
+ * <p>Information about the association.</p>
40
+ * @public
41
+ */
42
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
43
+ }
44
+ /**
45
+ * @public
46
+ */
47
+ export interface DisassociateTransitGatewayPolicyTableRequest {
48
+ /**
49
+ * <p>The ID of the disassociated policy table.</p>
50
+ * @public
51
+ */
52
+ TransitGatewayPolicyTableId: string | undefined;
53
+ /**
54
+ * <p>The ID of the transit gateway attachment to disassociate from the policy table.</p>
55
+ * @public
56
+ */
57
+ TransitGatewayAttachmentId: string | undefined;
58
+ /**
59
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
60
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
61
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
62
+ * @public
63
+ */
64
+ DryRun?: boolean | undefined;
65
+ }
66
+ /**
67
+ * @public
68
+ */
69
+ export interface DisassociateTransitGatewayPolicyTableResult {
70
+ /**
71
+ * <p>Returns details about the transit gateway policy table disassociation.</p>
72
+ * @public
73
+ */
74
+ Association?: TransitGatewayPolicyTableAssociation | undefined;
75
+ }
76
+ /**
77
+ * @public
78
+ */
79
+ export interface DisassociateTransitGatewayRouteTableRequest {
80
+ /**
81
+ * <p>The ID of the transit gateway route table.</p>
82
+ * @public
83
+ */
84
+ TransitGatewayRouteTableId: string | undefined;
85
+ /**
86
+ * <p>The ID of the attachment.</p>
87
+ * @public
88
+ */
89
+ TransitGatewayAttachmentId: string | undefined;
90
+ /**
91
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
92
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
93
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
94
+ * @public
95
+ */
96
+ DryRun?: boolean | undefined;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface DisassociateTransitGatewayRouteTableResult {
102
+ /**
103
+ * <p>Information about the association.</p>
104
+ * @public
105
+ */
106
+ Association?: TransitGatewayAssociation | undefined;
107
+ }
7
108
  /**
8
109
  * @public
9
110
  */
@@ -7756,125 +7857,6 @@ export interface ModifyInstanceCapacityReservationAttributesResult {
7756
7857
  */
7757
7858
  Return?: boolean | undefined;
7758
7859
  }
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
7860
  /**
7879
7861
  * @internal
7880
7862
  */