@aws-sdk/client-ec2 3.453.0 → 3.455.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 +15 -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 +815 -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 +13 -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 +778 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- 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/AuthorizeSecurityGroupEgressCommand.d.ts +6 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -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/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- 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 +1 -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/DeleteTransitGatewayCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- 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 +1 -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/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
- 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/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -0
- 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/GetIpamPoolCidrsCommand.d.ts +2 -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/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -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/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- 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 +2 -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 +123 -105
- package/dist-types/models/models_1.d.ts +296 -347
- package/dist-types/models/models_2.d.ts +404 -184
- package/dist-types/models/models_3.d.ts +258 -535
- package/dist-types/models/models_4.d.ts +1882 -1944
- package/dist-types/models/models_5.d.ts +3701 -3495
- package/dist-types/models/models_6.d.ts +4435 -4347
- package/dist-types/models/models_7.d.ts +740 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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/DescribeSubnetsCommand.d.ts +2 -4
- 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/GetIpamPoolCidrsCommand.d.ts +2 -4
- 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/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- 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 +38 -28
- package/dist-types/ts3.4/models/models_1.d.ts +72 -92
- package/dist-types/ts3.4/models/models_2.d.ts +107 -46
- package/dist-types/ts3.4/models/models_3.d.ts +69 -128
- package/dist-types/ts3.4/models/models_4.d.ts +149 -124
- package/dist-types/ts3.4/models/models_5.d.ts +202 -180
- package/dist-types/ts3.4/models/models_6.d.ts +205 -189
- package/dist-types/ts3.4/models/models_7.d.ts +188 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
27
|
-
exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnlockSnapshotCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = void 0;
|
|
3
|
+
exports.se_CancelSpotFleetRequestsCommand = exports.se_CancelReservedInstancesListingCommand = exports.se_CancelImportTaskCommand = exports.se_CancelImageLaunchPermissionCommand = exports.se_CancelExportTaskCommand = exports.se_CancelConversionTaskCommand = exports.se_CancelCapacityReservationFleetsCommand = exports.se_CancelCapacityReservationCommand = exports.se_CancelBundleTaskCommand = exports.se_BundleInstanceCommand = exports.se_AuthorizeSecurityGroupIngressCommand = exports.se_AuthorizeSecurityGroupEgressCommand = exports.se_AuthorizeClientVpnIngressCommand = exports.se_AttachVpnGatewayCommand = exports.se_AttachVolumeCommand = exports.se_AttachVerifiedAccessTrustProviderCommand = exports.se_AttachNetworkInterfaceCommand = exports.se_AttachInternetGatewayCommand = exports.se_AttachClassicLinkVpcCommand = exports.se_AssociateVpcCidrBlockCommand = exports.se_AssociateTrunkInterfaceCommand = exports.se_AssociateTransitGatewayRouteTableCommand = exports.se_AssociateTransitGatewayPolicyTableCommand = exports.se_AssociateTransitGatewayMulticastDomainCommand = exports.se_AssociateSubnetCidrBlockCommand = exports.se_AssociateRouteTableCommand = exports.se_AssociateNatGatewayAddressCommand = exports.se_AssociateIpamResourceDiscoveryCommand = exports.se_AssociateIpamByoasnCommand = exports.se_AssociateInstanceEventWindowCommand = exports.se_AssociateIamInstanceProfileCommand = exports.se_AssociateEnclaveCertificateIamRoleCommand = exports.se_AssociateDhcpOptionsCommand = exports.se_AssociateClientVpnTargetNetworkCommand = exports.se_AssociateAddressCommand = exports.se_AssignPrivateNatGatewayAddressCommand = exports.se_AssignPrivateIpAddressesCommand = exports.se_AssignIpv6AddressesCommand = exports.se_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.se_AllocateIpamPoolCidrCommand = exports.se_AllocateHostsCommand = exports.se_AllocateAddressCommand = exports.se_AdvertiseByoipCidrCommand = exports.se_AcceptVpcPeeringConnectionCommand = exports.se_AcceptVpcEndpointConnectionsCommand = exports.se_AcceptTransitGatewayVpcAttachmentCommand = exports.se_AcceptTransitGatewayPeeringAttachmentCommand = exports.se_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.se_AcceptReservedInstancesExchangeQuoteCommand = exports.se_AcceptAddressTransferCommand = void 0;
|
|
4
|
+
exports.se_CreateRouteCommand = exports.se_CreateRestoreImageTaskCommand = exports.se_CreateReservedInstancesListingCommand = exports.se_CreateReplaceRootVolumeTaskCommand = exports.se_CreatePublicIpv4PoolCommand = exports.se_CreatePlacementGroupCommand = exports.se_CreateNetworkInterfacePermissionCommand = exports.se_CreateNetworkInterfaceCommand = exports.se_CreateNetworkInsightsPathCommand = exports.se_CreateNetworkInsightsAccessScopeCommand = exports.se_CreateNetworkAclEntryCommand = exports.se_CreateNetworkAclCommand = exports.se_CreateNatGatewayCommand = exports.se_CreateManagedPrefixListCommand = exports.se_CreateLocalGatewayRouteTableVpcAssociationCommand = exports.se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_CreateLocalGatewayRouteTableCommand = exports.se_CreateLocalGatewayRouteCommand = exports.se_CreateLaunchTemplateVersionCommand = exports.se_CreateLaunchTemplateCommand = exports.se_CreateKeyPairCommand = exports.se_CreateIpamScopeCommand = exports.se_CreateIpamResourceDiscoveryCommand = exports.se_CreateIpamPoolCommand = exports.se_CreateIpamCommand = exports.se_CreateInternetGatewayCommand = exports.se_CreateInstanceExportTaskCommand = exports.se_CreateInstanceEventWindowCommand = exports.se_CreateInstanceConnectEndpointCommand = exports.se_CreateImageCommand = exports.se_CreateFpgaImageCommand = exports.se_CreateFlowLogsCommand = exports.se_CreateFleetCommand = exports.se_CreateEgressOnlyInternetGatewayCommand = exports.se_CreateDhcpOptionsCommand = exports.se_CreateDefaultVpcCommand = exports.se_CreateDefaultSubnetCommand = exports.se_CreateCustomerGatewayCommand = exports.se_CreateCoipPoolCommand = exports.se_CreateCoipCidrCommand = exports.se_CreateClientVpnRouteCommand = exports.se_CreateClientVpnEndpointCommand = exports.se_CreateCarrierGatewayCommand = exports.se_CreateCapacityReservationFleetCommand = exports.se_CreateCapacityReservationCommand = exports.se_CopySnapshotCommand = exports.se_CopyImageCommand = exports.se_CopyFpgaImageCommand = exports.se_ConfirmProductInstanceCommand = exports.se_CancelSpotInstanceRequestsCommand = void 0;
|
|
5
|
+
exports.se_DeleteInstanceEventWindowCommand = exports.se_DeleteInstanceConnectEndpointCommand = exports.se_DeleteFpgaImageCommand = exports.se_DeleteFlowLogsCommand = exports.se_DeleteFleetsCommand = exports.se_DeleteEgressOnlyInternetGatewayCommand = exports.se_DeleteDhcpOptionsCommand = exports.se_DeleteCustomerGatewayCommand = exports.se_DeleteCoipPoolCommand = exports.se_DeleteCoipCidrCommand = exports.se_DeleteClientVpnRouteCommand = exports.se_DeleteClientVpnEndpointCommand = exports.se_DeleteCarrierGatewayCommand = exports.se_CreateVpnGatewayCommand = exports.se_CreateVpnConnectionRouteCommand = exports.se_CreateVpnConnectionCommand = exports.se_CreateVpcPeeringConnectionCommand = exports.se_CreateVpcEndpointServiceConfigurationCommand = exports.se_CreateVpcEndpointConnectionNotificationCommand = exports.se_CreateVpcEndpointCommand = exports.se_CreateVpcCommand = exports.se_CreateVolumeCommand = exports.se_CreateVerifiedAccessTrustProviderCommand = exports.se_CreateVerifiedAccessInstanceCommand = exports.se_CreateVerifiedAccessGroupCommand = exports.se_CreateVerifiedAccessEndpointCommand = exports.se_CreateTransitGatewayVpcAttachmentCommand = exports.se_CreateTransitGatewayRouteTableAnnouncementCommand = exports.se_CreateTransitGatewayRouteTableCommand = exports.se_CreateTransitGatewayRouteCommand = exports.se_CreateTransitGatewayPrefixListReferenceCommand = exports.se_CreateTransitGatewayPolicyTableCommand = exports.se_CreateTransitGatewayPeeringAttachmentCommand = exports.se_CreateTransitGatewayMulticastDomainCommand = exports.se_CreateTransitGatewayConnectPeerCommand = exports.se_CreateTransitGatewayConnectCommand = exports.se_CreateTransitGatewayCommand = exports.se_CreateTrafficMirrorTargetCommand = exports.se_CreateTrafficMirrorSessionCommand = exports.se_CreateTrafficMirrorFilterRuleCommand = exports.se_CreateTrafficMirrorFilterCommand = exports.se_CreateTagsCommand = exports.se_CreateSubnetCidrReservationCommand = exports.se_CreateSubnetCommand = exports.se_CreateStoreImageTaskCommand = exports.se_CreateSpotDatafeedSubscriptionCommand = exports.se_CreateSnapshotsCommand = exports.se_CreateSnapshotCommand = exports.se_CreateSecurityGroupCommand = exports.se_CreateRouteTableCommand = void 0;
|
|
6
|
+
exports.se_DeleteVerifiedAccessGroupCommand = exports.se_DeleteVerifiedAccessEndpointCommand = exports.se_DeleteTransitGatewayVpcAttachmentCommand = exports.se_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.se_DeleteTransitGatewayRouteTableCommand = exports.se_DeleteTransitGatewayRouteCommand = exports.se_DeleteTransitGatewayPrefixListReferenceCommand = exports.se_DeleteTransitGatewayPolicyTableCommand = exports.se_DeleteTransitGatewayPeeringAttachmentCommand = exports.se_DeleteTransitGatewayMulticastDomainCommand = exports.se_DeleteTransitGatewayConnectPeerCommand = exports.se_DeleteTransitGatewayConnectCommand = exports.se_DeleteTransitGatewayCommand = exports.se_DeleteTrafficMirrorTargetCommand = exports.se_DeleteTrafficMirrorSessionCommand = exports.se_DeleteTrafficMirrorFilterRuleCommand = exports.se_DeleteTrafficMirrorFilterCommand = exports.se_DeleteTagsCommand = exports.se_DeleteSubnetCidrReservationCommand = exports.se_DeleteSubnetCommand = exports.se_DeleteSpotDatafeedSubscriptionCommand = exports.se_DeleteSnapshotCommand = exports.se_DeleteSecurityGroupCommand = exports.se_DeleteRouteTableCommand = exports.se_DeleteRouteCommand = exports.se_DeleteQueuedReservedInstancesCommand = exports.se_DeletePublicIpv4PoolCommand = exports.se_DeletePlacementGroupCommand = exports.se_DeleteNetworkInterfacePermissionCommand = exports.se_DeleteNetworkInterfaceCommand = exports.se_DeleteNetworkInsightsPathCommand = exports.se_DeleteNetworkInsightsAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.se_DeleteNetworkInsightsAccessScopeCommand = exports.se_DeleteNetworkAclEntryCommand = exports.se_DeleteNetworkAclCommand = exports.se_DeleteNatGatewayCommand = exports.se_DeleteManagedPrefixListCommand = exports.se_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.se_DeleteLocalGatewayRouteTableCommand = exports.se_DeleteLocalGatewayRouteCommand = exports.se_DeleteLaunchTemplateVersionsCommand = exports.se_DeleteLaunchTemplateCommand = exports.se_DeleteKeyPairCommand = exports.se_DeleteIpamScopeCommand = exports.se_DeleteIpamResourceDiscoveryCommand = exports.se_DeleteIpamPoolCommand = exports.se_DeleteIpamCommand = exports.se_DeleteInternetGatewayCommand = void 0;
|
|
7
|
+
exports.se_DescribeFleetInstancesCommand = exports.se_DescribeFleetHistoryCommand = exports.se_DescribeFastSnapshotRestoresCommand = exports.se_DescribeFastLaunchImagesCommand = exports.se_DescribeExportTasksCommand = exports.se_DescribeExportImageTasksCommand = exports.se_DescribeElasticGpusCommand = exports.se_DescribeEgressOnlyInternetGatewaysCommand = exports.se_DescribeDhcpOptionsCommand = exports.se_DescribeCustomerGatewaysCommand = exports.se_DescribeConversionTasksCommand = exports.se_DescribeCoipPoolsCommand = exports.se_DescribeClientVpnTargetNetworksCommand = exports.se_DescribeClientVpnRoutesCommand = exports.se_DescribeClientVpnEndpointsCommand = exports.se_DescribeClientVpnConnectionsCommand = exports.se_DescribeClientVpnAuthorizationRulesCommand = exports.se_DescribeClassicLinkInstancesCommand = exports.se_DescribeCarrierGatewaysCommand = exports.se_DescribeCapacityReservationsCommand = exports.se_DescribeCapacityReservationFleetsCommand = exports.se_DescribeCapacityBlockOfferingsCommand = exports.se_DescribeByoipCidrsCommand = exports.se_DescribeBundleTasksCommand = exports.se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.se_DescribeAvailabilityZonesCommand = exports.se_DescribeAggregateIdFormatCommand = exports.se_DescribeAddressTransfersCommand = exports.se_DescribeAddressesAttributeCommand = exports.se_DescribeAddressesCommand = exports.se_DescribeAccountAttributesCommand = exports.se_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.se_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.se_DeregisterInstanceEventNotificationAttributesCommand = exports.se_DeregisterImageCommand = exports.se_DeprovisionPublicIpv4PoolCidrCommand = exports.se_DeprovisionIpamPoolCidrCommand = exports.se_DeprovisionIpamByoasnCommand = exports.se_DeprovisionByoipCidrCommand = exports.se_DeleteVpnGatewayCommand = exports.se_DeleteVpnConnectionRouteCommand = exports.se_DeleteVpnConnectionCommand = exports.se_DeleteVpcPeeringConnectionCommand = exports.se_DeleteVpcEndpointServiceConfigurationsCommand = exports.se_DeleteVpcEndpointsCommand = exports.se_DeleteVpcEndpointConnectionNotificationsCommand = exports.se_DeleteVpcCommand = exports.se_DeleteVolumeCommand = exports.se_DeleteVerifiedAccessTrustProviderCommand = exports.se_DeleteVerifiedAccessInstanceCommand = void 0;
|
|
8
|
+
exports.se_DescribeNetworkInsightsPathsCommand = exports.se_DescribeNetworkInsightsAnalysesCommand = exports.se_DescribeNetworkInsightsAccessScopesCommand = exports.se_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.se_DescribeNetworkAclsCommand = exports.se_DescribeNatGatewaysCommand = exports.se_DescribeMovingAddressesCommand = exports.se_DescribeManagedPrefixListsCommand = exports.se_DescribeLockedSnapshotsCommand = exports.se_DescribeLocalGatewayVirtualInterfacesCommand = exports.se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.se_DescribeLocalGatewaysCommand = exports.se_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.se_DescribeLocalGatewayRouteTablesCommand = exports.se_DescribeLaunchTemplateVersionsCommand = exports.se_DescribeLaunchTemplatesCommand = exports.se_DescribeKeyPairsCommand = exports.se_DescribeIpv6PoolsCommand = exports.se_DescribeIpamScopesCommand = exports.se_DescribeIpamsCommand = exports.se_DescribeIpamResourceDiscoveryAssociationsCommand = exports.se_DescribeIpamResourceDiscoveriesCommand = exports.se_DescribeIpamPoolsCommand = exports.se_DescribeIpamByoasnCommand = exports.se_DescribeInternetGatewaysCommand = exports.se_DescribeInstanceTypesCommand = exports.se_DescribeInstanceTypeOfferingsCommand = exports.se_DescribeInstanceTopologyCommand = exports.se_DescribeInstanceStatusCommand = exports.se_DescribeInstancesCommand = exports.se_DescribeInstanceEventWindowsCommand = exports.se_DescribeInstanceEventNotificationAttributesCommand = exports.se_DescribeInstanceCreditSpecificationsCommand = exports.se_DescribeInstanceConnectEndpointsCommand = exports.se_DescribeInstanceAttributeCommand = exports.se_DescribeImportSnapshotTasksCommand = exports.se_DescribeImportImageTasksCommand = exports.se_DescribeImagesCommand = exports.se_DescribeImageAttributeCommand = exports.se_DescribeIdFormatCommand = exports.se_DescribeIdentityIdFormatCommand = exports.se_DescribeIamInstanceProfileAssociationsCommand = exports.se_DescribeHostsCommand = exports.se_DescribeHostReservationsCommand = exports.se_DescribeHostReservationOfferingsCommand = exports.se_DescribeFpgaImagesCommand = exports.se_DescribeFpgaImageAttributeCommand = exports.se_DescribeFlowLogsCommand = exports.se_DescribeFleetsCommand = void 0;
|
|
9
|
+
exports.se_DescribeVerifiedAccessInstancesCommand = exports.se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.se_DescribeVerifiedAccessGroupsCommand = exports.se_DescribeVerifiedAccessEndpointsCommand = exports.se_DescribeTrunkInterfaceAssociationsCommand = exports.se_DescribeTransitGatewayVpcAttachmentsCommand = exports.se_DescribeTransitGatewaysCommand = exports.se_DescribeTransitGatewayRouteTablesCommand = exports.se_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.se_DescribeTransitGatewayPolicyTablesCommand = exports.se_DescribeTransitGatewayPeeringAttachmentsCommand = exports.se_DescribeTransitGatewayMulticastDomainsCommand = exports.se_DescribeTransitGatewayConnectsCommand = exports.se_DescribeTransitGatewayConnectPeersCommand = exports.se_DescribeTransitGatewayAttachmentsCommand = exports.se_DescribeTrafficMirrorTargetsCommand = exports.se_DescribeTrafficMirrorSessionsCommand = exports.se_DescribeTrafficMirrorFiltersCommand = exports.se_DescribeTagsCommand = exports.se_DescribeSubnetsCommand = exports.se_DescribeStoreImageTasksCommand = exports.se_DescribeStaleSecurityGroupsCommand = exports.se_DescribeSpotPriceHistoryCommand = exports.se_DescribeSpotInstanceRequestsCommand = exports.se_DescribeSpotFleetRequestsCommand = exports.se_DescribeSpotFleetRequestHistoryCommand = exports.se_DescribeSpotFleetInstancesCommand = exports.se_DescribeSpotDatafeedSubscriptionCommand = exports.se_DescribeSnapshotTierStatusCommand = exports.se_DescribeSnapshotsCommand = exports.se_DescribeSnapshotAttributeCommand = exports.se_DescribeSecurityGroupsCommand = exports.se_DescribeSecurityGroupRulesCommand = exports.se_DescribeSecurityGroupReferencesCommand = exports.se_DescribeScheduledInstancesCommand = exports.se_DescribeScheduledInstanceAvailabilityCommand = exports.se_DescribeRouteTablesCommand = exports.se_DescribeReservedInstancesOfferingsCommand = exports.se_DescribeReservedInstancesModificationsCommand = exports.se_DescribeReservedInstancesListingsCommand = exports.se_DescribeReservedInstancesCommand = exports.se_DescribeReplaceRootVolumeTasksCommand = exports.se_DescribeRegionsCommand = exports.se_DescribePublicIpv4PoolsCommand = exports.se_DescribePrincipalIdFormatCommand = exports.se_DescribePrefixListsCommand = exports.se_DescribePlacementGroupsCommand = exports.se_DescribeNetworkInterfacesCommand = exports.se_DescribeNetworkInterfacePermissionsCommand = exports.se_DescribeNetworkInterfaceAttributeCommand = void 0;
|
|
10
|
+
exports.se_DisassociateTransitGatewayMulticastDomainCommand = exports.se_DisassociateSubnetCidrBlockCommand = exports.se_DisassociateRouteTableCommand = exports.se_DisassociateNatGatewayAddressCommand = exports.se_DisassociateIpamResourceDiscoveryCommand = exports.se_DisassociateIpamByoasnCommand = exports.se_DisassociateInstanceEventWindowCommand = exports.se_DisassociateIamInstanceProfileCommand = exports.se_DisassociateEnclaveCertificateIamRoleCommand = exports.se_DisassociateClientVpnTargetNetworkCommand = exports.se_DisassociateAddressCommand = exports.se_DisableVpcClassicLinkDnsSupportCommand = exports.se_DisableVpcClassicLinkCommand = exports.se_DisableVgwRoutePropagationCommand = exports.se_DisableTransitGatewayRouteTablePropagationCommand = exports.se_DisableSnapshotBlockPublicAccessCommand = exports.se_DisableSerialConsoleAccessCommand = exports.se_DisableIpamOrganizationAdminAccountCommand = exports.se_DisableImageDeprecationCommand = exports.se_DisableImageBlockPublicAccessCommand = exports.se_DisableImageCommand = exports.se_DisableFastSnapshotRestoresCommand = exports.se_DisableFastLaunchCommand = exports.se_DisableEbsEncryptionByDefaultCommand = exports.se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_DisableAddressTransferCommand = exports.se_DetachVpnGatewayCommand = exports.se_DetachVolumeCommand = exports.se_DetachVerifiedAccessTrustProviderCommand = exports.se_DetachNetworkInterfaceCommand = exports.se_DetachInternetGatewayCommand = exports.se_DetachClassicLinkVpcCommand = exports.se_DescribeVpnGatewaysCommand = exports.se_DescribeVpnConnectionsCommand = exports.se_DescribeVpcsCommand = exports.se_DescribeVpcPeeringConnectionsCommand = exports.se_DescribeVpcEndpointServicesCommand = exports.se_DescribeVpcEndpointServicePermissionsCommand = exports.se_DescribeVpcEndpointServiceConfigurationsCommand = exports.se_DescribeVpcEndpointsCommand = exports.se_DescribeVpcEndpointConnectionsCommand = exports.se_DescribeVpcEndpointConnectionNotificationsCommand = exports.se_DescribeVpcClassicLinkDnsSupportCommand = exports.se_DescribeVpcClassicLinkCommand = exports.se_DescribeVpcAttributeCommand = exports.se_DescribeVolumeStatusCommand = exports.se_DescribeVolumesModificationsCommand = exports.se_DescribeVolumesCommand = exports.se_DescribeVolumeAttributeCommand = exports.se_DescribeVerifiedAccessTrustProvidersCommand = void 0;
|
|
11
|
+
exports.se_GetManagedPrefixListAssociationsCommand = exports.se_GetLaunchTemplateDataCommand = exports.se_GetIpamResourceCidrsCommand = exports.se_GetIpamPoolCidrsCommand = exports.se_GetIpamPoolAllocationsCommand = exports.se_GetIpamDiscoveredResourceCidrsCommand = exports.se_GetIpamDiscoveredPublicAddressesCommand = exports.se_GetIpamDiscoveredAccountsCommand = exports.se_GetIpamAddressHistoryCommand = exports.se_GetInstanceUefiDataCommand = exports.se_GetInstanceTypesFromInstanceRequirementsCommand = exports.se_GetImageBlockPublicAccessStateCommand = exports.se_GetHostReservationPurchasePreviewCommand = exports.se_GetGroupsForCapacityReservationCommand = exports.se_GetFlowLogsIntegrationTemplateCommand = exports.se_GetEbsEncryptionByDefaultCommand = exports.se_GetEbsDefaultKmsKeyIdCommand = exports.se_GetDefaultCreditSpecificationCommand = exports.se_GetConsoleScreenshotCommand = exports.se_GetConsoleOutputCommand = exports.se_GetCoipPoolUsageCommand = exports.se_GetCapacityReservationUsageCommand = exports.se_GetAwsNetworkPerformanceDataCommand = exports.se_GetAssociatedIpv6PoolCidrsCommand = exports.se_GetAssociatedEnclaveCertificateIamRolesCommand = exports.se_ExportTransitGatewayRoutesCommand = exports.se_ExportImageCommand = exports.se_ExportClientVpnClientConfigurationCommand = exports.se_ExportClientVpnClientCertificateRevocationListCommand = exports.se_EnableVpcClassicLinkDnsSupportCommand = exports.se_EnableVpcClassicLinkCommand = exports.se_EnableVolumeIOCommand = exports.se_EnableVgwRoutePropagationCommand = exports.se_EnableTransitGatewayRouteTablePropagationCommand = exports.se_EnableSnapshotBlockPublicAccessCommand = exports.se_EnableSerialConsoleAccessCommand = exports.se_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.se_EnableIpamOrganizationAdminAccountCommand = exports.se_EnableImageDeprecationCommand = exports.se_EnableImageBlockPublicAccessCommand = exports.se_EnableImageCommand = exports.se_EnableFastSnapshotRestoresCommand = exports.se_EnableFastLaunchCommand = exports.se_EnableEbsEncryptionByDefaultCommand = exports.se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.se_EnableAddressTransferCommand = exports.se_DisassociateVpcCidrBlockCommand = exports.se_DisassociateTrunkInterfaceCommand = exports.se_DisassociateTransitGatewayRouteTableCommand = exports.se_DisassociateTransitGatewayPolicyTableCommand = void 0;
|
|
12
|
+
exports.se_ModifyInstanceMaintenanceOptionsCommand = exports.se_ModifyInstanceEventWindowCommand = exports.se_ModifyInstanceEventStartTimeCommand = exports.se_ModifyInstanceCreditSpecificationCommand = exports.se_ModifyInstanceCapacityReservationAttributesCommand = exports.se_ModifyInstanceAttributeCommand = exports.se_ModifyImageAttributeCommand = exports.se_ModifyIdFormatCommand = exports.se_ModifyIdentityIdFormatCommand = exports.se_ModifyHostsCommand = exports.se_ModifyFpgaImageAttributeCommand = exports.se_ModifyFleetCommand = exports.se_ModifyEbsDefaultKmsKeyIdCommand = exports.se_ModifyDefaultCreditSpecificationCommand = exports.se_ModifyClientVpnEndpointCommand = exports.se_ModifyCapacityReservationFleetCommand = exports.se_ModifyCapacityReservationCommand = exports.se_ModifyAvailabilityZoneGroupCommand = exports.se_ModifyAddressAttributeCommand = exports.se_LockSnapshotCommand = exports.se_ListSnapshotsInRecycleBinCommand = exports.se_ListImagesInRecycleBinCommand = exports.se_ImportVolumeCommand = exports.se_ImportSnapshotCommand = exports.se_ImportKeyPairCommand = exports.se_ImportInstanceCommand = exports.se_ImportImageCommand = exports.se_ImportClientVpnClientCertificateRevocationListCommand = exports.se_GetVpnTunnelReplacementStatusCommand = exports.se_GetVpnConnectionDeviceTypesCommand = exports.se_GetVpnConnectionDeviceSampleConfigurationCommand = exports.se_GetVerifiedAccessGroupPolicyCommand = exports.se_GetVerifiedAccessEndpointPolicyCommand = exports.se_GetTransitGatewayRouteTablePropagationsCommand = exports.se_GetTransitGatewayRouteTableAssociationsCommand = exports.se_GetTransitGatewayPrefixListReferencesCommand = exports.se_GetTransitGatewayPolicyTableEntriesCommand = exports.se_GetTransitGatewayPolicyTableAssociationsCommand = exports.se_GetTransitGatewayMulticastDomainAssociationsCommand = exports.se_GetTransitGatewayAttachmentPropagationsCommand = exports.se_GetSubnetCidrReservationsCommand = exports.se_GetSpotPlacementScoresCommand = exports.se_GetSnapshotBlockPublicAccessStateCommand = exports.se_GetSerialConsoleAccessStatusCommand = exports.se_GetSecurityGroupsForVpcCommand = exports.se_GetReservedInstancesExchangeQuoteCommand = exports.se_GetPasswordDataCommand = exports.se_GetNetworkInsightsAccessScopeContentCommand = exports.se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.se_GetManagedPrefixListEntriesCommand = void 0;
|
|
13
|
+
exports.se_ProvisionIpamByoasnCommand = exports.se_ProvisionByoipCidrCommand = exports.se_MoveByoipCidrToIpamCommand = exports.se_MoveAddressToVpcCommand = exports.se_MonitorInstancesCommand = exports.se_ModifyVpnTunnelOptionsCommand = exports.se_ModifyVpnTunnelCertificateCommand = exports.se_ModifyVpnConnectionOptionsCommand = exports.se_ModifyVpnConnectionCommand = exports.se_ModifyVpcTenancyCommand = exports.se_ModifyVpcPeeringConnectionOptionsCommand = exports.se_ModifyVpcEndpointServicePermissionsCommand = exports.se_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.se_ModifyVpcEndpointServiceConfigurationCommand = exports.se_ModifyVpcEndpointConnectionNotificationCommand = exports.se_ModifyVpcEndpointCommand = exports.se_ModifyVpcAttributeCommand = exports.se_ModifyVolumeAttributeCommand = exports.se_ModifyVolumeCommand = exports.se_ModifyVerifiedAccessTrustProviderCommand = exports.se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.se_ModifyVerifiedAccessInstanceCommand = exports.se_ModifyVerifiedAccessGroupPolicyCommand = exports.se_ModifyVerifiedAccessGroupCommand = exports.se_ModifyVerifiedAccessEndpointPolicyCommand = exports.se_ModifyVerifiedAccessEndpointCommand = exports.se_ModifyTransitGatewayVpcAttachmentCommand = exports.se_ModifyTransitGatewayPrefixListReferenceCommand = exports.se_ModifyTransitGatewayCommand = exports.se_ModifyTrafficMirrorSessionCommand = exports.se_ModifyTrafficMirrorFilterRuleCommand = exports.se_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.se_ModifySubnetAttributeCommand = exports.se_ModifySpotFleetRequestCommand = exports.se_ModifySnapshotTierCommand = exports.se_ModifySnapshotAttributeCommand = exports.se_ModifySecurityGroupRulesCommand = exports.se_ModifyReservedInstancesCommand = exports.se_ModifyPrivateDnsNameOptionsCommand = exports.se_ModifyNetworkInterfaceAttributeCommand = exports.se_ModifyManagedPrefixListCommand = exports.se_ModifyLocalGatewayRouteCommand = exports.se_ModifyLaunchTemplateCommand = exports.se_ModifyIpamScopeCommand = exports.se_ModifyIpamResourceDiscoveryCommand = exports.se_ModifyIpamResourceCidrCommand = exports.se_ModifyIpamPoolCommand = exports.se_ModifyIpamCommand = exports.se_ModifyInstancePlacementCommand = exports.se_ModifyInstanceMetadataOptionsCommand = void 0;
|
|
14
|
+
exports.se_SendDiagnosticInterruptCommand = exports.se_SearchTransitGatewayRoutesCommand = exports.se_SearchTransitGatewayMulticastGroupsCommand = exports.se_SearchLocalGatewayRoutesCommand = exports.se_RunScheduledInstancesCommand = exports.se_RunInstancesCommand = exports.se_RevokeSecurityGroupIngressCommand = exports.se_RevokeSecurityGroupEgressCommand = exports.se_RevokeClientVpnIngressCommand = exports.se_RestoreSnapshotTierCommand = exports.se_RestoreSnapshotFromRecycleBinCommand = exports.se_RestoreManagedPrefixListVersionCommand = exports.se_RestoreImageFromRecycleBinCommand = exports.se_RestoreAddressToClassicCommand = exports.se_ResetSnapshotAttributeCommand = exports.se_ResetNetworkInterfaceAttributeCommand = exports.se_ResetInstanceAttributeCommand = exports.se_ResetImageAttributeCommand = exports.se_ResetFpgaImageAttributeCommand = exports.se_ResetEbsDefaultKmsKeyIdCommand = exports.se_ResetAddressAttributeCommand = exports.se_RequestSpotInstancesCommand = exports.se_RequestSpotFleetCommand = exports.se_ReportInstanceStatusCommand = exports.se_ReplaceVpnTunnelCommand = exports.se_ReplaceTransitGatewayRouteCommand = exports.se_ReplaceRouteTableAssociationCommand = exports.se_ReplaceRouteCommand = exports.se_ReplaceNetworkAclEntryCommand = exports.se_ReplaceNetworkAclAssociationCommand = exports.se_ReplaceIamInstanceProfileAssociationCommand = exports.se_ReleaseIpamPoolAllocationCommand = exports.se_ReleaseHostsCommand = exports.se_ReleaseAddressCommand = exports.se_RejectVpcPeeringConnectionCommand = exports.se_RejectVpcEndpointConnectionsCommand = exports.se_RejectTransitGatewayVpcAttachmentCommand = exports.se_RejectTransitGatewayPeeringAttachmentCommand = exports.se_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.se_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.se_RegisterTransitGatewayMulticastGroupMembersCommand = exports.se_RegisterInstanceEventNotificationAttributesCommand = exports.se_RegisterImageCommand = exports.se_RebootInstancesCommand = exports.se_PurchaseScheduledInstancesCommand = exports.se_PurchaseReservedInstancesOfferingCommand = exports.se_PurchaseHostReservationCommand = exports.se_PurchaseCapacityBlockCommand = exports.se_ProvisionPublicIpv4PoolCidrCommand = exports.se_ProvisionIpamPoolCidrCommand = void 0;
|
|
15
|
+
exports.de_AttachVerifiedAccessTrustProviderCommand = exports.de_AttachNetworkInterfaceCommand = exports.de_AttachInternetGatewayCommand = exports.de_AttachClassicLinkVpcCommand = exports.de_AssociateVpcCidrBlockCommand = exports.de_AssociateTrunkInterfaceCommand = exports.de_AssociateTransitGatewayRouteTableCommand = exports.de_AssociateTransitGatewayPolicyTableCommand = exports.de_AssociateTransitGatewayMulticastDomainCommand = exports.de_AssociateSubnetCidrBlockCommand = exports.de_AssociateRouteTableCommand = exports.de_AssociateNatGatewayAddressCommand = exports.de_AssociateIpamResourceDiscoveryCommand = exports.de_AssociateIpamByoasnCommand = exports.de_AssociateInstanceEventWindowCommand = exports.de_AssociateIamInstanceProfileCommand = exports.de_AssociateEnclaveCertificateIamRoleCommand = exports.de_AssociateDhcpOptionsCommand = exports.de_AssociateClientVpnTargetNetworkCommand = exports.de_AssociateAddressCommand = exports.de_AssignPrivateNatGatewayAddressCommand = exports.de_AssignPrivateIpAddressesCommand = exports.de_AssignIpv6AddressesCommand = exports.de_ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.de_AllocateIpamPoolCidrCommand = exports.de_AllocateHostsCommand = exports.de_AllocateAddressCommand = exports.de_AdvertiseByoipCidrCommand = exports.de_AcceptVpcPeeringConnectionCommand = exports.de_AcceptVpcEndpointConnectionsCommand = exports.de_AcceptTransitGatewayVpcAttachmentCommand = exports.de_AcceptTransitGatewayPeeringAttachmentCommand = exports.de_AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.de_AcceptReservedInstancesExchangeQuoteCommand = exports.de_AcceptAddressTransferCommand = exports.se_WithdrawByoipCidrCommand = exports.se_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.se_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.se_UnmonitorInstancesCommand = exports.se_UnlockSnapshotCommand = exports.se_UnassignPrivateNatGatewayAddressCommand = exports.se_UnassignPrivateIpAddressesCommand = exports.se_UnassignIpv6AddressesCommand = exports.se_TerminateInstancesCommand = exports.se_TerminateClientVpnConnectionsCommand = exports.se_StopInstancesCommand = exports.se_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.se_StartNetworkInsightsAnalysisCommand = exports.se_StartNetworkInsightsAccessScopeAnalysisCommand = exports.se_StartInstancesCommand = void 0;
|
|
16
|
+
exports.de_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_CreateLocalGatewayRouteTableCommand = exports.de_CreateLocalGatewayRouteCommand = exports.de_CreateLaunchTemplateVersionCommand = exports.de_CreateLaunchTemplateCommand = exports.de_CreateKeyPairCommand = exports.de_CreateIpamScopeCommand = exports.de_CreateIpamResourceDiscoveryCommand = exports.de_CreateIpamPoolCommand = exports.de_CreateIpamCommand = exports.de_CreateInternetGatewayCommand = exports.de_CreateInstanceExportTaskCommand = exports.de_CreateInstanceEventWindowCommand = exports.de_CreateInstanceConnectEndpointCommand = exports.de_CreateImageCommand = exports.de_CreateFpgaImageCommand = exports.de_CreateFlowLogsCommand = exports.de_CreateFleetCommand = exports.de_CreateEgressOnlyInternetGatewayCommand = exports.de_CreateDhcpOptionsCommand = exports.de_CreateDefaultVpcCommand = exports.de_CreateDefaultSubnetCommand = exports.de_CreateCustomerGatewayCommand = exports.de_CreateCoipPoolCommand = exports.de_CreateCoipCidrCommand = exports.de_CreateClientVpnRouteCommand = exports.de_CreateClientVpnEndpointCommand = exports.de_CreateCarrierGatewayCommand = exports.de_CreateCapacityReservationFleetCommand = exports.de_CreateCapacityReservationCommand = exports.de_CopySnapshotCommand = exports.de_CopyImageCommand = exports.de_CopyFpgaImageCommand = exports.de_ConfirmProductInstanceCommand = exports.de_CancelSpotInstanceRequestsCommand = exports.de_CancelSpotFleetRequestsCommand = exports.de_CancelReservedInstancesListingCommand = exports.de_CancelImportTaskCommand = exports.de_CancelImageLaunchPermissionCommand = exports.de_CancelExportTaskCommand = exports.de_CancelConversionTaskCommand = exports.de_CancelCapacityReservationFleetsCommand = exports.de_CancelCapacityReservationCommand = exports.de_CancelBundleTaskCommand = exports.de_BundleInstanceCommand = exports.de_AuthorizeSecurityGroupIngressCommand = exports.de_AuthorizeSecurityGroupEgressCommand = exports.de_AuthorizeClientVpnIngressCommand = exports.de_AttachVpnGatewayCommand = exports.de_AttachVolumeCommand = void 0;
|
|
17
|
+
exports.de_CreateVpnConnectionCommand = exports.de_CreateVpcPeeringConnectionCommand = exports.de_CreateVpcEndpointServiceConfigurationCommand = exports.de_CreateVpcEndpointConnectionNotificationCommand = exports.de_CreateVpcEndpointCommand = exports.de_CreateVpcCommand = exports.de_CreateVolumeCommand = exports.de_CreateVerifiedAccessTrustProviderCommand = exports.de_CreateVerifiedAccessInstanceCommand = exports.de_CreateVerifiedAccessGroupCommand = exports.de_CreateVerifiedAccessEndpointCommand = exports.de_CreateTransitGatewayVpcAttachmentCommand = exports.de_CreateTransitGatewayRouteTableAnnouncementCommand = exports.de_CreateTransitGatewayRouteTableCommand = exports.de_CreateTransitGatewayRouteCommand = exports.de_CreateTransitGatewayPrefixListReferenceCommand = exports.de_CreateTransitGatewayPolicyTableCommand = exports.de_CreateTransitGatewayPeeringAttachmentCommand = exports.de_CreateTransitGatewayMulticastDomainCommand = exports.de_CreateTransitGatewayConnectPeerCommand = exports.de_CreateTransitGatewayConnectCommand = exports.de_CreateTransitGatewayCommand = exports.de_CreateTrafficMirrorTargetCommand = exports.de_CreateTrafficMirrorSessionCommand = exports.de_CreateTrafficMirrorFilterRuleCommand = exports.de_CreateTrafficMirrorFilterCommand = exports.de_CreateTagsCommand = exports.de_CreateSubnetCidrReservationCommand = exports.de_CreateSubnetCommand = exports.de_CreateStoreImageTaskCommand = exports.de_CreateSpotDatafeedSubscriptionCommand = exports.de_CreateSnapshotsCommand = exports.de_CreateSnapshotCommand = exports.de_CreateSecurityGroupCommand = exports.de_CreateRouteTableCommand = exports.de_CreateRouteCommand = exports.de_CreateRestoreImageTaskCommand = exports.de_CreateReservedInstancesListingCommand = exports.de_CreateReplaceRootVolumeTaskCommand = exports.de_CreatePublicIpv4PoolCommand = exports.de_CreatePlacementGroupCommand = exports.de_CreateNetworkInterfacePermissionCommand = exports.de_CreateNetworkInterfaceCommand = exports.de_CreateNetworkInsightsPathCommand = exports.de_CreateNetworkInsightsAccessScopeCommand = exports.de_CreateNetworkAclEntryCommand = exports.de_CreateNetworkAclCommand = exports.de_CreateNatGatewayCommand = exports.de_CreateManagedPrefixListCommand = exports.de_CreateLocalGatewayRouteTableVpcAssociationCommand = void 0;
|
|
18
|
+
exports.de_DeleteTrafficMirrorFilterRuleCommand = exports.de_DeleteTrafficMirrorFilterCommand = exports.de_DeleteTagsCommand = exports.de_DeleteSubnetCidrReservationCommand = exports.de_DeleteSubnetCommand = exports.de_DeleteSpotDatafeedSubscriptionCommand = exports.de_DeleteSnapshotCommand = exports.de_DeleteSecurityGroupCommand = exports.de_DeleteRouteTableCommand = exports.de_DeleteRouteCommand = exports.de_DeleteQueuedReservedInstancesCommand = exports.de_DeletePublicIpv4PoolCommand = exports.de_DeletePlacementGroupCommand = exports.de_DeleteNetworkInterfacePermissionCommand = exports.de_DeleteNetworkInterfaceCommand = exports.de_DeleteNetworkInsightsPathCommand = exports.de_DeleteNetworkInsightsAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.de_DeleteNetworkInsightsAccessScopeCommand = exports.de_DeleteNetworkAclEntryCommand = exports.de_DeleteNetworkAclCommand = exports.de_DeleteNatGatewayCommand = exports.de_DeleteManagedPrefixListCommand = exports.de_DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.de_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = exports.de_DeleteLocalGatewayRouteTableCommand = exports.de_DeleteLocalGatewayRouteCommand = exports.de_DeleteLaunchTemplateVersionsCommand = exports.de_DeleteLaunchTemplateCommand = exports.de_DeleteKeyPairCommand = exports.de_DeleteIpamScopeCommand = exports.de_DeleteIpamResourceDiscoveryCommand = exports.de_DeleteIpamPoolCommand = exports.de_DeleteIpamCommand = exports.de_DeleteInternetGatewayCommand = exports.de_DeleteInstanceEventWindowCommand = exports.de_DeleteInstanceConnectEndpointCommand = exports.de_DeleteFpgaImageCommand = exports.de_DeleteFlowLogsCommand = exports.de_DeleteFleetsCommand = exports.de_DeleteEgressOnlyInternetGatewayCommand = exports.de_DeleteDhcpOptionsCommand = exports.de_DeleteCustomerGatewayCommand = exports.de_DeleteCoipPoolCommand = exports.de_DeleteCoipCidrCommand = exports.de_DeleteClientVpnRouteCommand = exports.de_DeleteClientVpnEndpointCommand = exports.de_DeleteCarrierGatewayCommand = exports.de_CreateVpnGatewayCommand = exports.de_CreateVpnConnectionRouteCommand = void 0;
|
|
19
|
+
exports.de_DescribeClientVpnConnectionsCommand = exports.de_DescribeClientVpnAuthorizationRulesCommand = exports.de_DescribeClassicLinkInstancesCommand = exports.de_DescribeCarrierGatewaysCommand = exports.de_DescribeCapacityReservationsCommand = exports.de_DescribeCapacityReservationFleetsCommand = exports.de_DescribeCapacityBlockOfferingsCommand = exports.de_DescribeByoipCidrsCommand = exports.de_DescribeBundleTasksCommand = exports.de_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand = exports.de_DescribeAvailabilityZonesCommand = exports.de_DescribeAggregateIdFormatCommand = exports.de_DescribeAddressTransfersCommand = exports.de_DescribeAddressesAttributeCommand = exports.de_DescribeAddressesCommand = exports.de_DescribeAccountAttributesCommand = exports.de_DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.de_DeregisterTransitGatewayMulticastGroupMembersCommand = exports.de_DeregisterInstanceEventNotificationAttributesCommand = exports.de_DeregisterImageCommand = exports.de_DeprovisionPublicIpv4PoolCidrCommand = exports.de_DeprovisionIpamPoolCidrCommand = exports.de_DeprovisionIpamByoasnCommand = exports.de_DeprovisionByoipCidrCommand = exports.de_DeleteVpnGatewayCommand = exports.de_DeleteVpnConnectionRouteCommand = exports.de_DeleteVpnConnectionCommand = exports.de_DeleteVpcPeeringConnectionCommand = exports.de_DeleteVpcEndpointServiceConfigurationsCommand = exports.de_DeleteVpcEndpointsCommand = exports.de_DeleteVpcEndpointConnectionNotificationsCommand = exports.de_DeleteVpcCommand = exports.de_DeleteVolumeCommand = exports.de_DeleteVerifiedAccessTrustProviderCommand = exports.de_DeleteVerifiedAccessInstanceCommand = exports.de_DeleteVerifiedAccessGroupCommand = exports.de_DeleteVerifiedAccessEndpointCommand = exports.de_DeleteTransitGatewayVpcAttachmentCommand = exports.de_DeleteTransitGatewayRouteTableAnnouncementCommand = exports.de_DeleteTransitGatewayRouteTableCommand = exports.de_DeleteTransitGatewayRouteCommand = exports.de_DeleteTransitGatewayPrefixListReferenceCommand = exports.de_DeleteTransitGatewayPolicyTableCommand = exports.de_DeleteTransitGatewayPeeringAttachmentCommand = exports.de_DeleteTransitGatewayMulticastDomainCommand = exports.de_DeleteTransitGatewayConnectPeerCommand = exports.de_DeleteTransitGatewayConnectCommand = exports.de_DeleteTransitGatewayCommand = exports.de_DeleteTrafficMirrorTargetCommand = exports.de_DeleteTrafficMirrorSessionCommand = void 0;
|
|
20
|
+
exports.de_DescribeLaunchTemplateVersionsCommand = exports.de_DescribeLaunchTemplatesCommand = exports.de_DescribeKeyPairsCommand = exports.de_DescribeIpv6PoolsCommand = exports.de_DescribeIpamScopesCommand = exports.de_DescribeIpamsCommand = exports.de_DescribeIpamResourceDiscoveryAssociationsCommand = exports.de_DescribeIpamResourceDiscoveriesCommand = exports.de_DescribeIpamPoolsCommand = exports.de_DescribeIpamByoasnCommand = exports.de_DescribeInternetGatewaysCommand = exports.de_DescribeInstanceTypesCommand = exports.de_DescribeInstanceTypeOfferingsCommand = exports.de_DescribeInstanceTopologyCommand = exports.de_DescribeInstanceStatusCommand = exports.de_DescribeInstancesCommand = exports.de_DescribeInstanceEventWindowsCommand = exports.de_DescribeInstanceEventNotificationAttributesCommand = exports.de_DescribeInstanceCreditSpecificationsCommand = exports.de_DescribeInstanceConnectEndpointsCommand = exports.de_DescribeInstanceAttributeCommand = exports.de_DescribeImportSnapshotTasksCommand = exports.de_DescribeImportImageTasksCommand = exports.de_DescribeImagesCommand = exports.de_DescribeImageAttributeCommand = exports.de_DescribeIdFormatCommand = exports.de_DescribeIdentityIdFormatCommand = exports.de_DescribeIamInstanceProfileAssociationsCommand = exports.de_DescribeHostsCommand = exports.de_DescribeHostReservationsCommand = exports.de_DescribeHostReservationOfferingsCommand = exports.de_DescribeFpgaImagesCommand = exports.de_DescribeFpgaImageAttributeCommand = exports.de_DescribeFlowLogsCommand = exports.de_DescribeFleetsCommand = exports.de_DescribeFleetInstancesCommand = exports.de_DescribeFleetHistoryCommand = exports.de_DescribeFastSnapshotRestoresCommand = exports.de_DescribeFastLaunchImagesCommand = exports.de_DescribeExportTasksCommand = exports.de_DescribeExportImageTasksCommand = exports.de_DescribeElasticGpusCommand = exports.de_DescribeEgressOnlyInternetGatewaysCommand = exports.de_DescribeDhcpOptionsCommand = exports.de_DescribeCustomerGatewaysCommand = exports.de_DescribeConversionTasksCommand = exports.de_DescribeCoipPoolsCommand = exports.de_DescribeClientVpnTargetNetworksCommand = exports.de_DescribeClientVpnRoutesCommand = exports.de_DescribeClientVpnEndpointsCommand = void 0;
|
|
21
|
+
exports.de_DescribeTrafficMirrorTargetsCommand = exports.de_DescribeTrafficMirrorSessionsCommand = exports.de_DescribeTrafficMirrorFiltersCommand = exports.de_DescribeTagsCommand = exports.de_DescribeSubnetsCommand = exports.de_DescribeStoreImageTasksCommand = exports.de_DescribeStaleSecurityGroupsCommand = exports.de_DescribeSpotPriceHistoryCommand = exports.de_DescribeSpotInstanceRequestsCommand = exports.de_DescribeSpotFleetRequestsCommand = exports.de_DescribeSpotFleetRequestHistoryCommand = exports.de_DescribeSpotFleetInstancesCommand = exports.de_DescribeSpotDatafeedSubscriptionCommand = exports.de_DescribeSnapshotTierStatusCommand = exports.de_DescribeSnapshotsCommand = exports.de_DescribeSnapshotAttributeCommand = exports.de_DescribeSecurityGroupsCommand = exports.de_DescribeSecurityGroupRulesCommand = exports.de_DescribeSecurityGroupReferencesCommand = exports.de_DescribeScheduledInstancesCommand = exports.de_DescribeScheduledInstanceAvailabilityCommand = exports.de_DescribeRouteTablesCommand = exports.de_DescribeReservedInstancesOfferingsCommand = exports.de_DescribeReservedInstancesModificationsCommand = exports.de_DescribeReservedInstancesListingsCommand = exports.de_DescribeReservedInstancesCommand = exports.de_DescribeReplaceRootVolumeTasksCommand = exports.de_DescribeRegionsCommand = exports.de_DescribePublicIpv4PoolsCommand = exports.de_DescribePrincipalIdFormatCommand = exports.de_DescribePrefixListsCommand = exports.de_DescribePlacementGroupsCommand = exports.de_DescribeNetworkInterfacesCommand = exports.de_DescribeNetworkInterfacePermissionsCommand = exports.de_DescribeNetworkInterfaceAttributeCommand = exports.de_DescribeNetworkInsightsPathsCommand = exports.de_DescribeNetworkInsightsAnalysesCommand = exports.de_DescribeNetworkInsightsAccessScopesCommand = exports.de_DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.de_DescribeNetworkAclsCommand = exports.de_DescribeNatGatewaysCommand = exports.de_DescribeMovingAddressesCommand = exports.de_DescribeManagedPrefixListsCommand = exports.de_DescribeLockedSnapshotsCommand = exports.de_DescribeLocalGatewayVirtualInterfacesCommand = exports.de_DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.de_DescribeLocalGatewaysCommand = exports.de_DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.de_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.de_DescribeLocalGatewayRouteTablesCommand = void 0;
|
|
22
|
+
exports.de_DisableSnapshotBlockPublicAccessCommand = exports.de_DisableSerialConsoleAccessCommand = exports.de_DisableIpamOrganizationAdminAccountCommand = exports.de_DisableImageDeprecationCommand = exports.de_DisableImageBlockPublicAccessCommand = exports.de_DisableImageCommand = exports.de_DisableFastSnapshotRestoresCommand = exports.de_DisableFastLaunchCommand = exports.de_DisableEbsEncryptionByDefaultCommand = exports.de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_DisableAddressTransferCommand = exports.de_DetachVpnGatewayCommand = exports.de_DetachVolumeCommand = exports.de_DetachVerifiedAccessTrustProviderCommand = exports.de_DetachNetworkInterfaceCommand = exports.de_DetachInternetGatewayCommand = exports.de_DetachClassicLinkVpcCommand = exports.de_DescribeVpnGatewaysCommand = exports.de_DescribeVpnConnectionsCommand = exports.de_DescribeVpcsCommand = exports.de_DescribeVpcPeeringConnectionsCommand = exports.de_DescribeVpcEndpointServicesCommand = exports.de_DescribeVpcEndpointServicePermissionsCommand = exports.de_DescribeVpcEndpointServiceConfigurationsCommand = exports.de_DescribeVpcEndpointsCommand = exports.de_DescribeVpcEndpointConnectionsCommand = exports.de_DescribeVpcEndpointConnectionNotificationsCommand = exports.de_DescribeVpcClassicLinkDnsSupportCommand = exports.de_DescribeVpcClassicLinkCommand = exports.de_DescribeVpcAttributeCommand = exports.de_DescribeVolumeStatusCommand = exports.de_DescribeVolumesModificationsCommand = exports.de_DescribeVolumesCommand = exports.de_DescribeVolumeAttributeCommand = exports.de_DescribeVerifiedAccessTrustProvidersCommand = exports.de_DescribeVerifiedAccessInstancesCommand = exports.de_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand = exports.de_DescribeVerifiedAccessGroupsCommand = exports.de_DescribeVerifiedAccessEndpointsCommand = exports.de_DescribeTrunkInterfaceAssociationsCommand = exports.de_DescribeTransitGatewayVpcAttachmentsCommand = exports.de_DescribeTransitGatewaysCommand = exports.de_DescribeTransitGatewayRouteTablesCommand = exports.de_DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.de_DescribeTransitGatewayPolicyTablesCommand = exports.de_DescribeTransitGatewayPeeringAttachmentsCommand = exports.de_DescribeTransitGatewayMulticastDomainsCommand = exports.de_DescribeTransitGatewayConnectsCommand = exports.de_DescribeTransitGatewayConnectPeersCommand = exports.de_DescribeTransitGatewayAttachmentsCommand = void 0;
|
|
23
|
+
exports.de_GetEbsEncryptionByDefaultCommand = exports.de_GetEbsDefaultKmsKeyIdCommand = exports.de_GetDefaultCreditSpecificationCommand = exports.de_GetConsoleScreenshotCommand = exports.de_GetConsoleOutputCommand = exports.de_GetCoipPoolUsageCommand = exports.de_GetCapacityReservationUsageCommand = exports.de_GetAwsNetworkPerformanceDataCommand = exports.de_GetAssociatedIpv6PoolCidrsCommand = exports.de_GetAssociatedEnclaveCertificateIamRolesCommand = exports.de_ExportTransitGatewayRoutesCommand = exports.de_ExportImageCommand = exports.de_ExportClientVpnClientConfigurationCommand = exports.de_ExportClientVpnClientCertificateRevocationListCommand = exports.de_EnableVpcClassicLinkDnsSupportCommand = exports.de_EnableVpcClassicLinkCommand = exports.de_EnableVolumeIOCommand = exports.de_EnableVgwRoutePropagationCommand = exports.de_EnableTransitGatewayRouteTablePropagationCommand = exports.de_EnableSnapshotBlockPublicAccessCommand = exports.de_EnableSerialConsoleAccessCommand = exports.de_EnableReachabilityAnalyzerOrganizationSharingCommand = exports.de_EnableIpamOrganizationAdminAccountCommand = exports.de_EnableImageDeprecationCommand = exports.de_EnableImageBlockPublicAccessCommand = exports.de_EnableImageCommand = exports.de_EnableFastSnapshotRestoresCommand = exports.de_EnableFastLaunchCommand = exports.de_EnableEbsEncryptionByDefaultCommand = exports.de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = exports.de_EnableAddressTransferCommand = exports.de_DisassociateVpcCidrBlockCommand = exports.de_DisassociateTrunkInterfaceCommand = exports.de_DisassociateTransitGatewayRouteTableCommand = exports.de_DisassociateTransitGatewayPolicyTableCommand = exports.de_DisassociateTransitGatewayMulticastDomainCommand = exports.de_DisassociateSubnetCidrBlockCommand = exports.de_DisassociateRouteTableCommand = exports.de_DisassociateNatGatewayAddressCommand = exports.de_DisassociateIpamResourceDiscoveryCommand = exports.de_DisassociateIpamByoasnCommand = exports.de_DisassociateInstanceEventWindowCommand = exports.de_DisassociateIamInstanceProfileCommand = exports.de_DisassociateEnclaveCertificateIamRoleCommand = exports.de_DisassociateClientVpnTargetNetworkCommand = exports.de_DisassociateAddressCommand = exports.de_DisableVpcClassicLinkDnsSupportCommand = exports.de_DisableVpcClassicLinkCommand = exports.de_DisableVgwRoutePropagationCommand = exports.de_DisableTransitGatewayRouteTablePropagationCommand = void 0;
|
|
24
|
+
exports.de_ModifyCapacityReservationFleetCommand = exports.de_ModifyCapacityReservationCommand = exports.de_ModifyAvailabilityZoneGroupCommand = exports.de_ModifyAddressAttributeCommand = exports.de_LockSnapshotCommand = exports.de_ListSnapshotsInRecycleBinCommand = exports.de_ListImagesInRecycleBinCommand = exports.de_ImportVolumeCommand = exports.de_ImportSnapshotCommand = exports.de_ImportKeyPairCommand = exports.de_ImportInstanceCommand = exports.de_ImportImageCommand = exports.de_ImportClientVpnClientCertificateRevocationListCommand = exports.de_GetVpnTunnelReplacementStatusCommand = exports.de_GetVpnConnectionDeviceTypesCommand = exports.de_GetVpnConnectionDeviceSampleConfigurationCommand = exports.de_GetVerifiedAccessGroupPolicyCommand = exports.de_GetVerifiedAccessEndpointPolicyCommand = exports.de_GetTransitGatewayRouteTablePropagationsCommand = exports.de_GetTransitGatewayRouteTableAssociationsCommand = exports.de_GetTransitGatewayPrefixListReferencesCommand = exports.de_GetTransitGatewayPolicyTableEntriesCommand = exports.de_GetTransitGatewayPolicyTableAssociationsCommand = exports.de_GetTransitGatewayMulticastDomainAssociationsCommand = exports.de_GetTransitGatewayAttachmentPropagationsCommand = exports.de_GetSubnetCidrReservationsCommand = exports.de_GetSpotPlacementScoresCommand = exports.de_GetSnapshotBlockPublicAccessStateCommand = exports.de_GetSerialConsoleAccessStatusCommand = exports.de_GetSecurityGroupsForVpcCommand = exports.de_GetReservedInstancesExchangeQuoteCommand = exports.de_GetPasswordDataCommand = exports.de_GetNetworkInsightsAccessScopeContentCommand = exports.de_GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.de_GetManagedPrefixListEntriesCommand = exports.de_GetManagedPrefixListAssociationsCommand = exports.de_GetLaunchTemplateDataCommand = exports.de_GetIpamResourceCidrsCommand = exports.de_GetIpamPoolCidrsCommand = exports.de_GetIpamPoolAllocationsCommand = exports.de_GetIpamDiscoveredResourceCidrsCommand = exports.de_GetIpamDiscoveredPublicAddressesCommand = exports.de_GetIpamDiscoveredAccountsCommand = exports.de_GetIpamAddressHistoryCommand = exports.de_GetInstanceUefiDataCommand = exports.de_GetInstanceTypesFromInstanceRequirementsCommand = exports.de_GetImageBlockPublicAccessStateCommand = exports.de_GetHostReservationPurchasePreviewCommand = exports.de_GetGroupsForCapacityReservationCommand = exports.de_GetFlowLogsIntegrationTemplateCommand = void 0;
|
|
25
|
+
exports.de_ModifyVpcEndpointCommand = exports.de_ModifyVpcAttributeCommand = exports.de_ModifyVolumeAttributeCommand = exports.de_ModifyVolumeCommand = exports.de_ModifyVerifiedAccessTrustProviderCommand = exports.de_ModifyVerifiedAccessInstanceLoggingConfigurationCommand = exports.de_ModifyVerifiedAccessInstanceCommand = exports.de_ModifyVerifiedAccessGroupPolicyCommand = exports.de_ModifyVerifiedAccessGroupCommand = exports.de_ModifyVerifiedAccessEndpointPolicyCommand = exports.de_ModifyVerifiedAccessEndpointCommand = exports.de_ModifyTransitGatewayVpcAttachmentCommand = exports.de_ModifyTransitGatewayPrefixListReferenceCommand = exports.de_ModifyTransitGatewayCommand = exports.de_ModifyTrafficMirrorSessionCommand = exports.de_ModifyTrafficMirrorFilterRuleCommand = exports.de_ModifyTrafficMirrorFilterNetworkServicesCommand = exports.de_ModifySubnetAttributeCommand = exports.de_ModifySpotFleetRequestCommand = exports.de_ModifySnapshotTierCommand = exports.de_ModifySnapshotAttributeCommand = exports.de_ModifySecurityGroupRulesCommand = exports.de_ModifyReservedInstancesCommand = exports.de_ModifyPrivateDnsNameOptionsCommand = exports.de_ModifyNetworkInterfaceAttributeCommand = exports.de_ModifyManagedPrefixListCommand = exports.de_ModifyLocalGatewayRouteCommand = exports.de_ModifyLaunchTemplateCommand = exports.de_ModifyIpamScopeCommand = exports.de_ModifyIpamResourceDiscoveryCommand = exports.de_ModifyIpamResourceCidrCommand = exports.de_ModifyIpamPoolCommand = exports.de_ModifyIpamCommand = exports.de_ModifyInstancePlacementCommand = exports.de_ModifyInstanceMetadataOptionsCommand = exports.de_ModifyInstanceMaintenanceOptionsCommand = exports.de_ModifyInstanceEventWindowCommand = exports.de_ModifyInstanceEventStartTimeCommand = exports.de_ModifyInstanceCreditSpecificationCommand = exports.de_ModifyInstanceCapacityReservationAttributesCommand = exports.de_ModifyInstanceAttributeCommand = exports.de_ModifyImageAttributeCommand = exports.de_ModifyIdFormatCommand = exports.de_ModifyIdentityIdFormatCommand = exports.de_ModifyHostsCommand = exports.de_ModifyFpgaImageAttributeCommand = exports.de_ModifyFleetCommand = exports.de_ModifyEbsDefaultKmsKeyIdCommand = exports.de_ModifyDefaultCreditSpecificationCommand = exports.de_ModifyClientVpnEndpointCommand = void 0;
|
|
26
|
+
exports.de_ResetNetworkInterfaceAttributeCommand = exports.de_ResetInstanceAttributeCommand = exports.de_ResetImageAttributeCommand = exports.de_ResetFpgaImageAttributeCommand = exports.de_ResetEbsDefaultKmsKeyIdCommand = exports.de_ResetAddressAttributeCommand = exports.de_RequestSpotInstancesCommand = exports.de_RequestSpotFleetCommand = exports.de_ReportInstanceStatusCommand = exports.de_ReplaceVpnTunnelCommand = exports.de_ReplaceTransitGatewayRouteCommand = exports.de_ReplaceRouteTableAssociationCommand = exports.de_ReplaceRouteCommand = exports.de_ReplaceNetworkAclEntryCommand = exports.de_ReplaceNetworkAclAssociationCommand = exports.de_ReplaceIamInstanceProfileAssociationCommand = exports.de_ReleaseIpamPoolAllocationCommand = exports.de_ReleaseHostsCommand = exports.de_ReleaseAddressCommand = exports.de_RejectVpcPeeringConnectionCommand = exports.de_RejectVpcEndpointConnectionsCommand = exports.de_RejectTransitGatewayVpcAttachmentCommand = exports.de_RejectTransitGatewayPeeringAttachmentCommand = exports.de_RejectTransitGatewayMulticastDomainAssociationsCommand = exports.de_RegisterTransitGatewayMulticastGroupSourcesCommand = exports.de_RegisterTransitGatewayMulticastGroupMembersCommand = exports.de_RegisterInstanceEventNotificationAttributesCommand = exports.de_RegisterImageCommand = exports.de_RebootInstancesCommand = exports.de_PurchaseScheduledInstancesCommand = exports.de_PurchaseReservedInstancesOfferingCommand = exports.de_PurchaseHostReservationCommand = exports.de_PurchaseCapacityBlockCommand = exports.de_ProvisionPublicIpv4PoolCidrCommand = exports.de_ProvisionIpamPoolCidrCommand = exports.de_ProvisionIpamByoasnCommand = exports.de_ProvisionByoipCidrCommand = exports.de_MoveByoipCidrToIpamCommand = exports.de_MoveAddressToVpcCommand = exports.de_MonitorInstancesCommand = exports.de_ModifyVpnTunnelOptionsCommand = exports.de_ModifyVpnTunnelCertificateCommand = exports.de_ModifyVpnConnectionOptionsCommand = exports.de_ModifyVpnConnectionCommand = exports.de_ModifyVpcTenancyCommand = exports.de_ModifyVpcPeeringConnectionOptionsCommand = exports.de_ModifyVpcEndpointServicePermissionsCommand = exports.de_ModifyVpcEndpointServicePayerResponsibilityCommand = exports.de_ModifyVpcEndpointServiceConfigurationCommand = exports.de_ModifyVpcEndpointConnectionNotificationCommand = void 0;
|
|
27
|
+
exports.de_WithdrawByoipCidrCommand = exports.de_UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.de_UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.de_UnmonitorInstancesCommand = exports.de_UnlockSnapshotCommand = exports.de_UnassignPrivateNatGatewayAddressCommand = exports.de_UnassignPrivateIpAddressesCommand = exports.de_UnassignIpv6AddressesCommand = exports.de_TerminateInstancesCommand = exports.de_TerminateClientVpnConnectionsCommand = exports.de_StopInstancesCommand = exports.de_StartVpcEndpointServicePrivateDnsVerificationCommand = exports.de_StartNetworkInsightsAnalysisCommand = exports.de_StartNetworkInsightsAccessScopeAnalysisCommand = exports.de_StartInstancesCommand = exports.de_SendDiagnosticInterruptCommand = exports.de_SearchTransitGatewayRoutesCommand = exports.de_SearchTransitGatewayMulticastGroupsCommand = exports.de_SearchLocalGatewayRoutesCommand = exports.de_RunScheduledInstancesCommand = exports.de_RunInstancesCommand = exports.de_RevokeSecurityGroupIngressCommand = exports.de_RevokeSecurityGroupEgressCommand = exports.de_RevokeClientVpnIngressCommand = exports.de_RestoreSnapshotTierCommand = exports.de_RestoreSnapshotFromRecycleBinCommand = exports.de_RestoreManagedPrefixListVersionCommand = exports.de_RestoreImageFromRecycleBinCommand = exports.de_RestoreAddressToClassicCommand = exports.de_ResetSnapshotAttributeCommand = void 0;
|
|
28
28
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
29
29
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
30
30
|
const fast_xml_parser_1 = require("fast-xml-parser");
|
|
@@ -261,6 +261,17 @@ const se_AssociateInstanceEventWindowCommand = async (input, context) => {
|
|
|
261
261
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
262
262
|
};
|
|
263
263
|
exports.se_AssociateInstanceEventWindowCommand = se_AssociateInstanceEventWindowCommand;
|
|
264
|
+
const se_AssociateIpamByoasnCommand = async (input, context) => {
|
|
265
|
+
const headers = SHARED_HEADERS;
|
|
266
|
+
let body;
|
|
267
|
+
body = buildFormUrlencodedString({
|
|
268
|
+
...se_AssociateIpamByoasnRequest(input, context),
|
|
269
|
+
Action: "AssociateIpamByoasn",
|
|
270
|
+
Version: "2016-11-15",
|
|
271
|
+
});
|
|
272
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
273
|
+
};
|
|
274
|
+
exports.se_AssociateIpamByoasnCommand = se_AssociateIpamByoasnCommand;
|
|
264
275
|
const se_AssociateIpamResourceDiscoveryCommand = async (input, context) => {
|
|
265
276
|
const headers = SHARED_HEADERS;
|
|
266
277
|
let body;
|
|
@@ -2351,6 +2362,17 @@ const se_DeprovisionByoipCidrCommand = async (input, context) => {
|
|
|
2351
2362
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2352
2363
|
};
|
|
2353
2364
|
exports.se_DeprovisionByoipCidrCommand = se_DeprovisionByoipCidrCommand;
|
|
2365
|
+
const se_DeprovisionIpamByoasnCommand = async (input, context) => {
|
|
2366
|
+
const headers = SHARED_HEADERS;
|
|
2367
|
+
let body;
|
|
2368
|
+
body = buildFormUrlencodedString({
|
|
2369
|
+
...se_DeprovisionIpamByoasnRequest(input, context),
|
|
2370
|
+
Action: "DeprovisionIpamByoasn",
|
|
2371
|
+
Version: "2016-11-15",
|
|
2372
|
+
});
|
|
2373
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
2374
|
+
};
|
|
2375
|
+
exports.se_DeprovisionIpamByoasnCommand = se_DeprovisionIpamByoasnCommand;
|
|
2354
2376
|
const se_DeprovisionIpamPoolCidrCommand = async (input, context) => {
|
|
2355
2377
|
const headers = SHARED_HEADERS;
|
|
2356
2378
|
let body;
|
|
@@ -3033,6 +3055,17 @@ const se_DescribeInternetGatewaysCommand = async (input, context) => {
|
|
|
3033
3055
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3034
3056
|
};
|
|
3035
3057
|
exports.se_DescribeInternetGatewaysCommand = se_DescribeInternetGatewaysCommand;
|
|
3058
|
+
const se_DescribeIpamByoasnCommand = async (input, context) => {
|
|
3059
|
+
const headers = SHARED_HEADERS;
|
|
3060
|
+
let body;
|
|
3061
|
+
body = buildFormUrlencodedString({
|
|
3062
|
+
...se_DescribeIpamByoasnRequest(input, context),
|
|
3063
|
+
Action: "DescribeIpamByoasn",
|
|
3064
|
+
Version: "2016-11-15",
|
|
3065
|
+
});
|
|
3066
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3067
|
+
};
|
|
3068
|
+
exports.se_DescribeIpamByoasnCommand = se_DescribeIpamByoasnCommand;
|
|
3036
3069
|
const se_DescribeIpamPoolsCommand = async (input, context) => {
|
|
3037
3070
|
const headers = SHARED_HEADERS;
|
|
3038
3071
|
let body;
|
|
@@ -4331,6 +4364,17 @@ const se_DisassociateInstanceEventWindowCommand = async (input, context) => {
|
|
|
4331
4364
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4332
4365
|
};
|
|
4333
4366
|
exports.se_DisassociateInstanceEventWindowCommand = se_DisassociateInstanceEventWindowCommand;
|
|
4367
|
+
const se_DisassociateIpamByoasnCommand = async (input, context) => {
|
|
4368
|
+
const headers = SHARED_HEADERS;
|
|
4369
|
+
let body;
|
|
4370
|
+
body = buildFormUrlencodedString({
|
|
4371
|
+
...se_DisassociateIpamByoasnRequest(input, context),
|
|
4372
|
+
Action: "DisassociateIpamByoasn",
|
|
4373
|
+
Version: "2016-11-15",
|
|
4374
|
+
});
|
|
4375
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4376
|
+
};
|
|
4377
|
+
exports.se_DisassociateIpamByoasnCommand = se_DisassociateIpamByoasnCommand;
|
|
4334
4378
|
const se_DisassociateIpamResourceDiscoveryCommand = async (input, context) => {
|
|
4335
4379
|
const headers = SHARED_HEADERS;
|
|
4336
4380
|
let body;
|
|
@@ -4859,6 +4903,17 @@ const se_GetIpamDiscoveredAccountsCommand = async (input, context) => {
|
|
|
4859
4903
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4860
4904
|
};
|
|
4861
4905
|
exports.se_GetIpamDiscoveredAccountsCommand = se_GetIpamDiscoveredAccountsCommand;
|
|
4906
|
+
const se_GetIpamDiscoveredPublicAddressesCommand = async (input, context) => {
|
|
4907
|
+
const headers = SHARED_HEADERS;
|
|
4908
|
+
let body;
|
|
4909
|
+
body = buildFormUrlencodedString({
|
|
4910
|
+
...se_GetIpamDiscoveredPublicAddressesRequest(input, context),
|
|
4911
|
+
Action: "GetIpamDiscoveredPublicAddresses",
|
|
4912
|
+
Version: "2016-11-15",
|
|
4913
|
+
});
|
|
4914
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4915
|
+
};
|
|
4916
|
+
exports.se_GetIpamDiscoveredPublicAddressesCommand = se_GetIpamDiscoveredPublicAddressesCommand;
|
|
4862
4917
|
const se_GetIpamDiscoveredResourceCidrsCommand = async (input, context) => {
|
|
4863
4918
|
const headers = SHARED_HEADERS;
|
|
4864
4919
|
let body;
|
|
@@ -6014,6 +6069,17 @@ const se_ProvisionByoipCidrCommand = async (input, context) => {
|
|
|
6014
6069
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6015
6070
|
};
|
|
6016
6071
|
exports.se_ProvisionByoipCidrCommand = se_ProvisionByoipCidrCommand;
|
|
6072
|
+
const se_ProvisionIpamByoasnCommand = async (input, context) => {
|
|
6073
|
+
const headers = SHARED_HEADERS;
|
|
6074
|
+
let body;
|
|
6075
|
+
body = buildFormUrlencodedString({
|
|
6076
|
+
...se_ProvisionIpamByoasnRequest(input, context),
|
|
6077
|
+
Action: "ProvisionIpamByoasn",
|
|
6078
|
+
Version: "2016-11-15",
|
|
6079
|
+
});
|
|
6080
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6081
|
+
};
|
|
6082
|
+
exports.se_ProvisionIpamByoasnCommand = se_ProvisionIpamByoasnCommand;
|
|
6017
6083
|
const se_ProvisionIpamPoolCidrCommand = async (input, context) => {
|
|
6018
6084
|
const headers = SHARED_HEADERS;
|
|
6019
6085
|
let body;
|
|
@@ -7293,6 +7359,33 @@ const de_AssociateInstanceEventWindowCommandError = async (output, context) => {
|
|
|
7293
7359
|
errorCode,
|
|
7294
7360
|
});
|
|
7295
7361
|
};
|
|
7362
|
+
const de_AssociateIpamByoasnCommand = async (output, context) => {
|
|
7363
|
+
if (output.statusCode >= 300) {
|
|
7364
|
+
return de_AssociateIpamByoasnCommandError(output, context);
|
|
7365
|
+
}
|
|
7366
|
+
const data = await parseBody(output.body, context);
|
|
7367
|
+
let contents = {};
|
|
7368
|
+
contents = de_AssociateIpamByoasnResult(data, context);
|
|
7369
|
+
const response = {
|
|
7370
|
+
$metadata: deserializeMetadata(output),
|
|
7371
|
+
...contents,
|
|
7372
|
+
};
|
|
7373
|
+
return response;
|
|
7374
|
+
};
|
|
7375
|
+
exports.de_AssociateIpamByoasnCommand = de_AssociateIpamByoasnCommand;
|
|
7376
|
+
const de_AssociateIpamByoasnCommandError = async (output, context) => {
|
|
7377
|
+
const parsedOutput = {
|
|
7378
|
+
...output,
|
|
7379
|
+
body: await parseErrorBody(output.body, context),
|
|
7380
|
+
};
|
|
7381
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7382
|
+
const parsedBody = parsedOutput.body;
|
|
7383
|
+
return throwDefaultError({
|
|
7384
|
+
output,
|
|
7385
|
+
parsedBody: parsedBody.Errors.Error,
|
|
7386
|
+
errorCode,
|
|
7387
|
+
});
|
|
7388
|
+
};
|
|
7296
7389
|
const de_AssociateIpamResourceDiscoveryCommand = async (output, context) => {
|
|
7297
7390
|
if (output.statusCode >= 300) {
|
|
7298
7391
|
return de_AssociateIpamResourceDiscoveryCommandError(output, context);
|
|
@@ -12348,6 +12441,33 @@ const de_DeprovisionByoipCidrCommandError = async (output, context) => {
|
|
|
12348
12441
|
errorCode,
|
|
12349
12442
|
});
|
|
12350
12443
|
};
|
|
12444
|
+
const de_DeprovisionIpamByoasnCommand = async (output, context) => {
|
|
12445
|
+
if (output.statusCode >= 300) {
|
|
12446
|
+
return de_DeprovisionIpamByoasnCommandError(output, context);
|
|
12447
|
+
}
|
|
12448
|
+
const data = await parseBody(output.body, context);
|
|
12449
|
+
let contents = {};
|
|
12450
|
+
contents = de_DeprovisionIpamByoasnResult(data, context);
|
|
12451
|
+
const response = {
|
|
12452
|
+
$metadata: deserializeMetadata(output),
|
|
12453
|
+
...contents,
|
|
12454
|
+
};
|
|
12455
|
+
return response;
|
|
12456
|
+
};
|
|
12457
|
+
exports.de_DeprovisionIpamByoasnCommand = de_DeprovisionIpamByoasnCommand;
|
|
12458
|
+
const de_DeprovisionIpamByoasnCommandError = async (output, context) => {
|
|
12459
|
+
const parsedOutput = {
|
|
12460
|
+
...output,
|
|
12461
|
+
body: await parseErrorBody(output.body, context),
|
|
12462
|
+
};
|
|
12463
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
12464
|
+
const parsedBody = parsedOutput.body;
|
|
12465
|
+
return throwDefaultError({
|
|
12466
|
+
output,
|
|
12467
|
+
parsedBody: parsedBody.Errors.Error,
|
|
12468
|
+
errorCode,
|
|
12469
|
+
});
|
|
12470
|
+
};
|
|
12351
12471
|
const de_DeprovisionIpamPoolCidrCommand = async (output, context) => {
|
|
12352
12472
|
if (output.statusCode >= 300) {
|
|
12353
12473
|
return de_DeprovisionIpamPoolCidrCommandError(output, context);
|
|
@@ -14019,6 +14139,33 @@ const de_DescribeInternetGatewaysCommandError = async (output, context) => {
|
|
|
14019
14139
|
errorCode,
|
|
14020
14140
|
});
|
|
14021
14141
|
};
|
|
14142
|
+
const de_DescribeIpamByoasnCommand = async (output, context) => {
|
|
14143
|
+
if (output.statusCode >= 300) {
|
|
14144
|
+
return de_DescribeIpamByoasnCommandError(output, context);
|
|
14145
|
+
}
|
|
14146
|
+
const data = await parseBody(output.body, context);
|
|
14147
|
+
let contents = {};
|
|
14148
|
+
contents = de_DescribeIpamByoasnResult(data, context);
|
|
14149
|
+
const response = {
|
|
14150
|
+
$metadata: deserializeMetadata(output),
|
|
14151
|
+
...contents,
|
|
14152
|
+
};
|
|
14153
|
+
return response;
|
|
14154
|
+
};
|
|
14155
|
+
exports.de_DescribeIpamByoasnCommand = de_DescribeIpamByoasnCommand;
|
|
14156
|
+
const de_DescribeIpamByoasnCommandError = async (output, context) => {
|
|
14157
|
+
const parsedOutput = {
|
|
14158
|
+
...output,
|
|
14159
|
+
body: await parseErrorBody(output.body, context),
|
|
14160
|
+
};
|
|
14161
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
14162
|
+
const parsedBody = parsedOutput.body;
|
|
14163
|
+
return throwDefaultError({
|
|
14164
|
+
output,
|
|
14165
|
+
parsedBody: parsedBody.Errors.Error,
|
|
14166
|
+
errorCode,
|
|
14167
|
+
});
|
|
14168
|
+
};
|
|
14022
14169
|
const de_DescribeIpamPoolsCommand = async (output, context) => {
|
|
14023
14170
|
if (output.statusCode >= 300) {
|
|
14024
14171
|
return de_DescribeIpamPoolsCommandError(output, context);
|
|
@@ -17190,6 +17337,33 @@ const de_DisassociateInstanceEventWindowCommandError = async (output, context) =
|
|
|
17190
17337
|
errorCode,
|
|
17191
17338
|
});
|
|
17192
17339
|
};
|
|
17340
|
+
const de_DisassociateIpamByoasnCommand = async (output, context) => {
|
|
17341
|
+
if (output.statusCode >= 300) {
|
|
17342
|
+
return de_DisassociateIpamByoasnCommandError(output, context);
|
|
17343
|
+
}
|
|
17344
|
+
const data = await parseBody(output.body, context);
|
|
17345
|
+
let contents = {};
|
|
17346
|
+
contents = de_DisassociateIpamByoasnResult(data, context);
|
|
17347
|
+
const response = {
|
|
17348
|
+
$metadata: deserializeMetadata(output),
|
|
17349
|
+
...contents,
|
|
17350
|
+
};
|
|
17351
|
+
return response;
|
|
17352
|
+
};
|
|
17353
|
+
exports.de_DisassociateIpamByoasnCommand = de_DisassociateIpamByoasnCommand;
|
|
17354
|
+
const de_DisassociateIpamByoasnCommandError = async (output, context) => {
|
|
17355
|
+
const parsedOutput = {
|
|
17356
|
+
...output,
|
|
17357
|
+
body: await parseErrorBody(output.body, context),
|
|
17358
|
+
};
|
|
17359
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
17360
|
+
const parsedBody = parsedOutput.body;
|
|
17361
|
+
return throwDefaultError({
|
|
17362
|
+
output,
|
|
17363
|
+
parsedBody: parsedBody.Errors.Error,
|
|
17364
|
+
errorCode,
|
|
17365
|
+
});
|
|
17366
|
+
};
|
|
17193
17367
|
const de_DisassociateIpamResourceDiscoveryCommand = async (output, context) => {
|
|
17194
17368
|
if (output.statusCode >= 300) {
|
|
17195
17369
|
return de_DisassociateIpamResourceDiscoveryCommandError(output, context);
|
|
@@ -18477,6 +18651,33 @@ const de_GetIpamDiscoveredAccountsCommandError = async (output, context) => {
|
|
|
18477
18651
|
errorCode,
|
|
18478
18652
|
});
|
|
18479
18653
|
};
|
|
18654
|
+
const de_GetIpamDiscoveredPublicAddressesCommand = async (output, context) => {
|
|
18655
|
+
if (output.statusCode >= 300) {
|
|
18656
|
+
return de_GetIpamDiscoveredPublicAddressesCommandError(output, context);
|
|
18657
|
+
}
|
|
18658
|
+
const data = await parseBody(output.body, context);
|
|
18659
|
+
let contents = {};
|
|
18660
|
+
contents = de_GetIpamDiscoveredPublicAddressesResult(data, context);
|
|
18661
|
+
const response = {
|
|
18662
|
+
$metadata: deserializeMetadata(output),
|
|
18663
|
+
...contents,
|
|
18664
|
+
};
|
|
18665
|
+
return response;
|
|
18666
|
+
};
|
|
18667
|
+
exports.de_GetIpamDiscoveredPublicAddressesCommand = de_GetIpamDiscoveredPublicAddressesCommand;
|
|
18668
|
+
const de_GetIpamDiscoveredPublicAddressesCommandError = async (output, context) => {
|
|
18669
|
+
const parsedOutput = {
|
|
18670
|
+
...output,
|
|
18671
|
+
body: await parseErrorBody(output.body, context),
|
|
18672
|
+
};
|
|
18673
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
18674
|
+
const parsedBody = parsedOutput.body;
|
|
18675
|
+
return throwDefaultError({
|
|
18676
|
+
output,
|
|
18677
|
+
parsedBody: parsedBody.Errors.Error,
|
|
18678
|
+
errorCode,
|
|
18679
|
+
});
|
|
18680
|
+
};
|
|
18480
18681
|
const de_GetIpamDiscoveredResourceCidrsCommand = async (output, context) => {
|
|
18481
18682
|
if (output.statusCode >= 300) {
|
|
18482
18683
|
return de_GetIpamDiscoveredResourceCidrsCommandError(output, context);
|
|
@@ -21285,6 +21486,33 @@ const de_ProvisionByoipCidrCommandError = async (output, context) => {
|
|
|
21285
21486
|
errorCode,
|
|
21286
21487
|
});
|
|
21287
21488
|
};
|
|
21489
|
+
const de_ProvisionIpamByoasnCommand = async (output, context) => {
|
|
21490
|
+
if (output.statusCode >= 300) {
|
|
21491
|
+
return de_ProvisionIpamByoasnCommandError(output, context);
|
|
21492
|
+
}
|
|
21493
|
+
const data = await parseBody(output.body, context);
|
|
21494
|
+
let contents = {};
|
|
21495
|
+
contents = de_ProvisionIpamByoasnResult(data, context);
|
|
21496
|
+
const response = {
|
|
21497
|
+
$metadata: deserializeMetadata(output),
|
|
21498
|
+
...contents,
|
|
21499
|
+
};
|
|
21500
|
+
return response;
|
|
21501
|
+
};
|
|
21502
|
+
exports.de_ProvisionIpamByoasnCommand = de_ProvisionIpamByoasnCommand;
|
|
21503
|
+
const de_ProvisionIpamByoasnCommandError = async (output, context) => {
|
|
21504
|
+
const parsedOutput = {
|
|
21505
|
+
...output,
|
|
21506
|
+
body: await parseErrorBody(output.body, context),
|
|
21507
|
+
};
|
|
21508
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
21509
|
+
const parsedBody = parsedOutput.body;
|
|
21510
|
+
return throwDefaultError({
|
|
21511
|
+
output,
|
|
21512
|
+
parsedBody: parsedBody.Errors.Error,
|
|
21513
|
+
errorCode,
|
|
21514
|
+
});
|
|
21515
|
+
};
|
|
21288
21516
|
const de_ProvisionIpamPoolCidrCommand = async (output, context) => {
|
|
21289
21517
|
if (output.statusCode >= 300) {
|
|
21290
21518
|
return de_ProvisionIpamPoolCidrCommandError(output, context);
|
|
@@ -23310,6 +23538,9 @@ const se_AdvertiseByoipCidrRequest = (input, context) => {
|
|
|
23310
23538
|
if (input.Cidr != null) {
|
|
23311
23539
|
entries["Cidr"] = input.Cidr;
|
|
23312
23540
|
}
|
|
23541
|
+
if (input.Asn != null) {
|
|
23542
|
+
entries["Asn"] = input.Asn;
|
|
23543
|
+
}
|
|
23313
23544
|
if (input.DryRun != null) {
|
|
23314
23545
|
entries["DryRun"] = input.DryRun;
|
|
23315
23546
|
}
|
|
@@ -23424,6 +23655,16 @@ const se_AllocateIpamPoolCidrRequest = (input, context) => {
|
|
|
23424
23655
|
if (input.PreviewNextCidr != null) {
|
|
23425
23656
|
entries["PreviewNextCidr"] = input.PreviewNextCidr;
|
|
23426
23657
|
}
|
|
23658
|
+
if (input.AllowedCidrs != null) {
|
|
23659
|
+
const memberEntries = se_IpamPoolAllocationAllowedCidrs(input.AllowedCidrs, context);
|
|
23660
|
+
if (input.AllowedCidrs?.length === 0) {
|
|
23661
|
+
entries.AllowedCidr = [];
|
|
23662
|
+
}
|
|
23663
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23664
|
+
const loc = `AllowedCidr.${key.substring(key.indexOf(".") + 1)}`;
|
|
23665
|
+
entries[loc] = value;
|
|
23666
|
+
});
|
|
23667
|
+
}
|
|
23427
23668
|
if (input.DisallowedCidrs != null) {
|
|
23428
23669
|
const memberEntries = se_IpamPoolAllocationDisallowedCidrs(input.DisallowedCidrs, context);
|
|
23429
23670
|
if (input.DisallowedCidrs?.length === 0) {
|
|
@@ -23519,6 +23760,16 @@ const se_ArnList = (input, context) => {
|
|
|
23519
23760
|
}
|
|
23520
23761
|
return entries;
|
|
23521
23762
|
};
|
|
23763
|
+
const se_AsnAuthorizationContext = (input, context) => {
|
|
23764
|
+
const entries = {};
|
|
23765
|
+
if (input.Message != null) {
|
|
23766
|
+
entries["Message"] = input.Message;
|
|
23767
|
+
}
|
|
23768
|
+
if (input.Signature != null) {
|
|
23769
|
+
entries["Signature"] = input.Signature;
|
|
23770
|
+
}
|
|
23771
|
+
return entries;
|
|
23772
|
+
};
|
|
23522
23773
|
const se_AssetIdList = (input, context) => {
|
|
23523
23774
|
const entries = {};
|
|
23524
23775
|
let counter = 1;
|
|
@@ -23724,6 +23975,19 @@ const se_AssociateInstanceEventWindowRequest = (input, context) => {
|
|
|
23724
23975
|
}
|
|
23725
23976
|
return entries;
|
|
23726
23977
|
};
|
|
23978
|
+
const se_AssociateIpamByoasnRequest = (input, context) => {
|
|
23979
|
+
const entries = {};
|
|
23980
|
+
if (input.DryRun != null) {
|
|
23981
|
+
entries["DryRun"] = input.DryRun;
|
|
23982
|
+
}
|
|
23983
|
+
if (input.Asn != null) {
|
|
23984
|
+
entries["Asn"] = input.Asn;
|
|
23985
|
+
}
|
|
23986
|
+
if (input.Cidr != null) {
|
|
23987
|
+
entries["Cidr"] = input.Cidr;
|
|
23988
|
+
}
|
|
23989
|
+
return entries;
|
|
23990
|
+
};
|
|
23727
23991
|
const se_AssociateIpamResourceDiscoveryRequest = (input, context) => {
|
|
23728
23992
|
const entries = {};
|
|
23729
23993
|
if (input.DryRun != null) {
|
|
@@ -23807,6 +24071,12 @@ const se_AssociateSubnetCidrBlockRequest = (input, context) => {
|
|
|
23807
24071
|
if (input.SubnetId != null) {
|
|
23808
24072
|
entries["SubnetId"] = input.SubnetId;
|
|
23809
24073
|
}
|
|
24074
|
+
if (input.Ipv6IpamPoolId != null) {
|
|
24075
|
+
entries["Ipv6IpamPoolId"] = input.Ipv6IpamPoolId;
|
|
24076
|
+
}
|
|
24077
|
+
if (input.Ipv6NetmaskLength != null) {
|
|
24078
|
+
entries["Ipv6NetmaskLength"] = input.Ipv6NetmaskLength;
|
|
24079
|
+
}
|
|
23810
24080
|
return entries;
|
|
23811
24081
|
};
|
|
23812
24082
|
const se_AssociateTransitGatewayMulticastDomainRequest = (input, context) => {
|
|
@@ -24751,6 +25021,19 @@ const se_ConnectionNotificationIdsList = (input, context) => {
|
|
|
24751
25021
|
}
|
|
24752
25022
|
return entries;
|
|
24753
25023
|
};
|
|
25024
|
+
const se_ConnectionTrackingSpecificationRequest = (input, context) => {
|
|
25025
|
+
const entries = {};
|
|
25026
|
+
if (input.TcpEstablishedTimeout != null) {
|
|
25027
|
+
entries["TcpEstablishedTimeout"] = input.TcpEstablishedTimeout;
|
|
25028
|
+
}
|
|
25029
|
+
if (input.UdpStreamTimeout != null) {
|
|
25030
|
+
entries["UdpStreamTimeout"] = input.UdpStreamTimeout;
|
|
25031
|
+
}
|
|
25032
|
+
if (input.UdpTimeout != null) {
|
|
25033
|
+
entries["UdpTimeout"] = input.UdpTimeout;
|
|
25034
|
+
}
|
|
25035
|
+
return entries;
|
|
25036
|
+
};
|
|
24754
25037
|
const se_ConversionIdStringList = (input, context) => {
|
|
24755
25038
|
const entries = {};
|
|
24756
25039
|
let counter = 1;
|
|
@@ -25683,6 +25966,13 @@ const se_CreateIpamPoolRequest = (input, context) => {
|
|
|
25683
25966
|
if (input.PublicIpSource != null) {
|
|
25684
25967
|
entries["PublicIpSource"] = input.PublicIpSource;
|
|
25685
25968
|
}
|
|
25969
|
+
if (input.SourceResource != null) {
|
|
25970
|
+
const memberEntries = se_IpamPoolSourceResourceRequest(input.SourceResource, context);
|
|
25971
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25972
|
+
const loc = `SourceResource.${key}`;
|
|
25973
|
+
entries[loc] = value;
|
|
25974
|
+
});
|
|
25975
|
+
}
|
|
25686
25976
|
return entries;
|
|
25687
25977
|
};
|
|
25688
25978
|
const se_CreateIpamRequest = (input, context) => {
|
|
@@ -25719,6 +26009,9 @@ const se_CreateIpamRequest = (input, context) => {
|
|
|
25719
26009
|
if (input.ClientToken != null) {
|
|
25720
26010
|
entries["ClientToken"] = input.ClientToken;
|
|
25721
26011
|
}
|
|
26012
|
+
if (input.Tier != null) {
|
|
26013
|
+
entries["Tier"] = input.Tier;
|
|
26014
|
+
}
|
|
25722
26015
|
return entries;
|
|
25723
26016
|
};
|
|
25724
26017
|
const se_CreateIpamResourceDiscoveryRequest = (input, context) => {
|
|
@@ -26345,6 +26638,13 @@ const se_CreateNetworkInterfaceRequest = (input, context) => {
|
|
|
26345
26638
|
if (input.EnablePrimaryIpv6 != null) {
|
|
26346
26639
|
entries["EnablePrimaryIpv6"] = input.EnablePrimaryIpv6;
|
|
26347
26640
|
}
|
|
26641
|
+
if (input.ConnectionTrackingSpecification != null) {
|
|
26642
|
+
const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
|
|
26643
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
26644
|
+
const loc = `ConnectionTrackingSpecification.${key}`;
|
|
26645
|
+
entries[loc] = value;
|
|
26646
|
+
});
|
|
26647
|
+
}
|
|
26348
26648
|
return entries;
|
|
26349
26649
|
};
|
|
26350
26650
|
const se_CreatePlacementGroupRequest = (input, context) => {
|
|
@@ -26735,6 +27035,18 @@ const se_CreateSubnetRequest = (input, context) => {
|
|
|
26735
27035
|
if (input.Ipv6Native != null) {
|
|
26736
27036
|
entries["Ipv6Native"] = input.Ipv6Native;
|
|
26737
27037
|
}
|
|
27038
|
+
if (input.Ipv4IpamPoolId != null) {
|
|
27039
|
+
entries["Ipv4IpamPoolId"] = input.Ipv4IpamPoolId;
|
|
27040
|
+
}
|
|
27041
|
+
if (input.Ipv4NetmaskLength != null) {
|
|
27042
|
+
entries["Ipv4NetmaskLength"] = input.Ipv4NetmaskLength;
|
|
27043
|
+
}
|
|
27044
|
+
if (input.Ipv6IpamPoolId != null) {
|
|
27045
|
+
entries["Ipv6IpamPoolId"] = input.Ipv6IpamPoolId;
|
|
27046
|
+
}
|
|
27047
|
+
if (input.Ipv6NetmaskLength != null) {
|
|
27048
|
+
entries["Ipv6NetmaskLength"] = input.Ipv6NetmaskLength;
|
|
27049
|
+
}
|
|
26738
27050
|
return entries;
|
|
26739
27051
|
};
|
|
26740
27052
|
const se_CreateTagsRequest = (input, context) => {
|
|
@@ -27253,6 +27565,9 @@ const se_CreateTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
|
|
|
27253
27565
|
if (input.DnsSupport != null) {
|
|
27254
27566
|
entries["DnsSupport"] = input.DnsSupport;
|
|
27255
27567
|
}
|
|
27568
|
+
if (input.SecurityGroupReferencingSupport != null) {
|
|
27569
|
+
entries["SecurityGroupReferencingSupport"] = input.SecurityGroupReferencingSupport;
|
|
27570
|
+
}
|
|
27256
27571
|
if (input.Ipv6Support != null) {
|
|
27257
27572
|
entries["Ipv6Support"] = input.Ipv6Support;
|
|
27258
27573
|
}
|
|
@@ -28214,6 +28529,9 @@ const se_DeleteIpamPoolRequest = (input, context) => {
|
|
|
28214
28529
|
if (input.IpamPoolId != null) {
|
|
28215
28530
|
entries["IpamPoolId"] = input.IpamPoolId;
|
|
28216
28531
|
}
|
|
28532
|
+
if (input.Cascade != null) {
|
|
28533
|
+
entries["Cascade"] = input.Cascade;
|
|
28534
|
+
}
|
|
28217
28535
|
return entries;
|
|
28218
28536
|
};
|
|
28219
28537
|
const se_DeleteIpamRequest = (input, context) => {
|
|
@@ -28950,6 +29268,19 @@ const se_DeprovisionByoipCidrRequest = (input, context) => {
|
|
|
28950
29268
|
}
|
|
28951
29269
|
return entries;
|
|
28952
29270
|
};
|
|
29271
|
+
const se_DeprovisionIpamByoasnRequest = (input, context) => {
|
|
29272
|
+
const entries = {};
|
|
29273
|
+
if (input.DryRun != null) {
|
|
29274
|
+
entries["DryRun"] = input.DryRun;
|
|
29275
|
+
}
|
|
29276
|
+
if (input.IpamId != null) {
|
|
29277
|
+
entries["IpamId"] = input.IpamId;
|
|
29278
|
+
}
|
|
29279
|
+
if (input.Asn != null) {
|
|
29280
|
+
entries["Asn"] = input.Asn;
|
|
29281
|
+
}
|
|
29282
|
+
return entries;
|
|
29283
|
+
};
|
|
28953
29284
|
const se_DeprovisionIpamPoolCidrRequest = (input, context) => {
|
|
28954
29285
|
const entries = {};
|
|
28955
29286
|
if (input.DryRun != null) {
|
|
@@ -30663,6 +30994,19 @@ const se_DescribeInternetGatewaysRequest = (input, context) => {
|
|
|
30663
30994
|
}
|
|
30664
30995
|
return entries;
|
|
30665
30996
|
};
|
|
30997
|
+
const se_DescribeIpamByoasnRequest = (input, context) => {
|
|
30998
|
+
const entries = {};
|
|
30999
|
+
if (input.DryRun != null) {
|
|
31000
|
+
entries["DryRun"] = input.DryRun;
|
|
31001
|
+
}
|
|
31002
|
+
if (input.MaxResults != null) {
|
|
31003
|
+
entries["MaxResults"] = input.MaxResults;
|
|
31004
|
+
}
|
|
31005
|
+
if (input.NextToken != null) {
|
|
31006
|
+
entries["NextToken"] = input.NextToken;
|
|
31007
|
+
}
|
|
31008
|
+
return entries;
|
|
31009
|
+
};
|
|
30666
31010
|
const se_DescribeIpamPoolsRequest = (input, context) => {
|
|
30667
31011
|
const entries = {};
|
|
30668
31012
|
if (input.DryRun != null) {
|
|
@@ -33926,6 +34270,19 @@ const se_DisassociateInstanceEventWindowRequest = (input, context) => {
|
|
|
33926
34270
|
}
|
|
33927
34271
|
return entries;
|
|
33928
34272
|
};
|
|
34273
|
+
const se_DisassociateIpamByoasnRequest = (input, context) => {
|
|
34274
|
+
const entries = {};
|
|
34275
|
+
if (input.DryRun != null) {
|
|
34276
|
+
entries["DryRun"] = input.DryRun;
|
|
34277
|
+
}
|
|
34278
|
+
if (input.Asn != null) {
|
|
34279
|
+
entries["Asn"] = input.Asn;
|
|
34280
|
+
}
|
|
34281
|
+
if (input.Cidr != null) {
|
|
34282
|
+
entries["Cidr"] = input.Cidr;
|
|
34283
|
+
}
|
|
34284
|
+
return entries;
|
|
34285
|
+
};
|
|
33929
34286
|
const se_DisassociateIpamResourceDiscoveryRequest = (input, context) => {
|
|
33930
34287
|
const entries = {};
|
|
33931
34288
|
if (input.DryRun != null) {
|
|
@@ -35263,6 +35620,35 @@ const se_GetIpamDiscoveredAccountsRequest = (input, context) => {
|
|
|
35263
35620
|
}
|
|
35264
35621
|
return entries;
|
|
35265
35622
|
};
|
|
35623
|
+
const se_GetIpamDiscoveredPublicAddressesRequest = (input, context) => {
|
|
35624
|
+
const entries = {};
|
|
35625
|
+
if (input.DryRun != null) {
|
|
35626
|
+
entries["DryRun"] = input.DryRun;
|
|
35627
|
+
}
|
|
35628
|
+
if (input.IpamResourceDiscoveryId != null) {
|
|
35629
|
+
entries["IpamResourceDiscoveryId"] = input.IpamResourceDiscoveryId;
|
|
35630
|
+
}
|
|
35631
|
+
if (input.AddressRegion != null) {
|
|
35632
|
+
entries["AddressRegion"] = input.AddressRegion;
|
|
35633
|
+
}
|
|
35634
|
+
if (input.Filters != null) {
|
|
35635
|
+
const memberEntries = se_FilterList(input.Filters, context);
|
|
35636
|
+
if (input.Filters?.length === 0) {
|
|
35637
|
+
entries.Filter = [];
|
|
35638
|
+
}
|
|
35639
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35640
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
35641
|
+
entries[loc] = value;
|
|
35642
|
+
});
|
|
35643
|
+
}
|
|
35644
|
+
if (input.NextToken != null) {
|
|
35645
|
+
entries["NextToken"] = input.NextToken;
|
|
35646
|
+
}
|
|
35647
|
+
if (input.MaxResults != null) {
|
|
35648
|
+
entries["MaxResults"] = input.MaxResults;
|
|
35649
|
+
}
|
|
35650
|
+
return entries;
|
|
35651
|
+
};
|
|
35266
35652
|
const se_GetIpamDiscoveredResourceCidrsRequest = (input, context) => {
|
|
35267
35653
|
const entries = {};
|
|
35268
35654
|
if (input.DryRun != null) {
|
|
@@ -36777,6 +37163,13 @@ const se_InstanceNetworkInterfaceSpecification = (input, context) => {
|
|
|
36777
37163
|
entries[loc] = value;
|
|
36778
37164
|
});
|
|
36779
37165
|
}
|
|
37166
|
+
if (input.ConnectionTrackingSpecification != null) {
|
|
37167
|
+
const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
|
|
37168
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
37169
|
+
const loc = `ConnectionTrackingSpecification.${key}`;
|
|
37170
|
+
entries[loc] = value;
|
|
37171
|
+
});
|
|
37172
|
+
}
|
|
36780
37173
|
return entries;
|
|
36781
37174
|
};
|
|
36782
37175
|
const se_InstanceNetworkInterfaceSpecificationList = (input, context) => {
|
|
@@ -37247,6 +37640,18 @@ const se_IpamCidrAuthorizationContext = (input, context) => {
|
|
|
37247
37640
|
}
|
|
37248
37641
|
return entries;
|
|
37249
37642
|
};
|
|
37643
|
+
const se_IpamPoolAllocationAllowedCidrs = (input, context) => {
|
|
37644
|
+
const entries = {};
|
|
37645
|
+
let counter = 1;
|
|
37646
|
+
for (const entry of input) {
|
|
37647
|
+
if (entry === null) {
|
|
37648
|
+
continue;
|
|
37649
|
+
}
|
|
37650
|
+
entries[`Item.${counter}`] = entry;
|
|
37651
|
+
counter++;
|
|
37652
|
+
}
|
|
37653
|
+
return entries;
|
|
37654
|
+
};
|
|
37250
37655
|
const se_IpamPoolAllocationDisallowedCidrs = (input, context) => {
|
|
37251
37656
|
const entries = {};
|
|
37252
37657
|
let counter = 1;
|
|
@@ -37259,6 +37664,22 @@ const se_IpamPoolAllocationDisallowedCidrs = (input, context) => {
|
|
|
37259
37664
|
}
|
|
37260
37665
|
return entries;
|
|
37261
37666
|
};
|
|
37667
|
+
const se_IpamPoolSourceResourceRequest = (input, context) => {
|
|
37668
|
+
const entries = {};
|
|
37669
|
+
if (input.ResourceId != null) {
|
|
37670
|
+
entries["ResourceId"] = input.ResourceId;
|
|
37671
|
+
}
|
|
37672
|
+
if (input.ResourceType != null) {
|
|
37673
|
+
entries["ResourceType"] = input.ResourceType;
|
|
37674
|
+
}
|
|
37675
|
+
if (input.ResourceRegion != null) {
|
|
37676
|
+
entries["ResourceRegion"] = input.ResourceRegion;
|
|
37677
|
+
}
|
|
37678
|
+
if (input.ResourceOwner != null) {
|
|
37679
|
+
entries["ResourceOwner"] = input.ResourceOwner;
|
|
37680
|
+
}
|
|
37681
|
+
return entries;
|
|
37682
|
+
};
|
|
37262
37683
|
const se_IpList = (input, context) => {
|
|
37263
37684
|
const entries = {};
|
|
37264
37685
|
let counter = 1;
|
|
@@ -37894,6 +38315,13 @@ const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequest = (input, co
|
|
|
37894
38315
|
entries[loc] = value;
|
|
37895
38316
|
});
|
|
37896
38317
|
}
|
|
38318
|
+
if (input.ConnectionTrackingSpecification != null) {
|
|
38319
|
+
const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
|
|
38320
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
38321
|
+
const loc = `ConnectionTrackingSpecification.${key}`;
|
|
38322
|
+
entries[loc] = value;
|
|
38323
|
+
});
|
|
38324
|
+
}
|
|
37897
38325
|
return entries;
|
|
37898
38326
|
};
|
|
37899
38327
|
const se_LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList = (input, context) => {
|
|
@@ -39118,6 +39546,9 @@ const se_ModifyIpamRequest = (input, context) => {
|
|
|
39118
39546
|
entries[loc] = value;
|
|
39119
39547
|
});
|
|
39120
39548
|
}
|
|
39549
|
+
if (input.Tier != null) {
|
|
39550
|
+
entries["Tier"] = input.Tier;
|
|
39551
|
+
}
|
|
39121
39552
|
return entries;
|
|
39122
39553
|
};
|
|
39123
39554
|
const se_ModifyIpamResourceCidrRequest = (input, context) => {
|
|
@@ -39320,6 +39751,13 @@ const se_ModifyNetworkInterfaceAttributeRequest = (input, context) => {
|
|
|
39320
39751
|
if (input.EnablePrimaryIpv6 != null) {
|
|
39321
39752
|
entries["EnablePrimaryIpv6"] = input.EnablePrimaryIpv6;
|
|
39322
39753
|
}
|
|
39754
|
+
if (input.ConnectionTrackingSpecification != null) {
|
|
39755
|
+
const memberEntries = se_ConnectionTrackingSpecificationRequest(input.ConnectionTrackingSpecification, context);
|
|
39756
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
39757
|
+
const loc = `ConnectionTrackingSpecification.${key}`;
|
|
39758
|
+
entries[loc] = value;
|
|
39759
|
+
});
|
|
39760
|
+
}
|
|
39323
39761
|
return entries;
|
|
39324
39762
|
};
|
|
39325
39763
|
const se_ModifyPrivateDnsNameOptionsRequest = (input, context) => {
|
|
@@ -39689,6 +40127,9 @@ const se_ModifyTransitGatewayOptions = (input, context) => {
|
|
|
39689
40127
|
if (input.DnsSupport != null) {
|
|
39690
40128
|
entries["DnsSupport"] = input.DnsSupport;
|
|
39691
40129
|
}
|
|
40130
|
+
if (input.SecurityGroupReferencingSupport != null) {
|
|
40131
|
+
entries["SecurityGroupReferencingSupport"] = input.SecurityGroupReferencingSupport;
|
|
40132
|
+
}
|
|
39692
40133
|
if (input.AutoAcceptSharedAttachments != null) {
|
|
39693
40134
|
entries["AutoAcceptSharedAttachments"] = input.AutoAcceptSharedAttachments;
|
|
39694
40135
|
}
|
|
@@ -39790,6 +40231,9 @@ const se_ModifyTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
|
|
|
39790
40231
|
if (input.DnsSupport != null) {
|
|
39791
40232
|
entries["DnsSupport"] = input.DnsSupport;
|
|
39792
40233
|
}
|
|
40234
|
+
if (input.SecurityGroupReferencingSupport != null) {
|
|
40235
|
+
entries["SecurityGroupReferencingSupport"] = input.SecurityGroupReferencingSupport;
|
|
40236
|
+
}
|
|
39793
40237
|
if (input.Ipv6Support != null) {
|
|
39794
40238
|
entries["Ipv6Support"] = input.Ipv6Support;
|
|
39795
40239
|
}
|
|
@@ -41438,6 +41882,26 @@ const se_ProvisionByoipCidrRequest = (input, context) => {
|
|
|
41438
41882
|
}
|
|
41439
41883
|
return entries;
|
|
41440
41884
|
};
|
|
41885
|
+
const se_ProvisionIpamByoasnRequest = (input, context) => {
|
|
41886
|
+
const entries = {};
|
|
41887
|
+
if (input.DryRun != null) {
|
|
41888
|
+
entries["DryRun"] = input.DryRun;
|
|
41889
|
+
}
|
|
41890
|
+
if (input.IpamId != null) {
|
|
41891
|
+
entries["IpamId"] = input.IpamId;
|
|
41892
|
+
}
|
|
41893
|
+
if (input.Asn != null) {
|
|
41894
|
+
entries["Asn"] = input.Asn;
|
|
41895
|
+
}
|
|
41896
|
+
if (input.AsnAuthorizationContext != null) {
|
|
41897
|
+
const memberEntries = se_AsnAuthorizationContext(input.AsnAuthorizationContext, context);
|
|
41898
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
41899
|
+
const loc = `AsnAuthorizationContext.${key}`;
|
|
41900
|
+
entries[loc] = value;
|
|
41901
|
+
});
|
|
41902
|
+
}
|
|
41903
|
+
return entries;
|
|
41904
|
+
};
|
|
41441
41905
|
const se_ProvisionIpamPoolCidrRequest = (input, context) => {
|
|
41442
41906
|
const entries = {};
|
|
41443
41907
|
if (input.DryRun != null) {
|
|
@@ -45032,6 +45496,9 @@ const se_TransitGatewayRequestOptions = (input, context) => {
|
|
|
45032
45496
|
if (input.DnsSupport != null) {
|
|
45033
45497
|
entries["DnsSupport"] = input.DnsSupport;
|
|
45034
45498
|
}
|
|
45499
|
+
if (input.SecurityGroupReferencingSupport != null) {
|
|
45500
|
+
entries["SecurityGroupReferencingSupport"] = input.SecurityGroupReferencingSupport;
|
|
45501
|
+
}
|
|
45035
45502
|
if (input.MulticastSupport != null) {
|
|
45036
45503
|
entries["MulticastSupport"] = input.MulticastSupport;
|
|
45037
45504
|
}
|
|
@@ -46559,6 +47026,29 @@ const de_ArnList = (output, context) => {
|
|
|
46559
47026
|
return (0, smithy_client_1.expectString)(entry);
|
|
46560
47027
|
});
|
|
46561
47028
|
};
|
|
47029
|
+
const de_AsnAssociation = (output, context) => {
|
|
47030
|
+
const contents = {};
|
|
47031
|
+
if (output["asn"] !== undefined) {
|
|
47032
|
+
contents.Asn = (0, smithy_client_1.expectString)(output["asn"]);
|
|
47033
|
+
}
|
|
47034
|
+
if (output["cidr"] !== undefined) {
|
|
47035
|
+
contents.Cidr = (0, smithy_client_1.expectString)(output["cidr"]);
|
|
47036
|
+
}
|
|
47037
|
+
if (output["statusMessage"] !== undefined) {
|
|
47038
|
+
contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
|
|
47039
|
+
}
|
|
47040
|
+
if (output["state"] !== undefined) {
|
|
47041
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
47042
|
+
}
|
|
47043
|
+
return contents;
|
|
47044
|
+
};
|
|
47045
|
+
const de_AsnAssociationSet = (output, context) => {
|
|
47046
|
+
return (output || [])
|
|
47047
|
+
.filter((e) => e != null)
|
|
47048
|
+
.map((entry) => {
|
|
47049
|
+
return de_AsnAssociation(entry, context);
|
|
47050
|
+
});
|
|
47051
|
+
};
|
|
46562
47052
|
const de_AssignedPrivateIpAddress = (output, context) => {
|
|
46563
47053
|
const contents = {};
|
|
46564
47054
|
if (output["privateIpAddress"] !== undefined) {
|
|
@@ -46709,6 +47199,13 @@ const de_AssociateInstanceEventWindowResult = (output, context) => {
|
|
|
46709
47199
|
}
|
|
46710
47200
|
return contents;
|
|
46711
47201
|
};
|
|
47202
|
+
const de_AssociateIpamByoasnResult = (output, context) => {
|
|
47203
|
+
const contents = {};
|
|
47204
|
+
if (output["asnAssociation"] !== undefined) {
|
|
47205
|
+
contents.AsnAssociation = de_AsnAssociation(output["asnAssociation"], context);
|
|
47206
|
+
}
|
|
47207
|
+
return contents;
|
|
47208
|
+
};
|
|
46712
47209
|
const de_AssociateIpamResourceDiscoveryResult = (output, context) => {
|
|
46713
47210
|
const contents = {};
|
|
46714
47211
|
if (output["ipamResourceDiscoveryAssociation"] !== undefined) {
|
|
@@ -47104,6 +47601,29 @@ const de_BundleTaskList = (output, context) => {
|
|
|
47104
47601
|
return de_BundleTask(entry, context);
|
|
47105
47602
|
});
|
|
47106
47603
|
};
|
|
47604
|
+
const de_Byoasn = (output, context) => {
|
|
47605
|
+
const contents = {};
|
|
47606
|
+
if (output["asn"] !== undefined) {
|
|
47607
|
+
contents.Asn = (0, smithy_client_1.expectString)(output["asn"]);
|
|
47608
|
+
}
|
|
47609
|
+
if (output["ipamId"] !== undefined) {
|
|
47610
|
+
contents.IpamId = (0, smithy_client_1.expectString)(output["ipamId"]);
|
|
47611
|
+
}
|
|
47612
|
+
if (output["statusMessage"] !== undefined) {
|
|
47613
|
+
contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
|
|
47614
|
+
}
|
|
47615
|
+
if (output["state"] !== undefined) {
|
|
47616
|
+
contents.State = (0, smithy_client_1.expectString)(output["state"]);
|
|
47617
|
+
}
|
|
47618
|
+
return contents;
|
|
47619
|
+
};
|
|
47620
|
+
const de_ByoasnSet = (output, context) => {
|
|
47621
|
+
return (output || [])
|
|
47622
|
+
.filter((e) => e != null)
|
|
47623
|
+
.map((entry) => {
|
|
47624
|
+
return de_Byoasn(entry, context);
|
|
47625
|
+
});
|
|
47626
|
+
};
|
|
47107
47627
|
const de_ByoipCidr = (output, context) => {
|
|
47108
47628
|
const contents = {};
|
|
47109
47629
|
if (output["cidr"] !== undefined) {
|
|
@@ -47112,6 +47632,12 @@ const de_ByoipCidr = (output, context) => {
|
|
|
47112
47632
|
if (output["description"] !== undefined) {
|
|
47113
47633
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
47114
47634
|
}
|
|
47635
|
+
if (output.asnAssociationSet === "") {
|
|
47636
|
+
contents.AsnAssociations = [];
|
|
47637
|
+
}
|
|
47638
|
+
else if (output["asnAssociationSet"] !== undefined && output["asnAssociationSet"]["item"] !== undefined) {
|
|
47639
|
+
contents.AsnAssociations = de_AsnAssociationSet((0, smithy_client_1.getArrayIfSingleItem)(output["asnAssociationSet"]["item"]), context);
|
|
47640
|
+
}
|
|
47115
47641
|
if (output["statusMessage"] !== undefined) {
|
|
47116
47642
|
contents.StatusMessage = (0, smithy_client_1.expectString)(output["statusMessage"]);
|
|
47117
47643
|
}
|
|
@@ -48107,6 +48633,58 @@ const de_ConnectionNotificationSet = (output, context) => {
|
|
|
48107
48633
|
return de_ConnectionNotification(entry, context);
|
|
48108
48634
|
});
|
|
48109
48635
|
};
|
|
48636
|
+
const de_ConnectionTrackingConfiguration = (output, context) => {
|
|
48637
|
+
const contents = {};
|
|
48638
|
+
if (output["tcpEstablishedTimeout"] !== undefined) {
|
|
48639
|
+
contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
|
|
48640
|
+
}
|
|
48641
|
+
if (output["udpStreamTimeout"] !== undefined) {
|
|
48642
|
+
contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
|
|
48643
|
+
}
|
|
48644
|
+
if (output["udpTimeout"] !== undefined) {
|
|
48645
|
+
contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
|
|
48646
|
+
}
|
|
48647
|
+
return contents;
|
|
48648
|
+
};
|
|
48649
|
+
const de_ConnectionTrackingSpecification = (output, context) => {
|
|
48650
|
+
const contents = {};
|
|
48651
|
+
if (output["tcpEstablishedTimeout"] !== undefined) {
|
|
48652
|
+
contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
|
|
48653
|
+
}
|
|
48654
|
+
if (output["udpTimeout"] !== undefined) {
|
|
48655
|
+
contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
|
|
48656
|
+
}
|
|
48657
|
+
if (output["udpStreamTimeout"] !== undefined) {
|
|
48658
|
+
contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
|
|
48659
|
+
}
|
|
48660
|
+
return contents;
|
|
48661
|
+
};
|
|
48662
|
+
const de_ConnectionTrackingSpecificationRequest = (output, context) => {
|
|
48663
|
+
const contents = {};
|
|
48664
|
+
if (output["TcpEstablishedTimeout"] !== undefined) {
|
|
48665
|
+
contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["TcpEstablishedTimeout"]);
|
|
48666
|
+
}
|
|
48667
|
+
if (output["UdpStreamTimeout"] !== undefined) {
|
|
48668
|
+
contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["UdpStreamTimeout"]);
|
|
48669
|
+
}
|
|
48670
|
+
if (output["UdpTimeout"] !== undefined) {
|
|
48671
|
+
contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["UdpTimeout"]);
|
|
48672
|
+
}
|
|
48673
|
+
return contents;
|
|
48674
|
+
};
|
|
48675
|
+
const de_ConnectionTrackingSpecificationResponse = (output, context) => {
|
|
48676
|
+
const contents = {};
|
|
48677
|
+
if (output["tcpEstablishedTimeout"] !== undefined) {
|
|
48678
|
+
contents.TcpEstablishedTimeout = (0, smithy_client_1.strictParseInt32)(output["tcpEstablishedTimeout"]);
|
|
48679
|
+
}
|
|
48680
|
+
if (output["udpStreamTimeout"] !== undefined) {
|
|
48681
|
+
contents.UdpStreamTimeout = (0, smithy_client_1.strictParseInt32)(output["udpStreamTimeout"]);
|
|
48682
|
+
}
|
|
48683
|
+
if (output["udpTimeout"] !== undefined) {
|
|
48684
|
+
contents.UdpTimeout = (0, smithy_client_1.strictParseInt32)(output["udpTimeout"]);
|
|
48685
|
+
}
|
|
48686
|
+
return contents;
|
|
48687
|
+
};
|
|
48110
48688
|
const de_ConversionTask = (output, context) => {
|
|
48111
48689
|
const contents = {};
|
|
48112
48690
|
if (output["conversionTaskId"] !== undefined) {
|
|
@@ -49551,6 +50129,13 @@ const de_DeprovisionedAddressSet = (output, context) => {
|
|
|
49551
50129
|
return (0, smithy_client_1.expectString)(entry);
|
|
49552
50130
|
});
|
|
49553
50131
|
};
|
|
50132
|
+
const de_DeprovisionIpamByoasnResult = (output, context) => {
|
|
50133
|
+
const contents = {};
|
|
50134
|
+
if (output["byoasn"] !== undefined) {
|
|
50135
|
+
contents.Byoasn = de_Byoasn(output["byoasn"], context);
|
|
50136
|
+
}
|
|
50137
|
+
return contents;
|
|
50138
|
+
};
|
|
49554
50139
|
const de_DeprovisionIpamPoolCidrResult = (output, context) => {
|
|
49555
50140
|
const contents = {};
|
|
49556
50141
|
if (output["ipamPoolCidr"] !== undefined) {
|
|
@@ -50420,6 +51005,19 @@ const de_DescribeInternetGatewaysResult = (output, context) => {
|
|
|
50420
51005
|
}
|
|
50421
51006
|
return contents;
|
|
50422
51007
|
};
|
|
51008
|
+
const de_DescribeIpamByoasnResult = (output, context) => {
|
|
51009
|
+
const contents = {};
|
|
51010
|
+
if (output.byoasnSet === "") {
|
|
51011
|
+
contents.Byoasns = [];
|
|
51012
|
+
}
|
|
51013
|
+
else if (output["byoasnSet"] !== undefined && output["byoasnSet"]["item"] !== undefined) {
|
|
51014
|
+
contents.Byoasns = de_ByoasnSet((0, smithy_client_1.getArrayIfSingleItem)(output["byoasnSet"]["item"]), context);
|
|
51015
|
+
}
|
|
51016
|
+
if (output["nextToken"] !== undefined) {
|
|
51017
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
51018
|
+
}
|
|
51019
|
+
return contents;
|
|
51020
|
+
};
|
|
50423
51021
|
const de_DescribeIpamPoolsResult = (output, context) => {
|
|
50424
51022
|
const contents = {};
|
|
50425
51023
|
if (output["nextToken"] !== undefined) {
|
|
@@ -52019,6 +52617,13 @@ const de_DisassociateInstanceEventWindowResult = (output, context) => {
|
|
|
52019
52617
|
}
|
|
52020
52618
|
return contents;
|
|
52021
52619
|
};
|
|
52620
|
+
const de_DisassociateIpamByoasnResult = (output, context) => {
|
|
52621
|
+
const contents = {};
|
|
52622
|
+
if (output["asnAssociation"] !== undefined) {
|
|
52623
|
+
contents.AsnAssociation = de_AsnAssociation(output["asnAssociation"], context);
|
|
52624
|
+
}
|
|
52625
|
+
return contents;
|
|
52626
|
+
};
|
|
52022
52627
|
const de_DisassociateIpamResourceDiscoveryResult = (output, context) => {
|
|
52023
52628
|
const contents = {};
|
|
52024
52629
|
if (output["ipamResourceDiscoveryAssociation"] !== undefined) {
|
|
@@ -53894,6 +54499,23 @@ const de_GetIpamDiscoveredAccountsResult = (output, context) => {
|
|
|
53894
54499
|
}
|
|
53895
54500
|
return contents;
|
|
53896
54501
|
};
|
|
54502
|
+
const de_GetIpamDiscoveredPublicAddressesResult = (output, context) => {
|
|
54503
|
+
const contents = {};
|
|
54504
|
+
if (output.ipamDiscoveredPublicAddressSet === "") {
|
|
54505
|
+
contents.IpamDiscoveredPublicAddresses = [];
|
|
54506
|
+
}
|
|
54507
|
+
else if (output["ipamDiscoveredPublicAddressSet"] !== undefined &&
|
|
54508
|
+
output["ipamDiscoveredPublicAddressSet"]["item"] !== undefined) {
|
|
54509
|
+
contents.IpamDiscoveredPublicAddresses = de_IpamDiscoveredPublicAddressSet((0, smithy_client_1.getArrayIfSingleItem)(output["ipamDiscoveredPublicAddressSet"]["item"]), context);
|
|
54510
|
+
}
|
|
54511
|
+
if (output["oldestSampleTime"] !== undefined) {
|
|
54512
|
+
contents.OldestSampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["oldestSampleTime"]));
|
|
54513
|
+
}
|
|
54514
|
+
if (output["nextToken"] !== undefined) {
|
|
54515
|
+
contents.NextToken = (0, smithy_client_1.expectString)(output["nextToken"]);
|
|
54516
|
+
}
|
|
54517
|
+
return contents;
|
|
54518
|
+
};
|
|
53897
54519
|
const de_GetIpamDiscoveredResourceCidrsResult = (output, context) => {
|
|
53898
54520
|
const contents = {};
|
|
53899
54521
|
if (output.ipamDiscoveredResourceCidrSet === "") {
|
|
@@ -55899,6 +56521,9 @@ const de_InstanceNetworkInterface = (output, context) => {
|
|
|
55899
56521
|
else if (output["ipv6PrefixSet"] !== undefined && output["ipv6PrefixSet"]["item"] !== undefined) {
|
|
55900
56522
|
contents.Ipv6Prefixes = de_InstanceIpv6PrefixList((0, smithy_client_1.getArrayIfSingleItem)(output["ipv6PrefixSet"]["item"]), context);
|
|
55901
56523
|
}
|
|
56524
|
+
if (output["connectionTrackingConfiguration"] !== undefined) {
|
|
56525
|
+
contents.ConnectionTrackingConfiguration = de_ConnectionTrackingSpecificationResponse(output["connectionTrackingConfiguration"], context);
|
|
56526
|
+
}
|
|
55902
56527
|
return contents;
|
|
55903
56528
|
};
|
|
55904
56529
|
const de_InstanceNetworkInterfaceAssociation = (output, context) => {
|
|
@@ -56032,6 +56657,9 @@ const de_InstanceNetworkInterfaceSpecification = (output, context) => {
|
|
|
56032
56657
|
if (output["EnaSrdSpecification"] !== undefined) {
|
|
56033
56658
|
contents.EnaSrdSpecification = de_EnaSrdSpecificationRequest(output["EnaSrdSpecification"], context);
|
|
56034
56659
|
}
|
|
56660
|
+
if (output["ConnectionTrackingSpecification"] !== undefined) {
|
|
56661
|
+
contents.ConnectionTrackingSpecification = de_ConnectionTrackingSpecificationRequest(output["ConnectionTrackingSpecification"], context);
|
|
56662
|
+
}
|
|
56035
56663
|
return contents;
|
|
56036
56664
|
};
|
|
56037
56665
|
const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
|
|
@@ -56628,6 +57256,12 @@ const de_Ipam = (output, context) => {
|
|
|
56628
57256
|
if (output["resourceDiscoveryAssociationCount"] !== undefined) {
|
|
56629
57257
|
contents.ResourceDiscoveryAssociationCount = (0, smithy_client_1.strictParseInt32)(output["resourceDiscoveryAssociationCount"]);
|
|
56630
57258
|
}
|
|
57259
|
+
if (output["stateMessage"] !== undefined) {
|
|
57260
|
+
contents.StateMessage = (0, smithy_client_1.expectString)(output["stateMessage"]);
|
|
57261
|
+
}
|
|
57262
|
+
if (output["tier"] !== undefined) {
|
|
57263
|
+
contents.Tier = (0, smithy_client_1.expectString)(output["tier"]);
|
|
57264
|
+
}
|
|
56631
57265
|
return contents;
|
|
56632
57266
|
};
|
|
56633
57267
|
const de_IpamAddressHistoryRecord = (output, context) => {
|
|
@@ -56700,6 +57334,77 @@ const de_IpamDiscoveredAccountSet = (output, context) => {
|
|
|
56700
57334
|
return de_IpamDiscoveredAccount(entry, context);
|
|
56701
57335
|
});
|
|
56702
57336
|
};
|
|
57337
|
+
const de_IpamDiscoveredPublicAddress = (output, context) => {
|
|
57338
|
+
const contents = {};
|
|
57339
|
+
if (output["ipamResourceDiscoveryId"] !== undefined) {
|
|
57340
|
+
contents.IpamResourceDiscoveryId = (0, smithy_client_1.expectString)(output["ipamResourceDiscoveryId"]);
|
|
57341
|
+
}
|
|
57342
|
+
if (output["addressRegion"] !== undefined) {
|
|
57343
|
+
contents.AddressRegion = (0, smithy_client_1.expectString)(output["addressRegion"]);
|
|
57344
|
+
}
|
|
57345
|
+
if (output["address"] !== undefined) {
|
|
57346
|
+
contents.Address = (0, smithy_client_1.expectString)(output["address"]);
|
|
57347
|
+
}
|
|
57348
|
+
if (output["addressOwnerId"] !== undefined) {
|
|
57349
|
+
contents.AddressOwnerId = (0, smithy_client_1.expectString)(output["addressOwnerId"]);
|
|
57350
|
+
}
|
|
57351
|
+
if (output["addressAllocationId"] !== undefined) {
|
|
57352
|
+
contents.AddressAllocationId = (0, smithy_client_1.expectString)(output["addressAllocationId"]);
|
|
57353
|
+
}
|
|
57354
|
+
if (output["associationStatus"] !== undefined) {
|
|
57355
|
+
contents.AssociationStatus = (0, smithy_client_1.expectString)(output["associationStatus"]);
|
|
57356
|
+
}
|
|
57357
|
+
if (output["addressType"] !== undefined) {
|
|
57358
|
+
contents.AddressType = (0, smithy_client_1.expectString)(output["addressType"]);
|
|
57359
|
+
}
|
|
57360
|
+
if (output["service"] !== undefined) {
|
|
57361
|
+
contents.Service = (0, smithy_client_1.expectString)(output["service"]);
|
|
57362
|
+
}
|
|
57363
|
+
if (output["serviceResource"] !== undefined) {
|
|
57364
|
+
contents.ServiceResource = (0, smithy_client_1.expectString)(output["serviceResource"]);
|
|
57365
|
+
}
|
|
57366
|
+
if (output["vpcId"] !== undefined) {
|
|
57367
|
+
contents.VpcId = (0, smithy_client_1.expectString)(output["vpcId"]);
|
|
57368
|
+
}
|
|
57369
|
+
if (output["subnetId"] !== undefined) {
|
|
57370
|
+
contents.SubnetId = (0, smithy_client_1.expectString)(output["subnetId"]);
|
|
57371
|
+
}
|
|
57372
|
+
if (output["publicIpv4PoolId"] !== undefined) {
|
|
57373
|
+
contents.PublicIpv4PoolId = (0, smithy_client_1.expectString)(output["publicIpv4PoolId"]);
|
|
57374
|
+
}
|
|
57375
|
+
if (output["networkInterfaceId"] !== undefined) {
|
|
57376
|
+
contents.NetworkInterfaceId = (0, smithy_client_1.expectString)(output["networkInterfaceId"]);
|
|
57377
|
+
}
|
|
57378
|
+
if (output["networkInterfaceDescription"] !== undefined) {
|
|
57379
|
+
contents.NetworkInterfaceDescription = (0, smithy_client_1.expectString)(output["networkInterfaceDescription"]);
|
|
57380
|
+
}
|
|
57381
|
+
if (output["instanceId"] !== undefined) {
|
|
57382
|
+
contents.InstanceId = (0, smithy_client_1.expectString)(output["instanceId"]);
|
|
57383
|
+
}
|
|
57384
|
+
if (output["tags"] !== undefined) {
|
|
57385
|
+
contents.Tags = de_IpamPublicAddressTags(output["tags"], context);
|
|
57386
|
+
}
|
|
57387
|
+
if (output["networkBorderGroup"] !== undefined) {
|
|
57388
|
+
contents.NetworkBorderGroup = (0, smithy_client_1.expectString)(output["networkBorderGroup"]);
|
|
57389
|
+
}
|
|
57390
|
+
if (output.securityGroupSet === "") {
|
|
57391
|
+
contents.SecurityGroups = [];
|
|
57392
|
+
}
|
|
57393
|
+
else if (output["securityGroupSet"] !== undefined && output["securityGroupSet"]["item"] !== undefined) {
|
|
57394
|
+
contents.SecurityGroups = de_IpamPublicAddressSecurityGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["securityGroupSet"]["item"]), context);
|
|
57395
|
+
}
|
|
57396
|
+
if (output["sampleTime"] !== undefined) {
|
|
57397
|
+
contents.SampleTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["sampleTime"]));
|
|
57398
|
+
}
|
|
57399
|
+
return contents;
|
|
57400
|
+
};
|
|
57401
|
+
const de_IpamDiscoveredPublicAddressSet = (output, context) => {
|
|
57402
|
+
return (output || [])
|
|
57403
|
+
.filter((e) => e != null)
|
|
57404
|
+
.map((entry) => {
|
|
57405
|
+
return de_IpamDiscoveredPublicAddress(entry, context);
|
|
57406
|
+
});
|
|
57407
|
+
};
|
|
56703
57408
|
const de_IpamDiscoveredResourceCidr = (output, context) => {
|
|
56704
57409
|
const contents = {};
|
|
56705
57410
|
if (output["ipamResourceDiscoveryId"] !== undefined) {
|
|
@@ -56846,6 +57551,9 @@ const de_IpamPool = (output, context) => {
|
|
|
56846
57551
|
if (output["publicIpSource"] !== undefined) {
|
|
56847
57552
|
contents.PublicIpSource = (0, smithy_client_1.expectString)(output["publicIpSource"]);
|
|
56848
57553
|
}
|
|
57554
|
+
if (output["sourceResource"] !== undefined) {
|
|
57555
|
+
contents.SourceResource = de_IpamPoolSourceResource(output["sourceResource"], context);
|
|
57556
|
+
}
|
|
56849
57557
|
return contents;
|
|
56850
57558
|
};
|
|
56851
57559
|
const de_IpamPoolAllocation = (output, context) => {
|
|
@@ -56923,6 +57631,66 @@ const de_IpamPoolSet = (output, context) => {
|
|
|
56923
57631
|
return de_IpamPool(entry, context);
|
|
56924
57632
|
});
|
|
56925
57633
|
};
|
|
57634
|
+
const de_IpamPoolSourceResource = (output, context) => {
|
|
57635
|
+
const contents = {};
|
|
57636
|
+
if (output["resourceId"] !== undefined) {
|
|
57637
|
+
contents.ResourceId = (0, smithy_client_1.expectString)(output["resourceId"]);
|
|
57638
|
+
}
|
|
57639
|
+
if (output["resourceType"] !== undefined) {
|
|
57640
|
+
contents.ResourceType = (0, smithy_client_1.expectString)(output["resourceType"]);
|
|
57641
|
+
}
|
|
57642
|
+
if (output["resourceRegion"] !== undefined) {
|
|
57643
|
+
contents.ResourceRegion = (0, smithy_client_1.expectString)(output["resourceRegion"]);
|
|
57644
|
+
}
|
|
57645
|
+
if (output["resourceOwner"] !== undefined) {
|
|
57646
|
+
contents.ResourceOwner = (0, smithy_client_1.expectString)(output["resourceOwner"]);
|
|
57647
|
+
}
|
|
57648
|
+
return contents;
|
|
57649
|
+
};
|
|
57650
|
+
const de_IpamPublicAddressSecurityGroup = (output, context) => {
|
|
57651
|
+
const contents = {};
|
|
57652
|
+
if (output["groupName"] !== undefined) {
|
|
57653
|
+
contents.GroupName = (0, smithy_client_1.expectString)(output["groupName"]);
|
|
57654
|
+
}
|
|
57655
|
+
if (output["groupId"] !== undefined) {
|
|
57656
|
+
contents.GroupId = (0, smithy_client_1.expectString)(output["groupId"]);
|
|
57657
|
+
}
|
|
57658
|
+
return contents;
|
|
57659
|
+
};
|
|
57660
|
+
const de_IpamPublicAddressSecurityGroupList = (output, context) => {
|
|
57661
|
+
return (output || [])
|
|
57662
|
+
.filter((e) => e != null)
|
|
57663
|
+
.map((entry) => {
|
|
57664
|
+
return de_IpamPublicAddressSecurityGroup(entry, context);
|
|
57665
|
+
});
|
|
57666
|
+
};
|
|
57667
|
+
const de_IpamPublicAddressTag = (output, context) => {
|
|
57668
|
+
const contents = {};
|
|
57669
|
+
if (output["key"] !== undefined) {
|
|
57670
|
+
contents.Key = (0, smithy_client_1.expectString)(output["key"]);
|
|
57671
|
+
}
|
|
57672
|
+
if (output["value"] !== undefined) {
|
|
57673
|
+
contents.Value = (0, smithy_client_1.expectString)(output["value"]);
|
|
57674
|
+
}
|
|
57675
|
+
return contents;
|
|
57676
|
+
};
|
|
57677
|
+
const de_IpamPublicAddressTagList = (output, context) => {
|
|
57678
|
+
return (output || [])
|
|
57679
|
+
.filter((e) => e != null)
|
|
57680
|
+
.map((entry) => {
|
|
57681
|
+
return de_IpamPublicAddressTag(entry, context);
|
|
57682
|
+
});
|
|
57683
|
+
};
|
|
57684
|
+
const de_IpamPublicAddressTags = (output, context) => {
|
|
57685
|
+
const contents = {};
|
|
57686
|
+
if (output.eipTagSet === "") {
|
|
57687
|
+
contents.EipTags = [];
|
|
57688
|
+
}
|
|
57689
|
+
else if (output["eipTagSet"] !== undefined && output["eipTagSet"]["item"] !== undefined) {
|
|
57690
|
+
contents.EipTags = de_IpamPublicAddressTagList((0, smithy_client_1.getArrayIfSingleItem)(output["eipTagSet"]["item"]), context);
|
|
57691
|
+
}
|
|
57692
|
+
return contents;
|
|
57693
|
+
};
|
|
56926
57694
|
const de_IpamResourceCidr = (output, context) => {
|
|
56927
57695
|
const contents = {};
|
|
56928
57696
|
if (output["ipamId"] !== undefined) {
|
|
@@ -57851,6 +58619,9 @@ const de_LaunchTemplateInstanceNetworkInterfaceSpecification = (output, context)
|
|
|
57851
58619
|
if (output["enaSrdSpecification"] !== undefined) {
|
|
57852
58620
|
contents.EnaSrdSpecification = de_LaunchTemplateEnaSrdSpecification(output["enaSrdSpecification"], context);
|
|
57853
58621
|
}
|
|
58622
|
+
if (output["connectionTrackingSpecification"] !== undefined) {
|
|
58623
|
+
contents.ConnectionTrackingSpecification = de_ConnectionTrackingSpecification(output["connectionTrackingSpecification"], context);
|
|
58624
|
+
}
|
|
57854
58625
|
return contents;
|
|
57855
58626
|
};
|
|
57856
58627
|
const de_LaunchTemplateInstanceNetworkInterfaceSpecificationList = (output, context) => {
|
|
@@ -59554,6 +60325,9 @@ const de_NetworkInterface = (output, context) => {
|
|
|
59554
60325
|
if (output["availabilityZone"] !== undefined) {
|
|
59555
60326
|
contents.AvailabilityZone = (0, smithy_client_1.expectString)(output["availabilityZone"]);
|
|
59556
60327
|
}
|
|
60328
|
+
if (output["connectionTrackingConfiguration"] !== undefined) {
|
|
60329
|
+
contents.ConnectionTrackingConfiguration = de_ConnectionTrackingConfiguration(output["connectionTrackingConfiguration"], context);
|
|
60330
|
+
}
|
|
59557
60331
|
if (output["description"] !== undefined) {
|
|
59558
60332
|
contents.Description = (0, smithy_client_1.expectString)(output["description"]);
|
|
59559
60333
|
}
|
|
@@ -60597,6 +61371,13 @@ const de_ProvisionedBandwidth = (output, context) => {
|
|
|
60597
61371
|
}
|
|
60598
61372
|
return contents;
|
|
60599
61373
|
};
|
|
61374
|
+
const de_ProvisionIpamByoasnResult = (output, context) => {
|
|
61375
|
+
const contents = {};
|
|
61376
|
+
if (output["byoasn"] !== undefined) {
|
|
61377
|
+
contents.Byoasn = de_Byoasn(output["byoasn"], context);
|
|
61378
|
+
}
|
|
61379
|
+
return contents;
|
|
61380
|
+
};
|
|
60600
61381
|
const de_ProvisionIpamPoolCidrResult = (output, context) => {
|
|
60601
61382
|
const contents = {};
|
|
60602
61383
|
if (output["ipamPoolCidr"] !== undefined) {
|
|
@@ -62180,6 +62961,9 @@ const de_SecurityGroupReference = (output, context) => {
|
|
|
62180
62961
|
if (output["vpcPeeringConnectionId"] !== undefined) {
|
|
62181
62962
|
contents.VpcPeeringConnectionId = (0, smithy_client_1.expectString)(output["vpcPeeringConnectionId"]);
|
|
62182
62963
|
}
|
|
62964
|
+
if (output["transitGatewayId"] !== undefined) {
|
|
62965
|
+
contents.TransitGatewayId = (0, smithy_client_1.expectString)(output["transitGatewayId"]);
|
|
62966
|
+
}
|
|
62183
62967
|
return contents;
|
|
62184
62968
|
};
|
|
62185
62969
|
const de_SecurityGroupReferences = (output, context) => {
|
|
@@ -64448,6 +65232,9 @@ const de_TransitGatewayOptions = (output, context) => {
|
|
|
64448
65232
|
if (output["dnsSupport"] !== undefined) {
|
|
64449
65233
|
contents.DnsSupport = (0, smithy_client_1.expectString)(output["dnsSupport"]);
|
|
64450
65234
|
}
|
|
65235
|
+
if (output["securityGroupReferencingSupport"] !== undefined) {
|
|
65236
|
+
contents.SecurityGroupReferencingSupport = (0, smithy_client_1.expectString)(output["securityGroupReferencingSupport"]);
|
|
65237
|
+
}
|
|
64451
65238
|
if (output["multicastSupport"] !== undefined) {
|
|
64452
65239
|
contents.MulticastSupport = (0, smithy_client_1.expectString)(output["multicastSupport"]);
|
|
64453
65240
|
}
|
|
@@ -64930,6 +65717,9 @@ const de_TransitGatewayVpcAttachmentOptions = (output, context) => {
|
|
|
64930
65717
|
if (output["dnsSupport"] !== undefined) {
|
|
64931
65718
|
contents.DnsSupport = (0, smithy_client_1.expectString)(output["dnsSupport"]);
|
|
64932
65719
|
}
|
|
65720
|
+
if (output["securityGroupReferencingSupport"] !== undefined) {
|
|
65721
|
+
contents.SecurityGroupReferencingSupport = (0, smithy_client_1.expectString)(output["securityGroupReferencingSupport"]);
|
|
65722
|
+
}
|
|
64933
65723
|
if (output["ipv6Support"] !== undefined) {
|
|
64934
65724
|
contents.Ipv6Support = (0, smithy_client_1.expectString)(output["ipv6Support"]);
|
|
64935
65725
|
}
|