@aws-sdk/client-ec2 3.169.0 → 3.171.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/CHANGELOG.md +22 -0
- package/dist-cjs/EC2.js +135 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
- package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +3 -3
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +32 -31
- package/dist-cjs/models/models_1.js +64 -38
- package/dist-cjs/models/models_2.js +70 -86
- package/dist-cjs/models/models_3.js +86 -88
- package/dist-cjs/models/models_4.js +72 -74
- package/dist-cjs/models/models_5.js +82 -88
- package/dist-cjs/models/models_6.js +85 -3
- package/dist-cjs/protocols/Aws_ec2.js +646 -21
- package/dist-es/EC2.js +135 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +2 -1
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +2 -1
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
- package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
- package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -1
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +8 -10
- package/dist-es/models/models_1.js +22 -8
- package/dist-es/models/models_2.js +16 -20
- package/dist-es/models/models_3.js +20 -25
- package/dist-es/models/models_4.js +21 -17
- package/dist-es/models/models_5.js +19 -25
- package/dist-es/models/models_6.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +891 -173
- package/dist-types/EC2.d.ts +89 -1
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +131 -97
- package/dist-types/models/models_1.d.ts +362 -280
- package/dist-types/models/models_2.d.ts +392 -831
- package/dist-types/models/models_3.d.ts +1506 -1387
- package/dist-types/models/models_4.d.ts +528 -251
- package/dist-types/models/models_5.d.ts +283 -389
- package/dist-types/models/models_6.d.ts +403 -5
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +9878 -2670
- package/dist-types/ts3.4/EC2Client.d.ts +3355 -606
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +542 -533
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +2960 -2987
- package/dist-types/ts3.4/models/models_1.d.ts +2532 -3440
- package/dist-types/ts3.4/models/models_2.d.ts +2253 -2839
- package/dist-types/ts3.4/models/models_3.d.ts +2557 -3444
- package/dist-types/ts3.4/models/models_4.d.ts +2722 -3492
- package/dist-types/ts3.4/models/models_5.d.ts +2595 -3289
- package/dist-types/ts3.4/models/models_6.d.ts +1345 -1483
- package/dist-types/ts3.4/pagination/DescribeAddressesAttributePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeByoipCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCapacityReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCarrierGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClassicLinkInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeCoipPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDhcpOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFlowLogsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFpgaImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostReservationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeHostsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportSnapshotTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceEventWindowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInternetGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamPoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeIpv6PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLaunchTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeLocalGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeManagedPrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeMovingAddressesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNatGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkAclsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNetworkInterfacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrefixListsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePrincipalIdFormatPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePublicIpv4PoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeScheduledInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotTierStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotFleetRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSpotPriceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStoreImageTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubnetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTransitGatewaysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumeStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesModificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVpcsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetGroupsForCapacityReservationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamAddressHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolAllocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamPoolCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetIpamResourceCidrsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetManagedPrefixListEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchLocalGatewayRoutesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +122 -122
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6509 -1601
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +34 -34
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -535,6 +535,26 @@ export var serializeAws_ec2CreateClientVpnRouteCommand = function (input, contex
|
|
|
535
535
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
536
536
|
});
|
|
537
537
|
}); };
|
|
538
|
+
export var serializeAws_ec2CreateCoipCidrCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
539
|
+
var headers, body;
|
|
540
|
+
return __generator(this, function (_a) {
|
|
541
|
+
headers = {
|
|
542
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
543
|
+
};
|
|
544
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2CreateCoipCidrRequest(input, context)), { Action: "CreateCoipCidr", Version: "2016-11-15" }));
|
|
545
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
546
|
+
});
|
|
547
|
+
}); };
|
|
548
|
+
export var serializeAws_ec2CreateCoipPoolCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
549
|
+
var headers, body;
|
|
550
|
+
return __generator(this, function (_a) {
|
|
551
|
+
headers = {
|
|
552
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
553
|
+
};
|
|
554
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2CreateCoipPoolRequest(input, context)), { Action: "CreateCoipPool", Version: "2016-11-15" }));
|
|
555
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
556
|
+
});
|
|
557
|
+
}); };
|
|
538
558
|
export var serializeAws_ec2CreateCustomerGatewayCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
539
559
|
var headers, body;
|
|
540
560
|
return __generator(this, function (_a) {
|
|
@@ -725,6 +745,26 @@ export var serializeAws_ec2CreateLocalGatewayRouteCommand = function (input, con
|
|
|
725
745
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
726
746
|
});
|
|
727
747
|
}); };
|
|
748
|
+
export var serializeAws_ec2CreateLocalGatewayRouteTableCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
749
|
+
var headers, body;
|
|
750
|
+
return __generator(this, function (_a) {
|
|
751
|
+
headers = {
|
|
752
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
753
|
+
};
|
|
754
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2CreateLocalGatewayRouteTableRequest(input, context)), { Action: "CreateLocalGatewayRouteTable", Version: "2016-11-15" }));
|
|
755
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
756
|
+
});
|
|
757
|
+
}); };
|
|
758
|
+
export var serializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
759
|
+
var headers, body;
|
|
760
|
+
return __generator(this, function (_a) {
|
|
761
|
+
headers = {
|
|
762
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
763
|
+
};
|
|
764
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest(input, context)), { Action: "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation", Version: "2016-11-15" }));
|
|
765
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
766
|
+
});
|
|
767
|
+
}); };
|
|
728
768
|
export var serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
729
769
|
var headers, body;
|
|
730
770
|
return __generator(this, function (_a) {
|
|
@@ -1235,6 +1275,26 @@ export var serializeAws_ec2DeleteClientVpnRouteCommand = function (input, contex
|
|
|
1235
1275
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1236
1276
|
});
|
|
1237
1277
|
}); };
|
|
1278
|
+
export var serializeAws_ec2DeleteCoipCidrCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1279
|
+
var headers, body;
|
|
1280
|
+
return __generator(this, function (_a) {
|
|
1281
|
+
headers = {
|
|
1282
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1283
|
+
};
|
|
1284
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2DeleteCoipCidrRequest(input, context)), { Action: "DeleteCoipCidr", Version: "2016-11-15" }));
|
|
1285
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1286
|
+
});
|
|
1287
|
+
}); };
|
|
1288
|
+
export var serializeAws_ec2DeleteCoipPoolCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1289
|
+
var headers, body;
|
|
1290
|
+
return __generator(this, function (_a) {
|
|
1291
|
+
headers = {
|
|
1292
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1293
|
+
};
|
|
1294
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2DeleteCoipPoolRequest(input, context)), { Action: "DeleteCoipPool", Version: "2016-11-15" }));
|
|
1295
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1296
|
+
});
|
|
1297
|
+
}); };
|
|
1238
1298
|
export var serializeAws_ec2DeleteCustomerGatewayCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1239
1299
|
var headers, body;
|
|
1240
1300
|
return __generator(this, function (_a) {
|
|
@@ -1385,6 +1445,26 @@ export var serializeAws_ec2DeleteLocalGatewayRouteCommand = function (input, con
|
|
|
1385
1445
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1386
1446
|
});
|
|
1387
1447
|
}); };
|
|
1448
|
+
export var serializeAws_ec2DeleteLocalGatewayRouteTableCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1449
|
+
var headers, body;
|
|
1450
|
+
return __generator(this, function (_a) {
|
|
1451
|
+
headers = {
|
|
1452
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1453
|
+
};
|
|
1454
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2DeleteLocalGatewayRouteTableRequest(input, context)), { Action: "DeleteLocalGatewayRouteTable", Version: "2016-11-15" }));
|
|
1455
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1456
|
+
});
|
|
1457
|
+
}); };
|
|
1458
|
+
export var serializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1459
|
+
var headers, body;
|
|
1460
|
+
return __generator(this, function (_a) {
|
|
1461
|
+
headers = {
|
|
1462
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
1463
|
+
};
|
|
1464
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest(input, context)), { Action: "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation", Version: "2016-11-15" }));
|
|
1465
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
1466
|
+
});
|
|
1467
|
+
}); };
|
|
1388
1468
|
export var serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1389
1469
|
var headers, body;
|
|
1390
1470
|
return __generator(this, function (_a) {
|
|
@@ -4395,6 +4475,16 @@ export var serializeAws_ec2ModifyLaunchTemplateCommand = function (input, contex
|
|
|
4395
4475
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
4396
4476
|
});
|
|
4397
4477
|
}); };
|
|
4478
|
+
export var serializeAws_ec2ModifyLocalGatewayRouteCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
4479
|
+
var headers, body;
|
|
4480
|
+
return __generator(this, function (_a) {
|
|
4481
|
+
headers = {
|
|
4482
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
4483
|
+
};
|
|
4484
|
+
body = buildFormUrlencodedString(__assign(__assign({}, serializeAws_ec2ModifyLocalGatewayRouteRequest(input, context)), { Action: "ModifyLocalGatewayRoute", Version: "2016-11-15" }));
|
|
4485
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
4486
|
+
});
|
|
4487
|
+
}); };
|
|
4398
4488
|
export var serializeAws_ec2ModifyManagedPrefixListCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
4399
4489
|
var headers, body;
|
|
4400
4490
|
return __generator(this, function (_a) {
|
|
@@ -7508,6 +7598,88 @@ var deserializeAws_ec2CreateClientVpnRouteCommandError = function (output, conte
|
|
|
7508
7598
|
}
|
|
7509
7599
|
});
|
|
7510
7600
|
}); };
|
|
7601
|
+
export var deserializeAws_ec2CreateCoipCidrCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7602
|
+
var data, contents, response;
|
|
7603
|
+
return __generator(this, function (_a) {
|
|
7604
|
+
switch (_a.label) {
|
|
7605
|
+
case 0:
|
|
7606
|
+
if (output.statusCode >= 300) {
|
|
7607
|
+
return [2, deserializeAws_ec2CreateCoipCidrCommandError(output, context)];
|
|
7608
|
+
}
|
|
7609
|
+
return [4, parseBody(output.body, context)];
|
|
7610
|
+
case 1:
|
|
7611
|
+
data = _a.sent();
|
|
7612
|
+
contents = {};
|
|
7613
|
+
contents = deserializeAws_ec2CreateCoipCidrResult(data, context);
|
|
7614
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
7615
|
+
return [2, Promise.resolve(response)];
|
|
7616
|
+
}
|
|
7617
|
+
});
|
|
7618
|
+
}); };
|
|
7619
|
+
var deserializeAws_ec2CreateCoipCidrCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7620
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
7621
|
+
var _b;
|
|
7622
|
+
return __generator(this, function (_c) {
|
|
7623
|
+
switch (_c.label) {
|
|
7624
|
+
case 0:
|
|
7625
|
+
_a = [__assign({}, output)];
|
|
7626
|
+
_b = {};
|
|
7627
|
+
return [4, parseBody(output.body, context)];
|
|
7628
|
+
case 1:
|
|
7629
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
7630
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7631
|
+
parsedBody = parsedOutput.body;
|
|
7632
|
+
throwDefaultError({
|
|
7633
|
+
output: output,
|
|
7634
|
+
parsedBody: parsedBody.Errors.Error,
|
|
7635
|
+
exceptionCtor: __BaseException,
|
|
7636
|
+
errorCode: errorCode,
|
|
7637
|
+
});
|
|
7638
|
+
return [2];
|
|
7639
|
+
}
|
|
7640
|
+
});
|
|
7641
|
+
}); };
|
|
7642
|
+
export var deserializeAws_ec2CreateCoipPoolCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7643
|
+
var data, contents, response;
|
|
7644
|
+
return __generator(this, function (_a) {
|
|
7645
|
+
switch (_a.label) {
|
|
7646
|
+
case 0:
|
|
7647
|
+
if (output.statusCode >= 300) {
|
|
7648
|
+
return [2, deserializeAws_ec2CreateCoipPoolCommandError(output, context)];
|
|
7649
|
+
}
|
|
7650
|
+
return [4, parseBody(output.body, context)];
|
|
7651
|
+
case 1:
|
|
7652
|
+
data = _a.sent();
|
|
7653
|
+
contents = {};
|
|
7654
|
+
contents = deserializeAws_ec2CreateCoipPoolResult(data, context);
|
|
7655
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
7656
|
+
return [2, Promise.resolve(response)];
|
|
7657
|
+
}
|
|
7658
|
+
});
|
|
7659
|
+
}); };
|
|
7660
|
+
var deserializeAws_ec2CreateCoipPoolCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7661
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
7662
|
+
var _b;
|
|
7663
|
+
return __generator(this, function (_c) {
|
|
7664
|
+
switch (_c.label) {
|
|
7665
|
+
case 0:
|
|
7666
|
+
_a = [__assign({}, output)];
|
|
7667
|
+
_b = {};
|
|
7668
|
+
return [4, parseBody(output.body, context)];
|
|
7669
|
+
case 1:
|
|
7670
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
7671
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
7672
|
+
parsedBody = parsedOutput.body;
|
|
7673
|
+
throwDefaultError({
|
|
7674
|
+
output: output,
|
|
7675
|
+
parsedBody: parsedBody.Errors.Error,
|
|
7676
|
+
exceptionCtor: __BaseException,
|
|
7677
|
+
errorCode: errorCode,
|
|
7678
|
+
});
|
|
7679
|
+
return [2];
|
|
7680
|
+
}
|
|
7681
|
+
});
|
|
7682
|
+
}); };
|
|
7511
7683
|
export var deserializeAws_ec2CreateCustomerGatewayCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
7512
7684
|
var data, contents, response;
|
|
7513
7685
|
return __generator(this, function (_a) {
|
|
@@ -8287,25 +8459,25 @@ var deserializeAws_ec2CreateLocalGatewayRouteCommandError = function (output, co
|
|
|
8287
8459
|
}
|
|
8288
8460
|
});
|
|
8289
8461
|
}); };
|
|
8290
|
-
export var
|
|
8462
|
+
export var deserializeAws_ec2CreateLocalGatewayRouteTableCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8291
8463
|
var data, contents, response;
|
|
8292
8464
|
return __generator(this, function (_a) {
|
|
8293
8465
|
switch (_a.label) {
|
|
8294
8466
|
case 0:
|
|
8295
8467
|
if (output.statusCode >= 300) {
|
|
8296
|
-
return [2,
|
|
8468
|
+
return [2, deserializeAws_ec2CreateLocalGatewayRouteTableCommandError(output, context)];
|
|
8297
8469
|
}
|
|
8298
8470
|
return [4, parseBody(output.body, context)];
|
|
8299
8471
|
case 1:
|
|
8300
8472
|
data = _a.sent();
|
|
8301
8473
|
contents = {};
|
|
8302
|
-
contents =
|
|
8474
|
+
contents = deserializeAws_ec2CreateLocalGatewayRouteTableResult(data, context);
|
|
8303
8475
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8304
8476
|
return [2, Promise.resolve(response)];
|
|
8305
8477
|
}
|
|
8306
8478
|
});
|
|
8307
8479
|
}); };
|
|
8308
|
-
var
|
|
8480
|
+
var deserializeAws_ec2CreateLocalGatewayRouteTableCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8309
8481
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
8310
8482
|
var _b;
|
|
8311
8483
|
return __generator(this, function (_c) {
|
|
@@ -8328,66 +8500,25 @@ var deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommandError = f
|
|
|
8328
8500
|
}
|
|
8329
8501
|
});
|
|
8330
8502
|
}); };
|
|
8331
|
-
export var
|
|
8503
|
+
export var deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8332
8504
|
var data, contents, response;
|
|
8333
8505
|
return __generator(this, function (_a) {
|
|
8334
8506
|
switch (_a.label) {
|
|
8335
8507
|
case 0:
|
|
8336
8508
|
if (output.statusCode >= 300) {
|
|
8337
|
-
return [2,
|
|
8509
|
+
return [2, deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError(output, context)];
|
|
8338
8510
|
}
|
|
8339
8511
|
return [4, parseBody(output.body, context)];
|
|
8340
8512
|
case 1:
|
|
8341
8513
|
data = _a.sent();
|
|
8342
8514
|
contents = {};
|
|
8343
|
-
contents =
|
|
8515
|
+
contents = deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult(data, context);
|
|
8344
8516
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8345
8517
|
return [2, Promise.resolve(response)];
|
|
8346
8518
|
}
|
|
8347
8519
|
});
|
|
8348
8520
|
}); };
|
|
8349
|
-
var
|
|
8350
|
-
var parsedOutput, _a, errorCode, parsedBody;
|
|
8351
|
-
var _b;
|
|
8352
|
-
return __generator(this, function (_c) {
|
|
8353
|
-
switch (_c.label) {
|
|
8354
|
-
case 0:
|
|
8355
|
-
_a = [__assign({}, output)];
|
|
8356
|
-
_b = {};
|
|
8357
|
-
return [4, parseBody(output.body, context)];
|
|
8358
|
-
case 1:
|
|
8359
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8360
|
-
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8361
|
-
parsedBody = parsedOutput.body;
|
|
8362
|
-
throwDefaultError({
|
|
8363
|
-
output: output,
|
|
8364
|
-
parsedBody: parsedBody.Errors.Error,
|
|
8365
|
-
exceptionCtor: __BaseException,
|
|
8366
|
-
errorCode: errorCode,
|
|
8367
|
-
});
|
|
8368
|
-
return [2];
|
|
8369
|
-
}
|
|
8370
|
-
});
|
|
8371
|
-
}); };
|
|
8372
|
-
export var deserializeAws_ec2CreateNatGatewayCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8373
|
-
var data, contents, response;
|
|
8374
|
-
return __generator(this, function (_a) {
|
|
8375
|
-
switch (_a.label) {
|
|
8376
|
-
case 0:
|
|
8377
|
-
if (output.statusCode >= 300) {
|
|
8378
|
-
return [2, deserializeAws_ec2CreateNatGatewayCommandError(output, context)];
|
|
8379
|
-
}
|
|
8380
|
-
return [4, parseBody(output.body, context)];
|
|
8381
|
-
case 1:
|
|
8382
|
-
data = _a.sent();
|
|
8383
|
-
contents = {};
|
|
8384
|
-
contents = deserializeAws_ec2CreateNatGatewayResult(data, context);
|
|
8385
|
-
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8386
|
-
return [2, Promise.resolve(response)];
|
|
8387
|
-
}
|
|
8388
|
-
});
|
|
8389
|
-
}); };
|
|
8390
|
-
var deserializeAws_ec2CreateNatGatewayCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8521
|
+
var deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8391
8522
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
8392
8523
|
var _b;
|
|
8393
8524
|
return __generator(this, function (_c) {
|
|
@@ -8410,66 +8541,25 @@ var deserializeAws_ec2CreateNatGatewayCommandError = function (output, context)
|
|
|
8410
8541
|
}
|
|
8411
8542
|
});
|
|
8412
8543
|
}); };
|
|
8413
|
-
export var
|
|
8544
|
+
export var deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8414
8545
|
var data, contents, response;
|
|
8415
8546
|
return __generator(this, function (_a) {
|
|
8416
8547
|
switch (_a.label) {
|
|
8417
8548
|
case 0:
|
|
8418
8549
|
if (output.statusCode >= 300) {
|
|
8419
|
-
return [2,
|
|
8550
|
+
return [2, deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommandError(output, context)];
|
|
8420
8551
|
}
|
|
8421
8552
|
return [4, parseBody(output.body, context)];
|
|
8422
8553
|
case 1:
|
|
8423
8554
|
data = _a.sent();
|
|
8424
8555
|
contents = {};
|
|
8425
|
-
contents =
|
|
8556
|
+
contents = deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationResult(data, context);
|
|
8426
8557
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8427
8558
|
return [2, Promise.resolve(response)];
|
|
8428
8559
|
}
|
|
8429
8560
|
});
|
|
8430
8561
|
}); };
|
|
8431
|
-
var
|
|
8432
|
-
var parsedOutput, _a, errorCode, parsedBody;
|
|
8433
|
-
var _b;
|
|
8434
|
-
return __generator(this, function (_c) {
|
|
8435
|
-
switch (_c.label) {
|
|
8436
|
-
case 0:
|
|
8437
|
-
_a = [__assign({}, output)];
|
|
8438
|
-
_b = {};
|
|
8439
|
-
return [4, parseBody(output.body, context)];
|
|
8440
|
-
case 1:
|
|
8441
|
-
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8442
|
-
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8443
|
-
parsedBody = parsedOutput.body;
|
|
8444
|
-
throwDefaultError({
|
|
8445
|
-
output: output,
|
|
8446
|
-
parsedBody: parsedBody.Errors.Error,
|
|
8447
|
-
exceptionCtor: __BaseException,
|
|
8448
|
-
errorCode: errorCode,
|
|
8449
|
-
});
|
|
8450
|
-
return [2];
|
|
8451
|
-
}
|
|
8452
|
-
});
|
|
8453
|
-
}); };
|
|
8454
|
-
export var deserializeAws_ec2CreateNetworkAclEntryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8455
|
-
var response;
|
|
8456
|
-
return __generator(this, function (_a) {
|
|
8457
|
-
switch (_a.label) {
|
|
8458
|
-
case 0:
|
|
8459
|
-
if (output.statusCode >= 300) {
|
|
8460
|
-
return [2, deserializeAws_ec2CreateNetworkAclEntryCommandError(output, context)];
|
|
8461
|
-
}
|
|
8462
|
-
return [4, collectBody(output.body, context)];
|
|
8463
|
-
case 1:
|
|
8464
|
-
_a.sent();
|
|
8465
|
-
response = {
|
|
8466
|
-
$metadata: deserializeMetadata(output),
|
|
8467
|
-
};
|
|
8468
|
-
return [2, Promise.resolve(response)];
|
|
8469
|
-
}
|
|
8470
|
-
});
|
|
8471
|
-
}); };
|
|
8472
|
-
var deserializeAws_ec2CreateNetworkAclEntryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8562
|
+
var deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8473
8563
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
8474
8564
|
var _b;
|
|
8475
8565
|
return __generator(this, function (_c) {
|
|
@@ -8492,25 +8582,25 @@ var deserializeAws_ec2CreateNetworkAclEntryCommandError = function (output, cont
|
|
|
8492
8582
|
}
|
|
8493
8583
|
});
|
|
8494
8584
|
}); };
|
|
8495
|
-
export var
|
|
8585
|
+
export var deserializeAws_ec2CreateManagedPrefixListCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8496
8586
|
var data, contents, response;
|
|
8497
8587
|
return __generator(this, function (_a) {
|
|
8498
8588
|
switch (_a.label) {
|
|
8499
8589
|
case 0:
|
|
8500
8590
|
if (output.statusCode >= 300) {
|
|
8501
|
-
return [2,
|
|
8591
|
+
return [2, deserializeAws_ec2CreateManagedPrefixListCommandError(output, context)];
|
|
8502
8592
|
}
|
|
8503
8593
|
return [4, parseBody(output.body, context)];
|
|
8504
8594
|
case 1:
|
|
8505
8595
|
data = _a.sent();
|
|
8506
8596
|
contents = {};
|
|
8507
|
-
contents =
|
|
8597
|
+
contents = deserializeAws_ec2CreateManagedPrefixListResult(data, context);
|
|
8508
8598
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8509
8599
|
return [2, Promise.resolve(response)];
|
|
8510
8600
|
}
|
|
8511
8601
|
});
|
|
8512
8602
|
}); };
|
|
8513
|
-
var
|
|
8603
|
+
var deserializeAws_ec2CreateManagedPrefixListCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8514
8604
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
8515
8605
|
var _b;
|
|
8516
8606
|
return __generator(this, function (_c) {
|
|
@@ -8533,25 +8623,189 @@ var deserializeAws_ec2CreateNetworkInsightsAccessScopeCommandError = function (o
|
|
|
8533
8623
|
}
|
|
8534
8624
|
});
|
|
8535
8625
|
}); };
|
|
8536
|
-
export var
|
|
8626
|
+
export var deserializeAws_ec2CreateNatGatewayCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8537
8627
|
var data, contents, response;
|
|
8538
8628
|
return __generator(this, function (_a) {
|
|
8539
8629
|
switch (_a.label) {
|
|
8540
8630
|
case 0:
|
|
8541
8631
|
if (output.statusCode >= 300) {
|
|
8542
|
-
return [2,
|
|
8632
|
+
return [2, deserializeAws_ec2CreateNatGatewayCommandError(output, context)];
|
|
8543
8633
|
}
|
|
8544
8634
|
return [4, parseBody(output.body, context)];
|
|
8545
8635
|
case 1:
|
|
8546
8636
|
data = _a.sent();
|
|
8547
8637
|
contents = {};
|
|
8548
|
-
contents =
|
|
8638
|
+
contents = deserializeAws_ec2CreateNatGatewayResult(data, context);
|
|
8549
8639
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8550
8640
|
return [2, Promise.resolve(response)];
|
|
8551
8641
|
}
|
|
8552
8642
|
});
|
|
8553
8643
|
}); };
|
|
8554
|
-
var
|
|
8644
|
+
var deserializeAws_ec2CreateNatGatewayCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8645
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
8646
|
+
var _b;
|
|
8647
|
+
return __generator(this, function (_c) {
|
|
8648
|
+
switch (_c.label) {
|
|
8649
|
+
case 0:
|
|
8650
|
+
_a = [__assign({}, output)];
|
|
8651
|
+
_b = {};
|
|
8652
|
+
return [4, parseBody(output.body, context)];
|
|
8653
|
+
case 1:
|
|
8654
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8655
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8656
|
+
parsedBody = parsedOutput.body;
|
|
8657
|
+
throwDefaultError({
|
|
8658
|
+
output: output,
|
|
8659
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8660
|
+
exceptionCtor: __BaseException,
|
|
8661
|
+
errorCode: errorCode,
|
|
8662
|
+
});
|
|
8663
|
+
return [2];
|
|
8664
|
+
}
|
|
8665
|
+
});
|
|
8666
|
+
}); };
|
|
8667
|
+
export var deserializeAws_ec2CreateNetworkAclCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8668
|
+
var data, contents, response;
|
|
8669
|
+
return __generator(this, function (_a) {
|
|
8670
|
+
switch (_a.label) {
|
|
8671
|
+
case 0:
|
|
8672
|
+
if (output.statusCode >= 300) {
|
|
8673
|
+
return [2, deserializeAws_ec2CreateNetworkAclCommandError(output, context)];
|
|
8674
|
+
}
|
|
8675
|
+
return [4, parseBody(output.body, context)];
|
|
8676
|
+
case 1:
|
|
8677
|
+
data = _a.sent();
|
|
8678
|
+
contents = {};
|
|
8679
|
+
contents = deserializeAws_ec2CreateNetworkAclResult(data, context);
|
|
8680
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8681
|
+
return [2, Promise.resolve(response)];
|
|
8682
|
+
}
|
|
8683
|
+
});
|
|
8684
|
+
}); };
|
|
8685
|
+
var deserializeAws_ec2CreateNetworkAclCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8686
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
8687
|
+
var _b;
|
|
8688
|
+
return __generator(this, function (_c) {
|
|
8689
|
+
switch (_c.label) {
|
|
8690
|
+
case 0:
|
|
8691
|
+
_a = [__assign({}, output)];
|
|
8692
|
+
_b = {};
|
|
8693
|
+
return [4, parseBody(output.body, context)];
|
|
8694
|
+
case 1:
|
|
8695
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8696
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8697
|
+
parsedBody = parsedOutput.body;
|
|
8698
|
+
throwDefaultError({
|
|
8699
|
+
output: output,
|
|
8700
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8701
|
+
exceptionCtor: __BaseException,
|
|
8702
|
+
errorCode: errorCode,
|
|
8703
|
+
});
|
|
8704
|
+
return [2];
|
|
8705
|
+
}
|
|
8706
|
+
});
|
|
8707
|
+
}); };
|
|
8708
|
+
export var deserializeAws_ec2CreateNetworkAclEntryCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8709
|
+
var response;
|
|
8710
|
+
return __generator(this, function (_a) {
|
|
8711
|
+
switch (_a.label) {
|
|
8712
|
+
case 0:
|
|
8713
|
+
if (output.statusCode >= 300) {
|
|
8714
|
+
return [2, deserializeAws_ec2CreateNetworkAclEntryCommandError(output, context)];
|
|
8715
|
+
}
|
|
8716
|
+
return [4, collectBody(output.body, context)];
|
|
8717
|
+
case 1:
|
|
8718
|
+
_a.sent();
|
|
8719
|
+
response = {
|
|
8720
|
+
$metadata: deserializeMetadata(output),
|
|
8721
|
+
};
|
|
8722
|
+
return [2, Promise.resolve(response)];
|
|
8723
|
+
}
|
|
8724
|
+
});
|
|
8725
|
+
}); };
|
|
8726
|
+
var deserializeAws_ec2CreateNetworkAclEntryCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8727
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
8728
|
+
var _b;
|
|
8729
|
+
return __generator(this, function (_c) {
|
|
8730
|
+
switch (_c.label) {
|
|
8731
|
+
case 0:
|
|
8732
|
+
_a = [__assign({}, output)];
|
|
8733
|
+
_b = {};
|
|
8734
|
+
return [4, parseBody(output.body, context)];
|
|
8735
|
+
case 1:
|
|
8736
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8737
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8738
|
+
parsedBody = parsedOutput.body;
|
|
8739
|
+
throwDefaultError({
|
|
8740
|
+
output: output,
|
|
8741
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8742
|
+
exceptionCtor: __BaseException,
|
|
8743
|
+
errorCode: errorCode,
|
|
8744
|
+
});
|
|
8745
|
+
return [2];
|
|
8746
|
+
}
|
|
8747
|
+
});
|
|
8748
|
+
}); };
|
|
8749
|
+
export var deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8750
|
+
var data, contents, response;
|
|
8751
|
+
return __generator(this, function (_a) {
|
|
8752
|
+
switch (_a.label) {
|
|
8753
|
+
case 0:
|
|
8754
|
+
if (output.statusCode >= 300) {
|
|
8755
|
+
return [2, deserializeAws_ec2CreateNetworkInsightsAccessScopeCommandError(output, context)];
|
|
8756
|
+
}
|
|
8757
|
+
return [4, parseBody(output.body, context)];
|
|
8758
|
+
case 1:
|
|
8759
|
+
data = _a.sent();
|
|
8760
|
+
contents = {};
|
|
8761
|
+
contents = deserializeAws_ec2CreateNetworkInsightsAccessScopeResult(data, context);
|
|
8762
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8763
|
+
return [2, Promise.resolve(response)];
|
|
8764
|
+
}
|
|
8765
|
+
});
|
|
8766
|
+
}); };
|
|
8767
|
+
var deserializeAws_ec2CreateNetworkInsightsAccessScopeCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8768
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
8769
|
+
var _b;
|
|
8770
|
+
return __generator(this, function (_c) {
|
|
8771
|
+
switch (_c.label) {
|
|
8772
|
+
case 0:
|
|
8773
|
+
_a = [__assign({}, output)];
|
|
8774
|
+
_b = {};
|
|
8775
|
+
return [4, parseBody(output.body, context)];
|
|
8776
|
+
case 1:
|
|
8777
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
8778
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
8779
|
+
parsedBody = parsedOutput.body;
|
|
8780
|
+
throwDefaultError({
|
|
8781
|
+
output: output,
|
|
8782
|
+
parsedBody: parsedBody.Errors.Error,
|
|
8783
|
+
exceptionCtor: __BaseException,
|
|
8784
|
+
errorCode: errorCode,
|
|
8785
|
+
});
|
|
8786
|
+
return [2];
|
|
8787
|
+
}
|
|
8788
|
+
});
|
|
8789
|
+
}); };
|
|
8790
|
+
export var deserializeAws_ec2CreateNetworkInsightsPathCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8791
|
+
var data, contents, response;
|
|
8792
|
+
return __generator(this, function (_a) {
|
|
8793
|
+
switch (_a.label) {
|
|
8794
|
+
case 0:
|
|
8795
|
+
if (output.statusCode >= 300) {
|
|
8796
|
+
return [2, deserializeAws_ec2CreateNetworkInsightsPathCommandError(output, context)];
|
|
8797
|
+
}
|
|
8798
|
+
return [4, parseBody(output.body, context)];
|
|
8799
|
+
case 1:
|
|
8800
|
+
data = _a.sent();
|
|
8801
|
+
contents = {};
|
|
8802
|
+
contents = deserializeAws_ec2CreateNetworkInsightsPathResult(data, context);
|
|
8803
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
8804
|
+
return [2, Promise.resolve(response)];
|
|
8805
|
+
}
|
|
8806
|
+
});
|
|
8807
|
+
}); };
|
|
8808
|
+
var deserializeAws_ec2CreateNetworkInsightsPathCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
8555
8809
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
8556
8810
|
var _b;
|
|
8557
8811
|
return __generator(this, function (_c) {
|
|
@@ -10378,66 +10632,25 @@ var deserializeAws_ec2DeleteClientVpnRouteCommandError = function (output, conte
|
|
|
10378
10632
|
}
|
|
10379
10633
|
});
|
|
10380
10634
|
}); };
|
|
10381
|
-
export var
|
|
10382
|
-
var response;
|
|
10635
|
+
export var deserializeAws_ec2DeleteCoipCidrCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10636
|
+
var data, contents, response;
|
|
10383
10637
|
return __generator(this, function (_a) {
|
|
10384
10638
|
switch (_a.label) {
|
|
10385
10639
|
case 0:
|
|
10386
10640
|
if (output.statusCode >= 300) {
|
|
10387
|
-
return [2,
|
|
10641
|
+
return [2, deserializeAws_ec2DeleteCoipCidrCommandError(output, context)];
|
|
10388
10642
|
}
|
|
10389
|
-
return [4, collectBody(output.body, context)];
|
|
10390
|
-
case 1:
|
|
10391
|
-
_a.sent();
|
|
10392
|
-
response = {
|
|
10393
|
-
$metadata: deserializeMetadata(output),
|
|
10394
|
-
};
|
|
10395
|
-
return [2, Promise.resolve(response)];
|
|
10396
|
-
}
|
|
10397
|
-
});
|
|
10398
|
-
}); };
|
|
10399
|
-
var deserializeAws_ec2DeleteCustomerGatewayCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10400
|
-
var parsedOutput, _a, errorCode, parsedBody;
|
|
10401
|
-
var _b;
|
|
10402
|
-
return __generator(this, function (_c) {
|
|
10403
|
-
switch (_c.label) {
|
|
10404
|
-
case 0:
|
|
10405
|
-
_a = [__assign({}, output)];
|
|
10406
|
-
_b = {};
|
|
10407
10643
|
return [4, parseBody(output.body, context)];
|
|
10408
10644
|
case 1:
|
|
10409
|
-
|
|
10410
|
-
|
|
10411
|
-
|
|
10412
|
-
|
|
10413
|
-
output: output,
|
|
10414
|
-
parsedBody: parsedBody.Errors.Error,
|
|
10415
|
-
exceptionCtor: __BaseException,
|
|
10416
|
-
errorCode: errorCode,
|
|
10417
|
-
});
|
|
10418
|
-
return [2];
|
|
10419
|
-
}
|
|
10420
|
-
});
|
|
10421
|
-
}); };
|
|
10422
|
-
export var deserializeAws_ec2DeleteDhcpOptionsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10423
|
-
var response;
|
|
10424
|
-
return __generator(this, function (_a) {
|
|
10425
|
-
switch (_a.label) {
|
|
10426
|
-
case 0:
|
|
10427
|
-
if (output.statusCode >= 300) {
|
|
10428
|
-
return [2, deserializeAws_ec2DeleteDhcpOptionsCommandError(output, context)];
|
|
10429
|
-
}
|
|
10430
|
-
return [4, collectBody(output.body, context)];
|
|
10431
|
-
case 1:
|
|
10432
|
-
_a.sent();
|
|
10433
|
-
response = {
|
|
10434
|
-
$metadata: deserializeMetadata(output),
|
|
10435
|
-
};
|
|
10645
|
+
data = _a.sent();
|
|
10646
|
+
contents = {};
|
|
10647
|
+
contents = deserializeAws_ec2DeleteCoipCidrResult(data, context);
|
|
10648
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
10436
10649
|
return [2, Promise.resolve(response)];
|
|
10437
10650
|
}
|
|
10438
10651
|
});
|
|
10439
10652
|
}); };
|
|
10440
|
-
var
|
|
10653
|
+
var deserializeAws_ec2DeleteCoipCidrCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10441
10654
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
10442
10655
|
var _b;
|
|
10443
10656
|
return __generator(this, function (_c) {
|
|
@@ -10460,25 +10673,25 @@ var deserializeAws_ec2DeleteDhcpOptionsCommandError = function (output, context)
|
|
|
10460
10673
|
}
|
|
10461
10674
|
});
|
|
10462
10675
|
}); };
|
|
10463
|
-
export var
|
|
10676
|
+
export var deserializeAws_ec2DeleteCoipPoolCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10464
10677
|
var data, contents, response;
|
|
10465
10678
|
return __generator(this, function (_a) {
|
|
10466
10679
|
switch (_a.label) {
|
|
10467
10680
|
case 0:
|
|
10468
10681
|
if (output.statusCode >= 300) {
|
|
10469
|
-
return [2,
|
|
10682
|
+
return [2, deserializeAws_ec2DeleteCoipPoolCommandError(output, context)];
|
|
10470
10683
|
}
|
|
10471
10684
|
return [4, parseBody(output.body, context)];
|
|
10472
10685
|
case 1:
|
|
10473
10686
|
data = _a.sent();
|
|
10474
10687
|
contents = {};
|
|
10475
|
-
contents =
|
|
10688
|
+
contents = deserializeAws_ec2DeleteCoipPoolResult(data, context);
|
|
10476
10689
|
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
10477
10690
|
return [2, Promise.resolve(response)];
|
|
10478
10691
|
}
|
|
10479
10692
|
});
|
|
10480
10693
|
}); };
|
|
10481
|
-
var
|
|
10694
|
+
var deserializeAws_ec2DeleteCoipPoolCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10482
10695
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
10483
10696
|
var _b;
|
|
10484
10697
|
return __generator(this, function (_c) {
|
|
@@ -10501,25 +10714,25 @@ var deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommandError = function (ou
|
|
|
10501
10714
|
}
|
|
10502
10715
|
});
|
|
10503
10716
|
}); };
|
|
10504
|
-
export var
|
|
10505
|
-
var
|
|
10717
|
+
export var deserializeAws_ec2DeleteCustomerGatewayCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10718
|
+
var response;
|
|
10506
10719
|
return __generator(this, function (_a) {
|
|
10507
10720
|
switch (_a.label) {
|
|
10508
10721
|
case 0:
|
|
10509
10722
|
if (output.statusCode >= 300) {
|
|
10510
|
-
return [2,
|
|
10723
|
+
return [2, deserializeAws_ec2DeleteCustomerGatewayCommandError(output, context)];
|
|
10511
10724
|
}
|
|
10512
|
-
return [4,
|
|
10725
|
+
return [4, collectBody(output.body, context)];
|
|
10513
10726
|
case 1:
|
|
10514
|
-
|
|
10515
|
-
|
|
10516
|
-
|
|
10517
|
-
|
|
10727
|
+
_a.sent();
|
|
10728
|
+
response = {
|
|
10729
|
+
$metadata: deserializeMetadata(output),
|
|
10730
|
+
};
|
|
10518
10731
|
return [2, Promise.resolve(response)];
|
|
10519
10732
|
}
|
|
10520
10733
|
});
|
|
10521
10734
|
}); };
|
|
10522
|
-
var
|
|
10735
|
+
var deserializeAws_ec2DeleteCustomerGatewayCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10523
10736
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
10524
10737
|
var _b;
|
|
10525
10738
|
return __generator(this, function (_c) {
|
|
@@ -10542,25 +10755,148 @@ var deserializeAws_ec2DeleteFleetsCommandError = function (output, context) { re
|
|
|
10542
10755
|
}
|
|
10543
10756
|
});
|
|
10544
10757
|
}); };
|
|
10545
|
-
export var
|
|
10546
|
-
var
|
|
10758
|
+
export var deserializeAws_ec2DeleteDhcpOptionsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10759
|
+
var response;
|
|
10547
10760
|
return __generator(this, function (_a) {
|
|
10548
10761
|
switch (_a.label) {
|
|
10549
10762
|
case 0:
|
|
10550
10763
|
if (output.statusCode >= 300) {
|
|
10551
|
-
return [2,
|
|
10764
|
+
return [2, deserializeAws_ec2DeleteDhcpOptionsCommandError(output, context)];
|
|
10552
10765
|
}
|
|
10553
|
-
return [4,
|
|
10766
|
+
return [4, collectBody(output.body, context)];
|
|
10554
10767
|
case 1:
|
|
10555
|
-
|
|
10556
|
-
|
|
10557
|
-
|
|
10558
|
-
|
|
10768
|
+
_a.sent();
|
|
10769
|
+
response = {
|
|
10770
|
+
$metadata: deserializeMetadata(output),
|
|
10771
|
+
};
|
|
10559
10772
|
return [2, Promise.resolve(response)];
|
|
10560
10773
|
}
|
|
10561
10774
|
});
|
|
10562
10775
|
}); };
|
|
10563
|
-
var
|
|
10776
|
+
var deserializeAws_ec2DeleteDhcpOptionsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10777
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
10778
|
+
var _b;
|
|
10779
|
+
return __generator(this, function (_c) {
|
|
10780
|
+
switch (_c.label) {
|
|
10781
|
+
case 0:
|
|
10782
|
+
_a = [__assign({}, output)];
|
|
10783
|
+
_b = {};
|
|
10784
|
+
return [4, parseBody(output.body, context)];
|
|
10785
|
+
case 1:
|
|
10786
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
10787
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10788
|
+
parsedBody = parsedOutput.body;
|
|
10789
|
+
throwDefaultError({
|
|
10790
|
+
output: output,
|
|
10791
|
+
parsedBody: parsedBody.Errors.Error,
|
|
10792
|
+
exceptionCtor: __BaseException,
|
|
10793
|
+
errorCode: errorCode,
|
|
10794
|
+
});
|
|
10795
|
+
return [2];
|
|
10796
|
+
}
|
|
10797
|
+
});
|
|
10798
|
+
}); };
|
|
10799
|
+
export var deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10800
|
+
var data, contents, response;
|
|
10801
|
+
return __generator(this, function (_a) {
|
|
10802
|
+
switch (_a.label) {
|
|
10803
|
+
case 0:
|
|
10804
|
+
if (output.statusCode >= 300) {
|
|
10805
|
+
return [2, deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommandError(output, context)];
|
|
10806
|
+
}
|
|
10807
|
+
return [4, parseBody(output.body, context)];
|
|
10808
|
+
case 1:
|
|
10809
|
+
data = _a.sent();
|
|
10810
|
+
contents = {};
|
|
10811
|
+
contents = deserializeAws_ec2DeleteEgressOnlyInternetGatewayResult(data, context);
|
|
10812
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
10813
|
+
return [2, Promise.resolve(response)];
|
|
10814
|
+
}
|
|
10815
|
+
});
|
|
10816
|
+
}); };
|
|
10817
|
+
var deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10818
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
10819
|
+
var _b;
|
|
10820
|
+
return __generator(this, function (_c) {
|
|
10821
|
+
switch (_c.label) {
|
|
10822
|
+
case 0:
|
|
10823
|
+
_a = [__assign({}, output)];
|
|
10824
|
+
_b = {};
|
|
10825
|
+
return [4, parseBody(output.body, context)];
|
|
10826
|
+
case 1:
|
|
10827
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
10828
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10829
|
+
parsedBody = parsedOutput.body;
|
|
10830
|
+
throwDefaultError({
|
|
10831
|
+
output: output,
|
|
10832
|
+
parsedBody: parsedBody.Errors.Error,
|
|
10833
|
+
exceptionCtor: __BaseException,
|
|
10834
|
+
errorCode: errorCode,
|
|
10835
|
+
});
|
|
10836
|
+
return [2];
|
|
10837
|
+
}
|
|
10838
|
+
});
|
|
10839
|
+
}); };
|
|
10840
|
+
export var deserializeAws_ec2DeleteFleetsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10841
|
+
var data, contents, response;
|
|
10842
|
+
return __generator(this, function (_a) {
|
|
10843
|
+
switch (_a.label) {
|
|
10844
|
+
case 0:
|
|
10845
|
+
if (output.statusCode >= 300) {
|
|
10846
|
+
return [2, deserializeAws_ec2DeleteFleetsCommandError(output, context)];
|
|
10847
|
+
}
|
|
10848
|
+
return [4, parseBody(output.body, context)];
|
|
10849
|
+
case 1:
|
|
10850
|
+
data = _a.sent();
|
|
10851
|
+
contents = {};
|
|
10852
|
+
contents = deserializeAws_ec2DeleteFleetsResult(data, context);
|
|
10853
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
10854
|
+
return [2, Promise.resolve(response)];
|
|
10855
|
+
}
|
|
10856
|
+
});
|
|
10857
|
+
}); };
|
|
10858
|
+
var deserializeAws_ec2DeleteFleetsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10859
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
10860
|
+
var _b;
|
|
10861
|
+
return __generator(this, function (_c) {
|
|
10862
|
+
switch (_c.label) {
|
|
10863
|
+
case 0:
|
|
10864
|
+
_a = [__assign({}, output)];
|
|
10865
|
+
_b = {};
|
|
10866
|
+
return [4, parseBody(output.body, context)];
|
|
10867
|
+
case 1:
|
|
10868
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
10869
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
10870
|
+
parsedBody = parsedOutput.body;
|
|
10871
|
+
throwDefaultError({
|
|
10872
|
+
output: output,
|
|
10873
|
+
parsedBody: parsedBody.Errors.Error,
|
|
10874
|
+
exceptionCtor: __BaseException,
|
|
10875
|
+
errorCode: errorCode,
|
|
10876
|
+
});
|
|
10877
|
+
return [2];
|
|
10878
|
+
}
|
|
10879
|
+
});
|
|
10880
|
+
}); };
|
|
10881
|
+
export var deserializeAws_ec2DeleteFlowLogsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10882
|
+
var data, contents, response;
|
|
10883
|
+
return __generator(this, function (_a) {
|
|
10884
|
+
switch (_a.label) {
|
|
10885
|
+
case 0:
|
|
10886
|
+
if (output.statusCode >= 300) {
|
|
10887
|
+
return [2, deserializeAws_ec2DeleteFlowLogsCommandError(output, context)];
|
|
10888
|
+
}
|
|
10889
|
+
return [4, parseBody(output.body, context)];
|
|
10890
|
+
case 1:
|
|
10891
|
+
data = _a.sent();
|
|
10892
|
+
contents = {};
|
|
10893
|
+
contents = deserializeAws_ec2DeleteFlowLogsResult(data, context);
|
|
10894
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
10895
|
+
return [2, Promise.resolve(response)];
|
|
10896
|
+
}
|
|
10897
|
+
});
|
|
10898
|
+
}); };
|
|
10899
|
+
var deserializeAws_ec2DeleteFlowLogsCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10564
10900
|
var parsedOutput, _a, errorCode, parsedBody;
|
|
10565
10901
|
var _b;
|
|
10566
10902
|
return __generator(this, function (_c) {
|
|
@@ -10993,6 +11329,88 @@ var deserializeAws_ec2DeleteLocalGatewayRouteCommandError = function (output, co
|
|
|
10993
11329
|
}
|
|
10994
11330
|
});
|
|
10995
11331
|
}); };
|
|
11332
|
+
export var deserializeAws_ec2DeleteLocalGatewayRouteTableCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
11333
|
+
var data, contents, response;
|
|
11334
|
+
return __generator(this, function (_a) {
|
|
11335
|
+
switch (_a.label) {
|
|
11336
|
+
case 0:
|
|
11337
|
+
if (output.statusCode >= 300) {
|
|
11338
|
+
return [2, deserializeAws_ec2DeleteLocalGatewayRouteTableCommandError(output, context)];
|
|
11339
|
+
}
|
|
11340
|
+
return [4, parseBody(output.body, context)];
|
|
11341
|
+
case 1:
|
|
11342
|
+
data = _a.sent();
|
|
11343
|
+
contents = {};
|
|
11344
|
+
contents = deserializeAws_ec2DeleteLocalGatewayRouteTableResult(data, context);
|
|
11345
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
11346
|
+
return [2, Promise.resolve(response)];
|
|
11347
|
+
}
|
|
11348
|
+
});
|
|
11349
|
+
}); };
|
|
11350
|
+
var deserializeAws_ec2DeleteLocalGatewayRouteTableCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
11351
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
11352
|
+
var _b;
|
|
11353
|
+
return __generator(this, function (_c) {
|
|
11354
|
+
switch (_c.label) {
|
|
11355
|
+
case 0:
|
|
11356
|
+
_a = [__assign({}, output)];
|
|
11357
|
+
_b = {};
|
|
11358
|
+
return [4, parseBody(output.body, context)];
|
|
11359
|
+
case 1:
|
|
11360
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
11361
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11362
|
+
parsedBody = parsedOutput.body;
|
|
11363
|
+
throwDefaultError({
|
|
11364
|
+
output: output,
|
|
11365
|
+
parsedBody: parsedBody.Errors.Error,
|
|
11366
|
+
exceptionCtor: __BaseException,
|
|
11367
|
+
errorCode: errorCode,
|
|
11368
|
+
});
|
|
11369
|
+
return [2];
|
|
11370
|
+
}
|
|
11371
|
+
});
|
|
11372
|
+
}); };
|
|
11373
|
+
export var deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
11374
|
+
var data, contents, response;
|
|
11375
|
+
return __generator(this, function (_a) {
|
|
11376
|
+
switch (_a.label) {
|
|
11377
|
+
case 0:
|
|
11378
|
+
if (output.statusCode >= 300) {
|
|
11379
|
+
return [2, deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError(output, context)];
|
|
11380
|
+
}
|
|
11381
|
+
return [4, parseBody(output.body, context)];
|
|
11382
|
+
case 1:
|
|
11383
|
+
data = _a.sent();
|
|
11384
|
+
contents = {};
|
|
11385
|
+
contents = deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult(data, context);
|
|
11386
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
11387
|
+
return [2, Promise.resolve(response)];
|
|
11388
|
+
}
|
|
11389
|
+
});
|
|
11390
|
+
}); };
|
|
11391
|
+
var deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
11392
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
11393
|
+
var _b;
|
|
11394
|
+
return __generator(this, function (_c) {
|
|
11395
|
+
switch (_c.label) {
|
|
11396
|
+
case 0:
|
|
11397
|
+
_a = [__assign({}, output)];
|
|
11398
|
+
_b = {};
|
|
11399
|
+
return [4, parseBody(output.body, context)];
|
|
11400
|
+
case 1:
|
|
11401
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
11402
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
11403
|
+
parsedBody = parsedOutput.body;
|
|
11404
|
+
throwDefaultError({
|
|
11405
|
+
output: output,
|
|
11406
|
+
parsedBody: parsedBody.Errors.Error,
|
|
11407
|
+
exceptionCtor: __BaseException,
|
|
11408
|
+
errorCode: errorCode,
|
|
11409
|
+
});
|
|
11410
|
+
return [2];
|
|
11411
|
+
}
|
|
11412
|
+
});
|
|
11413
|
+
}); };
|
|
10996
11414
|
export var deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
10997
11415
|
var data, contents, response;
|
|
10998
11416
|
return __generator(this, function (_a) {
|
|
@@ -23334,6 +23752,47 @@ var deserializeAws_ec2ModifyLaunchTemplateCommandError = function (output, conte
|
|
|
23334
23752
|
}
|
|
23335
23753
|
});
|
|
23336
23754
|
}); };
|
|
23755
|
+
export var deserializeAws_ec2ModifyLocalGatewayRouteCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
23756
|
+
var data, contents, response;
|
|
23757
|
+
return __generator(this, function (_a) {
|
|
23758
|
+
switch (_a.label) {
|
|
23759
|
+
case 0:
|
|
23760
|
+
if (output.statusCode >= 300) {
|
|
23761
|
+
return [2, deserializeAws_ec2ModifyLocalGatewayRouteCommandError(output, context)];
|
|
23762
|
+
}
|
|
23763
|
+
return [4, parseBody(output.body, context)];
|
|
23764
|
+
case 1:
|
|
23765
|
+
data = _a.sent();
|
|
23766
|
+
contents = {};
|
|
23767
|
+
contents = deserializeAws_ec2ModifyLocalGatewayRouteResult(data, context);
|
|
23768
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
23769
|
+
return [2, Promise.resolve(response)];
|
|
23770
|
+
}
|
|
23771
|
+
});
|
|
23772
|
+
}); };
|
|
23773
|
+
var deserializeAws_ec2ModifyLocalGatewayRouteCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
23774
|
+
var parsedOutput, _a, errorCode, parsedBody;
|
|
23775
|
+
var _b;
|
|
23776
|
+
return __generator(this, function (_c) {
|
|
23777
|
+
switch (_c.label) {
|
|
23778
|
+
case 0:
|
|
23779
|
+
_a = [__assign({}, output)];
|
|
23780
|
+
_b = {};
|
|
23781
|
+
return [4, parseBody(output.body, context)];
|
|
23782
|
+
case 1:
|
|
23783
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_b.body = _c.sent(), _b)]));
|
|
23784
|
+
errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
23785
|
+
parsedBody = parsedOutput.body;
|
|
23786
|
+
throwDefaultError({
|
|
23787
|
+
output: output,
|
|
23788
|
+
parsedBody: parsedBody.Errors.Error,
|
|
23789
|
+
exceptionCtor: __BaseException,
|
|
23790
|
+
errorCode: errorCode,
|
|
23791
|
+
});
|
|
23792
|
+
return [2];
|
|
23793
|
+
}
|
|
23794
|
+
});
|
|
23795
|
+
}); };
|
|
23337
23796
|
export var deserializeAws_ec2ModifyManagedPrefixListCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
23338
23797
|
var data, contents, response;
|
|
23339
23798
|
return __generator(this, function (_a) {
|
|
@@ -29420,6 +29879,37 @@ var serializeAws_ec2CreateClientVpnRouteRequest = function (input, context) {
|
|
|
29420
29879
|
}
|
|
29421
29880
|
return entries;
|
|
29422
29881
|
};
|
|
29882
|
+
var serializeAws_ec2CreateCoipCidrRequest = function (input, context) {
|
|
29883
|
+
var entries = {};
|
|
29884
|
+
if (input.Cidr != null) {
|
|
29885
|
+
entries["Cidr"] = input.Cidr;
|
|
29886
|
+
}
|
|
29887
|
+
if (input.CoipPoolId != null) {
|
|
29888
|
+
entries["CoipPoolId"] = input.CoipPoolId;
|
|
29889
|
+
}
|
|
29890
|
+
if (input.DryRun != null) {
|
|
29891
|
+
entries["DryRun"] = input.DryRun;
|
|
29892
|
+
}
|
|
29893
|
+
return entries;
|
|
29894
|
+
};
|
|
29895
|
+
var serializeAws_ec2CreateCoipPoolRequest = function (input, context) {
|
|
29896
|
+
var entries = {};
|
|
29897
|
+
if (input.LocalGatewayRouteTableId != null) {
|
|
29898
|
+
entries["LocalGatewayRouteTableId"] = input.LocalGatewayRouteTableId;
|
|
29899
|
+
}
|
|
29900
|
+
if (input.TagSpecifications != null) {
|
|
29901
|
+
var memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
29902
|
+
Object.entries(memberEntries).forEach(function (_a) {
|
|
29903
|
+
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
29904
|
+
var loc = "TagSpecification.".concat(key.substring(key.indexOf(".") + 1));
|
|
29905
|
+
entries[loc] = value;
|
|
29906
|
+
});
|
|
29907
|
+
}
|
|
29908
|
+
if (input.DryRun != null) {
|
|
29909
|
+
entries["DryRun"] = input.DryRun;
|
|
29910
|
+
}
|
|
29911
|
+
return entries;
|
|
29912
|
+
};
|
|
29423
29913
|
var serializeAws_ec2CreateCustomerGatewayRequest = function (input, context) {
|
|
29424
29914
|
var entries = {};
|
|
29425
29915
|
if (input.BgpAsn != null) {
|
|
@@ -30018,6 +30508,51 @@ var serializeAws_ec2CreateLocalGatewayRouteRequest = function (input, context) {
|
|
|
30018
30508
|
if (input.DryRun != null) {
|
|
30019
30509
|
entries["DryRun"] = input.DryRun;
|
|
30020
30510
|
}
|
|
30511
|
+
if (input.NetworkInterfaceId != null) {
|
|
30512
|
+
entries["NetworkInterfaceId"] = input.NetworkInterfaceId;
|
|
30513
|
+
}
|
|
30514
|
+
return entries;
|
|
30515
|
+
};
|
|
30516
|
+
var serializeAws_ec2CreateLocalGatewayRouteTableRequest = function (input, context) {
|
|
30517
|
+
var entries = {};
|
|
30518
|
+
if (input.LocalGatewayId != null) {
|
|
30519
|
+
entries["LocalGatewayId"] = input.LocalGatewayId;
|
|
30520
|
+
}
|
|
30521
|
+
if (input.Mode != null) {
|
|
30522
|
+
entries["Mode"] = input.Mode;
|
|
30523
|
+
}
|
|
30524
|
+
if (input.TagSpecifications != null) {
|
|
30525
|
+
var memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
30526
|
+
Object.entries(memberEntries).forEach(function (_a) {
|
|
30527
|
+
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
30528
|
+
var loc = "TagSpecification.".concat(key.substring(key.indexOf(".") + 1));
|
|
30529
|
+
entries[loc] = value;
|
|
30530
|
+
});
|
|
30531
|
+
}
|
|
30532
|
+
if (input.DryRun != null) {
|
|
30533
|
+
entries["DryRun"] = input.DryRun;
|
|
30534
|
+
}
|
|
30535
|
+
return entries;
|
|
30536
|
+
};
|
|
30537
|
+
var serializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest = function (input, context) {
|
|
30538
|
+
var entries = {};
|
|
30539
|
+
if (input.LocalGatewayRouteTableId != null) {
|
|
30540
|
+
entries["LocalGatewayRouteTableId"] = input.LocalGatewayRouteTableId;
|
|
30541
|
+
}
|
|
30542
|
+
if (input.LocalGatewayVirtualInterfaceGroupId != null) {
|
|
30543
|
+
entries["LocalGatewayVirtualInterfaceGroupId"] = input.LocalGatewayVirtualInterfaceGroupId;
|
|
30544
|
+
}
|
|
30545
|
+
if (input.TagSpecifications != null) {
|
|
30546
|
+
var memberEntries = serializeAws_ec2TagSpecificationList(input.TagSpecifications, context);
|
|
30547
|
+
Object.entries(memberEntries).forEach(function (_a) {
|
|
30548
|
+
var _b = __read(_a, 2), key = _b[0], value = _b[1];
|
|
30549
|
+
var loc = "TagSpecification.".concat(key.substring(key.indexOf(".") + 1));
|
|
30550
|
+
entries[loc] = value;
|
|
30551
|
+
});
|
|
30552
|
+
}
|
|
30553
|
+
if (input.DryRun != null) {
|
|
30554
|
+
entries["DryRun"] = input.DryRun;
|
|
30555
|
+
}
|
|
30021
30556
|
return entries;
|
|
30022
30557
|
};
|
|
30023
30558
|
var serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationRequest = function (input, context) {
|
|
@@ -31693,6 +32228,29 @@ var serializeAws_ec2DeleteClientVpnRouteRequest = function (input, context) {
|
|
|
31693
32228
|
}
|
|
31694
32229
|
return entries;
|
|
31695
32230
|
};
|
|
32231
|
+
var serializeAws_ec2DeleteCoipCidrRequest = function (input, context) {
|
|
32232
|
+
var entries = {};
|
|
32233
|
+
if (input.Cidr != null) {
|
|
32234
|
+
entries["Cidr"] = input.Cidr;
|
|
32235
|
+
}
|
|
32236
|
+
if (input.CoipPoolId != null) {
|
|
32237
|
+
entries["CoipPoolId"] = input.CoipPoolId;
|
|
32238
|
+
}
|
|
32239
|
+
if (input.DryRun != null) {
|
|
32240
|
+
entries["DryRun"] = input.DryRun;
|
|
32241
|
+
}
|
|
32242
|
+
return entries;
|
|
32243
|
+
};
|
|
32244
|
+
var serializeAws_ec2DeleteCoipPoolRequest = function (input, context) {
|
|
32245
|
+
var entries = {};
|
|
32246
|
+
if (input.CoipPoolId != null) {
|
|
32247
|
+
entries["CoipPoolId"] = input.CoipPoolId;
|
|
32248
|
+
}
|
|
32249
|
+
if (input.DryRun != null) {
|
|
32250
|
+
entries["DryRun"] = input.DryRun;
|
|
32251
|
+
}
|
|
32252
|
+
return entries;
|
|
32253
|
+
};
|
|
31696
32254
|
var serializeAws_ec2DeleteCustomerGatewayRequest = function (input, context) {
|
|
31697
32255
|
var entries = {};
|
|
31698
32256
|
if (input.CustomerGatewayId != null) {
|
|
@@ -31882,6 +32440,27 @@ var serializeAws_ec2DeleteLocalGatewayRouteRequest = function (input, context) {
|
|
|
31882
32440
|
}
|
|
31883
32441
|
return entries;
|
|
31884
32442
|
};
|
|
32443
|
+
var serializeAws_ec2DeleteLocalGatewayRouteTableRequest = function (input, context) {
|
|
32444
|
+
var entries = {};
|
|
32445
|
+
if (input.LocalGatewayRouteTableId != null) {
|
|
32446
|
+
entries["LocalGatewayRouteTableId"] = input.LocalGatewayRouteTableId;
|
|
32447
|
+
}
|
|
32448
|
+
if (input.DryRun != null) {
|
|
32449
|
+
entries["DryRun"] = input.DryRun;
|
|
32450
|
+
}
|
|
32451
|
+
return entries;
|
|
32452
|
+
};
|
|
32453
|
+
var serializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest = function (input, context) {
|
|
32454
|
+
var entries = {};
|
|
32455
|
+
if (input.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId != null) {
|
|
32456
|
+
entries["LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"] =
|
|
32457
|
+
input.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId;
|
|
32458
|
+
}
|
|
32459
|
+
if (input.DryRun != null) {
|
|
32460
|
+
entries["DryRun"] = input.DryRun;
|
|
32461
|
+
}
|
|
32462
|
+
return entries;
|
|
32463
|
+
};
|
|
31885
32464
|
var serializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationRequest = function (input, context) {
|
|
31886
32465
|
var entries = {};
|
|
31887
32466
|
if (input.LocalGatewayRouteTableVpcAssociationId != null) {
|
|
@@ -41985,6 +42564,25 @@ var serializeAws_ec2ModifyLaunchTemplateRequest = function (input, context) {
|
|
|
41985
42564
|
}
|
|
41986
42565
|
return entries;
|
|
41987
42566
|
};
|
|
42567
|
+
var serializeAws_ec2ModifyLocalGatewayRouteRequest = function (input, context) {
|
|
42568
|
+
var entries = {};
|
|
42569
|
+
if (input.DestinationCidrBlock != null) {
|
|
42570
|
+
entries["DestinationCidrBlock"] = input.DestinationCidrBlock;
|
|
42571
|
+
}
|
|
42572
|
+
if (input.LocalGatewayRouteTableId != null) {
|
|
42573
|
+
entries["LocalGatewayRouteTableId"] = input.LocalGatewayRouteTableId;
|
|
42574
|
+
}
|
|
42575
|
+
if (input.LocalGatewayVirtualInterfaceGroupId != null) {
|
|
42576
|
+
entries["LocalGatewayVirtualInterfaceGroupId"] = input.LocalGatewayVirtualInterfaceGroupId;
|
|
42577
|
+
}
|
|
42578
|
+
if (input.NetworkInterfaceId != null) {
|
|
42579
|
+
entries["NetworkInterfaceId"] = input.NetworkInterfaceId;
|
|
42580
|
+
}
|
|
42581
|
+
if (input.DryRun != null) {
|
|
42582
|
+
entries["DryRun"] = input.DryRun;
|
|
42583
|
+
}
|
|
42584
|
+
return entries;
|
|
42585
|
+
};
|
|
41988
42586
|
var serializeAws_ec2ModifyManagedPrefixListRequest = function (input, context) {
|
|
41989
42587
|
var entries = {};
|
|
41990
42588
|
if (input.DryRun != null) {
|
|
@@ -51392,6 +51990,23 @@ var deserializeAws_ec2CoipAddressUsageSet = function (output, context) {
|
|
|
51392
51990
|
return deserializeAws_ec2CoipAddressUsage(entry, context);
|
|
51393
51991
|
});
|
|
51394
51992
|
};
|
|
51993
|
+
var deserializeAws_ec2CoipCidr = function (output, context) {
|
|
51994
|
+
var contents = {
|
|
51995
|
+
Cidr: undefined,
|
|
51996
|
+
CoipPoolId: undefined,
|
|
51997
|
+
LocalGatewayRouteTableId: undefined,
|
|
51998
|
+
};
|
|
51999
|
+
if (output["cidr"] !== undefined) {
|
|
52000
|
+
contents.Cidr = __expectString(output["cidr"]);
|
|
52001
|
+
}
|
|
52002
|
+
if (output["coipPoolId"] !== undefined) {
|
|
52003
|
+
contents.CoipPoolId = __expectString(output["coipPoolId"]);
|
|
52004
|
+
}
|
|
52005
|
+
if (output["localGatewayRouteTableId"] !== undefined) {
|
|
52006
|
+
contents.LocalGatewayRouteTableId = __expectString(output["localGatewayRouteTableId"]);
|
|
52007
|
+
}
|
|
52008
|
+
return contents;
|
|
52009
|
+
};
|
|
51395
52010
|
var deserializeAws_ec2CoipPool = function (output, context) {
|
|
51396
52011
|
var contents = {
|
|
51397
52012
|
PoolId: undefined,
|
|
@@ -51700,6 +52315,24 @@ var deserializeAws_ec2CreateClientVpnRouteResult = function (output, context) {
|
|
|
51700
52315
|
}
|
|
51701
52316
|
return contents;
|
|
51702
52317
|
};
|
|
52318
|
+
var deserializeAws_ec2CreateCoipCidrResult = function (output, context) {
|
|
52319
|
+
var contents = {
|
|
52320
|
+
CoipCidr: undefined,
|
|
52321
|
+
};
|
|
52322
|
+
if (output["coipCidr"] !== undefined) {
|
|
52323
|
+
contents.CoipCidr = deserializeAws_ec2CoipCidr(output["coipCidr"], context);
|
|
52324
|
+
}
|
|
52325
|
+
return contents;
|
|
52326
|
+
};
|
|
52327
|
+
var deserializeAws_ec2CreateCoipPoolResult = function (output, context) {
|
|
52328
|
+
var contents = {
|
|
52329
|
+
CoipPool: undefined,
|
|
52330
|
+
};
|
|
52331
|
+
if (output["coipPool"] !== undefined) {
|
|
52332
|
+
contents.CoipPool = deserializeAws_ec2CoipPool(output["coipPool"], context);
|
|
52333
|
+
}
|
|
52334
|
+
return contents;
|
|
52335
|
+
};
|
|
51703
52336
|
var deserializeAws_ec2CreateCustomerGatewayResult = function (output, context) {
|
|
51704
52337
|
var contents = {
|
|
51705
52338
|
CustomerGateway: undefined,
|
|
@@ -51969,6 +52602,25 @@ var deserializeAws_ec2CreateLocalGatewayRouteResult = function (output, context)
|
|
|
51969
52602
|
}
|
|
51970
52603
|
return contents;
|
|
51971
52604
|
};
|
|
52605
|
+
var deserializeAws_ec2CreateLocalGatewayRouteTableResult = function (output, context) {
|
|
52606
|
+
var contents = {
|
|
52607
|
+
LocalGatewayRouteTable: undefined,
|
|
52608
|
+
};
|
|
52609
|
+
if (output["localGatewayRouteTable"] !== undefined) {
|
|
52610
|
+
contents.LocalGatewayRouteTable = deserializeAws_ec2LocalGatewayRouteTable(output["localGatewayRouteTable"], context);
|
|
52611
|
+
}
|
|
52612
|
+
return contents;
|
|
52613
|
+
};
|
|
52614
|
+
var deserializeAws_ec2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = function (output, context) {
|
|
52615
|
+
var contents = {
|
|
52616
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation: undefined,
|
|
52617
|
+
};
|
|
52618
|
+
if (output["localGatewayRouteTableVirtualInterfaceGroupAssociation"] !== undefined) {
|
|
52619
|
+
contents.LocalGatewayRouteTableVirtualInterfaceGroupAssociation =
|
|
52620
|
+
deserializeAws_ec2LocalGatewayRouteTableVirtualInterfaceGroupAssociation(output["localGatewayRouteTableVirtualInterfaceGroupAssociation"], context);
|
|
52621
|
+
}
|
|
52622
|
+
return contents;
|
|
52623
|
+
};
|
|
51972
52624
|
var deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationResult = function (output, context) {
|
|
51973
52625
|
var contents = {
|
|
51974
52626
|
LocalGatewayRouteTableVpcAssociation: undefined,
|
|
@@ -52520,6 +53172,24 @@ var deserializeAws_ec2DeleteClientVpnRouteResult = function (output, context) {
|
|
|
52520
53172
|
}
|
|
52521
53173
|
return contents;
|
|
52522
53174
|
};
|
|
53175
|
+
var deserializeAws_ec2DeleteCoipCidrResult = function (output, context) {
|
|
53176
|
+
var contents = {
|
|
53177
|
+
CoipCidr: undefined,
|
|
53178
|
+
};
|
|
53179
|
+
if (output["coipCidr"] !== undefined) {
|
|
53180
|
+
contents.CoipCidr = deserializeAws_ec2CoipCidr(output["coipCidr"], context);
|
|
53181
|
+
}
|
|
53182
|
+
return contents;
|
|
53183
|
+
};
|
|
53184
|
+
var deserializeAws_ec2DeleteCoipPoolResult = function (output, context) {
|
|
53185
|
+
var contents = {
|
|
53186
|
+
CoipPool: undefined,
|
|
53187
|
+
};
|
|
53188
|
+
if (output["coipPool"] !== undefined) {
|
|
53189
|
+
contents.CoipPool = deserializeAws_ec2CoipPool(output["coipPool"], context);
|
|
53190
|
+
}
|
|
53191
|
+
return contents;
|
|
53192
|
+
};
|
|
52523
53193
|
var deserializeAws_ec2DeleteEgressOnlyInternetGatewayResult = function (output, context) {
|
|
52524
53194
|
var contents = {
|
|
52525
53195
|
ReturnCode: undefined,
|
|
@@ -52757,6 +53427,25 @@ var deserializeAws_ec2DeleteLocalGatewayRouteResult = function (output, context)
|
|
|
52757
53427
|
}
|
|
52758
53428
|
return contents;
|
|
52759
53429
|
};
|
|
53430
|
+
var deserializeAws_ec2DeleteLocalGatewayRouteTableResult = function (output, context) {
|
|
53431
|
+
var contents = {
|
|
53432
|
+
LocalGatewayRouteTable: undefined,
|
|
53433
|
+
};
|
|
53434
|
+
if (output["localGatewayRouteTable"] !== undefined) {
|
|
53435
|
+
contents.LocalGatewayRouteTable = deserializeAws_ec2LocalGatewayRouteTable(output["localGatewayRouteTable"], context);
|
|
53436
|
+
}
|
|
53437
|
+
return contents;
|
|
53438
|
+
};
|
|
53439
|
+
var deserializeAws_ec2DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = function (output, context) {
|
|
53440
|
+
var contents = {
|
|
53441
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation: undefined,
|
|
53442
|
+
};
|
|
53443
|
+
if (output["localGatewayRouteTableVirtualInterfaceGroupAssociation"] !== undefined) {
|
|
53444
|
+
contents.LocalGatewayRouteTableVirtualInterfaceGroupAssociation =
|
|
53445
|
+
deserializeAws_ec2LocalGatewayRouteTableVirtualInterfaceGroupAssociation(output["localGatewayRouteTableVirtualInterfaceGroupAssociation"], context);
|
|
53446
|
+
}
|
|
53447
|
+
return contents;
|
|
53448
|
+
};
|
|
52760
53449
|
var deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationResult = function (output, context) {
|
|
52761
53450
|
var contents = {
|
|
52762
53451
|
LocalGatewayRouteTableVpcAssociation: undefined,
|
|
@@ -62526,6 +63215,9 @@ var deserializeAws_ec2LocalGatewayRoute = function (output, context) {
|
|
|
62526
63215
|
LocalGatewayRouteTableId: undefined,
|
|
62527
63216
|
LocalGatewayRouteTableArn: undefined,
|
|
62528
63217
|
OwnerId: undefined,
|
|
63218
|
+
SubnetId: undefined,
|
|
63219
|
+
CoipPoolId: undefined,
|
|
63220
|
+
NetworkInterfaceId: undefined,
|
|
62529
63221
|
};
|
|
62530
63222
|
if (output["destinationCidrBlock"] !== undefined) {
|
|
62531
63223
|
contents.DestinationCidrBlock = __expectString(output["destinationCidrBlock"]);
|
|
@@ -62548,6 +63240,15 @@ var deserializeAws_ec2LocalGatewayRoute = function (output, context) {
|
|
|
62548
63240
|
if (output["ownerId"] !== undefined) {
|
|
62549
63241
|
contents.OwnerId = __expectString(output["ownerId"]);
|
|
62550
63242
|
}
|
|
63243
|
+
if (output["subnetId"] !== undefined) {
|
|
63244
|
+
contents.SubnetId = __expectString(output["subnetId"]);
|
|
63245
|
+
}
|
|
63246
|
+
if (output["coipPoolId"] !== undefined) {
|
|
63247
|
+
contents.CoipPoolId = __expectString(output["coipPoolId"]);
|
|
63248
|
+
}
|
|
63249
|
+
if (output["networkInterfaceId"] !== undefined) {
|
|
63250
|
+
contents.NetworkInterfaceId = __expectString(output["networkInterfaceId"]);
|
|
63251
|
+
}
|
|
62551
63252
|
return contents;
|
|
62552
63253
|
};
|
|
62553
63254
|
var deserializeAws_ec2LocalGatewayRouteList = function (output, context) {
|
|
@@ -62566,6 +63267,8 @@ var deserializeAws_ec2LocalGatewayRouteTable = function (output, context) {
|
|
|
62566
63267
|
OwnerId: undefined,
|
|
62567
63268
|
State: undefined,
|
|
62568
63269
|
Tags: undefined,
|
|
63270
|
+
Mode: undefined,
|
|
63271
|
+
StateReason: undefined,
|
|
62569
63272
|
};
|
|
62570
63273
|
if (output["localGatewayRouteTableId"] !== undefined) {
|
|
62571
63274
|
contents.LocalGatewayRouteTableId = __expectString(output["localGatewayRouteTableId"]);
|
|
@@ -62591,6 +63294,12 @@ var deserializeAws_ec2LocalGatewayRouteTable = function (output, context) {
|
|
|
62591
63294
|
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
62592
63295
|
contents.Tags = deserializeAws_ec2TagList(__getArrayIfSingleItem(output["tagSet"]["item"]), context);
|
|
62593
63296
|
}
|
|
63297
|
+
if (output["mode"] !== undefined) {
|
|
63298
|
+
contents.Mode = __expectString(output["mode"]);
|
|
63299
|
+
}
|
|
63300
|
+
if (output["stateReason"] !== undefined) {
|
|
63301
|
+
contents.StateReason = deserializeAws_ec2StateReason(output["stateReason"], context);
|
|
63302
|
+
}
|
|
62594
63303
|
return contents;
|
|
62595
63304
|
};
|
|
62596
63305
|
var deserializeAws_ec2LocalGatewayRouteTableSet = function (output, context) {
|
|
@@ -63123,6 +63832,15 @@ var deserializeAws_ec2ModifyLaunchTemplateResult = function (output, context) {
|
|
|
63123
63832
|
}
|
|
63124
63833
|
return contents;
|
|
63125
63834
|
};
|
|
63835
|
+
var deserializeAws_ec2ModifyLocalGatewayRouteResult = function (output, context) {
|
|
63836
|
+
var contents = {
|
|
63837
|
+
Route: undefined,
|
|
63838
|
+
};
|
|
63839
|
+
if (output["route"] !== undefined) {
|
|
63840
|
+
contents.Route = deserializeAws_ec2LocalGatewayRoute(output["route"], context);
|
|
63841
|
+
}
|
|
63842
|
+
return contents;
|
|
63843
|
+
};
|
|
63126
63844
|
var deserializeAws_ec2ModifyManagedPrefixListResult = function (output, context) {
|
|
63127
63845
|
var contents = {
|
|
63128
63846
|
PrefixList: undefined,
|