@aws-sdk/client-ec2 3.842.0 → 3.844.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 +679 -169
- 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 +1 -0
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -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 +359 -60
- package/dist-es/waiters/index.js +4 -2
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
- package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
- 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/AssociateSecurityGroupVpcCommand.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 +1 -1
- 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/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/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/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -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 +2 -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/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 +14 -2
- 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 +217 -381
- package/dist-types/models/models_6.d.ts +381 -294
- package/dist-types/models/models_7.d.ts +301 -145
- package/dist-types/models/models_8.d.ts +141 -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 +2 -4
- 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/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
- 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/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 +2 -0
- 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 +53 -72
- package/dist-types/ts3.4/models/models_6.d.ts +67 -54
- package/dist-types/ts3.4/models/models_7.d.ts +56 -38
- package/dist-types/ts3.4/models/models_8.d.ts +38 -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/dist-types/ts3.4/waiters/index.d.ts +4 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -2
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
- package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
- package/package.json +15 -15
|
@@ -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;
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
ActiveInstance,
|
|
3
3
|
ActivityStatus,
|
|
4
4
|
AllocationStrategy,
|
|
5
|
-
AllowedPrincipal,
|
|
6
5
|
AlternatePathHint,
|
|
7
6
|
BatchState,
|
|
8
7
|
CurrencyCodeValues,
|
|
9
8
|
Explanation,
|
|
10
9
|
IamInstanceProfileSpecification,
|
|
10
|
+
IpamResourceDiscoveryAssociation,
|
|
11
11
|
IpPermission,
|
|
12
12
|
PathComponent,
|
|
13
13
|
ReservedInstancesListing,
|
|
@@ -25,7 +25,6 @@ import {
|
|
|
25
25
|
UserIdGroupPair,
|
|
26
26
|
VerifiedAccessInstance,
|
|
27
27
|
VerifiedAccessTrustProvider,
|
|
28
|
-
VpcPeeringConnection,
|
|
29
28
|
} from "./models_0";
|
|
30
29
|
import {
|
|
31
30
|
_InstanceType,
|
|
@@ -37,6 +36,8 @@ import {
|
|
|
37
36
|
FleetType,
|
|
38
37
|
InstanceInterruptionBehavior,
|
|
39
38
|
InstanceRequirements,
|
|
39
|
+
Ipam,
|
|
40
|
+
IpamScope,
|
|
40
41
|
Ipv4PrefixSpecificationRequest,
|
|
41
42
|
Ipv6PrefixSpecificationRequest,
|
|
42
43
|
KeyType,
|
|
@@ -97,22 +98,61 @@ import {
|
|
|
97
98
|
VpcBlockPublicAccessExclusion,
|
|
98
99
|
VpcEndpoint,
|
|
99
100
|
} from "./models_2";
|
|
100
|
-
import {
|
|
101
|
-
ConnectionNotification,
|
|
102
|
-
DnsNameState,
|
|
103
|
-
Filter,
|
|
104
|
-
IdFormat,
|
|
105
|
-
PayerResponsibility,
|
|
106
|
-
ServiceConfiguration,
|
|
107
|
-
ServiceConnectivityType,
|
|
108
|
-
ServiceTypeDetail,
|
|
109
|
-
} from "./models_3";
|
|
101
|
+
import { ConnectionNotification, Filter, IdFormat } from "./models_3";
|
|
110
102
|
import {
|
|
111
103
|
AttributeBooleanValue,
|
|
112
104
|
EventInformation,
|
|
113
105
|
PermissionGroup,
|
|
114
106
|
ProductCode,
|
|
115
107
|
} from "./models_4";
|
|
108
|
+
export interface DescribeIpamResourceDiscoveryAssociationsResult {
|
|
109
|
+
IpamResourceDiscoveryAssociations?:
|
|
110
|
+
| IpamResourceDiscoveryAssociation[]
|
|
111
|
+
| undefined;
|
|
112
|
+
NextToken?: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface DescribeIpamsRequest {
|
|
115
|
+
DryRun?: boolean | undefined;
|
|
116
|
+
Filters?: Filter[] | undefined;
|
|
117
|
+
MaxResults?: number | undefined;
|
|
118
|
+
NextToken?: string | undefined;
|
|
119
|
+
IpamIds?: string[] | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeIpamsResult {
|
|
122
|
+
NextToken?: string | undefined;
|
|
123
|
+
Ipams?: Ipam[] | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface DescribeIpamScopesRequest {
|
|
126
|
+
DryRun?: boolean | undefined;
|
|
127
|
+
Filters?: Filter[] | undefined;
|
|
128
|
+
MaxResults?: number | undefined;
|
|
129
|
+
NextToken?: string | undefined;
|
|
130
|
+
IpamScopeIds?: string[] | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface DescribeIpamScopesResult {
|
|
133
|
+
NextToken?: string | undefined;
|
|
134
|
+
IpamScopes?: IpamScope[] | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeIpv6PoolsRequest {
|
|
137
|
+
PoolIds?: string[] | undefined;
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
MaxResults?: number | undefined;
|
|
140
|
+
DryRun?: boolean | undefined;
|
|
141
|
+
Filters?: Filter[] | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface PoolCidrBlock {
|
|
144
|
+
Cidr?: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface Ipv6Pool {
|
|
147
|
+
PoolId?: string | undefined;
|
|
148
|
+
Description?: string | undefined;
|
|
149
|
+
PoolCidrBlocks?: PoolCidrBlock[] | undefined;
|
|
150
|
+
Tags?: Tag[] | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DescribeIpv6PoolsResult {
|
|
153
|
+
Ipv6Pools?: Ipv6Pool[] | undefined;
|
|
154
|
+
NextToken?: string | undefined;
|
|
155
|
+
}
|
|
116
156
|
export interface DescribeKeyPairsRequest {
|
|
117
157
|
KeyNames?: string[] | undefined;
|
|
118
158
|
KeyPairIds?: string[] | undefined;
|
|
@@ -948,6 +988,7 @@ export interface SecurityGroupVpcAssociation {
|
|
|
948
988
|
VpcOwnerId?: string | undefined;
|
|
949
989
|
State?: SecurityGroupVpcAssociationState | undefined;
|
|
950
990
|
StateReason?: string | undefined;
|
|
991
|
+
GroupOwnerId?: string | undefined;
|
|
951
992
|
}
|
|
952
993
|
export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
953
994
|
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
|
|
@@ -2008,66 +2049,6 @@ export interface DescribeVpcEndpointServiceConfigurationsRequest {
|
|
|
2008
2049
|
MaxResults?: number | undefined;
|
|
2009
2050
|
NextToken?: string | undefined;
|
|
2010
2051
|
}
|
|
2011
|
-
export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
2012
|
-
ServiceConfigurations?: ServiceConfiguration[] | undefined;
|
|
2013
|
-
NextToken?: string | undefined;
|
|
2014
|
-
}
|
|
2015
|
-
export interface DescribeVpcEndpointServicePermissionsRequest {
|
|
2016
|
-
DryRun?: boolean | undefined;
|
|
2017
|
-
ServiceId: string | undefined;
|
|
2018
|
-
Filters?: Filter[] | undefined;
|
|
2019
|
-
MaxResults?: number | undefined;
|
|
2020
|
-
NextToken?: string | undefined;
|
|
2021
|
-
}
|
|
2022
|
-
export interface DescribeVpcEndpointServicePermissionsResult {
|
|
2023
|
-
AllowedPrincipals?: AllowedPrincipal[] | undefined;
|
|
2024
|
-
NextToken?: string | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export interface DescribeVpcEndpointServicesRequest {
|
|
2027
|
-
DryRun?: boolean | undefined;
|
|
2028
|
-
ServiceNames?: string[] | undefined;
|
|
2029
|
-
Filters?: Filter[] | undefined;
|
|
2030
|
-
MaxResults?: number | undefined;
|
|
2031
|
-
NextToken?: string | undefined;
|
|
2032
|
-
ServiceRegions?: string[] | undefined;
|
|
2033
|
-
}
|
|
2034
|
-
export interface PrivateDnsDetails {
|
|
2035
|
-
PrivateDnsName?: string | undefined;
|
|
2036
|
-
}
|
|
2037
|
-
export interface ServiceDetail {
|
|
2038
|
-
ServiceName?: string | undefined;
|
|
2039
|
-
ServiceId?: string | undefined;
|
|
2040
|
-
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
2041
|
-
ServiceRegion?: string | undefined;
|
|
2042
|
-
AvailabilityZones?: string[] | undefined;
|
|
2043
|
-
Owner?: string | undefined;
|
|
2044
|
-
BaseEndpointDnsNames?: string[] | undefined;
|
|
2045
|
-
PrivateDnsName?: string | undefined;
|
|
2046
|
-
PrivateDnsNames?: PrivateDnsDetails[] | undefined;
|
|
2047
|
-
VpcEndpointPolicySupported?: boolean | undefined;
|
|
2048
|
-
AcceptanceRequired?: boolean | undefined;
|
|
2049
|
-
ManagesVpcEndpoints?: boolean | undefined;
|
|
2050
|
-
PayerResponsibility?: PayerResponsibility | undefined;
|
|
2051
|
-
Tags?: Tag[] | undefined;
|
|
2052
|
-
PrivateDnsNameVerificationState?: DnsNameState | undefined;
|
|
2053
|
-
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DescribeVpcEndpointServicesResult {
|
|
2056
|
-
ServiceNames?: string[] | undefined;
|
|
2057
|
-
ServiceDetails?: ServiceDetail[] | undefined;
|
|
2058
|
-
NextToken?: string | undefined;
|
|
2059
|
-
}
|
|
2060
|
-
export interface DescribeVpcPeeringConnectionsRequest {
|
|
2061
|
-
NextToken?: string | undefined;
|
|
2062
|
-
MaxResults?: number | undefined;
|
|
2063
|
-
DryRun?: boolean | undefined;
|
|
2064
|
-
VpcPeeringConnectionIds?: string[] | undefined;
|
|
2065
|
-
Filters?: Filter[] | undefined;
|
|
2066
|
-
}
|
|
2067
|
-
export interface DescribeVpcPeeringConnectionsResult {
|
|
2068
|
-
VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
|
|
2069
|
-
NextToken?: string | undefined;
|
|
2070
|
-
}
|
|
2071
2052
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2072
2053
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2073
2054
|
) => any;
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
AddressTransfer,
|
|
5
5
|
AllowedImagesSettingsDisabledState,
|
|
6
6
|
AllowedImagesSettingsEnabledState,
|
|
7
|
+
AllowedPrincipal,
|
|
7
8
|
AsnAssociation,
|
|
8
9
|
AssociationStatus,
|
|
9
10
|
CurrencyCodeValues,
|
|
@@ -15,7 +16,6 @@ import {
|
|
|
15
16
|
NatGatewayAddress,
|
|
16
17
|
RouteServerAssociation,
|
|
17
18
|
SecurityGroupVpcAssociationState,
|
|
18
|
-
SubnetAssociation,
|
|
19
19
|
SubnetIpv6CidrBlockAssociation,
|
|
20
20
|
Tag,
|
|
21
21
|
TagSpecification,
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
VerifiedAccessTrustProvider,
|
|
30
30
|
VpcCidrBlockAssociation,
|
|
31
31
|
VpcIpv6CidrBlockAssociation,
|
|
32
|
+
VpcPeeringConnection,
|
|
32
33
|
} from "./models_0";
|
|
33
34
|
import {
|
|
34
35
|
CapacityReservationState,
|
|
@@ -43,13 +44,17 @@ import {
|
|
|
43
44
|
NetworkInsightsAccessScopeContent,
|
|
44
45
|
ResponseLaunchTemplateData,
|
|
45
46
|
SSEType,
|
|
46
|
-
SubnetCidrReservation,
|
|
47
47
|
} from "./models_2";
|
|
48
48
|
import {
|
|
49
|
+
DnsNameState,
|
|
49
50
|
Filter,
|
|
50
51
|
IpamPoolCidr,
|
|
51
52
|
MetricType,
|
|
53
|
+
PayerResponsibility,
|
|
52
54
|
PeriodType,
|
|
55
|
+
ServiceConfiguration,
|
|
56
|
+
ServiceConnectivityType,
|
|
57
|
+
ServiceTypeDetail,
|
|
53
58
|
StatisticType,
|
|
54
59
|
VpnConnection,
|
|
55
60
|
VpnGateway,
|
|
@@ -69,6 +74,66 @@ import {
|
|
|
69
74
|
VirtualizationType,
|
|
70
75
|
} from "./models_4";
|
|
71
76
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
77
|
+
export interface DescribeVpcEndpointServiceConfigurationsResult {
|
|
78
|
+
ServiceConfigurations?: ServiceConfiguration[] | undefined;
|
|
79
|
+
NextToken?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface DescribeVpcEndpointServicePermissionsRequest {
|
|
82
|
+
DryRun?: boolean | undefined;
|
|
83
|
+
ServiceId: string | undefined;
|
|
84
|
+
Filters?: Filter[] | undefined;
|
|
85
|
+
MaxResults?: number | undefined;
|
|
86
|
+
NextToken?: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface DescribeVpcEndpointServicePermissionsResult {
|
|
89
|
+
AllowedPrincipals?: AllowedPrincipal[] | undefined;
|
|
90
|
+
NextToken?: string | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface DescribeVpcEndpointServicesRequest {
|
|
93
|
+
DryRun?: boolean | undefined;
|
|
94
|
+
ServiceNames?: string[] | undefined;
|
|
95
|
+
Filters?: Filter[] | undefined;
|
|
96
|
+
MaxResults?: number | undefined;
|
|
97
|
+
NextToken?: string | undefined;
|
|
98
|
+
ServiceRegions?: string[] | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface PrivateDnsDetails {
|
|
101
|
+
PrivateDnsName?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface ServiceDetail {
|
|
104
|
+
ServiceName?: string | undefined;
|
|
105
|
+
ServiceId?: string | undefined;
|
|
106
|
+
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
107
|
+
ServiceRegion?: string | undefined;
|
|
108
|
+
AvailabilityZones?: string[] | undefined;
|
|
109
|
+
Owner?: string | undefined;
|
|
110
|
+
BaseEndpointDnsNames?: string[] | undefined;
|
|
111
|
+
PrivateDnsName?: string | undefined;
|
|
112
|
+
PrivateDnsNames?: PrivateDnsDetails[] | undefined;
|
|
113
|
+
VpcEndpointPolicySupported?: boolean | undefined;
|
|
114
|
+
AcceptanceRequired?: boolean | undefined;
|
|
115
|
+
ManagesVpcEndpoints?: boolean | undefined;
|
|
116
|
+
PayerResponsibility?: PayerResponsibility | undefined;
|
|
117
|
+
Tags?: Tag[] | undefined;
|
|
118
|
+
PrivateDnsNameVerificationState?: DnsNameState | undefined;
|
|
119
|
+
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeVpcEndpointServicesResult {
|
|
122
|
+
ServiceNames?: string[] | undefined;
|
|
123
|
+
ServiceDetails?: ServiceDetail[] | undefined;
|
|
124
|
+
NextToken?: string | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface DescribeVpcPeeringConnectionsRequest {
|
|
127
|
+
NextToken?: string | undefined;
|
|
128
|
+
MaxResults?: number | undefined;
|
|
129
|
+
DryRun?: boolean | undefined;
|
|
130
|
+
VpcPeeringConnectionIds?: string[] | undefined;
|
|
131
|
+
Filters?: Filter[] | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface DescribeVpcPeeringConnectionsResult {
|
|
134
|
+
VpcPeeringConnections?: VpcPeeringConnection[] | undefined;
|
|
135
|
+
NextToken?: string | undefined;
|
|
136
|
+
}
|
|
72
137
|
export interface DescribeVpcsRequest {
|
|
73
138
|
Filters?: Filter[] | undefined;
|
|
74
139
|
VpcIds?: string[] | undefined;
|
|
@@ -1576,58 +1641,6 @@ export interface GetSpotPlacementScoresRequest {
|
|
|
1576
1641
|
MaxResults?: number | undefined;
|
|
1577
1642
|
NextToken?: string | undefined;
|
|
1578
1643
|
}
|
|
1579
|
-
export interface SpotPlacementScore {
|
|
1580
|
-
Region?: string | undefined;
|
|
1581
|
-
AvailabilityZoneId?: string | undefined;
|
|
1582
|
-
Score?: number | undefined;
|
|
1583
|
-
}
|
|
1584
|
-
export interface GetSpotPlacementScoresResult {
|
|
1585
|
-
SpotPlacementScores?: SpotPlacementScore[] | undefined;
|
|
1586
|
-
NextToken?: string | undefined;
|
|
1587
|
-
}
|
|
1588
|
-
export interface GetSubnetCidrReservationsRequest {
|
|
1589
|
-
Filters?: Filter[] | undefined;
|
|
1590
|
-
SubnetId: string | undefined;
|
|
1591
|
-
DryRun?: boolean | undefined;
|
|
1592
|
-
NextToken?: string | undefined;
|
|
1593
|
-
MaxResults?: number | undefined;
|
|
1594
|
-
}
|
|
1595
|
-
export interface GetSubnetCidrReservationsResult {
|
|
1596
|
-
SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
1597
|
-
SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
1598
|
-
NextToken?: string | undefined;
|
|
1599
|
-
}
|
|
1600
|
-
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
1601
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1602
|
-
Filters?: Filter[] | undefined;
|
|
1603
|
-
MaxResults?: number | undefined;
|
|
1604
|
-
NextToken?: string | undefined;
|
|
1605
|
-
DryRun?: boolean | undefined;
|
|
1606
|
-
}
|
|
1607
|
-
export interface TransitGatewayAttachmentPropagation {
|
|
1608
|
-
TransitGatewayRouteTableId?: string | undefined;
|
|
1609
|
-
State?: TransitGatewayPropagationState | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
1612
|
-
TransitGatewayAttachmentPropagations?:
|
|
1613
|
-
| TransitGatewayAttachmentPropagation[]
|
|
1614
|
-
| undefined;
|
|
1615
|
-
NextToken?: string | undefined;
|
|
1616
|
-
}
|
|
1617
|
-
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
1618
|
-
TransitGatewayMulticastDomainId: string | undefined;
|
|
1619
|
-
Filters?: Filter[] | undefined;
|
|
1620
|
-
MaxResults?: number | undefined;
|
|
1621
|
-
NextToken?: string | undefined;
|
|
1622
|
-
DryRun?: boolean | undefined;
|
|
1623
|
-
}
|
|
1624
|
-
export interface TransitGatewayMulticastDomainAssociation {
|
|
1625
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1626
|
-
ResourceId?: string | undefined;
|
|
1627
|
-
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
1628
|
-
ResourceOwnerId?: string | undefined;
|
|
1629
|
-
Subnet?: SubnetAssociation | undefined;
|
|
1630
|
-
}
|
|
1631
1644
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1632
1645
|
obj: DescribeVpnConnectionsResult
|
|
1633
1646
|
) => any;
|