@aws-sdk/client-ec2 3.695.0 → 3.696.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/README.md +48 -0
- package/dist-cjs/index.js +551 -19
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +395 -2
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +66 -80
- package/dist-types/models/models_2.d.ts +220 -106
- package/dist-types/models/models_3.d.ts +155 -371
- package/dist-types/models/models_4.d.ts +423 -401
- package/dist-types/models/models_5.d.ts +567 -506
- package/dist-types/models/models_6.d.ts +3268 -3187
- package/dist-types/models/models_7.d.ts +502 -28
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -15
- package/dist-types/ts3.4/models/models_2.d.ts +56 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -69
- package/dist-types/ts3.4/models/models_4.d.ts +70 -70
- package/dist-types/ts3.4/models/models_5.d.ts +111 -101
- package/dist-types/ts3.4/models/models_6.d.ts +100 -102
- package/dist-types/ts3.4/models/models_7.d.ts +124 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,8 +1,341 @@
|
|
|
1
|
-
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState,
|
|
1
|
+
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedPrincipal, AsnAssociation, AssociationStatus, BatchState, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { _InstanceType, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, DiskImageFormat, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SpotDatafeedSubscription, SpotInstanceStateFault, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
-
import { EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType,
|
|
5
|
-
import { AttributeBooleanValue, RIProductDescription
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
|
+
import { EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PermissionGroup, ProductCode, StatisticType } from "./models_3";
|
|
5
|
+
import { AttributeBooleanValue, RIProductDescription } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* @enum
|
|
9
|
+
*/
|
|
10
|
+
export declare const SnapshotAttributeName: {
|
|
11
|
+
readonly createVolumePermission: "createVolumePermission";
|
|
12
|
+
readonly productCodes: "productCodes";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface DescribeSnapshotAttributeRequest {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The snapshot attribute you would like to view.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The ID of the EBS snapshot.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
SnapshotId: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
34
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
35
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
DryRun?: boolean | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>Describes the user or group to be added or removed from the list of create volume
|
|
42
|
+
* permissions for a volume.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface CreateVolumePermission {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The ID of the Amazon Web Services account to be added or removed.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
UserId?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The group to be added or removed. The possible value is <code>all</code>.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
Group?: PermissionGroup | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface DescribeSnapshotAttributeResult {
|
|
61
|
+
/**
|
|
62
|
+
* <p>The product codes.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The ID of the EBS snapshot.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
SnapshotId?: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The users and groups that have the permissions for creating volumes from the
|
|
73
|
+
* snapshot.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
CreateVolumePermissions?: CreateVolumePermission[] | undefined;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface DescribeSnapshotsRequest {
|
|
82
|
+
/**
|
|
83
|
+
* <p>The maximum number of items to return for this request.
|
|
84
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
85
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
MaxResults?: number | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The token returned from a previous paginated request.
|
|
91
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
NextToken?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Scopes the results to snapshots with the specified owners. You can specify a combination of
|
|
97
|
+
* Amazon Web Services account IDs, <code>self</code>, and <code>amazon</code>.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
OwnerIds?: string[] | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
RestorableByUserIds?: string[] | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The snapshot IDs.</p>
|
|
108
|
+
* <p>Default: Describes the snapshots for which you have create volume permissions.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
SnapshotIds?: string[] | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
114
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
115
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
DryRun?: boolean | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The filters.</p>
|
|
121
|
+
* <ul>
|
|
122
|
+
* <li>
|
|
123
|
+
* <p>
|
|
124
|
+
* <code>description</code> - A description of the snapshot.</p>
|
|
125
|
+
* </li>
|
|
126
|
+
* <li>
|
|
127
|
+
* <p>
|
|
128
|
+
* <code>encrypted</code> - Indicates whether the snapshot is encrypted
|
|
129
|
+
* (<code>true</code> | <code>false</code>)</p>
|
|
130
|
+
* </li>
|
|
131
|
+
* <li>
|
|
132
|
+
* <p>
|
|
133
|
+
* <code>owner-alias</code> - The owner alias, from an Amazon-maintained list
|
|
134
|
+
* (<code>amazon</code>).
|
|
135
|
+
* This is not the user-configured Amazon Web Services account alias set using the IAM console.
|
|
136
|
+
* We recommend that you use the related parameter instead of this filter.</p>
|
|
137
|
+
* </li>
|
|
138
|
+
* <li>
|
|
139
|
+
* <p>
|
|
140
|
+
* <code>owner-id</code> - The Amazon Web Services account ID of the owner. We recommend that
|
|
141
|
+
* you use the related parameter instead of this filter.</p>
|
|
142
|
+
* </li>
|
|
143
|
+
* <li>
|
|
144
|
+
* <p>
|
|
145
|
+
* <code>progress</code> - The progress of the snapshot, as a percentage (for example,
|
|
146
|
+
* 80%).</p>
|
|
147
|
+
* </li>
|
|
148
|
+
* <li>
|
|
149
|
+
* <p>
|
|
150
|
+
* <code>snapshot-id</code> - The snapshot ID.</p>
|
|
151
|
+
* </li>
|
|
152
|
+
* <li>
|
|
153
|
+
* <p>
|
|
154
|
+
* <code>start-time</code> - The time stamp when the snapshot was initiated.</p>
|
|
155
|
+
* </li>
|
|
156
|
+
* <li>
|
|
157
|
+
* <p>
|
|
158
|
+
* <code>status</code> - The status of the snapshot (<code>pending</code> |
|
|
159
|
+
* <code>completed</code> | <code>error</code>).</p>
|
|
160
|
+
* </li>
|
|
161
|
+
* <li>
|
|
162
|
+
* <p>
|
|
163
|
+
* <code>storage-tier</code> - The storage tier of the snapshot (<code>archive</code> |
|
|
164
|
+
* <code>standard</code>).</p>
|
|
165
|
+
* </li>
|
|
166
|
+
* <li>
|
|
167
|
+
* <p>
|
|
168
|
+
* <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.
|
|
169
|
+
* 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>
|
|
170
|
+
* </li>
|
|
171
|
+
* <li>
|
|
172
|
+
* <p>
|
|
173
|
+
* <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>
|
|
174
|
+
* </li>
|
|
175
|
+
* <li>
|
|
176
|
+
* <p>
|
|
177
|
+
* <code>volume-id</code> - The ID of the volume the snapshot is for.</p>
|
|
178
|
+
* </li>
|
|
179
|
+
* <li>
|
|
180
|
+
* <p>
|
|
181
|
+
* <code>volume-size</code> - The size of the volume, in GiB.</p>
|
|
182
|
+
* </li>
|
|
183
|
+
* </ul>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
Filters?: Filter[] | undefined;
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export interface DescribeSnapshotsResult {
|
|
192
|
+
/**
|
|
193
|
+
* <p>The token to include in another request to get the next page of items.
|
|
194
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
NextToken?: string | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* <p>Information about the snapshots.</p>
|
|
200
|
+
* @public
|
|
201
|
+
*/
|
|
202
|
+
Snapshots?: Snapshot[] | undefined;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
export interface DescribeSnapshotTierStatusRequest {
|
|
208
|
+
/**
|
|
209
|
+
* <p>The filters.</p>
|
|
210
|
+
* <ul>
|
|
211
|
+
* <li>
|
|
212
|
+
* <p>
|
|
213
|
+
* <code>snapshot-id</code> - The snapshot ID.</p>
|
|
214
|
+
* </li>
|
|
215
|
+
* <li>
|
|
216
|
+
* <p>
|
|
217
|
+
* <code>volume-id</code> - The ID of the volume the snapshot is for.</p>
|
|
218
|
+
* </li>
|
|
219
|
+
* <li>
|
|
220
|
+
* <p>
|
|
221
|
+
* <code>last-tiering-operation</code> - The state of the last archive or restore action. (<code>archival-in-progress</code> | <code>archival-completed</code> |
|
|
222
|
+
* <code>archival-failed</code> | <code>permanent-restore-in-progress</code> | <code>permanent-restore-completed</code> | <code>permanent-restore-failed</code> |
|
|
223
|
+
* <code>temporary-restore-in-progress</code> | <code>temporary-restore-completed</code> | <code>temporary-restore-failed</code>)</p>
|
|
224
|
+
* </li>
|
|
225
|
+
* </ul>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
Filters?: Filter[] | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
231
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
232
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
DryRun?: boolean | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* <p>The token returned from a previous paginated request.
|
|
238
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
NextToken?: string | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* <p>The maximum number of items to return for this request.
|
|
244
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
245
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
MaxResults?: number | undefined;
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* @public
|
|
252
|
+
* @enum
|
|
253
|
+
*/
|
|
254
|
+
export declare const TieringOperationStatus: {
|
|
255
|
+
readonly archival_completed: "archival-completed";
|
|
256
|
+
readonly archival_failed: "archival-failed";
|
|
257
|
+
readonly archival_in_progress: "archival-in-progress";
|
|
258
|
+
readonly permanent_restore_completed: "permanent-restore-completed";
|
|
259
|
+
readonly permanent_restore_failed: "permanent-restore-failed";
|
|
260
|
+
readonly permanent_restore_in_progress: "permanent-restore-in-progress";
|
|
261
|
+
readonly temporary_restore_completed: "temporary-restore-completed";
|
|
262
|
+
readonly temporary_restore_failed: "temporary-restore-failed";
|
|
263
|
+
readonly temporary_restore_in_progress: "temporary-restore-in-progress";
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
export type TieringOperationStatus = (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
|
|
269
|
+
/**
|
|
270
|
+
* <p>Provides information about a snapshot's storage tier.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export interface SnapshotTierStatus {
|
|
274
|
+
/**
|
|
275
|
+
* <p>The ID of the snapshot.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
SnapshotId?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The ID of the volume from which the snapshot was created.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
VolumeId?: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The state of the snapshot.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
Status?: SnapshotState | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>The ID of the Amazon Web Services account that owns the snapshot.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
OwnerId?: string | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* <p>The tags that are assigned to the snapshot.</p>
|
|
296
|
+
* @public
|
|
297
|
+
*/
|
|
298
|
+
Tags?: Tag[] | undefined;
|
|
299
|
+
/**
|
|
300
|
+
* <p>The storage tier in which the snapshot is stored. <code>standard</code> indicates
|
|
301
|
+
* that the snapshot is stored in the standard snapshot storage tier and that it is ready
|
|
302
|
+
* for use. <code>archive</code> indicates that the snapshot is currently archived and that
|
|
303
|
+
* it must be restored before it can be used.</p>
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
StorageTier?: StorageTier | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* <p>The date and time when the last archive or restore process was started.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
LastTieringStartTime?: Date | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* <p>The progress of the last archive or restore process, as a percentage.</p>
|
|
314
|
+
* @public
|
|
315
|
+
*/
|
|
316
|
+
LastTieringProgress?: number | undefined;
|
|
317
|
+
/**
|
|
318
|
+
* <p>The status of the last archive or restore process.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
LastTieringOperationStatus?: TieringOperationStatus | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* <p>A message describing the status of the last archive or restore process.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
LastTieringOperationStatusDetail?: string | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* <p>The date and time when the last archive process was completed.</p>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
ArchivalCompleteTime?: Date | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>Only for archived snapshots that are temporarily restored. Indicates the date and
|
|
334
|
+
* time when a temporarily restored snapshot will be automatically re-archived.</p>
|
|
335
|
+
* @public
|
|
336
|
+
*/
|
|
337
|
+
RestoreExpiryTime?: Date | undefined;
|
|
338
|
+
}
|
|
6
339
|
/**
|
|
7
340
|
* @public
|
|
8
341
|
*/
|
|
@@ -1992,7 +2325,8 @@ export interface DescribeStaleSecurityGroupsResult {
|
|
|
1992
2325
|
*/
|
|
1993
2326
|
export interface DescribeStoreImageTasksRequest {
|
|
1994
2327
|
/**
|
|
1995
|
-
* <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a
|
|
2328
|
+
* <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a
|
|
2329
|
+
* request.</p>
|
|
1996
2330
|
* @public
|
|
1997
2331
|
*/
|
|
1998
2332
|
ImageIds?: string[] | undefined;
|
|
@@ -2225,7 +2559,7 @@ export interface DescribeSubnetsRequest {
|
|
|
2225
2559
|
* </li>
|
|
2226
2560
|
* <li>
|
|
2227
2561
|
* <p>
|
|
2228
|
-
* <code>tag</code
|
|
2562
|
+
* <code>tag</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.
|
|
2229
2563
|
* 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>
|
|
2230
2564
|
* </li>
|
|
2231
2565
|
* <li>
|
|
@@ -4668,7 +5002,7 @@ export interface DescribeVpcAttributeResult {
|
|
|
4668
5002
|
/**
|
|
4669
5003
|
* @public
|
|
4670
5004
|
*/
|
|
4671
|
-
export interface
|
|
5005
|
+
export interface DescribeVpcBlockPublicAccessExclusionsRequest {
|
|
4672
5006
|
/**
|
|
4673
5007
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4674
5008
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -4677,21 +5011,196 @@ export interface DescribeVpcClassicLinkRequest {
|
|
|
4677
5011
|
*/
|
|
4678
5012
|
DryRun?: boolean | undefined;
|
|
4679
5013
|
/**
|
|
4680
|
-
* <p>
|
|
4681
|
-
* @public
|
|
4682
|
-
*/
|
|
4683
|
-
VpcIds?: string[] | undefined;
|
|
4684
|
-
/**
|
|
4685
|
-
* <p>The filters.</p>
|
|
5014
|
+
* <p>Filters for the request:</p>
|
|
4686
5015
|
* <ul>
|
|
4687
5016
|
* <li>
|
|
4688
5017
|
* <p>
|
|
4689
|
-
* <code>
|
|
4690
|
-
* (<code>true</code> | <code>false</code>).</p>
|
|
5018
|
+
* <code>resource-arn</code> - The Amazon Resource Name (ARN) of a exclusion.</p>
|
|
4691
5019
|
* </li>
|
|
4692
5020
|
* <li>
|
|
4693
5021
|
* <p>
|
|
4694
|
-
* <code>
|
|
5022
|
+
* <code>internet-gateway-exclusion-mode</code> - The mode of a VPC BPA exclusion. Possible values: <code>bidirectional-access-allowed | egress-access-allowed</code>.</p>
|
|
5023
|
+
* </li>
|
|
5024
|
+
* <li>
|
|
5025
|
+
* <p>
|
|
5026
|
+
* <code>state</code> - The state of VPC BPA. Possible values: <code>create-in-progress | create-complete | update-in-progress | update-complete | delete-in-progress | deleted-complete | disable-in-progress | disable-complete</code>
|
|
5027
|
+
* </p>
|
|
5028
|
+
* </li>
|
|
5029
|
+
* <li>
|
|
5030
|
+
* <p>
|
|
5031
|
+
* <code>tag</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.
|
|
5032
|
+
* 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>
|
|
5033
|
+
* </li>
|
|
5034
|
+
* <li>
|
|
5035
|
+
* <p>
|
|
5036
|
+
* <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>
|
|
5037
|
+
* </li>
|
|
5038
|
+
* <li>
|
|
5039
|
+
* <p>
|
|
5040
|
+
* <code>tag-value</code>: The value of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific value, regardless of the tag key.</p>
|
|
5041
|
+
* </li>
|
|
5042
|
+
* </ul>
|
|
5043
|
+
* @public
|
|
5044
|
+
*/
|
|
5045
|
+
Filters?: Filter[] | undefined;
|
|
5046
|
+
/**
|
|
5047
|
+
* <p>IDs of exclusions.</p>
|
|
5048
|
+
* @public
|
|
5049
|
+
*/
|
|
5050
|
+
ExclusionIds?: string[] | undefined;
|
|
5051
|
+
/**
|
|
5052
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
5053
|
+
* @public
|
|
5054
|
+
*/
|
|
5055
|
+
NextToken?: string | undefined;
|
|
5056
|
+
/**
|
|
5057
|
+
* <p>The maximum number of items to return for this request.
|
|
5058
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
5059
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
5060
|
+
* @public
|
|
5061
|
+
*/
|
|
5062
|
+
MaxResults?: number | undefined;
|
|
5063
|
+
}
|
|
5064
|
+
/**
|
|
5065
|
+
* @public
|
|
5066
|
+
*/
|
|
5067
|
+
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
5068
|
+
/**
|
|
5069
|
+
* <p>Details related to the exclusions.</p>
|
|
5070
|
+
* @public
|
|
5071
|
+
*/
|
|
5072
|
+
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
5073
|
+
/**
|
|
5074
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
5075
|
+
* @public
|
|
5076
|
+
*/
|
|
5077
|
+
NextToken?: string | undefined;
|
|
5078
|
+
}
|
|
5079
|
+
/**
|
|
5080
|
+
* @public
|
|
5081
|
+
*/
|
|
5082
|
+
export interface DescribeVpcBlockPublicAccessOptionsRequest {
|
|
5083
|
+
/**
|
|
5084
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5085
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5086
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5087
|
+
* @public
|
|
5088
|
+
*/
|
|
5089
|
+
DryRun?: boolean | undefined;
|
|
5090
|
+
}
|
|
5091
|
+
/**
|
|
5092
|
+
* @public
|
|
5093
|
+
* @enum
|
|
5094
|
+
*/
|
|
5095
|
+
export declare const InternetGatewayBlockMode: {
|
|
5096
|
+
readonly block_bidirectional: "block-bidirectional";
|
|
5097
|
+
readonly block_ingress: "block-ingress";
|
|
5098
|
+
readonly off: "off";
|
|
5099
|
+
};
|
|
5100
|
+
/**
|
|
5101
|
+
* @public
|
|
5102
|
+
*/
|
|
5103
|
+
export type InternetGatewayBlockMode = (typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
|
|
5104
|
+
/**
|
|
5105
|
+
* @public
|
|
5106
|
+
* @enum
|
|
5107
|
+
*/
|
|
5108
|
+
export declare const VpcBlockPublicAccessState: {
|
|
5109
|
+
readonly default_state: "default-state";
|
|
5110
|
+
readonly update_complete: "update-complete";
|
|
5111
|
+
readonly update_in_progress: "update-in-progress";
|
|
5112
|
+
};
|
|
5113
|
+
/**
|
|
5114
|
+
* @public
|
|
5115
|
+
*/
|
|
5116
|
+
export type VpcBlockPublicAccessState = (typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
|
|
5117
|
+
/**
|
|
5118
|
+
* <p>VPC Block public Access (BPA) enables you to block resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
5119
|
+
* @public
|
|
5120
|
+
*/
|
|
5121
|
+
export interface VpcBlockPublicAccessOptions {
|
|
5122
|
+
/**
|
|
5123
|
+
* <p>An Amazon Web Services account ID.</p>
|
|
5124
|
+
* @public
|
|
5125
|
+
*/
|
|
5126
|
+
AwsAccountId?: string | undefined;
|
|
5127
|
+
/**
|
|
5128
|
+
* <p>An Amazon Web Services Region.</p>
|
|
5129
|
+
* @public
|
|
5130
|
+
*/
|
|
5131
|
+
AwsRegion?: string | undefined;
|
|
5132
|
+
/**
|
|
5133
|
+
* <p>The current state of VPC BPA.</p>
|
|
5134
|
+
* @public
|
|
5135
|
+
*/
|
|
5136
|
+
State?: VpcBlockPublicAccessState | undefined;
|
|
5137
|
+
/**
|
|
5138
|
+
* <p>The current mode of VPC BPA.</p>
|
|
5139
|
+
* <ul>
|
|
5140
|
+
* <li>
|
|
5141
|
+
* <p>
|
|
5142
|
+
* <code>bidirectional-access-allowed</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
|
|
5143
|
+
* </li>
|
|
5144
|
+
* <li>
|
|
5145
|
+
* <p>
|
|
5146
|
+
* <code>bidirectional-access-blocked</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
|
|
5147
|
+
* </li>
|
|
5148
|
+
* <li>
|
|
5149
|
+
* <p>
|
|
5150
|
+
* <code>ingress-access-blocked</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
|
|
5151
|
+
* </li>
|
|
5152
|
+
* </ul>
|
|
5153
|
+
* @public
|
|
5154
|
+
*/
|
|
5155
|
+
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
5156
|
+
/**
|
|
5157
|
+
* <p>The reason for the current state.</p>
|
|
5158
|
+
* @public
|
|
5159
|
+
*/
|
|
5160
|
+
Reason?: string | undefined;
|
|
5161
|
+
/**
|
|
5162
|
+
* <p>The last time the VPC BPA mode was updated.</p>
|
|
5163
|
+
* @public
|
|
5164
|
+
*/
|
|
5165
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
5166
|
+
}
|
|
5167
|
+
/**
|
|
5168
|
+
* @public
|
|
5169
|
+
*/
|
|
5170
|
+
export interface DescribeVpcBlockPublicAccessOptionsResult {
|
|
5171
|
+
/**
|
|
5172
|
+
* <p>Details related to the options.</p>
|
|
5173
|
+
* @public
|
|
5174
|
+
*/
|
|
5175
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
5176
|
+
}
|
|
5177
|
+
/**
|
|
5178
|
+
* @public
|
|
5179
|
+
*/
|
|
5180
|
+
export interface DescribeVpcClassicLinkRequest {
|
|
5181
|
+
/**
|
|
5182
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5183
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5184
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5185
|
+
* @public
|
|
5186
|
+
*/
|
|
5187
|
+
DryRun?: boolean | undefined;
|
|
5188
|
+
/**
|
|
5189
|
+
* <p>The VPCs for which you want to describe the ClassicLink status.</p>
|
|
5190
|
+
* @public
|
|
5191
|
+
*/
|
|
5192
|
+
VpcIds?: string[] | undefined;
|
|
5193
|
+
/**
|
|
5194
|
+
* <p>The filters.</p>
|
|
5195
|
+
* <ul>
|
|
5196
|
+
* <li>
|
|
5197
|
+
* <p>
|
|
5198
|
+
* <code>is-classic-link-enabled</code> - Whether the VPC is enabled for ClassicLink
|
|
5199
|
+
* (<code>true</code> | <code>false</code>).</p>
|
|
5200
|
+
* </li>
|
|
5201
|
+
* <li>
|
|
5202
|
+
* <p>
|
|
5203
|
+
* <code>tag</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.
|
|
4695
5204
|
* 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>
|
|
4696
5205
|
* </li>
|
|
4697
5206
|
* <li>
|
|
@@ -5487,7 +5996,7 @@ export interface DescribeVpcPeeringConnectionsRequest {
|
|
|
5487
5996
|
* </li>
|
|
5488
5997
|
* <li>
|
|
5489
5998
|
* <p>
|
|
5490
|
-
* <code>tag</code
|
|
5999
|
+
* <code>tag</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.
|
|
5491
6000
|
* 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>
|
|
5492
6001
|
* </li>
|
|
5493
6002
|
* <li>
|
|
@@ -5584,7 +6093,7 @@ export interface DescribeVpcsRequest {
|
|
|
5584
6093
|
* </li>
|
|
5585
6094
|
* <li>
|
|
5586
6095
|
* <p>
|
|
5587
|
-
* <code>tag</code
|
|
6096
|
+
* <code>tag</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.
|
|
5588
6097
|
* 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>
|
|
5589
6098
|
* </li>
|
|
5590
6099
|
* <li>
|
|
@@ -6118,8 +6627,9 @@ export interface DisableFastLaunchRequest {
|
|
|
6118
6627
|
*/
|
|
6119
6628
|
ImageId: string | undefined;
|
|
6120
6629
|
/**
|
|
6121
|
-
* <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
|
|
6122
|
-
*
|
|
6630
|
+
* <p>Forces the image settings to turn off Windows fast launch for your Windows AMI. This
|
|
6631
|
+
* parameter overrides any errors that are encountered while cleaning up resources in your
|
|
6632
|
+
* account.</p>
|
|
6123
6633
|
* @public
|
|
6124
6634
|
*/
|
|
6125
6635
|
Force?: boolean | undefined;
|
|
@@ -6141,25 +6651,26 @@ export interface DisableFastLaunchResult {
|
|
|
6141
6651
|
*/
|
|
6142
6652
|
ImageId?: string | undefined;
|
|
6143
6653
|
/**
|
|
6144
|
-
* <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
|
|
6145
|
-
*
|
|
6654
|
+
* <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
|
|
6655
|
+
* launch for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
|
|
6146
6656
|
* @public
|
|
6147
6657
|
*/
|
|
6148
6658
|
ResourceType?: FastLaunchResourceType | undefined;
|
|
6149
6659
|
/**
|
|
6150
|
-
* <p>Parameters that were used for Windows fast launch for the Windows AMI before
|
|
6151
|
-
*
|
|
6660
|
+
* <p>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast
|
|
6661
|
+
* launch was disabled. This informs the clean-up process.</p>
|
|
6152
6662
|
* @public
|
|
6153
6663
|
*/
|
|
6154
6664
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
6155
6665
|
/**
|
|
6156
|
-
* <p>The launch template that was used to launch Windows instances from pre-provisioned
|
|
6666
|
+
* <p>The launch template that was used to launch Windows instances from pre-provisioned
|
|
6667
|
+
* snapshots.</p>
|
|
6157
6668
|
* @public
|
|
6158
6669
|
*/
|
|
6159
6670
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
6160
6671
|
/**
|
|
6161
|
-
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to
|
|
6162
|
-
*
|
|
6672
|
+
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
6673
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
6163
6674
|
* @public
|
|
6164
6675
|
*/
|
|
6165
6676
|
MaxParallelLaunches?: number | undefined;
|
|
@@ -7337,36 +7848,39 @@ export interface EnableEbsEncryptionByDefaultResult {
|
|
|
7337
7848
|
* <p>Request to create a launch template for a Windows fast launch enabled AMI.</p>
|
|
7338
7849
|
* <note>
|
|
7339
7850
|
* <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
|
|
7340
|
-
*
|
|
7851
|
+
* <code>LaunchTemplateId</code>, but not both.</p>
|
|
7341
7852
|
* </note>
|
|
7342
7853
|
* @public
|
|
7343
7854
|
*/
|
|
7344
7855
|
export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
7345
7856
|
/**
|
|
7346
|
-
* <p>Specify the ID of the launch template that the AMI should use for Windows fast
|
|
7857
|
+
* <p>Specify the ID of the launch template that the AMI should use for Windows fast
|
|
7858
|
+
* launch.</p>
|
|
7347
7859
|
* @public
|
|
7348
7860
|
*/
|
|
7349
7861
|
LaunchTemplateId?: string | undefined;
|
|
7350
7862
|
/**
|
|
7351
|
-
* <p>Specify the name of the launch template that the AMI should use for Windows fast
|
|
7863
|
+
* <p>Specify the name of the launch template that the AMI should use for Windows fast
|
|
7864
|
+
* launch.</p>
|
|
7352
7865
|
* @public
|
|
7353
7866
|
*/
|
|
7354
7867
|
LaunchTemplateName?: string | undefined;
|
|
7355
7868
|
/**
|
|
7356
|
-
* <p>Specify the version of the launch template that the AMI should use for Windows fast
|
|
7869
|
+
* <p>Specify the version of the launch template that the AMI should use for Windows fast
|
|
7870
|
+
* launch.</p>
|
|
7357
7871
|
* @public
|
|
7358
7872
|
*/
|
|
7359
7873
|
Version: string | undefined;
|
|
7360
7874
|
}
|
|
7361
7875
|
/**
|
|
7362
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
7363
|
-
*
|
|
7876
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
7877
|
+
* fast launch enabled AMI.</p>
|
|
7364
7878
|
* @public
|
|
7365
7879
|
*/
|
|
7366
7880
|
export interface FastLaunchSnapshotConfigurationRequest {
|
|
7367
7881
|
/**
|
|
7368
|
-
* <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch
|
|
7369
|
-
*
|
|
7882
|
+
* <p>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled
|
|
7883
|
+
* AMI.</p>
|
|
7370
7884
|
* @public
|
|
7371
7885
|
*/
|
|
7372
7886
|
TargetResourceCount?: number | undefined;
|
|
@@ -7382,28 +7896,28 @@ export interface EnableFastLaunchRequest {
|
|
|
7382
7896
|
ImageId: string | undefined;
|
|
7383
7897
|
/**
|
|
7384
7898
|
* <p>The type of resource to use for pre-provisioning the AMI for Windows fast launch.
|
|
7385
|
-
*
|
|
7899
|
+
* Supported values include: <code>snapshot</code>, which is the default value.</p>
|
|
7386
7900
|
* @public
|
|
7387
7901
|
*/
|
|
7388
7902
|
ResourceType?: string | undefined;
|
|
7389
7903
|
/**
|
|
7390
7904
|
* <p>Configuration settings for creating and managing the snapshots that are used for
|
|
7391
|
-
*
|
|
7392
|
-
*
|
|
7905
|
+
* pre-provisioning the AMI for Windows fast launch. The associated <code>ResourceType</code>
|
|
7906
|
+
* must be <code>snapshot</code>.</p>
|
|
7393
7907
|
* @public
|
|
7394
7908
|
*/
|
|
7395
7909
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest | undefined;
|
|
7396
7910
|
/**
|
|
7397
7911
|
* <p>The launch template to use when launching Windows instances from pre-provisioned
|
|
7398
|
-
*
|
|
7399
|
-
*
|
|
7912
|
+
* snapshots. Launch template parameters can include either the name or ID of the launch
|
|
7913
|
+
* template, but not both.</p>
|
|
7400
7914
|
* @public
|
|
7401
7915
|
*/
|
|
7402
7916
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest | undefined;
|
|
7403
7917
|
/**
|
|
7404
7918
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
7405
|
-
*
|
|
7406
|
-
*
|
|
7919
|
+
* pre-provisioned snapshots for Windows fast launch. Value must be <code>6</code> or
|
|
7920
|
+
* greater.</p>
|
|
7407
7921
|
* @public
|
|
7408
7922
|
*/
|
|
7409
7923
|
MaxParallelLaunches?: number | undefined;
|
|
@@ -7425,25 +7939,27 @@ export interface EnableFastLaunchResult {
|
|
|
7425
7939
|
*/
|
|
7426
7940
|
ImageId?: string | undefined;
|
|
7427
7941
|
/**
|
|
7428
|
-
* <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast
|
|
7942
|
+
* <p>The type of resource that was defined for pre-provisioning the AMI for Windows fast
|
|
7943
|
+
* launch.</p>
|
|
7429
7944
|
* @public
|
|
7430
7945
|
*/
|
|
7431
7946
|
ResourceType?: FastLaunchResourceType | undefined;
|
|
7432
7947
|
/**
|
|
7433
7948
|
* <p>Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster
|
|
7434
|
-
*
|
|
7435
|
-
*
|
|
7949
|
+
* launches from the Windows AMI. This property is returned when the associated
|
|
7950
|
+
* <code>resourceType</code> is <code>snapshot</code>.</p>
|
|
7436
7951
|
* @public
|
|
7437
7952
|
*/
|
|
7438
7953
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
7439
7954
|
/**
|
|
7440
|
-
* <p>The launch template that is used when launching Windows instances from pre-provisioned
|
|
7955
|
+
* <p>The launch template that is used when launching Windows instances from pre-provisioned
|
|
7956
|
+
* snapshots.</p>
|
|
7441
7957
|
* @public
|
|
7442
7958
|
*/
|
|
7443
7959
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
7444
7960
|
/**
|
|
7445
|
-
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to
|
|
7446
|
-
*
|
|
7961
|
+
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
7962
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
7447
7963
|
* @public
|
|
7448
7964
|
*/
|
|
7449
7965
|
MaxParallelLaunches?: number | undefined;
|
|
@@ -7707,10 +8223,10 @@ export interface EnableImageDeprecationRequest {
|
|
|
7707
8223
|
/**
|
|
7708
8224
|
* <p>The date and time to deprecate the AMI, in UTC, in the following format:
|
|
7709
8225
|
* <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z.
|
|
7710
|
-
* If you specify a value for seconds, Amazon EC2 rounds the seconds to the
|
|
7711
|
-
* nearest minute.</p>
|
|
8226
|
+
* If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>
|
|
7712
8227
|
* <p>You can’t specify a date in the past. The upper limit for <code>DeprecateAt</code> is 10
|
|
7713
|
-
* years from now, except for public AMIs, where the upper limit is 2 years from the creation
|
|
8228
|
+
* years from now, except for public AMIs, where the upper limit is 2 years from the creation
|
|
8229
|
+
* date.</p>
|
|
7714
8230
|
* @public
|
|
7715
8231
|
*/
|
|
7716
8232
|
DeprecateAt: Date | undefined;
|
|
@@ -8293,461 +8809,6 @@ export interface ExportTransitGatewayRoutesResult {
|
|
|
8293
8809
|
*/
|
|
8294
8810
|
S3Location?: string | undefined;
|
|
8295
8811
|
}
|
|
8296
|
-
/**
|
|
8297
|
-
* @public
|
|
8298
|
-
*/
|
|
8299
|
-
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
8300
|
-
/**
|
|
8301
|
-
* <p>The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon
|
|
8302
|
-
* S3 object information.</p>
|
|
8303
|
-
* @public
|
|
8304
|
-
*/
|
|
8305
|
-
CertificateArn: string | undefined;
|
|
8306
|
-
/**
|
|
8307
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8308
|
-
* @public
|
|
8309
|
-
*/
|
|
8310
|
-
DryRun?: boolean | undefined;
|
|
8311
|
-
}
|
|
8312
|
-
/**
|
|
8313
|
-
* <p>Information about the associated IAM roles.</p>
|
|
8314
|
-
* @public
|
|
8315
|
-
*/
|
|
8316
|
-
export interface AssociatedRole {
|
|
8317
|
-
/**
|
|
8318
|
-
* <p>The ARN of the associated IAM role.</p>
|
|
8319
|
-
* @public
|
|
8320
|
-
*/
|
|
8321
|
-
AssociatedRoleArn?: string | undefined;
|
|
8322
|
-
/**
|
|
8323
|
-
* <p>The name of the Amazon S3 bucket in which the Amazon S3 object is stored.</p>
|
|
8324
|
-
* @public
|
|
8325
|
-
*/
|
|
8326
|
-
CertificateS3BucketName?: string | undefined;
|
|
8327
|
-
/**
|
|
8328
|
-
* <p>The key of the Amazon S3 object where the certificate, certificate chain, and encrypted private key bundle
|
|
8329
|
-
* are stored. The object key is formatted as follows: <code>role_arn</code>/<code>certificate_arn</code>.
|
|
8330
|
-
* </p>
|
|
8331
|
-
* @public
|
|
8332
|
-
*/
|
|
8333
|
-
CertificateS3ObjectKey?: string | undefined;
|
|
8334
|
-
/**
|
|
8335
|
-
* <p>The ID of the KMS key used to encrypt the private key.</p>
|
|
8336
|
-
* @public
|
|
8337
|
-
*/
|
|
8338
|
-
EncryptionKmsKeyId?: string | undefined;
|
|
8339
|
-
}
|
|
8340
|
-
/**
|
|
8341
|
-
* @public
|
|
8342
|
-
*/
|
|
8343
|
-
export interface GetAssociatedEnclaveCertificateIamRolesResult {
|
|
8344
|
-
/**
|
|
8345
|
-
* <p>Information about the associated IAM roles.</p>
|
|
8346
|
-
* @public
|
|
8347
|
-
*/
|
|
8348
|
-
AssociatedRoles?: AssociatedRole[] | undefined;
|
|
8349
|
-
}
|
|
8350
|
-
/**
|
|
8351
|
-
* @public
|
|
8352
|
-
*/
|
|
8353
|
-
export interface GetAssociatedIpv6PoolCidrsRequest {
|
|
8354
|
-
/**
|
|
8355
|
-
* <p>The ID of the IPv6 address pool.</p>
|
|
8356
|
-
* @public
|
|
8357
|
-
*/
|
|
8358
|
-
PoolId: string | undefined;
|
|
8359
|
-
/**
|
|
8360
|
-
* <p>The token for the next page of results.</p>
|
|
8361
|
-
* @public
|
|
8362
|
-
*/
|
|
8363
|
-
NextToken?: string | undefined;
|
|
8364
|
-
/**
|
|
8365
|
-
* <p>The maximum number of results to return with a single call.
|
|
8366
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8367
|
-
* @public
|
|
8368
|
-
*/
|
|
8369
|
-
MaxResults?: number | undefined;
|
|
8370
|
-
/**
|
|
8371
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8372
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8373
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8374
|
-
* @public
|
|
8375
|
-
*/
|
|
8376
|
-
DryRun?: boolean | undefined;
|
|
8377
|
-
}
|
|
8378
|
-
/**
|
|
8379
|
-
* <p>Describes an IPv6 CIDR block association.</p>
|
|
8380
|
-
* @public
|
|
8381
|
-
*/
|
|
8382
|
-
export interface Ipv6CidrAssociation {
|
|
8383
|
-
/**
|
|
8384
|
-
* <p>The IPv6 CIDR block.</p>
|
|
8385
|
-
* @public
|
|
8386
|
-
*/
|
|
8387
|
-
Ipv6Cidr?: string | undefined;
|
|
8388
|
-
/**
|
|
8389
|
-
* <p>The resource that's associated with the IPv6 CIDR block.</p>
|
|
8390
|
-
* @public
|
|
8391
|
-
*/
|
|
8392
|
-
AssociatedResource?: string | undefined;
|
|
8393
|
-
}
|
|
8394
|
-
/**
|
|
8395
|
-
* @public
|
|
8396
|
-
*/
|
|
8397
|
-
export interface GetAssociatedIpv6PoolCidrsResult {
|
|
8398
|
-
/**
|
|
8399
|
-
* <p>Information about the IPv6 CIDR block associations.</p>
|
|
8400
|
-
* @public
|
|
8401
|
-
*/
|
|
8402
|
-
Ipv6CidrAssociations?: Ipv6CidrAssociation[] | undefined;
|
|
8403
|
-
/**
|
|
8404
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8405
|
-
* @public
|
|
8406
|
-
*/
|
|
8407
|
-
NextToken?: string | undefined;
|
|
8408
|
-
}
|
|
8409
|
-
/**
|
|
8410
|
-
* <p>A query used for retrieving network health data. </p>
|
|
8411
|
-
* @public
|
|
8412
|
-
*/
|
|
8413
|
-
export interface DataQuery {
|
|
8414
|
-
/**
|
|
8415
|
-
* <p>A user-defined ID associated with a data query that's returned in the <code>dataResponse</code> identifying the query. For example, if you set the Id to <code>MyQuery01</code>in the query, the <code>dataResponse</code> identifies the query as <code>MyQuery01</code>.</p>
|
|
8416
|
-
* @public
|
|
8417
|
-
*/
|
|
8418
|
-
Id?: string | undefined;
|
|
8419
|
-
/**
|
|
8420
|
-
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
8421
|
-
* @public
|
|
8422
|
-
*/
|
|
8423
|
-
Source?: string | undefined;
|
|
8424
|
-
/**
|
|
8425
|
-
* <p>The Region or Availability Zone that's the target for the data query. For example, <code>eu-north-1</code>.</p>
|
|
8426
|
-
* @public
|
|
8427
|
-
*/
|
|
8428
|
-
Destination?: string | undefined;
|
|
8429
|
-
/**
|
|
8430
|
-
* <p>The metric used for the network performance request.</p>
|
|
8431
|
-
* @public
|
|
8432
|
-
*/
|
|
8433
|
-
Metric?: MetricType | undefined;
|
|
8434
|
-
/**
|
|
8435
|
-
* <p>The metric data aggregation period, <code>p50</code>, between the specified <code>startDate</code>
|
|
8436
|
-
* and <code>endDate</code>. For example, a metric of <code>five_minutes</code> is the median of all
|
|
8437
|
-
* the data points gathered within those five minutes. <code>p50</code> is the only supported metric.</p>
|
|
8438
|
-
* @public
|
|
8439
|
-
*/
|
|
8440
|
-
Statistic?: StatisticType | undefined;
|
|
8441
|
-
/**
|
|
8442
|
-
* <p>The aggregation period used for the data query.</p>
|
|
8443
|
-
* @public
|
|
8444
|
-
*/
|
|
8445
|
-
Period?: PeriodType | undefined;
|
|
8446
|
-
}
|
|
8447
|
-
/**
|
|
8448
|
-
* @public
|
|
8449
|
-
*/
|
|
8450
|
-
export interface GetAwsNetworkPerformanceDataRequest {
|
|
8451
|
-
/**
|
|
8452
|
-
* <p>A list of network performance data queries.</p>
|
|
8453
|
-
* @public
|
|
8454
|
-
*/
|
|
8455
|
-
DataQueries?: DataQuery[] | undefined;
|
|
8456
|
-
/**
|
|
8457
|
-
* <p>The starting time for the performance data request. The starting time must be formatted
|
|
8458
|
-
* as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-10T12:00:00.000Z</code>.</p>
|
|
8459
|
-
* @public
|
|
8460
|
-
*/
|
|
8461
|
-
StartTime?: Date | undefined;
|
|
8462
|
-
/**
|
|
8463
|
-
* <p>The ending time for the performance data request. The end time must be formatted as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-12T12:00:00.000Z</code>.</p>
|
|
8464
|
-
* @public
|
|
8465
|
-
*/
|
|
8466
|
-
EndTime?: Date | undefined;
|
|
8467
|
-
/**
|
|
8468
|
-
* <p>The maximum number of results to return with a single call.
|
|
8469
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8470
|
-
* @public
|
|
8471
|
-
*/
|
|
8472
|
-
MaxResults?: number | undefined;
|
|
8473
|
-
/**
|
|
8474
|
-
* <p>The token for the next page of results.</p>
|
|
8475
|
-
* @public
|
|
8476
|
-
*/
|
|
8477
|
-
NextToken?: string | undefined;
|
|
8478
|
-
/**
|
|
8479
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8480
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8481
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8482
|
-
* @public
|
|
8483
|
-
*/
|
|
8484
|
-
DryRun?: boolean | undefined;
|
|
8485
|
-
}
|
|
8486
|
-
/**
|
|
8487
|
-
* <p>Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the <code>startDate</code> to the <code>endDate</code>. Currently only <code>five_minutes</code> is supported.</p>
|
|
8488
|
-
* @public
|
|
8489
|
-
*/
|
|
8490
|
-
export interface MetricPoint {
|
|
8491
|
-
/**
|
|
8492
|
-
* <p>The start date for the metric point. The starting date for the metric point. The starting time must be formatted
|
|
8493
|
-
* as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-10T12:00:00.000Z</code>.</p>
|
|
8494
|
-
* @public
|
|
8495
|
-
*/
|
|
8496
|
-
StartDate?: Date | undefined;
|
|
8497
|
-
/**
|
|
8498
|
-
* <p>The end date for the metric point. The ending time must be formatted as <code>yyyy-mm-ddThh:mm:ss</code>. For example, <code>2022-06-12T12:00:00.000Z</code>.</p>
|
|
8499
|
-
* @public
|
|
8500
|
-
*/
|
|
8501
|
-
EndDate?: Date | undefined;
|
|
8502
|
-
Value?: number | undefined;
|
|
8503
|
-
/**
|
|
8504
|
-
* <p>The status of the metric point.</p>
|
|
8505
|
-
* @public
|
|
8506
|
-
*/
|
|
8507
|
-
Status?: string | undefined;
|
|
8508
|
-
}
|
|
8509
|
-
/**
|
|
8510
|
-
* <p>The response to a <code>DataQuery</code>.</p>
|
|
8511
|
-
* @public
|
|
8512
|
-
*/
|
|
8513
|
-
export interface DataResponse {
|
|
8514
|
-
/**
|
|
8515
|
-
* <p>The ID passed in the <code>DataQuery</code>.</p>
|
|
8516
|
-
* @public
|
|
8517
|
-
*/
|
|
8518
|
-
Id?: string | undefined;
|
|
8519
|
-
/**
|
|
8520
|
-
* <p>The Region or Availability Zone that's the source for the data query. For example, <code>us-east-1</code>.</p>
|
|
8521
|
-
* @public
|
|
8522
|
-
*/
|
|
8523
|
-
Source?: string | undefined;
|
|
8524
|
-
/**
|
|
8525
|
-
* <p>The Region or Availability Zone that's the destination for the data query. For example, <code>eu-west-1</code>.</p>
|
|
8526
|
-
* @public
|
|
8527
|
-
*/
|
|
8528
|
-
Destination?: string | undefined;
|
|
8529
|
-
/**
|
|
8530
|
-
* <p>The metric used for the network performance request.</p>
|
|
8531
|
-
* @public
|
|
8532
|
-
*/
|
|
8533
|
-
Metric?: MetricType | undefined;
|
|
8534
|
-
/**
|
|
8535
|
-
* <p>The statistic used for the network performance request.</p>
|
|
8536
|
-
* @public
|
|
8537
|
-
*/
|
|
8538
|
-
Statistic?: StatisticType | undefined;
|
|
8539
|
-
/**
|
|
8540
|
-
* <p>The period used for the network performance request.</p>
|
|
8541
|
-
* @public
|
|
8542
|
-
*/
|
|
8543
|
-
Period?: PeriodType | undefined;
|
|
8544
|
-
/**
|
|
8545
|
-
* <p>A list of <code>MetricPoint</code> objects.</p>
|
|
8546
|
-
* @public
|
|
8547
|
-
*/
|
|
8548
|
-
MetricPoints?: MetricPoint[] | undefined;
|
|
8549
|
-
}
|
|
8550
|
-
/**
|
|
8551
|
-
* @public
|
|
8552
|
-
*/
|
|
8553
|
-
export interface GetAwsNetworkPerformanceDataResult {
|
|
8554
|
-
/**
|
|
8555
|
-
* <p>The list of data responses.</p>
|
|
8556
|
-
* @public
|
|
8557
|
-
*/
|
|
8558
|
-
DataResponses?: DataResponse[] | undefined;
|
|
8559
|
-
/**
|
|
8560
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8561
|
-
* @public
|
|
8562
|
-
*/
|
|
8563
|
-
NextToken?: string | undefined;
|
|
8564
|
-
}
|
|
8565
|
-
/**
|
|
8566
|
-
* @public
|
|
8567
|
-
*/
|
|
8568
|
-
export interface GetCapacityReservationUsageRequest {
|
|
8569
|
-
/**
|
|
8570
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
8571
|
-
* @public
|
|
8572
|
-
*/
|
|
8573
|
-
CapacityReservationId: string | undefined;
|
|
8574
|
-
/**
|
|
8575
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
8576
|
-
* @public
|
|
8577
|
-
*/
|
|
8578
|
-
NextToken?: string | undefined;
|
|
8579
|
-
/**
|
|
8580
|
-
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
8581
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
8582
|
-
* @public
|
|
8583
|
-
*/
|
|
8584
|
-
MaxResults?: number | undefined;
|
|
8585
|
-
/**
|
|
8586
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8587
|
-
* @public
|
|
8588
|
-
*/
|
|
8589
|
-
DryRun?: boolean | undefined;
|
|
8590
|
-
}
|
|
8591
|
-
/**
|
|
8592
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
8593
|
-
* @public
|
|
8594
|
-
*/
|
|
8595
|
-
export interface InstanceUsage {
|
|
8596
|
-
/**
|
|
8597
|
-
* <p>The ID of the Amazon Web Services account that is making use of the Capacity Reservation.</p>
|
|
8598
|
-
* @public
|
|
8599
|
-
*/
|
|
8600
|
-
AccountId?: string | undefined;
|
|
8601
|
-
/**
|
|
8602
|
-
* <p>The number of instances the Amazon Web Services account currently has in the Capacity Reservation.</p>
|
|
8603
|
-
* @public
|
|
8604
|
-
*/
|
|
8605
|
-
UsedInstanceCount?: number | undefined;
|
|
8606
|
-
}
|
|
8607
|
-
/**
|
|
8608
|
-
* @public
|
|
8609
|
-
*/
|
|
8610
|
-
export interface GetCapacityReservationUsageResult {
|
|
8611
|
-
/**
|
|
8612
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8613
|
-
* @public
|
|
8614
|
-
*/
|
|
8615
|
-
NextToken?: string | undefined;
|
|
8616
|
-
/**
|
|
8617
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
8618
|
-
* @public
|
|
8619
|
-
*/
|
|
8620
|
-
CapacityReservationId?: string | undefined;
|
|
8621
|
-
/**
|
|
8622
|
-
* <p>The type of instance for which the Capacity Reservation reserves capacity.</p>
|
|
8623
|
-
* @public
|
|
8624
|
-
*/
|
|
8625
|
-
InstanceType?: string | undefined;
|
|
8626
|
-
/**
|
|
8627
|
-
* <p>The number of instances for which the Capacity Reservation reserves capacity.</p>
|
|
8628
|
-
* @public
|
|
8629
|
-
*/
|
|
8630
|
-
TotalInstanceCount?: number | undefined;
|
|
8631
|
-
/**
|
|
8632
|
-
* <p>The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.</p>
|
|
8633
|
-
* @public
|
|
8634
|
-
*/
|
|
8635
|
-
AvailableInstanceCount?: number | undefined;
|
|
8636
|
-
/**
|
|
8637
|
-
* <p>The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</p>
|
|
8638
|
-
* <ul>
|
|
8639
|
-
* <li>
|
|
8640
|
-
* <p>
|
|
8641
|
-
* <code>active</code> - The Capacity Reservation is active and the capacity is available for your use.</p>
|
|
8642
|
-
* </li>
|
|
8643
|
-
* <li>
|
|
8644
|
-
* <p>
|
|
8645
|
-
* <code>expired</code> - The Capacity Reservation expired automatically at the date and time specified
|
|
8646
|
-
* in your request. The reserved capacity is no longer available for your use.</p>
|
|
8647
|
-
* </li>
|
|
8648
|
-
* <li>
|
|
8649
|
-
* <p>
|
|
8650
|
-
* <code>cancelled</code> - The Capacity Reservation was cancelled. The reserved capacity is no
|
|
8651
|
-
* longer available for your use.</p>
|
|
8652
|
-
* </li>
|
|
8653
|
-
* <li>
|
|
8654
|
-
* <p>
|
|
8655
|
-
* <code>pending</code> - The Capacity Reservation request was successful but the capacity
|
|
8656
|
-
* provisioning is still pending.</p>
|
|
8657
|
-
* </li>
|
|
8658
|
-
* <li>
|
|
8659
|
-
* <p>
|
|
8660
|
-
* <code>failed</code> - The Capacity Reservation request has failed. A request might fail
|
|
8661
|
-
* due to invalid request parameters, capacity constraints, or instance limit constraints.
|
|
8662
|
-
* Failed requests are retained for 60 minutes.</p>
|
|
8663
|
-
* </li>
|
|
8664
|
-
* </ul>
|
|
8665
|
-
* @public
|
|
8666
|
-
*/
|
|
8667
|
-
State?: CapacityReservationState | undefined;
|
|
8668
|
-
/**
|
|
8669
|
-
* <p>Information about the Capacity Reservation usage.</p>
|
|
8670
|
-
* @public
|
|
8671
|
-
*/
|
|
8672
|
-
InstanceUsages?: InstanceUsage[] | undefined;
|
|
8673
|
-
}
|
|
8674
|
-
/**
|
|
8675
|
-
* @public
|
|
8676
|
-
*/
|
|
8677
|
-
export interface GetCoipPoolUsageRequest {
|
|
8678
|
-
/**
|
|
8679
|
-
* <p>The ID of the address pool.</p>
|
|
8680
|
-
* @public
|
|
8681
|
-
*/
|
|
8682
|
-
PoolId: string | undefined;
|
|
8683
|
-
/**
|
|
8684
|
-
* <p>One or more filters.</p>
|
|
8685
|
-
* <ul>
|
|
8686
|
-
* <li>
|
|
8687
|
-
* <p>
|
|
8688
|
-
* <code>coip-address-usage.allocation-id</code> - The allocation ID of the address.</p>
|
|
8689
|
-
* </li>
|
|
8690
|
-
* <li>
|
|
8691
|
-
* <p>
|
|
8692
|
-
* <code>coip-address-usage.aws-account-id</code> - The ID of the Amazon Web Services account that is using the customer-owned IP address.</p>
|
|
8693
|
-
* </li>
|
|
8694
|
-
* <li>
|
|
8695
|
-
* <p>
|
|
8696
|
-
* <code>coip-address-usage.aws-service</code> - The Amazon Web Services service that is using the customer-owned IP address.</p>
|
|
8697
|
-
* </li>
|
|
8698
|
-
* <li>
|
|
8699
|
-
* <p>
|
|
8700
|
-
* <code>coip-address-usage.co-ip</code> - The customer-owned IP address.</p>
|
|
8701
|
-
* </li>
|
|
8702
|
-
* </ul>
|
|
8703
|
-
* @public
|
|
8704
|
-
*/
|
|
8705
|
-
Filters?: Filter[] | undefined;
|
|
8706
|
-
/**
|
|
8707
|
-
* <p>The maximum number of results to return with a single call.
|
|
8708
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8709
|
-
* @public
|
|
8710
|
-
*/
|
|
8711
|
-
MaxResults?: number | undefined;
|
|
8712
|
-
/**
|
|
8713
|
-
* <p>The token for the next page of results.</p>
|
|
8714
|
-
* @public
|
|
8715
|
-
*/
|
|
8716
|
-
NextToken?: string | undefined;
|
|
8717
|
-
/**
|
|
8718
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8719
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8720
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8721
|
-
* @public
|
|
8722
|
-
*/
|
|
8723
|
-
DryRun?: boolean | undefined;
|
|
8724
|
-
}
|
|
8725
|
-
/**
|
|
8726
|
-
* <p>Describes address usage for a customer-owned address pool.</p>
|
|
8727
|
-
* @public
|
|
8728
|
-
*/
|
|
8729
|
-
export interface CoipAddressUsage {
|
|
8730
|
-
/**
|
|
8731
|
-
* <p>The allocation ID of the address.</p>
|
|
8732
|
-
* @public
|
|
8733
|
-
*/
|
|
8734
|
-
AllocationId?: string | undefined;
|
|
8735
|
-
/**
|
|
8736
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8737
|
-
* @public
|
|
8738
|
-
*/
|
|
8739
|
-
AwsAccountId?: string | undefined;
|
|
8740
|
-
/**
|
|
8741
|
-
* <p>The Amazon Web Services service.</p>
|
|
8742
|
-
* @public
|
|
8743
|
-
*/
|
|
8744
|
-
AwsService?: string | undefined;
|
|
8745
|
-
/**
|
|
8746
|
-
* <p>The customer-owned IP address.</p>
|
|
8747
|
-
* @public
|
|
8748
|
-
*/
|
|
8749
|
-
CoIp?: string | undefined;
|
|
8750
|
-
}
|
|
8751
8812
|
/**
|
|
8752
8813
|
* @internal
|
|
8753
8814
|
*/
|