@aws-sdk/client-ec2 3.664.0 → 3.666.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 +1546 -1537
- package/dist-es/commands/ReportInstanceStatusCommand.js +2 -1
- package/dist-es/models/models_2.js +1 -1
- package/dist-es/models/models_6.js +1 -1
- package/dist-es/models/models_7.js +4 -0
- package/dist-es/protocols/Aws_ec2.js +1548 -1545
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -2
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +4 -4
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +5 -5
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +6 -2
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -2
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AttachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +32 -32
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -16
- package/dist-types/commands/BundleInstanceCommand.d.ts +8 -8
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +8 -8
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +6 -6
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +4 -4
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +18 -18
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +9 -9
- package/dist-types/commands/CreateKeyPairCommand.d.ts +4 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +22 -22
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +4 -4
- package/dist-types/commands/CreateRouteCommand.d.ts +9 -9
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +12 -12
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +9 -9
- package/dist-types/commands/CreateVolumeCommand.d.ts +21 -21
- package/dist-types/commands/CreateVpcCommand.d.ts +8 -8
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +4 -4
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +18 -18
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +10 -10
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcCommand.d.ts +7 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +9 -9
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +33 -33
- package/dist-types/commands/DescribeImagesCommand.d.ts +29 -29
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +51 -51
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +6 -6
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -7
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeRegionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -16
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +18 -18
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +50 -50
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +21 -21
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +14 -14
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +9 -9
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +10 -10
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVolumesCommand.d.ts +26 -26
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpcsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +10 -10
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +5 -5
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +24 -24
- package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -3
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +4 -4
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +22 -22
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +4 -4
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +15 -15
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +6 -6
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +28 -28
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +6 -6
- package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -9
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +4 -4
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +8 -8
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +20 -20
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -39
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +31 -31
- package/dist-types/commands/RunInstancesCommand.d.ts +114 -114
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +15 -15
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +15 -15
- package/dist-types/models/models_0.d.ts +264 -265
- package/dist-types/models/models_1.d.ts +230 -230
- package/dist-types/models/models_2.d.ts +378 -381
- package/dist-types/models/models_3.d.ts +217 -217
- package/dist-types/models/models_4.d.ts +851 -851
- package/dist-types/models/models_5.d.ts +203 -203
- package/dist-types/models/models_6.d.ts +228 -220
- package/dist-types/models/models_7.d.ts +340 -334
- package/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/dist-types/ts3.4/models/models_1.d.ts +41 -41
- package/dist-types/ts3.4/models/models_2.d.ts +71 -71
- package/dist-types/ts3.4/models/models_3.d.ts +27 -27
- package/dist-types/ts3.4/models/models_4.d.ts +112 -112
- package/dist-types/ts3.4/models/models_5.d.ts +27 -27
- package/dist-types/ts3.4/models/models_6.d.ts +42 -41
- package/dist-types/ts3.4/models/models_7.d.ts +64 -61
- package/package.json +13 -13
|
@@ -48,53 +48,6 @@ export type VirtualizationType = (typeof VirtualizationType)[keyof typeof Virtua
|
|
|
48
48
|
* @public
|
|
49
49
|
*/
|
|
50
50
|
export interface Image {
|
|
51
|
-
/**
|
|
52
|
-
* <p>The architecture of the image.</p>
|
|
53
|
-
* @public
|
|
54
|
-
*/
|
|
55
|
-
Architecture?: ArchitectureValues;
|
|
56
|
-
/**
|
|
57
|
-
* <p>The date and time the image was created.</p>
|
|
58
|
-
* @public
|
|
59
|
-
*/
|
|
60
|
-
CreationDate?: string;
|
|
61
|
-
/**
|
|
62
|
-
* <p>The ID of the AMI.</p>
|
|
63
|
-
* @public
|
|
64
|
-
*/
|
|
65
|
-
ImageId?: string;
|
|
66
|
-
/**
|
|
67
|
-
* <p>The location of the AMI.</p>
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
ImageLocation?: string;
|
|
71
|
-
/**
|
|
72
|
-
* <p>The type of image.</p>
|
|
73
|
-
* @public
|
|
74
|
-
*/
|
|
75
|
-
ImageType?: ImageTypeValues;
|
|
76
|
-
/**
|
|
77
|
-
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code> if
|
|
78
|
-
* this image has public launch permissions or <code>false</code>
|
|
79
|
-
* if it has only implicit and explicit launch permissions.</p>
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
Public?: boolean;
|
|
83
|
-
/**
|
|
84
|
-
* <p>The kernel associated with the image, if any. Only applicable for machine images.</p>
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
KernelId?: string;
|
|
88
|
-
/**
|
|
89
|
-
* <p>The ID of the Amazon Web Services account that owns the image.</p>
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
OwnerId?: string;
|
|
93
|
-
/**
|
|
94
|
-
* <p>This value is set to <code>windows</code> for Windows AMIs; otherwise, it is blank.</p>
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
Platform?: PlatformValues;
|
|
98
51
|
/**
|
|
99
52
|
* <p>The platform details associated with the billing code of the AMI. For more information,
|
|
100
53
|
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html">Understand
|
|
@@ -113,21 +66,6 @@ export interface Image {
|
|
|
113
66
|
* @public
|
|
114
67
|
*/
|
|
115
68
|
UsageOperation?: string;
|
|
116
|
-
/**
|
|
117
|
-
* <p>Any product codes associated with the AMI.</p>
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
ProductCodes?: ProductCode[];
|
|
121
|
-
/**
|
|
122
|
-
* <p>The RAM disk associated with the image, if any. Only applicable for machine images.</p>
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
RamdiskId?: string;
|
|
126
|
-
/**
|
|
127
|
-
* <p>The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance.</p>
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
State?: ImageState;
|
|
131
69
|
/**
|
|
132
70
|
* <p>Any block device mapping entries.</p>
|
|
133
71
|
* @public
|
|
@@ -242,22 +180,84 @@ export interface Image {
|
|
|
242
180
|
* @public
|
|
243
181
|
*/
|
|
244
182
|
LastLaunchedTime?: string;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The ID of the AMI.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
ImageId?: string;
|
|
188
|
+
/**
|
|
189
|
+
* <p>The location of the AMI.</p>
|
|
190
|
+
* @public
|
|
191
|
+
*/
|
|
192
|
+
ImageLocation?: string;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The current state of the AMI. If the state is <code>available</code>, the image is successfully registered and can be used to launch an instance.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
State?: ImageState;
|
|
198
|
+
/**
|
|
199
|
+
* <p>The ID of the Amazon Web Services account that owns the image.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
OwnerId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The date and time the image was created.</p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
CreationDate?: string;
|
|
208
|
+
/**
|
|
209
|
+
* <p>Indicates whether the image has public launch permissions. The value is <code>true</code> if
|
|
210
|
+
* this image has public launch permissions or <code>false</code>
|
|
211
|
+
* if it has only implicit and explicit launch permissions.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
Public?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* <p>Any product codes associated with the AMI.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
ProductCodes?: ProductCode[];
|
|
220
|
+
/**
|
|
221
|
+
* <p>The architecture of the image.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Architecture?: ArchitectureValues;
|
|
225
|
+
/**
|
|
226
|
+
* <p>The type of image.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
ImageType?: ImageTypeValues;
|
|
230
|
+
/**
|
|
231
|
+
* <p>The kernel associated with the image, if any. Only applicable for machine images.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
KernelId?: string;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The RAM disk associated with the image, if any. Only applicable for machine images.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
RamdiskId?: string;
|
|
240
|
+
/**
|
|
241
|
+
* <p>This value is set to <code>windows</code> for Windows AMIs; otherwise, it is blank.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
Platform?: PlatformValues;
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
247
|
* @public
|
|
248
248
|
*/
|
|
249
249
|
export interface DescribeImagesResult {
|
|
250
|
-
/**
|
|
251
|
-
* <p>Information about the images.</p>
|
|
252
|
-
* @public
|
|
253
|
-
*/
|
|
254
|
-
Images?: Image[];
|
|
255
250
|
/**
|
|
256
251
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
257
252
|
* are no more items to return.</p>
|
|
258
253
|
* @public
|
|
259
254
|
*/
|
|
260
255
|
NextToken?: string;
|
|
256
|
+
/**
|
|
257
|
+
* <p>Information about the images.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
Images?: Image[];
|
|
261
261
|
}
|
|
262
262
|
/**
|
|
263
263
|
* @public
|
|
@@ -654,12 +654,6 @@ export type InstanceAttributeName = (typeof InstanceAttributeName)[keyof typeof
|
|
|
654
654
|
* @public
|
|
655
655
|
*/
|
|
656
656
|
export interface DescribeInstanceAttributeRequest {
|
|
657
|
-
/**
|
|
658
|
-
* <p>The instance attribute.</p>
|
|
659
|
-
* <p>Note: The <code>enaSupport</code> attribute is not supported at this time.</p>
|
|
660
|
-
* @public
|
|
661
|
-
*/
|
|
662
|
-
Attribute: InstanceAttributeName | undefined;
|
|
663
657
|
/**
|
|
664
658
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
665
659
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -672,6 +666,12 @@ export interface DescribeInstanceAttributeRequest {
|
|
|
672
666
|
* @public
|
|
673
667
|
*/
|
|
674
668
|
InstanceId: string | undefined;
|
|
669
|
+
/**
|
|
670
|
+
* <p>The instance attribute.</p>
|
|
671
|
+
* <p>Note: The <code>enaSupport</code> attribute is not supported at this time.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
Attribute: InstanceAttributeName | undefined;
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* <p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>
|
|
@@ -758,11 +758,6 @@ export interface EnclaveOptions {
|
|
|
758
758
|
* @public
|
|
759
759
|
*/
|
|
760
760
|
export interface InstanceAttribute {
|
|
761
|
-
/**
|
|
762
|
-
* <p>The security groups associated with the instance.</p>
|
|
763
|
-
* @public
|
|
764
|
-
*/
|
|
765
|
-
Groups?: GroupIdentifier[];
|
|
766
761
|
/**
|
|
767
762
|
* <p>The block device mapping of the instance.</p>
|
|
768
763
|
* @public
|
|
@@ -854,6 +849,11 @@ export interface InstanceAttribute {
|
|
|
854
849
|
* @public
|
|
855
850
|
*/
|
|
856
851
|
DisableApiStop?: AttributeBooleanValue;
|
|
852
|
+
/**
|
|
853
|
+
* <p>The security groups associated with the instance.</p>
|
|
854
|
+
* @public
|
|
855
|
+
*/
|
|
856
|
+
Groups?: GroupIdentifier[];
|
|
857
857
|
}
|
|
858
858
|
/**
|
|
859
859
|
* @public
|
|
@@ -1041,7 +1041,7 @@ export interface DescribeInstanceEventNotificationAttributesResult {
|
|
|
1041
1041
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
|
1042
1042
|
}
|
|
1043
1043
|
/**
|
|
1044
|
-
* <
|
|
1044
|
+
* <p>Describe instance event windows by InstanceEventWindow.</p>
|
|
1045
1045
|
* @public
|
|
1046
1046
|
*/
|
|
1047
1047
|
export interface DescribeInstanceEventWindowsRequest {
|
|
@@ -1147,6 +1147,19 @@ export interface DescribeInstanceEventWindowsResult {
|
|
|
1147
1147
|
* @public
|
|
1148
1148
|
*/
|
|
1149
1149
|
export interface DescribeInstancesRequest {
|
|
1150
|
+
/**
|
|
1151
|
+
* <p>The instance IDs.</p>
|
|
1152
|
+
* <p>Default: Describes all your instances.</p>
|
|
1153
|
+
* @public
|
|
1154
|
+
*/
|
|
1155
|
+
InstanceIds?: string[];
|
|
1156
|
+
/**
|
|
1157
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
1158
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1159
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1160
|
+
* @public
|
|
1161
|
+
*/
|
|
1162
|
+
DryRun?: boolean;
|
|
1150
1163
|
/**
|
|
1151
1164
|
* <p>The filters.</p>
|
|
1152
1165
|
* <ul>
|
|
@@ -1839,18 +1852,10 @@ export interface DescribeInstancesRequest {
|
|
|
1839
1852
|
*/
|
|
1840
1853
|
Filters?: Filter[];
|
|
1841
1854
|
/**
|
|
1842
|
-
* <p>The
|
|
1843
|
-
* <p>Default: Describes all your instances.</p>
|
|
1844
|
-
* @public
|
|
1845
|
-
*/
|
|
1846
|
-
InstanceIds?: string[];
|
|
1847
|
-
/**
|
|
1848
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
1849
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1850
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1855
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
1851
1856
|
* @public
|
|
1852
1857
|
*/
|
|
1853
|
-
|
|
1858
|
+
NextToken?: string;
|
|
1854
1859
|
/**
|
|
1855
1860
|
* <p>The maximum number of items to return for this request.
|
|
1856
1861
|
* To get the next page of items, make another request with the token returned in the output.
|
|
@@ -1859,11 +1864,6 @@ export interface DescribeInstancesRequest {
|
|
|
1859
1864
|
* @public
|
|
1860
1865
|
*/
|
|
1861
1866
|
MaxResults?: number;
|
|
1862
|
-
/**
|
|
1863
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
1864
|
-
* @public
|
|
1865
|
-
*/
|
|
1866
|
-
NextToken?: string;
|
|
1867
1867
|
}
|
|
1868
1868
|
/**
|
|
1869
1869
|
* <p>Describes the instance's Capacity Reservation targeting preferences. The action returns the
|
|
@@ -2606,192 +2606,79 @@ export interface InstanceState {
|
|
|
2606
2606
|
*/
|
|
2607
2607
|
export interface Instance {
|
|
2608
2608
|
/**
|
|
2609
|
-
* <p>The
|
|
2610
|
-
* group.</p>
|
|
2609
|
+
* <p>The architecture of the image.</p>
|
|
2611
2610
|
* @public
|
|
2612
2611
|
*/
|
|
2613
|
-
|
|
2612
|
+
Architecture?: ArchitectureValues;
|
|
2614
2613
|
/**
|
|
2615
|
-
* <p>
|
|
2614
|
+
* <p>Any block device mapping entries for the instance.</p>
|
|
2616
2615
|
* @public
|
|
2617
2616
|
*/
|
|
2618
|
-
|
|
2617
|
+
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
2619
2618
|
/**
|
|
2620
|
-
* <p>The
|
|
2619
|
+
* <p>The idempotency token you provided when you launched the instance, if
|
|
2620
|
+
* applicable.</p>
|
|
2621
2621
|
* @public
|
|
2622
2622
|
*/
|
|
2623
|
-
|
|
2623
|
+
ClientToken?: string;
|
|
2624
2624
|
/**
|
|
2625
|
-
* <p>
|
|
2625
|
+
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
2626
|
+
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
2627
|
+
* provide optimal I/O performance. This optimization isn't available with all instance
|
|
2628
|
+
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
2626
2629
|
* @public
|
|
2627
2630
|
*/
|
|
2628
|
-
|
|
2631
|
+
EbsOptimized?: boolean;
|
|
2629
2632
|
/**
|
|
2630
|
-
* <p>
|
|
2633
|
+
* <p>Specifies whether enhanced networking with ENA is enabled.</p>
|
|
2631
2634
|
* @public
|
|
2632
2635
|
*/
|
|
2633
|
-
|
|
2636
|
+
EnaSupport?: boolean;
|
|
2634
2637
|
/**
|
|
2635
|
-
* <p>The
|
|
2636
|
-
*
|
|
2638
|
+
* <p>The hypervisor type of the instance. The value <code>xen</code> is used for both Xen
|
|
2639
|
+
* and Nitro hypervisors.</p>
|
|
2637
2640
|
* @public
|
|
2638
2641
|
*/
|
|
2639
|
-
|
|
2642
|
+
Hypervisor?: HypervisorType;
|
|
2640
2643
|
/**
|
|
2641
|
-
* <p>The
|
|
2644
|
+
* <p>The IAM instance profile associated with the instance, if
|
|
2645
|
+
* applicable.</p>
|
|
2642
2646
|
* @public
|
|
2643
2647
|
*/
|
|
2644
|
-
|
|
2648
|
+
IamInstanceProfile?: IamInstanceProfile;
|
|
2645
2649
|
/**
|
|
2646
|
-
* <p>
|
|
2650
|
+
* <p>Indicates whether this is a Spot Instance or a Scheduled Instance.</p>
|
|
2647
2651
|
* @public
|
|
2648
2652
|
*/
|
|
2649
|
-
|
|
2653
|
+
InstanceLifecycle?: InstanceLifecycleType;
|
|
2650
2654
|
/**
|
|
2651
|
-
* <p>
|
|
2655
|
+
* <p>Deprecated.</p>
|
|
2656
|
+
* <note>
|
|
2657
|
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
2658
|
+
* workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
|
|
2659
|
+
* G4dn, or G5 instances.</p>
|
|
2660
|
+
* </note>
|
|
2652
2661
|
* @public
|
|
2653
2662
|
*/
|
|
2654
|
-
|
|
2663
|
+
ElasticGpuAssociations?: ElasticGpuAssociation[];
|
|
2655
2664
|
/**
|
|
2656
|
-
* <p>The
|
|
2665
|
+
* <p>The elastic inference accelerator associated with the instance.</p>
|
|
2657
2666
|
* @public
|
|
2658
2667
|
*/
|
|
2659
|
-
|
|
2668
|
+
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
|
|
2660
2669
|
/**
|
|
2661
|
-
* <p>
|
|
2662
|
-
* can only be used inside the Amazon EC2 network. This name is not available until the
|
|
2663
|
-
* instance enters the <code>running</code> state. </p>
|
|
2664
|
-
* <p>The Amazon-provided DNS server resolves Amazon-provided private DNS
|
|
2665
|
-
* hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not
|
|
2666
|
-
* using the Amazon-provided DNS server in your VPC, your custom domain name servers must
|
|
2667
|
-
* resolve the hostname as appropriate.</p>
|
|
2670
|
+
* <p>The network interfaces for the instance.</p>
|
|
2668
2671
|
* @public
|
|
2669
2672
|
*/
|
|
2670
|
-
|
|
2673
|
+
NetworkInterfaces?: InstanceNetworkInterface[];
|
|
2671
2674
|
/**
|
|
2672
|
-
* <p>The
|
|
2675
|
+
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
2673
2676
|
* @public
|
|
2674
2677
|
*/
|
|
2675
|
-
|
|
2678
|
+
OutpostArn?: string;
|
|
2676
2679
|
/**
|
|
2677
|
-
* <p>The
|
|
2678
|
-
*
|
|
2679
|
-
*/
|
|
2680
|
-
ProductCodes?: ProductCode[];
|
|
2681
|
-
/**
|
|
2682
|
-
* <p>[IPv4 only] The public DNS name assigned to the instance. This name is not available
|
|
2683
|
-
* until the instance enters the <code>running</code> state. This name is only
|
|
2684
|
-
* available if you've enabled DNS hostnames for your VPC.</p>
|
|
2685
|
-
* @public
|
|
2686
|
-
*/
|
|
2687
|
-
PublicDnsName?: string;
|
|
2688
|
-
/**
|
|
2689
|
-
* <p>The public IPv4 address, or the Carrier IP address assigned to the instance, if
|
|
2690
|
-
* applicable.</p>
|
|
2691
|
-
* <p>A Carrier IP address only applies to an instance launched in a subnet associated with
|
|
2692
|
-
* a Wavelength Zone.</p>
|
|
2693
|
-
* @public
|
|
2694
|
-
*/
|
|
2695
|
-
PublicIpAddress?: string;
|
|
2696
|
-
/**
|
|
2697
|
-
* <p>The RAM disk associated with this instance, if applicable.</p>
|
|
2698
|
-
* @public
|
|
2699
|
-
*/
|
|
2700
|
-
RamdiskId?: string;
|
|
2701
|
-
/**
|
|
2702
|
-
* <p>The current state of the instance.</p>
|
|
2703
|
-
* @public
|
|
2704
|
-
*/
|
|
2705
|
-
State?: InstanceState;
|
|
2706
|
-
/**
|
|
2707
|
-
* <p>The reason for the most recent state transition. This might be an empty string.</p>
|
|
2708
|
-
* @public
|
|
2709
|
-
*/
|
|
2710
|
-
StateTransitionReason?: string;
|
|
2711
|
-
/**
|
|
2712
|
-
* <p>The ID of the subnet in which the instance is running.</p>
|
|
2713
|
-
* @public
|
|
2714
|
-
*/
|
|
2715
|
-
SubnetId?: string;
|
|
2716
|
-
/**
|
|
2717
|
-
* <p>The ID of the VPC in which the instance is running.</p>
|
|
2718
|
-
* @public
|
|
2719
|
-
*/
|
|
2720
|
-
VpcId?: string;
|
|
2721
|
-
/**
|
|
2722
|
-
* <p>The architecture of the image.</p>
|
|
2723
|
-
* @public
|
|
2724
|
-
*/
|
|
2725
|
-
Architecture?: ArchitectureValues;
|
|
2726
|
-
/**
|
|
2727
|
-
* <p>Any block device mapping entries for the instance.</p>
|
|
2728
|
-
* @public
|
|
2729
|
-
*/
|
|
2730
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
2731
|
-
/**
|
|
2732
|
-
* <p>The idempotency token you provided when you launched the instance, if
|
|
2733
|
-
* applicable.</p>
|
|
2734
|
-
* @public
|
|
2735
|
-
*/
|
|
2736
|
-
ClientToken?: string;
|
|
2737
|
-
/**
|
|
2738
|
-
* <p>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization
|
|
2739
|
-
* provides dedicated throughput to Amazon EBS and an optimized configuration stack to
|
|
2740
|
-
* provide optimal I/O performance. This optimization isn't available with all instance
|
|
2741
|
-
* types. Additional usage charges apply when using an EBS Optimized instance.</p>
|
|
2742
|
-
* @public
|
|
2743
|
-
*/
|
|
2744
|
-
EbsOptimized?: boolean;
|
|
2745
|
-
/**
|
|
2746
|
-
* <p>Specifies whether enhanced networking with ENA is enabled.</p>
|
|
2747
|
-
* @public
|
|
2748
|
-
*/
|
|
2749
|
-
EnaSupport?: boolean;
|
|
2750
|
-
/**
|
|
2751
|
-
* <p>The hypervisor type of the instance. The value <code>xen</code> is used for both Xen
|
|
2752
|
-
* and Nitro hypervisors.</p>
|
|
2753
|
-
* @public
|
|
2754
|
-
*/
|
|
2755
|
-
Hypervisor?: HypervisorType;
|
|
2756
|
-
/**
|
|
2757
|
-
* <p>The IAM instance profile associated with the instance, if
|
|
2758
|
-
* applicable.</p>
|
|
2759
|
-
* @public
|
|
2760
|
-
*/
|
|
2761
|
-
IamInstanceProfile?: IamInstanceProfile;
|
|
2762
|
-
/**
|
|
2763
|
-
* <p>Indicates whether this is a Spot Instance or a Scheduled Instance.</p>
|
|
2764
|
-
* @public
|
|
2765
|
-
*/
|
|
2766
|
-
InstanceLifecycle?: InstanceLifecycleType;
|
|
2767
|
-
/**
|
|
2768
|
-
* <p>Deprecated.</p>
|
|
2769
|
-
* <note>
|
|
2770
|
-
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
|
|
2771
|
-
* workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
|
|
2772
|
-
* G4dn, or G5 instances.</p>
|
|
2773
|
-
* </note>
|
|
2774
|
-
* @public
|
|
2775
|
-
*/
|
|
2776
|
-
ElasticGpuAssociations?: ElasticGpuAssociation[];
|
|
2777
|
-
/**
|
|
2778
|
-
* <p>The elastic inference accelerator associated with the instance.</p>
|
|
2779
|
-
* @public
|
|
2780
|
-
*/
|
|
2781
|
-
ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
|
|
2782
|
-
/**
|
|
2783
|
-
* <p>The network interfaces for the instance.</p>
|
|
2784
|
-
* @public
|
|
2785
|
-
*/
|
|
2786
|
-
NetworkInterfaces?: InstanceNetworkInterface[];
|
|
2787
|
-
/**
|
|
2788
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
2789
|
-
* @public
|
|
2790
|
-
*/
|
|
2791
|
-
OutpostArn?: string;
|
|
2792
|
-
/**
|
|
2793
|
-
* <p>The device name of the root device volume (for example,
|
|
2794
|
-
* <code>/dev/sda1</code>).</p>
|
|
2680
|
+
* <p>The device name of the root device volume (for example,
|
|
2681
|
+
* <code>/dev/sda1</code>).</p>
|
|
2795
2682
|
* @public
|
|
2796
2683
|
*/
|
|
2797
2684
|
RootDeviceName?: string;
|
|
@@ -2932,6 +2819,119 @@ export interface Instance {
|
|
|
2932
2819
|
* @public
|
|
2933
2820
|
*/
|
|
2934
2821
|
CurrentInstanceBootMode?: InstanceBootModeValues;
|
|
2822
|
+
/**
|
|
2823
|
+
* <p>The ID of the instance.</p>
|
|
2824
|
+
* @public
|
|
2825
|
+
*/
|
|
2826
|
+
InstanceId?: string;
|
|
2827
|
+
/**
|
|
2828
|
+
* <p>The ID of the AMI used to launch the instance.</p>
|
|
2829
|
+
* @public
|
|
2830
|
+
*/
|
|
2831
|
+
ImageId?: string;
|
|
2832
|
+
/**
|
|
2833
|
+
* <p>The current state of the instance.</p>
|
|
2834
|
+
* @public
|
|
2835
|
+
*/
|
|
2836
|
+
State?: InstanceState;
|
|
2837
|
+
/**
|
|
2838
|
+
* <p>[IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname
|
|
2839
|
+
* can only be used inside the Amazon EC2 network. This name is not available until the
|
|
2840
|
+
* instance enters the <code>running</code> state. </p>
|
|
2841
|
+
* <p>The Amazon-provided DNS server resolves Amazon-provided private DNS
|
|
2842
|
+
* hostnames if you've enabled DNS resolution and DNS hostnames in your VPC. If you are not
|
|
2843
|
+
* using the Amazon-provided DNS server in your VPC, your custom domain name servers must
|
|
2844
|
+
* resolve the hostname as appropriate.</p>
|
|
2845
|
+
* @public
|
|
2846
|
+
*/
|
|
2847
|
+
PrivateDnsName?: string;
|
|
2848
|
+
/**
|
|
2849
|
+
* <p>[IPv4 only] The public DNS name assigned to the instance. This name is not available
|
|
2850
|
+
* until the instance enters the <code>running</code> state. This name is only
|
|
2851
|
+
* available if you've enabled DNS hostnames for your VPC.</p>
|
|
2852
|
+
* @public
|
|
2853
|
+
*/
|
|
2854
|
+
PublicDnsName?: string;
|
|
2855
|
+
/**
|
|
2856
|
+
* <p>The reason for the most recent state transition. This might be an empty string.</p>
|
|
2857
|
+
* @public
|
|
2858
|
+
*/
|
|
2859
|
+
StateTransitionReason?: string;
|
|
2860
|
+
/**
|
|
2861
|
+
* <p>The name of the key pair, if this instance was launched with an associated key
|
|
2862
|
+
* pair.</p>
|
|
2863
|
+
* @public
|
|
2864
|
+
*/
|
|
2865
|
+
KeyName?: string;
|
|
2866
|
+
/**
|
|
2867
|
+
* <p>The AMI launch index, which can be used to find this instance in the launch
|
|
2868
|
+
* group.</p>
|
|
2869
|
+
* @public
|
|
2870
|
+
*/
|
|
2871
|
+
AmiLaunchIndex?: number;
|
|
2872
|
+
/**
|
|
2873
|
+
* <p>The product codes attached to this instance, if applicable.</p>
|
|
2874
|
+
* @public
|
|
2875
|
+
*/
|
|
2876
|
+
ProductCodes?: ProductCode[];
|
|
2877
|
+
/**
|
|
2878
|
+
* <p>The instance type.</p>
|
|
2879
|
+
* @public
|
|
2880
|
+
*/
|
|
2881
|
+
InstanceType?: _InstanceType;
|
|
2882
|
+
/**
|
|
2883
|
+
* <p>The time the instance was launched.</p>
|
|
2884
|
+
* @public
|
|
2885
|
+
*/
|
|
2886
|
+
LaunchTime?: Date;
|
|
2887
|
+
/**
|
|
2888
|
+
* <p>The location where the instance launched, if applicable.</p>
|
|
2889
|
+
* @public
|
|
2890
|
+
*/
|
|
2891
|
+
Placement?: Placement;
|
|
2892
|
+
/**
|
|
2893
|
+
* <p>The kernel associated with this instance, if applicable.</p>
|
|
2894
|
+
* @public
|
|
2895
|
+
*/
|
|
2896
|
+
KernelId?: string;
|
|
2897
|
+
/**
|
|
2898
|
+
* <p>The RAM disk associated with this instance, if applicable.</p>
|
|
2899
|
+
* @public
|
|
2900
|
+
*/
|
|
2901
|
+
RamdiskId?: string;
|
|
2902
|
+
/**
|
|
2903
|
+
* <p>The platform. This value is <code>windows</code> for Windows instances; otherwise, it is empty.</p>
|
|
2904
|
+
* @public
|
|
2905
|
+
*/
|
|
2906
|
+
Platform?: PlatformValues;
|
|
2907
|
+
/**
|
|
2908
|
+
* <p>The monitoring for the instance.</p>
|
|
2909
|
+
* @public
|
|
2910
|
+
*/
|
|
2911
|
+
Monitoring?: Monitoring;
|
|
2912
|
+
/**
|
|
2913
|
+
* <p>The ID of the subnet in which the instance is running.</p>
|
|
2914
|
+
* @public
|
|
2915
|
+
*/
|
|
2916
|
+
SubnetId?: string;
|
|
2917
|
+
/**
|
|
2918
|
+
* <p>The ID of the VPC in which the instance is running.</p>
|
|
2919
|
+
* @public
|
|
2920
|
+
*/
|
|
2921
|
+
VpcId?: string;
|
|
2922
|
+
/**
|
|
2923
|
+
* <p>The private IPv4 address assigned to the instance.</p>
|
|
2924
|
+
* @public
|
|
2925
|
+
*/
|
|
2926
|
+
PrivateIpAddress?: string;
|
|
2927
|
+
/**
|
|
2928
|
+
* <p>The public IPv4 address, or the Carrier IP address assigned to the instance, if
|
|
2929
|
+
* applicable.</p>
|
|
2930
|
+
* <p>A Carrier IP address only applies to an instance launched in a subnet associated with
|
|
2931
|
+
* a Wavelength Zone.</p>
|
|
2932
|
+
* @public
|
|
2933
|
+
*/
|
|
2934
|
+
PublicIpAddress?: string;
|
|
2935
2935
|
}
|
|
2936
2936
|
/**
|
|
2937
2937
|
* <p>Describes a launch request for one or more instances, and includes owner, requester,
|
|
@@ -2941,15 +2941,10 @@ export interface Instance {
|
|
|
2941
2941
|
*/
|
|
2942
2942
|
export interface Reservation {
|
|
2943
2943
|
/**
|
|
2944
|
-
* <p>
|
|
2945
|
-
* @public
|
|
2946
|
-
*/
|
|
2947
|
-
Groups?: GroupIdentifier[];
|
|
2948
|
-
/**
|
|
2949
|
-
* <p>The instances.</p>
|
|
2944
|
+
* <p>The ID of the reservation.</p>
|
|
2950
2945
|
* @public
|
|
2951
2946
|
*/
|
|
2952
|
-
|
|
2947
|
+
ReservationId?: string;
|
|
2953
2948
|
/**
|
|
2954
2949
|
* <p>The ID of the Amazon Web Services account that owns the reservation.</p>
|
|
2955
2950
|
* @public
|
|
@@ -2962,31 +2957,63 @@ export interface Reservation {
|
|
|
2962
2957
|
*/
|
|
2963
2958
|
RequesterId?: string;
|
|
2964
2959
|
/**
|
|
2965
|
-
* <p>
|
|
2960
|
+
* <p>Not supported.</p>
|
|
2966
2961
|
* @public
|
|
2967
2962
|
*/
|
|
2968
|
-
|
|
2963
|
+
Groups?: GroupIdentifier[];
|
|
2964
|
+
/**
|
|
2965
|
+
* <p>The instances.</p>
|
|
2966
|
+
* @public
|
|
2967
|
+
*/
|
|
2968
|
+
Instances?: Instance[];
|
|
2969
2969
|
}
|
|
2970
2970
|
/**
|
|
2971
2971
|
* @public
|
|
2972
2972
|
*/
|
|
2973
2973
|
export interface DescribeInstancesResult {
|
|
2974
|
-
/**
|
|
2975
|
-
* <p>Information about the reservations.</p>
|
|
2976
|
-
* @public
|
|
2977
|
-
*/
|
|
2978
|
-
Reservations?: Reservation[];
|
|
2979
2974
|
/**
|
|
2980
2975
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
2981
2976
|
* are no more items to return.</p>
|
|
2982
2977
|
* @public
|
|
2983
2978
|
*/
|
|
2984
2979
|
NextToken?: string;
|
|
2980
|
+
/**
|
|
2981
|
+
* <p>Information about the reservations.</p>
|
|
2982
|
+
* @public
|
|
2983
|
+
*/
|
|
2984
|
+
Reservations?: Reservation[];
|
|
2985
2985
|
}
|
|
2986
2986
|
/**
|
|
2987
2987
|
* @public
|
|
2988
2988
|
*/
|
|
2989
2989
|
export interface DescribeInstanceStatusRequest {
|
|
2990
|
+
/**
|
|
2991
|
+
* <p>The instance IDs.</p>
|
|
2992
|
+
* <p>Default: Describes all your instances.</p>
|
|
2993
|
+
* <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>
|
|
2994
|
+
* @public
|
|
2995
|
+
*/
|
|
2996
|
+
InstanceIds?: string[];
|
|
2997
|
+
/**
|
|
2998
|
+
* <p>The maximum number of items to return for this request.
|
|
2999
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
3000
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
3001
|
+
* <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
|
|
3002
|
+
* @public
|
|
3003
|
+
*/
|
|
3004
|
+
MaxResults?: number;
|
|
3005
|
+
/**
|
|
3006
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
3007
|
+
* @public
|
|
3008
|
+
*/
|
|
3009
|
+
NextToken?: string;
|
|
3010
|
+
/**
|
|
3011
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
3012
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
3013
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3014
|
+
* @public
|
|
3015
|
+
*/
|
|
3016
|
+
DryRun?: boolean;
|
|
2990
3017
|
/**
|
|
2991
3018
|
* <p>The filters.</p>
|
|
2992
3019
|
* <ul>
|
|
@@ -3074,33 +3101,6 @@ export interface DescribeInstanceStatusRequest {
|
|
|
3074
3101
|
* @public
|
|
3075
3102
|
*/
|
|
3076
3103
|
Filters?: Filter[];
|
|
3077
|
-
/**
|
|
3078
|
-
* <p>The instance IDs.</p>
|
|
3079
|
-
* <p>Default: Describes all your instances.</p>
|
|
3080
|
-
* <p>Constraints: Maximum 100 explicitly specified instance IDs.</p>
|
|
3081
|
-
* @public
|
|
3082
|
-
*/
|
|
3083
|
-
InstanceIds?: string[];
|
|
3084
|
-
/**
|
|
3085
|
-
* <p>The maximum number of items to return for this request.
|
|
3086
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
3087
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
3088
|
-
* <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
|
|
3089
|
-
* @public
|
|
3090
|
-
*/
|
|
3091
|
-
MaxResults?: number;
|
|
3092
|
-
/**
|
|
3093
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
3094
|
-
* @public
|
|
3095
|
-
*/
|
|
3096
|
-
NextToken?: string;
|
|
3097
|
-
/**
|
|
3098
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
3099
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
3100
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
3101
|
-
* @public
|
|
3102
|
-
*/
|
|
3103
|
-
DryRun?: boolean;
|
|
3104
3104
|
/**
|
|
3105
3105
|
* <p>When <code>true</code>, includes the health status for all instances. When
|
|
3106
3106
|
* <code>false</code>, includes the health status for running instances only.</p>
|
|
@@ -4871,6 +4871,31 @@ export interface DescribeInstanceTypesResult {
|
|
|
4871
4871
|
* @public
|
|
4872
4872
|
*/
|
|
4873
4873
|
export interface DescribeInternetGatewaysRequest {
|
|
4874
|
+
/**
|
|
4875
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4876
|
+
* @public
|
|
4877
|
+
*/
|
|
4878
|
+
NextToken?: string;
|
|
4879
|
+
/**
|
|
4880
|
+
* <p>The maximum number of items to return for this request.
|
|
4881
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
4882
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
4883
|
+
* @public
|
|
4884
|
+
*/
|
|
4885
|
+
MaxResults?: number;
|
|
4886
|
+
/**
|
|
4887
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4888
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4889
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4890
|
+
* @public
|
|
4891
|
+
*/
|
|
4892
|
+
DryRun?: boolean;
|
|
4893
|
+
/**
|
|
4894
|
+
* <p>The IDs of the internet gateways.</p>
|
|
4895
|
+
* <p>Default: Describes all your internet gateways.</p>
|
|
4896
|
+
* @public
|
|
4897
|
+
*/
|
|
4898
|
+
InternetGatewayIds?: string[];
|
|
4874
4899
|
/**
|
|
4875
4900
|
* <p>The filters.</p>
|
|
4876
4901
|
* <ul>
|
|
@@ -4904,31 +4929,6 @@ export interface DescribeInternetGatewaysRequest {
|
|
|
4904
4929
|
* @public
|
|
4905
4930
|
*/
|
|
4906
4931
|
Filters?: Filter[];
|
|
4907
|
-
/**
|
|
4908
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4909
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4910
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4911
|
-
* @public
|
|
4912
|
-
*/
|
|
4913
|
-
DryRun?: boolean;
|
|
4914
|
-
/**
|
|
4915
|
-
* <p>The IDs of the internet gateways.</p>
|
|
4916
|
-
* <p>Default: Describes all your internet gateways.</p>
|
|
4917
|
-
* @public
|
|
4918
|
-
*/
|
|
4919
|
-
InternetGatewayIds?: string[];
|
|
4920
|
-
/**
|
|
4921
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
4922
|
-
* @public
|
|
4923
|
-
*/
|
|
4924
|
-
NextToken?: string;
|
|
4925
|
-
/**
|
|
4926
|
-
* <p>The maximum number of items to return for this request.
|
|
4927
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
4928
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
4929
|
-
* @public
|
|
4930
|
-
*/
|
|
4931
|
-
MaxResults?: number;
|
|
4932
4932
|
}
|
|
4933
4933
|
/**
|
|
4934
4934
|
* @public
|
|
@@ -5413,34 +5413,6 @@ export interface DescribeIpv6PoolsResult {
|
|
|
5413
5413
|
* @public
|
|
5414
5414
|
*/
|
|
5415
5415
|
export interface DescribeKeyPairsRequest {
|
|
5416
|
-
/**
|
|
5417
|
-
* <p>The filters.</p>
|
|
5418
|
-
* <ul>
|
|
5419
|
-
* <li>
|
|
5420
|
-
* <p>
|
|
5421
|
-
* <code>key-pair-id</code> - The ID of the key pair.</p>
|
|
5422
|
-
* </li>
|
|
5423
|
-
* <li>
|
|
5424
|
-
* <p>
|
|
5425
|
-
* <code>fingerprint</code> - The fingerprint of the key pair.</p>
|
|
5426
|
-
* </li>
|
|
5427
|
-
* <li>
|
|
5428
|
-
* <p>
|
|
5429
|
-
* <code>key-name</code> - The name of the key pair.</p>
|
|
5430
|
-
* </li>
|
|
5431
|
-
* <li>
|
|
5432
|
-
* <p>
|
|
5433
|
-
* <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>
|
|
5434
|
-
* </li>
|
|
5435
|
-
* <li>
|
|
5436
|
-
* <p>
|
|
5437
|
-
* <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.
|
|
5438
|
-
* 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>
|
|
5439
|
-
* </li>
|
|
5440
|
-
* </ul>
|
|
5441
|
-
* @public
|
|
5442
|
-
*/
|
|
5443
|
-
Filters?: Filter[];
|
|
5444
5416
|
/**
|
|
5445
5417
|
* <p>The key pair names.</p>
|
|
5446
5418
|
* <p>Default: Describes all of your key pairs.</p>
|
|
@@ -5452,13 +5424,6 @@ export interface DescribeKeyPairsRequest {
|
|
|
5452
5424
|
* @public
|
|
5453
5425
|
*/
|
|
5454
5426
|
KeyPairIds?: string[];
|
|
5455
|
-
/**
|
|
5456
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5457
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5458
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5459
|
-
* @public
|
|
5460
|
-
*/
|
|
5461
|
-
DryRun?: boolean;
|
|
5462
5427
|
/**
|
|
5463
5428
|
* <p>If <code>true</code>, the public key material is included in the response.</p>
|
|
5464
5429
|
* <p>Default: <code>false</code>
|
|
@@ -5466,46 +5431,52 @@ export interface DescribeKeyPairsRequest {
|
|
|
5466
5431
|
* @public
|
|
5467
5432
|
*/
|
|
5468
5433
|
IncludePublicKey?: boolean;
|
|
5469
|
-
}
|
|
5470
|
-
/**
|
|
5471
|
-
* <p>Describes a key pair.</p>
|
|
5472
|
-
* @public
|
|
5473
|
-
*/
|
|
5474
|
-
export interface KeyPairInfo {
|
|
5475
5434
|
/**
|
|
5476
|
-
* <p>
|
|
5435
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5436
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5437
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5477
5438
|
* @public
|
|
5478
5439
|
*/
|
|
5479
|
-
|
|
5440
|
+
DryRun?: boolean;
|
|
5480
5441
|
/**
|
|
5481
|
-
* <p>
|
|
5442
|
+
* <p>The filters.</p>
|
|
5482
5443
|
* <ul>
|
|
5483
5444
|
* <li>
|
|
5484
|
-
* <p>
|
|
5445
|
+
* <p>
|
|
5446
|
+
* <code>key-pair-id</code> - The ID of the key pair.</p>
|
|
5485
5447
|
* </li>
|
|
5486
5448
|
* <li>
|
|
5487
|
-
* <p>
|
|
5488
|
-
*
|
|
5449
|
+
* <p>
|
|
5450
|
+
* <code>fingerprint</code> - The fingerprint of the key pair.</p>
|
|
5451
|
+
* </li>
|
|
5452
|
+
* <li>
|
|
5453
|
+
* <p>
|
|
5454
|
+
* <code>key-name</code> - The name of the key pair.</p>
|
|
5489
5455
|
* </li>
|
|
5490
|
-
* </ul>
|
|
5491
|
-
* <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
|
|
5492
|
-
* <ul>
|
|
5493
5456
|
* <li>
|
|
5494
|
-
* <p>
|
|
5457
|
+
* <p>
|
|
5458
|
+
* <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>
|
|
5495
5459
|
* </li>
|
|
5496
5460
|
* <li>
|
|
5497
|
-
* <p>
|
|
5498
|
-
*
|
|
5461
|
+
* <p>
|
|
5462
|
+
* <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.
|
|
5463
|
+
* 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>
|
|
5499
5464
|
* </li>
|
|
5500
5465
|
* </ul>
|
|
5501
5466
|
* @public
|
|
5502
5467
|
*/
|
|
5503
|
-
|
|
5468
|
+
Filters?: Filter[];
|
|
5469
|
+
}
|
|
5470
|
+
/**
|
|
5471
|
+
* <p>Describes a key pair.</p>
|
|
5472
|
+
* @public
|
|
5473
|
+
*/
|
|
5474
|
+
export interface KeyPairInfo {
|
|
5504
5475
|
/**
|
|
5505
|
-
* <p>The
|
|
5476
|
+
* <p>The ID of the key pair.</p>
|
|
5506
5477
|
* @public
|
|
5507
5478
|
*/
|
|
5508
|
-
|
|
5479
|
+
KeyPairId?: string;
|
|
5509
5480
|
/**
|
|
5510
5481
|
* <p>The type of key pair.</p>
|
|
5511
5482
|
* @public
|
|
@@ -5531,6 +5502,35 @@ export interface KeyPairInfo {
|
|
|
5531
5502
|
* @public
|
|
5532
5503
|
*/
|
|
5533
5504
|
CreateTime?: Date;
|
|
5505
|
+
/**
|
|
5506
|
+
* <p>The name of the key pair.</p>
|
|
5507
|
+
* @public
|
|
5508
|
+
*/
|
|
5509
|
+
KeyName?: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* <p>If you used <a>CreateKeyPair</a> to create the key pair:</p>
|
|
5512
|
+
* <ul>
|
|
5513
|
+
* <li>
|
|
5514
|
+
* <p>For RSA key pairs, the key fingerprint is the SHA-1 digest of the DER encoded private key.</p>
|
|
5515
|
+
* </li>
|
|
5516
|
+
* <li>
|
|
5517
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256 digest, which
|
|
5518
|
+
* is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
5519
|
+
* </li>
|
|
5520
|
+
* </ul>
|
|
5521
|
+
* <p>If you used <a>ImportKeyPair</a> to provide Amazon Web Services the public key:</p>
|
|
5522
|
+
* <ul>
|
|
5523
|
+
* <li>
|
|
5524
|
+
* <p>For RSA key pairs, the key fingerprint is the MD5 public key fingerprint as specified in section 4 of RFC4716.</p>
|
|
5525
|
+
* </li>
|
|
5526
|
+
* <li>
|
|
5527
|
+
* <p>For ED25519 key pairs, the key fingerprint is the base64-encoded SHA-256
|
|
5528
|
+
* digest, which is the default for OpenSSH, starting with <a href="http://www.openssh.com/txt/release-6.8">OpenSSH 6.8</a>.</p>
|
|
5529
|
+
* </li>
|
|
5530
|
+
* </ul>
|
|
5531
|
+
* @public
|
|
5532
|
+
*/
|
|
5533
|
+
KeyFingerprint?: string;
|
|
5534
5534
|
}
|
|
5535
5535
|
/**
|
|
5536
5536
|
* @public
|
|
@@ -6643,6 +6643,23 @@ export interface DescribeManagedPrefixListsResult {
|
|
|
6643
6643
|
* @public
|
|
6644
6644
|
*/
|
|
6645
6645
|
export interface DescribeMovingAddressesRequest {
|
|
6646
|
+
/**
|
|
6647
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6648
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6649
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6650
|
+
* @public
|
|
6651
|
+
*/
|
|
6652
|
+
DryRun?: boolean;
|
|
6653
|
+
/**
|
|
6654
|
+
* <p>One or more Elastic IP addresses.</p>
|
|
6655
|
+
* @public
|
|
6656
|
+
*/
|
|
6657
|
+
PublicIps?: string[];
|
|
6658
|
+
/**
|
|
6659
|
+
* <p>The token for the next page of results.</p>
|
|
6660
|
+
* @public
|
|
6661
|
+
*/
|
|
6662
|
+
NextToken?: string;
|
|
6646
6663
|
/**
|
|
6647
6664
|
* <p>One or more filters.</p>
|
|
6648
6665
|
* <ul>
|
|
@@ -6655,13 +6672,6 @@ export interface DescribeMovingAddressesRequest {
|
|
|
6655
6672
|
* @public
|
|
6656
6673
|
*/
|
|
6657
6674
|
Filters?: Filter[];
|
|
6658
|
-
/**
|
|
6659
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6660
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6661
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6662
|
-
* @public
|
|
6663
|
-
*/
|
|
6664
|
-
DryRun?: boolean;
|
|
6665
6675
|
/**
|
|
6666
6676
|
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
6667
6677
|
* results of the initial request can be seen by sending another request with the returned
|
|
@@ -6671,16 +6681,6 @@ export interface DescribeMovingAddressesRequest {
|
|
|
6671
6681
|
* @public
|
|
6672
6682
|
*/
|
|
6673
6683
|
MaxResults?: number;
|
|
6674
|
-
/**
|
|
6675
|
-
* <p>The token for the next page of results.</p>
|
|
6676
|
-
* @public
|
|
6677
|
-
*/
|
|
6678
|
-
NextToken?: string;
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>One or more Elastic IP addresses.</p>
|
|
6681
|
-
* @public
|
|
6682
|
-
*/
|
|
6683
|
-
PublicIps?: string[];
|
|
6684
6684
|
}
|
|
6685
6685
|
/**
|
|
6686
6686
|
* @public
|
|
@@ -6809,6 +6809,30 @@ export interface DescribeNatGatewaysResult {
|
|
|
6809
6809
|
* @public
|
|
6810
6810
|
*/
|
|
6811
6811
|
export interface DescribeNetworkAclsRequest {
|
|
6812
|
+
/**
|
|
6813
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
6814
|
+
* @public
|
|
6815
|
+
*/
|
|
6816
|
+
NextToken?: string;
|
|
6817
|
+
/**
|
|
6818
|
+
* <p>The maximum number of items to return for this request.
|
|
6819
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
6820
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6821
|
+
* @public
|
|
6822
|
+
*/
|
|
6823
|
+
MaxResults?: number;
|
|
6824
|
+
/**
|
|
6825
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6826
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6827
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6828
|
+
* @public
|
|
6829
|
+
*/
|
|
6830
|
+
DryRun?: boolean;
|
|
6831
|
+
/**
|
|
6832
|
+
* <p>The IDs of the network ACLs.</p>
|
|
6833
|
+
* @public
|
|
6834
|
+
*/
|
|
6835
|
+
NetworkAclIds?: string[];
|
|
6812
6836
|
/**
|
|
6813
6837
|
* <p>The filters.</p>
|
|
6814
6838
|
* <ul>
|
|
@@ -6895,30 +6919,6 @@ export interface DescribeNetworkAclsRequest {
|
|
|
6895
6919
|
* @public
|
|
6896
6920
|
*/
|
|
6897
6921
|
Filters?: Filter[];
|
|
6898
|
-
/**
|
|
6899
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
6900
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
6901
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6902
|
-
* @public
|
|
6903
|
-
*/
|
|
6904
|
-
DryRun?: boolean;
|
|
6905
|
-
/**
|
|
6906
|
-
* <p>The IDs of the network ACLs.</p>
|
|
6907
|
-
* @public
|
|
6908
|
-
*/
|
|
6909
|
-
NetworkAclIds?: string[];
|
|
6910
|
-
/**
|
|
6911
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
6912
|
-
* @public
|
|
6913
|
-
*/
|
|
6914
|
-
NextToken?: string;
|
|
6915
|
-
/**
|
|
6916
|
-
* <p>The maximum number of items to return for this request.
|
|
6917
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
6918
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6919
|
-
* @public
|
|
6920
|
-
*/
|
|
6921
|
-
MaxResults?: number;
|
|
6922
6922
|
}
|
|
6923
6923
|
/**
|
|
6924
6924
|
* @public
|
|
@@ -7393,11 +7393,6 @@ export type NetworkInterfaceAttribute = (typeof NetworkInterfaceAttribute)[keyof
|
|
|
7393
7393
|
* @public
|
|
7394
7394
|
*/
|
|
7395
7395
|
export interface DescribeNetworkInterfaceAttributeRequest {
|
|
7396
|
-
/**
|
|
7397
|
-
* <p>The attribute of the network interface. This parameter is required.</p>
|
|
7398
|
-
* @public
|
|
7399
|
-
*/
|
|
7400
|
-
Attribute?: NetworkInterfaceAttribute;
|
|
7401
7396
|
/**
|
|
7402
7397
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7403
7398
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -7410,6 +7405,11 @@ export interface DescribeNetworkInterfaceAttributeRequest {
|
|
|
7410
7405
|
* @public
|
|
7411
7406
|
*/
|
|
7412
7407
|
NetworkInterfaceId: string | undefined;
|
|
7408
|
+
/**
|
|
7409
|
+
* <p>The attribute of the network interface. This parameter is required.</p>
|
|
7410
|
+
* @public
|
|
7411
|
+
*/
|
|
7412
|
+
Attribute?: NetworkInterfaceAttribute;
|
|
7413
7413
|
}
|
|
7414
7414
|
/**
|
|
7415
7415
|
* <p>Contains the output of DescribeNetworkInterfaceAttribute.</p>
|
|
@@ -7526,6 +7526,33 @@ export interface DescribeNetworkInterfacePermissionsResult {
|
|
|
7526
7526
|
* @public
|
|
7527
7527
|
*/
|
|
7528
7528
|
export interface DescribeNetworkInterfacesRequest {
|
|
7529
|
+
/**
|
|
7530
|
+
* <p>The token returned from a previous paginated request.
|
|
7531
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
7532
|
+
* @public
|
|
7533
|
+
*/
|
|
7534
|
+
NextToken?: string;
|
|
7535
|
+
/**
|
|
7536
|
+
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
7537
|
+
* make another request with the token returned in the output. You cannot specify this
|
|
7538
|
+
* parameter and the network interface IDs parameter in the same request. For more information,
|
|
7539
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7540
|
+
* @public
|
|
7541
|
+
*/
|
|
7542
|
+
MaxResults?: number;
|
|
7543
|
+
/**
|
|
7544
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7545
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7546
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7547
|
+
* @public
|
|
7548
|
+
*/
|
|
7549
|
+
DryRun?: boolean;
|
|
7550
|
+
/**
|
|
7551
|
+
* <p>The network interface IDs.</p>
|
|
7552
|
+
* <p>Default: Describes all your network interfaces.</p>
|
|
7553
|
+
* @public
|
|
7554
|
+
*/
|
|
7555
|
+
NetworkInterfaceIds?: string[];
|
|
7529
7556
|
/**
|
|
7530
7557
|
* <p>One or more filters.</p>
|
|
7531
7558
|
* <ul>
|
|
@@ -7695,33 +7722,6 @@ export interface DescribeNetworkInterfacesRequest {
|
|
|
7695
7722
|
* @public
|
|
7696
7723
|
*/
|
|
7697
7724
|
Filters?: Filter[];
|
|
7698
|
-
/**
|
|
7699
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
7700
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
7701
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7702
|
-
* @public
|
|
7703
|
-
*/
|
|
7704
|
-
DryRun?: boolean;
|
|
7705
|
-
/**
|
|
7706
|
-
* <p>The network interface IDs.</p>
|
|
7707
|
-
* <p>Default: Describes all your network interfaces.</p>
|
|
7708
|
-
* @public
|
|
7709
|
-
*/
|
|
7710
|
-
NetworkInterfaceIds?: string[];
|
|
7711
|
-
/**
|
|
7712
|
-
* <p>The token returned from a previous paginated request.
|
|
7713
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
7714
|
-
* @public
|
|
7715
|
-
*/
|
|
7716
|
-
NextToken?: string;
|
|
7717
|
-
/**
|
|
7718
|
-
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
7719
|
-
* make another request with the token returned in the output. You cannot specify this
|
|
7720
|
-
* parameter and the network interface IDs parameter in the same request. For more information,
|
|
7721
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7722
|
-
* @public
|
|
7723
|
-
*/
|
|
7724
|
-
MaxResults?: number;
|
|
7725
7725
|
}
|
|
7726
7726
|
/**
|
|
7727
7727
|
* @public
|
|
@@ -7743,6 +7743,35 @@ export interface DescribeNetworkInterfacesResult {
|
|
|
7743
7743
|
* @public
|
|
7744
7744
|
*/
|
|
7745
7745
|
export interface DescribePlacementGroupsRequest {
|
|
7746
|
+
/**
|
|
7747
|
+
* <p>The IDs of the placement groups.</p>
|
|
7748
|
+
* @public
|
|
7749
|
+
*/
|
|
7750
|
+
GroupIds?: string[];
|
|
7751
|
+
/**
|
|
7752
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
7753
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
7754
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7755
|
+
* @public
|
|
7756
|
+
*/
|
|
7757
|
+
DryRun?: boolean;
|
|
7758
|
+
/**
|
|
7759
|
+
* <p>The names of the placement groups.</p>
|
|
7760
|
+
* <p>Constraints:</p>
|
|
7761
|
+
* <ul>
|
|
7762
|
+
* <li>
|
|
7763
|
+
* <p>You can specify a name only if the placement group is owned by your
|
|
7764
|
+
* account.</p>
|
|
7765
|
+
* </li>
|
|
7766
|
+
* <li>
|
|
7767
|
+
* <p>If a placement group is <i>shared</i> with your account,
|
|
7768
|
+
* specifying the name results in an error. You must use the <code>GroupId</code>
|
|
7769
|
+
* parameter instead.</p>
|
|
7770
|
+
* </li>
|
|
7771
|
+
* </ul>
|
|
7772
|
+
* @public
|
|
7773
|
+
*/
|
|
7774
|
+
GroupNames?: string[];
|
|
7746
7775
|
/**
|
|
7747
7776
|
* <p>The filters.</p>
|
|
7748
7777
|
* <ul>
|
|
@@ -7777,43 +7806,14 @@ export interface DescribePlacementGroupsRequest {
|
|
|
7777
7806
|
* <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.
|
|
7778
7807
|
* 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>
|
|
7779
7808
|
* </li>
|
|
7780
|
-
* <li>
|
|
7781
|
-
* <p>
|
|
7782
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
|
|
7783
|
-
* </li>
|
|
7784
|
-
* </ul>
|
|
7785
|
-
* @public
|
|
7786
|
-
*/
|
|
7787
|
-
Filters?: Filter[];
|
|
7788
|
-
/**
|
|
7789
|
-
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
7790
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
7791
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
7792
|
-
* @public
|
|
7793
|
-
*/
|
|
7794
|
-
DryRun?: boolean;
|
|
7795
|
-
/**
|
|
7796
|
-
* <p>The names of the placement groups.</p>
|
|
7797
|
-
* <p>Constraints:</p>
|
|
7798
|
-
* <ul>
|
|
7799
|
-
* <li>
|
|
7800
|
-
* <p>You can specify a name only if the placement group is owned by your
|
|
7801
|
-
* account.</p>
|
|
7802
|
-
* </li>
|
|
7803
|
-
* <li>
|
|
7804
|
-
* <p>If a placement group is <i>shared</i> with your account,
|
|
7805
|
-
* specifying the name results in an error. You must use the <code>GroupId</code>
|
|
7806
|
-
* parameter instead.</p>
|
|
7809
|
+
* <li>
|
|
7810
|
+
* <p>
|
|
7811
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
|
|
7807
7812
|
* </li>
|
|
7808
7813
|
* </ul>
|
|
7809
7814
|
* @public
|
|
7810
7815
|
*/
|
|
7811
|
-
|
|
7812
|
-
/**
|
|
7813
|
-
* <p>The IDs of the placement groups.</p>
|
|
7814
|
-
* @public
|
|
7815
|
-
*/
|
|
7816
|
-
GroupIds?: string[];
|
|
7816
|
+
Filters?: Filter[];
|
|
7817
7817
|
}
|
|
7818
7818
|
/**
|
|
7819
7819
|
* @public
|
|
@@ -8101,6 +8101,23 @@ export interface DescribePublicIpv4PoolsResult {
|
|
|
8101
8101
|
* @public
|
|
8102
8102
|
*/
|
|
8103
8103
|
export interface DescribeRegionsRequest {
|
|
8104
|
+
/**
|
|
8105
|
+
* <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
|
|
8106
|
+
* @public
|
|
8107
|
+
*/
|
|
8108
|
+
RegionNames?: string[];
|
|
8109
|
+
/**
|
|
8110
|
+
* <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
|
|
8111
|
+
* @public
|
|
8112
|
+
*/
|
|
8113
|
+
AllRegions?: boolean;
|
|
8114
|
+
/**
|
|
8115
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8116
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8117
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8118
|
+
* @public
|
|
8119
|
+
*/
|
|
8120
|
+
DryRun?: boolean;
|
|
8104
8121
|
/**
|
|
8105
8122
|
* <p>The filters.</p>
|
|
8106
8123
|
* <ul>
|
|
@@ -8121,23 +8138,6 @@ export interface DescribeRegionsRequest {
|
|
|
8121
8138
|
* @public
|
|
8122
8139
|
*/
|
|
8123
8140
|
Filters?: Filter[];
|
|
8124
|
-
/**
|
|
8125
|
-
* <p>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</p>
|
|
8126
|
-
* @public
|
|
8127
|
-
*/
|
|
8128
|
-
RegionNames?: string[];
|
|
8129
|
-
/**
|
|
8130
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8131
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8132
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8133
|
-
* @public
|
|
8134
|
-
*/
|
|
8135
|
-
DryRun?: boolean;
|
|
8136
|
-
/**
|
|
8137
|
-
* <p>Indicates whether to display all Regions, including Regions that are disabled for your account.</p>
|
|
8138
|
-
* @public
|
|
8139
|
-
*/
|
|
8140
|
-
AllRegions?: boolean;
|
|
8141
8141
|
}
|
|
8142
8142
|
/**
|
|
8143
8143
|
* <p>Describes a Region.</p>
|
|
@@ -8145,21 +8145,21 @@ export interface DescribeRegionsRequest {
|
|
|
8145
8145
|
*/
|
|
8146
8146
|
export interface Region {
|
|
8147
8147
|
/**
|
|
8148
|
-
* <p>The Region
|
|
8148
|
+
* <p>The Region opt-in status. The possible values are <code>opt-in-not-required</code>, <code>opted-in</code>, and
|
|
8149
|
+
* <code>not-opted-in</code>.</p>
|
|
8149
8150
|
* @public
|
|
8150
8151
|
*/
|
|
8151
|
-
|
|
8152
|
+
OptInStatus?: string;
|
|
8152
8153
|
/**
|
|
8153
8154
|
* <p>The name of the Region.</p>
|
|
8154
8155
|
* @public
|
|
8155
8156
|
*/
|
|
8156
8157
|
RegionName?: string;
|
|
8157
8158
|
/**
|
|
8158
|
-
* <p>The Region
|
|
8159
|
-
* <code>not-opted-in</code>.</p>
|
|
8159
|
+
* <p>The Region service endpoint.</p>
|
|
8160
8160
|
* @public
|
|
8161
8161
|
*/
|
|
8162
|
-
|
|
8162
|
+
Endpoint?: string;
|
|
8163
8163
|
}
|
|
8164
8164
|
/**
|
|
8165
8165
|
* @public
|
|
@@ -8261,6 +8261,24 @@ export type OfferingTypeValues = (typeof OfferingTypeValues)[keyof typeof Offeri
|
|
|
8261
8261
|
* @public
|
|
8262
8262
|
*/
|
|
8263
8263
|
export interface DescribeReservedInstancesRequest {
|
|
8264
|
+
/**
|
|
8265
|
+
* <p>Describes whether the Reserved Instance is Standard or Convertible.</p>
|
|
8266
|
+
* @public
|
|
8267
|
+
*/
|
|
8268
|
+
OfferingClass?: OfferingClassType;
|
|
8269
|
+
/**
|
|
8270
|
+
* <p>One or more Reserved Instance IDs.</p>
|
|
8271
|
+
* <p>Default: Describes all your Reserved Instances, or only those otherwise specified.</p>
|
|
8272
|
+
* @public
|
|
8273
|
+
*/
|
|
8274
|
+
ReservedInstancesIds?: string[];
|
|
8275
|
+
/**
|
|
8276
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8277
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8278
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8279
|
+
* @public
|
|
8280
|
+
*/
|
|
8281
|
+
DryRun?: boolean;
|
|
8264
8282
|
/**
|
|
8265
8283
|
* <p>One or more filters.</p>
|
|
8266
8284
|
* <ul>
|
|
@@ -8327,24 +8345,6 @@ export interface DescribeReservedInstancesRequest {
|
|
|
8327
8345
|
* @public
|
|
8328
8346
|
*/
|
|
8329
8347
|
Filters?: Filter[];
|
|
8330
|
-
/**
|
|
8331
|
-
* <p>Describes whether the Reserved Instance is Standard or Convertible.</p>
|
|
8332
|
-
* @public
|
|
8333
|
-
*/
|
|
8334
|
-
OfferingClass?: OfferingClassType;
|
|
8335
|
-
/**
|
|
8336
|
-
* <p>One or more Reserved Instance IDs.</p>
|
|
8337
|
-
* <p>Default: Describes all your Reserved Instances, or only those otherwise specified.</p>
|
|
8338
|
-
* @public
|
|
8339
|
-
*/
|
|
8340
|
-
ReservedInstancesIds?: string[];
|
|
8341
|
-
/**
|
|
8342
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8343
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8344
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8345
|
-
* @public
|
|
8346
|
-
*/
|
|
8347
|
-
DryRun?: boolean;
|
|
8348
8348
|
/**
|
|
8349
8349
|
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API
|
|
8350
8350
|
* version, you only have access to the <code>Medium Utilization</code> Reserved Instance
|
|
@@ -8428,96 +8428,96 @@ export type ReservedInstanceState = (typeof ReservedInstanceState)[keyof typeof
|
|
|
8428
8428
|
*/
|
|
8429
8429
|
export interface ReservedInstances {
|
|
8430
8430
|
/**
|
|
8431
|
-
* <p>The
|
|
8431
|
+
* <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes.
|
|
8432
|
+
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
8432
8433
|
* @public
|
|
8433
8434
|
*/
|
|
8434
|
-
|
|
8435
|
+
CurrencyCode?: CurrencyCodeValues;
|
|
8435
8436
|
/**
|
|
8436
|
-
* <p>The
|
|
8437
|
+
* <p>The tenancy of the instance.</p>
|
|
8437
8438
|
* @public
|
|
8438
8439
|
*/
|
|
8439
|
-
|
|
8440
|
+
InstanceTenancy?: Tenancy;
|
|
8440
8441
|
/**
|
|
8441
|
-
* <p>The
|
|
8442
|
+
* <p>The offering class of the Reserved Instance.</p>
|
|
8442
8443
|
* @public
|
|
8443
8444
|
*/
|
|
8444
|
-
|
|
8445
|
+
OfferingClass?: OfferingClassType;
|
|
8445
8446
|
/**
|
|
8446
|
-
* <p>The
|
|
8447
|
+
* <p>The Reserved Instance offering type.</p>
|
|
8447
8448
|
* @public
|
|
8448
8449
|
*/
|
|
8449
|
-
|
|
8450
|
+
OfferingType?: OfferingTypeValues;
|
|
8450
8451
|
/**
|
|
8451
|
-
* <p>The
|
|
8452
|
+
* <p>The recurring charge tag assigned to the resource.</p>
|
|
8452
8453
|
* @public
|
|
8453
8454
|
*/
|
|
8454
|
-
|
|
8455
|
+
RecurringCharges?: RecurringCharge[];
|
|
8455
8456
|
/**
|
|
8456
|
-
* <p>The
|
|
8457
|
+
* <p>The scope of the Reserved Instance.</p>
|
|
8457
8458
|
* @public
|
|
8458
8459
|
*/
|
|
8459
|
-
|
|
8460
|
+
Scope?: Scope;
|
|
8460
8461
|
/**
|
|
8461
|
-
* <p>
|
|
8462
|
+
* <p>Any tags assigned to the resource.</p>
|
|
8462
8463
|
* @public
|
|
8463
8464
|
*/
|
|
8464
|
-
|
|
8465
|
+
Tags?: Tag[];
|
|
8465
8466
|
/**
|
|
8466
8467
|
* <p>The ID of the Reserved Instance.</p>
|
|
8467
8468
|
* @public
|
|
8468
8469
|
*/
|
|
8469
8470
|
ReservedInstancesId?: string;
|
|
8470
8471
|
/**
|
|
8471
|
-
* <p>The
|
|
8472
|
+
* <p>The instance type on which the Reserved Instance can be used.</p>
|
|
8472
8473
|
* @public
|
|
8473
8474
|
*/
|
|
8474
|
-
|
|
8475
|
+
InstanceType?: _InstanceType;
|
|
8475
8476
|
/**
|
|
8476
|
-
* <p>The
|
|
8477
|
+
* <p>The Availability Zone in which the Reserved Instance can be used.</p>
|
|
8477
8478
|
* @public
|
|
8478
8479
|
*/
|
|
8479
|
-
|
|
8480
|
+
AvailabilityZone?: string;
|
|
8480
8481
|
/**
|
|
8481
|
-
* <p>The
|
|
8482
|
+
* <p>The date and time the Reserved Instance started.</p>
|
|
8482
8483
|
* @public
|
|
8483
8484
|
*/
|
|
8484
|
-
|
|
8485
|
+
Start?: Date;
|
|
8485
8486
|
/**
|
|
8486
|
-
* <p>The
|
|
8487
|
-
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
8487
|
+
* <p>The time when the Reserved Instance expires.</p>
|
|
8488
8488
|
* @public
|
|
8489
8489
|
*/
|
|
8490
|
-
|
|
8490
|
+
End?: Date;
|
|
8491
8491
|
/**
|
|
8492
|
-
* <p>The
|
|
8492
|
+
* <p>The duration of the Reserved Instance, in seconds.</p>
|
|
8493
8493
|
* @public
|
|
8494
8494
|
*/
|
|
8495
|
-
|
|
8495
|
+
Duration?: number;
|
|
8496
8496
|
/**
|
|
8497
|
-
* <p>The
|
|
8497
|
+
* <p>The usage price of the Reserved Instance, per hour.</p>
|
|
8498
8498
|
* @public
|
|
8499
8499
|
*/
|
|
8500
|
-
|
|
8500
|
+
UsagePrice?: number;
|
|
8501
8501
|
/**
|
|
8502
|
-
* <p>The Reserved Instance
|
|
8502
|
+
* <p>The purchase price of the Reserved Instance.</p>
|
|
8503
8503
|
* @public
|
|
8504
8504
|
*/
|
|
8505
|
-
|
|
8505
|
+
FixedPrice?: number;
|
|
8506
8506
|
/**
|
|
8507
|
-
* <p>The
|
|
8507
|
+
* <p>The number of reservations purchased.</p>
|
|
8508
8508
|
* @public
|
|
8509
8509
|
*/
|
|
8510
|
-
|
|
8510
|
+
InstanceCount?: number;
|
|
8511
8511
|
/**
|
|
8512
|
-
* <p>The
|
|
8512
|
+
* <p>The Reserved Instance product platform description.</p>
|
|
8513
8513
|
* @public
|
|
8514
8514
|
*/
|
|
8515
|
-
|
|
8515
|
+
ProductDescription?: RIProductDescription;
|
|
8516
8516
|
/**
|
|
8517
|
-
* <p>
|
|
8517
|
+
* <p>The state of the Reserved Instance purchase.</p>
|
|
8518
8518
|
* @public
|
|
8519
8519
|
*/
|
|
8520
|
-
|
|
8520
|
+
State?: ReservedInstanceState;
|
|
8521
8521
|
}
|
|
8522
8522
|
/**
|
|
8523
8523
|
* <p>Contains the output for DescribeReservedInstances.</p>
|
|
@@ -8535,6 +8535,16 @@ export interface DescribeReservedInstancesResult {
|
|
|
8535
8535
|
* @public
|
|
8536
8536
|
*/
|
|
8537
8537
|
export interface DescribeReservedInstancesListingsRequest {
|
|
8538
|
+
/**
|
|
8539
|
+
* <p>One or more Reserved Instance IDs.</p>
|
|
8540
|
+
* @public
|
|
8541
|
+
*/
|
|
8542
|
+
ReservedInstancesId?: string;
|
|
8543
|
+
/**
|
|
8544
|
+
* <p>One or more Reserved Instance listing IDs.</p>
|
|
8545
|
+
* @public
|
|
8546
|
+
*/
|
|
8547
|
+
ReservedInstancesListingId?: string;
|
|
8538
8548
|
/**
|
|
8539
8549
|
* <p>One or more filters.</p>
|
|
8540
8550
|
* <ul>
|
|
@@ -8559,16 +8569,6 @@ export interface DescribeReservedInstancesListingsRequest {
|
|
|
8559
8569
|
* @public
|
|
8560
8570
|
*/
|
|
8561
8571
|
Filters?: Filter[];
|
|
8562
|
-
/**
|
|
8563
|
-
* <p>One or more Reserved Instance IDs.</p>
|
|
8564
|
-
* @public
|
|
8565
|
-
*/
|
|
8566
|
-
ReservedInstancesId?: string;
|
|
8567
|
-
/**
|
|
8568
|
-
* <p>One or more Reserved Instance listing IDs.</p>
|
|
8569
|
-
* @public
|
|
8570
|
-
*/
|
|
8571
|
-
ReservedInstancesListingId?: string;
|
|
8572
8572
|
}
|
|
8573
8573
|
/**
|
|
8574
8574
|
* <p>Contains the output of DescribeReservedInstancesListings.</p>
|
|
@@ -8586,6 +8586,16 @@ export interface DescribeReservedInstancesListingsResult {
|
|
|
8586
8586
|
* @public
|
|
8587
8587
|
*/
|
|
8588
8588
|
export interface DescribeReservedInstancesModificationsRequest {
|
|
8589
|
+
/**
|
|
8590
|
+
* <p>IDs for the submitted modification request.</p>
|
|
8591
|
+
* @public
|
|
8592
|
+
*/
|
|
8593
|
+
ReservedInstancesModificationIds?: string[];
|
|
8594
|
+
/**
|
|
8595
|
+
* <p>The token to retrieve the next page of results.</p>
|
|
8596
|
+
* @public
|
|
8597
|
+
*/
|
|
8598
|
+
NextToken?: string;
|
|
8589
8599
|
/**
|
|
8590
8600
|
* <p>One or more filters.</p>
|
|
8591
8601
|
* <ul>
|
|
@@ -8642,16 +8652,6 @@ export interface DescribeReservedInstancesModificationsRequest {
|
|
|
8642
8652
|
* @public
|
|
8643
8653
|
*/
|
|
8644
8654
|
Filters?: Filter[];
|
|
8645
|
-
/**
|
|
8646
|
-
* <p>IDs for the submitted modification request.</p>
|
|
8647
|
-
* @public
|
|
8648
|
-
*/
|
|
8649
|
-
ReservedInstancesModificationIds?: string[];
|
|
8650
|
-
/**
|
|
8651
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
8652
|
-
* @public
|
|
8653
|
-
*/
|
|
8654
|
-
NextToken?: string;
|
|
8655
8655
|
}
|
|
8656
8656
|
/**
|
|
8657
8657
|
* <p>Describes the configuration settings for the modified Reserved Instances.</p>
|
|
@@ -8779,21 +8779,74 @@ export interface DescribeReservedInstancesModificationsResult {
|
|
|
8779
8779
|
*/
|
|
8780
8780
|
NextToken?: string;
|
|
8781
8781
|
/**
|
|
8782
|
-
* <p>The Reserved Instance modification information.</p>
|
|
8782
|
+
* <p>The Reserved Instance modification information.</p>
|
|
8783
|
+
* @public
|
|
8784
|
+
*/
|
|
8785
|
+
ReservedInstancesModifications?: ReservedInstancesModification[];
|
|
8786
|
+
}
|
|
8787
|
+
/**
|
|
8788
|
+
* <p>Contains the parameters for DescribeReservedInstancesOfferings.</p>
|
|
8789
|
+
* @public
|
|
8790
|
+
*/
|
|
8791
|
+
export interface DescribeReservedInstancesOfferingsRequest {
|
|
8792
|
+
/**
|
|
8793
|
+
* <p>The Availability Zone in which the Reserved Instance can be used.</p>
|
|
8794
|
+
* @public
|
|
8795
|
+
*/
|
|
8796
|
+
AvailabilityZone?: string;
|
|
8797
|
+
/**
|
|
8798
|
+
* <p>Include Reserved Instance Marketplace offerings in the response.</p>
|
|
8799
|
+
* @public
|
|
8800
|
+
*/
|
|
8801
|
+
IncludeMarketplace?: boolean;
|
|
8802
|
+
/**
|
|
8803
|
+
* <p>The instance type that the reservation will cover (for example, <code>m1.small</code>).
|
|
8804
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in the
|
|
8805
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8806
|
+
* @public
|
|
8807
|
+
*/
|
|
8808
|
+
InstanceType?: _InstanceType;
|
|
8809
|
+
/**
|
|
8810
|
+
* <p>The maximum duration (in seconds) to filter when searching for offerings.</p>
|
|
8811
|
+
* <p>Default: 94608000 (3 years)</p>
|
|
8812
|
+
* @public
|
|
8813
|
+
*/
|
|
8814
|
+
MaxDuration?: number;
|
|
8815
|
+
/**
|
|
8816
|
+
* <p>The maximum number of instances to filter when searching for offerings.</p>
|
|
8817
|
+
* <p>Default: 20</p>
|
|
8818
|
+
* @public
|
|
8819
|
+
*/
|
|
8820
|
+
MaxInstanceCount?: number;
|
|
8821
|
+
/**
|
|
8822
|
+
* <p>The minimum duration (in seconds) to filter when searching for offerings.</p>
|
|
8823
|
+
* <p>Default: 2592000 (1 month)</p>
|
|
8824
|
+
* @public
|
|
8825
|
+
*/
|
|
8826
|
+
MinDuration?: number;
|
|
8827
|
+
/**
|
|
8828
|
+
* <p>The offering class of the Reserved Instance. Can be <code>standard</code> or <code>convertible</code>.</p>
|
|
8829
|
+
* @public
|
|
8830
|
+
*/
|
|
8831
|
+
OfferingClass?: OfferingClassType;
|
|
8832
|
+
/**
|
|
8833
|
+
* <p>The Reserved Instance product platform description. Instances that include <code>(Amazon
|
|
8834
|
+
* VPC)</code> in the description are for use with Amazon VPC.</p>
|
|
8835
|
+
* @public
|
|
8836
|
+
*/
|
|
8837
|
+
ProductDescription?: RIProductDescription;
|
|
8838
|
+
/**
|
|
8839
|
+
* <p>One or more Reserved Instances offering IDs.</p>
|
|
8783
8840
|
* @public
|
|
8784
8841
|
*/
|
|
8785
|
-
|
|
8786
|
-
}
|
|
8787
|
-
/**
|
|
8788
|
-
* <p>Contains the parameters for DescribeReservedInstancesOfferings.</p>
|
|
8789
|
-
* @public
|
|
8790
|
-
*/
|
|
8791
|
-
export interface DescribeReservedInstancesOfferingsRequest {
|
|
8842
|
+
ReservedInstancesOfferingIds?: string[];
|
|
8792
8843
|
/**
|
|
8793
|
-
* <p>
|
|
8844
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8845
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8846
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8794
8847
|
* @public
|
|
8795
8848
|
*/
|
|
8796
|
-
|
|
8849
|
+
DryRun?: boolean;
|
|
8797
8850
|
/**
|
|
8798
8851
|
* <p>One or more filters.</p>
|
|
8799
8852
|
* <ul>
|
|
@@ -8852,59 +8905,6 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
8852
8905
|
* @public
|
|
8853
8906
|
*/
|
|
8854
8907
|
Filters?: Filter[];
|
|
8855
|
-
/**
|
|
8856
|
-
* <p>Include Reserved Instance Marketplace offerings in the response.</p>
|
|
8857
|
-
* @public
|
|
8858
|
-
*/
|
|
8859
|
-
IncludeMarketplace?: boolean;
|
|
8860
|
-
/**
|
|
8861
|
-
* <p>The instance type that the reservation will cover (for example, <code>m1.small</code>).
|
|
8862
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in the
|
|
8863
|
-
* <i>Amazon EC2 User Guide</i>.</p>
|
|
8864
|
-
* @public
|
|
8865
|
-
*/
|
|
8866
|
-
InstanceType?: _InstanceType;
|
|
8867
|
-
/**
|
|
8868
|
-
* <p>The maximum duration (in seconds) to filter when searching for offerings.</p>
|
|
8869
|
-
* <p>Default: 94608000 (3 years)</p>
|
|
8870
|
-
* @public
|
|
8871
|
-
*/
|
|
8872
|
-
MaxDuration?: number;
|
|
8873
|
-
/**
|
|
8874
|
-
* <p>The maximum number of instances to filter when searching for offerings.</p>
|
|
8875
|
-
* <p>Default: 20</p>
|
|
8876
|
-
* @public
|
|
8877
|
-
*/
|
|
8878
|
-
MaxInstanceCount?: number;
|
|
8879
|
-
/**
|
|
8880
|
-
* <p>The minimum duration (in seconds) to filter when searching for offerings.</p>
|
|
8881
|
-
* <p>Default: 2592000 (1 month)</p>
|
|
8882
|
-
* @public
|
|
8883
|
-
*/
|
|
8884
|
-
MinDuration?: number;
|
|
8885
|
-
/**
|
|
8886
|
-
* <p>The offering class of the Reserved Instance. Can be <code>standard</code> or <code>convertible</code>.</p>
|
|
8887
|
-
* @public
|
|
8888
|
-
*/
|
|
8889
|
-
OfferingClass?: OfferingClassType;
|
|
8890
|
-
/**
|
|
8891
|
-
* <p>The Reserved Instance product platform description. Instances that include <code>(Amazon
|
|
8892
|
-
* VPC)</code> in the description are for use with Amazon VPC.</p>
|
|
8893
|
-
* @public
|
|
8894
|
-
*/
|
|
8895
|
-
ProductDescription?: RIProductDescription;
|
|
8896
|
-
/**
|
|
8897
|
-
* <p>One or more Reserved Instances offering IDs.</p>
|
|
8898
|
-
* @public
|
|
8899
|
-
*/
|
|
8900
|
-
ReservedInstancesOfferingIds?: string[];
|
|
8901
|
-
/**
|
|
8902
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8903
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8904
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8905
|
-
* @public
|
|
8906
|
-
*/
|
|
8907
|
-
DryRun?: boolean;
|
|
8908
8908
|
/**
|
|
8909
8909
|
* <p>The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy
|
|
8910
8910
|
* of <code>dedicated</code> is applied to instances that run in a VPC on single-tenant hardware
|
|
@@ -8917,25 +8917,25 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
8917
8917
|
*/
|
|
8918
8918
|
InstanceTenancy?: Tenancy;
|
|
8919
8919
|
/**
|
|
8920
|
-
* <p>The
|
|
8921
|
-
*
|
|
8922
|
-
*
|
|
8923
|
-
* <p>Default: 100</p>
|
|
8920
|
+
* <p>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API
|
|
8921
|
+
* version, you only have access to the <code>Medium Utilization</code> Reserved Instance
|
|
8922
|
+
* offering type. </p>
|
|
8924
8923
|
* @public
|
|
8925
8924
|
*/
|
|
8926
|
-
|
|
8925
|
+
OfferingType?: OfferingTypeValues;
|
|
8927
8926
|
/**
|
|
8928
8927
|
* <p>The token to retrieve the next page of results.</p>
|
|
8929
8928
|
* @public
|
|
8930
8929
|
*/
|
|
8931
8930
|
NextToken?: string;
|
|
8932
8931
|
/**
|
|
8933
|
-
* <p>The
|
|
8934
|
-
*
|
|
8935
|
-
*
|
|
8932
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
8933
|
+
* results of the initial request can be seen by sending another request with the returned
|
|
8934
|
+
* <code>NextToken</code> value. The maximum is 100.</p>
|
|
8935
|
+
* <p>Default: 100</p>
|
|
8936
8936
|
* @public
|
|
8937
8937
|
*/
|
|
8938
|
-
|
|
8938
|
+
MaxResults?: number;
|
|
8939
8939
|
}
|
|
8940
8940
|
/**
|
|
8941
8941
|
* <p>Describes a Reserved Instance offering.</p>
|
|
@@ -8958,42 +8958,6 @@ export interface PricingDetail {
|
|
|
8958
8958
|
* @public
|
|
8959
8959
|
*/
|
|
8960
8960
|
export interface ReservedInstancesOffering {
|
|
8961
|
-
/**
|
|
8962
|
-
* <p>The Availability Zone in which the Reserved Instance can be used.</p>
|
|
8963
|
-
* @public
|
|
8964
|
-
*/
|
|
8965
|
-
AvailabilityZone?: string;
|
|
8966
|
-
/**
|
|
8967
|
-
* <p>The duration of the Reserved Instance, in seconds.</p>
|
|
8968
|
-
* @public
|
|
8969
|
-
*/
|
|
8970
|
-
Duration?: number;
|
|
8971
|
-
/**
|
|
8972
|
-
* <p>The purchase price of the Reserved Instance.</p>
|
|
8973
|
-
* @public
|
|
8974
|
-
*/
|
|
8975
|
-
FixedPrice?: number;
|
|
8976
|
-
/**
|
|
8977
|
-
* <p>The instance type on which the Reserved Instance can be used.</p>
|
|
8978
|
-
* @public
|
|
8979
|
-
*/
|
|
8980
|
-
InstanceType?: _InstanceType;
|
|
8981
|
-
/**
|
|
8982
|
-
* <p>The Reserved Instance product platform description.</p>
|
|
8983
|
-
* @public
|
|
8984
|
-
*/
|
|
8985
|
-
ProductDescription?: RIProductDescription;
|
|
8986
|
-
/**
|
|
8987
|
-
* <p>The ID of the Reserved Instance offering. This is the offering ID used in <a>GetReservedInstancesExchangeQuote</a>
|
|
8988
|
-
* to confirm that an exchange can be made.</p>
|
|
8989
|
-
* @public
|
|
8990
|
-
*/
|
|
8991
|
-
ReservedInstancesOfferingId?: string;
|
|
8992
|
-
/**
|
|
8993
|
-
* <p>The usage price of the Reserved Instance, per hour.</p>
|
|
8994
|
-
* @public
|
|
8995
|
-
*/
|
|
8996
|
-
UsagePrice?: number;
|
|
8997
8961
|
/**
|
|
8998
8962
|
* <p>The currency of the Reserved Instance offering you are purchasing. It's
|
|
8999
8963
|
* specified using ISO 4217 standard currency codes. At this time,
|
|
@@ -9039,28 +9003,88 @@ export interface ReservedInstancesOffering {
|
|
|
9039
9003
|
* @public
|
|
9040
9004
|
*/
|
|
9041
9005
|
Scope?: Scope;
|
|
9006
|
+
/**
|
|
9007
|
+
* <p>The ID of the Reserved Instance offering. This is the offering ID used in <a>GetReservedInstancesExchangeQuote</a>
|
|
9008
|
+
* to confirm that an exchange can be made.</p>
|
|
9009
|
+
* @public
|
|
9010
|
+
*/
|
|
9011
|
+
ReservedInstancesOfferingId?: string;
|
|
9012
|
+
/**
|
|
9013
|
+
* <p>The instance type on which the Reserved Instance can be used.</p>
|
|
9014
|
+
* @public
|
|
9015
|
+
*/
|
|
9016
|
+
InstanceType?: _InstanceType;
|
|
9017
|
+
/**
|
|
9018
|
+
* <p>The Availability Zone in which the Reserved Instance can be used.</p>
|
|
9019
|
+
* @public
|
|
9020
|
+
*/
|
|
9021
|
+
AvailabilityZone?: string;
|
|
9022
|
+
/**
|
|
9023
|
+
* <p>The duration of the Reserved Instance, in seconds.</p>
|
|
9024
|
+
* @public
|
|
9025
|
+
*/
|
|
9026
|
+
Duration?: number;
|
|
9027
|
+
/**
|
|
9028
|
+
* <p>The usage price of the Reserved Instance, per hour.</p>
|
|
9029
|
+
* @public
|
|
9030
|
+
*/
|
|
9031
|
+
UsagePrice?: number;
|
|
9032
|
+
/**
|
|
9033
|
+
* <p>The purchase price of the Reserved Instance.</p>
|
|
9034
|
+
* @public
|
|
9035
|
+
*/
|
|
9036
|
+
FixedPrice?: number;
|
|
9037
|
+
/**
|
|
9038
|
+
* <p>The Reserved Instance product platform description.</p>
|
|
9039
|
+
* @public
|
|
9040
|
+
*/
|
|
9041
|
+
ProductDescription?: RIProductDescription;
|
|
9042
9042
|
}
|
|
9043
9043
|
/**
|
|
9044
9044
|
* <p>Contains the output of DescribeReservedInstancesOfferings.</p>
|
|
9045
9045
|
* @public
|
|
9046
9046
|
*/
|
|
9047
9047
|
export interface DescribeReservedInstancesOfferingsResult {
|
|
9048
|
-
/**
|
|
9049
|
-
* <p>A list of Reserved Instances offerings.</p>
|
|
9050
|
-
* @public
|
|
9051
|
-
*/
|
|
9052
|
-
ReservedInstancesOfferings?: ReservedInstancesOffering[];
|
|
9053
9048
|
/**
|
|
9054
9049
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when
|
|
9055
9050
|
* there are no more results to return.</p>
|
|
9056
9051
|
* @public
|
|
9057
9052
|
*/
|
|
9058
9053
|
NextToken?: string;
|
|
9054
|
+
/**
|
|
9055
|
+
* <p>A list of Reserved Instances offerings.</p>
|
|
9056
|
+
* @public
|
|
9057
|
+
*/
|
|
9058
|
+
ReservedInstancesOfferings?: ReservedInstancesOffering[];
|
|
9059
9059
|
}
|
|
9060
9060
|
/**
|
|
9061
9061
|
* @public
|
|
9062
9062
|
*/
|
|
9063
9063
|
export interface DescribeRouteTablesRequest {
|
|
9064
|
+
/**
|
|
9065
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
9066
|
+
* @public
|
|
9067
|
+
*/
|
|
9068
|
+
NextToken?: string;
|
|
9069
|
+
/**
|
|
9070
|
+
* <p>The maximum number of items to return for this request.
|
|
9071
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
9072
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
9073
|
+
* @public
|
|
9074
|
+
*/
|
|
9075
|
+
MaxResults?: number;
|
|
9076
|
+
/**
|
|
9077
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9078
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9079
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9080
|
+
* @public
|
|
9081
|
+
*/
|
|
9082
|
+
DryRun?: boolean;
|
|
9083
|
+
/**
|
|
9084
|
+
* <p>The IDs of the route tables.</p>
|
|
9085
|
+
* @public
|
|
9086
|
+
*/
|
|
9087
|
+
RouteTableIds?: string[];
|
|
9064
9088
|
/**
|
|
9065
9089
|
* <p>The filters.</p>
|
|
9066
9090
|
* <ul>
|
|
@@ -9172,30 +9196,6 @@ export interface DescribeRouteTablesRequest {
|
|
|
9172
9196
|
* @public
|
|
9173
9197
|
*/
|
|
9174
9198
|
Filters?: Filter[];
|
|
9175
|
-
/**
|
|
9176
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9177
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9178
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9179
|
-
* @public
|
|
9180
|
-
*/
|
|
9181
|
-
DryRun?: boolean;
|
|
9182
|
-
/**
|
|
9183
|
-
* <p>The IDs of the route tables.</p>
|
|
9184
|
-
* @public
|
|
9185
|
-
*/
|
|
9186
|
-
RouteTableIds?: string[];
|
|
9187
|
-
/**
|
|
9188
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
9189
|
-
* @public
|
|
9190
|
-
*/
|
|
9191
|
-
NextToken?: string;
|
|
9192
|
-
/**
|
|
9193
|
-
* <p>The maximum number of items to return for this request.
|
|
9194
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
9195
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
9196
|
-
* @public
|
|
9197
|
-
*/
|
|
9198
|
-
MaxResults?: number;
|
|
9199
9199
|
}
|
|
9200
9200
|
/**
|
|
9201
9201
|
* <p>Contains the output of DescribeRouteTables.</p>
|
|
@@ -9732,18 +9732,52 @@ export interface DescribeSecurityGroupRulesResult {
|
|
|
9732
9732
|
* <p>Information about security group rules.</p>
|
|
9733
9733
|
* @public
|
|
9734
9734
|
*/
|
|
9735
|
-
SecurityGroupRules?: SecurityGroupRule[];
|
|
9735
|
+
SecurityGroupRules?: SecurityGroupRule[];
|
|
9736
|
+
/**
|
|
9737
|
+
* <p>The token to include in another request to get the next page of items.
|
|
9738
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
9739
|
+
* @public
|
|
9740
|
+
*/
|
|
9741
|
+
NextToken?: string;
|
|
9742
|
+
}
|
|
9743
|
+
/**
|
|
9744
|
+
* @public
|
|
9745
|
+
*/
|
|
9746
|
+
export interface DescribeSecurityGroupsRequest {
|
|
9747
|
+
/**
|
|
9748
|
+
* <p>The IDs of the security groups. Required for security groups in a nondefault VPC.</p>
|
|
9749
|
+
* <p>Default: Describes all of your security groups.</p>
|
|
9750
|
+
* @public
|
|
9751
|
+
*/
|
|
9752
|
+
GroupIds?: string[];
|
|
9753
|
+
/**
|
|
9754
|
+
* <p>[Default VPC] The names of the security groups. You can specify either
|
|
9755
|
+
* the security group name or the security group ID.</p>
|
|
9756
|
+
* <p>Default: Describes all of your security groups.</p>
|
|
9757
|
+
* @public
|
|
9758
|
+
*/
|
|
9759
|
+
GroupNames?: string[];
|
|
9760
|
+
/**
|
|
9761
|
+
* <p>The token returned from a previous paginated request.
|
|
9762
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
9763
|
+
* @public
|
|
9764
|
+
*/
|
|
9765
|
+
NextToken?: string;
|
|
9766
|
+
/**
|
|
9767
|
+
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
9768
|
+
* make another request with the token returned in the output. This value can be between 5 and 1000.
|
|
9769
|
+
* If this parameter is not specified, then all items are returned. For more information, see
|
|
9770
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
9771
|
+
* @public
|
|
9772
|
+
*/
|
|
9773
|
+
MaxResults?: number;
|
|
9736
9774
|
/**
|
|
9737
|
-
* <p>
|
|
9738
|
-
*
|
|
9775
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9776
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9777
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9739
9778
|
* @public
|
|
9740
9779
|
*/
|
|
9741
|
-
|
|
9742
|
-
}
|
|
9743
|
-
/**
|
|
9744
|
-
* @public
|
|
9745
|
-
*/
|
|
9746
|
-
export interface DescribeSecurityGroupsRequest {
|
|
9780
|
+
DryRun?: boolean;
|
|
9747
9781
|
/**
|
|
9748
9782
|
* <p>The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.</p>
|
|
9749
9783
|
* <ul>
|
|
@@ -9871,40 +9905,6 @@ export interface DescribeSecurityGroupsRequest {
|
|
|
9871
9905
|
* @public
|
|
9872
9906
|
*/
|
|
9873
9907
|
Filters?: Filter[];
|
|
9874
|
-
/**
|
|
9875
|
-
* <p>The IDs of the security groups. Required for security groups in a nondefault VPC.</p>
|
|
9876
|
-
* <p>Default: Describes all of your security groups.</p>
|
|
9877
|
-
* @public
|
|
9878
|
-
*/
|
|
9879
|
-
GroupIds?: string[];
|
|
9880
|
-
/**
|
|
9881
|
-
* <p>[Default VPC] The names of the security groups. You can specify either
|
|
9882
|
-
* the security group name or the security group ID.</p>
|
|
9883
|
-
* <p>Default: Describes all of your security groups.</p>
|
|
9884
|
-
* @public
|
|
9885
|
-
*/
|
|
9886
|
-
GroupNames?: string[];
|
|
9887
|
-
/**
|
|
9888
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9889
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9890
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9891
|
-
* @public
|
|
9892
|
-
*/
|
|
9893
|
-
DryRun?: boolean;
|
|
9894
|
-
/**
|
|
9895
|
-
* <p>The token returned from a previous paginated request.
|
|
9896
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
9897
|
-
* @public
|
|
9898
|
-
*/
|
|
9899
|
-
NextToken?: string;
|
|
9900
|
-
/**
|
|
9901
|
-
* <p>The maximum number of items to return for this request. To get the next page of items,
|
|
9902
|
-
* make another request with the token returned in the output. This value can be between 5 and 1000.
|
|
9903
|
-
* If this parameter is not specified, then all items are returned. For more information, see
|
|
9904
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
9905
|
-
* @public
|
|
9906
|
-
*/
|
|
9907
|
-
MaxResults?: number;
|
|
9908
9908
|
}
|
|
9909
9909
|
/**
|
|
9910
9910
|
* <p>Describes a security group.</p>
|
|
@@ -9912,61 +9912,61 @@ export interface DescribeSecurityGroupsRequest {
|
|
|
9912
9912
|
*/
|
|
9913
9913
|
export interface SecurityGroup {
|
|
9914
9914
|
/**
|
|
9915
|
-
* <p>
|
|
9915
|
+
* <p>The ID of the security group.</p>
|
|
9916
9916
|
* @public
|
|
9917
9917
|
*/
|
|
9918
|
-
|
|
9918
|
+
GroupId?: string;
|
|
9919
9919
|
/**
|
|
9920
|
-
* <p>The
|
|
9920
|
+
* <p>The outbound rules associated with the security group.</p>
|
|
9921
9921
|
* @public
|
|
9922
9922
|
*/
|
|
9923
|
-
|
|
9923
|
+
IpPermissionsEgress?: IpPermission[];
|
|
9924
9924
|
/**
|
|
9925
|
-
* <p>
|
|
9925
|
+
* <p>Any tags assigned to the security group.</p>
|
|
9926
9926
|
* @public
|
|
9927
9927
|
*/
|
|
9928
|
-
|
|
9928
|
+
Tags?: Tag[];
|
|
9929
9929
|
/**
|
|
9930
|
-
* <p>The
|
|
9930
|
+
* <p>The ID of the VPC for the security group.</p>
|
|
9931
9931
|
* @public
|
|
9932
9932
|
*/
|
|
9933
|
-
|
|
9933
|
+
VpcId?: string;
|
|
9934
9934
|
/**
|
|
9935
|
-
* <p>The ID of the security group.</p>
|
|
9935
|
+
* <p>The Amazon Web Services account ID of the owner of the security group.</p>
|
|
9936
9936
|
* @public
|
|
9937
9937
|
*/
|
|
9938
|
-
|
|
9938
|
+
OwnerId?: string;
|
|
9939
9939
|
/**
|
|
9940
|
-
* <p>The
|
|
9940
|
+
* <p>The name of the security group.</p>
|
|
9941
9941
|
* @public
|
|
9942
9942
|
*/
|
|
9943
|
-
|
|
9943
|
+
GroupName?: string;
|
|
9944
9944
|
/**
|
|
9945
|
-
* <p>
|
|
9945
|
+
* <p>A description of the security group.</p>
|
|
9946
9946
|
* @public
|
|
9947
9947
|
*/
|
|
9948
|
-
|
|
9948
|
+
Description?: string;
|
|
9949
9949
|
/**
|
|
9950
|
-
* <p>The
|
|
9950
|
+
* <p>The inbound rules associated with the security group.</p>
|
|
9951
9951
|
* @public
|
|
9952
9952
|
*/
|
|
9953
|
-
|
|
9953
|
+
IpPermissions?: IpPermission[];
|
|
9954
9954
|
}
|
|
9955
9955
|
/**
|
|
9956
9956
|
* @public
|
|
9957
9957
|
*/
|
|
9958
9958
|
export interface DescribeSecurityGroupsResult {
|
|
9959
|
-
/**
|
|
9960
|
-
* <p>Information about the security groups.</p>
|
|
9961
|
-
* @public
|
|
9962
|
-
*/
|
|
9963
|
-
SecurityGroups?: SecurityGroup[];
|
|
9964
9959
|
/**
|
|
9965
9960
|
* <p>The token to include in another request to get the next page of items.
|
|
9966
9961
|
* This value is <code>null</code> when there are no more items to return.</p>
|
|
9967
9962
|
* @public
|
|
9968
9963
|
*/
|
|
9969
9964
|
NextToken?: string;
|
|
9965
|
+
/**
|
|
9966
|
+
* <p>Information about the security groups.</p>
|
|
9967
|
+
* @public
|
|
9968
|
+
*/
|
|
9969
|
+
SecurityGroups?: SecurityGroup[];
|
|
9970
9970
|
}
|
|
9971
9971
|
/**
|
|
9972
9972
|
* @public
|
|
@@ -10009,26 +10009,20 @@ export interface DescribeSnapshotAttributeRequest {
|
|
|
10009
10009
|
*/
|
|
10010
10010
|
export interface CreateVolumePermission {
|
|
10011
10011
|
/**
|
|
10012
|
-
* <p>The
|
|
10012
|
+
* <p>The ID of the Amazon Web Services account to be added or removed.</p>
|
|
10013
10013
|
* @public
|
|
10014
10014
|
*/
|
|
10015
|
-
|
|
10015
|
+
UserId?: string;
|
|
10016
10016
|
/**
|
|
10017
|
-
* <p>The
|
|
10017
|
+
* <p>The group to be added or removed. The possible value is <code>all</code>.</p>
|
|
10018
10018
|
* @public
|
|
10019
10019
|
*/
|
|
10020
|
-
|
|
10020
|
+
Group?: PermissionGroup;
|
|
10021
10021
|
}
|
|
10022
10022
|
/**
|
|
10023
10023
|
* @public
|
|
10024
10024
|
*/
|
|
10025
10025
|
export interface DescribeSnapshotAttributeResult {
|
|
10026
|
-
/**
|
|
10027
|
-
* <p>The users and groups that have the permissions for creating volumes from the
|
|
10028
|
-
* snapshot.</p>
|
|
10029
|
-
* @public
|
|
10030
|
-
*/
|
|
10031
|
-
CreateVolumePermissions?: CreateVolumePermission[];
|
|
10032
10026
|
/**
|
|
10033
10027
|
* <p>The product codes.</p>
|
|
10034
10028
|
* @public
|
|
@@ -10039,11 +10033,54 @@ export interface DescribeSnapshotAttributeResult {
|
|
|
10039
10033
|
* @public
|
|
10040
10034
|
*/
|
|
10041
10035
|
SnapshotId?: string;
|
|
10036
|
+
/**
|
|
10037
|
+
* <p>The users and groups that have the permissions for creating volumes from the
|
|
10038
|
+
* snapshot.</p>
|
|
10039
|
+
* @public
|
|
10040
|
+
*/
|
|
10041
|
+
CreateVolumePermissions?: CreateVolumePermission[];
|
|
10042
10042
|
}
|
|
10043
10043
|
/**
|
|
10044
10044
|
* @public
|
|
10045
10045
|
*/
|
|
10046
10046
|
export interface DescribeSnapshotsRequest {
|
|
10047
|
+
/**
|
|
10048
|
+
* <p>The maximum number of items to return for this request.
|
|
10049
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
10050
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10051
|
+
* @public
|
|
10052
|
+
*/
|
|
10053
|
+
MaxResults?: number;
|
|
10054
|
+
/**
|
|
10055
|
+
* <p>The token returned from a previous paginated request.
|
|
10056
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10057
|
+
* @public
|
|
10058
|
+
*/
|
|
10059
|
+
NextToken?: string;
|
|
10060
|
+
/**
|
|
10061
|
+
* <p>Scopes the results to snapshots with the specified owners. You can specify a combination of
|
|
10062
|
+
* Amazon Web Services account IDs, <code>self</code>, and <code>amazon</code>.</p>
|
|
10063
|
+
* @public
|
|
10064
|
+
*/
|
|
10065
|
+
OwnerIds?: string[];
|
|
10066
|
+
/**
|
|
10067
|
+
* <p>The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.</p>
|
|
10068
|
+
* @public
|
|
10069
|
+
*/
|
|
10070
|
+
RestorableByUserIds?: string[];
|
|
10071
|
+
/**
|
|
10072
|
+
* <p>The snapshot IDs.</p>
|
|
10073
|
+
* <p>Default: Describes the snapshots for which you have create volume permissions.</p>
|
|
10074
|
+
* @public
|
|
10075
|
+
*/
|
|
10076
|
+
SnapshotIds?: string[];
|
|
10077
|
+
/**
|
|
10078
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10079
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10080
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10081
|
+
* @public
|
|
10082
|
+
*/
|
|
10083
|
+
DryRun?: boolean;
|
|
10047
10084
|
/**
|
|
10048
10085
|
* <p>The filters.</p>
|
|
10049
10086
|
* <ul>
|
|
@@ -10112,59 +10149,22 @@ export interface DescribeSnapshotsRequest {
|
|
|
10112
10149
|
* @public
|
|
10113
10150
|
*/
|
|
10114
10151
|
Filters?: Filter[];
|
|
10115
|
-
/**
|
|
10116
|
-
* <p>The maximum number of items to return for this request.
|
|
10117
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10118
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10119
|
-
* @public
|
|
10120
|
-
*/
|
|
10121
|
-
MaxResults?: number;
|
|
10122
|
-
/**
|
|
10123
|
-
* <p>The token returned from a previous paginated request.
|
|
10124
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
10125
|
-
* @public
|
|
10126
|
-
*/
|
|
10127
|
-
NextToken?: string;
|
|
10128
|
-
/**
|
|
10129
|
-
* <p>Scopes the results to snapshots with the specified owners. You can specify a combination of
|
|
10130
|
-
* Amazon Web Services account IDs, <code>self</code>, and <code>amazon</code>.</p>
|
|
10131
|
-
* @public
|
|
10132
|
-
*/
|
|
10133
|
-
OwnerIds?: string[];
|
|
10134
|
-
/**
|
|
10135
|
-
* <p>The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.</p>
|
|
10136
|
-
* @public
|
|
10137
|
-
*/
|
|
10138
|
-
RestorableByUserIds?: string[];
|
|
10139
|
-
/**
|
|
10140
|
-
* <p>The snapshot IDs.</p>
|
|
10141
|
-
* <p>Default: Describes the snapshots for which you have create volume permissions.</p>
|
|
10142
|
-
* @public
|
|
10143
|
-
*/
|
|
10144
|
-
SnapshotIds?: string[];
|
|
10145
|
-
/**
|
|
10146
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10147
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10148
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10149
|
-
* @public
|
|
10150
|
-
*/
|
|
10151
|
-
DryRun?: boolean;
|
|
10152
10152
|
}
|
|
10153
10153
|
/**
|
|
10154
10154
|
* @public
|
|
10155
10155
|
*/
|
|
10156
10156
|
export interface DescribeSnapshotsResult {
|
|
10157
|
-
/**
|
|
10158
|
-
* <p>Information about the snapshots.</p>
|
|
10159
|
-
* @public
|
|
10160
|
-
*/
|
|
10161
|
-
Snapshots?: Snapshot[];
|
|
10162
10157
|
/**
|
|
10163
10158
|
* <p>The token to include in another request to get the next page of items.
|
|
10164
10159
|
* This value is <code>null</code> when there are no more items to return.</p>
|
|
10165
10160
|
* @public
|
|
10166
10161
|
*/
|
|
10167
10162
|
NextToken?: string;
|
|
10163
|
+
/**
|
|
10164
|
+
* <p>Information about the snapshots.</p>
|
|
10165
|
+
* @public
|
|
10166
|
+
*/
|
|
10167
|
+
Snapshots?: Snapshot[];
|
|
10168
10168
|
}
|
|
10169
10169
|
/**
|
|
10170
10170
|
* @public
|
|
@@ -10356,12 +10356,10 @@ export interface DescribeSpotFleetInstancesRequest {
|
|
|
10356
10356
|
*/
|
|
10357
10357
|
DryRun?: boolean;
|
|
10358
10358
|
/**
|
|
10359
|
-
* <p>The
|
|
10360
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10361
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10359
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
10362
10360
|
* @public
|
|
10363
10361
|
*/
|
|
10364
|
-
|
|
10362
|
+
SpotFleetRequestId: string | undefined;
|
|
10365
10363
|
/**
|
|
10366
10364
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
10367
10365
|
* are no more items to return.</p>
|
|
@@ -10369,10 +10367,12 @@ export interface DescribeSpotFleetInstancesRequest {
|
|
|
10369
10367
|
*/
|
|
10370
10368
|
NextToken?: string;
|
|
10371
10369
|
/**
|
|
10372
|
-
* <p>The
|
|
10370
|
+
* <p>The maximum number of items to return for this request.
|
|
10371
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
10372
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10373
10373
|
* @public
|
|
10374
10374
|
*/
|
|
10375
|
-
|
|
10375
|
+
MaxResults?: number;
|
|
10376
10376
|
}
|
|
10377
10377
|
/**
|
|
10378
10378
|
* <p>Contains the output of DescribeSpotFleetInstances.</p>
|
|
@@ -10424,18 +10424,22 @@ export interface DescribeSpotFleetRequestHistoryRequest {
|
|
|
10424
10424
|
* @public
|
|
10425
10425
|
*/
|
|
10426
10426
|
DryRun?: boolean;
|
|
10427
|
+
/**
|
|
10428
|
+
* <p>The ID of the Spot Fleet request.</p>
|
|
10429
|
+
* @public
|
|
10430
|
+
*/
|
|
10431
|
+
SpotFleetRequestId: string | undefined;
|
|
10427
10432
|
/**
|
|
10428
10433
|
* <p>The type of events to describe. By default, all events are described.</p>
|
|
10429
10434
|
* @public
|
|
10430
10435
|
*/
|
|
10431
10436
|
EventType?: EventType;
|
|
10432
10437
|
/**
|
|
10433
|
-
* <p>The
|
|
10434
|
-
*
|
|
10435
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10438
|
+
* <p>The starting date and time for the events, in UTC format (for example,
|
|
10439
|
+
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
10436
10440
|
* @public
|
|
10437
10441
|
*/
|
|
10438
|
-
|
|
10442
|
+
StartTime: Date | undefined;
|
|
10439
10443
|
/**
|
|
10440
10444
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
10441
10445
|
* are no more items to return.</p>
|
|
@@ -10443,16 +10447,12 @@ export interface DescribeSpotFleetRequestHistoryRequest {
|
|
|
10443
10447
|
*/
|
|
10444
10448
|
NextToken?: string;
|
|
10445
10449
|
/**
|
|
10446
|
-
* <p>The
|
|
10447
|
-
*
|
|
10448
|
-
|
|
10449
|
-
SpotFleetRequestId: string | undefined;
|
|
10450
|
-
/**
|
|
10451
|
-
* <p>The starting date and time for the events, in UTC format (for example,
|
|
10452
|
-
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
|
|
10450
|
+
* <p>The maximum number of items to return for this request.
|
|
10451
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
10452
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10453
10453
|
* @public
|
|
10454
10454
|
*/
|
|
10455
|
-
|
|
10455
|
+
MaxResults?: number;
|
|
10456
10456
|
}
|
|
10457
10457
|
/**
|
|
10458
10458
|
* <p>Describes an event in the history of the Spot Fleet request.</p>
|
|
@@ -10546,12 +10546,10 @@ export interface DescribeSpotFleetRequestsRequest {
|
|
|
10546
10546
|
*/
|
|
10547
10547
|
DryRun?: boolean;
|
|
10548
10548
|
/**
|
|
10549
|
-
* <p>The
|
|
10550
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
10551
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10549
|
+
* <p>The IDs of the Spot Fleet requests.</p>
|
|
10552
10550
|
* @public
|
|
10553
10551
|
*/
|
|
10554
|
-
|
|
10552
|
+
SpotFleetRequestIds?: string[];
|
|
10555
10553
|
/**
|
|
10556
10554
|
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
10557
10555
|
* are no more items to return.</p>
|
|
@@ -10559,10 +10557,12 @@ export interface DescribeSpotFleetRequestsRequest {
|
|
|
10559
10557
|
*/
|
|
10560
10558
|
NextToken?: string;
|
|
10561
10559
|
/**
|
|
10562
|
-
* <p>The
|
|
10560
|
+
* <p>The maximum number of items to return for this request.
|
|
10561
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
10562
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
10563
10563
|
* @public
|
|
10564
10564
|
*/
|
|
10565
|
-
|
|
10565
|
+
MaxResults?: number;
|
|
10566
10566
|
}
|
|
10567
10567
|
/**
|
|
10568
10568
|
* @public
|
|
@@ -10793,13 +10793,6 @@ export interface SpotFleetTagSpecification {
|
|
|
10793
10793
|
* @public
|
|
10794
10794
|
*/
|
|
10795
10795
|
export interface SpotFleetLaunchSpecification {
|
|
10796
|
-
/**
|
|
10797
|
-
* <p>The security groups.</p>
|
|
10798
|
-
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
10799
|
-
* the network interface instead of using this parameter.</p>
|
|
10800
|
-
* @public
|
|
10801
|
-
*/
|
|
10802
|
-
SecurityGroups?: GroupIdentifier[];
|
|
10803
10796
|
/**
|
|
10804
10797
|
* <p>Deprecated.</p>
|
|
10805
10798
|
* @public
|
|
@@ -10927,6 +10920,13 @@ export interface SpotFleetLaunchSpecification {
|
|
|
10927
10920
|
* @public
|
|
10928
10921
|
*/
|
|
10929
10922
|
InstanceRequirements?: InstanceRequirements;
|
|
10923
|
+
/**
|
|
10924
|
+
* <p>The security groups.</p>
|
|
10925
|
+
* <p>If you specify a network interface, you must specify any security groups as part of
|
|
10926
|
+
* the network interface instead of using this parameter.</p>
|
|
10927
|
+
* @public
|
|
10928
|
+
*/
|
|
10929
|
+
SecurityGroups?: GroupIdentifier[];
|
|
10930
10930
|
}
|
|
10931
10931
|
/**
|
|
10932
10932
|
* <p>Describes overrides for a launch template.</p>
|