@aws-sdk/client-ec2 3.169.0 → 3.170.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 +11 -0
- package/dist-cjs/EC2.js +15 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +36 -0
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +2 -1
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/models/models_3.js +11 -10
- package/dist-cjs/models/models_4.js +10 -10
- package/dist-cjs/models/models_5.js +18 -18
- package/dist-cjs/models/models_6.js +15 -3
- package/dist-cjs/protocols/Aws_ec2.js +99 -14
- package/dist-es/EC2.js +15 -0
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +1 -2
- package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +39 -0
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +2 -1
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +1 -2
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_3.js +5 -1
- package/dist-es/models/models_4.js +1 -1
- package/dist-es/models/models_5.js +3 -3
- package/dist-es/models/models_6.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +95 -0
- package/dist-types/EC2.d.ts +21 -1
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +14 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -2
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +35 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +17 -1
- package/dist-types/models/models_3.d.ts +8 -29
- package/dist-types/models/models_4.d.ts +27 -15
- package/dist-types/models/models_5.d.ts +51 -56
- package/dist-types/models/models_6.d.ts +56 -0
- package/dist-types/protocols/Aws_ec2.d.ts +3 -0
- package/dist-types/ts3.4/EC2.d.ts +10264 -2670
- package/dist-types/ts3.4/EC2Client.d.ts +3332 -606
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +41 -18
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +534 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +3964 -2987
- package/dist-types/ts3.4/models/models_1.d.ts +3768 -3440
- package/dist-types/ts3.4/models/models_2.d.ts +3168 -2839
- package/dist-types/ts3.4/models/models_3.d.ts +3785 -3444
- package/dist-types/ts3.4/models/models_4.d.ts +3916 -3492
- package/dist-types/ts3.4/models/models_5.d.ts +3703 -3289
- package/dist-types/ts3.4/models/models_6.d.ts +1714 -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 +6413 -1601
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +34 -34
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +13 -7
- package/package.json +36 -36
|
@@ -8,20 +8,20 @@ exports.serializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.seriali
|
|
|
8
8
|
exports.serializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.serializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.serializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.serializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.serializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.serializeAws_ec2DescribeTagsCommand = exports.serializeAws_ec2DescribeSubnetsCommand = exports.serializeAws_ec2DescribeStoreImageTasksCommand = exports.serializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.serializeAws_ec2DescribeSpotPriceHistoryCommand = exports.serializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestsCommand = exports.serializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.serializeAws_ec2DescribeSpotFleetInstancesCommand = exports.serializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.serializeAws_ec2DescribeSnapshotTierStatusCommand = exports.serializeAws_ec2DescribeSnapshotsCommand = exports.serializeAws_ec2DescribeSnapshotAttributeCommand = exports.serializeAws_ec2DescribeSecurityGroupsCommand = exports.serializeAws_ec2DescribeSecurityGroupRulesCommand = exports.serializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.serializeAws_ec2DescribeScheduledInstancesCommand = exports.serializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.serializeAws_ec2DescribeRouteTablesCommand = exports.serializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.serializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.serializeAws_ec2DescribeReservedInstancesListingsCommand = exports.serializeAws_ec2DescribeReservedInstancesCommand = exports.serializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.serializeAws_ec2DescribeRegionsCommand = exports.serializeAws_ec2DescribePublicIpv4PoolsCommand = exports.serializeAws_ec2DescribePrincipalIdFormatCommand = exports.serializeAws_ec2DescribePrefixListsCommand = exports.serializeAws_ec2DescribePlacementGroupsCommand = exports.serializeAws_ec2DescribeNetworkInterfacesCommand = exports.serializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.serializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.serializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.serializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.serializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.serializeAws_ec2DescribeNetworkAclsCommand = exports.serializeAws_ec2DescribeNatGatewaysCommand = exports.serializeAws_ec2DescribeMovingAddressesCommand = exports.serializeAws_ec2DescribeManagedPrefixListsCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.serializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.serializeAws_ec2DescribeLocalGatewaysCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.serializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = void 0;
|
|
9
9
|
exports.serializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.serializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.serializeAws_ec2DisassociateRouteTableCommand = exports.serializeAws_ec2DisassociateInstanceEventWindowCommand = exports.serializeAws_ec2DisassociateIamInstanceProfileCommand = exports.serializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.serializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.serializeAws_ec2DisassociateAddressCommand = exports.serializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DisableVpcClassicLinkCommand = exports.serializeAws_ec2DisableVgwRoutePropagationCommand = exports.serializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2DisableSerialConsoleAccessCommand = exports.serializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2DisableImageDeprecationCommand = exports.serializeAws_ec2DisableFastSnapshotRestoresCommand = exports.serializeAws_ec2DisableFastLaunchCommand = exports.serializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DetachVpnGatewayCommand = exports.serializeAws_ec2DetachVolumeCommand = exports.serializeAws_ec2DetachNetworkInterfaceCommand = exports.serializeAws_ec2DetachInternetGatewayCommand = exports.serializeAws_ec2DetachClassicLinkVpcCommand = exports.serializeAws_ec2DescribeVpnGatewaysCommand = exports.serializeAws_ec2DescribeVpnConnectionsCommand = exports.serializeAws_ec2DescribeVpcsCommand = exports.serializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServicesCommand = exports.serializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.serializeAws_ec2DescribeVpcEndpointsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.serializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = exports.serializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2DescribeVpcClassicLinkCommand = exports.serializeAws_ec2DescribeVpcAttributeCommand = exports.serializeAws_ec2DescribeVolumeStatusCommand = exports.serializeAws_ec2DescribeVolumesModificationsCommand = exports.serializeAws_ec2DescribeVolumesCommand = exports.serializeAws_ec2DescribeVolumeAttributeCommand = exports.serializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.serializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewaysCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.serializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.serializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.serializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.serializeAws_ec2DescribeTransitGatewayConnectsCommand = void 0;
|
|
10
10
|
exports.serializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.serializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.serializeAws_ec2GetSubnetCidrReservationsCommand = exports.serializeAws_ec2GetSpotPlacementScoresCommand = exports.serializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.serializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2GetPasswordDataCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.serializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.serializeAws_ec2GetManagedPrefixListEntriesCommand = exports.serializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.serializeAws_ec2GetLaunchTemplateDataCommand = exports.serializeAws_ec2GetIpamResourceCidrsCommand = exports.serializeAws_ec2GetIpamPoolCidrsCommand = exports.serializeAws_ec2GetIpamPoolAllocationsCommand = exports.serializeAws_ec2GetIpamAddressHistoryCommand = exports.serializeAws_ec2GetInstanceUefiDataCommand = exports.serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.serializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.serializeAws_ec2GetGroupsForCapacityReservationCommand = exports.serializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.serializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.serializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2GetDefaultCreditSpecificationCommand = exports.serializeAws_ec2GetConsoleScreenshotCommand = exports.serializeAws_ec2GetConsoleOutputCommand = exports.serializeAws_ec2GetCoipPoolUsageCommand = exports.serializeAws_ec2GetCapacityReservationUsageCommand = exports.serializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.serializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.serializeAws_ec2ExportTransitGatewayRoutesCommand = exports.serializeAws_ec2ExportImageCommand = exports.serializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.serializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.serializeAws_ec2EnableVpcClassicLinkCommand = exports.serializeAws_ec2EnableVolumeIOCommand = exports.serializeAws_ec2EnableVgwRoutePropagationCommand = exports.serializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = exports.serializeAws_ec2EnableSerialConsoleAccessCommand = exports.serializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.serializeAws_ec2EnableImageDeprecationCommand = exports.serializeAws_ec2EnableFastSnapshotRestoresCommand = exports.serializeAws_ec2EnableFastLaunchCommand = exports.serializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.serializeAws_ec2DisassociateVpcCidrBlockCommand = exports.serializeAws_ec2DisassociateTrunkInterfaceCommand = exports.serializeAws_ec2DisassociateTransitGatewayRouteTableCommand = void 0;
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = void 0;
|
|
11
|
+
exports.serializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.serializeAws_ec2ModifySubnetAttributeCommand = exports.serializeAws_ec2ModifySpotFleetRequestCommand = exports.serializeAws_ec2ModifySnapshotTierCommand = exports.serializeAws_ec2ModifySnapshotAttributeCommand = exports.serializeAws_ec2ModifySecurityGroupRulesCommand = exports.serializeAws_ec2ModifyReservedInstancesCommand = exports.serializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.serializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ModifyManagedPrefixListCommand = exports.serializeAws_ec2ModifyLocalGatewayRouteCommand = exports.serializeAws_ec2ModifyLaunchTemplateCommand = exports.serializeAws_ec2ModifyIpamScopeCommand = exports.serializeAws_ec2ModifyIpamResourceCidrCommand = exports.serializeAws_ec2ModifyIpamPoolCommand = exports.serializeAws_ec2ModifyIpamCommand = exports.serializeAws_ec2ModifyInstancePlacementCommand = exports.serializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.serializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.serializeAws_ec2ModifyInstanceEventWindowCommand = exports.serializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.serializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.serializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.serializeAws_ec2ModifyInstanceAttributeCommand = exports.serializeAws_ec2ModifyImageAttributeCommand = exports.serializeAws_ec2ModifyIdFormatCommand = exports.serializeAws_ec2ModifyIdentityIdFormatCommand = exports.serializeAws_ec2ModifyHostsCommand = exports.serializeAws_ec2ModifyFpgaImageAttributeCommand = exports.serializeAws_ec2ModifyFleetCommand = exports.serializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.serializeAws_ec2ModifyClientVpnEndpointCommand = exports.serializeAws_ec2ModifyCapacityReservationFleetCommand = exports.serializeAws_ec2ModifyCapacityReservationCommand = exports.serializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.serializeAws_ec2ModifyAddressAttributeCommand = exports.serializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.serializeAws_ec2ListImagesInRecycleBinCommand = exports.serializeAws_ec2ImportVolumeCommand = exports.serializeAws_ec2ImportSnapshotCommand = exports.serializeAws_ec2ImportKeyPairCommand = exports.serializeAws_ec2ImportInstanceCommand = exports.serializeAws_ec2ImportImageCommand = exports.serializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.serializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.serializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.serializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.serializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.serializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = void 0;
|
|
12
|
+
exports.serializeAws_ec2RequestSpotInstancesCommand = exports.serializeAws_ec2RequestSpotFleetCommand = exports.serializeAws_ec2ReportInstanceStatusCommand = exports.serializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.serializeAws_ec2ReplaceRouteTableAssociationCommand = exports.serializeAws_ec2ReplaceRouteCommand = exports.serializeAws_ec2ReplaceNetworkAclEntryCommand = exports.serializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.serializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.serializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.serializeAws_ec2ReleaseHostsCommand = exports.serializeAws_ec2ReleaseAddressCommand = exports.serializeAws_ec2RejectVpcPeeringConnectionCommand = exports.serializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.serializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.serializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.serializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.serializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.serializeAws_ec2RegisterImageCommand = exports.serializeAws_ec2RebootInstancesCommand = exports.serializeAws_ec2PurchaseScheduledInstancesCommand = exports.serializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.serializeAws_ec2PurchaseHostReservationCommand = exports.serializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.serializeAws_ec2ProvisionIpamPoolCidrCommand = exports.serializeAws_ec2ProvisionByoipCidrCommand = exports.serializeAws_ec2MoveByoipCidrToIpamCommand = exports.serializeAws_ec2MoveAddressToVpcCommand = exports.serializeAws_ec2MonitorInstancesCommand = exports.serializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.serializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.serializeAws_ec2ModifyVpnConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpnConnectionCommand = exports.serializeAws_ec2ModifyVpcTenancyCommand = exports.serializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.serializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.serializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.serializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.serializeAws_ec2ModifyVpcEndpointCommand = exports.serializeAws_ec2ModifyVpcAttributeCommand = exports.serializeAws_ec2ModifyVolumeAttributeCommand = exports.serializeAws_ec2ModifyVolumeCommand = exports.serializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.serializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.serializeAws_ec2ModifyTransitGatewayCommand = exports.serializeAws_ec2ModifyTrafficMirrorSessionCommand = exports.serializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = void 0;
|
|
13
|
+
exports.deserializeAws_ec2AssociateDhcpOptionsCommand = exports.deserializeAws_ec2AssociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AssociateAddressCommand = exports.deserializeAws_ec2AssignPrivateIpAddressesCommand = exports.deserializeAws_ec2AssignIpv6AddressesCommand = exports.deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand = exports.deserializeAws_ec2AllocateIpamPoolCidrCommand = exports.deserializeAws_ec2AllocateHostsCommand = exports.deserializeAws_ec2AllocateAddressCommand = exports.deserializeAws_ec2AdvertiseByoipCidrCommand = exports.deserializeAws_ec2AcceptVpcPeeringConnectionCommand = exports.deserializeAws_ec2AcceptVpcEndpointConnectionsCommand = exports.deserializeAws_ec2AcceptTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand = exports.serializeAws_ec2WithdrawByoipCidrCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.serializeAws_ec2UnmonitorInstancesCommand = exports.serializeAws_ec2UnassignPrivateIpAddressesCommand = exports.serializeAws_ec2UnassignIpv6AddressesCommand = exports.serializeAws_ec2TerminateInstancesCommand = exports.serializeAws_ec2TerminateClientVpnConnectionsCommand = exports.serializeAws_ec2StopInstancesCommand = exports.serializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.serializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.serializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.serializeAws_ec2StartInstancesCommand = exports.serializeAws_ec2SendDiagnosticInterruptCommand = exports.serializeAws_ec2SearchTransitGatewayRoutesCommand = exports.serializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.serializeAws_ec2SearchLocalGatewayRoutesCommand = exports.serializeAws_ec2RunScheduledInstancesCommand = exports.serializeAws_ec2RunInstancesCommand = exports.serializeAws_ec2RevokeSecurityGroupIngressCommand = exports.serializeAws_ec2RevokeSecurityGroupEgressCommand = exports.serializeAws_ec2RevokeClientVpnIngressCommand = exports.serializeAws_ec2RestoreSnapshotTierCommand = exports.serializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.serializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.serializeAws_ec2RestoreImageFromRecycleBinCommand = exports.serializeAws_ec2RestoreAddressToClassicCommand = exports.serializeAws_ec2ResetSnapshotAttributeCommand = exports.serializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.serializeAws_ec2ResetInstanceAttributeCommand = exports.serializeAws_ec2ResetImageAttributeCommand = exports.serializeAws_ec2ResetFpgaImageAttributeCommand = exports.serializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.serializeAws_ec2ResetAddressAttributeCommand = void 0;
|
|
14
|
+
exports.deserializeAws_ec2CreateIpamCommand = exports.deserializeAws_ec2CreateInternetGatewayCommand = exports.deserializeAws_ec2CreateInstanceExportTaskCommand = exports.deserializeAws_ec2CreateInstanceEventWindowCommand = exports.deserializeAws_ec2CreateImageCommand = exports.deserializeAws_ec2CreateFpgaImageCommand = exports.deserializeAws_ec2CreateFlowLogsCommand = exports.deserializeAws_ec2CreateFleetCommand = exports.deserializeAws_ec2CreateEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2CreateDhcpOptionsCommand = exports.deserializeAws_ec2CreateDefaultVpcCommand = exports.deserializeAws_ec2CreateDefaultSubnetCommand = exports.deserializeAws_ec2CreateCustomerGatewayCommand = exports.deserializeAws_ec2CreateClientVpnRouteCommand = exports.deserializeAws_ec2CreateClientVpnEndpointCommand = exports.deserializeAws_ec2CreateCarrierGatewayCommand = exports.deserializeAws_ec2CreateCapacityReservationFleetCommand = exports.deserializeAws_ec2CreateCapacityReservationCommand = exports.deserializeAws_ec2CopySnapshotCommand = exports.deserializeAws_ec2CopyImageCommand = exports.deserializeAws_ec2CopyFpgaImageCommand = exports.deserializeAws_ec2ConfirmProductInstanceCommand = exports.deserializeAws_ec2CancelSpotInstanceRequestsCommand = exports.deserializeAws_ec2CancelSpotFleetRequestsCommand = exports.deserializeAws_ec2CancelReservedInstancesListingCommand = exports.deserializeAws_ec2CancelImportTaskCommand = exports.deserializeAws_ec2CancelExportTaskCommand = exports.deserializeAws_ec2CancelConversionTaskCommand = exports.deserializeAws_ec2CancelCapacityReservationFleetsCommand = exports.deserializeAws_ec2CancelCapacityReservationCommand = exports.deserializeAws_ec2CancelBundleTaskCommand = exports.deserializeAws_ec2BundleInstanceCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupIngressCommand = exports.deserializeAws_ec2AuthorizeSecurityGroupEgressCommand = exports.deserializeAws_ec2AuthorizeClientVpnIngressCommand = exports.deserializeAws_ec2AttachVpnGatewayCommand = exports.deserializeAws_ec2AttachVolumeCommand = exports.deserializeAws_ec2AttachNetworkInterfaceCommand = exports.deserializeAws_ec2AttachInternetGatewayCommand = exports.deserializeAws_ec2AttachClassicLinkVpcCommand = exports.deserializeAws_ec2AssociateVpcCidrBlockCommand = exports.deserializeAws_ec2AssociateTrunkInterfaceCommand = exports.deserializeAws_ec2AssociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2AssociateSubnetCidrBlockCommand = exports.deserializeAws_ec2AssociateRouteTableCommand = exports.deserializeAws_ec2AssociateInstanceEventWindowCommand = exports.deserializeAws_ec2AssociateIamInstanceProfileCommand = exports.deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand = void 0;
|
|
15
|
+
exports.deserializeAws_ec2CreateVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2CreateVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2CreateVpcEndpointCommand = exports.deserializeAws_ec2CreateVpcCommand = exports.deserializeAws_ec2CreateVolumeCommand = exports.deserializeAws_ec2CreateTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2CreateTransitGatewayRouteCommand = exports.deserializeAws_ec2CreateTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2CreateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2CreateTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2CreateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectPeerCommand = exports.deserializeAws_ec2CreateTransitGatewayConnectCommand = exports.deserializeAws_ec2CreateTransitGatewayCommand = exports.deserializeAws_ec2CreateTrafficMirrorTargetCommand = exports.deserializeAws_ec2CreateTrafficMirrorSessionCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2CreateTrafficMirrorFilterCommand = exports.deserializeAws_ec2CreateTagsCommand = exports.deserializeAws_ec2CreateSubnetCidrReservationCommand = exports.deserializeAws_ec2CreateSubnetCommand = exports.deserializeAws_ec2CreateStoreImageTaskCommand = exports.deserializeAws_ec2CreateSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2CreateSnapshotsCommand = exports.deserializeAws_ec2CreateSnapshotCommand = exports.deserializeAws_ec2CreateSecurityGroupCommand = exports.deserializeAws_ec2CreateRouteTableCommand = exports.deserializeAws_ec2CreateRouteCommand = exports.deserializeAws_ec2CreateRestoreImageTaskCommand = exports.deserializeAws_ec2CreateReservedInstancesListingCommand = exports.deserializeAws_ec2CreateReplaceRootVolumeTaskCommand = exports.deserializeAws_ec2CreatePublicIpv4PoolCommand = exports.deserializeAws_ec2CreatePlacementGroupCommand = exports.deserializeAws_ec2CreateNetworkInterfacePermissionCommand = exports.deserializeAws_ec2CreateNetworkInterfaceCommand = exports.deserializeAws_ec2CreateNetworkInsightsPathCommand = exports.deserializeAws_ec2CreateNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2CreateNetworkAclEntryCommand = exports.deserializeAws_ec2CreateNetworkAclCommand = exports.deserializeAws_ec2CreateNatGatewayCommand = exports.deserializeAws_ec2CreateManagedPrefixListCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2CreateLocalGatewayRouteCommand = exports.deserializeAws_ec2CreateLaunchTemplateVersionCommand = exports.deserializeAws_ec2CreateLaunchTemplateCommand = exports.deserializeAws_ec2CreateKeyPairCommand = exports.deserializeAws_ec2CreateIpamScopeCommand = exports.deserializeAws_ec2CreateIpamPoolCommand = void 0;
|
|
16
|
+
exports.deserializeAws_ec2DeleteTransitGatewayConnectCommand = exports.deserializeAws_ec2DeleteTransitGatewayCommand = exports.deserializeAws_ec2DeleteTrafficMirrorTargetCommand = exports.deserializeAws_ec2DeleteTrafficMirrorSessionCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2DeleteTrafficMirrorFilterCommand = exports.deserializeAws_ec2DeleteTagsCommand = exports.deserializeAws_ec2DeleteSubnetCidrReservationCommand = exports.deserializeAws_ec2DeleteSubnetCommand = exports.deserializeAws_ec2DeleteSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DeleteSnapshotCommand = exports.deserializeAws_ec2DeleteSecurityGroupCommand = exports.deserializeAws_ec2DeleteRouteTableCommand = exports.deserializeAws_ec2DeleteRouteCommand = exports.deserializeAws_ec2DeleteQueuedReservedInstancesCommand = exports.deserializeAws_ec2DeletePublicIpv4PoolCommand = exports.deserializeAws_ec2DeletePlacementGroupCommand = exports.deserializeAws_ec2DeleteNetworkInterfacePermissionCommand = exports.deserializeAws_ec2DeleteNetworkInterfaceCommand = exports.deserializeAws_ec2DeleteNetworkInsightsPathCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2DeleteNetworkInsightsAccessScopeCommand = exports.deserializeAws_ec2DeleteNetworkAclEntryCommand = exports.deserializeAws_ec2DeleteNetworkAclCommand = exports.deserializeAws_ec2DeleteNatGatewayCommand = exports.deserializeAws_ec2DeleteManagedPrefixListCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteTableVpcAssociationCommand = exports.deserializeAws_ec2DeleteLocalGatewayRouteCommand = exports.deserializeAws_ec2DeleteLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DeleteLaunchTemplateCommand = exports.deserializeAws_ec2DeleteKeyPairCommand = exports.deserializeAws_ec2DeleteIpamScopeCommand = exports.deserializeAws_ec2DeleteIpamPoolCommand = exports.deserializeAws_ec2DeleteIpamCommand = exports.deserializeAws_ec2DeleteInternetGatewayCommand = exports.deserializeAws_ec2DeleteInstanceEventWindowCommand = exports.deserializeAws_ec2DeleteFpgaImageCommand = exports.deserializeAws_ec2DeleteFlowLogsCommand = exports.deserializeAws_ec2DeleteFleetsCommand = exports.deserializeAws_ec2DeleteEgressOnlyInternetGatewayCommand = exports.deserializeAws_ec2DeleteDhcpOptionsCommand = exports.deserializeAws_ec2DeleteCustomerGatewayCommand = exports.deserializeAws_ec2DeleteClientVpnRouteCommand = exports.deserializeAws_ec2DeleteClientVpnEndpointCommand = exports.deserializeAws_ec2DeleteCarrierGatewayCommand = exports.deserializeAws_ec2CreateVpnGatewayCommand = exports.deserializeAws_ec2CreateVpnConnectionRouteCommand = exports.deserializeAws_ec2CreateVpnConnectionCommand = exports.deserializeAws_ec2CreateVpcPeeringConnectionCommand = void 0;
|
|
17
|
+
exports.deserializeAws_ec2DescribeFastLaunchImagesCommand = exports.deserializeAws_ec2DescribeExportTasksCommand = exports.deserializeAws_ec2DescribeExportImageTasksCommand = exports.deserializeAws_ec2DescribeElasticGpusCommand = exports.deserializeAws_ec2DescribeEgressOnlyInternetGatewaysCommand = exports.deserializeAws_ec2DescribeDhcpOptionsCommand = exports.deserializeAws_ec2DescribeCustomerGatewaysCommand = exports.deserializeAws_ec2DescribeConversionTasksCommand = exports.deserializeAws_ec2DescribeCoipPoolsCommand = exports.deserializeAws_ec2DescribeClientVpnTargetNetworksCommand = exports.deserializeAws_ec2DescribeClientVpnRoutesCommand = exports.deserializeAws_ec2DescribeClientVpnEndpointsCommand = exports.deserializeAws_ec2DescribeClientVpnConnectionsCommand = exports.deserializeAws_ec2DescribeClientVpnAuthorizationRulesCommand = exports.deserializeAws_ec2DescribeClassicLinkInstancesCommand = exports.deserializeAws_ec2DescribeCarrierGatewaysCommand = exports.deserializeAws_ec2DescribeCapacityReservationsCommand = exports.deserializeAws_ec2DescribeCapacityReservationFleetsCommand = exports.deserializeAws_ec2DescribeByoipCidrsCommand = exports.deserializeAws_ec2DescribeBundleTasksCommand = exports.deserializeAws_ec2DescribeAvailabilityZonesCommand = exports.deserializeAws_ec2DescribeAggregateIdFormatCommand = exports.deserializeAws_ec2DescribeAddressesAttributeCommand = exports.deserializeAws_ec2DescribeAddressesCommand = exports.deserializeAws_ec2DescribeAccountAttributesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2DeregisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2DeregisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DeregisterImageCommand = exports.deserializeAws_ec2DeprovisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2DeprovisionIpamPoolCidrCommand = exports.deserializeAws_ec2DeprovisionByoipCidrCommand = exports.deserializeAws_ec2DeleteVpnGatewayCommand = exports.deserializeAws_ec2DeleteVpnConnectionRouteCommand = exports.deserializeAws_ec2DeleteVpnConnectionCommand = exports.deserializeAws_ec2DeleteVpcPeeringConnectionCommand = exports.deserializeAws_ec2DeleteVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DeleteVpcEndpointsCommand = exports.deserializeAws_ec2DeleteVpcEndpointConnectionNotificationsCommand = exports.deserializeAws_ec2DeleteVpcCommand = exports.deserializeAws_ec2DeleteVolumeCommand = exports.deserializeAws_ec2DeleteTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableAnnouncementCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayRouteCommand = exports.deserializeAws_ec2DeleteTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2DeleteTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DeleteTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2DeleteTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DeleteTransitGatewayConnectPeerCommand = void 0;
|
|
18
|
+
exports.deserializeAws_ec2DescribeNetworkInterfacesCommand = exports.deserializeAws_ec2DescribeNetworkInterfacePermissionsCommand = exports.deserializeAws_ec2DescribeNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2DescribeNetworkInsightsPathsCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand = exports.deserializeAws_ec2DescribeNetworkInsightsAccessScopeAnalysesCommand = exports.deserializeAws_ec2DescribeNetworkAclsCommand = exports.deserializeAws_ec2DescribeNatGatewaysCommand = exports.deserializeAws_ec2DescribeMovingAddressesCommand = exports.deserializeAws_ec2DescribeManagedPrefixListsCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfacesCommand = exports.deserializeAws_ec2DescribeLocalGatewayVirtualInterfaceGroupsCommand = exports.deserializeAws_ec2DescribeLocalGatewaysCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVpcAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand = exports.deserializeAws_ec2DescribeLocalGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeLaunchTemplateVersionsCommand = exports.deserializeAws_ec2DescribeLaunchTemplatesCommand = exports.deserializeAws_ec2DescribeKeyPairsCommand = exports.deserializeAws_ec2DescribeIpv6PoolsCommand = exports.deserializeAws_ec2DescribeIpamScopesCommand = exports.deserializeAws_ec2DescribeIpamsCommand = exports.deserializeAws_ec2DescribeIpamPoolsCommand = exports.deserializeAws_ec2DescribeInternetGatewaysCommand = exports.deserializeAws_ec2DescribeInstanceTypesCommand = exports.deserializeAws_ec2DescribeInstanceTypeOfferingsCommand = exports.deserializeAws_ec2DescribeInstanceStatusCommand = exports.deserializeAws_ec2DescribeInstancesCommand = exports.deserializeAws_ec2DescribeInstanceEventWindowsCommand = exports.deserializeAws_ec2DescribeInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2DescribeInstanceCreditSpecificationsCommand = exports.deserializeAws_ec2DescribeInstanceAttributeCommand = exports.deserializeAws_ec2DescribeImportSnapshotTasksCommand = exports.deserializeAws_ec2DescribeImportImageTasksCommand = exports.deserializeAws_ec2DescribeImagesCommand = exports.deserializeAws_ec2DescribeImageAttributeCommand = exports.deserializeAws_ec2DescribeIdFormatCommand = exports.deserializeAws_ec2DescribeIdentityIdFormatCommand = exports.deserializeAws_ec2DescribeIamInstanceProfileAssociationsCommand = exports.deserializeAws_ec2DescribeHostsCommand = exports.deserializeAws_ec2DescribeHostReservationsCommand = exports.deserializeAws_ec2DescribeHostReservationOfferingsCommand = exports.deserializeAws_ec2DescribeFpgaImagesCommand = exports.deserializeAws_ec2DescribeFpgaImageAttributeCommand = exports.deserializeAws_ec2DescribeFlowLogsCommand = exports.deserializeAws_ec2DescribeFleetsCommand = exports.deserializeAws_ec2DescribeFleetInstancesCommand = exports.deserializeAws_ec2DescribeFleetHistoryCommand = exports.deserializeAws_ec2DescribeFastSnapshotRestoresCommand = void 0;
|
|
19
|
+
exports.deserializeAws_ec2DescribeVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DescribeVpcClassicLinkCommand = exports.deserializeAws_ec2DescribeVpcAttributeCommand = exports.deserializeAws_ec2DescribeVolumeStatusCommand = exports.deserializeAws_ec2DescribeVolumesModificationsCommand = exports.deserializeAws_ec2DescribeVolumesCommand = exports.deserializeAws_ec2DescribeVolumeAttributeCommand = exports.deserializeAws_ec2DescribeTrunkInterfaceAssociationsCommand = exports.deserializeAws_ec2DescribeTransitGatewayVpcAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewaysCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayRouteTableAnnouncementsCommand = exports.deserializeAws_ec2DescribeTransitGatewayPolicyTablesCommand = exports.deserializeAws_ec2DescribeTransitGatewayPeeringAttachmentsCommand = exports.deserializeAws_ec2DescribeTransitGatewayMulticastDomainsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectsCommand = exports.deserializeAws_ec2DescribeTransitGatewayConnectPeersCommand = exports.deserializeAws_ec2DescribeTransitGatewayAttachmentsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorTargetsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorSessionsCommand = exports.deserializeAws_ec2DescribeTrafficMirrorFiltersCommand = exports.deserializeAws_ec2DescribeTagsCommand = exports.deserializeAws_ec2DescribeSubnetsCommand = exports.deserializeAws_ec2DescribeStoreImageTasksCommand = exports.deserializeAws_ec2DescribeStaleSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSpotPriceHistoryCommand = exports.deserializeAws_ec2DescribeSpotInstanceRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestsCommand = exports.deserializeAws_ec2DescribeSpotFleetRequestHistoryCommand = exports.deserializeAws_ec2DescribeSpotFleetInstancesCommand = exports.deserializeAws_ec2DescribeSpotDatafeedSubscriptionCommand = exports.deserializeAws_ec2DescribeSnapshotTierStatusCommand = exports.deserializeAws_ec2DescribeSnapshotsCommand = exports.deserializeAws_ec2DescribeSnapshotAttributeCommand = exports.deserializeAws_ec2DescribeSecurityGroupsCommand = exports.deserializeAws_ec2DescribeSecurityGroupRulesCommand = exports.deserializeAws_ec2DescribeSecurityGroupReferencesCommand = exports.deserializeAws_ec2DescribeScheduledInstancesCommand = exports.deserializeAws_ec2DescribeScheduledInstanceAvailabilityCommand = exports.deserializeAws_ec2DescribeRouteTablesCommand = exports.deserializeAws_ec2DescribeReservedInstancesOfferingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesModificationsCommand = exports.deserializeAws_ec2DescribeReservedInstancesListingsCommand = exports.deserializeAws_ec2DescribeReservedInstancesCommand = exports.deserializeAws_ec2DescribeReplaceRootVolumeTasksCommand = exports.deserializeAws_ec2DescribeRegionsCommand = exports.deserializeAws_ec2DescribePublicIpv4PoolsCommand = exports.deserializeAws_ec2DescribePrincipalIdFormatCommand = exports.deserializeAws_ec2DescribePrefixListsCommand = exports.deserializeAws_ec2DescribePlacementGroupsCommand = void 0;
|
|
20
|
+
exports.deserializeAws_ec2ExportClientVpnClientConfigurationCommand = exports.deserializeAws_ec2ExportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2EnableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2EnableVpcClassicLinkCommand = exports.deserializeAws_ec2EnableVolumeIOCommand = exports.deserializeAws_ec2EnableVgwRoutePropagationCommand = exports.deserializeAws_ec2EnableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2EnableSerialConsoleAccessCommand = exports.deserializeAws_ec2EnableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2EnableImageDeprecationCommand = exports.deserializeAws_ec2EnableFastSnapshotRestoresCommand = exports.deserializeAws_ec2EnableFastLaunchCommand = exports.deserializeAws_ec2EnableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DisassociateVpcCidrBlockCommand = exports.deserializeAws_ec2DisassociateTrunkInterfaceCommand = exports.deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayPolicyTableCommand = exports.deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand = exports.deserializeAws_ec2DisassociateSubnetCidrBlockCommand = exports.deserializeAws_ec2DisassociateRouteTableCommand = exports.deserializeAws_ec2DisassociateInstanceEventWindowCommand = exports.deserializeAws_ec2DisassociateIamInstanceProfileCommand = exports.deserializeAws_ec2DisassociateEnclaveCertificateIamRoleCommand = exports.deserializeAws_ec2DisassociateClientVpnTargetNetworkCommand = exports.deserializeAws_ec2DisassociateAddressCommand = exports.deserializeAws_ec2DisableVpcClassicLinkDnsSupportCommand = exports.deserializeAws_ec2DisableVpcClassicLinkCommand = exports.deserializeAws_ec2DisableVgwRoutePropagationCommand = exports.deserializeAws_ec2DisableTransitGatewayRouteTablePropagationCommand = exports.deserializeAws_ec2DisableSerialConsoleAccessCommand = exports.deserializeAws_ec2DisableIpamOrganizationAdminAccountCommand = exports.deserializeAws_ec2DisableImageDeprecationCommand = exports.deserializeAws_ec2DisableFastSnapshotRestoresCommand = exports.deserializeAws_ec2DisableFastLaunchCommand = exports.deserializeAws_ec2DisableEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2DetachVpnGatewayCommand = exports.deserializeAws_ec2DetachVolumeCommand = exports.deserializeAws_ec2DetachNetworkInterfaceCommand = exports.deserializeAws_ec2DetachInternetGatewayCommand = exports.deserializeAws_ec2DetachClassicLinkVpcCommand = exports.deserializeAws_ec2DescribeVpnGatewaysCommand = exports.deserializeAws_ec2DescribeVpnConnectionsCommand = exports.deserializeAws_ec2DescribeVpcsCommand = exports.deserializeAws_ec2DescribeVpcPeeringConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicesCommand = exports.deserializeAws_ec2DescribeVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointServiceConfigurationsCommand = exports.deserializeAws_ec2DescribeVpcEndpointsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionsCommand = exports.deserializeAws_ec2DescribeVpcEndpointConnectionNotificationsCommand = void 0;
|
|
21
|
+
exports.deserializeAws_ec2ModifyCapacityReservationCommand = exports.deserializeAws_ec2ModifyAvailabilityZoneGroupCommand = exports.deserializeAws_ec2ModifyAddressAttributeCommand = exports.deserializeAws_ec2ListSnapshotsInRecycleBinCommand = exports.deserializeAws_ec2ListImagesInRecycleBinCommand = exports.deserializeAws_ec2ImportVolumeCommand = exports.deserializeAws_ec2ImportSnapshotCommand = exports.deserializeAws_ec2ImportKeyPairCommand = exports.deserializeAws_ec2ImportInstanceCommand = exports.deserializeAws_ec2ImportImageCommand = exports.deserializeAws_ec2ImportClientVpnClientCertificateRevocationListCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceTypesCommand = exports.deserializeAws_ec2GetVpnConnectionDeviceSampleConfigurationCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTablePropagationsCommand = exports.deserializeAws_ec2GetTransitGatewayRouteTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayPrefixListReferencesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableEntriesCommand = exports.deserializeAws_ec2GetTransitGatewayPolicyTableAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand = exports.deserializeAws_ec2GetSubnetCidrReservationsCommand = exports.deserializeAws_ec2GetSpotPlacementScoresCommand = exports.deserializeAws_ec2GetSerialConsoleAccessStatusCommand = exports.deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand = exports.deserializeAws_ec2GetPasswordDataCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeContentCommand = exports.deserializeAws_ec2GetNetworkInsightsAccessScopeAnalysisFindingsCommand = exports.deserializeAws_ec2GetManagedPrefixListEntriesCommand = exports.deserializeAws_ec2GetManagedPrefixListAssociationsCommand = exports.deserializeAws_ec2GetLaunchTemplateDataCommand = exports.deserializeAws_ec2GetIpamResourceCidrsCommand = exports.deserializeAws_ec2GetIpamPoolCidrsCommand = exports.deserializeAws_ec2GetIpamPoolAllocationsCommand = exports.deserializeAws_ec2GetIpamAddressHistoryCommand = exports.deserializeAws_ec2GetInstanceUefiDataCommand = exports.deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand = exports.deserializeAws_ec2GetHostReservationPurchasePreviewCommand = exports.deserializeAws_ec2GetGroupsForCapacityReservationCommand = exports.deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand = exports.deserializeAws_ec2GetEbsEncryptionByDefaultCommand = exports.deserializeAws_ec2GetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2GetDefaultCreditSpecificationCommand = exports.deserializeAws_ec2GetConsoleScreenshotCommand = exports.deserializeAws_ec2GetConsoleOutputCommand = exports.deserializeAws_ec2GetCoipPoolUsageCommand = exports.deserializeAws_ec2GetCapacityReservationUsageCommand = exports.deserializeAws_ec2GetAssociatedIpv6PoolCidrsCommand = exports.deserializeAws_ec2GetAssociatedEnclaveCertificateIamRolesCommand = exports.deserializeAws_ec2ExportTransitGatewayRoutesCommand = exports.deserializeAws_ec2ExportImageCommand = void 0;
|
|
22
|
+
exports.deserializeAws_ec2ModifyVpnConnectionCommand = exports.deserializeAws_ec2ModifyVpcTenancyCommand = exports.deserializeAws_ec2ModifyVpcPeeringConnectionOptionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePermissionsCommand = exports.deserializeAws_ec2ModifyVpcEndpointServicePayerResponsibilityCommand = exports.deserializeAws_ec2ModifyVpcEndpointServiceConfigurationCommand = exports.deserializeAws_ec2ModifyVpcEndpointConnectionNotificationCommand = exports.deserializeAws_ec2ModifyVpcEndpointCommand = exports.deserializeAws_ec2ModifyVpcAttributeCommand = exports.deserializeAws_ec2ModifyVolumeAttributeCommand = exports.deserializeAws_ec2ModifyVolumeCommand = exports.deserializeAws_ec2ModifyTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2ModifyTransitGatewayPrefixListReferenceCommand = exports.deserializeAws_ec2ModifyTransitGatewayCommand = exports.deserializeAws_ec2ModifyTrafficMirrorSessionCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterRuleCommand = exports.deserializeAws_ec2ModifyTrafficMirrorFilterNetworkServicesCommand = exports.deserializeAws_ec2ModifySubnetAttributeCommand = exports.deserializeAws_ec2ModifySpotFleetRequestCommand = exports.deserializeAws_ec2ModifySnapshotTierCommand = exports.deserializeAws_ec2ModifySnapshotAttributeCommand = exports.deserializeAws_ec2ModifySecurityGroupRulesCommand = exports.deserializeAws_ec2ModifyReservedInstancesCommand = exports.deserializeAws_ec2ModifyPrivateDnsNameOptionsCommand = exports.deserializeAws_ec2ModifyNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ModifyManagedPrefixListCommand = exports.deserializeAws_ec2ModifyLocalGatewayRouteCommand = exports.deserializeAws_ec2ModifyLaunchTemplateCommand = exports.deserializeAws_ec2ModifyIpamScopeCommand = exports.deserializeAws_ec2ModifyIpamResourceCidrCommand = exports.deserializeAws_ec2ModifyIpamPoolCommand = exports.deserializeAws_ec2ModifyIpamCommand = exports.deserializeAws_ec2ModifyInstancePlacementCommand = exports.deserializeAws_ec2ModifyInstanceMetadataOptionsCommand = exports.deserializeAws_ec2ModifyInstanceMaintenanceOptionsCommand = exports.deserializeAws_ec2ModifyInstanceEventWindowCommand = exports.deserializeAws_ec2ModifyInstanceEventStartTimeCommand = exports.deserializeAws_ec2ModifyInstanceCreditSpecificationCommand = exports.deserializeAws_ec2ModifyInstanceCapacityReservationAttributesCommand = exports.deserializeAws_ec2ModifyInstanceAttributeCommand = exports.deserializeAws_ec2ModifyImageAttributeCommand = exports.deserializeAws_ec2ModifyIdFormatCommand = exports.deserializeAws_ec2ModifyIdentityIdFormatCommand = exports.deserializeAws_ec2ModifyHostsCommand = exports.deserializeAws_ec2ModifyFpgaImageAttributeCommand = exports.deserializeAws_ec2ModifyFleetCommand = exports.deserializeAws_ec2ModifyEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ModifyDefaultCreditSpecificationCommand = exports.deserializeAws_ec2ModifyClientVpnEndpointCommand = exports.deserializeAws_ec2ModifyCapacityReservationFleetCommand = void 0;
|
|
23
|
+
exports.deserializeAws_ec2RunInstancesCommand = exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = exports.deserializeAws_ec2RevokeClientVpnIngressCommand = exports.deserializeAws_ec2RestoreSnapshotTierCommand = exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_ec2RequestSpotFleetCommand = exports.deserializeAws_ec2ReportInstanceStatusCommand = exports.deserializeAws_ec2ReplaceTransitGatewayRouteCommand = exports.deserializeAws_ec2ReplaceRouteTableAssociationCommand = exports.deserializeAws_ec2ReplaceRouteCommand = exports.deserializeAws_ec2ReplaceNetworkAclEntryCommand = exports.deserializeAws_ec2ReplaceNetworkAclAssociationCommand = exports.deserializeAws_ec2ReplaceIamInstanceProfileAssociationCommand = exports.deserializeAws_ec2ReleaseIpamPoolAllocationCommand = exports.deserializeAws_ec2ReleaseHostsCommand = exports.deserializeAws_ec2ReleaseAddressCommand = exports.deserializeAws_ec2RejectVpcPeeringConnectionCommand = exports.deserializeAws_ec2RejectVpcEndpointConnectionsCommand = exports.deserializeAws_ec2RejectTransitGatewayVpcAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayPeeringAttachmentCommand = exports.deserializeAws_ec2RejectTransitGatewayMulticastDomainAssociationsCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupSourcesCommand = exports.deserializeAws_ec2RegisterTransitGatewayMulticastGroupMembersCommand = exports.deserializeAws_ec2RegisterInstanceEventNotificationAttributesCommand = exports.deserializeAws_ec2RegisterImageCommand = exports.deserializeAws_ec2RebootInstancesCommand = exports.deserializeAws_ec2PurchaseScheduledInstancesCommand = exports.deserializeAws_ec2PurchaseReservedInstancesOfferingCommand = exports.deserializeAws_ec2PurchaseHostReservationCommand = exports.deserializeAws_ec2ProvisionPublicIpv4PoolCidrCommand = exports.deserializeAws_ec2ProvisionIpamPoolCidrCommand = exports.deserializeAws_ec2ProvisionByoipCidrCommand = exports.deserializeAws_ec2MoveByoipCidrToIpamCommand = exports.deserializeAws_ec2MoveAddressToVpcCommand = exports.deserializeAws_ec2MonitorInstancesCommand = exports.deserializeAws_ec2ModifyVpnTunnelOptionsCommand = exports.deserializeAws_ec2ModifyVpnTunnelCertificateCommand = exports.deserializeAws_ec2ModifyVpnConnectionOptionsCommand = void 0;
|
|
24
|
+
exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = exports.deserializeAws_ec2RunScheduledInstancesCommand = void 0;
|
|
25
25
|
const protocol_http_1 = require("@aws-sdk/protocol-http");
|
|
26
26
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
27
27
|
const entities_1 = require("entities");
|
|
@@ -5735,6 +5735,19 @@ const serializeAws_ec2ModifyLaunchTemplateCommand = async (input, context) => {
|
|
|
5735
5735
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5736
5736
|
};
|
|
5737
5737
|
exports.serializeAws_ec2ModifyLaunchTemplateCommand = serializeAws_ec2ModifyLaunchTemplateCommand;
|
|
5738
|
+
const serializeAws_ec2ModifyLocalGatewayRouteCommand = async (input, context) => {
|
|
5739
|
+
const headers = {
|
|
5740
|
+
"content-type": "application/x-www-form-urlencoded",
|
|
5741
|
+
};
|
|
5742
|
+
let body;
|
|
5743
|
+
body = buildFormUrlencodedString({
|
|
5744
|
+
...serializeAws_ec2ModifyLocalGatewayRouteRequest(input, context),
|
|
5745
|
+
Action: "ModifyLocalGatewayRoute",
|
|
5746
|
+
Version: "2016-11-15",
|
|
5747
|
+
});
|
|
5748
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5749
|
+
};
|
|
5750
|
+
exports.serializeAws_ec2ModifyLocalGatewayRouteCommand = serializeAws_ec2ModifyLocalGatewayRouteCommand;
|
|
5738
5751
|
const serializeAws_ec2ModifyManagedPrefixListCommand = async (input, context) => {
|
|
5739
5752
|
const headers = {
|
|
5740
5753
|
"content-type": "application/x-www-form-urlencoded",
|
|
@@ -19129,6 +19142,34 @@ const deserializeAws_ec2ModifyLaunchTemplateCommandError = async (output, contex
|
|
|
19129
19142
|
errorCode,
|
|
19130
19143
|
});
|
|
19131
19144
|
};
|
|
19145
|
+
const deserializeAws_ec2ModifyLocalGatewayRouteCommand = async (output, context) => {
|
|
19146
|
+
if (output.statusCode >= 300) {
|
|
19147
|
+
return deserializeAws_ec2ModifyLocalGatewayRouteCommandError(output, context);
|
|
19148
|
+
}
|
|
19149
|
+
const data = await parseBody(output.body, context);
|
|
19150
|
+
let contents = {};
|
|
19151
|
+
contents = deserializeAws_ec2ModifyLocalGatewayRouteResult(data, context);
|
|
19152
|
+
const response = {
|
|
19153
|
+
$metadata: deserializeMetadata(output),
|
|
19154
|
+
...contents,
|
|
19155
|
+
};
|
|
19156
|
+
return Promise.resolve(response);
|
|
19157
|
+
};
|
|
19158
|
+
exports.deserializeAws_ec2ModifyLocalGatewayRouteCommand = deserializeAws_ec2ModifyLocalGatewayRouteCommand;
|
|
19159
|
+
const deserializeAws_ec2ModifyLocalGatewayRouteCommandError = async (output, context) => {
|
|
19160
|
+
const parsedOutput = {
|
|
19161
|
+
...output,
|
|
19162
|
+
body: await parseBody(output.body, context),
|
|
19163
|
+
};
|
|
19164
|
+
const errorCode = loadEc2ErrorCode(output, parsedOutput.body);
|
|
19165
|
+
const parsedBody = parsedOutput.body;
|
|
19166
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
19167
|
+
output,
|
|
19168
|
+
parsedBody: parsedBody.Errors.Error,
|
|
19169
|
+
exceptionCtor: EC2ServiceException_1.EC2ServiceException,
|
|
19170
|
+
errorCode,
|
|
19171
|
+
});
|
|
19172
|
+
};
|
|
19132
19173
|
const deserializeAws_ec2ModifyManagedPrefixListCommand = async (output, context) => {
|
|
19133
19174
|
if (output.statusCode >= 300) {
|
|
19134
19175
|
return deserializeAws_ec2ModifyManagedPrefixListCommandError(output, context);
|
|
@@ -24140,6 +24181,9 @@ const serializeAws_ec2CreateLocalGatewayRouteRequest = (input, context) => {
|
|
|
24140
24181
|
if (input.DryRun != null) {
|
|
24141
24182
|
entries["DryRun"] = input.DryRun;
|
|
24142
24183
|
}
|
|
24184
|
+
if (input.NetworkInterfaceId != null) {
|
|
24185
|
+
entries["NetworkInterfaceId"] = input.NetworkInterfaceId;
|
|
24186
|
+
}
|
|
24143
24187
|
return entries;
|
|
24144
24188
|
};
|
|
24145
24189
|
const serializeAws_ec2CreateLocalGatewayRouteTableVpcAssociationRequest = (input, context) => {
|
|
@@ -34696,6 +34740,22 @@ const serializeAws_ec2ModifyLaunchTemplateRequest = (input, context) => {
|
|
|
34696
34740
|
}
|
|
34697
34741
|
return entries;
|
|
34698
34742
|
};
|
|
34743
|
+
const serializeAws_ec2ModifyLocalGatewayRouteRequest = (input, context) => {
|
|
34744
|
+
const entries = {};
|
|
34745
|
+
if (input.DestinationCidrBlock != null) {
|
|
34746
|
+
entries["DestinationCidrBlock"] = input.DestinationCidrBlock;
|
|
34747
|
+
}
|
|
34748
|
+
if (input.LocalGatewayRouteTableId != null) {
|
|
34749
|
+
entries["LocalGatewayRouteTableId"] = input.LocalGatewayRouteTableId;
|
|
34750
|
+
}
|
|
34751
|
+
if (input.NetworkInterfaceId != null) {
|
|
34752
|
+
entries["NetworkInterfaceId"] = input.NetworkInterfaceId;
|
|
34753
|
+
}
|
|
34754
|
+
if (input.DryRun != null) {
|
|
34755
|
+
entries["DryRun"] = input.DryRun;
|
|
34756
|
+
}
|
|
34757
|
+
return entries;
|
|
34758
|
+
};
|
|
34699
34759
|
const serializeAws_ec2ModifyManagedPrefixListRequest = (input, context) => {
|
|
34700
34760
|
const entries = {};
|
|
34701
34761
|
if (input.DryRun != null) {
|
|
@@ -53745,6 +53805,9 @@ const deserializeAws_ec2LocalGatewayRoute = (output, context) => {
|
|
|
53745
53805
|
LocalGatewayRouteTableId: undefined,
|
|
53746
53806
|
LocalGatewayRouteTableArn: undefined,
|
|
53747
53807
|
OwnerId: undefined,
|
|
53808
|
+
SubnetId: undefined,
|
|
53809
|
+
CoipPoolId: undefined,
|
|
53810
|
+
NetworkInterfaceId: undefined,
|
|
53748
53811
|
};
|
|
53749
53812
|
if (output["destinationCidrBlock"] !== undefined) {
|
|
53750
53813
|
contents.DestinationCidrBlock = (0, smithy_client_1.expectString)(output["destinationCidrBlock"]);
|
|
@@ -53767,6 +53830,15 @@ const deserializeAws_ec2LocalGatewayRoute = (output, context) => {
|
|
|
53767
53830
|
if (output["ownerId"] !== undefined) {
|
|
53768
53831
|
contents.OwnerId = (0, smithy_client_1.expectString)(output["ownerId"]);
|
|
53769
53832
|
}
|
|
53833
|
+
if (output["subnetId"] !== undefined) {
|
|
53834
|
+
contents.SubnetId = (0, smithy_client_1.expectString)(output["subnetId"]);
|
|
53835
|
+
}
|
|
53836
|
+
if (output["coipPoolId"] !== undefined) {
|
|
53837
|
+
contents.CoipPoolId = (0, smithy_client_1.expectString)(output["coipPoolId"]);
|
|
53838
|
+
}
|
|
53839
|
+
if (output["networkInterfaceId"] !== undefined) {
|
|
53840
|
+
contents.NetworkInterfaceId = (0, smithy_client_1.expectString)(output["networkInterfaceId"]);
|
|
53841
|
+
}
|
|
53770
53842
|
return contents;
|
|
53771
53843
|
};
|
|
53772
53844
|
const deserializeAws_ec2LocalGatewayRouteList = (output, context) => {
|
|
@@ -53785,6 +53857,7 @@ const deserializeAws_ec2LocalGatewayRouteTable = (output, context) => {
|
|
|
53785
53857
|
OwnerId: undefined,
|
|
53786
53858
|
State: undefined,
|
|
53787
53859
|
Tags: undefined,
|
|
53860
|
+
Mode: undefined,
|
|
53788
53861
|
};
|
|
53789
53862
|
if (output["localGatewayRouteTableId"] !== undefined) {
|
|
53790
53863
|
contents.LocalGatewayRouteTableId = (0, smithy_client_1.expectString)(output["localGatewayRouteTableId"]);
|
|
@@ -53810,6 +53883,9 @@ const deserializeAws_ec2LocalGatewayRouteTable = (output, context) => {
|
|
|
53810
53883
|
else if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
|
|
53811
53884
|
contents.Tags = deserializeAws_ec2TagList((0, smithy_client_1.getArrayIfSingleItem)(output["tagSet"]["item"]), context);
|
|
53812
53885
|
}
|
|
53886
|
+
if (output["mode"] !== undefined) {
|
|
53887
|
+
contents.Mode = (0, smithy_client_1.expectString)(output["mode"]);
|
|
53888
|
+
}
|
|
53813
53889
|
return contents;
|
|
53814
53890
|
};
|
|
53815
53891
|
const deserializeAws_ec2LocalGatewayRouteTableSet = (output, context) => {
|
|
@@ -54342,6 +54418,15 @@ const deserializeAws_ec2ModifyLaunchTemplateResult = (output, context) => {
|
|
|
54342
54418
|
}
|
|
54343
54419
|
return contents;
|
|
54344
54420
|
};
|
|
54421
|
+
const deserializeAws_ec2ModifyLocalGatewayRouteResult = (output, context) => {
|
|
54422
|
+
const contents = {
|
|
54423
|
+
Route: undefined,
|
|
54424
|
+
};
|
|
54425
|
+
if (output["route"] !== undefined) {
|
|
54426
|
+
contents.Route = deserializeAws_ec2LocalGatewayRoute(output["route"], context);
|
|
54427
|
+
}
|
|
54428
|
+
return contents;
|
|
54429
|
+
};
|
|
54345
54430
|
const deserializeAws_ec2ModifyManagedPrefixListResult = (output, context) => {
|
|
54346
54431
|
const contents = {
|
|
54347
54432
|
PrefixList: undefined,
|
package/dist-es/EC2.js
CHANGED
|
@@ -438,6 +438,7 @@ import { ModifyIpamPoolCommand, } from "./commands/ModifyIpamPoolCommand";
|
|
|
438
438
|
import { ModifyIpamResourceCidrCommand, } from "./commands/ModifyIpamResourceCidrCommand";
|
|
439
439
|
import { ModifyIpamScopeCommand, } from "./commands/ModifyIpamScopeCommand";
|
|
440
440
|
import { ModifyLaunchTemplateCommand, } from "./commands/ModifyLaunchTemplateCommand";
|
|
441
|
+
import { ModifyLocalGatewayRouteCommand, } from "./commands/ModifyLocalGatewayRouteCommand";
|
|
441
442
|
import { ModifyManagedPrefixListCommand, } from "./commands/ModifyManagedPrefixListCommand";
|
|
442
443
|
import { ModifyNetworkInterfaceAttributeCommand, } from "./commands/ModifyNetworkInterfaceAttributeCommand";
|
|
443
444
|
import { ModifyPrivateDnsNameOptionsCommand, } from "./commands/ModifyPrivateDnsNameOptionsCommand";
|
|
@@ -6684,6 +6685,20 @@ var EC2 = (function (_super) {
|
|
|
6684
6685
|
return this.send(command, optionsOrCb);
|
|
6685
6686
|
}
|
|
6686
6687
|
};
|
|
6688
|
+
EC2.prototype.modifyLocalGatewayRoute = function (args, optionsOrCb, cb) {
|
|
6689
|
+
var command = new ModifyLocalGatewayRouteCommand(args);
|
|
6690
|
+
if (typeof optionsOrCb === "function") {
|
|
6691
|
+
this.send(command, optionsOrCb);
|
|
6692
|
+
}
|
|
6693
|
+
else if (typeof cb === "function") {
|
|
6694
|
+
if (typeof optionsOrCb !== "object")
|
|
6695
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
6696
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
6697
|
+
}
|
|
6698
|
+
else {
|
|
6699
|
+
return this.send(command, optionsOrCb);
|
|
6700
|
+
}
|
|
6701
|
+
};
|
|
6687
6702
|
EC2.prototype.modifyManagedPrefixList = function (args, optionsOrCb, cb) {
|
|
6688
6703
|
var command = new ModifyManagedPrefixListCommand(args);
|
|
6689
6704
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog, } from "../models/
|
|
5
|
-
import { DescribeNetworkInsightsAccessScopesResultFilterSensitiveLog, } from "../models/models_4";
|
|
4
|
+
import { DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog, DescribeNetworkInsightsAccessScopesResultFilterSensitiveLog, } from "../models/models_4";
|
|
6
5
|
import { deserializeAws_ec2DescribeNetworkInsightsAccessScopesCommand, serializeAws_ec2DescribeNetworkInsightsAccessScopesCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
var DescribeNetworkInsightsAccessScopesCommand = (function (_super) {
|
|
8
7
|
__extends(DescribeNetworkInsightsAccessScopesCommand, _super);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ModifyLocalGatewayRouteRequestFilterSensitiveLog, ModifyLocalGatewayRouteResultFilterSensitiveLog, } from "../models/models_5";
|
|
5
|
+
import { deserializeAws_ec2ModifyLocalGatewayRouteCommand, serializeAws_ec2ModifyLocalGatewayRouteCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
var ModifyLocalGatewayRouteCommand = (function (_super) {
|
|
7
|
+
__extends(ModifyLocalGatewayRouteCommand, _super);
|
|
8
|
+
function ModifyLocalGatewayRouteCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ModifyLocalGatewayRouteCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "EC2Client";
|
|
18
|
+
var commandName = "ModifyLocalGatewayRouteCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ModifyLocalGatewayRouteRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ModifyLocalGatewayRouteResultFilterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ModifyLocalGatewayRouteCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_ec2ModifyLocalGatewayRouteCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ModifyLocalGatewayRouteCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_ec2ModifyLocalGatewayRouteCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ModifyLocalGatewayRouteCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ModifyLocalGatewayRouteCommand };
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PurchaseReservedInstancesOfferingRequestFilterSensitiveLog,
|
|
4
|
+
import { PurchaseReservedInstancesOfferingRequestFilterSensitiveLog, } from "../models/models_5";
|
|
5
|
+
import { PurchaseReservedInstancesOfferingResultFilterSensitiveLog, } from "../models/models_6";
|
|
5
6
|
import { deserializeAws_ec2PurchaseReservedInstancesOfferingCommand, serializeAws_ec2PurchaseReservedInstancesOfferingCommand, } from "../protocols/Aws_ec2";
|
|
6
7
|
var PurchaseReservedInstancesOfferingCommand = (function (_super) {
|
|
7
8
|
__extends(PurchaseReservedInstancesOfferingCommand, _super);
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { PurchaseScheduledInstancesRequestFilterSensitiveLog, } from "../models/
|
|
5
|
-
import { PurchaseScheduledInstancesResultFilterSensitiveLog, } from "../models/models_6";
|
|
4
|
+
import { PurchaseScheduledInstancesRequestFilterSensitiveLog, PurchaseScheduledInstancesResultFilterSensitiveLog, } from "../models/models_6";
|
|
6
5
|
import { deserializeAws_ec2PurchaseScheduledInstancesCommand, serializeAws_ec2PurchaseScheduledInstancesCommand, } from "../protocols/Aws_ec2";
|
|
7
6
|
var PurchaseScheduledInstancesCommand = (function (_super) {
|
|
8
7
|
__extends(PurchaseScheduledInstancesCommand, _super);
|
|
@@ -437,6 +437,7 @@ export * from "./ModifyIpamPoolCommand";
|
|
|
437
437
|
export * from "./ModifyIpamResourceCidrCommand";
|
|
438
438
|
export * from "./ModifyIpamScopeCommand";
|
|
439
439
|
export * from "./ModifyLaunchTemplateCommand";
|
|
440
|
+
export * from "./ModifyLocalGatewayRouteCommand";
|
|
440
441
|
export * from "./ModifyManagedPrefixListCommand";
|
|
441
442
|
export * from "./ModifyNetworkInterfaceAttributeCommand";
|
|
442
443
|
export * from "./ModifyPrivateDnsNameOptionsCommand";
|
|
@@ -9,6 +9,8 @@ export var AcceleratorManufacturer;
|
|
|
9
9
|
export var AcceleratorName;
|
|
10
10
|
(function (AcceleratorName) {
|
|
11
11
|
AcceleratorName["A100"] = "a100";
|
|
12
|
+
AcceleratorName["INFERENTIA"] = "inferentia";
|
|
13
|
+
AcceleratorName["K520"] = "k520";
|
|
12
14
|
AcceleratorName["K80"] = "k80";
|
|
13
15
|
AcceleratorName["M60"] = "m60";
|
|
14
16
|
AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
|
|
@@ -93,6 +93,11 @@ export var EphemeralNvmeSupport;
|
|
|
93
93
|
EphemeralNvmeSupport["SUPPORTED"] = "supported";
|
|
94
94
|
EphemeralNvmeSupport["UNSUPPORTED"] = "unsupported";
|
|
95
95
|
})(EphemeralNvmeSupport || (EphemeralNvmeSupport = {}));
|
|
96
|
+
export var LocalGatewayRouteTableMode;
|
|
97
|
+
(function (LocalGatewayRouteTableMode) {
|
|
98
|
+
LocalGatewayRouteTableMode["coip"] = "coip";
|
|
99
|
+
LocalGatewayRouteTableMode["direct_vpc_routing"] = "direct-vpc-routing";
|
|
100
|
+
})(LocalGatewayRouteTableMode || (LocalGatewayRouteTableMode = {}));
|
|
96
101
|
export var FindingsFound;
|
|
97
102
|
(function (FindingsFound) {
|
|
98
103
|
FindingsFound["false"] = "false";
|
|
@@ -340,4 +345,3 @@ export var DescribeNetworkAclsResultFilterSensitiveLog = function (obj) { return
|
|
|
340
345
|
export var DescribeNetworkInsightsAccessScopeAnalysesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
346
|
export var NetworkInsightsAccessScopeAnalysisFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
347
|
export var DescribeNetworkInsightsAccessScopeAnalysesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
export var DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -43,6 +43,7 @@ export var ReplacementStrategy;
|
|
|
43
43
|
ReplacementStrategy["LAUNCH"] = "launch";
|
|
44
44
|
ReplacementStrategy["LAUNCH_BEFORE_TERMINATE"] = "launch-before-terminate";
|
|
45
45
|
})(ReplacementStrategy || (ReplacementStrategy = {}));
|
|
46
|
+
export var DescribeNetworkInsightsAccessScopesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
47
|
export var DescribeNetworkInsightsAccessScopesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
48
|
export var DescribeNetworkInsightsAnalysesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
48
49
|
export var AnalysisLoadBalancerListenerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -321,4 +322,3 @@ export var EnableVpcClassicLinkResultFilterSensitiveLog = function (obj) { retur
|
|
|
321
322
|
export var EnableVpcClassicLinkDnsSupportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
323
|
export var EnableVpcClassicLinkDnsSupportResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
324
|
export var ExportClientVpnClientCertificateRevocationListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
export var ClientCertificateRevocationListStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -59,6 +59,7 @@ export var Status;
|
|
|
59
59
|
Status["inVpc"] = "InVpc";
|
|
60
60
|
Status["moveInProgress"] = "MoveInProgress";
|
|
61
61
|
})(Status || (Status = {}));
|
|
62
|
+
export var ClientCertificateRevocationListStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
63
|
export var ExportClientVpnClientCertificateRevocationListResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
64
|
export var ExportClientVpnClientConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
65
|
export var ExportClientVpnClientConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -260,6 +261,8 @@ export var ModifyIpamScopeRequestFilterSensitiveLog = function (obj) { return (_
|
|
|
260
261
|
export var ModifyIpamScopeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
262
|
export var ModifyLaunchTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
263
|
export var ModifyLaunchTemplateResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var ModifyLocalGatewayRouteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var ModifyLocalGatewayRouteResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
266
|
export var RemovePrefixListEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
267
|
export var ModifyManagedPrefixListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
268
|
export var ModifyManagedPrefixListResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -342,6 +345,3 @@ export var PurchaseHostReservationRequestFilterSensitiveLog = function (obj) { r
|
|
|
342
345
|
export var PurchaseHostReservationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
346
|
export var ReservedInstanceLimitPriceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
347
|
export var PurchaseReservedInstancesOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
export var PurchaseReservedInstancesOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
export var PurchaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
export var PurchaseScheduledInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var PurchaseReservedInstancesOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
|
+
export var PurchaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
export var PurchaseScheduledInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
3
6
|
export var PurchaseScheduledInstancesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
7
|
export var RebootInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
8
|
export var RegisterImageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|