@aws-sdk/client-ec2 3.843.0 → 3.845.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 +16 -0
- package/dist-cjs/index.js +459 -73
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/models/models_5.js +5 -0
- package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +384 -60
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.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/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +5 -2
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7 -6
- package/dist-types/models/models_1.d.ts +67 -19
- package/dist-types/models/models_2.d.ts +17 -14
- package/dist-types/models/models_3.d.ts +329 -270
- package/dist-types/models/models_4.d.ts +288 -210
- package/dist-types/models/models_5.d.ts +288 -461
- package/dist-types/models/models_6.d.ts +1413 -1339
- package/dist-types/models/models_7.d.ts +395 -172
- package/dist-types/models/models_8.d.ts +166 -1
- package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +36 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +10 -3
- package/dist-types/ts3.4/models/models_2.d.ts +4 -7
- package/dist-types/ts3.4/models/models_3.d.ts +71 -57
- package/dist-types/ts3.4/models/models_4.d.ts +59 -52
- package/dist-types/ts3.4/models/models_5.d.ts +66 -85
- package/dist-types/ts3.4/models/models_6.d.ts +79 -73
- package/dist-types/ts3.4/models/models_7.d.ts +79 -46
- package/dist-types/ts3.4/models/models_8.d.ts +45 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +15 -15
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectTransitGatewayPeeringAttachmentRequest,
|
|
10
10
|
RejectTransitGatewayPeeringAttachmentResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectTransitGatewayPeeringAttachmentCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectTransitGatewayVpcAttachmentRequest,
|
|
10
10
|
RejectTransitGatewayVpcAttachmentResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectTransitGatewayVpcAttachmentCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectVpcEndpointConnectionsRequest,
|
|
10
10
|
RejectVpcEndpointConnectionsResult,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_8";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface RejectVpcEndpointConnectionsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../EC2Client";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
RejectVpcPeeringConnectionRequest,
|
|
10
|
+
RejectVpcPeeringConnectionResult,
|
|
11
|
+
} from "../models/models_8";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface RejectVpcPeeringConnectionCommandInput
|
|
@@ -251,6 +251,8 @@ export * from "./DescribeByoipCidrsCommand";
|
|
|
251
251
|
export * from "./DescribeCapacityBlockExtensionHistoryCommand";
|
|
252
252
|
export * from "./DescribeCapacityBlockExtensionOfferingsCommand";
|
|
253
253
|
export * from "./DescribeCapacityBlockOfferingsCommand";
|
|
254
|
+
export * from "./DescribeCapacityBlockStatusCommand";
|
|
255
|
+
export * from "./DescribeCapacityBlocksCommand";
|
|
254
256
|
export * from "./DescribeCapacityReservationBillingRequestsCommand";
|
|
255
257
|
export * from "./DescribeCapacityReservationFleetsCommand";
|
|
256
258
|
export * from "./DescribeCapacityReservationsCommand";
|
|
@@ -47,6 +47,7 @@ export declare const AcceleratorType: {
|
|
|
47
47
|
export type AcceleratorType =
|
|
48
48
|
(typeof AcceleratorType)[keyof typeof AcceleratorType];
|
|
49
49
|
export declare const ResourceType: {
|
|
50
|
+
readonly capacity_block: "capacity-block";
|
|
50
51
|
readonly capacity_reservation: "capacity-reservation";
|
|
51
52
|
readonly capacity_reservation_fleet: "capacity-reservation-fleet";
|
|
52
53
|
readonly carrier_gateway: "carrier-gateway";
|
|
@@ -157,6 +157,7 @@ export declare const CapacityReservationState: {
|
|
|
157
157
|
readonly payment_pending: "payment-pending";
|
|
158
158
|
readonly pending: "pending";
|
|
159
159
|
readonly scheduled: "scheduled";
|
|
160
|
+
readonly unavailable: "unavailable";
|
|
160
161
|
readonly unsupported: "unsupported";
|
|
161
162
|
};
|
|
162
163
|
export type CapacityReservationState =
|
|
@@ -189,6 +190,7 @@ export interface CapacityReservation {
|
|
|
189
190
|
UnusedReservationBillingOwnerId?: string | undefined;
|
|
190
191
|
CommitmentInfo?: CapacityReservationCommitmentInfo | undefined;
|
|
191
192
|
DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
|
|
193
|
+
CapacityBlockId?: string | undefined;
|
|
192
194
|
}
|
|
193
195
|
export interface CreateCapacityReservationResult {
|
|
194
196
|
CapacityReservation?: CapacityReservation | undefined;
|
|
@@ -2157,6 +2159,12 @@ export interface CreateImageRequest {
|
|
|
2157
2159
|
export interface CreateImageResult {
|
|
2158
2160
|
ImageId?: string | undefined;
|
|
2159
2161
|
}
|
|
2162
|
+
export declare const IpAddressType: {
|
|
2163
|
+
readonly dualstack: "dualstack";
|
|
2164
|
+
readonly ipv4: "ipv4";
|
|
2165
|
+
readonly ipv6: "ipv6";
|
|
2166
|
+
};
|
|
2167
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
2160
2168
|
export interface CreateInstanceConnectEndpointRequest {
|
|
2161
2169
|
DryRun?: boolean | undefined;
|
|
2162
2170
|
SubnetId: string | undefined;
|
|
@@ -2164,6 +2172,7 @@ export interface CreateInstanceConnectEndpointRequest {
|
|
|
2164
2172
|
PreserveClientIp?: boolean | undefined;
|
|
2165
2173
|
ClientToken?: string | undefined;
|
|
2166
2174
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
2175
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2167
2176
|
}
|
|
2168
2177
|
export declare const Ec2InstanceConnectEndpointState: {
|
|
2169
2178
|
readonly create_complete: "create-complete";
|
|
@@ -2191,6 +2200,7 @@ export interface Ec2InstanceConnectEndpoint {
|
|
|
2191
2200
|
PreserveClientIp?: boolean | undefined;
|
|
2192
2201
|
SecurityGroupIds?: string[] | undefined;
|
|
2193
2202
|
Tags?: Tag[] | undefined;
|
|
2203
|
+
IpAddressType?: IpAddressType | undefined;
|
|
2194
2204
|
}
|
|
2195
2205
|
export interface CreateInstanceConnectEndpointResult {
|
|
2196
2206
|
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
@@ -3011,9 +3021,6 @@ export interface ConnectionTrackingSpecification {
|
|
|
3011
3021
|
UdpTimeout?: number | undefined;
|
|
3012
3022
|
UdpStreamTimeout?: number | undefined;
|
|
3013
3023
|
}
|
|
3014
|
-
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
3015
|
-
EnaSrdUdpEnabled?: boolean | undefined;
|
|
3016
|
-
}
|
|
3017
3024
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
3018
3025
|
obj: CopySnapshotRequest
|
|
3019
3026
|
) => any;
|
|
@@ -39,13 +39,13 @@ import {
|
|
|
39
39
|
HostnameType,
|
|
40
40
|
InstanceBandwidthWeighting,
|
|
41
41
|
InstanceRequirements,
|
|
42
|
+
IpAddressType,
|
|
42
43
|
Ipv4PrefixSpecificationRequest,
|
|
43
44
|
Ipv6PrefixSpecificationRequest,
|
|
44
45
|
LaunchTemplateBlockDeviceMapping,
|
|
45
46
|
LaunchTemplateCapacityReservationSpecificationResponse,
|
|
46
47
|
LaunchTemplateCpuOptions,
|
|
47
48
|
LaunchTemplateElasticInferenceAcceleratorResponse,
|
|
48
|
-
LaunchTemplateEnaSrdUdpSpecification,
|
|
49
49
|
LaunchTemplateEnclaveOptions,
|
|
50
50
|
LaunchTemplateHibernationOptions,
|
|
51
51
|
LaunchTemplateIamInstanceProfileSpecification,
|
|
@@ -67,6 +67,9 @@ import {
|
|
|
67
67
|
VolumeType,
|
|
68
68
|
Vpc,
|
|
69
69
|
} from "./models_1";
|
|
70
|
+
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
71
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
72
|
+
}
|
|
70
73
|
export interface LaunchTemplateEnaSrdSpecification {
|
|
71
74
|
EnaSrdEnabled?: boolean | undefined;
|
|
72
75
|
EnaSrdUdpSpecification?: LaunchTemplateEnaSrdUdpSpecification | undefined;
|
|
@@ -2235,12 +2238,6 @@ export interface DnsOptionsSpecification {
|
|
|
2235
2238
|
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
2236
2239
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
2237
2240
|
}
|
|
2238
|
-
export declare const IpAddressType: {
|
|
2239
|
-
readonly dualstack: "dualstack";
|
|
2240
|
-
readonly ipv4: "ipv4";
|
|
2241
|
-
readonly ipv6: "ipv6";
|
|
2242
|
-
};
|
|
2243
|
-
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
2244
2241
|
export interface SubnetConfiguration {
|
|
2245
2242
|
SubnetId?: string | undefined;
|
|
2246
2243
|
Ipv4?: string | undefined;
|
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
BundleTask,
|
|
9
9
|
ByoipCidr,
|
|
10
10
|
CapacityReservationFleetState,
|
|
11
|
-
ClientVpnAuthorizationRuleStatus,
|
|
12
11
|
InstanceEventWindowState,
|
|
13
12
|
Tag,
|
|
14
13
|
TagSpecification,
|
|
@@ -41,7 +40,6 @@ import {
|
|
|
41
40
|
LaunchTemplate,
|
|
42
41
|
} from "./models_1";
|
|
43
42
|
import {
|
|
44
|
-
GroupIdentifier,
|
|
45
43
|
LocalGatewayRoute,
|
|
46
44
|
LocalGatewayRouteTable,
|
|
47
45
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -1434,6 +1432,8 @@ export interface DescribeCapacityBlockOfferingsRequest {
|
|
|
1434
1432
|
CapacityDurationHours: number | undefined;
|
|
1435
1433
|
NextToken?: string | undefined;
|
|
1436
1434
|
MaxResults?: number | undefined;
|
|
1435
|
+
UltraserverType?: string | undefined;
|
|
1436
|
+
UltraserverCount?: number | undefined;
|
|
1437
1437
|
}
|
|
1438
1438
|
export interface CapacityBlockOffering {
|
|
1439
1439
|
CapacityBlockOfferingId?: string | undefined;
|
|
@@ -1446,12 +1446,81 @@ export interface CapacityBlockOffering {
|
|
|
1446
1446
|
UpfrontFee?: string | undefined;
|
|
1447
1447
|
CurrencyCode?: string | undefined;
|
|
1448
1448
|
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1449
|
+
UltraserverType?: string | undefined;
|
|
1450
|
+
UltraserverCount?: number | undefined;
|
|
1449
1451
|
CapacityBlockDurationMinutes?: number | undefined;
|
|
1450
1452
|
}
|
|
1451
1453
|
export interface DescribeCapacityBlockOfferingsResult {
|
|
1452
1454
|
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
1453
1455
|
NextToken?: string | undefined;
|
|
1454
1456
|
}
|
|
1457
|
+
export interface DescribeCapacityBlocksRequest {
|
|
1458
|
+
CapacityBlockIds?: string[] | undefined;
|
|
1459
|
+
NextToken?: string | undefined;
|
|
1460
|
+
MaxResults?: number | undefined;
|
|
1461
|
+
Filters?: Filter[] | undefined;
|
|
1462
|
+
DryRun?: boolean | undefined;
|
|
1463
|
+
}
|
|
1464
|
+
export declare const CapacityBlockResourceState: {
|
|
1465
|
+
readonly active: "active";
|
|
1466
|
+
readonly cancelled: "cancelled";
|
|
1467
|
+
readonly expired: "expired";
|
|
1468
|
+
readonly failed: "failed";
|
|
1469
|
+
readonly payment_failed: "payment-failed";
|
|
1470
|
+
readonly payment_pending: "payment-pending";
|
|
1471
|
+
readonly scheduled: "scheduled";
|
|
1472
|
+
readonly unavailable: "unavailable";
|
|
1473
|
+
};
|
|
1474
|
+
export type CapacityBlockResourceState =
|
|
1475
|
+
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
1476
|
+
export interface CapacityBlock {
|
|
1477
|
+
CapacityBlockId?: string | undefined;
|
|
1478
|
+
UltraserverType?: string | undefined;
|
|
1479
|
+
AvailabilityZone?: string | undefined;
|
|
1480
|
+
AvailabilityZoneId?: string | undefined;
|
|
1481
|
+
CapacityReservationIds?: string[] | undefined;
|
|
1482
|
+
StartDate?: Date | undefined;
|
|
1483
|
+
EndDate?: Date | undefined;
|
|
1484
|
+
CreateDate?: Date | undefined;
|
|
1485
|
+
State?: CapacityBlockResourceState | undefined;
|
|
1486
|
+
Tags?: Tag[] | undefined;
|
|
1487
|
+
}
|
|
1488
|
+
export interface DescribeCapacityBlocksResult {
|
|
1489
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
1490
|
+
NextToken?: string | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface DescribeCapacityBlockStatusRequest {
|
|
1493
|
+
CapacityBlockIds?: string[] | undefined;
|
|
1494
|
+
NextToken?: string | undefined;
|
|
1495
|
+
MaxResults?: number | undefined;
|
|
1496
|
+
Filters?: Filter[] | undefined;
|
|
1497
|
+
DryRun?: boolean | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
export interface CapacityReservationStatus {
|
|
1500
|
+
CapacityReservationId?: string | undefined;
|
|
1501
|
+
TotalCapacity?: number | undefined;
|
|
1502
|
+
TotalAvailableCapacity?: number | undefined;
|
|
1503
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
1504
|
+
}
|
|
1505
|
+
export declare const CapacityBlockInterconnectStatus: {
|
|
1506
|
+
readonly impaired: "impaired";
|
|
1507
|
+
readonly insufficient_data: "insufficient-data";
|
|
1508
|
+
readonly ok: "ok";
|
|
1509
|
+
};
|
|
1510
|
+
export type CapacityBlockInterconnectStatus =
|
|
1511
|
+
(typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
1512
|
+
export interface CapacityBlockStatus {
|
|
1513
|
+
CapacityBlockId?: string | undefined;
|
|
1514
|
+
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
1515
|
+
TotalCapacity?: number | undefined;
|
|
1516
|
+
TotalAvailableCapacity?: number | undefined;
|
|
1517
|
+
TotalUnavailableCapacity?: number | undefined;
|
|
1518
|
+
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
1519
|
+
}
|
|
1520
|
+
export interface DescribeCapacityBlockStatusResult {
|
|
1521
|
+
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
1522
|
+
NextToken?: string | undefined;
|
|
1523
|
+
}
|
|
1455
1524
|
export declare const CallerRole: {
|
|
1456
1525
|
readonly odcr_owner: "odcr-owner";
|
|
1457
1526
|
readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
|
|
@@ -1539,61 +1608,6 @@ export interface DescribeCarrierGatewaysRequest {
|
|
|
1539
1608
|
NextToken?: string | undefined;
|
|
1540
1609
|
DryRun?: boolean | undefined;
|
|
1541
1610
|
}
|
|
1542
|
-
export interface DescribeCarrierGatewaysResult {
|
|
1543
|
-
CarrierGateways?: CarrierGateway[] | undefined;
|
|
1544
|
-
NextToken?: string | undefined;
|
|
1545
|
-
}
|
|
1546
|
-
export interface DescribeClassicLinkInstancesRequest {
|
|
1547
|
-
DryRun?: boolean | undefined;
|
|
1548
|
-
InstanceIds?: string[] | undefined;
|
|
1549
|
-
Filters?: Filter[] | undefined;
|
|
1550
|
-
NextToken?: string | undefined;
|
|
1551
|
-
MaxResults?: number | undefined;
|
|
1552
|
-
}
|
|
1553
|
-
export interface ClassicLinkInstance {
|
|
1554
|
-
Groups?: GroupIdentifier[] | undefined;
|
|
1555
|
-
InstanceId?: string | undefined;
|
|
1556
|
-
Tags?: Tag[] | undefined;
|
|
1557
|
-
VpcId?: string | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface DescribeClassicLinkInstancesResult {
|
|
1560
|
-
Instances?: ClassicLinkInstance[] | undefined;
|
|
1561
|
-
NextToken?: string | undefined;
|
|
1562
|
-
}
|
|
1563
|
-
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
1564
|
-
ClientVpnEndpointId: string | undefined;
|
|
1565
|
-
DryRun?: boolean | undefined;
|
|
1566
|
-
NextToken?: string | undefined;
|
|
1567
|
-
Filters?: Filter[] | undefined;
|
|
1568
|
-
MaxResults?: number | undefined;
|
|
1569
|
-
}
|
|
1570
|
-
export interface AuthorizationRule {
|
|
1571
|
-
ClientVpnEndpointId?: string | undefined;
|
|
1572
|
-
Description?: string | undefined;
|
|
1573
|
-
GroupId?: string | undefined;
|
|
1574
|
-
AccessAll?: boolean | undefined;
|
|
1575
|
-
DestinationCidr?: string | undefined;
|
|
1576
|
-
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
1577
|
-
}
|
|
1578
|
-
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
1579
|
-
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
1580
|
-
NextToken?: string | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface DescribeClientVpnConnectionsRequest {
|
|
1583
|
-
ClientVpnEndpointId: string | undefined;
|
|
1584
|
-
Filters?: Filter[] | undefined;
|
|
1585
|
-
NextToken?: string | undefined;
|
|
1586
|
-
MaxResults?: number | undefined;
|
|
1587
|
-
DryRun?: boolean | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export declare const ClientVpnConnectionStatusCode: {
|
|
1590
|
-
readonly active: "active";
|
|
1591
|
-
readonly failed_to_terminate: "failed-to-terminate";
|
|
1592
|
-
readonly terminated: "terminated";
|
|
1593
|
-
readonly terminating: "terminating";
|
|
1594
|
-
};
|
|
1595
|
-
export type ClientVpnConnectionStatusCode =
|
|
1596
|
-
(typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
1597
1611
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1598
1612
|
obj: VpnTunnelOptionsSpecification
|
|
1599
1613
|
) => any;
|
|
@@ -5,13 +5,13 @@ import {
|
|
|
5
5
|
AssociationStatus,
|
|
6
6
|
AttachmentStatus,
|
|
7
7
|
AutoPlacement,
|
|
8
|
+
ClientVpnAuthorizationRuleStatus,
|
|
8
9
|
CurrencyCodeValues,
|
|
9
10
|
HostMaintenance,
|
|
10
11
|
HostRecovery,
|
|
11
12
|
IamInstanceProfile,
|
|
12
13
|
IamInstanceProfileAssociation,
|
|
13
14
|
InstanceEventWindow,
|
|
14
|
-
IpamResourceDiscoveryAssociation,
|
|
15
15
|
Tag,
|
|
16
16
|
} from "./models_0";
|
|
17
17
|
import {
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
BlockDeviceMapping,
|
|
22
22
|
CapacityReservationPreference,
|
|
23
23
|
CapacityReservationTargetResponse,
|
|
24
|
+
CarrierGateway,
|
|
24
25
|
ClientVpnAuthenticationType,
|
|
25
26
|
ClientVpnEndpointStatus,
|
|
26
27
|
ClientVpnRouteStatus,
|
|
@@ -44,11 +45,9 @@ import {
|
|
|
44
45
|
InstanceBandwidthWeighting,
|
|
45
46
|
InstanceLifecycle,
|
|
46
47
|
InternetGateway,
|
|
47
|
-
Ipam,
|
|
48
48
|
IpamExternalResourceVerificationToken,
|
|
49
49
|
IpamPool,
|
|
50
50
|
IpamResourceDiscovery,
|
|
51
|
-
IpamScope,
|
|
52
51
|
LaunchTemplateAndOverridesResponse,
|
|
53
52
|
LogDestinationType,
|
|
54
53
|
OperatorResponse,
|
|
@@ -68,12 +67,66 @@ import {
|
|
|
68
67
|
} from "./models_2";
|
|
69
68
|
import {
|
|
70
69
|
Byoasn,
|
|
71
|
-
ClientVpnConnectionStatusCode,
|
|
72
70
|
Filter,
|
|
73
71
|
FleetStateCode,
|
|
74
72
|
IdFormat,
|
|
75
73
|
InstanceTagNotificationAttribute,
|
|
76
74
|
} from "./models_3";
|
|
75
|
+
export interface DescribeCarrierGatewaysResult {
|
|
76
|
+
CarrierGateways?: CarrierGateway[] | undefined;
|
|
77
|
+
NextToken?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
export interface DescribeClassicLinkInstancesRequest {
|
|
80
|
+
DryRun?: boolean | undefined;
|
|
81
|
+
InstanceIds?: string[] | undefined;
|
|
82
|
+
Filters?: Filter[] | undefined;
|
|
83
|
+
NextToken?: string | undefined;
|
|
84
|
+
MaxResults?: number | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface ClassicLinkInstance {
|
|
87
|
+
Groups?: GroupIdentifier[] | undefined;
|
|
88
|
+
InstanceId?: string | undefined;
|
|
89
|
+
Tags?: Tag[] | undefined;
|
|
90
|
+
VpcId?: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface DescribeClassicLinkInstancesResult {
|
|
93
|
+
Instances?: ClassicLinkInstance[] | undefined;
|
|
94
|
+
NextToken?: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface DescribeClientVpnAuthorizationRulesRequest {
|
|
97
|
+
ClientVpnEndpointId: string | undefined;
|
|
98
|
+
DryRun?: boolean | undefined;
|
|
99
|
+
NextToken?: string | undefined;
|
|
100
|
+
Filters?: Filter[] | undefined;
|
|
101
|
+
MaxResults?: number | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface AuthorizationRule {
|
|
104
|
+
ClientVpnEndpointId?: string | undefined;
|
|
105
|
+
Description?: string | undefined;
|
|
106
|
+
GroupId?: string | undefined;
|
|
107
|
+
AccessAll?: boolean | undefined;
|
|
108
|
+
DestinationCidr?: string | undefined;
|
|
109
|
+
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface DescribeClientVpnAuthorizationRulesResult {
|
|
112
|
+
AuthorizationRules?: AuthorizationRule[] | undefined;
|
|
113
|
+
NextToken?: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface DescribeClientVpnConnectionsRequest {
|
|
116
|
+
ClientVpnEndpointId: string | undefined;
|
|
117
|
+
Filters?: Filter[] | undefined;
|
|
118
|
+
NextToken?: string | undefined;
|
|
119
|
+
MaxResults?: number | undefined;
|
|
120
|
+
DryRun?: boolean | undefined;
|
|
121
|
+
}
|
|
122
|
+
export declare const ClientVpnConnectionStatusCode: {
|
|
123
|
+
readonly active: "active";
|
|
124
|
+
readonly failed_to_terminate: "failed-to-terminate";
|
|
125
|
+
readonly terminated: "terminated";
|
|
126
|
+
readonly terminating: "terminating";
|
|
127
|
+
};
|
|
128
|
+
export type ClientVpnConnectionStatusCode =
|
|
129
|
+
(typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
77
130
|
export interface ClientVpnConnectionStatus {
|
|
78
131
|
Code?: ClientVpnConnectionStatusCode | undefined;
|
|
79
132
|
Message?: string | undefined;
|
|
@@ -1504,6 +1557,7 @@ export interface Instance {
|
|
|
1504
1557
|
Tags?: Tag[] | undefined;
|
|
1505
1558
|
VirtualizationType?: VirtualizationType | undefined;
|
|
1506
1559
|
CpuOptions?: CpuOptions | undefined;
|
|
1560
|
+
CapacityBlockId?: string | undefined;
|
|
1507
1561
|
CapacityReservationId?: string | undefined;
|
|
1508
1562
|
CapacityReservationSpecification?:
|
|
1509
1563
|
| CapacityReservationSpecificationResponse
|
|
@@ -1646,6 +1700,7 @@ export interface InstanceTopology {
|
|
|
1646
1700
|
NetworkNodes?: string[] | undefined;
|
|
1647
1701
|
AvailabilityZone?: string | undefined;
|
|
1648
1702
|
ZoneId?: string | undefined;
|
|
1703
|
+
CapacityBlockId?: string | undefined;
|
|
1649
1704
|
}
|
|
1650
1705
|
export interface DescribeInstanceTopologyResult {
|
|
1651
1706
|
Instances?: InstanceTopology[] | undefined;
|
|
@@ -2051,54 +2106,6 @@ export interface DescribeIpamResourceDiscoveryAssociationsRequest {
|
|
|
2051
2106
|
MaxResults?: number | undefined;
|
|
2052
2107
|
Filters?: Filter[] | undefined;
|
|
2053
2108
|
}
|
|
2054
|
-
export interface DescribeIpamResourceDiscoveryAssociationsResult {
|
|
2055
|
-
IpamResourceDiscoveryAssociations?:
|
|
2056
|
-
| IpamResourceDiscoveryAssociation[]
|
|
2057
|
-
| undefined;
|
|
2058
|
-
NextToken?: string | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
export interface DescribeIpamsRequest {
|
|
2061
|
-
DryRun?: boolean | undefined;
|
|
2062
|
-
Filters?: Filter[] | undefined;
|
|
2063
|
-
MaxResults?: number | undefined;
|
|
2064
|
-
NextToken?: string | undefined;
|
|
2065
|
-
IpamIds?: string[] | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeIpamsResult {
|
|
2068
|
-
NextToken?: string | undefined;
|
|
2069
|
-
Ipams?: Ipam[] | undefined;
|
|
2070
|
-
}
|
|
2071
|
-
export interface DescribeIpamScopesRequest {
|
|
2072
|
-
DryRun?: boolean | undefined;
|
|
2073
|
-
Filters?: Filter[] | undefined;
|
|
2074
|
-
MaxResults?: number | undefined;
|
|
2075
|
-
NextToken?: string | undefined;
|
|
2076
|
-
IpamScopeIds?: string[] | undefined;
|
|
2077
|
-
}
|
|
2078
|
-
export interface DescribeIpamScopesResult {
|
|
2079
|
-
NextToken?: string | undefined;
|
|
2080
|
-
IpamScopes?: IpamScope[] | undefined;
|
|
2081
|
-
}
|
|
2082
|
-
export interface DescribeIpv6PoolsRequest {
|
|
2083
|
-
PoolIds?: string[] | undefined;
|
|
2084
|
-
NextToken?: string | undefined;
|
|
2085
|
-
MaxResults?: number | undefined;
|
|
2086
|
-
DryRun?: boolean | undefined;
|
|
2087
|
-
Filters?: Filter[] | undefined;
|
|
2088
|
-
}
|
|
2089
|
-
export interface PoolCidrBlock {
|
|
2090
|
-
Cidr?: string | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
export interface Ipv6Pool {
|
|
2093
|
-
PoolId?: string | undefined;
|
|
2094
|
-
Description?: string | undefined;
|
|
2095
|
-
PoolCidrBlocks?: PoolCidrBlock[] | undefined;
|
|
2096
|
-
Tags?: Tag[] | undefined;
|
|
2097
|
-
}
|
|
2098
|
-
export interface DescribeIpv6PoolsResult {
|
|
2099
|
-
Ipv6Pools?: Ipv6Pool[] | undefined;
|
|
2100
|
-
NextToken?: string | undefined;
|
|
2101
|
-
}
|
|
2102
2109
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2103
2110
|
obj: DiskImageDescription
|
|
2104
2111
|
) => any;
|