@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
|
@@ -4,11 +4,18 @@ import {
|
|
|
4
4
|
AddressAttributeName,
|
|
5
5
|
ByoipCidr,
|
|
6
6
|
ClientVpnAuthorizationRuleStatus,
|
|
7
|
+
IamInstanceProfileAssociation,
|
|
7
8
|
IamInstanceProfileSpecification,
|
|
8
9
|
IpPermission,
|
|
9
10
|
NatGatewayAddress,
|
|
11
|
+
PortRange,
|
|
12
|
+
RouteTableAssociationState,
|
|
10
13
|
TagSpecification,
|
|
11
14
|
TransitGatewayAttachmentResourceType,
|
|
15
|
+
TransitGatewayMulticastDomainAssociations,
|
|
16
|
+
TransitGatewayPeeringAttachment,
|
|
17
|
+
TransitGatewayVpcAttachment,
|
|
18
|
+
UnsuccessfulItem,
|
|
12
19
|
} from "./models_0";
|
|
13
20
|
import {
|
|
14
21
|
AmdSevSnpSpecification,
|
|
@@ -16,23 +23,22 @@ import {
|
|
|
16
23
|
CreditSpecificationRequest,
|
|
17
24
|
ElasticGpuSpecification,
|
|
18
25
|
HostnameType,
|
|
26
|
+
IcmpTypeCode,
|
|
19
27
|
InstanceInterruptionBehavior,
|
|
20
28
|
InstanceIpv6Address,
|
|
21
29
|
LocalGatewayRoute,
|
|
22
30
|
ManagedPrefixList,
|
|
23
31
|
MarketType,
|
|
24
32
|
Placement,
|
|
33
|
+
RuleAction,
|
|
25
34
|
ShutdownBehavior,
|
|
26
35
|
SpotInstanceType,
|
|
27
36
|
} from "./models_1";
|
|
28
37
|
import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
|
|
29
|
-
import {
|
|
30
|
-
ClientVpnConnectionStatus,
|
|
31
|
-
Filter,
|
|
32
|
-
InstanceAttributeName,
|
|
33
|
-
} from "./models_3";
|
|
38
|
+
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
34
39
|
import {
|
|
35
40
|
HttpTokensState,
|
|
41
|
+
InstanceAttributeName,
|
|
36
42
|
InstanceAutoRecoveryState,
|
|
37
43
|
InstanceMetadataEndpointState,
|
|
38
44
|
InstanceMetadataProtocolState,
|
|
@@ -43,6 +49,7 @@ import {
|
|
|
43
49
|
NetworkInsightsAnalysis,
|
|
44
50
|
RunInstancesMonitoringEnabled,
|
|
45
51
|
SnapshotAttributeName,
|
|
52
|
+
SpotFleetRequestConfigData,
|
|
46
53
|
SpotInstanceRequest,
|
|
47
54
|
SpotPlacement,
|
|
48
55
|
} from "./models_4";
|
|
@@ -51,6 +58,175 @@ import {
|
|
|
51
58
|
InstanceMonitoring,
|
|
52
59
|
Status,
|
|
53
60
|
} from "./models_6";
|
|
61
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
62
|
+
TransitGatewayMulticastDomainId?: string;
|
|
63
|
+
TransitGatewayAttachmentId?: string;
|
|
64
|
+
SubnetIds?: string[];
|
|
65
|
+
DryRun?: boolean;
|
|
66
|
+
}
|
|
67
|
+
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
68
|
+
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
69
|
+
}
|
|
70
|
+
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
71
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
72
|
+
DryRun?: boolean;
|
|
73
|
+
}
|
|
74
|
+
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
75
|
+
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
76
|
+
}
|
|
77
|
+
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
78
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
79
|
+
DryRun?: boolean;
|
|
80
|
+
}
|
|
81
|
+
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
82
|
+
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
83
|
+
}
|
|
84
|
+
export interface RejectVpcEndpointConnectionsRequest {
|
|
85
|
+
DryRun?: boolean;
|
|
86
|
+
ServiceId: string | undefined;
|
|
87
|
+
VpcEndpointIds: string[] | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface RejectVpcEndpointConnectionsResult {
|
|
90
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
91
|
+
}
|
|
92
|
+
export interface RejectVpcPeeringConnectionRequest {
|
|
93
|
+
DryRun?: boolean;
|
|
94
|
+
VpcPeeringConnectionId: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface RejectVpcPeeringConnectionResult {
|
|
97
|
+
Return?: boolean;
|
|
98
|
+
}
|
|
99
|
+
export interface ReleaseAddressRequest {
|
|
100
|
+
AllocationId?: string;
|
|
101
|
+
PublicIp?: string;
|
|
102
|
+
NetworkBorderGroup?: string;
|
|
103
|
+
DryRun?: boolean;
|
|
104
|
+
}
|
|
105
|
+
export interface ReleaseHostsRequest {
|
|
106
|
+
HostIds: string[] | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface ReleaseHostsResult {
|
|
109
|
+
Successful?: string[];
|
|
110
|
+
Unsuccessful?: UnsuccessfulItem[];
|
|
111
|
+
}
|
|
112
|
+
export interface ReleaseIpamPoolAllocationRequest {
|
|
113
|
+
DryRun?: boolean;
|
|
114
|
+
IpamPoolId: string | undefined;
|
|
115
|
+
Cidr: string | undefined;
|
|
116
|
+
IpamPoolAllocationId: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface ReleaseIpamPoolAllocationResult {
|
|
119
|
+
Success?: boolean;
|
|
120
|
+
}
|
|
121
|
+
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
122
|
+
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
123
|
+
AssociationId: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
126
|
+
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
127
|
+
}
|
|
128
|
+
export interface ReplaceNetworkAclAssociationRequest {
|
|
129
|
+
AssociationId: string | undefined;
|
|
130
|
+
DryRun?: boolean;
|
|
131
|
+
NetworkAclId: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ReplaceNetworkAclAssociationResult {
|
|
134
|
+
NewAssociationId?: string;
|
|
135
|
+
}
|
|
136
|
+
export interface ReplaceNetworkAclEntryRequest {
|
|
137
|
+
CidrBlock?: string;
|
|
138
|
+
DryRun?: boolean;
|
|
139
|
+
Egress: boolean | undefined;
|
|
140
|
+
IcmpTypeCode?: IcmpTypeCode;
|
|
141
|
+
Ipv6CidrBlock?: string;
|
|
142
|
+
NetworkAclId: string | undefined;
|
|
143
|
+
PortRange?: PortRange;
|
|
144
|
+
Protocol: string | undefined;
|
|
145
|
+
RuleAction: RuleAction | undefined;
|
|
146
|
+
RuleNumber: number | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface ReplaceRouteRequest {
|
|
149
|
+
DestinationCidrBlock?: string;
|
|
150
|
+
DestinationIpv6CidrBlock?: string;
|
|
151
|
+
DestinationPrefixListId?: string;
|
|
152
|
+
DryRun?: boolean;
|
|
153
|
+
VpcEndpointId?: string;
|
|
154
|
+
EgressOnlyInternetGatewayId?: string;
|
|
155
|
+
GatewayId?: string;
|
|
156
|
+
InstanceId?: string;
|
|
157
|
+
LocalTarget?: boolean;
|
|
158
|
+
NatGatewayId?: string;
|
|
159
|
+
TransitGatewayId?: string;
|
|
160
|
+
LocalGatewayId?: string;
|
|
161
|
+
CarrierGatewayId?: string;
|
|
162
|
+
NetworkInterfaceId?: string;
|
|
163
|
+
RouteTableId: string | undefined;
|
|
164
|
+
VpcPeeringConnectionId?: string;
|
|
165
|
+
CoreNetworkArn?: string;
|
|
166
|
+
}
|
|
167
|
+
export interface ReplaceRouteTableAssociationRequest {
|
|
168
|
+
AssociationId: string | undefined;
|
|
169
|
+
DryRun?: boolean;
|
|
170
|
+
RouteTableId: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface ReplaceRouteTableAssociationResult {
|
|
173
|
+
NewAssociationId?: string;
|
|
174
|
+
AssociationState?: RouteTableAssociationState;
|
|
175
|
+
}
|
|
176
|
+
export interface ReplaceTransitGatewayRouteRequest {
|
|
177
|
+
DestinationCidrBlock: string | undefined;
|
|
178
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
179
|
+
TransitGatewayAttachmentId?: string;
|
|
180
|
+
Blackhole?: boolean;
|
|
181
|
+
DryRun?: boolean;
|
|
182
|
+
}
|
|
183
|
+
export interface ReplaceTransitGatewayRouteResult {
|
|
184
|
+
Route?: TransitGatewayRoute;
|
|
185
|
+
}
|
|
186
|
+
export interface ReplaceVpnTunnelRequest {
|
|
187
|
+
VpnConnectionId: string | undefined;
|
|
188
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
189
|
+
ApplyPendingMaintenance?: boolean;
|
|
190
|
+
DryRun?: boolean;
|
|
191
|
+
}
|
|
192
|
+
export interface ReplaceVpnTunnelResult {
|
|
193
|
+
Return?: boolean;
|
|
194
|
+
}
|
|
195
|
+
export declare const ReportInstanceReasonCodes: {
|
|
196
|
+
readonly instance_stuck_in_state: "instance-stuck-in-state";
|
|
197
|
+
readonly not_accepting_credentials: "not-accepting-credentials";
|
|
198
|
+
readonly other: "other";
|
|
199
|
+
readonly password_not_available: "password-not-available";
|
|
200
|
+
readonly performance_ebs_volume: "performance-ebs-volume";
|
|
201
|
+
readonly performance_instance_store: "performance-instance-store";
|
|
202
|
+
readonly performance_network: "performance-network";
|
|
203
|
+
readonly performance_other: "performance-other";
|
|
204
|
+
readonly unresponsive: "unresponsive";
|
|
205
|
+
};
|
|
206
|
+
export type ReportInstanceReasonCodes =
|
|
207
|
+
(typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
|
|
208
|
+
export declare const ReportStatusType: {
|
|
209
|
+
readonly impaired: "impaired";
|
|
210
|
+
readonly ok: "ok";
|
|
211
|
+
};
|
|
212
|
+
export type ReportStatusType =
|
|
213
|
+
(typeof ReportStatusType)[keyof typeof ReportStatusType];
|
|
214
|
+
export interface ReportInstanceStatusRequest {
|
|
215
|
+
Description?: string;
|
|
216
|
+
DryRun?: boolean;
|
|
217
|
+
EndTime?: Date;
|
|
218
|
+
Instances: string[] | undefined;
|
|
219
|
+
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
220
|
+
StartTime?: Date;
|
|
221
|
+
Status: ReportStatusType | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface RequestSpotFleetRequest {
|
|
224
|
+
DryRun?: boolean;
|
|
225
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface RequestSpotFleetResponse {
|
|
228
|
+
SpotFleetRequestId?: string;
|
|
229
|
+
}
|
|
54
230
|
export interface RequestSpotLaunchSpecification {
|
|
55
231
|
SecurityGroupIds?: string[];
|
|
56
232
|
SecurityGroups?: string[];
|
|
@@ -596,6 +772,9 @@ export interface WithdrawByoipCidrRequest {
|
|
|
596
772
|
export interface WithdrawByoipCidrResult {
|
|
597
773
|
ByoipCidr?: ByoipCidr;
|
|
598
774
|
}
|
|
775
|
+
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
776
|
+
obj: RequestSpotFleetRequest
|
|
777
|
+
) => any;
|
|
599
778
|
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
|
|
600
779
|
obj: RequestSpotLaunchSpecification
|
|
601
780
|
) => any;
|
|
@@ -87,6 +87,10 @@ import {
|
|
|
87
87
|
AssociateInstanceEventWindowCommandInput,
|
|
88
88
|
AssociateInstanceEventWindowCommandOutput,
|
|
89
89
|
} from "../commands/AssociateInstanceEventWindowCommand";
|
|
90
|
+
import {
|
|
91
|
+
AssociateIpamByoasnCommandInput,
|
|
92
|
+
AssociateIpamByoasnCommandOutput,
|
|
93
|
+
} from "../commands/AssociateIpamByoasnCommand";
|
|
90
94
|
import {
|
|
91
95
|
AssociateIpamResourceDiscoveryCommandInput,
|
|
92
96
|
AssociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -847,6 +851,10 @@ import {
|
|
|
847
851
|
DeprovisionByoipCidrCommandInput,
|
|
848
852
|
DeprovisionByoipCidrCommandOutput,
|
|
849
853
|
} from "../commands/DeprovisionByoipCidrCommand";
|
|
854
|
+
import {
|
|
855
|
+
DeprovisionIpamByoasnCommandInput,
|
|
856
|
+
DeprovisionIpamByoasnCommandOutput,
|
|
857
|
+
} from "../commands/DeprovisionIpamByoasnCommand";
|
|
850
858
|
import {
|
|
851
859
|
DeprovisionIpamPoolCidrCommandInput,
|
|
852
860
|
DeprovisionIpamPoolCidrCommandOutput,
|
|
@@ -1095,6 +1103,10 @@ import {
|
|
|
1095
1103
|
DescribeInternetGatewaysCommandInput,
|
|
1096
1104
|
DescribeInternetGatewaysCommandOutput,
|
|
1097
1105
|
} from "../commands/DescribeInternetGatewaysCommand";
|
|
1106
|
+
import {
|
|
1107
|
+
DescribeIpamByoasnCommandInput,
|
|
1108
|
+
DescribeIpamByoasnCommandOutput,
|
|
1109
|
+
} from "../commands/DescribeIpamByoasnCommand";
|
|
1098
1110
|
import {
|
|
1099
1111
|
DescribeIpamPoolsCommandInput,
|
|
1100
1112
|
DescribeIpamPoolsCommandOutput,
|
|
@@ -1567,6 +1579,10 @@ import {
|
|
|
1567
1579
|
DisassociateInstanceEventWindowCommandInput,
|
|
1568
1580
|
DisassociateInstanceEventWindowCommandOutput,
|
|
1569
1581
|
} from "../commands/DisassociateInstanceEventWindowCommand";
|
|
1582
|
+
import {
|
|
1583
|
+
DisassociateIpamByoasnCommandInput,
|
|
1584
|
+
DisassociateIpamByoasnCommandOutput,
|
|
1585
|
+
} from "../commands/DisassociateIpamByoasnCommand";
|
|
1570
1586
|
import {
|
|
1571
1587
|
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1572
1588
|
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
@@ -1759,6 +1775,10 @@ import {
|
|
|
1759
1775
|
GetIpamDiscoveredAccountsCommandInput,
|
|
1760
1776
|
GetIpamDiscoveredAccountsCommandOutput,
|
|
1761
1777
|
} from "../commands/GetIpamDiscoveredAccountsCommand";
|
|
1778
|
+
import {
|
|
1779
|
+
GetIpamDiscoveredPublicAddressesCommandInput,
|
|
1780
|
+
GetIpamDiscoveredPublicAddressesCommandOutput,
|
|
1781
|
+
} from "../commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
1762
1782
|
import {
|
|
1763
1783
|
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
1764
1784
|
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
@@ -2179,6 +2199,10 @@ import {
|
|
|
2179
2199
|
ProvisionByoipCidrCommandInput,
|
|
2180
2200
|
ProvisionByoipCidrCommandOutput,
|
|
2181
2201
|
} from "../commands/ProvisionByoipCidrCommand";
|
|
2202
|
+
import {
|
|
2203
|
+
ProvisionIpamByoasnCommandInput,
|
|
2204
|
+
ProvisionIpamByoasnCommandOutput,
|
|
2205
|
+
} from "../commands/ProvisionIpamByoasnCommand";
|
|
2182
2206
|
import {
|
|
2183
2207
|
ProvisionIpamPoolCidrCommandInput,
|
|
2184
2208
|
ProvisionIpamPoolCidrCommandOutput,
|
|
@@ -2523,6 +2547,10 @@ export declare const se_AssociateInstanceEventWindowCommand: (
|
|
|
2523
2547
|
input: AssociateInstanceEventWindowCommandInput,
|
|
2524
2548
|
context: __SerdeContext
|
|
2525
2549
|
) => Promise<__HttpRequest>;
|
|
2550
|
+
export declare const se_AssociateIpamByoasnCommand: (
|
|
2551
|
+
input: AssociateIpamByoasnCommandInput,
|
|
2552
|
+
context: __SerdeContext
|
|
2553
|
+
) => Promise<__HttpRequest>;
|
|
2526
2554
|
export declare const se_AssociateIpamResourceDiscoveryCommand: (
|
|
2527
2555
|
input: AssociateIpamResourceDiscoveryCommandInput,
|
|
2528
2556
|
context: __SerdeContext
|
|
@@ -3283,6 +3311,10 @@ export declare const se_DeprovisionByoipCidrCommand: (
|
|
|
3283
3311
|
input: DeprovisionByoipCidrCommandInput,
|
|
3284
3312
|
context: __SerdeContext
|
|
3285
3313
|
) => Promise<__HttpRequest>;
|
|
3314
|
+
export declare const se_DeprovisionIpamByoasnCommand: (
|
|
3315
|
+
input: DeprovisionIpamByoasnCommandInput,
|
|
3316
|
+
context: __SerdeContext
|
|
3317
|
+
) => Promise<__HttpRequest>;
|
|
3286
3318
|
export declare const se_DeprovisionIpamPoolCidrCommand: (
|
|
3287
3319
|
input: DeprovisionIpamPoolCidrCommandInput,
|
|
3288
3320
|
context: __SerdeContext
|
|
@@ -3531,6 +3563,10 @@ export declare const se_DescribeInternetGatewaysCommand: (
|
|
|
3531
3563
|
input: DescribeInternetGatewaysCommandInput,
|
|
3532
3564
|
context: __SerdeContext
|
|
3533
3565
|
) => Promise<__HttpRequest>;
|
|
3566
|
+
export declare const se_DescribeIpamByoasnCommand: (
|
|
3567
|
+
input: DescribeIpamByoasnCommandInput,
|
|
3568
|
+
context: __SerdeContext
|
|
3569
|
+
) => Promise<__HttpRequest>;
|
|
3534
3570
|
export declare const se_DescribeIpamPoolsCommand: (
|
|
3535
3571
|
input: DescribeIpamPoolsCommandInput,
|
|
3536
3572
|
context: __SerdeContext
|
|
@@ -4003,6 +4039,10 @@ export declare const se_DisassociateInstanceEventWindowCommand: (
|
|
|
4003
4039
|
input: DisassociateInstanceEventWindowCommandInput,
|
|
4004
4040
|
context: __SerdeContext
|
|
4005
4041
|
) => Promise<__HttpRequest>;
|
|
4042
|
+
export declare const se_DisassociateIpamByoasnCommand: (
|
|
4043
|
+
input: DisassociateIpamByoasnCommandInput,
|
|
4044
|
+
context: __SerdeContext
|
|
4045
|
+
) => Promise<__HttpRequest>;
|
|
4006
4046
|
export declare const se_DisassociateIpamResourceDiscoveryCommand: (
|
|
4007
4047
|
input: DisassociateIpamResourceDiscoveryCommandInput,
|
|
4008
4048
|
context: __SerdeContext
|
|
@@ -4195,6 +4235,10 @@ export declare const se_GetIpamDiscoveredAccountsCommand: (
|
|
|
4195
4235
|
input: GetIpamDiscoveredAccountsCommandInput,
|
|
4196
4236
|
context: __SerdeContext
|
|
4197
4237
|
) => Promise<__HttpRequest>;
|
|
4238
|
+
export declare const se_GetIpamDiscoveredPublicAddressesCommand: (
|
|
4239
|
+
input: GetIpamDiscoveredPublicAddressesCommandInput,
|
|
4240
|
+
context: __SerdeContext
|
|
4241
|
+
) => Promise<__HttpRequest>;
|
|
4198
4242
|
export declare const se_GetIpamDiscoveredResourceCidrsCommand: (
|
|
4199
4243
|
input: GetIpamDiscoveredResourceCidrsCommandInput,
|
|
4200
4244
|
context: __SerdeContext
|
|
@@ -4615,6 +4659,10 @@ export declare const se_ProvisionByoipCidrCommand: (
|
|
|
4615
4659
|
input: ProvisionByoipCidrCommandInput,
|
|
4616
4660
|
context: __SerdeContext
|
|
4617
4661
|
) => Promise<__HttpRequest>;
|
|
4662
|
+
export declare const se_ProvisionIpamByoasnCommand: (
|
|
4663
|
+
input: ProvisionIpamByoasnCommandInput,
|
|
4664
|
+
context: __SerdeContext
|
|
4665
|
+
) => Promise<__HttpRequest>;
|
|
4618
4666
|
export declare const se_ProvisionIpamPoolCidrCommand: (
|
|
4619
4667
|
input: ProvisionIpamPoolCidrCommandInput,
|
|
4620
4668
|
context: __SerdeContext
|
|
@@ -4959,6 +5007,10 @@ export declare const de_AssociateInstanceEventWindowCommand: (
|
|
|
4959
5007
|
output: __HttpResponse,
|
|
4960
5008
|
context: __SerdeContext
|
|
4961
5009
|
) => Promise<AssociateInstanceEventWindowCommandOutput>;
|
|
5010
|
+
export declare const de_AssociateIpamByoasnCommand: (
|
|
5011
|
+
output: __HttpResponse,
|
|
5012
|
+
context: __SerdeContext
|
|
5013
|
+
) => Promise<AssociateIpamByoasnCommandOutput>;
|
|
4962
5014
|
export declare const de_AssociateIpamResourceDiscoveryCommand: (
|
|
4963
5015
|
output: __HttpResponse,
|
|
4964
5016
|
context: __SerdeContext
|
|
@@ -5719,6 +5771,10 @@ export declare const de_DeprovisionByoipCidrCommand: (
|
|
|
5719
5771
|
output: __HttpResponse,
|
|
5720
5772
|
context: __SerdeContext
|
|
5721
5773
|
) => Promise<DeprovisionByoipCidrCommandOutput>;
|
|
5774
|
+
export declare const de_DeprovisionIpamByoasnCommand: (
|
|
5775
|
+
output: __HttpResponse,
|
|
5776
|
+
context: __SerdeContext
|
|
5777
|
+
) => Promise<DeprovisionIpamByoasnCommandOutput>;
|
|
5722
5778
|
export declare const de_DeprovisionIpamPoolCidrCommand: (
|
|
5723
5779
|
output: __HttpResponse,
|
|
5724
5780
|
context: __SerdeContext
|
|
@@ -5967,6 +6023,10 @@ export declare const de_DescribeInternetGatewaysCommand: (
|
|
|
5967
6023
|
output: __HttpResponse,
|
|
5968
6024
|
context: __SerdeContext
|
|
5969
6025
|
) => Promise<DescribeInternetGatewaysCommandOutput>;
|
|
6026
|
+
export declare const de_DescribeIpamByoasnCommand: (
|
|
6027
|
+
output: __HttpResponse,
|
|
6028
|
+
context: __SerdeContext
|
|
6029
|
+
) => Promise<DescribeIpamByoasnCommandOutput>;
|
|
5970
6030
|
export declare const de_DescribeIpamPoolsCommand: (
|
|
5971
6031
|
output: __HttpResponse,
|
|
5972
6032
|
context: __SerdeContext
|
|
@@ -6439,6 +6499,10 @@ export declare const de_DisassociateInstanceEventWindowCommand: (
|
|
|
6439
6499
|
output: __HttpResponse,
|
|
6440
6500
|
context: __SerdeContext
|
|
6441
6501
|
) => Promise<DisassociateInstanceEventWindowCommandOutput>;
|
|
6502
|
+
export declare const de_DisassociateIpamByoasnCommand: (
|
|
6503
|
+
output: __HttpResponse,
|
|
6504
|
+
context: __SerdeContext
|
|
6505
|
+
) => Promise<DisassociateIpamByoasnCommandOutput>;
|
|
6442
6506
|
export declare const de_DisassociateIpamResourceDiscoveryCommand: (
|
|
6443
6507
|
output: __HttpResponse,
|
|
6444
6508
|
context: __SerdeContext
|
|
@@ -6631,6 +6695,10 @@ export declare const de_GetIpamDiscoveredAccountsCommand: (
|
|
|
6631
6695
|
output: __HttpResponse,
|
|
6632
6696
|
context: __SerdeContext
|
|
6633
6697
|
) => Promise<GetIpamDiscoveredAccountsCommandOutput>;
|
|
6698
|
+
export declare const de_GetIpamDiscoveredPublicAddressesCommand: (
|
|
6699
|
+
output: __HttpResponse,
|
|
6700
|
+
context: __SerdeContext
|
|
6701
|
+
) => Promise<GetIpamDiscoveredPublicAddressesCommandOutput>;
|
|
6634
6702
|
export declare const de_GetIpamDiscoveredResourceCidrsCommand: (
|
|
6635
6703
|
output: __HttpResponse,
|
|
6636
6704
|
context: __SerdeContext
|
|
@@ -7051,6 +7119,10 @@ export declare const de_ProvisionByoipCidrCommand: (
|
|
|
7051
7119
|
output: __HttpResponse,
|
|
7052
7120
|
context: __SerdeContext
|
|
7053
7121
|
) => Promise<ProvisionByoipCidrCommandOutput>;
|
|
7122
|
+
export declare const de_ProvisionIpamByoasnCommand: (
|
|
7123
|
+
output: __HttpResponse,
|
|
7124
|
+
context: __SerdeContext
|
|
7125
|
+
) => Promise<ProvisionIpamByoasnCommandOutput>;
|
|
7054
7126
|
export declare const de_ProvisionIpamPoolCidrCommand: (
|
|
7055
7127
|
output: __HttpResponse,
|
|
7056
7128
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.454.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.454.0",
|
|
25
25
|
"@aws-sdk/core": "3.451.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.451.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.451.0",
|