@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,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
+
AccessScopeAnalysisFinding,
|
|
3
4
|
AddedPrincipal,
|
|
4
5
|
AddIpamOperatingRegion,
|
|
5
6
|
AddPrefixListEntry,
|
|
@@ -16,19 +17,14 @@ import {
|
|
|
16
17
|
EndDateType,
|
|
17
18
|
HostMaintenance,
|
|
18
19
|
HostRecovery,
|
|
19
|
-
IamInstanceProfileAssociation,
|
|
20
|
-
IamInstanceProfileSpecification,
|
|
21
20
|
InstanceEventWindow,
|
|
22
21
|
Ipv6SupportValue,
|
|
23
|
-
PortRange,
|
|
24
|
-
RouteTableAssociationState,
|
|
25
22
|
SubnetAssociation,
|
|
26
23
|
Tag,
|
|
27
24
|
TagSpecification,
|
|
25
|
+
TargetConfigurationRequest,
|
|
28
26
|
TransitGatewayAssociationState,
|
|
29
27
|
TransitGatewayAttachmentResourceType,
|
|
30
|
-
TransitGatewayMulticastDomainAssociations,
|
|
31
|
-
TransitGatewayPeeringAttachment,
|
|
32
28
|
TransitGatewayPolicyTableAssociation,
|
|
33
29
|
TransitGatewayVpcAttachment,
|
|
34
30
|
UnsuccessfulItem,
|
|
@@ -44,24 +40,27 @@ import {
|
|
|
44
40
|
ClientConnectOptions,
|
|
45
41
|
ClientLoginBannerOptions,
|
|
46
42
|
ConnectionLogOptions,
|
|
43
|
+
ConnectionTrackingSpecificationRequest,
|
|
47
44
|
DiskImageFormat,
|
|
48
45
|
FleetExcessCapacityTerminationPolicy,
|
|
49
46
|
FleetLaunchTemplateConfigRequest,
|
|
50
47
|
HostnameType,
|
|
51
|
-
IcmpTypeCode,
|
|
52
48
|
InstanceEventWindowTimeRangeRequest,
|
|
53
49
|
InstanceRequirementsRequest,
|
|
54
50
|
Ipam,
|
|
55
51
|
IpamPool,
|
|
56
52
|
IpamResourceDiscovery,
|
|
53
|
+
IpamResourceTag,
|
|
57
54
|
IpamScope,
|
|
55
|
+
IpamTier,
|
|
58
56
|
LaunchTemplate,
|
|
59
57
|
LocalGatewayRoute,
|
|
60
58
|
ManagedPrefixList,
|
|
59
|
+
NetworkInsightsAccessScopeContent,
|
|
61
60
|
Placement,
|
|
62
61
|
PlatformValues,
|
|
63
62
|
RequestIpamResourceTag,
|
|
64
|
-
|
|
63
|
+
ResponseLaunchTemplateData,
|
|
65
64
|
SelfServicePortal,
|
|
66
65
|
ShutdownBehavior,
|
|
67
66
|
TargetCapacitySpecificationRequest,
|
|
@@ -93,7 +92,6 @@ import {
|
|
|
93
92
|
TrafficMirrorSession,
|
|
94
93
|
TransitGateway,
|
|
95
94
|
TransitGatewayPrefixListReference,
|
|
96
|
-
TransitGatewayRoute,
|
|
97
95
|
VerifiedAccessEndpoint,
|
|
98
96
|
VerifiedAccessEndpointProtocol,
|
|
99
97
|
VerifiedAccessGroup,
|
|
@@ -104,29 +102,30 @@ import {
|
|
|
104
102
|
} from "./models_2";
|
|
105
103
|
import {
|
|
106
104
|
ArchitectureValues,
|
|
107
|
-
AttributeBooleanValue,
|
|
108
105
|
BootModeValues,
|
|
106
|
+
Byoasn,
|
|
109
107
|
ConversionTask,
|
|
110
108
|
Filter,
|
|
111
109
|
FpgaImageAttribute,
|
|
112
110
|
FpgaImageAttributeName,
|
|
113
111
|
ImdsSupportValues,
|
|
114
112
|
ImportImageLicenseConfigurationResponse,
|
|
115
|
-
InstanceAttributeName,
|
|
116
113
|
InstanceTagNotificationAttribute,
|
|
117
114
|
IpamPoolCidr,
|
|
118
115
|
LaunchPermission,
|
|
119
116
|
PermissionGroup,
|
|
120
117
|
SnapshotDetail,
|
|
121
|
-
SnapshotTaskDetail,
|
|
122
118
|
TpmSupportValues,
|
|
123
119
|
VirtualizationType,
|
|
124
120
|
} from "./models_3";
|
|
125
121
|
import {
|
|
122
|
+
AnalysisStatus,
|
|
126
123
|
ArchitectureType,
|
|
124
|
+
AttributeBooleanValue,
|
|
127
125
|
CreateVolumePermission,
|
|
128
126
|
ExcessCapacityTerminationPolicy,
|
|
129
127
|
HttpTokensState,
|
|
128
|
+
InstanceAttributeName,
|
|
130
129
|
InstanceAutoRecoveryState,
|
|
131
130
|
InstanceMetadataEndpointState,
|
|
132
131
|
InstanceMetadataOptionsResponse,
|
|
@@ -140,11 +139,13 @@ import {
|
|
|
140
139
|
ReservedInstancesConfiguration,
|
|
141
140
|
ScheduledInstance,
|
|
142
141
|
SnapshotAttributeName,
|
|
143
|
-
|
|
142
|
+
SnapshotTaskDetail,
|
|
144
143
|
} from "./models_4";
|
|
145
144
|
import {
|
|
146
145
|
InstanceFamilyCreditSpecification,
|
|
147
|
-
|
|
146
|
+
IpamComplianceStatus,
|
|
147
|
+
IpamOverlapStatus,
|
|
148
|
+
IpamResourceType,
|
|
148
149
|
Purchase,
|
|
149
150
|
SnapshotBlockPublicAccessState,
|
|
150
151
|
TransitGatewayPropagationState,
|
|
@@ -152,6 +153,168 @@ import {
|
|
|
152
153
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
153
154
|
VolumeModification,
|
|
154
155
|
} from "./models_5";
|
|
156
|
+
export interface GetIpamResourceCidrsRequest {
|
|
157
|
+
DryRun?: boolean;
|
|
158
|
+
Filters?: Filter[];
|
|
159
|
+
MaxResults?: number;
|
|
160
|
+
NextToken?: string;
|
|
161
|
+
IpamScopeId: string | undefined;
|
|
162
|
+
IpamPoolId?: string;
|
|
163
|
+
ResourceId?: string;
|
|
164
|
+
ResourceType?: IpamResourceType;
|
|
165
|
+
ResourceTag?: RequestIpamResourceTag;
|
|
166
|
+
ResourceOwner?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare const IpamManagementState: {
|
|
169
|
+
readonly ignored: "ignored";
|
|
170
|
+
readonly managed: "managed";
|
|
171
|
+
readonly unmanaged: "unmanaged";
|
|
172
|
+
};
|
|
173
|
+
export type IpamManagementState =
|
|
174
|
+
(typeof IpamManagementState)[keyof typeof IpamManagementState];
|
|
175
|
+
export interface IpamResourceCidr {
|
|
176
|
+
IpamId?: string;
|
|
177
|
+
IpamScopeId?: string;
|
|
178
|
+
IpamPoolId?: string;
|
|
179
|
+
ResourceRegion?: string;
|
|
180
|
+
ResourceOwnerId?: string;
|
|
181
|
+
ResourceId?: string;
|
|
182
|
+
ResourceName?: string;
|
|
183
|
+
ResourceCidr?: string;
|
|
184
|
+
ResourceType?: IpamResourceType;
|
|
185
|
+
ResourceTags?: IpamResourceTag[];
|
|
186
|
+
IpUsage?: number;
|
|
187
|
+
ComplianceStatus?: IpamComplianceStatus;
|
|
188
|
+
ManagementState?: IpamManagementState;
|
|
189
|
+
OverlapStatus?: IpamOverlapStatus;
|
|
190
|
+
VpcId?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface GetIpamResourceCidrsResult {
|
|
193
|
+
NextToken?: string;
|
|
194
|
+
IpamResourceCidrs?: IpamResourceCidr[];
|
|
195
|
+
}
|
|
196
|
+
export interface GetLaunchTemplateDataRequest {
|
|
197
|
+
DryRun?: boolean;
|
|
198
|
+
InstanceId: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface GetLaunchTemplateDataResult {
|
|
201
|
+
LaunchTemplateData?: ResponseLaunchTemplateData;
|
|
202
|
+
}
|
|
203
|
+
export interface GetManagedPrefixListAssociationsRequest {
|
|
204
|
+
DryRun?: boolean;
|
|
205
|
+
PrefixListId: string | undefined;
|
|
206
|
+
MaxResults?: number;
|
|
207
|
+
NextToken?: string;
|
|
208
|
+
}
|
|
209
|
+
export interface PrefixListAssociation {
|
|
210
|
+
ResourceId?: string;
|
|
211
|
+
ResourceOwner?: string;
|
|
212
|
+
}
|
|
213
|
+
export interface GetManagedPrefixListAssociationsResult {
|
|
214
|
+
PrefixListAssociations?: PrefixListAssociation[];
|
|
215
|
+
NextToken?: string;
|
|
216
|
+
}
|
|
217
|
+
export interface GetManagedPrefixListEntriesRequest {
|
|
218
|
+
DryRun?: boolean;
|
|
219
|
+
PrefixListId: string | undefined;
|
|
220
|
+
TargetVersion?: number;
|
|
221
|
+
MaxResults?: number;
|
|
222
|
+
NextToken?: string;
|
|
223
|
+
}
|
|
224
|
+
export interface PrefixListEntry {
|
|
225
|
+
Cidr?: string;
|
|
226
|
+
Description?: string;
|
|
227
|
+
}
|
|
228
|
+
export interface GetManagedPrefixListEntriesResult {
|
|
229
|
+
Entries?: PrefixListEntry[];
|
|
230
|
+
NextToken?: string;
|
|
231
|
+
}
|
|
232
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsRequest {
|
|
233
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
234
|
+
MaxResults?: number;
|
|
235
|
+
NextToken?: string;
|
|
236
|
+
DryRun?: boolean;
|
|
237
|
+
}
|
|
238
|
+
export interface GetNetworkInsightsAccessScopeAnalysisFindingsResult {
|
|
239
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
240
|
+
AnalysisStatus?: AnalysisStatus;
|
|
241
|
+
AnalysisFindings?: AccessScopeAnalysisFinding[];
|
|
242
|
+
NextToken?: string;
|
|
243
|
+
}
|
|
244
|
+
export interface GetNetworkInsightsAccessScopeContentRequest {
|
|
245
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
246
|
+
DryRun?: boolean;
|
|
247
|
+
}
|
|
248
|
+
export interface GetNetworkInsightsAccessScopeContentResult {
|
|
249
|
+
NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
|
|
250
|
+
}
|
|
251
|
+
export interface GetPasswordDataRequest {
|
|
252
|
+
InstanceId: string | undefined;
|
|
253
|
+
DryRun?: boolean;
|
|
254
|
+
}
|
|
255
|
+
export interface GetPasswordDataResult {
|
|
256
|
+
InstanceId?: string;
|
|
257
|
+
PasswordData?: string;
|
|
258
|
+
Timestamp?: Date;
|
|
259
|
+
}
|
|
260
|
+
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
261
|
+
DryRun?: boolean;
|
|
262
|
+
ReservedInstanceIds: string[] | undefined;
|
|
263
|
+
TargetConfigurations?: TargetConfigurationRequest[];
|
|
264
|
+
}
|
|
265
|
+
export interface ReservationValue {
|
|
266
|
+
HourlyPrice?: string;
|
|
267
|
+
RemainingTotalValue?: string;
|
|
268
|
+
RemainingUpfrontValue?: string;
|
|
269
|
+
}
|
|
270
|
+
export interface ReservedInstanceReservationValue {
|
|
271
|
+
ReservationValue?: ReservationValue;
|
|
272
|
+
ReservedInstanceId?: string;
|
|
273
|
+
}
|
|
274
|
+
export interface TargetConfiguration {
|
|
275
|
+
InstanceCount?: number;
|
|
276
|
+
OfferingId?: string;
|
|
277
|
+
}
|
|
278
|
+
export interface TargetReservationValue {
|
|
279
|
+
ReservationValue?: ReservationValue;
|
|
280
|
+
TargetConfiguration?: TargetConfiguration;
|
|
281
|
+
}
|
|
282
|
+
export interface GetReservedInstancesExchangeQuoteResult {
|
|
283
|
+
CurrencyCode?: string;
|
|
284
|
+
IsValidExchange?: boolean;
|
|
285
|
+
OutputReservedInstancesWillExpireAt?: Date;
|
|
286
|
+
PaymentDue?: string;
|
|
287
|
+
ReservedInstanceValueRollup?: ReservationValue;
|
|
288
|
+
ReservedInstanceValueSet?: ReservedInstanceReservationValue[];
|
|
289
|
+
TargetConfigurationValueRollup?: ReservationValue;
|
|
290
|
+
TargetConfigurationValueSet?: TargetReservationValue[];
|
|
291
|
+
ValidationFailureReason?: string;
|
|
292
|
+
}
|
|
293
|
+
export interface GetSecurityGroupsForVpcRequest {
|
|
294
|
+
VpcId: string | undefined;
|
|
295
|
+
NextToken?: string;
|
|
296
|
+
MaxResults?: number;
|
|
297
|
+
Filters?: Filter[];
|
|
298
|
+
DryRun?: boolean;
|
|
299
|
+
}
|
|
300
|
+
export interface SecurityGroupForVpc {
|
|
301
|
+
Description?: string;
|
|
302
|
+
GroupName?: string;
|
|
303
|
+
OwnerId?: string;
|
|
304
|
+
GroupId?: string;
|
|
305
|
+
Tags?: Tag[];
|
|
306
|
+
PrimaryVpcId?: string;
|
|
307
|
+
}
|
|
308
|
+
export interface GetSecurityGroupsForVpcResult {
|
|
309
|
+
NextToken?: string;
|
|
310
|
+
SecurityGroupForVpcs?: SecurityGroupForVpc[];
|
|
311
|
+
}
|
|
312
|
+
export interface GetSerialConsoleAccessStatusRequest {
|
|
313
|
+
DryRun?: boolean;
|
|
314
|
+
}
|
|
315
|
+
export interface GetSerialConsoleAccessStatusResult {
|
|
316
|
+
SerialConsoleAccessEnabled?: boolean;
|
|
317
|
+
}
|
|
155
318
|
export interface GetSnapshotBlockPublicAccessStateRequest {
|
|
156
319
|
DryRun?: boolean;
|
|
157
320
|
}
|
|
@@ -885,6 +1048,7 @@ export interface ModifyIpamRequest {
|
|
|
885
1048
|
Description?: string;
|
|
886
1049
|
AddOperatingRegions?: AddIpamOperatingRegion[];
|
|
887
1050
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[];
|
|
1051
|
+
Tier?: IpamTier;
|
|
888
1052
|
}
|
|
889
1053
|
export interface ModifyIpamResult {
|
|
890
1054
|
Ipam?: Ipam;
|
|
@@ -983,6 +1147,7 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
983
1147
|
SourceDestCheck?: AttributeBooleanValue;
|
|
984
1148
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
985
1149
|
EnablePrimaryIpv6?: boolean;
|
|
1150
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
986
1151
|
}
|
|
987
1152
|
export interface ModifyPrivateDnsNameOptionsRequest {
|
|
988
1153
|
DryRun?: boolean;
|
|
@@ -1524,6 +1689,19 @@ export interface ProvisionByoipCidrRequest {
|
|
|
1524
1689
|
export interface ProvisionByoipCidrResult {
|
|
1525
1690
|
ByoipCidr?: ByoipCidr;
|
|
1526
1691
|
}
|
|
1692
|
+
export interface AsnAuthorizationContext {
|
|
1693
|
+
Message: string | undefined;
|
|
1694
|
+
Signature: string | undefined;
|
|
1695
|
+
}
|
|
1696
|
+
export interface ProvisionIpamByoasnRequest {
|
|
1697
|
+
DryRun?: boolean;
|
|
1698
|
+
IpamId: string | undefined;
|
|
1699
|
+
Asn: string | undefined;
|
|
1700
|
+
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
1701
|
+
}
|
|
1702
|
+
export interface ProvisionIpamByoasnResult {
|
|
1703
|
+
Byoasn?: Byoasn;
|
|
1704
|
+
}
|
|
1527
1705
|
export interface IpamCidrAuthorizationContext {
|
|
1528
1706
|
Message?: string;
|
|
1529
1707
|
Signature?: string;
|
|
@@ -1664,175 +1842,12 @@ export interface TransitGatewayMulticastRegisteredGroupSources {
|
|
|
1664
1842
|
export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
1665
1843
|
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources;
|
|
1666
1844
|
}
|
|
1667
|
-
export
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
1674
|
-
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
1675
|
-
}
|
|
1676
|
-
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
1677
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1678
|
-
DryRun?: boolean;
|
|
1679
|
-
}
|
|
1680
|
-
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
1681
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
1682
|
-
}
|
|
1683
|
-
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
1684
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1685
|
-
DryRun?: boolean;
|
|
1686
|
-
}
|
|
1687
|
-
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
1688
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
1689
|
-
}
|
|
1690
|
-
export interface RejectVpcEndpointConnectionsRequest {
|
|
1691
|
-
DryRun?: boolean;
|
|
1692
|
-
ServiceId: string | undefined;
|
|
1693
|
-
VpcEndpointIds: string[] | undefined;
|
|
1694
|
-
}
|
|
1695
|
-
export interface RejectVpcEndpointConnectionsResult {
|
|
1696
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
1697
|
-
}
|
|
1698
|
-
export interface RejectVpcPeeringConnectionRequest {
|
|
1699
|
-
DryRun?: boolean;
|
|
1700
|
-
VpcPeeringConnectionId: string | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface RejectVpcPeeringConnectionResult {
|
|
1703
|
-
Return?: boolean;
|
|
1704
|
-
}
|
|
1705
|
-
export interface ReleaseAddressRequest {
|
|
1706
|
-
AllocationId?: string;
|
|
1707
|
-
PublicIp?: string;
|
|
1708
|
-
NetworkBorderGroup?: string;
|
|
1709
|
-
DryRun?: boolean;
|
|
1710
|
-
}
|
|
1711
|
-
export interface ReleaseHostsRequest {
|
|
1712
|
-
HostIds: string[] | undefined;
|
|
1713
|
-
}
|
|
1714
|
-
export interface ReleaseHostsResult {
|
|
1715
|
-
Successful?: string[];
|
|
1716
|
-
Unsuccessful?: UnsuccessfulItem[];
|
|
1717
|
-
}
|
|
1718
|
-
export interface ReleaseIpamPoolAllocationRequest {
|
|
1719
|
-
DryRun?: boolean;
|
|
1720
|
-
IpamPoolId: string | undefined;
|
|
1721
|
-
Cidr: string | undefined;
|
|
1722
|
-
IpamPoolAllocationId: string | undefined;
|
|
1723
|
-
}
|
|
1724
|
-
export interface ReleaseIpamPoolAllocationResult {
|
|
1725
|
-
Success?: boolean;
|
|
1726
|
-
}
|
|
1727
|
-
export interface ReplaceIamInstanceProfileAssociationRequest {
|
|
1728
|
-
IamInstanceProfile: IamInstanceProfileSpecification | undefined;
|
|
1729
|
-
AssociationId: string | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface ReplaceIamInstanceProfileAssociationResult {
|
|
1732
|
-
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
1733
|
-
}
|
|
1734
|
-
export interface ReplaceNetworkAclAssociationRequest {
|
|
1735
|
-
AssociationId: string | undefined;
|
|
1736
|
-
DryRun?: boolean;
|
|
1737
|
-
NetworkAclId: string | undefined;
|
|
1738
|
-
}
|
|
1739
|
-
export interface ReplaceNetworkAclAssociationResult {
|
|
1740
|
-
NewAssociationId?: string;
|
|
1741
|
-
}
|
|
1742
|
-
export interface ReplaceNetworkAclEntryRequest {
|
|
1743
|
-
CidrBlock?: string;
|
|
1744
|
-
DryRun?: boolean;
|
|
1745
|
-
Egress: boolean | undefined;
|
|
1746
|
-
IcmpTypeCode?: IcmpTypeCode;
|
|
1747
|
-
Ipv6CidrBlock?: string;
|
|
1748
|
-
NetworkAclId: string | undefined;
|
|
1749
|
-
PortRange?: PortRange;
|
|
1750
|
-
Protocol: string | undefined;
|
|
1751
|
-
RuleAction: RuleAction | undefined;
|
|
1752
|
-
RuleNumber: number | undefined;
|
|
1753
|
-
}
|
|
1754
|
-
export interface ReplaceRouteRequest {
|
|
1755
|
-
DestinationCidrBlock?: string;
|
|
1756
|
-
DestinationIpv6CidrBlock?: string;
|
|
1757
|
-
DestinationPrefixListId?: string;
|
|
1758
|
-
DryRun?: boolean;
|
|
1759
|
-
VpcEndpointId?: string;
|
|
1760
|
-
EgressOnlyInternetGatewayId?: string;
|
|
1761
|
-
GatewayId?: string;
|
|
1762
|
-
InstanceId?: string;
|
|
1763
|
-
LocalTarget?: boolean;
|
|
1764
|
-
NatGatewayId?: string;
|
|
1765
|
-
TransitGatewayId?: string;
|
|
1766
|
-
LocalGatewayId?: string;
|
|
1767
|
-
CarrierGatewayId?: string;
|
|
1768
|
-
NetworkInterfaceId?: string;
|
|
1769
|
-
RouteTableId: string | undefined;
|
|
1770
|
-
VpcPeeringConnectionId?: string;
|
|
1771
|
-
CoreNetworkArn?: string;
|
|
1772
|
-
}
|
|
1773
|
-
export interface ReplaceRouteTableAssociationRequest {
|
|
1774
|
-
AssociationId: string | undefined;
|
|
1775
|
-
DryRun?: boolean;
|
|
1776
|
-
RouteTableId: string | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface ReplaceRouteTableAssociationResult {
|
|
1779
|
-
NewAssociationId?: string;
|
|
1780
|
-
AssociationState?: RouteTableAssociationState;
|
|
1781
|
-
}
|
|
1782
|
-
export interface ReplaceTransitGatewayRouteRequest {
|
|
1783
|
-
DestinationCidrBlock: string | undefined;
|
|
1784
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1785
|
-
TransitGatewayAttachmentId?: string;
|
|
1786
|
-
Blackhole?: boolean;
|
|
1787
|
-
DryRun?: boolean;
|
|
1788
|
-
}
|
|
1789
|
-
export interface ReplaceTransitGatewayRouteResult {
|
|
1790
|
-
Route?: TransitGatewayRoute;
|
|
1791
|
-
}
|
|
1792
|
-
export interface ReplaceVpnTunnelRequest {
|
|
1793
|
-
VpnConnectionId: string | undefined;
|
|
1794
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1795
|
-
ApplyPendingMaintenance?: boolean;
|
|
1796
|
-
DryRun?: boolean;
|
|
1797
|
-
}
|
|
1798
|
-
export interface ReplaceVpnTunnelResult {
|
|
1799
|
-
Return?: boolean;
|
|
1800
|
-
}
|
|
1801
|
-
export declare const ReportInstanceReasonCodes: {
|
|
1802
|
-
readonly instance_stuck_in_state: "instance-stuck-in-state";
|
|
1803
|
-
readonly not_accepting_credentials: "not-accepting-credentials";
|
|
1804
|
-
readonly other: "other";
|
|
1805
|
-
readonly password_not_available: "password-not-available";
|
|
1806
|
-
readonly performance_ebs_volume: "performance-ebs-volume";
|
|
1807
|
-
readonly performance_instance_store: "performance-instance-store";
|
|
1808
|
-
readonly performance_network: "performance-network";
|
|
1809
|
-
readonly performance_other: "performance-other";
|
|
1810
|
-
readonly unresponsive: "unresponsive";
|
|
1811
|
-
};
|
|
1812
|
-
export type ReportInstanceReasonCodes =
|
|
1813
|
-
(typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
|
|
1814
|
-
export declare const ReportStatusType: {
|
|
1815
|
-
readonly impaired: "impaired";
|
|
1816
|
-
readonly ok: "ok";
|
|
1817
|
-
};
|
|
1818
|
-
export type ReportStatusType =
|
|
1819
|
-
(typeof ReportStatusType)[keyof typeof ReportStatusType];
|
|
1820
|
-
export interface ReportInstanceStatusRequest {
|
|
1821
|
-
Description?: string;
|
|
1822
|
-
DryRun?: boolean;
|
|
1823
|
-
EndTime?: Date;
|
|
1824
|
-
Instances: string[] | undefined;
|
|
1825
|
-
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
1826
|
-
StartTime?: Date;
|
|
1827
|
-
Status: ReportStatusType | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface RequestSpotFleetRequest {
|
|
1830
|
-
DryRun?: boolean;
|
|
1831
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export interface RequestSpotFleetResponse {
|
|
1834
|
-
SpotFleetRequestId?: string;
|
|
1835
|
-
}
|
|
1845
|
+
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1846
|
+
obj: GetLaunchTemplateDataResult
|
|
1847
|
+
) => any;
|
|
1848
|
+
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1849
|
+
obj: GetPasswordDataResult
|
|
1850
|
+
) => any;
|
|
1836
1851
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1837
1852
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1838
1853
|
) => any;
|
|
@@ -1901,6 +1916,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
|
1901
1916
|
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
1902
1917
|
obj: ModifyVpnTunnelOptionsResult
|
|
1903
1918
|
) => any;
|
|
1904
|
-
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
1905
|
-
obj: RequestSpotFleetRequest
|
|
1906
|
-
) => any;
|