@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
package/dist-es/EC2.js
CHANGED
|
@@ -20,6 +20,7 @@ import { AssociateDhcpOptionsCommand, } from "./commands/AssociateDhcpOptionsCom
|
|
|
20
20
|
import { AssociateEnclaveCertificateIamRoleCommand, } from "./commands/AssociateEnclaveCertificateIamRoleCommand";
|
|
21
21
|
import { AssociateIamInstanceProfileCommand, } from "./commands/AssociateIamInstanceProfileCommand";
|
|
22
22
|
import { AssociateInstanceEventWindowCommand, } from "./commands/AssociateInstanceEventWindowCommand";
|
|
23
|
+
import { AssociateIpamByoasnCommand, } from "./commands/AssociateIpamByoasnCommand";
|
|
23
24
|
import { AssociateIpamResourceDiscoveryCommand, } from "./commands/AssociateIpamResourceDiscoveryCommand";
|
|
24
25
|
import { AssociateNatGatewayAddressCommand, } from "./commands/AssociateNatGatewayAddressCommand";
|
|
25
26
|
import { AssociateRouteTableCommand, } from "./commands/AssociateRouteTableCommand";
|
|
@@ -210,6 +211,7 @@ import { DeleteVpnConnectionCommand, } from "./commands/DeleteVpnConnectionComma
|
|
|
210
211
|
import { DeleteVpnConnectionRouteCommand, } from "./commands/DeleteVpnConnectionRouteCommand";
|
|
211
212
|
import { DeleteVpnGatewayCommand, } from "./commands/DeleteVpnGatewayCommand";
|
|
212
213
|
import { DeprovisionByoipCidrCommand, } from "./commands/DeprovisionByoipCidrCommand";
|
|
214
|
+
import { DeprovisionIpamByoasnCommand, } from "./commands/DeprovisionIpamByoasnCommand";
|
|
213
215
|
import { DeprovisionIpamPoolCidrCommand, } from "./commands/DeprovisionIpamPoolCidrCommand";
|
|
214
216
|
import { DeprovisionPublicIpv4PoolCidrCommand, } from "./commands/DeprovisionPublicIpv4PoolCidrCommand";
|
|
215
217
|
import { DeregisterImageCommand, } from "./commands/DeregisterImageCommand";
|
|
@@ -272,6 +274,7 @@ import { DescribeInstanceTopologyCommand, } from "./commands/DescribeInstanceTop
|
|
|
272
274
|
import { DescribeInstanceTypeOfferingsCommand, } from "./commands/DescribeInstanceTypeOfferingsCommand";
|
|
273
275
|
import { DescribeInstanceTypesCommand, } from "./commands/DescribeInstanceTypesCommand";
|
|
274
276
|
import { DescribeInternetGatewaysCommand, } from "./commands/DescribeInternetGatewaysCommand";
|
|
277
|
+
import { DescribeIpamByoasnCommand, } from "./commands/DescribeIpamByoasnCommand";
|
|
275
278
|
import { DescribeIpamPoolsCommand, } from "./commands/DescribeIpamPoolsCommand";
|
|
276
279
|
import { DescribeIpamResourceDiscoveriesCommand, } from "./commands/DescribeIpamResourceDiscoveriesCommand";
|
|
277
280
|
import { DescribeIpamResourceDiscoveryAssociationsCommand, } from "./commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
@@ -390,6 +393,7 @@ import { DisassociateClientVpnTargetNetworkCommand, } from "./commands/Disassoci
|
|
|
390
393
|
import { DisassociateEnclaveCertificateIamRoleCommand, } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
|
|
391
394
|
import { DisassociateIamInstanceProfileCommand, } from "./commands/DisassociateIamInstanceProfileCommand";
|
|
392
395
|
import { DisassociateInstanceEventWindowCommand, } from "./commands/DisassociateInstanceEventWindowCommand";
|
|
396
|
+
import { DisassociateIpamByoasnCommand, } from "./commands/DisassociateIpamByoasnCommand";
|
|
393
397
|
import { DisassociateIpamResourceDiscoveryCommand, } from "./commands/DisassociateIpamResourceDiscoveryCommand";
|
|
394
398
|
import { DisassociateNatGatewayAddressCommand, } from "./commands/DisassociateNatGatewayAddressCommand";
|
|
395
399
|
import { DisassociateRouteTableCommand, } from "./commands/DisassociateRouteTableCommand";
|
|
@@ -438,6 +442,7 @@ import { GetInstanceTypesFromInstanceRequirementsCommand, } from "./commands/Get
|
|
|
438
442
|
import { GetInstanceUefiDataCommand, } from "./commands/GetInstanceUefiDataCommand";
|
|
439
443
|
import { GetIpamAddressHistoryCommand, } from "./commands/GetIpamAddressHistoryCommand";
|
|
440
444
|
import { GetIpamDiscoveredAccountsCommand, } from "./commands/GetIpamDiscoveredAccountsCommand";
|
|
445
|
+
import { GetIpamDiscoveredPublicAddressesCommand, } from "./commands/GetIpamDiscoveredPublicAddressesCommand";
|
|
441
446
|
import { GetIpamDiscoveredResourceCidrsCommand, } from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
442
447
|
import { GetIpamPoolAllocationsCommand, } from "./commands/GetIpamPoolAllocationsCommand";
|
|
443
448
|
import { GetIpamPoolCidrsCommand, } from "./commands/GetIpamPoolCidrsCommand";
|
|
@@ -543,6 +548,7 @@ import { MonitorInstancesCommand, } from "./commands/MonitorInstancesCommand";
|
|
|
543
548
|
import { MoveAddressToVpcCommand, } from "./commands/MoveAddressToVpcCommand";
|
|
544
549
|
import { MoveByoipCidrToIpamCommand, } from "./commands/MoveByoipCidrToIpamCommand";
|
|
545
550
|
import { ProvisionByoipCidrCommand, } from "./commands/ProvisionByoipCidrCommand";
|
|
551
|
+
import { ProvisionIpamByoasnCommand, } from "./commands/ProvisionIpamByoasnCommand";
|
|
546
552
|
import { ProvisionIpamPoolCidrCommand, } from "./commands/ProvisionIpamPoolCidrCommand";
|
|
547
553
|
import { ProvisionPublicIpv4PoolCidrCommand, } from "./commands/ProvisionPublicIpv4PoolCidrCommand";
|
|
548
554
|
import { PurchaseCapacityBlockCommand, } from "./commands/PurchaseCapacityBlockCommand";
|
|
@@ -631,6 +637,7 @@ const commands = {
|
|
|
631
637
|
AssociateEnclaveCertificateIamRoleCommand,
|
|
632
638
|
AssociateIamInstanceProfileCommand,
|
|
633
639
|
AssociateInstanceEventWindowCommand,
|
|
640
|
+
AssociateIpamByoasnCommand,
|
|
634
641
|
AssociateIpamResourceDiscoveryCommand,
|
|
635
642
|
AssociateNatGatewayAddressCommand,
|
|
636
643
|
AssociateRouteTableCommand,
|
|
@@ -821,6 +828,7 @@ const commands = {
|
|
|
821
828
|
DeleteVpnConnectionRouteCommand,
|
|
822
829
|
DeleteVpnGatewayCommand,
|
|
823
830
|
DeprovisionByoipCidrCommand,
|
|
831
|
+
DeprovisionIpamByoasnCommand,
|
|
824
832
|
DeprovisionIpamPoolCidrCommand,
|
|
825
833
|
DeprovisionPublicIpv4PoolCidrCommand,
|
|
826
834
|
DeregisterImageCommand,
|
|
@@ -883,6 +891,7 @@ const commands = {
|
|
|
883
891
|
DescribeInstanceTypeOfferingsCommand,
|
|
884
892
|
DescribeInstanceTypesCommand,
|
|
885
893
|
DescribeInternetGatewaysCommand,
|
|
894
|
+
DescribeIpamByoasnCommand,
|
|
886
895
|
DescribeIpamPoolsCommand,
|
|
887
896
|
DescribeIpamResourceDiscoveriesCommand,
|
|
888
897
|
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
@@ -1001,6 +1010,7 @@ const commands = {
|
|
|
1001
1010
|
DisassociateEnclaveCertificateIamRoleCommand,
|
|
1002
1011
|
DisassociateIamInstanceProfileCommand,
|
|
1003
1012
|
DisassociateInstanceEventWindowCommand,
|
|
1013
|
+
DisassociateIpamByoasnCommand,
|
|
1004
1014
|
DisassociateIpamResourceDiscoveryCommand,
|
|
1005
1015
|
DisassociateNatGatewayAddressCommand,
|
|
1006
1016
|
DisassociateRouteTableCommand,
|
|
@@ -1049,6 +1059,7 @@ const commands = {
|
|
|
1049
1059
|
GetInstanceUefiDataCommand,
|
|
1050
1060
|
GetIpamAddressHistoryCommand,
|
|
1051
1061
|
GetIpamDiscoveredAccountsCommand,
|
|
1062
|
+
GetIpamDiscoveredPublicAddressesCommand,
|
|
1052
1063
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
1053
1064
|
GetIpamPoolAllocationsCommand,
|
|
1054
1065
|
GetIpamPoolCidrsCommand,
|
|
@@ -1154,6 +1165,7 @@ const commands = {
|
|
|
1154
1165
|
MoveAddressToVpcCommand,
|
|
1155
1166
|
MoveByoipCidrToIpamCommand,
|
|
1156
1167
|
ProvisionByoipCidrCommand,
|
|
1168
|
+
ProvisionIpamByoasnCommand,
|
|
1157
1169
|
ProvisionIpamPoolCidrCommand,
|
|
1158
1170
|
ProvisionPublicIpv4PoolCidrCommand,
|
|
1159
1171
|
PurchaseCapacityBlockCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_AssociateIpamByoasnCommand, se_AssociateIpamByoasnCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class AssociateIpamByoasnCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, AssociateIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "AssociateIpamByoasnCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "AssociateIpamByoasn",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_AssociateIpamByoasnCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_AssociateIpamByoasnCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DeprovisionIpamByoasnCommand, se_DeprovisionIpamByoasnCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeprovisionIpamByoasnCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeprovisionIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "DeprovisionIpamByoasnCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "DeprovisionIpamByoasn",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DeprovisionIpamByoasnCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DeprovisionIpamByoasnCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
-
import { DescribeImportSnapshotTasksResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeImportSnapshotTasksResultFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeImportSnapshotTasksCommand, se_DescribeImportSnapshotTasksCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeImportSnapshotTasksCommand extends $Command {
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DescribeIpamByoasnCommand, se_DescribeIpamByoasnCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeIpamByoasnCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "DescribeIpamByoasnCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "DescribeIpamByoasn",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DescribeIpamByoasnCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DescribeIpamByoasnCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_DisassociateIpamByoasnCommand, se_DisassociateIpamByoasnCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DisassociateIpamByoasnCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DisassociateIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "DisassociateIpamByoasnCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "DisassociateIpamByoasn",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_DisassociateIpamByoasnCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_DisassociateIpamByoasnCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_GetIpamDiscoveredPublicAddressesCommand, se_GetIpamDiscoveredPublicAddressesCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIpamDiscoveredPublicAddressesCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetIpamDiscoveredPublicAddressesCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "GetIpamDiscoveredPublicAddressesCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "GetIpamDiscoveredPublicAddresses",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_GetIpamDiscoveredPublicAddressesCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_GetIpamDiscoveredPublicAddressesCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
-
import { GetLaunchTemplateDataResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetLaunchTemplateDataResultFilterSensitiveLog, } from "../models/models_6";
|
|
6
6
|
import { de_GetLaunchTemplateDataCommand, se_GetLaunchTemplateDataCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetLaunchTemplateDataCommand extends $Command {
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
-
import { GetPasswordDataResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetPasswordDataResultFilterSensitiveLog, } from "../models/models_6";
|
|
6
6
|
import { de_GetPasswordDataCommand, se_GetPasswordDataCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetPasswordDataCommand extends $Command {
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
+
import { de_ProvisionIpamByoasnCommand, se_ProvisionIpamByoasnCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ProvisionIpamByoasnCommand extends $Command {
|
|
8
|
+
static getEndpointParameterInstructions() {
|
|
9
|
+
return {
|
|
10
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
11
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
12
|
+
Region: { type: "builtInParams", name: "region" },
|
|
13
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
constructor(input) {
|
|
17
|
+
super();
|
|
18
|
+
this.input = input;
|
|
19
|
+
}
|
|
20
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
21
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
22
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ProvisionIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
23
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
24
|
+
const { logger } = configuration;
|
|
25
|
+
const clientName = "EC2Client";
|
|
26
|
+
const commandName = "ProvisionIpamByoasnCommand";
|
|
27
|
+
const handlerExecutionContext = {
|
|
28
|
+
logger,
|
|
29
|
+
clientName,
|
|
30
|
+
commandName,
|
|
31
|
+
inputFilterSensitiveLog: (_) => _,
|
|
32
|
+
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "AmazonEC2",
|
|
35
|
+
operation: "ProvisionIpamByoasn",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const { requestHandler } = configuration;
|
|
39
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
+
}
|
|
41
|
+
serialize(input, context) {
|
|
42
|
+
return se_ProvisionIpamByoasnCommand(input, context);
|
|
43
|
+
}
|
|
44
|
+
deserialize(output, context) {
|
|
45
|
+
return de_ProvisionIpamByoasnCommand(output, context);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
5
|
-
import { RequestSpotFleetRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { RequestSpotFleetRequestFilterSensitiveLog, } from "../models/models_7";
|
|
6
6
|
import { de_RequestSpotFleetCommand, se_RequestSpotFleetCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RequestSpotFleetCommand extends $Command {
|
|
@@ -19,6 +19,7 @@ export * from "./AssociateDhcpOptionsCommand";
|
|
|
19
19
|
export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
20
20
|
export * from "./AssociateIamInstanceProfileCommand";
|
|
21
21
|
export * from "./AssociateInstanceEventWindowCommand";
|
|
22
|
+
export * from "./AssociateIpamByoasnCommand";
|
|
22
23
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
23
24
|
export * from "./AssociateNatGatewayAddressCommand";
|
|
24
25
|
export * from "./AssociateRouteTableCommand";
|
|
@@ -209,6 +210,7 @@ export * from "./DeleteVpnConnectionCommand";
|
|
|
209
210
|
export * from "./DeleteVpnConnectionRouteCommand";
|
|
210
211
|
export * from "./DeleteVpnGatewayCommand";
|
|
211
212
|
export * from "./DeprovisionByoipCidrCommand";
|
|
213
|
+
export * from "./DeprovisionIpamByoasnCommand";
|
|
212
214
|
export * from "./DeprovisionIpamPoolCidrCommand";
|
|
213
215
|
export * from "./DeprovisionPublicIpv4PoolCidrCommand";
|
|
214
216
|
export * from "./DeregisterImageCommand";
|
|
@@ -271,6 +273,7 @@ export * from "./DescribeInstanceTypeOfferingsCommand";
|
|
|
271
273
|
export * from "./DescribeInstanceTypesCommand";
|
|
272
274
|
export * from "./DescribeInstancesCommand";
|
|
273
275
|
export * from "./DescribeInternetGatewaysCommand";
|
|
276
|
+
export * from "./DescribeIpamByoasnCommand";
|
|
274
277
|
export * from "./DescribeIpamPoolsCommand";
|
|
275
278
|
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
276
279
|
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
@@ -389,6 +392,7 @@ export * from "./DisassociateClientVpnTargetNetworkCommand";
|
|
|
389
392
|
export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
390
393
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
391
394
|
export * from "./DisassociateInstanceEventWindowCommand";
|
|
395
|
+
export * from "./DisassociateIpamByoasnCommand";
|
|
392
396
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
393
397
|
export * from "./DisassociateNatGatewayAddressCommand";
|
|
394
398
|
export * from "./DisassociateRouteTableCommand";
|
|
@@ -437,6 +441,7 @@ export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
|
|
|
437
441
|
export * from "./GetInstanceUefiDataCommand";
|
|
438
442
|
export * from "./GetIpamAddressHistoryCommand";
|
|
439
443
|
export * from "./GetIpamDiscoveredAccountsCommand";
|
|
444
|
+
export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
440
445
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
441
446
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
442
447
|
export * from "./GetIpamPoolCidrsCommand";
|
|
@@ -542,6 +547,7 @@ export * from "./MonitorInstancesCommand";
|
|
|
542
547
|
export * from "./MoveAddressToVpcCommand";
|
|
543
548
|
export * from "./MoveByoipCidrToIpamCommand";
|
|
544
549
|
export * from "./ProvisionByoipCidrCommand";
|
|
550
|
+
export * from "./ProvisionIpamByoasnCommand";
|
|
545
551
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
546
552
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
547
553
|
export * from "./PurchaseCapacityBlockCommand";
|
|
@@ -210,6 +210,14 @@ export const AddressFamily = {
|
|
|
210
210
|
ipv4: "ipv4",
|
|
211
211
|
ipv6: "ipv6",
|
|
212
212
|
};
|
|
213
|
+
export const AsnAssociationState = {
|
|
214
|
+
associated: "associated",
|
|
215
|
+
disassociated: "disassociated",
|
|
216
|
+
failed_association: "failed-association",
|
|
217
|
+
failed_disassociation: "failed-disassociation",
|
|
218
|
+
pending_association: "pending-association",
|
|
219
|
+
pending_disassociation: "pending-disassociation",
|
|
220
|
+
};
|
|
213
221
|
export const ByoipCidrState = {
|
|
214
222
|
advertised: "advertised",
|
|
215
223
|
deprovisioned: "deprovisioned",
|
|
@@ -240,6 +248,7 @@ export const IpamPoolAllocationResourceType = {
|
|
|
240
248
|
custom: "custom",
|
|
241
249
|
ec2_public_ipv4_pool: "ec2-public-ipv4-pool",
|
|
242
250
|
ipam_pool: "ipam-pool",
|
|
251
|
+
subnet: "subnet",
|
|
243
252
|
vpc: "vpc",
|
|
244
253
|
};
|
|
245
254
|
export const AllocationState = {
|
|
@@ -1263,12 +1272,6 @@ export const _InstanceType = {
|
|
|
1263
1272
|
export const FleetCapacityReservationTenancy = {
|
|
1264
1273
|
default: "default",
|
|
1265
1274
|
};
|
|
1266
|
-
export const CarrierGatewayState = {
|
|
1267
|
-
available: "available",
|
|
1268
|
-
deleted: "deleted",
|
|
1269
|
-
deleting: "deleting",
|
|
1270
|
-
pending: "pending",
|
|
1271
|
-
};
|
|
1272
1275
|
export const OidcOptionsFilterSensitiveLog = (obj) => ({
|
|
1273
1276
|
...obj,
|
|
1274
1277
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const CarrierGatewayState = {
|
|
3
|
+
available: "available",
|
|
4
|
+
deleted: "deleted",
|
|
5
|
+
deleting: "deleting",
|
|
6
|
+
pending: "pending",
|
|
7
|
+
};
|
|
2
8
|
export const ClientVpnAuthenticationType = {
|
|
3
9
|
certificate_authentication: "certificate-authentication",
|
|
4
10
|
directory_service_authentication: "directory-service-authentication",
|
|
@@ -178,6 +184,10 @@ export const ExportTaskState = {
|
|
|
178
184
|
cancelling: "cancelling",
|
|
179
185
|
completed: "completed",
|
|
180
186
|
};
|
|
187
|
+
export const IpamTier = {
|
|
188
|
+
advanced: "advanced",
|
|
189
|
+
free: "free",
|
|
190
|
+
};
|
|
181
191
|
export const IpamState = {
|
|
182
192
|
create_complete: "create-complete",
|
|
183
193
|
create_failed: "create-failed",
|
|
@@ -199,6 +209,9 @@ export const IpamPoolPublicIpSource = {
|
|
|
199
209
|
amazon: "amazon",
|
|
200
210
|
byoip: "byoip",
|
|
201
211
|
};
|
|
212
|
+
export const IpamPoolSourceResourceType = {
|
|
213
|
+
vpc: "vpc",
|
|
214
|
+
};
|
|
202
215
|
export const IpamScopeType = {
|
|
203
216
|
private: "private",
|
|
204
217
|
public: "public",
|
|
@@ -370,23 +383,6 @@ export const NetworkInterfaceType = {
|
|
|
370
383
|
trunk: "trunk",
|
|
371
384
|
vpc_endpoint: "vpc_endpoint",
|
|
372
385
|
};
|
|
373
|
-
export const NetworkInterfaceStatus = {
|
|
374
|
-
associated: "associated",
|
|
375
|
-
attaching: "attaching",
|
|
376
|
-
available: "available",
|
|
377
|
-
detaching: "detaching",
|
|
378
|
-
in_use: "in-use",
|
|
379
|
-
};
|
|
380
|
-
export const InterfacePermissionType = {
|
|
381
|
-
EIP_ASSOCIATE: "EIP-ASSOCIATE",
|
|
382
|
-
INSTANCE_ATTACH: "INSTANCE-ATTACH",
|
|
383
|
-
};
|
|
384
|
-
export const NetworkInterfacePermissionStateCode = {
|
|
385
|
-
granted: "granted",
|
|
386
|
-
pending: "pending",
|
|
387
|
-
revoked: "revoked",
|
|
388
|
-
revoking: "revoking",
|
|
389
|
-
};
|
|
390
386
|
export const KeyPairFilterSensitiveLog = (obj) => ({
|
|
391
387
|
...obj,
|
|
392
388
|
...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const NetworkInterfaceStatus = {
|
|
4
|
+
associated: "associated",
|
|
5
|
+
attaching: "attaching",
|
|
6
|
+
available: "available",
|
|
7
|
+
detaching: "detaching",
|
|
8
|
+
in_use: "in-use",
|
|
9
|
+
};
|
|
10
|
+
export const InterfacePermissionType = {
|
|
11
|
+
EIP_ASSOCIATE: "EIP-ASSOCIATE",
|
|
12
|
+
INSTANCE_ATTACH: "INSTANCE-ATTACH",
|
|
13
|
+
};
|
|
14
|
+
export const NetworkInterfacePermissionStateCode = {
|
|
15
|
+
granted: "granted",
|
|
16
|
+
pending: "pending",
|
|
17
|
+
revoked: "revoked",
|
|
18
|
+
revoking: "revoking",
|
|
19
|
+
};
|
|
3
20
|
export const SpreadLevel = {
|
|
4
21
|
host: "host",
|
|
5
22
|
rack: "rack",
|
|
@@ -5,6 +5,14 @@ export const DeleteQueuedReservedInstancesErrorCode = {
|
|
|
5
5
|
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE: "reserved-instances-not-in-queued-state",
|
|
6
6
|
UNEXPECTED_ERROR: "unexpected-error",
|
|
7
7
|
};
|
|
8
|
+
export const AsnState = {
|
|
9
|
+
deprovisioned: "deprovisioned",
|
|
10
|
+
failed_deprovision: "failed-deprovision",
|
|
11
|
+
failed_provision: "failed-provision",
|
|
12
|
+
pending_deprovision: "pending-deprovision",
|
|
13
|
+
pending_provision: "pending-provision",
|
|
14
|
+
provisioned: "provisioned",
|
|
15
|
+
};
|
|
8
16
|
export const IpamPoolCidrFailureCode = {
|
|
9
17
|
cidr_not_available: "cidr-not-available",
|
|
10
18
|
limit_exceeded: "limit-exceeded",
|
|
@@ -191,24 +199,6 @@ export const VirtualizationType = {
|
|
|
191
199
|
hvm: "hvm",
|
|
192
200
|
paravirtual: "paravirtual",
|
|
193
201
|
};
|
|
194
|
-
export const InstanceAttributeName = {
|
|
195
|
-
blockDeviceMapping: "blockDeviceMapping",
|
|
196
|
-
disableApiStop: "disableApiStop",
|
|
197
|
-
disableApiTermination: "disableApiTermination",
|
|
198
|
-
ebsOptimized: "ebsOptimized",
|
|
199
|
-
enaSupport: "enaSupport",
|
|
200
|
-
enclaveOptions: "enclaveOptions",
|
|
201
|
-
groupSet: "groupSet",
|
|
202
|
-
instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior",
|
|
203
|
-
instanceType: "instanceType",
|
|
204
|
-
kernel: "kernel",
|
|
205
|
-
productCodes: "productCodes",
|
|
206
|
-
ramdisk: "ramdisk",
|
|
207
|
-
rootDeviceName: "rootDeviceName",
|
|
208
|
-
sourceDestCheck: "sourceDestCheck",
|
|
209
|
-
sriovNetSupport: "sriovNetSupport",
|
|
210
|
-
userData: "userData",
|
|
211
|
-
};
|
|
212
202
|
export const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
213
203
|
...obj,
|
|
214
204
|
...(obj.VerifiedAccessTrustProvider && {
|
|
@@ -259,17 +249,3 @@ export const ImportImageTaskFilterSensitiveLog = (obj) => ({
|
|
|
259
249
|
export const DescribeImportImageTasksResultFilterSensitiveLog = (obj) => ({
|
|
260
250
|
...obj,
|
|
261
251
|
});
|
|
262
|
-
export const SnapshotTaskDetailFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.Url && { Url: SENSITIVE_STRING }),
|
|
265
|
-
});
|
|
266
|
-
export const ImportSnapshotTaskFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
...(obj.SnapshotTaskDetail && { SnapshotTaskDetail: SnapshotTaskDetailFilterSensitiveLog(obj.SnapshotTaskDetail) }),
|
|
269
|
-
});
|
|
270
|
-
export const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
271
|
-
...obj,
|
|
272
|
-
...(obj.ImportSnapshotTasks && {
|
|
273
|
-
ImportSnapshotTasks: obj.ImportSnapshotTasks.map((item) => ImportSnapshotTaskFilterSensitiveLog(item)),
|
|
274
|
-
}),
|
|
275
|
-
});
|