@aws-sdk/client-ec2 3.453.0 → 3.455.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/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +15 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -24
- package/dist-cjs/models/models_7.js +23 -1
- package/dist-cjs/protocols/Aws_ec2.js +815 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +13 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -23
- package/dist-es/models/models_7.js +22 -1
- package/dist-es/protocols/Aws_ec2.js +778 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +6 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -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 +2 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +123 -105
- package/dist-types/models/models_1.d.ts +296 -347
- package/dist-types/models/models_2.d.ts +404 -184
- package/dist-types/models/models_3.d.ts +258 -535
- package/dist-types/models/models_4.d.ts +1882 -1944
- package/dist-types/models/models_5.d.ts +3701 -3495
- package/dist-types/models/models_6.d.ts +4435 -4347
- package/dist-types/models/models_7.d.ts +740 -5
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -28
- package/dist-types/ts3.4/models/models_1.d.ts +72 -92
- package/dist-types/ts3.4/models/models_2.d.ts +107 -46
- package/dist-types/ts3.4/models/models_3.d.ts +69 -128
- package/dist-types/ts3.4/models/models_4.d.ts +149 -124
- package/dist-types/ts3.4/models/models_5.d.ts +202 -180
- package/dist-types/ts3.4/models/models_6.d.ts +205 -189
- package/dist-types/ts3.4/models/models_7.d.ts +188 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -10,14 +10,12 @@ import {
|
|
|
10
10
|
AllocationState,
|
|
11
11
|
AllowsMultipleInstanceTypes,
|
|
12
12
|
AssociationStatus,
|
|
13
|
-
AttachmentStatus,
|
|
14
13
|
AutoPlacement,
|
|
15
14
|
BundleTask,
|
|
16
15
|
ByoipCidr,
|
|
17
16
|
CapacityReservation,
|
|
18
17
|
CapacityReservationFleetState,
|
|
19
18
|
CapacityReservationTenancy,
|
|
20
|
-
CarrierGateway,
|
|
21
19
|
ClientVpnAuthorizationRuleStatus,
|
|
22
20
|
CurrencyCodeValues,
|
|
23
21
|
FleetCapacityReservation,
|
|
@@ -36,6 +34,7 @@ import {
|
|
|
36
34
|
import {
|
|
37
35
|
AttributeValue,
|
|
38
36
|
BlockDeviceMapping,
|
|
37
|
+
CarrierGateway,
|
|
39
38
|
ClientVpnAuthenticationType,
|
|
40
39
|
ClientVpnEndpointStatus,
|
|
41
40
|
ClientVpnRouteStatus,
|
|
@@ -45,7 +44,6 @@ import {
|
|
|
45
44
|
DestinationFileFormat,
|
|
46
45
|
DhcpOptions,
|
|
47
46
|
DiskImageFormat,
|
|
48
|
-
Ec2InstanceConnectEndpoint,
|
|
49
47
|
EgressOnlyInternetGateway,
|
|
50
48
|
ExportTask,
|
|
51
49
|
FleetCapacityReservationUsageStrategy,
|
|
@@ -82,6 +80,51 @@ import {
|
|
|
82
80
|
VerifiedAccessEndpoint,
|
|
83
81
|
VerifiedAccessGroup,
|
|
84
82
|
} from "./models_2";
|
|
83
|
+
export interface DeleteNatGatewayRequest {
|
|
84
|
+
DryRun?: boolean;
|
|
85
|
+
NatGatewayId: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface DeleteNatGatewayResult {
|
|
88
|
+
NatGatewayId?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteNetworkAclRequest {
|
|
91
|
+
DryRun?: boolean;
|
|
92
|
+
NetworkAclId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
95
|
+
DryRun?: boolean;
|
|
96
|
+
Egress: boolean | undefined;
|
|
97
|
+
NetworkAclId: string | undefined;
|
|
98
|
+
RuleNumber: number | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
101
|
+
DryRun?: boolean;
|
|
102
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
105
|
+
NetworkInsightsAccessScopeId?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
108
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
109
|
+
DryRun?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
112
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
113
|
+
}
|
|
114
|
+
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
115
|
+
DryRun?: boolean;
|
|
116
|
+
NetworkInsightsAnalysisId: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface DeleteNetworkInsightsAnalysisResult {
|
|
119
|
+
NetworkInsightsAnalysisId?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface DeleteNetworkInsightsPathRequest {
|
|
122
|
+
DryRun?: boolean;
|
|
123
|
+
NetworkInsightsPathId: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface DeleteNetworkInsightsPathResult {
|
|
126
|
+
NetworkInsightsPathId?: string;
|
|
127
|
+
}
|
|
85
128
|
export interface DeleteNetworkInterfaceRequest {
|
|
86
129
|
DryRun?: boolean;
|
|
87
130
|
NetworkInterfaceId: string | undefined;
|
|
@@ -364,6 +407,29 @@ export interface DeprovisionByoipCidrRequest {
|
|
|
364
407
|
export interface DeprovisionByoipCidrResult {
|
|
365
408
|
ByoipCidr?: ByoipCidr;
|
|
366
409
|
}
|
|
410
|
+
export interface DeprovisionIpamByoasnRequest {
|
|
411
|
+
DryRun?: boolean;
|
|
412
|
+
IpamId: string | undefined;
|
|
413
|
+
Asn: string | undefined;
|
|
414
|
+
}
|
|
415
|
+
export declare const AsnState: {
|
|
416
|
+
readonly deprovisioned: "deprovisioned";
|
|
417
|
+
readonly failed_deprovision: "failed-deprovision";
|
|
418
|
+
readonly failed_provision: "failed-provision";
|
|
419
|
+
readonly pending_deprovision: "pending-deprovision";
|
|
420
|
+
readonly pending_provision: "pending-provision";
|
|
421
|
+
readonly provisioned: "provisioned";
|
|
422
|
+
};
|
|
423
|
+
export type AsnState = (typeof AsnState)[keyof typeof AsnState];
|
|
424
|
+
export interface Byoasn {
|
|
425
|
+
Asn?: string;
|
|
426
|
+
IpamId?: string;
|
|
427
|
+
StatusMessage?: string;
|
|
428
|
+
State?: AsnState;
|
|
429
|
+
}
|
|
430
|
+
export interface DeprovisionIpamByoasnResult {
|
|
431
|
+
Byoasn?: Byoasn;
|
|
432
|
+
}
|
|
367
433
|
export interface DeprovisionIpamPoolCidrRequest {
|
|
368
434
|
DryRun?: boolean;
|
|
369
435
|
IpamPoolId: string | undefined;
|
|
@@ -1719,122 +1785,6 @@ export interface DescribeImportImageTasksResult {
|
|
|
1719
1785
|
ImportImageTasks?: ImportImageTask[];
|
|
1720
1786
|
NextToken?: string;
|
|
1721
1787
|
}
|
|
1722
|
-
export interface DescribeImportSnapshotTasksRequest {
|
|
1723
|
-
DryRun?: boolean;
|
|
1724
|
-
Filters?: Filter[];
|
|
1725
|
-
ImportTaskIds?: string[];
|
|
1726
|
-
MaxResults?: number;
|
|
1727
|
-
NextToken?: string;
|
|
1728
|
-
}
|
|
1729
|
-
export interface SnapshotTaskDetail {
|
|
1730
|
-
Description?: string;
|
|
1731
|
-
DiskImageSize?: number;
|
|
1732
|
-
Encrypted?: boolean;
|
|
1733
|
-
Format?: string;
|
|
1734
|
-
KmsKeyId?: string;
|
|
1735
|
-
Progress?: string;
|
|
1736
|
-
SnapshotId?: string;
|
|
1737
|
-
Status?: string;
|
|
1738
|
-
StatusMessage?: string;
|
|
1739
|
-
Url?: string;
|
|
1740
|
-
UserBucket?: UserBucketDetails;
|
|
1741
|
-
}
|
|
1742
|
-
export interface ImportSnapshotTask {
|
|
1743
|
-
Description?: string;
|
|
1744
|
-
ImportTaskId?: string;
|
|
1745
|
-
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
1746
|
-
Tags?: Tag[];
|
|
1747
|
-
}
|
|
1748
|
-
export interface DescribeImportSnapshotTasksResult {
|
|
1749
|
-
ImportSnapshotTasks?: ImportSnapshotTask[];
|
|
1750
|
-
NextToken?: string;
|
|
1751
|
-
}
|
|
1752
|
-
export declare const InstanceAttributeName: {
|
|
1753
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
1754
|
-
readonly disableApiStop: "disableApiStop";
|
|
1755
|
-
readonly disableApiTermination: "disableApiTermination";
|
|
1756
|
-
readonly ebsOptimized: "ebsOptimized";
|
|
1757
|
-
readonly enaSupport: "enaSupport";
|
|
1758
|
-
readonly enclaveOptions: "enclaveOptions";
|
|
1759
|
-
readonly groupSet: "groupSet";
|
|
1760
|
-
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
1761
|
-
readonly instanceType: "instanceType";
|
|
1762
|
-
readonly kernel: "kernel";
|
|
1763
|
-
readonly productCodes: "productCodes";
|
|
1764
|
-
readonly ramdisk: "ramdisk";
|
|
1765
|
-
readonly rootDeviceName: "rootDeviceName";
|
|
1766
|
-
readonly sourceDestCheck: "sourceDestCheck";
|
|
1767
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
1768
|
-
readonly userData: "userData";
|
|
1769
|
-
};
|
|
1770
|
-
export type InstanceAttributeName =
|
|
1771
|
-
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
1772
|
-
export interface DescribeInstanceAttributeRequest {
|
|
1773
|
-
Attribute: InstanceAttributeName | undefined;
|
|
1774
|
-
DryRun?: boolean;
|
|
1775
|
-
InstanceId: string | undefined;
|
|
1776
|
-
}
|
|
1777
|
-
export interface EbsInstanceBlockDevice {
|
|
1778
|
-
AttachTime?: Date;
|
|
1779
|
-
DeleteOnTermination?: boolean;
|
|
1780
|
-
Status?: AttachmentStatus;
|
|
1781
|
-
VolumeId?: string;
|
|
1782
|
-
}
|
|
1783
|
-
export interface InstanceBlockDeviceMapping {
|
|
1784
|
-
DeviceName?: string;
|
|
1785
|
-
Ebs?: EbsInstanceBlockDevice;
|
|
1786
|
-
}
|
|
1787
|
-
export interface AttributeBooleanValue {
|
|
1788
|
-
Value?: boolean;
|
|
1789
|
-
}
|
|
1790
|
-
export interface EnclaveOptions {
|
|
1791
|
-
Enabled?: boolean;
|
|
1792
|
-
}
|
|
1793
|
-
export interface InstanceAttribute {
|
|
1794
|
-
Groups?: GroupIdentifier[];
|
|
1795
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
1796
|
-
DisableApiTermination?: AttributeBooleanValue;
|
|
1797
|
-
EnaSupport?: AttributeBooleanValue;
|
|
1798
|
-
EnclaveOptions?: EnclaveOptions;
|
|
1799
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
1800
|
-
InstanceId?: string;
|
|
1801
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
1802
|
-
InstanceType?: AttributeValue;
|
|
1803
|
-
KernelId?: AttributeValue;
|
|
1804
|
-
ProductCodes?: ProductCode[];
|
|
1805
|
-
RamdiskId?: AttributeValue;
|
|
1806
|
-
RootDeviceName?: AttributeValue;
|
|
1807
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
1808
|
-
SriovNetSupport?: AttributeValue;
|
|
1809
|
-
UserData?: AttributeValue;
|
|
1810
|
-
DisableApiStop?: AttributeBooleanValue;
|
|
1811
|
-
}
|
|
1812
|
-
export interface DescribeInstanceConnectEndpointsRequest {
|
|
1813
|
-
DryRun?: boolean;
|
|
1814
|
-
MaxResults?: number;
|
|
1815
|
-
NextToken?: string;
|
|
1816
|
-
Filters?: Filter[];
|
|
1817
|
-
InstanceConnectEndpointIds?: string[];
|
|
1818
|
-
}
|
|
1819
|
-
export interface DescribeInstanceConnectEndpointsResult {
|
|
1820
|
-
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
1821
|
-
NextToken?: string;
|
|
1822
|
-
}
|
|
1823
|
-
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
1824
|
-
DryRun?: boolean;
|
|
1825
|
-
Filters?: Filter[];
|
|
1826
|
-
InstanceIds?: string[];
|
|
1827
|
-
MaxResults?: number;
|
|
1828
|
-
NextToken?: string;
|
|
1829
|
-
}
|
|
1830
|
-
export interface InstanceCreditSpecification {
|
|
1831
|
-
InstanceId?: string;
|
|
1832
|
-
CpuCredits?: string;
|
|
1833
|
-
}
|
|
1834
|
-
export interface DescribeInstanceCreditSpecificationsResult {
|
|
1835
|
-
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
1836
|
-
NextToken?: string;
|
|
1837
|
-
}
|
|
1838
1788
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1839
1789
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1840
1790
|
) => any;
|
|
@@ -1868,12 +1818,3 @@ export declare const ImportImageTaskFilterSensitiveLog: (
|
|
|
1868
1818
|
export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
|
|
1869
1819
|
obj: DescribeImportImageTasksResult
|
|
1870
1820
|
) => any;
|
|
1871
|
-
export declare const SnapshotTaskDetailFilterSensitiveLog: (
|
|
1872
|
-
obj: SnapshotTaskDetail
|
|
1873
|
-
) => any;
|
|
1874
|
-
export declare const ImportSnapshotTaskFilterSensitiveLog: (
|
|
1875
|
-
obj: ImportSnapshotTask
|
|
1876
|
-
) => any;
|
|
1877
|
-
export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
|
|
1878
|
-
obj: DescribeImportSnapshotTasksResult
|
|
1879
|
-
) => any;
|
|
@@ -19,9 +19,6 @@ import {
|
|
|
19
19
|
SecurityGroupRule,
|
|
20
20
|
Tag,
|
|
21
21
|
TagSpecification,
|
|
22
|
-
TransitGatewayAssociationState,
|
|
23
|
-
TransitGatewayAttachmentResourceType,
|
|
24
|
-
TransitGatewayAttachmentState,
|
|
25
22
|
UserIdGroupPair,
|
|
26
23
|
} from "./models_0";
|
|
27
24
|
import {
|
|
@@ -30,6 +27,8 @@ import {
|
|
|
30
27
|
BlockDeviceMapping,
|
|
31
28
|
CapacityReservationPreference,
|
|
32
29
|
CapacityReservationTargetResponse,
|
|
30
|
+
ConnectionTrackingSpecificationRequest,
|
|
31
|
+
Ec2InstanceConnectEndpoint,
|
|
33
32
|
EnaSrdSpecificationRequest,
|
|
34
33
|
FleetLaunchTemplateSpecification,
|
|
35
34
|
FleetType,
|
|
@@ -56,20 +55,19 @@ import {
|
|
|
56
55
|
NetworkAcl,
|
|
57
56
|
NetworkInsightsAccessScope,
|
|
58
57
|
NetworkInsightsPath,
|
|
59
|
-
NetworkInterface,
|
|
60
58
|
NetworkInterfaceAttachment,
|
|
61
|
-
NetworkInterfacePermission,
|
|
62
|
-
NetworkInterfaceStatus,
|
|
63
59
|
Placement,
|
|
64
60
|
PlatformValues,
|
|
65
61
|
PrivateIpAddressSpecification,
|
|
66
62
|
SpotInstanceType,
|
|
67
63
|
StateReason,
|
|
68
|
-
Subnet,
|
|
69
64
|
TargetCapacityUnitType,
|
|
70
65
|
Tenancy,
|
|
71
66
|
} from "./models_1";
|
|
72
67
|
import {
|
|
68
|
+
NetworkInterface,
|
|
69
|
+
NetworkInterfacePermission,
|
|
70
|
+
NetworkInterfaceStatus,
|
|
73
71
|
PlacementGroup,
|
|
74
72
|
ReplaceRootVolumeTask,
|
|
75
73
|
RouteTable,
|
|
@@ -78,28 +76,138 @@ import {
|
|
|
78
76
|
SpotDatafeedSubscription,
|
|
79
77
|
SpotInstanceStateFault,
|
|
80
78
|
StorageTier,
|
|
81
|
-
TrafficMirrorFilter,
|
|
82
|
-
TrafficMirrorSession,
|
|
83
|
-
TrafficMirrorTarget,
|
|
84
|
-
TransitGatewayConnect,
|
|
85
|
-
TransitGatewayConnectPeer,
|
|
86
79
|
} from "./models_2";
|
|
87
80
|
import {
|
|
88
81
|
ArchitectureValues,
|
|
89
|
-
AttributeBooleanValue,
|
|
90
82
|
BootModeValues,
|
|
83
|
+
Byoasn,
|
|
91
84
|
DeviceType,
|
|
92
|
-
EnclaveOptions,
|
|
93
85
|
EventInformation,
|
|
94
86
|
Filter,
|
|
95
87
|
HypervisorType,
|
|
96
88
|
IdFormat,
|
|
97
|
-
InstanceBlockDeviceMapping,
|
|
98
89
|
InstanceTagNotificationAttribute,
|
|
99
90
|
PermissionGroup,
|
|
100
91
|
ProductCode,
|
|
92
|
+
UserBucketDetails,
|
|
101
93
|
VirtualizationType,
|
|
102
94
|
} from "./models_3";
|
|
95
|
+
export interface DescribeImportSnapshotTasksRequest {
|
|
96
|
+
DryRun?: boolean;
|
|
97
|
+
Filters?: Filter[];
|
|
98
|
+
ImportTaskIds?: string[];
|
|
99
|
+
MaxResults?: number;
|
|
100
|
+
NextToken?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface SnapshotTaskDetail {
|
|
103
|
+
Description?: string;
|
|
104
|
+
DiskImageSize?: number;
|
|
105
|
+
Encrypted?: boolean;
|
|
106
|
+
Format?: string;
|
|
107
|
+
KmsKeyId?: string;
|
|
108
|
+
Progress?: string;
|
|
109
|
+
SnapshotId?: string;
|
|
110
|
+
Status?: string;
|
|
111
|
+
StatusMessage?: string;
|
|
112
|
+
Url?: string;
|
|
113
|
+
UserBucket?: UserBucketDetails;
|
|
114
|
+
}
|
|
115
|
+
export interface ImportSnapshotTask {
|
|
116
|
+
Description?: string;
|
|
117
|
+
ImportTaskId?: string;
|
|
118
|
+
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
119
|
+
Tags?: Tag[];
|
|
120
|
+
}
|
|
121
|
+
export interface DescribeImportSnapshotTasksResult {
|
|
122
|
+
ImportSnapshotTasks?: ImportSnapshotTask[];
|
|
123
|
+
NextToken?: string;
|
|
124
|
+
}
|
|
125
|
+
export declare const InstanceAttributeName: {
|
|
126
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
127
|
+
readonly disableApiStop: "disableApiStop";
|
|
128
|
+
readonly disableApiTermination: "disableApiTermination";
|
|
129
|
+
readonly ebsOptimized: "ebsOptimized";
|
|
130
|
+
readonly enaSupport: "enaSupport";
|
|
131
|
+
readonly enclaveOptions: "enclaveOptions";
|
|
132
|
+
readonly groupSet: "groupSet";
|
|
133
|
+
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
134
|
+
readonly instanceType: "instanceType";
|
|
135
|
+
readonly kernel: "kernel";
|
|
136
|
+
readonly productCodes: "productCodes";
|
|
137
|
+
readonly ramdisk: "ramdisk";
|
|
138
|
+
readonly rootDeviceName: "rootDeviceName";
|
|
139
|
+
readonly sourceDestCheck: "sourceDestCheck";
|
|
140
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
141
|
+
readonly userData: "userData";
|
|
142
|
+
};
|
|
143
|
+
export type InstanceAttributeName =
|
|
144
|
+
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
145
|
+
export interface DescribeInstanceAttributeRequest {
|
|
146
|
+
Attribute: InstanceAttributeName | undefined;
|
|
147
|
+
DryRun?: boolean;
|
|
148
|
+
InstanceId: string | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface EbsInstanceBlockDevice {
|
|
151
|
+
AttachTime?: Date;
|
|
152
|
+
DeleteOnTermination?: boolean;
|
|
153
|
+
Status?: AttachmentStatus;
|
|
154
|
+
VolumeId?: string;
|
|
155
|
+
}
|
|
156
|
+
export interface InstanceBlockDeviceMapping {
|
|
157
|
+
DeviceName?: string;
|
|
158
|
+
Ebs?: EbsInstanceBlockDevice;
|
|
159
|
+
}
|
|
160
|
+
export interface AttributeBooleanValue {
|
|
161
|
+
Value?: boolean;
|
|
162
|
+
}
|
|
163
|
+
export interface EnclaveOptions {
|
|
164
|
+
Enabled?: boolean;
|
|
165
|
+
}
|
|
166
|
+
export interface InstanceAttribute {
|
|
167
|
+
Groups?: GroupIdentifier[];
|
|
168
|
+
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
169
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
170
|
+
EnaSupport?: AttributeBooleanValue;
|
|
171
|
+
EnclaveOptions?: EnclaveOptions;
|
|
172
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
173
|
+
InstanceId?: string;
|
|
174
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
175
|
+
InstanceType?: AttributeValue;
|
|
176
|
+
KernelId?: AttributeValue;
|
|
177
|
+
ProductCodes?: ProductCode[];
|
|
178
|
+
RamdiskId?: AttributeValue;
|
|
179
|
+
RootDeviceName?: AttributeValue;
|
|
180
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
181
|
+
SriovNetSupport?: AttributeValue;
|
|
182
|
+
UserData?: AttributeValue;
|
|
183
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
184
|
+
}
|
|
185
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
|
186
|
+
DryRun?: boolean;
|
|
187
|
+
MaxResults?: number;
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
Filters?: Filter[];
|
|
190
|
+
InstanceConnectEndpointIds?: string[];
|
|
191
|
+
}
|
|
192
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
193
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
194
|
+
NextToken?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
197
|
+
DryRun?: boolean;
|
|
198
|
+
Filters?: Filter[];
|
|
199
|
+
InstanceIds?: string[];
|
|
200
|
+
MaxResults?: number;
|
|
201
|
+
NextToken?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface InstanceCreditSpecification {
|
|
204
|
+
InstanceId?: string;
|
|
205
|
+
CpuCredits?: string;
|
|
206
|
+
}
|
|
207
|
+
export interface DescribeInstanceCreditSpecificationsResult {
|
|
208
|
+
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
209
|
+
NextToken?: string;
|
|
210
|
+
}
|
|
103
211
|
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
104
212
|
DryRun?: boolean;
|
|
105
213
|
}
|
|
@@ -245,6 +353,11 @@ export interface InstanceNetworkInterfaceAttachment {
|
|
|
245
353
|
NetworkCardIndex?: number;
|
|
246
354
|
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
|
|
247
355
|
}
|
|
356
|
+
export interface ConnectionTrackingSpecificationResponse {
|
|
357
|
+
TcpEstablishedTimeout?: number;
|
|
358
|
+
UdpStreamTimeout?: number;
|
|
359
|
+
UdpTimeout?: number;
|
|
360
|
+
}
|
|
248
361
|
export interface InstanceIpv4Prefix {
|
|
249
362
|
Ipv4Prefix?: string;
|
|
250
363
|
}
|
|
@@ -276,6 +389,7 @@ export interface InstanceNetworkInterface {
|
|
|
276
389
|
InterfaceType?: string;
|
|
277
390
|
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
278
391
|
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
392
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse;
|
|
279
393
|
}
|
|
280
394
|
export interface PrivateDnsNameOptionsResponse {
|
|
281
395
|
HostnameType?: HostnameType;
|
|
@@ -736,6 +850,15 @@ export interface DescribeInternetGatewaysResult {
|
|
|
736
850
|
InternetGateways?: InternetGateway[];
|
|
737
851
|
NextToken?: string;
|
|
738
852
|
}
|
|
853
|
+
export interface DescribeIpamByoasnRequest {
|
|
854
|
+
DryRun?: boolean;
|
|
855
|
+
MaxResults?: number;
|
|
856
|
+
NextToken?: string;
|
|
857
|
+
}
|
|
858
|
+
export interface DescribeIpamByoasnResult {
|
|
859
|
+
Byoasns?: Byoasn[];
|
|
860
|
+
NextToken?: string;
|
|
861
|
+
}
|
|
739
862
|
export interface DescribeIpamPoolsRequest {
|
|
740
863
|
DryRun?: boolean;
|
|
741
864
|
Filters?: Filter[];
|
|
@@ -1516,6 +1639,7 @@ export interface SecurityGroupReference {
|
|
|
1516
1639
|
GroupId?: string;
|
|
1517
1640
|
ReferencingVpcId?: string;
|
|
1518
1641
|
VpcPeeringConnectionId?: string;
|
|
1642
|
+
TransitGatewayId?: string;
|
|
1519
1643
|
}
|
|
1520
1644
|
export interface DescribeSecurityGroupReferencesResult {
|
|
1521
1645
|
SecurityGroupReferenceSet?: SecurityGroupReference[];
|
|
@@ -1704,6 +1828,7 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
1704
1828
|
Ipv6PrefixCount?: number;
|
|
1705
1829
|
PrimaryIpv6?: boolean;
|
|
1706
1830
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1831
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
1707
1832
|
}
|
|
1708
1833
|
export interface SpotPlacement {
|
|
1709
1834
|
AvailabilityZone?: string;
|
|
@@ -1965,115 +2090,15 @@ export interface DescribeSubnetsRequest {
|
|
|
1965
2090
|
NextToken?: string;
|
|
1966
2091
|
MaxResults?: number;
|
|
1967
2092
|
}
|
|
1968
|
-
export
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
}
|
|
1978
|
-
export interface TagDescription {
|
|
1979
|
-
Key?: string;
|
|
1980
|
-
ResourceId?: string;
|
|
1981
|
-
ResourceType?: ResourceType;
|
|
1982
|
-
Value?: string;
|
|
1983
|
-
}
|
|
1984
|
-
export interface DescribeTagsResult {
|
|
1985
|
-
NextToken?: string;
|
|
1986
|
-
Tags?: TagDescription[];
|
|
1987
|
-
}
|
|
1988
|
-
export interface DescribeTrafficMirrorFiltersRequest {
|
|
1989
|
-
TrafficMirrorFilterIds?: string[];
|
|
1990
|
-
DryRun?: boolean;
|
|
1991
|
-
Filters?: Filter[];
|
|
1992
|
-
MaxResults?: number;
|
|
1993
|
-
NextToken?: string;
|
|
1994
|
-
}
|
|
1995
|
-
export interface DescribeTrafficMirrorFiltersResult {
|
|
1996
|
-
TrafficMirrorFilters?: TrafficMirrorFilter[];
|
|
1997
|
-
NextToken?: string;
|
|
1998
|
-
}
|
|
1999
|
-
export interface DescribeTrafficMirrorSessionsRequest {
|
|
2000
|
-
TrafficMirrorSessionIds?: string[];
|
|
2001
|
-
DryRun?: boolean;
|
|
2002
|
-
Filters?: Filter[];
|
|
2003
|
-
MaxResults?: number;
|
|
2004
|
-
NextToken?: string;
|
|
2005
|
-
}
|
|
2006
|
-
export interface DescribeTrafficMirrorSessionsResult {
|
|
2007
|
-
TrafficMirrorSessions?: TrafficMirrorSession[];
|
|
2008
|
-
NextToken?: string;
|
|
2009
|
-
}
|
|
2010
|
-
export interface DescribeTrafficMirrorTargetsRequest {
|
|
2011
|
-
TrafficMirrorTargetIds?: string[];
|
|
2012
|
-
DryRun?: boolean;
|
|
2013
|
-
Filters?: Filter[];
|
|
2014
|
-
MaxResults?: number;
|
|
2015
|
-
NextToken?: string;
|
|
2016
|
-
}
|
|
2017
|
-
export interface DescribeTrafficMirrorTargetsResult {
|
|
2018
|
-
TrafficMirrorTargets?: TrafficMirrorTarget[];
|
|
2019
|
-
NextToken?: string;
|
|
2020
|
-
}
|
|
2021
|
-
export interface DescribeTransitGatewayAttachmentsRequest {
|
|
2022
|
-
TransitGatewayAttachmentIds?: string[];
|
|
2023
|
-
Filters?: Filter[];
|
|
2024
|
-
MaxResults?: number;
|
|
2025
|
-
NextToken?: string;
|
|
2026
|
-
DryRun?: boolean;
|
|
2027
|
-
}
|
|
2028
|
-
export interface TransitGatewayAttachmentAssociation {
|
|
2029
|
-
TransitGatewayRouteTableId?: string;
|
|
2030
|
-
State?: TransitGatewayAssociationState;
|
|
2031
|
-
}
|
|
2032
|
-
export interface TransitGatewayAttachment {
|
|
2033
|
-
TransitGatewayAttachmentId?: string;
|
|
2034
|
-
TransitGatewayId?: string;
|
|
2035
|
-
TransitGatewayOwnerId?: string;
|
|
2036
|
-
ResourceOwnerId?: string;
|
|
2037
|
-
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
2038
|
-
ResourceId?: string;
|
|
2039
|
-
State?: TransitGatewayAttachmentState;
|
|
2040
|
-
Association?: TransitGatewayAttachmentAssociation;
|
|
2041
|
-
CreationTime?: Date;
|
|
2042
|
-
Tags?: Tag[];
|
|
2043
|
-
}
|
|
2044
|
-
export interface DescribeTransitGatewayAttachmentsResult {
|
|
2045
|
-
TransitGatewayAttachments?: TransitGatewayAttachment[];
|
|
2046
|
-
NextToken?: string;
|
|
2047
|
-
}
|
|
2048
|
-
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
2049
|
-
TransitGatewayConnectPeerIds?: string[];
|
|
2050
|
-
Filters?: Filter[];
|
|
2051
|
-
MaxResults?: number;
|
|
2052
|
-
NextToken?: string;
|
|
2053
|
-
DryRun?: boolean;
|
|
2054
|
-
}
|
|
2055
|
-
export interface DescribeTransitGatewayConnectPeersResult {
|
|
2056
|
-
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[];
|
|
2057
|
-
NextToken?: string;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DescribeTransitGatewayConnectsRequest {
|
|
2060
|
-
TransitGatewayAttachmentIds?: string[];
|
|
2061
|
-
Filters?: Filter[];
|
|
2062
|
-
MaxResults?: number;
|
|
2063
|
-
NextToken?: string;
|
|
2064
|
-
DryRun?: boolean;
|
|
2065
|
-
}
|
|
2066
|
-
export interface DescribeTransitGatewayConnectsResult {
|
|
2067
|
-
TransitGatewayConnects?: TransitGatewayConnect[];
|
|
2068
|
-
NextToken?: string;
|
|
2069
|
-
}
|
|
2070
|
-
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
2071
|
-
TransitGatewayMulticastDomainIds?: string[];
|
|
2072
|
-
Filters?: Filter[];
|
|
2073
|
-
MaxResults?: number;
|
|
2074
|
-
NextToken?: string;
|
|
2075
|
-
DryRun?: boolean;
|
|
2076
|
-
}
|
|
2093
|
+
export declare const SnapshotTaskDetailFilterSensitiveLog: (
|
|
2094
|
+
obj: SnapshotTaskDetail
|
|
2095
|
+
) => any;
|
|
2096
|
+
export declare const ImportSnapshotTaskFilterSensitiveLog: (
|
|
2097
|
+
obj: ImportSnapshotTask
|
|
2098
|
+
) => any;
|
|
2099
|
+
export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
|
|
2100
|
+
obj: DescribeImportSnapshotTasksResult
|
|
2101
|
+
) => any;
|
|
2077
2102
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2078
2103
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2079
2104
|
) => any;
|