@aws-sdk/client-ec2 3.452.0 → 3.454.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 +12 -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 -29
- package/dist-cjs/models/models_7.js +29 -3
- package/dist-cjs/protocols/Aws_ec2.js +814 -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 +10 -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 -27
- package/dist-es/models/models_7.js +26 -2
- package/dist-es/protocols/Aws_ec2.js +777 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- 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/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -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/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
- 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 +2 -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/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- 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 +2 -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/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- 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/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- 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/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/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
- 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/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 -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 +113 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +374 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4384 -4392
- package/dist-types/models/models_7.d.ts +826 -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 +2 -4
- 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 +2 -4
- 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 +2 -4
- 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/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/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/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 +33 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +101 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +202 -210
- package/dist-types/ts3.4/models/models_7.d.ts +206 -6
- 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,47 @@ import {
|
|
|
82
80
|
VerifiedAccessEndpoint,
|
|
83
81
|
VerifiedAccessGroup,
|
|
84
82
|
} from "./models_2";
|
|
83
|
+
export interface DeleteNatGatewayResult {
|
|
84
|
+
NatGatewayId?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface DeleteNetworkAclRequest {
|
|
87
|
+
DryRun?: boolean;
|
|
88
|
+
NetworkAclId: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
91
|
+
DryRun?: boolean;
|
|
92
|
+
Egress: boolean | undefined;
|
|
93
|
+
NetworkAclId: string | undefined;
|
|
94
|
+
RuleNumber: number | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
97
|
+
DryRun?: boolean;
|
|
98
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
101
|
+
NetworkInsightsAccessScopeId?: string;
|
|
102
|
+
}
|
|
103
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
104
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
105
|
+
DryRun?: boolean;
|
|
106
|
+
}
|
|
107
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
108
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
109
|
+
}
|
|
110
|
+
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
111
|
+
DryRun?: boolean;
|
|
112
|
+
NetworkInsightsAnalysisId: string | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface DeleteNetworkInsightsAnalysisResult {
|
|
115
|
+
NetworkInsightsAnalysisId?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface DeleteNetworkInsightsPathRequest {
|
|
118
|
+
DryRun?: boolean;
|
|
119
|
+
NetworkInsightsPathId: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface DeleteNetworkInsightsPathResult {
|
|
122
|
+
NetworkInsightsPathId?: string;
|
|
123
|
+
}
|
|
85
124
|
export interface DeleteNetworkInterfaceRequest {
|
|
86
125
|
DryRun?: boolean;
|
|
87
126
|
NetworkInterfaceId: string | undefined;
|
|
@@ -364,6 +403,29 @@ export interface DeprovisionByoipCidrRequest {
|
|
|
364
403
|
export interface DeprovisionByoipCidrResult {
|
|
365
404
|
ByoipCidr?: ByoipCidr;
|
|
366
405
|
}
|
|
406
|
+
export interface DeprovisionIpamByoasnRequest {
|
|
407
|
+
DryRun?: boolean;
|
|
408
|
+
IpamId: string | undefined;
|
|
409
|
+
Asn: string | undefined;
|
|
410
|
+
}
|
|
411
|
+
export declare const AsnState: {
|
|
412
|
+
readonly deprovisioned: "deprovisioned";
|
|
413
|
+
readonly failed_deprovision: "failed-deprovision";
|
|
414
|
+
readonly failed_provision: "failed-provision";
|
|
415
|
+
readonly pending_deprovision: "pending-deprovision";
|
|
416
|
+
readonly pending_provision: "pending-provision";
|
|
417
|
+
readonly provisioned: "provisioned";
|
|
418
|
+
};
|
|
419
|
+
export type AsnState = (typeof AsnState)[keyof typeof AsnState];
|
|
420
|
+
export interface Byoasn {
|
|
421
|
+
Asn?: string;
|
|
422
|
+
IpamId?: string;
|
|
423
|
+
StatusMessage?: string;
|
|
424
|
+
State?: AsnState;
|
|
425
|
+
}
|
|
426
|
+
export interface DeprovisionIpamByoasnResult {
|
|
427
|
+
Byoasn?: Byoasn;
|
|
428
|
+
}
|
|
367
429
|
export interface DeprovisionIpamPoolCidrRequest {
|
|
368
430
|
DryRun?: boolean;
|
|
369
431
|
IpamPoolId: string | undefined;
|
|
@@ -1726,115 +1788,6 @@ export interface DescribeImportSnapshotTasksRequest {
|
|
|
1726
1788
|
MaxResults?: number;
|
|
1727
1789
|
NextToken?: string;
|
|
1728
1790
|
}
|
|
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
1791
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1839
1792
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1840
1793
|
) => any;
|
|
@@ -1868,12 +1821,3 @@ export declare const ImportImageTaskFilterSensitiveLog: (
|
|
|
1868
1821
|
export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
|
|
1869
1822
|
obj: DescribeImportImageTasksResult
|
|
1870
1823
|
) => 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,10 +55,7 @@ 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,
|
|
@@ -70,6 +66,9 @@ import {
|
|
|
70
66
|
Tenancy,
|
|
71
67
|
} from "./models_1";
|
|
72
68
|
import {
|
|
69
|
+
NetworkInterface,
|
|
70
|
+
NetworkInterfacePermission,
|
|
71
|
+
NetworkInterfaceStatus,
|
|
73
72
|
PlacementGroup,
|
|
74
73
|
ReplaceRootVolumeTask,
|
|
75
74
|
RouteTable,
|
|
@@ -78,28 +77,131 @@ import {
|
|
|
78
77
|
SpotDatafeedSubscription,
|
|
79
78
|
SpotInstanceStateFault,
|
|
80
79
|
StorageTier,
|
|
81
|
-
TrafficMirrorFilter,
|
|
82
|
-
TrafficMirrorSession,
|
|
83
|
-
TrafficMirrorTarget,
|
|
84
|
-
TransitGatewayConnect,
|
|
85
|
-
TransitGatewayConnectPeer,
|
|
86
80
|
} from "./models_2";
|
|
87
81
|
import {
|
|
88
82
|
ArchitectureValues,
|
|
89
|
-
AttributeBooleanValue,
|
|
90
83
|
BootModeValues,
|
|
84
|
+
Byoasn,
|
|
91
85
|
DeviceType,
|
|
92
|
-
EnclaveOptions,
|
|
93
86
|
EventInformation,
|
|
94
87
|
Filter,
|
|
95
88
|
HypervisorType,
|
|
96
89
|
IdFormat,
|
|
97
|
-
InstanceBlockDeviceMapping,
|
|
98
90
|
InstanceTagNotificationAttribute,
|
|
99
91
|
PermissionGroup,
|
|
100
92
|
ProductCode,
|
|
93
|
+
UserBucketDetails,
|
|
101
94
|
VirtualizationType,
|
|
102
95
|
} from "./models_3";
|
|
96
|
+
export interface SnapshotTaskDetail {
|
|
97
|
+
Description?: string;
|
|
98
|
+
DiskImageSize?: number;
|
|
99
|
+
Encrypted?: boolean;
|
|
100
|
+
Format?: string;
|
|
101
|
+
KmsKeyId?: string;
|
|
102
|
+
Progress?: string;
|
|
103
|
+
SnapshotId?: string;
|
|
104
|
+
Status?: string;
|
|
105
|
+
StatusMessage?: string;
|
|
106
|
+
Url?: string;
|
|
107
|
+
UserBucket?: UserBucketDetails;
|
|
108
|
+
}
|
|
109
|
+
export interface ImportSnapshotTask {
|
|
110
|
+
Description?: string;
|
|
111
|
+
ImportTaskId?: string;
|
|
112
|
+
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
113
|
+
Tags?: Tag[];
|
|
114
|
+
}
|
|
115
|
+
export interface DescribeImportSnapshotTasksResult {
|
|
116
|
+
ImportSnapshotTasks?: ImportSnapshotTask[];
|
|
117
|
+
NextToken?: string;
|
|
118
|
+
}
|
|
119
|
+
export declare const InstanceAttributeName: {
|
|
120
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
121
|
+
readonly disableApiStop: "disableApiStop";
|
|
122
|
+
readonly disableApiTermination: "disableApiTermination";
|
|
123
|
+
readonly ebsOptimized: "ebsOptimized";
|
|
124
|
+
readonly enaSupport: "enaSupport";
|
|
125
|
+
readonly enclaveOptions: "enclaveOptions";
|
|
126
|
+
readonly groupSet: "groupSet";
|
|
127
|
+
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
128
|
+
readonly instanceType: "instanceType";
|
|
129
|
+
readonly kernel: "kernel";
|
|
130
|
+
readonly productCodes: "productCodes";
|
|
131
|
+
readonly ramdisk: "ramdisk";
|
|
132
|
+
readonly rootDeviceName: "rootDeviceName";
|
|
133
|
+
readonly sourceDestCheck: "sourceDestCheck";
|
|
134
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
135
|
+
readonly userData: "userData";
|
|
136
|
+
};
|
|
137
|
+
export type InstanceAttributeName =
|
|
138
|
+
(typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
139
|
+
export interface DescribeInstanceAttributeRequest {
|
|
140
|
+
Attribute: InstanceAttributeName | undefined;
|
|
141
|
+
DryRun?: boolean;
|
|
142
|
+
InstanceId: string | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface EbsInstanceBlockDevice {
|
|
145
|
+
AttachTime?: Date;
|
|
146
|
+
DeleteOnTermination?: boolean;
|
|
147
|
+
Status?: AttachmentStatus;
|
|
148
|
+
VolumeId?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface InstanceBlockDeviceMapping {
|
|
151
|
+
DeviceName?: string;
|
|
152
|
+
Ebs?: EbsInstanceBlockDevice;
|
|
153
|
+
}
|
|
154
|
+
export interface AttributeBooleanValue {
|
|
155
|
+
Value?: boolean;
|
|
156
|
+
}
|
|
157
|
+
export interface EnclaveOptions {
|
|
158
|
+
Enabled?: boolean;
|
|
159
|
+
}
|
|
160
|
+
export interface InstanceAttribute {
|
|
161
|
+
Groups?: GroupIdentifier[];
|
|
162
|
+
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
163
|
+
DisableApiTermination?: AttributeBooleanValue;
|
|
164
|
+
EnaSupport?: AttributeBooleanValue;
|
|
165
|
+
EnclaveOptions?: EnclaveOptions;
|
|
166
|
+
EbsOptimized?: AttributeBooleanValue;
|
|
167
|
+
InstanceId?: string;
|
|
168
|
+
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
169
|
+
InstanceType?: AttributeValue;
|
|
170
|
+
KernelId?: AttributeValue;
|
|
171
|
+
ProductCodes?: ProductCode[];
|
|
172
|
+
RamdiskId?: AttributeValue;
|
|
173
|
+
RootDeviceName?: AttributeValue;
|
|
174
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
175
|
+
SriovNetSupport?: AttributeValue;
|
|
176
|
+
UserData?: AttributeValue;
|
|
177
|
+
DisableApiStop?: AttributeBooleanValue;
|
|
178
|
+
}
|
|
179
|
+
export interface DescribeInstanceConnectEndpointsRequest {
|
|
180
|
+
DryRun?: boolean;
|
|
181
|
+
MaxResults?: number;
|
|
182
|
+
NextToken?: string;
|
|
183
|
+
Filters?: Filter[];
|
|
184
|
+
InstanceConnectEndpointIds?: string[];
|
|
185
|
+
}
|
|
186
|
+
export interface DescribeInstanceConnectEndpointsResult {
|
|
187
|
+
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
188
|
+
NextToken?: string;
|
|
189
|
+
}
|
|
190
|
+
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
191
|
+
DryRun?: boolean;
|
|
192
|
+
Filters?: Filter[];
|
|
193
|
+
InstanceIds?: string[];
|
|
194
|
+
MaxResults?: number;
|
|
195
|
+
NextToken?: string;
|
|
196
|
+
}
|
|
197
|
+
export interface InstanceCreditSpecification {
|
|
198
|
+
InstanceId?: string;
|
|
199
|
+
CpuCredits?: string;
|
|
200
|
+
}
|
|
201
|
+
export interface DescribeInstanceCreditSpecificationsResult {
|
|
202
|
+
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
203
|
+
NextToken?: string;
|
|
204
|
+
}
|
|
103
205
|
export interface DescribeInstanceEventNotificationAttributesRequest {
|
|
104
206
|
DryRun?: boolean;
|
|
105
207
|
}
|
|
@@ -245,6 +347,11 @@ export interface InstanceNetworkInterfaceAttachment {
|
|
|
245
347
|
NetworkCardIndex?: number;
|
|
246
348
|
EnaSrdSpecification?: InstanceAttachmentEnaSrdSpecification;
|
|
247
349
|
}
|
|
350
|
+
export interface ConnectionTrackingSpecificationResponse {
|
|
351
|
+
TcpEstablishedTimeout?: number;
|
|
352
|
+
UdpStreamTimeout?: number;
|
|
353
|
+
UdpTimeout?: number;
|
|
354
|
+
}
|
|
248
355
|
export interface InstanceIpv4Prefix {
|
|
249
356
|
Ipv4Prefix?: string;
|
|
250
357
|
}
|
|
@@ -276,6 +383,7 @@ export interface InstanceNetworkInterface {
|
|
|
276
383
|
InterfaceType?: string;
|
|
277
384
|
Ipv4Prefixes?: InstanceIpv4Prefix[];
|
|
278
385
|
Ipv6Prefixes?: InstanceIpv6Prefix[];
|
|
386
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingSpecificationResponse;
|
|
279
387
|
}
|
|
280
388
|
export interface PrivateDnsNameOptionsResponse {
|
|
281
389
|
HostnameType?: HostnameType;
|
|
@@ -736,6 +844,15 @@ export interface DescribeInternetGatewaysResult {
|
|
|
736
844
|
InternetGateways?: InternetGateway[];
|
|
737
845
|
NextToken?: string;
|
|
738
846
|
}
|
|
847
|
+
export interface DescribeIpamByoasnRequest {
|
|
848
|
+
DryRun?: boolean;
|
|
849
|
+
MaxResults?: number;
|
|
850
|
+
NextToken?: string;
|
|
851
|
+
}
|
|
852
|
+
export interface DescribeIpamByoasnResult {
|
|
853
|
+
Byoasns?: Byoasn[];
|
|
854
|
+
NextToken?: string;
|
|
855
|
+
}
|
|
739
856
|
export interface DescribeIpamPoolsRequest {
|
|
740
857
|
DryRun?: boolean;
|
|
741
858
|
Filters?: Filter[];
|
|
@@ -1704,6 +1821,7 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
1704
1821
|
Ipv6PrefixCount?: number;
|
|
1705
1822
|
PrimaryIpv6?: boolean;
|
|
1706
1823
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1824
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
1707
1825
|
}
|
|
1708
1826
|
export interface SpotPlacement {
|
|
1709
1827
|
AvailabilityZone?: string;
|
|
@@ -1969,111 +2087,15 @@ export interface DescribeSubnetsResult {
|
|
|
1969
2087
|
Subnets?: Subnet[];
|
|
1970
2088
|
NextToken?: string;
|
|
1971
2089
|
}
|
|
1972
|
-
export
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
export
|
|
1979
|
-
|
|
1980
|
-
|
|
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
|
-
}
|
|
2090
|
+
export declare const SnapshotTaskDetailFilterSensitiveLog: (
|
|
2091
|
+
obj: SnapshotTaskDetail
|
|
2092
|
+
) => any;
|
|
2093
|
+
export declare const ImportSnapshotTaskFilterSensitiveLog: (
|
|
2094
|
+
obj: ImportSnapshotTask
|
|
2095
|
+
) => any;
|
|
2096
|
+
export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
|
|
2097
|
+
obj: DescribeImportSnapshotTasksResult
|
|
2098
|
+
) => any;
|
|
2077
2099
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2078
2100
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2079
2101
|
) => any;
|