@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.
- package/dist-cjs/index.js +387 -282
- package/dist-es/commands/CreateVpnConnectionCommand.js +2 -1
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +23 -4
- package/dist-es/models/models_2.js +4 -9
- package/dist-es/models/models_3.js +10 -15
- package/dist-es/models/models_4.js +15 -0
- package/dist-es/models/models_5.js +1 -1
- package/dist-es/models/models_6.js +0 -6
- package/dist-es/models/models_7.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +139 -64
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +37 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +37 -2
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -2
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -12
- package/dist-types/models/models_1.d.ts +86 -233
- package/dist-types/models/models_2.d.ts +236 -253
- package/dist-types/models/models_3.d.ts +248 -243
- package/dist-types/models/models_4.d.ts +247 -197
- package/dist-types/models/models_5.d.ts +198 -120
- package/dist-types/models/models_6.d.ts +119 -132
- package/dist-types/models/models_7.d.ts +134 -148
- package/dist-types/models/models_8.d.ts +145 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +7 -6
- package/dist-types/ts3.4/models/models_1.d.ts +52 -40
- package/dist-types/ts3.4/models/models_2.d.ts +40 -59
- package/dist-types/ts3.4/models/models_3.d.ts +66 -57
- package/dist-types/ts3.4/models/models_4.d.ts +60 -42
- package/dist-types/ts3.4/models/models_5.d.ts +45 -38
- package/dist-types/ts3.4/models/models_6.d.ts +35 -39
- package/dist-types/ts3.4/models/models_7.d.ts +38 -37
- package/dist-types/ts3.4/models/models_8.d.ts +34 -1
- package/package.json +1 -1
|
@@ -1,7 +1,251 @@
|
|
|
1
1
|
import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AttachmentStatus, AutoPlacement, CurrencyCodeValues, Explanation, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, PathComponent, Tag } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, Ec2InstanceConnectEndpoint, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion,
|
|
3
|
-
import { GroupIdentifier, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup } from "./models_2";
|
|
4
|
-
import { Byoasn,
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, Ec2InstanceConnectEndpoint, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
|
+
import { GroupIdentifier, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, PlacementGroup, StateReason } from "./models_2";
|
|
4
|
+
import { Byoasn, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
7
|
+
* fast launch enabled Windows AMI.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface FastLaunchSnapshotConfigurationResponse {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
13
|
+
* launch enabled AMI.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
TargetResourceCount?: number | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* @enum
|
|
21
|
+
*/
|
|
22
|
+
export declare const FastLaunchStateCode: {
|
|
23
|
+
readonly disabling: "disabling";
|
|
24
|
+
readonly disabling_failed: "disabling-failed";
|
|
25
|
+
readonly enabled: "enabled";
|
|
26
|
+
readonly enabled_failed: "enabled-failed";
|
|
27
|
+
readonly enabling: "enabling";
|
|
28
|
+
readonly enabling_failed: "enabling-failed";
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
34
|
+
/**
|
|
35
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
36
|
+
* requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
|
|
37
|
+
* filters.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface DescribeFastLaunchImagesSuccessItem {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The image ID that identifies the Windows fast launch enabled image.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
ImageId?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
48
|
+
* include: <code>snapshot</code>.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
|
|
54
|
+
* snapshots.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
|
|
60
|
+
* instances from pre-provisioned snapshots.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
66
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
MaxParallelLaunches?: number | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The owner ID for the Windows fast launch enabled AMI.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
OwnerId?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The current state of Windows fast launch for the specified Windows AMI.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
State?: FastLaunchStateCode | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The reason that Windows fast launch for the AMI changed to the current state.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
StateTransitionReason?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The time that Windows fast launch for the AMI changed to the current state.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
StateTransitionTime?: Date | undefined;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
export interface DescribeFastLaunchImagesResult {
|
|
95
|
+
/**
|
|
96
|
+
* <p>A collection of details about the fast-launch enabled Windows images that meet the
|
|
97
|
+
* requested criteria.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
103
|
+
* are no more items to return.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
NextToken?: string | undefined;
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export interface DescribeFastSnapshotRestoresRequest {
|
|
112
|
+
/**
|
|
113
|
+
* <p>The filters. The possible values are:</p>
|
|
114
|
+
* <ul>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>
|
|
117
|
+
* <code>availability-zone</code>: The Availability Zone of the snapshot.</p>
|
|
118
|
+
* </li>
|
|
119
|
+
* <li>
|
|
120
|
+
* <p>
|
|
121
|
+
* <code>owner-id</code>: The ID of the Amazon Web Services account that enabled fast snapshot restore on the snapshot.</p>
|
|
122
|
+
* </li>
|
|
123
|
+
* <li>
|
|
124
|
+
* <p>
|
|
125
|
+
* <code>snapshot-id</code>: The ID of the snapshot.</p>
|
|
126
|
+
* </li>
|
|
127
|
+
* <li>
|
|
128
|
+
* <p>
|
|
129
|
+
* <code>state</code>: The state of fast snapshot restores for the snapshot
|
|
130
|
+
* (<code>enabling</code> |
|
|
131
|
+
* <code>optimizing</code> |
|
|
132
|
+
* <code>enabled</code> |
|
|
133
|
+
* <code>disabling</code> |
|
|
134
|
+
* <code>disabled</code>).</p>
|
|
135
|
+
* </li>
|
|
136
|
+
* </ul>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
Filters?: Filter[] | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>The maximum number of items to return for this request.
|
|
142
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
143
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
MaxResults?: number | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* <p>The token returned from a previous paginated request.
|
|
149
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
NextToken?: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
155
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
156
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
DryRun?: boolean | undefined;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @enum
|
|
164
|
+
*/
|
|
165
|
+
export declare const FastSnapshotRestoreStateCode: {
|
|
166
|
+
readonly disabled: "disabled";
|
|
167
|
+
readonly disabling: "disabling";
|
|
168
|
+
readonly enabled: "enabled";
|
|
169
|
+
readonly enabling: "enabling";
|
|
170
|
+
readonly optimizing: "optimizing";
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* @public
|
|
174
|
+
*/
|
|
175
|
+
export type FastSnapshotRestoreStateCode = (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
176
|
+
/**
|
|
177
|
+
* <p>Describes fast snapshot restores for a snapshot.</p>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export interface DescribeFastSnapshotRestoreSuccessItem {
|
|
181
|
+
/**
|
|
182
|
+
* <p>The ID of the snapshot.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
SnapshotId?: string | undefined;
|
|
186
|
+
/**
|
|
187
|
+
* <p>The Availability Zone.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
AvailabilityZone?: string | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* <p>The state of fast snapshot restores.</p>
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* <p>The reason for the state transition. The possible values are as follows:</p>
|
|
198
|
+
* <ul>
|
|
199
|
+
* <li>
|
|
200
|
+
* <p>
|
|
201
|
+
* <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
|
|
202
|
+
* <code>disabling</code>.</p>
|
|
203
|
+
* </li>
|
|
204
|
+
* <li>
|
|
205
|
+
* <p>
|
|
206
|
+
* <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
|
|
207
|
+
* to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
|
|
208
|
+
* </li>
|
|
209
|
+
* </ul>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
StateTransitionReason?: string | undefined;
|
|
213
|
+
/**
|
|
214
|
+
* <p>The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.</p>
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
OwnerId?: string | undefined;
|
|
218
|
+
/**
|
|
219
|
+
* <p>The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.</p>
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
OwnerAlias?: string | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* <p>The time at which fast snapshot restores entered the <code>enabling</code> state.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
EnablingTime?: Date | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* <p>The time at which fast snapshot restores entered the <code>optimizing</code> state.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
OptimizingTime?: Date | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The time at which fast snapshot restores entered the <code>enabled</code> state.</p>
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
EnabledTime?: Date | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* <p>The time at which fast snapshot restores entered the <code>disabling</code> state.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
DisablingTime?: Date | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* <p>The time at which fast snapshot restores entered the <code>disabled</code> state.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
DisabledTime?: Date | undefined;
|
|
248
|
+
}
|
|
5
249
|
/**
|
|
6
250
|
* @public
|
|
7
251
|
*/
|
|
@@ -11097,200 +11341,6 @@ export interface DescribePrincipalIdFormatRequest {
|
|
|
11097
11341
|
*/
|
|
11098
11342
|
NextToken?: string | undefined;
|
|
11099
11343
|
}
|
|
11100
|
-
/**
|
|
11101
|
-
* <p>PrincipalIdFormat description</p>
|
|
11102
|
-
* @public
|
|
11103
|
-
*/
|
|
11104
|
-
export interface PrincipalIdFormat {
|
|
11105
|
-
/**
|
|
11106
|
-
* <p>PrincipalIdFormatARN description</p>
|
|
11107
|
-
* @public
|
|
11108
|
-
*/
|
|
11109
|
-
Arn?: string | undefined;
|
|
11110
|
-
/**
|
|
11111
|
-
* <p>PrincipalIdFormatStatuses description</p>
|
|
11112
|
-
* @public
|
|
11113
|
-
*/
|
|
11114
|
-
Statuses?: IdFormat[] | undefined;
|
|
11115
|
-
}
|
|
11116
|
-
/**
|
|
11117
|
-
* @public
|
|
11118
|
-
*/
|
|
11119
|
-
export interface DescribePrincipalIdFormatResult {
|
|
11120
|
-
/**
|
|
11121
|
-
* <p>Information about the ID format settings for the ARN.</p>
|
|
11122
|
-
* @public
|
|
11123
|
-
*/
|
|
11124
|
-
Principals?: PrincipalIdFormat[] | undefined;
|
|
11125
|
-
/**
|
|
11126
|
-
* <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>
|
|
11127
|
-
* @public
|
|
11128
|
-
*/
|
|
11129
|
-
NextToken?: string | undefined;
|
|
11130
|
-
}
|
|
11131
|
-
/**
|
|
11132
|
-
* @public
|
|
11133
|
-
*/
|
|
11134
|
-
export interface DescribePublicIpv4PoolsRequest {
|
|
11135
|
-
/**
|
|
11136
|
-
* <p>The IDs of the address pools.</p>
|
|
11137
|
-
* @public
|
|
11138
|
-
*/
|
|
11139
|
-
PoolIds?: string[] | undefined;
|
|
11140
|
-
/**
|
|
11141
|
-
* <p>The token for the next page of results.</p>
|
|
11142
|
-
* @public
|
|
11143
|
-
*/
|
|
11144
|
-
NextToken?: string | undefined;
|
|
11145
|
-
/**
|
|
11146
|
-
* <p>The maximum number of results to return with a single call.
|
|
11147
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
11148
|
-
* @public
|
|
11149
|
-
*/
|
|
11150
|
-
MaxResults?: number | undefined;
|
|
11151
|
-
/**
|
|
11152
|
-
* <p>One or more filters.</p>
|
|
11153
|
-
* <ul>
|
|
11154
|
-
* <li>
|
|
11155
|
-
* <p>
|
|
11156
|
-
* <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.
|
|
11157
|
-
* 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>
|
|
11158
|
-
* </li>
|
|
11159
|
-
* <li>
|
|
11160
|
-
* <p>
|
|
11161
|
-
* <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>
|
|
11162
|
-
* </li>
|
|
11163
|
-
* </ul>
|
|
11164
|
-
* @public
|
|
11165
|
-
*/
|
|
11166
|
-
Filters?: Filter[] | undefined;
|
|
11167
|
-
}
|
|
11168
|
-
/**
|
|
11169
|
-
* <p>Describes an address range of an IPv4 address pool.</p>
|
|
11170
|
-
* @public
|
|
11171
|
-
*/
|
|
11172
|
-
export interface PublicIpv4PoolRange {
|
|
11173
|
-
/**
|
|
11174
|
-
* <p>The first IP address in the range.</p>
|
|
11175
|
-
* @public
|
|
11176
|
-
*/
|
|
11177
|
-
FirstAddress?: string | undefined;
|
|
11178
|
-
/**
|
|
11179
|
-
* <p>The last IP address in the range.</p>
|
|
11180
|
-
* @public
|
|
11181
|
-
*/
|
|
11182
|
-
LastAddress?: string | undefined;
|
|
11183
|
-
/**
|
|
11184
|
-
* <p>The number of addresses in the range.</p>
|
|
11185
|
-
* @public
|
|
11186
|
-
*/
|
|
11187
|
-
AddressCount?: number | undefined;
|
|
11188
|
-
/**
|
|
11189
|
-
* <p>The number of available addresses in the range.</p>
|
|
11190
|
-
* @public
|
|
11191
|
-
*/
|
|
11192
|
-
AvailableAddressCount?: number | undefined;
|
|
11193
|
-
}
|
|
11194
|
-
/**
|
|
11195
|
-
* <p>Describes an IPv4 address pool.</p>
|
|
11196
|
-
* @public
|
|
11197
|
-
*/
|
|
11198
|
-
export interface PublicIpv4Pool {
|
|
11199
|
-
/**
|
|
11200
|
-
* <p>The ID of the address pool.</p>
|
|
11201
|
-
* @public
|
|
11202
|
-
*/
|
|
11203
|
-
PoolId?: string | undefined;
|
|
11204
|
-
/**
|
|
11205
|
-
* <p>A description of the address pool.</p>
|
|
11206
|
-
* @public
|
|
11207
|
-
*/
|
|
11208
|
-
Description?: string | undefined;
|
|
11209
|
-
/**
|
|
11210
|
-
* <p>The address ranges.</p>
|
|
11211
|
-
* @public
|
|
11212
|
-
*/
|
|
11213
|
-
PoolAddressRanges?: PublicIpv4PoolRange[] | undefined;
|
|
11214
|
-
/**
|
|
11215
|
-
* <p>The total number of addresses.</p>
|
|
11216
|
-
* @public
|
|
11217
|
-
*/
|
|
11218
|
-
TotalAddressCount?: number | undefined;
|
|
11219
|
-
/**
|
|
11220
|
-
* <p>The total number of available addresses.</p>
|
|
11221
|
-
* @public
|
|
11222
|
-
*/
|
|
11223
|
-
TotalAvailableAddressCount?: number | undefined;
|
|
11224
|
-
/**
|
|
11225
|
-
* <p>The name of the location from which the address pool is advertised.
|
|
11226
|
-
* A network border group is a unique set of Availability Zones or Local Zones
|
|
11227
|
-
* from where Amazon Web Services advertises public IP addresses.</p>
|
|
11228
|
-
* @public
|
|
11229
|
-
*/
|
|
11230
|
-
NetworkBorderGroup?: string | undefined;
|
|
11231
|
-
/**
|
|
11232
|
-
* <p>Any tags for the address pool.</p>
|
|
11233
|
-
* @public
|
|
11234
|
-
*/
|
|
11235
|
-
Tags?: Tag[] | undefined;
|
|
11236
|
-
}
|
|
11237
|
-
/**
|
|
11238
|
-
* @public
|
|
11239
|
-
*/
|
|
11240
|
-
export interface DescribePublicIpv4PoolsResult {
|
|
11241
|
-
/**
|
|
11242
|
-
* <p>Information about the address pools.</p>
|
|
11243
|
-
* @public
|
|
11244
|
-
*/
|
|
11245
|
-
PublicIpv4Pools?: PublicIpv4Pool[] | undefined;
|
|
11246
|
-
/**
|
|
11247
|
-
* <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>
|
|
11248
|
-
* @public
|
|
11249
|
-
*/
|
|
11250
|
-
NextToken?: string | undefined;
|
|
11251
|
-
}
|
|
11252
|
-
/**
|
|
11253
|
-
* @public
|
|
11254
|
-
*/
|
|
11255
|
-
export interface DescribeRegionsRequest {
|
|
11256
|
-
/**
|
|
11257
|
-
* <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
|
|
11258
|
-
* @public
|
|
11259
|
-
*/
|
|
11260
|
-
RegionNames?: string[] | undefined;
|
|
11261
|
-
/**
|
|
11262
|
-
* <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
|
|
11263
|
-
* @public
|
|
11264
|
-
*/
|
|
11265
|
-
AllRegions?: boolean | undefined;
|
|
11266
|
-
/**
|
|
11267
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11268
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11269
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11270
|
-
* @public
|
|
11271
|
-
*/
|
|
11272
|
-
DryRun?: boolean | undefined;
|
|
11273
|
-
/**
|
|
11274
|
-
* <p>The filters.</p>
|
|
11275
|
-
* <ul>
|
|
11276
|
-
* <li>
|
|
11277
|
-
* <p>
|
|
11278
|
-
* <code>endpoint</code> - The endpoint of the Region (for example, <code>ec2.us-east-1.amazonaws.com</code>).</p>
|
|
11279
|
-
* </li>
|
|
11280
|
-
* <li>
|
|
11281
|
-
* <p>
|
|
11282
|
-
* <code>opt-in-status</code> - The opt-in status of the Region (<code>opt-in-not-required</code> | <code>opted-in</code> |
|
|
11283
|
-
* <code>not-opted-in</code>).</p>
|
|
11284
|
-
* </li>
|
|
11285
|
-
* <li>
|
|
11286
|
-
* <p>
|
|
11287
|
-
* <code>region-name</code> - The name of the Region (for example, <code>us-east-1</code>).</p>
|
|
11288
|
-
* </li>
|
|
11289
|
-
* </ul>
|
|
11290
|
-
* @public
|
|
11291
|
-
*/
|
|
11292
|
-
Filters?: Filter[] | undefined;
|
|
11293
|
-
}
|
|
11294
11344
|
/**
|
|
11295
11345
|
* @internal
|
|
11296
11346
|
*/
|