@aws-sdk/client-ec2 3.452.0 → 3.454.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +12 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -29
- package/dist-cjs/models/models_7.js +29 -3
- package/dist-cjs/protocols/Aws_ec2.js +814 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +10 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -27
- package/dist-es/models/models_7.js +26 -2
- package/dist-es/protocols/Aws_ec2.js +777 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +113 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +374 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4384 -4392
- package/dist-types/models/models_7.d.ts +826 -5
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +101 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +202 -210
- package/dist-types/ts3.4/models/models_7.d.ts +206 -6
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -396,6 +396,14 @@ AssociateInstanceEventWindow
|
|
|
396
396
|
|
|
397
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/associateinstanceeventwindowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/associateinstanceeventwindowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/associateinstanceeventwindowcommandoutput.html)
|
|
398
398
|
|
|
399
|
+
</details>
|
|
400
|
+
<details>
|
|
401
|
+
<summary>
|
|
402
|
+
AssociateIpamByoasn
|
|
403
|
+
</summary>
|
|
404
|
+
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/associateipambyoasncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/associateipambyoasncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/associateipambyoasncommandoutput.html)
|
|
406
|
+
|
|
399
407
|
</details>
|
|
400
408
|
<details>
|
|
401
409
|
<summary>
|
|
@@ -1916,6 +1924,14 @@ DeprovisionByoipCidr
|
|
|
1916
1924
|
|
|
1917
1925
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/deprovisionbyoipcidrcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/deprovisionbyoipcidrcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/deprovisionbyoipcidrcommandoutput.html)
|
|
1918
1926
|
|
|
1927
|
+
</details>
|
|
1928
|
+
<details>
|
|
1929
|
+
<summary>
|
|
1930
|
+
DeprovisionIpamByoasn
|
|
1931
|
+
</summary>
|
|
1932
|
+
|
|
1933
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/deprovisionipambyoasncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/deprovisionipambyoasncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/deprovisionipambyoasncommandoutput.html)
|
|
1934
|
+
|
|
1919
1935
|
</details>
|
|
1920
1936
|
<details>
|
|
1921
1937
|
<summary>
|
|
@@ -2412,6 +2428,14 @@ DescribeInternetGateways
|
|
|
2412
2428
|
|
|
2413
2429
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/describeinternetgatewayscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/describeinternetgatewayscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/describeinternetgatewayscommandoutput.html)
|
|
2414
2430
|
|
|
2431
|
+
</details>
|
|
2432
|
+
<details>
|
|
2433
|
+
<summary>
|
|
2434
|
+
DescribeIpamByoasn
|
|
2435
|
+
</summary>
|
|
2436
|
+
|
|
2437
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/describeipambyoasncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/describeipambyoasncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/describeipambyoasncommandoutput.html)
|
|
2438
|
+
|
|
2415
2439
|
</details>
|
|
2416
2440
|
<details>
|
|
2417
2441
|
<summary>
|
|
@@ -3356,6 +3380,14 @@ DisassociateInstanceEventWindow
|
|
|
3356
3380
|
|
|
3357
3381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/disassociateinstanceeventwindowcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/disassociateinstanceeventwindowcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/disassociateinstanceeventwindowcommandoutput.html)
|
|
3358
3382
|
|
|
3383
|
+
</details>
|
|
3384
|
+
<details>
|
|
3385
|
+
<summary>
|
|
3386
|
+
DisassociateIpamByoasn
|
|
3387
|
+
</summary>
|
|
3388
|
+
|
|
3389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/disassociateipambyoasncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/disassociateipambyoasncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/disassociateipambyoasncommandoutput.html)
|
|
3390
|
+
|
|
3359
3391
|
</details>
|
|
3360
3392
|
<details>
|
|
3361
3393
|
<summary>
|
|
@@ -3740,6 +3772,14 @@ GetIpamDiscoveredAccounts
|
|
|
3740
3772
|
|
|
3741
3773
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/getipamdiscoveredaccountscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/getipamdiscoveredaccountscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/getipamdiscoveredaccountscommandoutput.html)
|
|
3742
3774
|
|
|
3775
|
+
</details>
|
|
3776
|
+
<details>
|
|
3777
|
+
<summary>
|
|
3778
|
+
GetIpamDiscoveredPublicAddresses
|
|
3779
|
+
</summary>
|
|
3780
|
+
|
|
3781
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/getipamdiscoveredpublicaddressescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/getipamdiscoveredpublicaddressescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/getipamdiscoveredpublicaddressescommandoutput.html)
|
|
3782
|
+
|
|
3743
3783
|
</details>
|
|
3744
3784
|
<details>
|
|
3745
3785
|
<summary>
|
|
@@ -4580,6 +4620,14 @@ ProvisionByoipCidr
|
|
|
4580
4620
|
|
|
4581
4621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/provisionbyoipcidrcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/provisionbyoipcidrcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/provisionbyoipcidrcommandoutput.html)
|
|
4582
4622
|
|
|
4623
|
+
</details>
|
|
4624
|
+
<details>
|
|
4625
|
+
<summary>
|
|
4626
|
+
ProvisionIpamByoasn
|
|
4627
|
+
</summary>
|
|
4628
|
+
|
|
4629
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/classes/provisionipambyoasncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/provisionipambyoasncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ec2/interfaces/provisionipambyoasncommandoutput.html)
|
|
4630
|
+
|
|
4583
4631
|
</details>
|
|
4584
4632
|
<details>
|
|
4585
4633
|
<summary>
|
package/dist-cjs/EC2.js
CHANGED
|
@@ -23,6 +23,7 @@ const AssociateDhcpOptionsCommand_1 = require("./commands/AssociateDhcpOptionsCo
|
|
|
23
23
|
const AssociateEnclaveCertificateIamRoleCommand_1 = require("./commands/AssociateEnclaveCertificateIamRoleCommand");
|
|
24
24
|
const AssociateIamInstanceProfileCommand_1 = require("./commands/AssociateIamInstanceProfileCommand");
|
|
25
25
|
const AssociateInstanceEventWindowCommand_1 = require("./commands/AssociateInstanceEventWindowCommand");
|
|
26
|
+
const AssociateIpamByoasnCommand_1 = require("./commands/AssociateIpamByoasnCommand");
|
|
26
27
|
const AssociateIpamResourceDiscoveryCommand_1 = require("./commands/AssociateIpamResourceDiscoveryCommand");
|
|
27
28
|
const AssociateNatGatewayAddressCommand_1 = require("./commands/AssociateNatGatewayAddressCommand");
|
|
28
29
|
const AssociateRouteTableCommand_1 = require("./commands/AssociateRouteTableCommand");
|
|
@@ -213,6 +214,7 @@ const DeleteVpnConnectionCommand_1 = require("./commands/DeleteVpnConnectionComm
|
|
|
213
214
|
const DeleteVpnConnectionRouteCommand_1 = require("./commands/DeleteVpnConnectionRouteCommand");
|
|
214
215
|
const DeleteVpnGatewayCommand_1 = require("./commands/DeleteVpnGatewayCommand");
|
|
215
216
|
const DeprovisionByoipCidrCommand_1 = require("./commands/DeprovisionByoipCidrCommand");
|
|
217
|
+
const DeprovisionIpamByoasnCommand_1 = require("./commands/DeprovisionIpamByoasnCommand");
|
|
216
218
|
const DeprovisionIpamPoolCidrCommand_1 = require("./commands/DeprovisionIpamPoolCidrCommand");
|
|
217
219
|
const DeprovisionPublicIpv4PoolCidrCommand_1 = require("./commands/DeprovisionPublicIpv4PoolCidrCommand");
|
|
218
220
|
const DeregisterImageCommand_1 = require("./commands/DeregisterImageCommand");
|
|
@@ -275,6 +277,7 @@ const DescribeInstanceTopologyCommand_1 = require("./commands/DescribeInstanceTo
|
|
|
275
277
|
const DescribeInstanceTypeOfferingsCommand_1 = require("./commands/DescribeInstanceTypeOfferingsCommand");
|
|
276
278
|
const DescribeInstanceTypesCommand_1 = require("./commands/DescribeInstanceTypesCommand");
|
|
277
279
|
const DescribeInternetGatewaysCommand_1 = require("./commands/DescribeInternetGatewaysCommand");
|
|
280
|
+
const DescribeIpamByoasnCommand_1 = require("./commands/DescribeIpamByoasnCommand");
|
|
278
281
|
const DescribeIpamPoolsCommand_1 = require("./commands/DescribeIpamPoolsCommand");
|
|
279
282
|
const DescribeIpamResourceDiscoveriesCommand_1 = require("./commands/DescribeIpamResourceDiscoveriesCommand");
|
|
280
283
|
const DescribeIpamResourceDiscoveryAssociationsCommand_1 = require("./commands/DescribeIpamResourceDiscoveryAssociationsCommand");
|
|
@@ -393,6 +396,7 @@ const DisassociateClientVpnTargetNetworkCommand_1 = require("./commands/Disassoc
|
|
|
393
396
|
const DisassociateEnclaveCertificateIamRoleCommand_1 = require("./commands/DisassociateEnclaveCertificateIamRoleCommand");
|
|
394
397
|
const DisassociateIamInstanceProfileCommand_1 = require("./commands/DisassociateIamInstanceProfileCommand");
|
|
395
398
|
const DisassociateInstanceEventWindowCommand_1 = require("./commands/DisassociateInstanceEventWindowCommand");
|
|
399
|
+
const DisassociateIpamByoasnCommand_1 = require("./commands/DisassociateIpamByoasnCommand");
|
|
396
400
|
const DisassociateIpamResourceDiscoveryCommand_1 = require("./commands/DisassociateIpamResourceDiscoveryCommand");
|
|
397
401
|
const DisassociateNatGatewayAddressCommand_1 = require("./commands/DisassociateNatGatewayAddressCommand");
|
|
398
402
|
const DisassociateRouteTableCommand_1 = require("./commands/DisassociateRouteTableCommand");
|
|
@@ -441,6 +445,7 @@ const GetInstanceTypesFromInstanceRequirementsCommand_1 = require("./commands/Ge
|
|
|
441
445
|
const GetInstanceUefiDataCommand_1 = require("./commands/GetInstanceUefiDataCommand");
|
|
442
446
|
const GetIpamAddressHistoryCommand_1 = require("./commands/GetIpamAddressHistoryCommand");
|
|
443
447
|
const GetIpamDiscoveredAccountsCommand_1 = require("./commands/GetIpamDiscoveredAccountsCommand");
|
|
448
|
+
const GetIpamDiscoveredPublicAddressesCommand_1 = require("./commands/GetIpamDiscoveredPublicAddressesCommand");
|
|
444
449
|
const GetIpamDiscoveredResourceCidrsCommand_1 = require("./commands/GetIpamDiscoveredResourceCidrsCommand");
|
|
445
450
|
const GetIpamPoolAllocationsCommand_1 = require("./commands/GetIpamPoolAllocationsCommand");
|
|
446
451
|
const GetIpamPoolCidrsCommand_1 = require("./commands/GetIpamPoolCidrsCommand");
|
|
@@ -546,6 +551,7 @@ const MonitorInstancesCommand_1 = require("./commands/MonitorInstancesCommand");
|
|
|
546
551
|
const MoveAddressToVpcCommand_1 = require("./commands/MoveAddressToVpcCommand");
|
|
547
552
|
const MoveByoipCidrToIpamCommand_1 = require("./commands/MoveByoipCidrToIpamCommand");
|
|
548
553
|
const ProvisionByoipCidrCommand_1 = require("./commands/ProvisionByoipCidrCommand");
|
|
554
|
+
const ProvisionIpamByoasnCommand_1 = require("./commands/ProvisionIpamByoasnCommand");
|
|
549
555
|
const ProvisionIpamPoolCidrCommand_1 = require("./commands/ProvisionIpamPoolCidrCommand");
|
|
550
556
|
const ProvisionPublicIpv4PoolCidrCommand_1 = require("./commands/ProvisionPublicIpv4PoolCidrCommand");
|
|
551
557
|
const PurchaseCapacityBlockCommand_1 = require("./commands/PurchaseCapacityBlockCommand");
|
|
@@ -634,6 +640,7 @@ const commands = {
|
|
|
634
640
|
AssociateEnclaveCertificateIamRoleCommand: AssociateEnclaveCertificateIamRoleCommand_1.AssociateEnclaveCertificateIamRoleCommand,
|
|
635
641
|
AssociateIamInstanceProfileCommand: AssociateIamInstanceProfileCommand_1.AssociateIamInstanceProfileCommand,
|
|
636
642
|
AssociateInstanceEventWindowCommand: AssociateInstanceEventWindowCommand_1.AssociateInstanceEventWindowCommand,
|
|
643
|
+
AssociateIpamByoasnCommand: AssociateIpamByoasnCommand_1.AssociateIpamByoasnCommand,
|
|
637
644
|
AssociateIpamResourceDiscoveryCommand: AssociateIpamResourceDiscoveryCommand_1.AssociateIpamResourceDiscoveryCommand,
|
|
638
645
|
AssociateNatGatewayAddressCommand: AssociateNatGatewayAddressCommand_1.AssociateNatGatewayAddressCommand,
|
|
639
646
|
AssociateRouteTableCommand: AssociateRouteTableCommand_1.AssociateRouteTableCommand,
|
|
@@ -824,6 +831,7 @@ const commands = {
|
|
|
824
831
|
DeleteVpnConnectionRouteCommand: DeleteVpnConnectionRouteCommand_1.DeleteVpnConnectionRouteCommand,
|
|
825
832
|
DeleteVpnGatewayCommand: DeleteVpnGatewayCommand_1.DeleteVpnGatewayCommand,
|
|
826
833
|
DeprovisionByoipCidrCommand: DeprovisionByoipCidrCommand_1.DeprovisionByoipCidrCommand,
|
|
834
|
+
DeprovisionIpamByoasnCommand: DeprovisionIpamByoasnCommand_1.DeprovisionIpamByoasnCommand,
|
|
827
835
|
DeprovisionIpamPoolCidrCommand: DeprovisionIpamPoolCidrCommand_1.DeprovisionIpamPoolCidrCommand,
|
|
828
836
|
DeprovisionPublicIpv4PoolCidrCommand: DeprovisionPublicIpv4PoolCidrCommand_1.DeprovisionPublicIpv4PoolCidrCommand,
|
|
829
837
|
DeregisterImageCommand: DeregisterImageCommand_1.DeregisterImageCommand,
|
|
@@ -886,6 +894,7 @@ const commands = {
|
|
|
886
894
|
DescribeInstanceTypeOfferingsCommand: DescribeInstanceTypeOfferingsCommand_1.DescribeInstanceTypeOfferingsCommand,
|
|
887
895
|
DescribeInstanceTypesCommand: DescribeInstanceTypesCommand_1.DescribeInstanceTypesCommand,
|
|
888
896
|
DescribeInternetGatewaysCommand: DescribeInternetGatewaysCommand_1.DescribeInternetGatewaysCommand,
|
|
897
|
+
DescribeIpamByoasnCommand: DescribeIpamByoasnCommand_1.DescribeIpamByoasnCommand,
|
|
889
898
|
DescribeIpamPoolsCommand: DescribeIpamPoolsCommand_1.DescribeIpamPoolsCommand,
|
|
890
899
|
DescribeIpamResourceDiscoveriesCommand: DescribeIpamResourceDiscoveriesCommand_1.DescribeIpamResourceDiscoveriesCommand,
|
|
891
900
|
DescribeIpamResourceDiscoveryAssociationsCommand: DescribeIpamResourceDiscoveryAssociationsCommand_1.DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
@@ -1004,6 +1013,7 @@ const commands = {
|
|
|
1004
1013
|
DisassociateEnclaveCertificateIamRoleCommand: DisassociateEnclaveCertificateIamRoleCommand_1.DisassociateEnclaveCertificateIamRoleCommand,
|
|
1005
1014
|
DisassociateIamInstanceProfileCommand: DisassociateIamInstanceProfileCommand_1.DisassociateIamInstanceProfileCommand,
|
|
1006
1015
|
DisassociateInstanceEventWindowCommand: DisassociateInstanceEventWindowCommand_1.DisassociateInstanceEventWindowCommand,
|
|
1016
|
+
DisassociateIpamByoasnCommand: DisassociateIpamByoasnCommand_1.DisassociateIpamByoasnCommand,
|
|
1007
1017
|
DisassociateIpamResourceDiscoveryCommand: DisassociateIpamResourceDiscoveryCommand_1.DisassociateIpamResourceDiscoveryCommand,
|
|
1008
1018
|
DisassociateNatGatewayAddressCommand: DisassociateNatGatewayAddressCommand_1.DisassociateNatGatewayAddressCommand,
|
|
1009
1019
|
DisassociateRouteTableCommand: DisassociateRouteTableCommand_1.DisassociateRouteTableCommand,
|
|
@@ -1052,6 +1062,7 @@ const commands = {
|
|
|
1052
1062
|
GetInstanceUefiDataCommand: GetInstanceUefiDataCommand_1.GetInstanceUefiDataCommand,
|
|
1053
1063
|
GetIpamAddressHistoryCommand: GetIpamAddressHistoryCommand_1.GetIpamAddressHistoryCommand,
|
|
1054
1064
|
GetIpamDiscoveredAccountsCommand: GetIpamDiscoveredAccountsCommand_1.GetIpamDiscoveredAccountsCommand,
|
|
1065
|
+
GetIpamDiscoveredPublicAddressesCommand: GetIpamDiscoveredPublicAddressesCommand_1.GetIpamDiscoveredPublicAddressesCommand,
|
|
1055
1066
|
GetIpamDiscoveredResourceCidrsCommand: GetIpamDiscoveredResourceCidrsCommand_1.GetIpamDiscoveredResourceCidrsCommand,
|
|
1056
1067
|
GetIpamPoolAllocationsCommand: GetIpamPoolAllocationsCommand_1.GetIpamPoolAllocationsCommand,
|
|
1057
1068
|
GetIpamPoolCidrsCommand: GetIpamPoolCidrsCommand_1.GetIpamPoolCidrsCommand,
|
|
@@ -1157,6 +1168,7 @@ const commands = {
|
|
|
1157
1168
|
MoveAddressToVpcCommand: MoveAddressToVpcCommand_1.MoveAddressToVpcCommand,
|
|
1158
1169
|
MoveByoipCidrToIpamCommand: MoveByoipCidrToIpamCommand_1.MoveByoipCidrToIpamCommand,
|
|
1159
1170
|
ProvisionByoipCidrCommand: ProvisionByoipCidrCommand_1.ProvisionByoipCidrCommand,
|
|
1171
|
+
ProvisionIpamByoasnCommand: ProvisionIpamByoasnCommand_1.ProvisionIpamByoasnCommand,
|
|
1160
1172
|
ProvisionIpamPoolCidrCommand: ProvisionIpamPoolCidrCommand_1.ProvisionIpamPoolCidrCommand,
|
|
1161
1173
|
ProvisionPublicIpv4PoolCidrCommand: ProvisionPublicIpv4PoolCidrCommand_1.ProvisionPublicIpv4PoolCidrCommand,
|
|
1162
1174
|
PurchaseCapacityBlockCommand: PurchaseCapacityBlockCommand_1.PurchaseCapacityBlockCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssociateIpamByoasnCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class AssociateIpamByoasnCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "AssociateIpamByoasnCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "AssociateIpamByoasn",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_AssociateIpamByoasnCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_AssociateIpamByoasnCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.AssociateIpamByoasnCommand = AssociateIpamByoasnCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeprovisionIpamByoasnCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class DeprovisionIpamByoasnCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeprovisionIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "DeprovisionIpamByoasnCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "DeprovisionIpamByoasn",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_DeprovisionIpamByoasnCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_DeprovisionIpamByoasnCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeprovisionIpamByoasnCommand = DeprovisionIpamByoasnCommand;
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_4_1 = require("../models/models_4");
|
|
10
10
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
11
11
|
class DescribeImportSnapshotTasksCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -33,7 +33,7 @@ class DescribeImportSnapshotTasksCommand extends smithy_client_1.Command {
|
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
35
|
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_4_1.DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "AmazonEC2",
|
|
39
39
|
operation: "DescribeImportSnapshotTasks",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeIpamByoasnCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class DescribeIpamByoasnCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "DescribeIpamByoasnCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "DescribeIpamByoasn",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_DescribeIpamByoasnCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_DescribeIpamByoasnCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassociateIpamByoasnCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class DisassociateIpamByoasnCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DisassociateIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "DisassociateIpamByoasnCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "DisassociateIpamByoasn",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_DisassociateIpamByoasnCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_DisassociateIpamByoasnCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DisassociateIpamByoasnCommand = DisassociateIpamByoasnCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetIpamDiscoveredPublicAddressesCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class GetIpamDiscoveredPublicAddressesCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIpamDiscoveredPublicAddressesCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "GetIpamDiscoveredPublicAddressesCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "GetIpamDiscoveredPublicAddresses",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_GetIpamDiscoveredPublicAddressesCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_GetIpamDiscoveredPublicAddressesCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetIpamDiscoveredPublicAddressesCommand = GetIpamDiscoveredPublicAddressesCommand;
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_6_1 = require("../models/models_6");
|
|
10
10
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
11
11
|
class GetLaunchTemplateDataCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -33,7 +33,7 @@ class GetLaunchTemplateDataCommand extends smithy_client_1.Command {
|
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
35
|
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_6_1.GetLaunchTemplateDataResultFilterSensitiveLog,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "AmazonEC2",
|
|
39
39
|
operation: "GetLaunchTemplateData",
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_6_1 = require("../models/models_6");
|
|
10
10
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
11
11
|
class GetPasswordDataCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -33,7 +33,7 @@ class GetPasswordDataCommand extends smithy_client_1.Command {
|
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
35
|
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog:
|
|
36
|
+
outputFilterSensitiveLog: models_6_1.GetPasswordDataResultFilterSensitiveLog,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "AmazonEC2",
|
|
39
39
|
operation: "GetPasswordData",
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProvisionIpamByoasnCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
10
|
+
class ProvisionIpamByoasnCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ProvisionIpamByoasnCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "EC2Client";
|
|
29
|
+
const commandName = "ProvisionIpamByoasnCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AmazonEC2",
|
|
38
|
+
operation: "ProvisionIpamByoasn",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_ec2_1.se_ProvisionIpamByoasnCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_ec2_1.de_ProvisionIpamByoasnCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ProvisionIpamByoasnCommand = ProvisionIpamByoasnCommand;
|
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const types_1 = require("@smithy/types");
|
|
9
|
-
const
|
|
9
|
+
const models_7_1 = require("../models/models_7");
|
|
10
10
|
const Aws_ec2_1 = require("../protocols/Aws_ec2");
|
|
11
11
|
class RequestSpotFleetCommand extends smithy_client_1.Command {
|
|
12
12
|
static getEndpointParameterInstructions() {
|
|
@@ -32,7 +32,7 @@ class RequestSpotFleetCommand extends smithy_client_1.Command {
|
|
|
32
32
|
logger,
|
|
33
33
|
clientName,
|
|
34
34
|
commandName,
|
|
35
|
-
inputFilterSensitiveLog:
|
|
35
|
+
inputFilterSensitiveLog: models_7_1.RequestSpotFleetRequestFilterSensitiveLog,
|
|
36
36
|
outputFilterSensitiveLog: (_) => _,
|
|
37
37
|
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
38
|
service: "AmazonEC2",
|
|
@@ -22,6 +22,7 @@ tslib_1.__exportStar(require("./AssociateDhcpOptionsCommand"), exports);
|
|
|
22
22
|
tslib_1.__exportStar(require("./AssociateEnclaveCertificateIamRoleCommand"), exports);
|
|
23
23
|
tslib_1.__exportStar(require("./AssociateIamInstanceProfileCommand"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./AssociateInstanceEventWindowCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./AssociateIpamByoasnCommand"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./AssociateIpamResourceDiscoveryCommand"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./AssociateNatGatewayAddressCommand"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./AssociateRouteTableCommand"), exports);
|
|
@@ -212,6 +213,7 @@ tslib_1.__exportStar(require("./DeleteVpnConnectionCommand"), exports);
|
|
|
212
213
|
tslib_1.__exportStar(require("./DeleteVpnConnectionRouteCommand"), exports);
|
|
213
214
|
tslib_1.__exportStar(require("./DeleteVpnGatewayCommand"), exports);
|
|
214
215
|
tslib_1.__exportStar(require("./DeprovisionByoipCidrCommand"), exports);
|
|
216
|
+
tslib_1.__exportStar(require("./DeprovisionIpamByoasnCommand"), exports);
|
|
215
217
|
tslib_1.__exportStar(require("./DeprovisionIpamPoolCidrCommand"), exports);
|
|
216
218
|
tslib_1.__exportStar(require("./DeprovisionPublicIpv4PoolCidrCommand"), exports);
|
|
217
219
|
tslib_1.__exportStar(require("./DeregisterImageCommand"), exports);
|
|
@@ -274,6 +276,7 @@ tslib_1.__exportStar(require("./DescribeInstanceTypeOfferingsCommand"), exports)
|
|
|
274
276
|
tslib_1.__exportStar(require("./DescribeInstanceTypesCommand"), exports);
|
|
275
277
|
tslib_1.__exportStar(require("./DescribeInstancesCommand"), exports);
|
|
276
278
|
tslib_1.__exportStar(require("./DescribeInternetGatewaysCommand"), exports);
|
|
279
|
+
tslib_1.__exportStar(require("./DescribeIpamByoasnCommand"), exports);
|
|
277
280
|
tslib_1.__exportStar(require("./DescribeIpamPoolsCommand"), exports);
|
|
278
281
|
tslib_1.__exportStar(require("./DescribeIpamResourceDiscoveriesCommand"), exports);
|
|
279
282
|
tslib_1.__exportStar(require("./DescribeIpamResourceDiscoveryAssociationsCommand"), exports);
|
|
@@ -392,6 +395,7 @@ tslib_1.__exportStar(require("./DisassociateClientVpnTargetNetworkCommand"), exp
|
|
|
392
395
|
tslib_1.__exportStar(require("./DisassociateEnclaveCertificateIamRoleCommand"), exports);
|
|
393
396
|
tslib_1.__exportStar(require("./DisassociateIamInstanceProfileCommand"), exports);
|
|
394
397
|
tslib_1.__exportStar(require("./DisassociateInstanceEventWindowCommand"), exports);
|
|
398
|
+
tslib_1.__exportStar(require("./DisassociateIpamByoasnCommand"), exports);
|
|
395
399
|
tslib_1.__exportStar(require("./DisassociateIpamResourceDiscoveryCommand"), exports);
|
|
396
400
|
tslib_1.__exportStar(require("./DisassociateNatGatewayAddressCommand"), exports);
|
|
397
401
|
tslib_1.__exportStar(require("./DisassociateRouteTableCommand"), exports);
|
|
@@ -440,6 +444,7 @@ tslib_1.__exportStar(require("./GetInstanceTypesFromInstanceRequirementsCommand"
|
|
|
440
444
|
tslib_1.__exportStar(require("./GetInstanceUefiDataCommand"), exports);
|
|
441
445
|
tslib_1.__exportStar(require("./GetIpamAddressHistoryCommand"), exports);
|
|
442
446
|
tslib_1.__exportStar(require("./GetIpamDiscoveredAccountsCommand"), exports);
|
|
447
|
+
tslib_1.__exportStar(require("./GetIpamDiscoveredPublicAddressesCommand"), exports);
|
|
443
448
|
tslib_1.__exportStar(require("./GetIpamDiscoveredResourceCidrsCommand"), exports);
|
|
444
449
|
tslib_1.__exportStar(require("./GetIpamPoolAllocationsCommand"), exports);
|
|
445
450
|
tslib_1.__exportStar(require("./GetIpamPoolCidrsCommand"), exports);
|
|
@@ -545,6 +550,7 @@ tslib_1.__exportStar(require("./MonitorInstancesCommand"), exports);
|
|
|
545
550
|
tslib_1.__exportStar(require("./MoveAddressToVpcCommand"), exports);
|
|
546
551
|
tslib_1.__exportStar(require("./MoveByoipCidrToIpamCommand"), exports);
|
|
547
552
|
tslib_1.__exportStar(require("./ProvisionByoipCidrCommand"), exports);
|
|
553
|
+
tslib_1.__exportStar(require("./ProvisionIpamByoasnCommand"), exports);
|
|
548
554
|
tslib_1.__exportStar(require("./ProvisionIpamPoolCidrCommand"), exports);
|
|
549
555
|
tslib_1.__exportStar(require("./ProvisionPublicIpv4PoolCidrCommand"), exports);
|
|
550
556
|
tslib_1.__exportStar(require("./PurchaseCapacityBlockCommand"), exports);
|