@aws-sdk/client-ec2 3.453.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 +11 -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 +794 -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 +9 -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 +757 -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/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/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/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/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/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 +105 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +367 -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 +4392 -4321
- package/dist-types/models/models_7.d.ts +729 -4
- 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 +31 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +100 -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 +198 -186
- package/dist-types/ts3.4/models/models_7.d.ts +184 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
AccessScopeAnalysisFinding,
|
|
3
2
|
AddressTransfer,
|
|
4
3
|
AllowedPrincipal,
|
|
4
|
+
AsnAssociation,
|
|
5
5
|
AssociationStatus,
|
|
6
6
|
CapacityReservationState,
|
|
7
7
|
CurrencyCodeValues,
|
|
@@ -10,12 +10,14 @@ import {
|
|
|
10
10
|
IpamPoolAllocation,
|
|
11
11
|
IpamResourceDiscoveryAssociation,
|
|
12
12
|
NatGatewayAddress,
|
|
13
|
+
ResourceType,
|
|
13
14
|
SubnetIpv6CidrBlockAssociation,
|
|
14
15
|
Tag,
|
|
15
16
|
TagSpecification,
|
|
16
|
-
TargetConfigurationRequest,
|
|
17
17
|
TransitGatewayAssociation,
|
|
18
|
+
TransitGatewayAssociationState,
|
|
18
19
|
TransitGatewayAttachmentResourceType,
|
|
20
|
+
TransitGatewayAttachmentState,
|
|
19
21
|
TransitGatewayMulticastDomainAssociations,
|
|
20
22
|
TransitGatewayPeeringAttachment,
|
|
21
23
|
TransitGatewayPolicyTableAssociation,
|
|
@@ -31,9 +33,6 @@ import {
|
|
|
31
33
|
DiskImageFormat,
|
|
32
34
|
InstanceRequirementsRequest,
|
|
33
35
|
IpamResourceTag,
|
|
34
|
-
NetworkInsightsAccessScopeContent,
|
|
35
|
-
RequestIpamResourceTag,
|
|
36
|
-
ResponseLaunchTemplateData,
|
|
37
36
|
VolumeType,
|
|
38
37
|
Vpc,
|
|
39
38
|
} from "./models_1";
|
|
@@ -48,7 +47,12 @@ import {
|
|
|
48
47
|
ServiceTypeDetail,
|
|
49
48
|
SSEType,
|
|
50
49
|
State,
|
|
50
|
+
TrafficMirrorFilter,
|
|
51
|
+
TrafficMirrorSession,
|
|
52
|
+
TrafficMirrorTarget,
|
|
51
53
|
TransitGateway,
|
|
54
|
+
TransitGatewayConnect,
|
|
55
|
+
TransitGatewayConnectPeer,
|
|
52
56
|
TransitGatewayMulticastDomain,
|
|
53
57
|
TransitGatewayPolicyTable,
|
|
54
58
|
TransitGatewayRouteTable,
|
|
@@ -61,7 +65,6 @@ import {
|
|
|
61
65
|
VpnGateway,
|
|
62
66
|
} from "./models_2";
|
|
63
67
|
import {
|
|
64
|
-
AttributeBooleanValue,
|
|
65
68
|
ExportTaskS3Location,
|
|
66
69
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
67
70
|
FastLaunchResourceType,
|
|
@@ -77,7 +80,112 @@ import {
|
|
|
77
80
|
StatisticType,
|
|
78
81
|
VirtualizationType,
|
|
79
82
|
} from "./models_3";
|
|
80
|
-
import {
|
|
83
|
+
import { ArchitectureType, AttributeBooleanValue } from "./models_4";
|
|
84
|
+
export interface DescribeTagsRequest {
|
|
85
|
+
DryRun?: boolean;
|
|
86
|
+
Filters?: Filter[];
|
|
87
|
+
MaxResults?: number;
|
|
88
|
+
NextToken?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface TagDescription {
|
|
91
|
+
Key?: string;
|
|
92
|
+
ResourceId?: string;
|
|
93
|
+
ResourceType?: ResourceType;
|
|
94
|
+
Value?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface DescribeTagsResult {
|
|
97
|
+
NextToken?: string;
|
|
98
|
+
Tags?: TagDescription[];
|
|
99
|
+
}
|
|
100
|
+
export interface DescribeTrafficMirrorFiltersRequest {
|
|
101
|
+
TrafficMirrorFilterIds?: string[];
|
|
102
|
+
DryRun?: boolean;
|
|
103
|
+
Filters?: Filter[];
|
|
104
|
+
MaxResults?: number;
|
|
105
|
+
NextToken?: string;
|
|
106
|
+
}
|
|
107
|
+
export interface DescribeTrafficMirrorFiltersResult {
|
|
108
|
+
TrafficMirrorFilters?: TrafficMirrorFilter[];
|
|
109
|
+
NextToken?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface DescribeTrafficMirrorSessionsRequest {
|
|
112
|
+
TrafficMirrorSessionIds?: string[];
|
|
113
|
+
DryRun?: boolean;
|
|
114
|
+
Filters?: Filter[];
|
|
115
|
+
MaxResults?: number;
|
|
116
|
+
NextToken?: string;
|
|
117
|
+
}
|
|
118
|
+
export interface DescribeTrafficMirrorSessionsResult {
|
|
119
|
+
TrafficMirrorSessions?: TrafficMirrorSession[];
|
|
120
|
+
NextToken?: string;
|
|
121
|
+
}
|
|
122
|
+
export interface DescribeTrafficMirrorTargetsRequest {
|
|
123
|
+
TrafficMirrorTargetIds?: string[];
|
|
124
|
+
DryRun?: boolean;
|
|
125
|
+
Filters?: Filter[];
|
|
126
|
+
MaxResults?: number;
|
|
127
|
+
NextToken?: string;
|
|
128
|
+
}
|
|
129
|
+
export interface DescribeTrafficMirrorTargetsResult {
|
|
130
|
+
TrafficMirrorTargets?: TrafficMirrorTarget[];
|
|
131
|
+
NextToken?: string;
|
|
132
|
+
}
|
|
133
|
+
export interface DescribeTransitGatewayAttachmentsRequest {
|
|
134
|
+
TransitGatewayAttachmentIds?: string[];
|
|
135
|
+
Filters?: Filter[];
|
|
136
|
+
MaxResults?: number;
|
|
137
|
+
NextToken?: string;
|
|
138
|
+
DryRun?: boolean;
|
|
139
|
+
}
|
|
140
|
+
export interface TransitGatewayAttachmentAssociation {
|
|
141
|
+
TransitGatewayRouteTableId?: string;
|
|
142
|
+
State?: TransitGatewayAssociationState;
|
|
143
|
+
}
|
|
144
|
+
export interface TransitGatewayAttachment {
|
|
145
|
+
TransitGatewayAttachmentId?: string;
|
|
146
|
+
TransitGatewayId?: string;
|
|
147
|
+
TransitGatewayOwnerId?: string;
|
|
148
|
+
ResourceOwnerId?: string;
|
|
149
|
+
ResourceType?: TransitGatewayAttachmentResourceType;
|
|
150
|
+
ResourceId?: string;
|
|
151
|
+
State?: TransitGatewayAttachmentState;
|
|
152
|
+
Association?: TransitGatewayAttachmentAssociation;
|
|
153
|
+
CreationTime?: Date;
|
|
154
|
+
Tags?: Tag[];
|
|
155
|
+
}
|
|
156
|
+
export interface DescribeTransitGatewayAttachmentsResult {
|
|
157
|
+
TransitGatewayAttachments?: TransitGatewayAttachment[];
|
|
158
|
+
NextToken?: string;
|
|
159
|
+
}
|
|
160
|
+
export interface DescribeTransitGatewayConnectPeersRequest {
|
|
161
|
+
TransitGatewayConnectPeerIds?: string[];
|
|
162
|
+
Filters?: Filter[];
|
|
163
|
+
MaxResults?: number;
|
|
164
|
+
NextToken?: string;
|
|
165
|
+
DryRun?: boolean;
|
|
166
|
+
}
|
|
167
|
+
export interface DescribeTransitGatewayConnectPeersResult {
|
|
168
|
+
TransitGatewayConnectPeers?: TransitGatewayConnectPeer[];
|
|
169
|
+
NextToken?: string;
|
|
170
|
+
}
|
|
171
|
+
export interface DescribeTransitGatewayConnectsRequest {
|
|
172
|
+
TransitGatewayAttachmentIds?: string[];
|
|
173
|
+
Filters?: Filter[];
|
|
174
|
+
MaxResults?: number;
|
|
175
|
+
NextToken?: string;
|
|
176
|
+
DryRun?: boolean;
|
|
177
|
+
}
|
|
178
|
+
export interface DescribeTransitGatewayConnectsResult {
|
|
179
|
+
TransitGatewayConnects?: TransitGatewayConnect[];
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface DescribeTransitGatewayMulticastDomainsRequest {
|
|
183
|
+
TransitGatewayMulticastDomainIds?: string[];
|
|
184
|
+
Filters?: Filter[];
|
|
185
|
+
MaxResults?: number;
|
|
186
|
+
NextToken?: string;
|
|
187
|
+
DryRun?: boolean;
|
|
188
|
+
}
|
|
81
189
|
export interface DescribeTransitGatewayMulticastDomainsResult {
|
|
82
190
|
TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[];
|
|
83
191
|
NextToken?: string;
|
|
@@ -807,6 +915,14 @@ export interface DisassociateInstanceEventWindowRequest {
|
|
|
807
915
|
export interface DisassociateInstanceEventWindowResult {
|
|
808
916
|
InstanceEventWindow?: InstanceEventWindow;
|
|
809
917
|
}
|
|
918
|
+
export interface DisassociateIpamByoasnRequest {
|
|
919
|
+
DryRun?: boolean;
|
|
920
|
+
Asn: string | undefined;
|
|
921
|
+
Cidr: string | undefined;
|
|
922
|
+
}
|
|
923
|
+
export interface DisassociateIpamByoasnResult {
|
|
924
|
+
AsnAssociation?: AsnAssociation;
|
|
925
|
+
}
|
|
810
926
|
export interface DisassociateIpamResourceDiscoveryRequest {
|
|
811
927
|
DryRun?: boolean;
|
|
812
928
|
IpamResourceDiscoveryAssociationId: string | undefined;
|
|
@@ -1427,6 +1543,79 @@ export interface GetIpamDiscoveredAccountsResult {
|
|
|
1427
1543
|
IpamDiscoveredAccounts?: IpamDiscoveredAccount[];
|
|
1428
1544
|
NextToken?: string;
|
|
1429
1545
|
}
|
|
1546
|
+
export interface GetIpamDiscoveredPublicAddressesRequest {
|
|
1547
|
+
DryRun?: boolean;
|
|
1548
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
1549
|
+
AddressRegion: string | undefined;
|
|
1550
|
+
Filters?: Filter[];
|
|
1551
|
+
NextToken?: string;
|
|
1552
|
+
MaxResults?: number;
|
|
1553
|
+
}
|
|
1554
|
+
export declare const IpamPublicAddressType: {
|
|
1555
|
+
readonly AMAZON_OWNED_EIP: "amazon-owned-eip";
|
|
1556
|
+
readonly BYOIP: "byoip";
|
|
1557
|
+
readonly EC2_PUBLIC_IP: "ec2-public-ip";
|
|
1558
|
+
readonly SERVICE_MANAGED_BYOIP: "service-managed-byoip";
|
|
1559
|
+
readonly SERVICE_MANAGED_IP: "service-managed-ip";
|
|
1560
|
+
};
|
|
1561
|
+
export type IpamPublicAddressType =
|
|
1562
|
+
(typeof IpamPublicAddressType)[keyof typeof IpamPublicAddressType];
|
|
1563
|
+
export declare const IpamPublicAddressAssociationStatus: {
|
|
1564
|
+
readonly ASSOCIATED: "associated";
|
|
1565
|
+
readonly DISASSOCIATED: "disassociated";
|
|
1566
|
+
};
|
|
1567
|
+
export type IpamPublicAddressAssociationStatus =
|
|
1568
|
+
(typeof IpamPublicAddressAssociationStatus)[keyof typeof IpamPublicAddressAssociationStatus];
|
|
1569
|
+
export interface IpamPublicAddressSecurityGroup {
|
|
1570
|
+
GroupName?: string;
|
|
1571
|
+
GroupId?: string;
|
|
1572
|
+
}
|
|
1573
|
+
export declare const IpamPublicAddressAwsService: {
|
|
1574
|
+
readonly AGA: "global-accelerator";
|
|
1575
|
+
readonly DMS: "database-migration-service";
|
|
1576
|
+
readonly EC2_LB: "load-balancer";
|
|
1577
|
+
readonly ECS: "elastic-container-service";
|
|
1578
|
+
readonly NAT_GATEWAY: "nat-gateway";
|
|
1579
|
+
readonly OTHER: "other";
|
|
1580
|
+
readonly RDS: "relational-database-service";
|
|
1581
|
+
readonly REDSHIFT: "redshift";
|
|
1582
|
+
readonly S2S_VPN: "site-to-site-vpn";
|
|
1583
|
+
};
|
|
1584
|
+
export type IpamPublicAddressAwsService =
|
|
1585
|
+
(typeof IpamPublicAddressAwsService)[keyof typeof IpamPublicAddressAwsService];
|
|
1586
|
+
export interface IpamPublicAddressTag {
|
|
1587
|
+
Key?: string;
|
|
1588
|
+
Value?: string;
|
|
1589
|
+
}
|
|
1590
|
+
export interface IpamPublicAddressTags {
|
|
1591
|
+
EipTags?: IpamPublicAddressTag[];
|
|
1592
|
+
}
|
|
1593
|
+
export interface IpamDiscoveredPublicAddress {
|
|
1594
|
+
IpamResourceDiscoveryId?: string;
|
|
1595
|
+
AddressRegion?: string;
|
|
1596
|
+
Address?: string;
|
|
1597
|
+
AddressOwnerId?: string;
|
|
1598
|
+
AddressAllocationId?: string;
|
|
1599
|
+
AssociationStatus?: IpamPublicAddressAssociationStatus;
|
|
1600
|
+
AddressType?: IpamPublicAddressType;
|
|
1601
|
+
Service?: IpamPublicAddressAwsService;
|
|
1602
|
+
ServiceResource?: string;
|
|
1603
|
+
VpcId?: string;
|
|
1604
|
+
SubnetId?: string;
|
|
1605
|
+
PublicIpv4PoolId?: string;
|
|
1606
|
+
NetworkInterfaceId?: string;
|
|
1607
|
+
NetworkInterfaceDescription?: string;
|
|
1608
|
+
InstanceId?: string;
|
|
1609
|
+
Tags?: IpamPublicAddressTags;
|
|
1610
|
+
NetworkBorderGroup?: string;
|
|
1611
|
+
SecurityGroups?: IpamPublicAddressSecurityGroup[];
|
|
1612
|
+
SampleTime?: Date;
|
|
1613
|
+
}
|
|
1614
|
+
export interface GetIpamDiscoveredPublicAddressesResult {
|
|
1615
|
+
IpamDiscoveredPublicAddresses?: IpamDiscoveredPublicAddress[];
|
|
1616
|
+
OldestSampleTime?: Date;
|
|
1617
|
+
NextToken?: string;
|
|
1618
|
+
}
|
|
1430
1619
|
export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
1431
1620
|
DryRun?: boolean;
|
|
1432
1621
|
IpamResourceDiscoveryId: string | undefined;
|
|
@@ -1437,6 +1626,7 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
|
|
|
1437
1626
|
}
|
|
1438
1627
|
export declare const IpamResourceType: {
|
|
1439
1628
|
readonly eip: "eip";
|
|
1629
|
+
readonly eni: "eni";
|
|
1440
1630
|
readonly ipv6_pool: "ipv6-pool";
|
|
1441
1631
|
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
1442
1632
|
readonly subnet: "subnet";
|
|
@@ -1483,168 +1673,6 @@ export interface GetIpamPoolCidrsResult {
|
|
|
1483
1673
|
IpamPoolCidrs?: IpamPoolCidr[];
|
|
1484
1674
|
NextToken?: string;
|
|
1485
1675
|
}
|
|
1486
|
-
export interface GetIpamResourceCidrsRequest {
|
|
1487
|
-
DryRun?: boolean;
|
|
1488
|
-
Filters?: Filter[];
|
|
1489
|
-
MaxResults?: number;
|
|
1490
|
-
NextToken?: string;
|
|
1491
|
-
IpamScopeId: string | undefined;
|
|
1492
|
-
IpamPoolId?: string;
|
|
1493
|
-
ResourceId?: string;
|
|
1494
|
-
ResourceType?: IpamResourceType;
|
|
1495
|
-
ResourceTag?: RequestIpamResourceTag;
|
|
1496
|
-
ResourceOwner?: string;
|
|
1497
|
-
}
|
|
1498
|
-
export declare const IpamManagementState: {
|
|
1499
|
-
readonly ignored: "ignored";
|
|
1500
|
-
readonly managed: "managed";
|
|
1501
|
-
readonly unmanaged: "unmanaged";
|
|
1502
|
-
};
|
|
1503
|
-
export type IpamManagementState =
|
|
1504
|
-
(typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
1505
|
-
export interface IpamResourceCidr {
|
|
1506
|
-
IpamId?: string;
|
|
1507
|
-
IpamScopeId?: string;
|
|
1508
|
-
IpamPoolId?: string;
|
|
1509
|
-
ResourceRegion?: string;
|
|
1510
|
-
ResourceOwnerId?: string;
|
|
1511
|
-
ResourceId?: string;
|
|
1512
|
-
ResourceName?: string;
|
|
1513
|
-
ResourceCidr?: string;
|
|
1514
|
-
ResourceType?: IpamResourceType;
|
|
1515
|
-
ResourceTags?: IpamResourceTag[];
|
|
1516
|
-
IpUsage?: number;
|
|
1517
|
-
ComplianceStatus?: IpamComplianceStatus;
|
|
1518
|
-
ManagementState?: IpamManagementState;
|
|
1519
|
-
OverlapStatus?: IpamOverlapStatus;
|
|
1520
|
-
VpcId?: string;
|
|
1521
|
-
}
|
|
1522
|
-
export interface GetIpamResourceCidrsResult {
|
|
1523
|
-
NextToken?: string;
|
|
1524
|
-
IpamResourceCidrs?: IpamResourceCidr[];
|
|
1525
|
-
}
|
|
1526
|
-
export interface GetLaunchTemplateDataRequest {
|
|
1527
|
-
DryRun?: boolean;
|
|
1528
|
-
InstanceId: string | undefined;
|
|
1529
|
-
}
|
|
1530
|
-
export interface GetLaunchTemplateDataResult {
|
|
1531
|
-
LaunchTemplateData?: ResponseLaunchTemplateData;
|
|
1532
|
-
}
|
|
1533
|
-
export interface GetManagedPrefixListAssociationsRequest {
|
|
1534
|
-
DryRun?: boolean;
|
|
1535
|
-
PrefixListId: string | undefined;
|
|
1536
|
-
MaxResults?: number;
|
|
1537
|
-
NextToken?: string;
|
|
1538
|
-
}
|
|
1539
|
-
export interface PrefixListAssociation {
|
|
1540
|
-
ResourceId?: string;
|
|
1541
|
-
ResourceOwner?: string;
|
|
1542
|
-
}
|
|
1543
|
-
export interface GetManagedPrefixListAssociationsResult {
|
|
1544
|
-
PrefixListAssociations?: PrefixListAssociation[];
|
|
1545
|
-
NextToken?: string;
|
|
1546
|
-
}
|
|
1547
|
-
export interface GetManagedPrefixListEntriesRequest {
|
|
1548
|
-
DryRun?: boolean;
|
|
1549
|
-
PrefixListId: string | undefined;
|
|
1550
|
-
TargetVersion?: number;
|
|
1551
|
-
MaxResults?: number;
|
|
1552
|
-
NextToken?: string;
|
|
1553
|
-
}
|
|
1554
|
-
export interface PrefixListEntry {
|
|
1555
|
-
Cidr?: string;
|
|
1556
|
-
Description?: string;
|
|
1557
|
-
}
|
|
1558
|
-
export interface GetManagedPrefixListEntriesResult {
|
|
1559
|
-
Entries?: PrefixListEntry[];
|
|
1560
|
-
NextToken?: string;
|
|
1561
|
-
}
|
|
1562
|
-
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
1563
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1564
|
-
MaxResults?: number;
|
|
1565
|
-
NextToken?: string;
|
|
1566
|
-
DryRun?: boolean;
|
|
1567
|
-
}
|
|
1568
|
-
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
1569
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
1570
|
-
AnalysisStatus?: AnalysisStatus;
|
|
1571
|
-
AnalysisFindings?: AccessScopeAnalysisFinding[];
|
|
1572
|
-
NextToken?: string;
|
|
1573
|
-
}
|
|
1574
|
-
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
1575
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1576
|
-
DryRun?: boolean;
|
|
1577
|
-
}
|
|
1578
|
-
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
1579
|
-
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
1580
|
-
}
|
|
1581
|
-
export interface GetPasswordDataRequest {
|
|
1582
|
-
InstanceId: string | undefined;
|
|
1583
|
-
DryRun?: boolean;
|
|
1584
|
-
}
|
|
1585
|
-
export interface GetPasswordDataResult {
|
|
1586
|
-
InstanceId?: string;
|
|
1587
|
-
PasswordData?: string;
|
|
1588
|
-
Timestamp?: Date;
|
|
1589
|
-
}
|
|
1590
|
-
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
1591
|
-
DryRun?: boolean;
|
|
1592
|
-
ReservedInstanceIds: string[] | undefined;
|
|
1593
|
-
TargetConfigurations?: TargetConfigurationRequest[];
|
|
1594
|
-
}
|
|
1595
|
-
export interface ReservationValue {
|
|
1596
|
-
HourlyPrice?: string;
|
|
1597
|
-
RemainingTotalValue?: string;
|
|
1598
|
-
RemainingUpfrontValue?: string;
|
|
1599
|
-
}
|
|
1600
|
-
export interface ReservedInstanceReservationValue {
|
|
1601
|
-
ReservationValue?: ReservationValue;
|
|
1602
|
-
ReservedInstanceId?: string;
|
|
1603
|
-
}
|
|
1604
|
-
export interface TargetConfiguration {
|
|
1605
|
-
InstanceCount?: number;
|
|
1606
|
-
OfferingId?: string;
|
|
1607
|
-
}
|
|
1608
|
-
export interface TargetReservationValue {
|
|
1609
|
-
ReservationValue?: ReservationValue;
|
|
1610
|
-
TargetConfiguration?: TargetConfiguration;
|
|
1611
|
-
}
|
|
1612
|
-
export interface GetReservedInstancesExchangeQuoteResult {
|
|
1613
|
-
CurrencyCode?: string;
|
|
1614
|
-
IsValidExchange?: boolean;
|
|
1615
|
-
OutputReservedInstancesWillExpireAt?: Date;
|
|
1616
|
-
PaymentDue?: string;
|
|
1617
|
-
ReservedInstanceValueRollup?: ReservationValue;
|
|
1618
|
-
ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
|
|
1619
|
-
TargetConfigurationValueRollup?: ReservationValue;
|
|
1620
|
-
TargetConfigurationValueSet?: TargetReservationValue[];
|
|
1621
|
-
ValidationFailureReason?: string;
|
|
1622
|
-
}
|
|
1623
|
-
export interface GetSecurityGroupsForVpcRequest {
|
|
1624
|
-
VpcId: string | undefined;
|
|
1625
|
-
NextToken?: string;
|
|
1626
|
-
MaxResults?: number;
|
|
1627
|
-
Filters?: Filter[];
|
|
1628
|
-
DryRun?: boolean;
|
|
1629
|
-
}
|
|
1630
|
-
export interface SecurityGroupForVpc {
|
|
1631
|
-
Description?: string;
|
|
1632
|
-
GroupName?: string;
|
|
1633
|
-
OwnerId?: string;
|
|
1634
|
-
GroupId?: string;
|
|
1635
|
-
Tags?: Tag[];
|
|
1636
|
-
PrimaryVpcId?: string;
|
|
1637
|
-
}
|
|
1638
|
-
export interface GetSecurityGroupsForVpcResult {
|
|
1639
|
-
NextToken?: string;
|
|
1640
|
-
SecurityGroupForVpcs?: SecurityGroupForVpc[];
|
|
1641
|
-
}
|
|
1642
|
-
export interface GetSerialConsoleAccessStatusRequest {
|
|
1643
|
-
DryRun?: boolean;
|
|
1644
|
-
}
|
|
1645
|
-
export interface GetSerialConsoleAccessStatusResult {
|
|
1646
|
-
SerialConsoleAccessEnabled?: boolean;
|
|
1647
|
-
}
|
|
1648
1676
|
export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
|
|
1649
1677
|
obj: DescribeVerifiedAccessTrustProvidersResult
|
|
1650
1678
|
) => any;
|
|
@@ -1654,9 +1682,3 @@ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
|
1654
1682
|
export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1655
1683
|
obj: DetachVerifiedAccessTrustProviderResult
|
|
1656
1684
|
) => any;
|
|
1657
|
-
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1658
|
-
obj: GetLaunchTemplateDataResult
|
|
1659
|
-
) => any;
|
|
1660
|
-
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1661
|
-
obj: GetPasswordDataResult
|
|
1662
|
-
) => any;
|