@aws-sdk/client-ec2 3.170.0 → 3.172.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/EC2.js +120 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +3 -3
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
- package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-cjs/commands/MonitorInstancesCommand.js +2 -1
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +994 -44
- package/dist-cjs/models/models_1.js +300 -42
- package/dist-cjs/models/models_2.js +208 -90
- package/dist-cjs/models/models_3.js +351 -93
- package/dist-cjs/models/models_4.js +160 -74
- package/dist-cjs/models/models_5.js +118 -80
- package/dist-cjs/models/models_6.js +108 -3
- package/dist-cjs/protocols/Aws_ec2.js +622 -21
- package/dist-es/EC2.js +120 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
- package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -1
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
- package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
- package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
- package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
- package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
- package/dist-es/commands/MonitorInstancesCommand.js +2 -1
- package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
- package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
- package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +967 -20
- package/dist-es/models/models_1.js +255 -9
- package/dist-es/models/models_2.js +151 -21
- package/dist-es/models/models_3.js +282 -30
- package/dist-es/models/models_4.js +109 -17
- package/dist-es/models/models_5.js +61 -23
- package/dist-es/models/models_6.js +53 -0
- package/dist-es/protocols/Aws_ec2.js +711 -27
- package/dist-types/EC2.d.ts +68 -0
- package/dist-types/EC2Client.d.ts +10 -2
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +1074 -171
- package/dist-types/models/models_1.d.ts +566 -329
- package/dist-types/models/models_2.d.ts +530 -879
- package/dist-types/models/models_3.d.ts +6021 -5752
- package/dist-types/models/models_4.d.ts +644 -264
- package/dist-types/models/models_5.d.ts +295 -357
- package/dist-types/models/models_6.d.ts +382 -10
- package/dist-types/protocols/Aws_ec2.d.ts +24 -0
- package/dist-types/ts3.4/EC2.d.ts +148 -534
- package/dist-types/ts3.4/EC2Client.d.ts +48 -25
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -6
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +967 -1880
- package/dist-types/ts3.4/models/models_1.d.ts +311 -1473
- package/dist-types/ts3.4/models/models_2.d.ts +267 -1127
- package/dist-types/ts3.4/models/models_3.d.ts +417 -1570
- package/dist-types/ts3.4/models/models_4.d.ts +229 -1394
- package/dist-types/ts3.4/models/models_5.d.ts +165 -1257
- package/dist-types/ts3.4/models/models_6.d.ts +171 -523
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
- package/package.json +28 -28
|
@@ -211,6 +211,14 @@ import {
|
|
|
211
211
|
CreateClientVpnRouteCommandInput,
|
|
212
212
|
CreateClientVpnRouteCommandOutput,
|
|
213
213
|
} from "./commands/CreateClientVpnRouteCommand";
|
|
214
|
+
import {
|
|
215
|
+
CreateCoipCidrCommandInput,
|
|
216
|
+
CreateCoipCidrCommandOutput,
|
|
217
|
+
} from "./commands/CreateCoipCidrCommand";
|
|
218
|
+
import {
|
|
219
|
+
CreateCoipPoolCommandInput,
|
|
220
|
+
CreateCoipPoolCommandOutput,
|
|
221
|
+
} from "./commands/CreateCoipPoolCommand";
|
|
214
222
|
import {
|
|
215
223
|
CreateCustomerGatewayCommandInput,
|
|
216
224
|
CreateCustomerGatewayCommandOutput,
|
|
@@ -287,6 +295,14 @@ import {
|
|
|
287
295
|
CreateLocalGatewayRouteCommandInput,
|
|
288
296
|
CreateLocalGatewayRouteCommandOutput,
|
|
289
297
|
} from "./commands/CreateLocalGatewayRouteCommand";
|
|
298
|
+
import {
|
|
299
|
+
CreateLocalGatewayRouteTableCommandInput,
|
|
300
|
+
CreateLocalGatewayRouteTableCommandOutput,
|
|
301
|
+
} from "./commands/CreateLocalGatewayRouteTableCommand";
|
|
302
|
+
import {
|
|
303
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
304
|
+
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput,
|
|
305
|
+
} from "./commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
290
306
|
import {
|
|
291
307
|
CreateLocalGatewayRouteTableVpcAssociationCommandInput,
|
|
292
308
|
CreateLocalGatewayRouteTableVpcAssociationCommandOutput,
|
|
@@ -491,6 +507,14 @@ import {
|
|
|
491
507
|
DeleteClientVpnRouteCommandInput,
|
|
492
508
|
DeleteClientVpnRouteCommandOutput,
|
|
493
509
|
} from "./commands/DeleteClientVpnRouteCommand";
|
|
510
|
+
import {
|
|
511
|
+
DeleteCoipCidrCommandInput,
|
|
512
|
+
DeleteCoipCidrCommandOutput,
|
|
513
|
+
} from "./commands/DeleteCoipCidrCommand";
|
|
514
|
+
import {
|
|
515
|
+
DeleteCoipPoolCommandInput,
|
|
516
|
+
DeleteCoipPoolCommandOutput,
|
|
517
|
+
} from "./commands/DeleteCoipPoolCommand";
|
|
494
518
|
import {
|
|
495
519
|
DeleteCustomerGatewayCommandInput,
|
|
496
520
|
DeleteCustomerGatewayCommandOutput,
|
|
@@ -551,6 +575,14 @@ import {
|
|
|
551
575
|
DeleteLocalGatewayRouteCommandInput,
|
|
552
576
|
DeleteLocalGatewayRouteCommandOutput,
|
|
553
577
|
} from "./commands/DeleteLocalGatewayRouteCommand";
|
|
578
|
+
import {
|
|
579
|
+
DeleteLocalGatewayRouteTableCommandInput,
|
|
580
|
+
DeleteLocalGatewayRouteTableCommandOutput,
|
|
581
|
+
} from "./commands/DeleteLocalGatewayRouteTableCommand";
|
|
582
|
+
import {
|
|
583
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
584
|
+
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput,
|
|
585
|
+
} from "./commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
|
|
554
586
|
import {
|
|
555
587
|
DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
|
|
556
588
|
DeleteLocalGatewayRouteTableVpcAssociationCommandOutput,
|
|
@@ -2136,7 +2168,6 @@ import {
|
|
|
2136
2168
|
WithdrawByoipCidrCommandOutput,
|
|
2137
2169
|
} from "./commands/WithdrawByoipCidrCommand";
|
|
2138
2170
|
import { EC2Client } from "./EC2Client";
|
|
2139
|
-
|
|
2140
2171
|
export declare class EC2 extends EC2Client {
|
|
2141
2172
|
acceptReservedInstancesExchangeQuote(
|
|
2142
2173
|
args: AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
@@ -2157,7 +2188,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2157
2188
|
data?: AcceptReservedInstancesExchangeQuoteCommandOutput
|
|
2158
2189
|
) => void
|
|
2159
2190
|
): void;
|
|
2160
|
-
|
|
2161
2191
|
acceptTransitGatewayMulticastDomainAssociations(
|
|
2162
2192
|
args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
2163
2193
|
options?: __HttpHandlerOptions
|
|
@@ -2177,7 +2207,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2177
2207
|
data?: AcceptTransitGatewayMulticastDomainAssociationsCommandOutput
|
|
2178
2208
|
) => void
|
|
2179
2209
|
): void;
|
|
2180
|
-
|
|
2181
2210
|
acceptTransitGatewayPeeringAttachment(
|
|
2182
2211
|
args: AcceptTransitGatewayPeeringAttachmentCommandInput,
|
|
2183
2212
|
options?: __HttpHandlerOptions
|
|
@@ -2197,7 +2226,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2197
2226
|
data?: AcceptTransitGatewayPeeringAttachmentCommandOutput
|
|
2198
2227
|
) => void
|
|
2199
2228
|
): void;
|
|
2200
|
-
|
|
2201
2229
|
acceptTransitGatewayVpcAttachment(
|
|
2202
2230
|
args: AcceptTransitGatewayVpcAttachmentCommandInput,
|
|
2203
2231
|
options?: __HttpHandlerOptions
|
|
@@ -2217,7 +2245,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2217
2245
|
data?: AcceptTransitGatewayVpcAttachmentCommandOutput
|
|
2218
2246
|
) => void
|
|
2219
2247
|
): void;
|
|
2220
|
-
|
|
2221
2248
|
acceptVpcEndpointConnections(
|
|
2222
2249
|
args: AcceptVpcEndpointConnectionsCommandInput,
|
|
2223
2250
|
options?: __HttpHandlerOptions
|
|
@@ -2231,7 +2258,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2231
2258
|
options: __HttpHandlerOptions,
|
|
2232
2259
|
cb: (err: any, data?: AcceptVpcEndpointConnectionsCommandOutput) => void
|
|
2233
2260
|
): void;
|
|
2234
|
-
|
|
2235
2261
|
acceptVpcPeeringConnection(
|
|
2236
2262
|
args: AcceptVpcPeeringConnectionCommandInput,
|
|
2237
2263
|
options?: __HttpHandlerOptions
|
|
@@ -2245,7 +2271,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2245
2271
|
options: __HttpHandlerOptions,
|
|
2246
2272
|
cb: (err: any, data?: AcceptVpcPeeringConnectionCommandOutput) => void
|
|
2247
2273
|
): void;
|
|
2248
|
-
|
|
2249
2274
|
advertiseByoipCidr(
|
|
2250
2275
|
args: AdvertiseByoipCidrCommandInput,
|
|
2251
2276
|
options?: __HttpHandlerOptions
|
|
@@ -2259,7 +2284,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2259
2284
|
options: __HttpHandlerOptions,
|
|
2260
2285
|
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
|
|
2261
2286
|
): void;
|
|
2262
|
-
|
|
2263
2287
|
allocateAddress(
|
|
2264
2288
|
args: AllocateAddressCommandInput,
|
|
2265
2289
|
options?: __HttpHandlerOptions
|
|
@@ -2273,7 +2297,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2273
2297
|
options: __HttpHandlerOptions,
|
|
2274
2298
|
cb: (err: any, data?: AllocateAddressCommandOutput) => void
|
|
2275
2299
|
): void;
|
|
2276
|
-
|
|
2277
2300
|
allocateHosts(
|
|
2278
2301
|
args: AllocateHostsCommandInput,
|
|
2279
2302
|
options?: __HttpHandlerOptions
|
|
@@ -2287,7 +2310,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2287
2310
|
options: __HttpHandlerOptions,
|
|
2288
2311
|
cb: (err: any, data?: AllocateHostsCommandOutput) => void
|
|
2289
2312
|
): void;
|
|
2290
|
-
|
|
2291
2313
|
allocateIpamPoolCidr(
|
|
2292
2314
|
args: AllocateIpamPoolCidrCommandInput,
|
|
2293
2315
|
options?: __HttpHandlerOptions
|
|
@@ -2301,7 +2323,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2301
2323
|
options: __HttpHandlerOptions,
|
|
2302
2324
|
cb: (err: any, data?: AllocateIpamPoolCidrCommandOutput) => void
|
|
2303
2325
|
): void;
|
|
2304
|
-
|
|
2305
2326
|
applySecurityGroupsToClientVpnTargetNetwork(
|
|
2306
2327
|
args: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput,
|
|
2307
2328
|
options?: __HttpHandlerOptions
|
|
@@ -2321,7 +2342,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2321
2342
|
data?: ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput
|
|
2322
2343
|
) => void
|
|
2323
2344
|
): void;
|
|
2324
|
-
|
|
2325
2345
|
assignIpv6Addresses(
|
|
2326
2346
|
args: AssignIpv6AddressesCommandInput,
|
|
2327
2347
|
options?: __HttpHandlerOptions
|
|
@@ -2335,7 +2355,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2335
2355
|
options: __HttpHandlerOptions,
|
|
2336
2356
|
cb: (err: any, data?: AssignIpv6AddressesCommandOutput) => void
|
|
2337
2357
|
): void;
|
|
2338
|
-
|
|
2339
2358
|
assignPrivateIpAddresses(
|
|
2340
2359
|
args: AssignPrivateIpAddressesCommandInput,
|
|
2341
2360
|
options?: __HttpHandlerOptions
|
|
@@ -2349,7 +2368,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2349
2368
|
options: __HttpHandlerOptions,
|
|
2350
2369
|
cb: (err: any, data?: AssignPrivateIpAddressesCommandOutput) => void
|
|
2351
2370
|
): void;
|
|
2352
|
-
|
|
2353
2371
|
associateAddress(
|
|
2354
2372
|
args: AssociateAddressCommandInput,
|
|
2355
2373
|
options?: __HttpHandlerOptions
|
|
@@ -2363,7 +2381,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2363
2381
|
options: __HttpHandlerOptions,
|
|
2364
2382
|
cb: (err: any, data?: AssociateAddressCommandOutput) => void
|
|
2365
2383
|
): void;
|
|
2366
|
-
|
|
2367
2384
|
associateClientVpnTargetNetwork(
|
|
2368
2385
|
args: AssociateClientVpnTargetNetworkCommandInput,
|
|
2369
2386
|
options?: __HttpHandlerOptions
|
|
@@ -2377,7 +2394,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2377
2394
|
options: __HttpHandlerOptions,
|
|
2378
2395
|
cb: (err: any, data?: AssociateClientVpnTargetNetworkCommandOutput) => void
|
|
2379
2396
|
): void;
|
|
2380
|
-
|
|
2381
2397
|
associateDhcpOptions(
|
|
2382
2398
|
args: AssociateDhcpOptionsCommandInput,
|
|
2383
2399
|
options?: __HttpHandlerOptions
|
|
@@ -2391,7 +2407,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2391
2407
|
options: __HttpHandlerOptions,
|
|
2392
2408
|
cb: (err: any, data?: AssociateDhcpOptionsCommandOutput) => void
|
|
2393
2409
|
): void;
|
|
2394
|
-
|
|
2395
2410
|
associateEnclaveCertificateIamRole(
|
|
2396
2411
|
args: AssociateEnclaveCertificateIamRoleCommandInput,
|
|
2397
2412
|
options?: __HttpHandlerOptions
|
|
@@ -2411,7 +2426,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2411
2426
|
data?: AssociateEnclaveCertificateIamRoleCommandOutput
|
|
2412
2427
|
) => void
|
|
2413
2428
|
): void;
|
|
2414
|
-
|
|
2415
2429
|
associateIamInstanceProfile(
|
|
2416
2430
|
args: AssociateIamInstanceProfileCommandInput,
|
|
2417
2431
|
options?: __HttpHandlerOptions
|
|
@@ -2425,7 +2439,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2425
2439
|
options: __HttpHandlerOptions,
|
|
2426
2440
|
cb: (err: any, data?: AssociateIamInstanceProfileCommandOutput) => void
|
|
2427
2441
|
): void;
|
|
2428
|
-
|
|
2429
2442
|
associateInstanceEventWindow(
|
|
2430
2443
|
args: AssociateInstanceEventWindowCommandInput,
|
|
2431
2444
|
options?: __HttpHandlerOptions
|
|
@@ -2439,7 +2452,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2439
2452
|
options: __HttpHandlerOptions,
|
|
2440
2453
|
cb: (err: any, data?: AssociateInstanceEventWindowCommandOutput) => void
|
|
2441
2454
|
): void;
|
|
2442
|
-
|
|
2443
2455
|
associateRouteTable(
|
|
2444
2456
|
args: AssociateRouteTableCommandInput,
|
|
2445
2457
|
options?: __HttpHandlerOptions
|
|
@@ -2453,7 +2465,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2453
2465
|
options: __HttpHandlerOptions,
|
|
2454
2466
|
cb: (err: any, data?: AssociateRouteTableCommandOutput) => void
|
|
2455
2467
|
): void;
|
|
2456
|
-
|
|
2457
2468
|
associateSubnetCidrBlock(
|
|
2458
2469
|
args: AssociateSubnetCidrBlockCommandInput,
|
|
2459
2470
|
options?: __HttpHandlerOptions
|
|
@@ -2467,7 +2478,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2467
2478
|
options: __HttpHandlerOptions,
|
|
2468
2479
|
cb: (err: any, data?: AssociateSubnetCidrBlockCommandOutput) => void
|
|
2469
2480
|
): void;
|
|
2470
|
-
|
|
2471
2481
|
associateTransitGatewayMulticastDomain(
|
|
2472
2482
|
args: AssociateTransitGatewayMulticastDomainCommandInput,
|
|
2473
2483
|
options?: __HttpHandlerOptions
|
|
@@ -2487,7 +2497,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2487
2497
|
data?: AssociateTransitGatewayMulticastDomainCommandOutput
|
|
2488
2498
|
) => void
|
|
2489
2499
|
): void;
|
|
2490
|
-
|
|
2491
2500
|
associateTransitGatewayPolicyTable(
|
|
2492
2501
|
args: AssociateTransitGatewayPolicyTableCommandInput,
|
|
2493
2502
|
options?: __HttpHandlerOptions
|
|
@@ -2507,7 +2516,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2507
2516
|
data?: AssociateTransitGatewayPolicyTableCommandOutput
|
|
2508
2517
|
) => void
|
|
2509
2518
|
): void;
|
|
2510
|
-
|
|
2511
2519
|
associateTransitGatewayRouteTable(
|
|
2512
2520
|
args: AssociateTransitGatewayRouteTableCommandInput,
|
|
2513
2521
|
options?: __HttpHandlerOptions
|
|
@@ -2527,7 +2535,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2527
2535
|
data?: AssociateTransitGatewayRouteTableCommandOutput
|
|
2528
2536
|
) => void
|
|
2529
2537
|
): void;
|
|
2530
|
-
|
|
2531
2538
|
associateTrunkInterface(
|
|
2532
2539
|
args: AssociateTrunkInterfaceCommandInput,
|
|
2533
2540
|
options?: __HttpHandlerOptions
|
|
@@ -2541,7 +2548,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2541
2548
|
options: __HttpHandlerOptions,
|
|
2542
2549
|
cb: (err: any, data?: AssociateTrunkInterfaceCommandOutput) => void
|
|
2543
2550
|
): void;
|
|
2544
|
-
|
|
2545
2551
|
associateVpcCidrBlock(
|
|
2546
2552
|
args: AssociateVpcCidrBlockCommandInput,
|
|
2547
2553
|
options?: __HttpHandlerOptions
|
|
@@ -2555,7 +2561,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2555
2561
|
options: __HttpHandlerOptions,
|
|
2556
2562
|
cb: (err: any, data?: AssociateVpcCidrBlockCommandOutput) => void
|
|
2557
2563
|
): void;
|
|
2558
|
-
|
|
2559
2564
|
attachClassicLinkVpc(
|
|
2560
2565
|
args: AttachClassicLinkVpcCommandInput,
|
|
2561
2566
|
options?: __HttpHandlerOptions
|
|
@@ -2569,7 +2574,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2569
2574
|
options: __HttpHandlerOptions,
|
|
2570
2575
|
cb: (err: any, data?: AttachClassicLinkVpcCommandOutput) => void
|
|
2571
2576
|
): void;
|
|
2572
|
-
|
|
2573
2577
|
attachInternetGateway(
|
|
2574
2578
|
args: AttachInternetGatewayCommandInput,
|
|
2575
2579
|
options?: __HttpHandlerOptions
|
|
@@ -2583,7 +2587,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2583
2587
|
options: __HttpHandlerOptions,
|
|
2584
2588
|
cb: (err: any, data?: AttachInternetGatewayCommandOutput) => void
|
|
2585
2589
|
): void;
|
|
2586
|
-
|
|
2587
2590
|
attachNetworkInterface(
|
|
2588
2591
|
args: AttachNetworkInterfaceCommandInput,
|
|
2589
2592
|
options?: __HttpHandlerOptions
|
|
@@ -2597,7 +2600,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2597
2600
|
options: __HttpHandlerOptions,
|
|
2598
2601
|
cb: (err: any, data?: AttachNetworkInterfaceCommandOutput) => void
|
|
2599
2602
|
): void;
|
|
2600
|
-
|
|
2601
2603
|
attachVolume(
|
|
2602
2604
|
args: AttachVolumeCommandInput,
|
|
2603
2605
|
options?: __HttpHandlerOptions
|
|
@@ -2611,7 +2613,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2611
2613
|
options: __HttpHandlerOptions,
|
|
2612
2614
|
cb: (err: any, data?: AttachVolumeCommandOutput) => void
|
|
2613
2615
|
): void;
|
|
2614
|
-
|
|
2615
2616
|
attachVpnGateway(
|
|
2616
2617
|
args: AttachVpnGatewayCommandInput,
|
|
2617
2618
|
options?: __HttpHandlerOptions
|
|
@@ -2625,7 +2626,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2625
2626
|
options: __HttpHandlerOptions,
|
|
2626
2627
|
cb: (err: any, data?: AttachVpnGatewayCommandOutput) => void
|
|
2627
2628
|
): void;
|
|
2628
|
-
|
|
2629
2629
|
authorizeClientVpnIngress(
|
|
2630
2630
|
args: AuthorizeClientVpnIngressCommandInput,
|
|
2631
2631
|
options?: __HttpHandlerOptions
|
|
@@ -2639,7 +2639,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2639
2639
|
options: __HttpHandlerOptions,
|
|
2640
2640
|
cb: (err: any, data?: AuthorizeClientVpnIngressCommandOutput) => void
|
|
2641
2641
|
): void;
|
|
2642
|
-
|
|
2643
2642
|
authorizeSecurityGroupEgress(
|
|
2644
2643
|
args: AuthorizeSecurityGroupEgressCommandInput,
|
|
2645
2644
|
options?: __HttpHandlerOptions
|
|
@@ -2653,7 +2652,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2653
2652
|
options: __HttpHandlerOptions,
|
|
2654
2653
|
cb: (err: any, data?: AuthorizeSecurityGroupEgressCommandOutput) => void
|
|
2655
2654
|
): void;
|
|
2656
|
-
|
|
2657
2655
|
authorizeSecurityGroupIngress(
|
|
2658
2656
|
args: AuthorizeSecurityGroupIngressCommandInput,
|
|
2659
2657
|
options?: __HttpHandlerOptions
|
|
@@ -2667,7 +2665,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2667
2665
|
options: __HttpHandlerOptions,
|
|
2668
2666
|
cb: (err: any, data?: AuthorizeSecurityGroupIngressCommandOutput) => void
|
|
2669
2667
|
): void;
|
|
2670
|
-
|
|
2671
2668
|
bundleInstance(
|
|
2672
2669
|
args: BundleInstanceCommandInput,
|
|
2673
2670
|
options?: __HttpHandlerOptions
|
|
@@ -2681,7 +2678,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2681
2678
|
options: __HttpHandlerOptions,
|
|
2682
2679
|
cb: (err: any, data?: BundleInstanceCommandOutput) => void
|
|
2683
2680
|
): void;
|
|
2684
|
-
|
|
2685
2681
|
cancelBundleTask(
|
|
2686
2682
|
args: CancelBundleTaskCommandInput,
|
|
2687
2683
|
options?: __HttpHandlerOptions
|
|
@@ -2695,7 +2691,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2695
2691
|
options: __HttpHandlerOptions,
|
|
2696
2692
|
cb: (err: any, data?: CancelBundleTaskCommandOutput) => void
|
|
2697
2693
|
): void;
|
|
2698
|
-
|
|
2699
2694
|
cancelCapacityReservation(
|
|
2700
2695
|
args: CancelCapacityReservationCommandInput,
|
|
2701
2696
|
options?: __HttpHandlerOptions
|
|
@@ -2709,7 +2704,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2709
2704
|
options: __HttpHandlerOptions,
|
|
2710
2705
|
cb: (err: any, data?: CancelCapacityReservationCommandOutput) => void
|
|
2711
2706
|
): void;
|
|
2712
|
-
|
|
2713
2707
|
cancelCapacityReservationFleets(
|
|
2714
2708
|
args: CancelCapacityReservationFleetsCommandInput,
|
|
2715
2709
|
options?: __HttpHandlerOptions
|
|
@@ -2723,7 +2717,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2723
2717
|
options: __HttpHandlerOptions,
|
|
2724
2718
|
cb: (err: any, data?: CancelCapacityReservationFleetsCommandOutput) => void
|
|
2725
2719
|
): void;
|
|
2726
|
-
|
|
2727
2720
|
cancelConversionTask(
|
|
2728
2721
|
args: CancelConversionTaskCommandInput,
|
|
2729
2722
|
options?: __HttpHandlerOptions
|
|
@@ -2737,7 +2730,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2737
2730
|
options: __HttpHandlerOptions,
|
|
2738
2731
|
cb: (err: any, data?: CancelConversionTaskCommandOutput) => void
|
|
2739
2732
|
): void;
|
|
2740
|
-
|
|
2741
2733
|
cancelExportTask(
|
|
2742
2734
|
args: CancelExportTaskCommandInput,
|
|
2743
2735
|
options?: __HttpHandlerOptions
|
|
@@ -2751,7 +2743,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2751
2743
|
options: __HttpHandlerOptions,
|
|
2752
2744
|
cb: (err: any, data?: CancelExportTaskCommandOutput) => void
|
|
2753
2745
|
): void;
|
|
2754
|
-
|
|
2755
2746
|
cancelImportTask(
|
|
2756
2747
|
args: CancelImportTaskCommandInput,
|
|
2757
2748
|
options?: __HttpHandlerOptions
|
|
@@ -2765,7 +2756,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2765
2756
|
options: __HttpHandlerOptions,
|
|
2766
2757
|
cb: (err: any, data?: CancelImportTaskCommandOutput) => void
|
|
2767
2758
|
): void;
|
|
2768
|
-
|
|
2769
2759
|
cancelReservedInstancesListing(
|
|
2770
2760
|
args: CancelReservedInstancesListingCommandInput,
|
|
2771
2761
|
options?: __HttpHandlerOptions
|
|
@@ -2779,7 +2769,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2779
2769
|
options: __HttpHandlerOptions,
|
|
2780
2770
|
cb: (err: any, data?: CancelReservedInstancesListingCommandOutput) => void
|
|
2781
2771
|
): void;
|
|
2782
|
-
|
|
2783
2772
|
cancelSpotFleetRequests(
|
|
2784
2773
|
args: CancelSpotFleetRequestsCommandInput,
|
|
2785
2774
|
options?: __HttpHandlerOptions
|
|
@@ -2793,7 +2782,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2793
2782
|
options: __HttpHandlerOptions,
|
|
2794
2783
|
cb: (err: any, data?: CancelSpotFleetRequestsCommandOutput) => void
|
|
2795
2784
|
): void;
|
|
2796
|
-
|
|
2797
2785
|
cancelSpotInstanceRequests(
|
|
2798
2786
|
args: CancelSpotInstanceRequestsCommandInput,
|
|
2799
2787
|
options?: __HttpHandlerOptions
|
|
@@ -2807,7 +2795,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2807
2795
|
options: __HttpHandlerOptions,
|
|
2808
2796
|
cb: (err: any, data?: CancelSpotInstanceRequestsCommandOutput) => void
|
|
2809
2797
|
): void;
|
|
2810
|
-
|
|
2811
2798
|
confirmProductInstance(
|
|
2812
2799
|
args: ConfirmProductInstanceCommandInput,
|
|
2813
2800
|
options?: __HttpHandlerOptions
|
|
@@ -2821,7 +2808,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2821
2808
|
options: __HttpHandlerOptions,
|
|
2822
2809
|
cb: (err: any, data?: ConfirmProductInstanceCommandOutput) => void
|
|
2823
2810
|
): void;
|
|
2824
|
-
|
|
2825
2811
|
copyFpgaImage(
|
|
2826
2812
|
args: CopyFpgaImageCommandInput,
|
|
2827
2813
|
options?: __HttpHandlerOptions
|
|
@@ -2835,7 +2821,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2835
2821
|
options: __HttpHandlerOptions,
|
|
2836
2822
|
cb: (err: any, data?: CopyFpgaImageCommandOutput) => void
|
|
2837
2823
|
): void;
|
|
2838
|
-
|
|
2839
2824
|
copyImage(
|
|
2840
2825
|
args: CopyImageCommandInput,
|
|
2841
2826
|
options?: __HttpHandlerOptions
|
|
@@ -2849,7 +2834,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2849
2834
|
options: __HttpHandlerOptions,
|
|
2850
2835
|
cb: (err: any, data?: CopyImageCommandOutput) => void
|
|
2851
2836
|
): void;
|
|
2852
|
-
|
|
2853
2837
|
copySnapshot(
|
|
2854
2838
|
args: CopySnapshotCommandInput,
|
|
2855
2839
|
options?: __HttpHandlerOptions
|
|
@@ -2863,7 +2847,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2863
2847
|
options: __HttpHandlerOptions,
|
|
2864
2848
|
cb: (err: any, data?: CopySnapshotCommandOutput) => void
|
|
2865
2849
|
): void;
|
|
2866
|
-
|
|
2867
2850
|
createCapacityReservation(
|
|
2868
2851
|
args: CreateCapacityReservationCommandInput,
|
|
2869
2852
|
options?: __HttpHandlerOptions
|
|
@@ -2877,7 +2860,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2877
2860
|
options: __HttpHandlerOptions,
|
|
2878
2861
|
cb: (err: any, data?: CreateCapacityReservationCommandOutput) => void
|
|
2879
2862
|
): void;
|
|
2880
|
-
|
|
2881
2863
|
createCapacityReservationFleet(
|
|
2882
2864
|
args: CreateCapacityReservationFleetCommandInput,
|
|
2883
2865
|
options?: __HttpHandlerOptions
|
|
@@ -2891,7 +2873,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2891
2873
|
options: __HttpHandlerOptions,
|
|
2892
2874
|
cb: (err: any, data?: CreateCapacityReservationFleetCommandOutput) => void
|
|
2893
2875
|
): void;
|
|
2894
|
-
|
|
2895
2876
|
createCarrierGateway(
|
|
2896
2877
|
args: CreateCarrierGatewayCommandInput,
|
|
2897
2878
|
options?: __HttpHandlerOptions
|
|
@@ -2905,7 +2886,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2905
2886
|
options: __HttpHandlerOptions,
|
|
2906
2887
|
cb: (err: any, data?: CreateCarrierGatewayCommandOutput) => void
|
|
2907
2888
|
): void;
|
|
2908
|
-
|
|
2909
2889
|
createClientVpnEndpoint(
|
|
2910
2890
|
args: CreateClientVpnEndpointCommandInput,
|
|
2911
2891
|
options?: __HttpHandlerOptions
|
|
@@ -2919,7 +2899,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2919
2899
|
options: __HttpHandlerOptions,
|
|
2920
2900
|
cb: (err: any, data?: CreateClientVpnEndpointCommandOutput) => void
|
|
2921
2901
|
): void;
|
|
2922
|
-
|
|
2923
2902
|
createClientVpnRoute(
|
|
2924
2903
|
args: CreateClientVpnRouteCommandInput,
|
|
2925
2904
|
options?: __HttpHandlerOptions
|
|
@@ -2933,7 +2912,32 @@ export declare class EC2 extends EC2Client {
|
|
|
2933
2912
|
options: __HttpHandlerOptions,
|
|
2934
2913
|
cb: (err: any, data?: CreateClientVpnRouteCommandOutput) => void
|
|
2935
2914
|
): void;
|
|
2936
|
-
|
|
2915
|
+
createCoipCidr(
|
|
2916
|
+
args: CreateCoipCidrCommandInput,
|
|
2917
|
+
options?: __HttpHandlerOptions
|
|
2918
|
+
): Promise<CreateCoipCidrCommandOutput>;
|
|
2919
|
+
createCoipCidr(
|
|
2920
|
+
args: CreateCoipCidrCommandInput,
|
|
2921
|
+
cb: (err: any, data?: CreateCoipCidrCommandOutput) => void
|
|
2922
|
+
): void;
|
|
2923
|
+
createCoipCidr(
|
|
2924
|
+
args: CreateCoipCidrCommandInput,
|
|
2925
|
+
options: __HttpHandlerOptions,
|
|
2926
|
+
cb: (err: any, data?: CreateCoipCidrCommandOutput) => void
|
|
2927
|
+
): void;
|
|
2928
|
+
createCoipPool(
|
|
2929
|
+
args: CreateCoipPoolCommandInput,
|
|
2930
|
+
options?: __HttpHandlerOptions
|
|
2931
|
+
): Promise<CreateCoipPoolCommandOutput>;
|
|
2932
|
+
createCoipPool(
|
|
2933
|
+
args: CreateCoipPoolCommandInput,
|
|
2934
|
+
cb: (err: any, data?: CreateCoipPoolCommandOutput) => void
|
|
2935
|
+
): void;
|
|
2936
|
+
createCoipPool(
|
|
2937
|
+
args: CreateCoipPoolCommandInput,
|
|
2938
|
+
options: __HttpHandlerOptions,
|
|
2939
|
+
cb: (err: any, data?: CreateCoipPoolCommandOutput) => void
|
|
2940
|
+
): void;
|
|
2937
2941
|
createCustomerGateway(
|
|
2938
2942
|
args: CreateCustomerGatewayCommandInput,
|
|
2939
2943
|
options?: __HttpHandlerOptions
|
|
@@ -2947,7 +2951,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2947
2951
|
options: __HttpHandlerOptions,
|
|
2948
2952
|
cb: (err: any, data?: CreateCustomerGatewayCommandOutput) => void
|
|
2949
2953
|
): void;
|
|
2950
|
-
|
|
2951
2954
|
createDefaultSubnet(
|
|
2952
2955
|
args: CreateDefaultSubnetCommandInput,
|
|
2953
2956
|
options?: __HttpHandlerOptions
|
|
@@ -2961,7 +2964,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2961
2964
|
options: __HttpHandlerOptions,
|
|
2962
2965
|
cb: (err: any, data?: CreateDefaultSubnetCommandOutput) => void
|
|
2963
2966
|
): void;
|
|
2964
|
-
|
|
2965
2967
|
createDefaultVpc(
|
|
2966
2968
|
args: CreateDefaultVpcCommandInput,
|
|
2967
2969
|
options?: __HttpHandlerOptions
|
|
@@ -2975,7 +2977,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2975
2977
|
options: __HttpHandlerOptions,
|
|
2976
2978
|
cb: (err: any, data?: CreateDefaultVpcCommandOutput) => void
|
|
2977
2979
|
): void;
|
|
2978
|
-
|
|
2979
2980
|
createDhcpOptions(
|
|
2980
2981
|
args: CreateDhcpOptionsCommandInput,
|
|
2981
2982
|
options?: __HttpHandlerOptions
|
|
@@ -2989,7 +2990,6 @@ export declare class EC2 extends EC2Client {
|
|
|
2989
2990
|
options: __HttpHandlerOptions,
|
|
2990
2991
|
cb: (err: any, data?: CreateDhcpOptionsCommandOutput) => void
|
|
2991
2992
|
): void;
|
|
2992
|
-
|
|
2993
2993
|
createEgressOnlyInternetGateway(
|
|
2994
2994
|
args: CreateEgressOnlyInternetGatewayCommandInput,
|
|
2995
2995
|
options?: __HttpHandlerOptions
|
|
@@ -3003,7 +3003,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3003
3003
|
options: __HttpHandlerOptions,
|
|
3004
3004
|
cb: (err: any, data?: CreateEgressOnlyInternetGatewayCommandOutput) => void
|
|
3005
3005
|
): void;
|
|
3006
|
-
|
|
3007
3006
|
createFleet(
|
|
3008
3007
|
args: CreateFleetCommandInput,
|
|
3009
3008
|
options?: __HttpHandlerOptions
|
|
@@ -3017,7 +3016,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3017
3016
|
options: __HttpHandlerOptions,
|
|
3018
3017
|
cb: (err: any, data?: CreateFleetCommandOutput) => void
|
|
3019
3018
|
): void;
|
|
3020
|
-
|
|
3021
3019
|
createFlowLogs(
|
|
3022
3020
|
args: CreateFlowLogsCommandInput,
|
|
3023
3021
|
options?: __HttpHandlerOptions
|
|
@@ -3031,7 +3029,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3031
3029
|
options: __HttpHandlerOptions,
|
|
3032
3030
|
cb: (err: any, data?: CreateFlowLogsCommandOutput) => void
|
|
3033
3031
|
): void;
|
|
3034
|
-
|
|
3035
3032
|
createFpgaImage(
|
|
3036
3033
|
args: CreateFpgaImageCommandInput,
|
|
3037
3034
|
options?: __HttpHandlerOptions
|
|
@@ -3045,7 +3042,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3045
3042
|
options: __HttpHandlerOptions,
|
|
3046
3043
|
cb: (err: any, data?: CreateFpgaImageCommandOutput) => void
|
|
3047
3044
|
): void;
|
|
3048
|
-
|
|
3049
3045
|
createImage(
|
|
3050
3046
|
args: CreateImageCommandInput,
|
|
3051
3047
|
options?: __HttpHandlerOptions
|
|
@@ -3059,7 +3055,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3059
3055
|
options: __HttpHandlerOptions,
|
|
3060
3056
|
cb: (err: any, data?: CreateImageCommandOutput) => void
|
|
3061
3057
|
): void;
|
|
3062
|
-
|
|
3063
3058
|
createInstanceEventWindow(
|
|
3064
3059
|
args: CreateInstanceEventWindowCommandInput,
|
|
3065
3060
|
options?: __HttpHandlerOptions
|
|
@@ -3073,7 +3068,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3073
3068
|
options: __HttpHandlerOptions,
|
|
3074
3069
|
cb: (err: any, data?: CreateInstanceEventWindowCommandOutput) => void
|
|
3075
3070
|
): void;
|
|
3076
|
-
|
|
3077
3071
|
createInstanceExportTask(
|
|
3078
3072
|
args: CreateInstanceExportTaskCommandInput,
|
|
3079
3073
|
options?: __HttpHandlerOptions
|
|
@@ -3087,7 +3081,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3087
3081
|
options: __HttpHandlerOptions,
|
|
3088
3082
|
cb: (err: any, data?: CreateInstanceExportTaskCommandOutput) => void
|
|
3089
3083
|
): void;
|
|
3090
|
-
|
|
3091
3084
|
createInternetGateway(
|
|
3092
3085
|
args: CreateInternetGatewayCommandInput,
|
|
3093
3086
|
options?: __HttpHandlerOptions
|
|
@@ -3101,7 +3094,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3101
3094
|
options: __HttpHandlerOptions,
|
|
3102
3095
|
cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void
|
|
3103
3096
|
): void;
|
|
3104
|
-
|
|
3105
3097
|
createIpam(
|
|
3106
3098
|
args: CreateIpamCommandInput,
|
|
3107
3099
|
options?: __HttpHandlerOptions
|
|
@@ -3115,7 +3107,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3115
3107
|
options: __HttpHandlerOptions,
|
|
3116
3108
|
cb: (err: any, data?: CreateIpamCommandOutput) => void
|
|
3117
3109
|
): void;
|
|
3118
|
-
|
|
3119
3110
|
createIpamPool(
|
|
3120
3111
|
args: CreateIpamPoolCommandInput,
|
|
3121
3112
|
options?: __HttpHandlerOptions
|
|
@@ -3129,7 +3120,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3129
3120
|
options: __HttpHandlerOptions,
|
|
3130
3121
|
cb: (err: any, data?: CreateIpamPoolCommandOutput) => void
|
|
3131
3122
|
): void;
|
|
3132
|
-
|
|
3133
3123
|
createIpamScope(
|
|
3134
3124
|
args: CreateIpamScopeCommandInput,
|
|
3135
3125
|
options?: __HttpHandlerOptions
|
|
@@ -3143,7 +3133,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3143
3133
|
options: __HttpHandlerOptions,
|
|
3144
3134
|
cb: (err: any, data?: CreateIpamScopeCommandOutput) => void
|
|
3145
3135
|
): void;
|
|
3146
|
-
|
|
3147
3136
|
createKeyPair(
|
|
3148
3137
|
args: CreateKeyPairCommandInput,
|
|
3149
3138
|
options?: __HttpHandlerOptions
|
|
@@ -3157,7 +3146,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3157
3146
|
options: __HttpHandlerOptions,
|
|
3158
3147
|
cb: (err: any, data?: CreateKeyPairCommandOutput) => void
|
|
3159
3148
|
): void;
|
|
3160
|
-
|
|
3161
3149
|
createLaunchTemplate(
|
|
3162
3150
|
args: CreateLaunchTemplateCommandInput,
|
|
3163
3151
|
options?: __HttpHandlerOptions
|
|
@@ -3171,7 +3159,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3171
3159
|
options: __HttpHandlerOptions,
|
|
3172
3160
|
cb: (err: any, data?: CreateLaunchTemplateCommandOutput) => void
|
|
3173
3161
|
): void;
|
|
3174
|
-
|
|
3175
3162
|
createLaunchTemplateVersion(
|
|
3176
3163
|
args: CreateLaunchTemplateVersionCommandInput,
|
|
3177
3164
|
options?: __HttpHandlerOptions
|
|
@@ -3185,7 +3172,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3185
3172
|
options: __HttpHandlerOptions,
|
|
3186
3173
|
cb: (err: any, data?: CreateLaunchTemplateVersionCommandOutput) => void
|
|
3187
3174
|
): void;
|
|
3188
|
-
|
|
3189
3175
|
createLocalGatewayRoute(
|
|
3190
3176
|
args: CreateLocalGatewayRouteCommandInput,
|
|
3191
3177
|
options?: __HttpHandlerOptions
|
|
@@ -3199,7 +3185,38 @@ export declare class EC2 extends EC2Client {
|
|
|
3199
3185
|
options: __HttpHandlerOptions,
|
|
3200
3186
|
cb: (err: any, data?: CreateLocalGatewayRouteCommandOutput) => void
|
|
3201
3187
|
): void;
|
|
3202
|
-
|
|
3188
|
+
createLocalGatewayRouteTable(
|
|
3189
|
+
args: CreateLocalGatewayRouteTableCommandInput,
|
|
3190
|
+
options?: __HttpHandlerOptions
|
|
3191
|
+
): Promise<CreateLocalGatewayRouteTableCommandOutput>;
|
|
3192
|
+
createLocalGatewayRouteTable(
|
|
3193
|
+
args: CreateLocalGatewayRouteTableCommandInput,
|
|
3194
|
+
cb: (err: any, data?: CreateLocalGatewayRouteTableCommandOutput) => void
|
|
3195
|
+
): void;
|
|
3196
|
+
createLocalGatewayRouteTable(
|
|
3197
|
+
args: CreateLocalGatewayRouteTableCommandInput,
|
|
3198
|
+
options: __HttpHandlerOptions,
|
|
3199
|
+
cb: (err: any, data?: CreateLocalGatewayRouteTableCommandOutput) => void
|
|
3200
|
+
): void;
|
|
3201
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
3202
|
+
args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
3203
|
+
options?: __HttpHandlerOptions
|
|
3204
|
+
): Promise<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput>;
|
|
3205
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
3206
|
+
args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
3207
|
+
cb: (
|
|
3208
|
+
err: any,
|
|
3209
|
+
data?: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
|
|
3210
|
+
) => void
|
|
3211
|
+
): void;
|
|
3212
|
+
createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
3213
|
+
args: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
3214
|
+
options: __HttpHandlerOptions,
|
|
3215
|
+
cb: (
|
|
3216
|
+
err: any,
|
|
3217
|
+
data?: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
|
|
3218
|
+
) => void
|
|
3219
|
+
): void;
|
|
3203
3220
|
createLocalGatewayRouteTableVpcAssociation(
|
|
3204
3221
|
args: CreateLocalGatewayRouteTableVpcAssociationCommandInput,
|
|
3205
3222
|
options?: __HttpHandlerOptions
|
|
@@ -3219,7 +3236,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3219
3236
|
data?: CreateLocalGatewayRouteTableVpcAssociationCommandOutput
|
|
3220
3237
|
) => void
|
|
3221
3238
|
): void;
|
|
3222
|
-
|
|
3223
3239
|
createManagedPrefixList(
|
|
3224
3240
|
args: CreateManagedPrefixListCommandInput,
|
|
3225
3241
|
options?: __HttpHandlerOptions
|
|
@@ -3233,7 +3249,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3233
3249
|
options: __HttpHandlerOptions,
|
|
3234
3250
|
cb: (err: any, data?: CreateManagedPrefixListCommandOutput) => void
|
|
3235
3251
|
): void;
|
|
3236
|
-
|
|
3237
3252
|
createNatGateway(
|
|
3238
3253
|
args: CreateNatGatewayCommandInput,
|
|
3239
3254
|
options?: __HttpHandlerOptions
|
|
@@ -3247,7 +3262,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3247
3262
|
options: __HttpHandlerOptions,
|
|
3248
3263
|
cb: (err: any, data?: CreateNatGatewayCommandOutput) => void
|
|
3249
3264
|
): void;
|
|
3250
|
-
|
|
3251
3265
|
createNetworkAcl(
|
|
3252
3266
|
args: CreateNetworkAclCommandInput,
|
|
3253
3267
|
options?: __HttpHandlerOptions
|
|
@@ -3261,7 +3275,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3261
3275
|
options: __HttpHandlerOptions,
|
|
3262
3276
|
cb: (err: any, data?: CreateNetworkAclCommandOutput) => void
|
|
3263
3277
|
): void;
|
|
3264
|
-
|
|
3265
3278
|
createNetworkAclEntry(
|
|
3266
3279
|
args: CreateNetworkAclEntryCommandInput,
|
|
3267
3280
|
options?: __HttpHandlerOptions
|
|
@@ -3275,7 +3288,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3275
3288
|
options: __HttpHandlerOptions,
|
|
3276
3289
|
cb: (err: any, data?: CreateNetworkAclEntryCommandOutput) => void
|
|
3277
3290
|
): void;
|
|
3278
|
-
|
|
3279
3291
|
createNetworkInsightsAccessScope(
|
|
3280
3292
|
args: CreateNetworkInsightsAccessScopeCommandInput,
|
|
3281
3293
|
options?: __HttpHandlerOptions
|
|
@@ -3289,7 +3301,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3289
3301
|
options: __HttpHandlerOptions,
|
|
3290
3302
|
cb: (err: any, data?: CreateNetworkInsightsAccessScopeCommandOutput) => void
|
|
3291
3303
|
): void;
|
|
3292
|
-
|
|
3293
3304
|
createNetworkInsightsPath(
|
|
3294
3305
|
args: CreateNetworkInsightsPathCommandInput,
|
|
3295
3306
|
options?: __HttpHandlerOptions
|
|
@@ -3303,7 +3314,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3303
3314
|
options: __HttpHandlerOptions,
|
|
3304
3315
|
cb: (err: any, data?: CreateNetworkInsightsPathCommandOutput) => void
|
|
3305
3316
|
): void;
|
|
3306
|
-
|
|
3307
3317
|
createNetworkInterface(
|
|
3308
3318
|
args: CreateNetworkInterfaceCommandInput,
|
|
3309
3319
|
options?: __HttpHandlerOptions
|
|
@@ -3317,7 +3327,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3317
3327
|
options: __HttpHandlerOptions,
|
|
3318
3328
|
cb: (err: any, data?: CreateNetworkInterfaceCommandOutput) => void
|
|
3319
3329
|
): void;
|
|
3320
|
-
|
|
3321
3330
|
createNetworkInterfacePermission(
|
|
3322
3331
|
args: CreateNetworkInterfacePermissionCommandInput,
|
|
3323
3332
|
options?: __HttpHandlerOptions
|
|
@@ -3331,7 +3340,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3331
3340
|
options: __HttpHandlerOptions,
|
|
3332
3341
|
cb: (err: any, data?: CreateNetworkInterfacePermissionCommandOutput) => void
|
|
3333
3342
|
): void;
|
|
3334
|
-
|
|
3335
3343
|
createPlacementGroup(
|
|
3336
3344
|
args: CreatePlacementGroupCommandInput,
|
|
3337
3345
|
options?: __HttpHandlerOptions
|
|
@@ -3345,7 +3353,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3345
3353
|
options: __HttpHandlerOptions,
|
|
3346
3354
|
cb: (err: any, data?: CreatePlacementGroupCommandOutput) => void
|
|
3347
3355
|
): void;
|
|
3348
|
-
|
|
3349
3356
|
createPublicIpv4Pool(
|
|
3350
3357
|
args: CreatePublicIpv4PoolCommandInput,
|
|
3351
3358
|
options?: __HttpHandlerOptions
|
|
@@ -3359,7 +3366,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3359
3366
|
options: __HttpHandlerOptions,
|
|
3360
3367
|
cb: (err: any, data?: CreatePublicIpv4PoolCommandOutput) => void
|
|
3361
3368
|
): void;
|
|
3362
|
-
|
|
3363
3369
|
createReplaceRootVolumeTask(
|
|
3364
3370
|
args: CreateReplaceRootVolumeTaskCommandInput,
|
|
3365
3371
|
options?: __HttpHandlerOptions
|
|
@@ -3373,7 +3379,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3373
3379
|
options: __HttpHandlerOptions,
|
|
3374
3380
|
cb: (err: any, data?: CreateReplaceRootVolumeTaskCommandOutput) => void
|
|
3375
3381
|
): void;
|
|
3376
|
-
|
|
3377
3382
|
createReservedInstancesListing(
|
|
3378
3383
|
args: CreateReservedInstancesListingCommandInput,
|
|
3379
3384
|
options?: __HttpHandlerOptions
|
|
@@ -3387,7 +3392,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3387
3392
|
options: __HttpHandlerOptions,
|
|
3388
3393
|
cb: (err: any, data?: CreateReservedInstancesListingCommandOutput) => void
|
|
3389
3394
|
): void;
|
|
3390
|
-
|
|
3391
3395
|
createRestoreImageTask(
|
|
3392
3396
|
args: CreateRestoreImageTaskCommandInput,
|
|
3393
3397
|
options?: __HttpHandlerOptions
|
|
@@ -3401,7 +3405,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3401
3405
|
options: __HttpHandlerOptions,
|
|
3402
3406
|
cb: (err: any, data?: CreateRestoreImageTaskCommandOutput) => void
|
|
3403
3407
|
): void;
|
|
3404
|
-
|
|
3405
3408
|
createRoute(
|
|
3406
3409
|
args: CreateRouteCommandInput,
|
|
3407
3410
|
options?: __HttpHandlerOptions
|
|
@@ -3415,7 +3418,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3415
3418
|
options: __HttpHandlerOptions,
|
|
3416
3419
|
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
3417
3420
|
): void;
|
|
3418
|
-
|
|
3419
3421
|
createRouteTable(
|
|
3420
3422
|
args: CreateRouteTableCommandInput,
|
|
3421
3423
|
options?: __HttpHandlerOptions
|
|
@@ -3429,7 +3431,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3429
3431
|
options: __HttpHandlerOptions,
|
|
3430
3432
|
cb: (err: any, data?: CreateRouteTableCommandOutput) => void
|
|
3431
3433
|
): void;
|
|
3432
|
-
|
|
3433
3434
|
createSecurityGroup(
|
|
3434
3435
|
args: CreateSecurityGroupCommandInput,
|
|
3435
3436
|
options?: __HttpHandlerOptions
|
|
@@ -3443,7 +3444,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3443
3444
|
options: __HttpHandlerOptions,
|
|
3444
3445
|
cb: (err: any, data?: CreateSecurityGroupCommandOutput) => void
|
|
3445
3446
|
): void;
|
|
3446
|
-
|
|
3447
3447
|
createSnapshot(
|
|
3448
3448
|
args: CreateSnapshotCommandInput,
|
|
3449
3449
|
options?: __HttpHandlerOptions
|
|
@@ -3457,7 +3457,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3457
3457
|
options: __HttpHandlerOptions,
|
|
3458
3458
|
cb: (err: any, data?: CreateSnapshotCommandOutput) => void
|
|
3459
3459
|
): void;
|
|
3460
|
-
|
|
3461
3460
|
createSnapshots(
|
|
3462
3461
|
args: CreateSnapshotsCommandInput,
|
|
3463
3462
|
options?: __HttpHandlerOptions
|
|
@@ -3471,7 +3470,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3471
3470
|
options: __HttpHandlerOptions,
|
|
3472
3471
|
cb: (err: any, data?: CreateSnapshotsCommandOutput) => void
|
|
3473
3472
|
): void;
|
|
3474
|
-
|
|
3475
3473
|
createSpotDatafeedSubscription(
|
|
3476
3474
|
args: CreateSpotDatafeedSubscriptionCommandInput,
|
|
3477
3475
|
options?: __HttpHandlerOptions
|
|
@@ -3485,7 +3483,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3485
3483
|
options: __HttpHandlerOptions,
|
|
3486
3484
|
cb: (err: any, data?: CreateSpotDatafeedSubscriptionCommandOutput) => void
|
|
3487
3485
|
): void;
|
|
3488
|
-
|
|
3489
3486
|
createStoreImageTask(
|
|
3490
3487
|
args: CreateStoreImageTaskCommandInput,
|
|
3491
3488
|
options?: __HttpHandlerOptions
|
|
@@ -3499,7 +3496,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3499
3496
|
options: __HttpHandlerOptions,
|
|
3500
3497
|
cb: (err: any, data?: CreateStoreImageTaskCommandOutput) => void
|
|
3501
3498
|
): void;
|
|
3502
|
-
|
|
3503
3499
|
createSubnet(
|
|
3504
3500
|
args: CreateSubnetCommandInput,
|
|
3505
3501
|
options?: __HttpHandlerOptions
|
|
@@ -3513,7 +3509,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3513
3509
|
options: __HttpHandlerOptions,
|
|
3514
3510
|
cb: (err: any, data?: CreateSubnetCommandOutput) => void
|
|
3515
3511
|
): void;
|
|
3516
|
-
|
|
3517
3512
|
createSubnetCidrReservation(
|
|
3518
3513
|
args: CreateSubnetCidrReservationCommandInput,
|
|
3519
3514
|
options?: __HttpHandlerOptions
|
|
@@ -3527,7 +3522,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3527
3522
|
options: __HttpHandlerOptions,
|
|
3528
3523
|
cb: (err: any, data?: CreateSubnetCidrReservationCommandOutput) => void
|
|
3529
3524
|
): void;
|
|
3530
|
-
|
|
3531
3525
|
createTags(
|
|
3532
3526
|
args: CreateTagsCommandInput,
|
|
3533
3527
|
options?: __HttpHandlerOptions
|
|
@@ -3541,7 +3535,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3541
3535
|
options: __HttpHandlerOptions,
|
|
3542
3536
|
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
3543
3537
|
): void;
|
|
3544
|
-
|
|
3545
3538
|
createTrafficMirrorFilter(
|
|
3546
3539
|
args: CreateTrafficMirrorFilterCommandInput,
|
|
3547
3540
|
options?: __HttpHandlerOptions
|
|
@@ -3555,7 +3548,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3555
3548
|
options: __HttpHandlerOptions,
|
|
3556
3549
|
cb: (err: any, data?: CreateTrafficMirrorFilterCommandOutput) => void
|
|
3557
3550
|
): void;
|
|
3558
|
-
|
|
3559
3551
|
createTrafficMirrorFilterRule(
|
|
3560
3552
|
args: CreateTrafficMirrorFilterRuleCommandInput,
|
|
3561
3553
|
options?: __HttpHandlerOptions
|
|
@@ -3569,7 +3561,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3569
3561
|
options: __HttpHandlerOptions,
|
|
3570
3562
|
cb: (err: any, data?: CreateTrafficMirrorFilterRuleCommandOutput) => void
|
|
3571
3563
|
): void;
|
|
3572
|
-
|
|
3573
3564
|
createTrafficMirrorSession(
|
|
3574
3565
|
args: CreateTrafficMirrorSessionCommandInput,
|
|
3575
3566
|
options?: __HttpHandlerOptions
|
|
@@ -3583,7 +3574,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3583
3574
|
options: __HttpHandlerOptions,
|
|
3584
3575
|
cb: (err: any, data?: CreateTrafficMirrorSessionCommandOutput) => void
|
|
3585
3576
|
): void;
|
|
3586
|
-
|
|
3587
3577
|
createTrafficMirrorTarget(
|
|
3588
3578
|
args: CreateTrafficMirrorTargetCommandInput,
|
|
3589
3579
|
options?: __HttpHandlerOptions
|
|
@@ -3597,7 +3587,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3597
3587
|
options: __HttpHandlerOptions,
|
|
3598
3588
|
cb: (err: any, data?: CreateTrafficMirrorTargetCommandOutput) => void
|
|
3599
3589
|
): void;
|
|
3600
|
-
|
|
3601
3590
|
createTransitGateway(
|
|
3602
3591
|
args: CreateTransitGatewayCommandInput,
|
|
3603
3592
|
options?: __HttpHandlerOptions
|
|
@@ -3611,7 +3600,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3611
3600
|
options: __HttpHandlerOptions,
|
|
3612
3601
|
cb: (err: any, data?: CreateTransitGatewayCommandOutput) => void
|
|
3613
3602
|
): void;
|
|
3614
|
-
|
|
3615
3603
|
createTransitGatewayConnect(
|
|
3616
3604
|
args: CreateTransitGatewayConnectCommandInput,
|
|
3617
3605
|
options?: __HttpHandlerOptions
|
|
@@ -3625,7 +3613,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3625
3613
|
options: __HttpHandlerOptions,
|
|
3626
3614
|
cb: (err: any, data?: CreateTransitGatewayConnectCommandOutput) => void
|
|
3627
3615
|
): void;
|
|
3628
|
-
|
|
3629
3616
|
createTransitGatewayConnectPeer(
|
|
3630
3617
|
args: CreateTransitGatewayConnectPeerCommandInput,
|
|
3631
3618
|
options?: __HttpHandlerOptions
|
|
@@ -3639,7 +3626,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3639
3626
|
options: __HttpHandlerOptions,
|
|
3640
3627
|
cb: (err: any, data?: CreateTransitGatewayConnectPeerCommandOutput) => void
|
|
3641
3628
|
): void;
|
|
3642
|
-
|
|
3643
3629
|
createTransitGatewayMulticastDomain(
|
|
3644
3630
|
args: CreateTransitGatewayMulticastDomainCommandInput,
|
|
3645
3631
|
options?: __HttpHandlerOptions
|
|
@@ -3659,7 +3645,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3659
3645
|
data?: CreateTransitGatewayMulticastDomainCommandOutput
|
|
3660
3646
|
) => void
|
|
3661
3647
|
): void;
|
|
3662
|
-
|
|
3663
3648
|
createTransitGatewayPeeringAttachment(
|
|
3664
3649
|
args: CreateTransitGatewayPeeringAttachmentCommandInput,
|
|
3665
3650
|
options?: __HttpHandlerOptions
|
|
@@ -3679,7 +3664,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3679
3664
|
data?: CreateTransitGatewayPeeringAttachmentCommandOutput
|
|
3680
3665
|
) => void
|
|
3681
3666
|
): void;
|
|
3682
|
-
|
|
3683
3667
|
createTransitGatewayPolicyTable(
|
|
3684
3668
|
args: CreateTransitGatewayPolicyTableCommandInput,
|
|
3685
3669
|
options?: __HttpHandlerOptions
|
|
@@ -3693,7 +3677,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3693
3677
|
options: __HttpHandlerOptions,
|
|
3694
3678
|
cb: (err: any, data?: CreateTransitGatewayPolicyTableCommandOutput) => void
|
|
3695
3679
|
): void;
|
|
3696
|
-
|
|
3697
3680
|
createTransitGatewayPrefixListReference(
|
|
3698
3681
|
args: CreateTransitGatewayPrefixListReferenceCommandInput,
|
|
3699
3682
|
options?: __HttpHandlerOptions
|
|
@@ -3713,7 +3696,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3713
3696
|
data?: CreateTransitGatewayPrefixListReferenceCommandOutput
|
|
3714
3697
|
) => void
|
|
3715
3698
|
): void;
|
|
3716
|
-
|
|
3717
3699
|
createTransitGatewayRoute(
|
|
3718
3700
|
args: CreateTransitGatewayRouteCommandInput,
|
|
3719
3701
|
options?: __HttpHandlerOptions
|
|
@@ -3727,7 +3709,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3727
3709
|
options: __HttpHandlerOptions,
|
|
3728
3710
|
cb: (err: any, data?: CreateTransitGatewayRouteCommandOutput) => void
|
|
3729
3711
|
): void;
|
|
3730
|
-
|
|
3731
3712
|
createTransitGatewayRouteTable(
|
|
3732
3713
|
args: CreateTransitGatewayRouteTableCommandInput,
|
|
3733
3714
|
options?: __HttpHandlerOptions
|
|
@@ -3741,7 +3722,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3741
3722
|
options: __HttpHandlerOptions,
|
|
3742
3723
|
cb: (err: any, data?: CreateTransitGatewayRouteTableCommandOutput) => void
|
|
3743
3724
|
): void;
|
|
3744
|
-
|
|
3745
3725
|
createTransitGatewayRouteTableAnnouncement(
|
|
3746
3726
|
args: CreateTransitGatewayRouteTableAnnouncementCommandInput,
|
|
3747
3727
|
options?: __HttpHandlerOptions
|
|
@@ -3761,7 +3741,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3761
3741
|
data?: CreateTransitGatewayRouteTableAnnouncementCommandOutput
|
|
3762
3742
|
) => void
|
|
3763
3743
|
): void;
|
|
3764
|
-
|
|
3765
3744
|
createTransitGatewayVpcAttachment(
|
|
3766
3745
|
args: CreateTransitGatewayVpcAttachmentCommandInput,
|
|
3767
3746
|
options?: __HttpHandlerOptions
|
|
@@ -3781,7 +3760,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3781
3760
|
data?: CreateTransitGatewayVpcAttachmentCommandOutput
|
|
3782
3761
|
) => void
|
|
3783
3762
|
): void;
|
|
3784
|
-
|
|
3785
3763
|
createVolume(
|
|
3786
3764
|
args: CreateVolumeCommandInput,
|
|
3787
3765
|
options?: __HttpHandlerOptions
|
|
@@ -3795,7 +3773,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3795
3773
|
options: __HttpHandlerOptions,
|
|
3796
3774
|
cb: (err: any, data?: CreateVolumeCommandOutput) => void
|
|
3797
3775
|
): void;
|
|
3798
|
-
|
|
3799
3776
|
createVpc(
|
|
3800
3777
|
args: CreateVpcCommandInput,
|
|
3801
3778
|
options?: __HttpHandlerOptions
|
|
@@ -3809,7 +3786,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3809
3786
|
options: __HttpHandlerOptions,
|
|
3810
3787
|
cb: (err: any, data?: CreateVpcCommandOutput) => void
|
|
3811
3788
|
): void;
|
|
3812
|
-
|
|
3813
3789
|
createVpcEndpoint(
|
|
3814
3790
|
args: CreateVpcEndpointCommandInput,
|
|
3815
3791
|
options?: __HttpHandlerOptions
|
|
@@ -3823,7 +3799,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3823
3799
|
options: __HttpHandlerOptions,
|
|
3824
3800
|
cb: (err: any, data?: CreateVpcEndpointCommandOutput) => void
|
|
3825
3801
|
): void;
|
|
3826
|
-
|
|
3827
3802
|
createVpcEndpointConnectionNotification(
|
|
3828
3803
|
args: CreateVpcEndpointConnectionNotificationCommandInput,
|
|
3829
3804
|
options?: __HttpHandlerOptions
|
|
@@ -3843,7 +3818,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3843
3818
|
data?: CreateVpcEndpointConnectionNotificationCommandOutput
|
|
3844
3819
|
) => void
|
|
3845
3820
|
): void;
|
|
3846
|
-
|
|
3847
3821
|
createVpcEndpointServiceConfiguration(
|
|
3848
3822
|
args: CreateVpcEndpointServiceConfigurationCommandInput,
|
|
3849
3823
|
options?: __HttpHandlerOptions
|
|
@@ -3863,7 +3837,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3863
3837
|
data?: CreateVpcEndpointServiceConfigurationCommandOutput
|
|
3864
3838
|
) => void
|
|
3865
3839
|
): void;
|
|
3866
|
-
|
|
3867
3840
|
createVpcPeeringConnection(
|
|
3868
3841
|
args: CreateVpcPeeringConnectionCommandInput,
|
|
3869
3842
|
options?: __HttpHandlerOptions
|
|
@@ -3877,7 +3850,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3877
3850
|
options: __HttpHandlerOptions,
|
|
3878
3851
|
cb: (err: any, data?: CreateVpcPeeringConnectionCommandOutput) => void
|
|
3879
3852
|
): void;
|
|
3880
|
-
|
|
3881
3853
|
createVpnConnection(
|
|
3882
3854
|
args: CreateVpnConnectionCommandInput,
|
|
3883
3855
|
options?: __HttpHandlerOptions
|
|
@@ -3891,7 +3863,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3891
3863
|
options: __HttpHandlerOptions,
|
|
3892
3864
|
cb: (err: any, data?: CreateVpnConnectionCommandOutput) => void
|
|
3893
3865
|
): void;
|
|
3894
|
-
|
|
3895
3866
|
createVpnConnectionRoute(
|
|
3896
3867
|
args: CreateVpnConnectionRouteCommandInput,
|
|
3897
3868
|
options?: __HttpHandlerOptions
|
|
@@ -3905,7 +3876,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3905
3876
|
options: __HttpHandlerOptions,
|
|
3906
3877
|
cb: (err: any, data?: CreateVpnConnectionRouteCommandOutput) => void
|
|
3907
3878
|
): void;
|
|
3908
|
-
|
|
3909
3879
|
createVpnGateway(
|
|
3910
3880
|
args: CreateVpnGatewayCommandInput,
|
|
3911
3881
|
options?: __HttpHandlerOptions
|
|
@@ -3919,7 +3889,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3919
3889
|
options: __HttpHandlerOptions,
|
|
3920
3890
|
cb: (err: any, data?: CreateVpnGatewayCommandOutput) => void
|
|
3921
3891
|
): void;
|
|
3922
|
-
|
|
3923
3892
|
deleteCarrierGateway(
|
|
3924
3893
|
args: DeleteCarrierGatewayCommandInput,
|
|
3925
3894
|
options?: __HttpHandlerOptions
|
|
@@ -3933,7 +3902,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3933
3902
|
options: __HttpHandlerOptions,
|
|
3934
3903
|
cb: (err: any, data?: DeleteCarrierGatewayCommandOutput) => void
|
|
3935
3904
|
): void;
|
|
3936
|
-
|
|
3937
3905
|
deleteClientVpnEndpoint(
|
|
3938
3906
|
args: DeleteClientVpnEndpointCommandInput,
|
|
3939
3907
|
options?: __HttpHandlerOptions
|
|
@@ -3947,7 +3915,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3947
3915
|
options: __HttpHandlerOptions,
|
|
3948
3916
|
cb: (err: any, data?: DeleteClientVpnEndpointCommandOutput) => void
|
|
3949
3917
|
): void;
|
|
3950
|
-
|
|
3951
3918
|
deleteClientVpnRoute(
|
|
3952
3919
|
args: DeleteClientVpnRouteCommandInput,
|
|
3953
3920
|
options?: __HttpHandlerOptions
|
|
@@ -3961,7 +3928,32 @@ export declare class EC2 extends EC2Client {
|
|
|
3961
3928
|
options: __HttpHandlerOptions,
|
|
3962
3929
|
cb: (err: any, data?: DeleteClientVpnRouteCommandOutput) => void
|
|
3963
3930
|
): void;
|
|
3964
|
-
|
|
3931
|
+
deleteCoipCidr(
|
|
3932
|
+
args: DeleteCoipCidrCommandInput,
|
|
3933
|
+
options?: __HttpHandlerOptions
|
|
3934
|
+
): Promise<DeleteCoipCidrCommandOutput>;
|
|
3935
|
+
deleteCoipCidr(
|
|
3936
|
+
args: DeleteCoipCidrCommandInput,
|
|
3937
|
+
cb: (err: any, data?: DeleteCoipCidrCommandOutput) => void
|
|
3938
|
+
): void;
|
|
3939
|
+
deleteCoipCidr(
|
|
3940
|
+
args: DeleteCoipCidrCommandInput,
|
|
3941
|
+
options: __HttpHandlerOptions,
|
|
3942
|
+
cb: (err: any, data?: DeleteCoipCidrCommandOutput) => void
|
|
3943
|
+
): void;
|
|
3944
|
+
deleteCoipPool(
|
|
3945
|
+
args: DeleteCoipPoolCommandInput,
|
|
3946
|
+
options?: __HttpHandlerOptions
|
|
3947
|
+
): Promise<DeleteCoipPoolCommandOutput>;
|
|
3948
|
+
deleteCoipPool(
|
|
3949
|
+
args: DeleteCoipPoolCommandInput,
|
|
3950
|
+
cb: (err: any, data?: DeleteCoipPoolCommandOutput) => void
|
|
3951
|
+
): void;
|
|
3952
|
+
deleteCoipPool(
|
|
3953
|
+
args: DeleteCoipPoolCommandInput,
|
|
3954
|
+
options: __HttpHandlerOptions,
|
|
3955
|
+
cb: (err: any, data?: DeleteCoipPoolCommandOutput) => void
|
|
3956
|
+
): void;
|
|
3965
3957
|
deleteCustomerGateway(
|
|
3966
3958
|
args: DeleteCustomerGatewayCommandInput,
|
|
3967
3959
|
options?: __HttpHandlerOptions
|
|
@@ -3975,7 +3967,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3975
3967
|
options: __HttpHandlerOptions,
|
|
3976
3968
|
cb: (err: any, data?: DeleteCustomerGatewayCommandOutput) => void
|
|
3977
3969
|
): void;
|
|
3978
|
-
|
|
3979
3970
|
deleteDhcpOptions(
|
|
3980
3971
|
args: DeleteDhcpOptionsCommandInput,
|
|
3981
3972
|
options?: __HttpHandlerOptions
|
|
@@ -3989,7 +3980,6 @@ export declare class EC2 extends EC2Client {
|
|
|
3989
3980
|
options: __HttpHandlerOptions,
|
|
3990
3981
|
cb: (err: any, data?: DeleteDhcpOptionsCommandOutput) => void
|
|
3991
3982
|
): void;
|
|
3992
|
-
|
|
3993
3983
|
deleteEgressOnlyInternetGateway(
|
|
3994
3984
|
args: DeleteEgressOnlyInternetGatewayCommandInput,
|
|
3995
3985
|
options?: __HttpHandlerOptions
|
|
@@ -4003,7 +3993,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4003
3993
|
options: __HttpHandlerOptions,
|
|
4004
3994
|
cb: (err: any, data?: DeleteEgressOnlyInternetGatewayCommandOutput) => void
|
|
4005
3995
|
): void;
|
|
4006
|
-
|
|
4007
3996
|
deleteFleets(
|
|
4008
3997
|
args: DeleteFleetsCommandInput,
|
|
4009
3998
|
options?: __HttpHandlerOptions
|
|
@@ -4017,7 +4006,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4017
4006
|
options: __HttpHandlerOptions,
|
|
4018
4007
|
cb: (err: any, data?: DeleteFleetsCommandOutput) => void
|
|
4019
4008
|
): void;
|
|
4020
|
-
|
|
4021
4009
|
deleteFlowLogs(
|
|
4022
4010
|
args: DeleteFlowLogsCommandInput,
|
|
4023
4011
|
options?: __HttpHandlerOptions
|
|
@@ -4031,7 +4019,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4031
4019
|
options: __HttpHandlerOptions,
|
|
4032
4020
|
cb: (err: any, data?: DeleteFlowLogsCommandOutput) => void
|
|
4033
4021
|
): void;
|
|
4034
|
-
|
|
4035
4022
|
deleteFpgaImage(
|
|
4036
4023
|
args: DeleteFpgaImageCommandInput,
|
|
4037
4024
|
options?: __HttpHandlerOptions
|
|
@@ -4045,7 +4032,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4045
4032
|
options: __HttpHandlerOptions,
|
|
4046
4033
|
cb: (err: any, data?: DeleteFpgaImageCommandOutput) => void
|
|
4047
4034
|
): void;
|
|
4048
|
-
|
|
4049
4035
|
deleteInstanceEventWindow(
|
|
4050
4036
|
args: DeleteInstanceEventWindowCommandInput,
|
|
4051
4037
|
options?: __HttpHandlerOptions
|
|
@@ -4059,7 +4045,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4059
4045
|
options: __HttpHandlerOptions,
|
|
4060
4046
|
cb: (err: any, data?: DeleteInstanceEventWindowCommandOutput) => void
|
|
4061
4047
|
): void;
|
|
4062
|
-
|
|
4063
4048
|
deleteInternetGateway(
|
|
4064
4049
|
args: DeleteInternetGatewayCommandInput,
|
|
4065
4050
|
options?: __HttpHandlerOptions
|
|
@@ -4073,7 +4058,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4073
4058
|
options: __HttpHandlerOptions,
|
|
4074
4059
|
cb: (err: any, data?: DeleteInternetGatewayCommandOutput) => void
|
|
4075
4060
|
): void;
|
|
4076
|
-
|
|
4077
4061
|
deleteIpam(
|
|
4078
4062
|
args: DeleteIpamCommandInput,
|
|
4079
4063
|
options?: __HttpHandlerOptions
|
|
@@ -4087,7 +4071,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4087
4071
|
options: __HttpHandlerOptions,
|
|
4088
4072
|
cb: (err: any, data?: DeleteIpamCommandOutput) => void
|
|
4089
4073
|
): void;
|
|
4090
|
-
|
|
4091
4074
|
deleteIpamPool(
|
|
4092
4075
|
args: DeleteIpamPoolCommandInput,
|
|
4093
4076
|
options?: __HttpHandlerOptions
|
|
@@ -4101,7 +4084,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4101
4084
|
options: __HttpHandlerOptions,
|
|
4102
4085
|
cb: (err: any, data?: DeleteIpamPoolCommandOutput) => void
|
|
4103
4086
|
): void;
|
|
4104
|
-
|
|
4105
4087
|
deleteIpamScope(
|
|
4106
4088
|
args: DeleteIpamScopeCommandInput,
|
|
4107
4089
|
options?: __HttpHandlerOptions
|
|
@@ -4115,7 +4097,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4115
4097
|
options: __HttpHandlerOptions,
|
|
4116
4098
|
cb: (err: any, data?: DeleteIpamScopeCommandOutput) => void
|
|
4117
4099
|
): void;
|
|
4118
|
-
|
|
4119
4100
|
deleteKeyPair(
|
|
4120
4101
|
args: DeleteKeyPairCommandInput,
|
|
4121
4102
|
options?: __HttpHandlerOptions
|
|
@@ -4129,7 +4110,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4129
4110
|
options: __HttpHandlerOptions,
|
|
4130
4111
|
cb: (err: any, data?: DeleteKeyPairCommandOutput) => void
|
|
4131
4112
|
): void;
|
|
4132
|
-
|
|
4133
4113
|
deleteLaunchTemplate(
|
|
4134
4114
|
args: DeleteLaunchTemplateCommandInput,
|
|
4135
4115
|
options?: __HttpHandlerOptions
|
|
@@ -4143,7 +4123,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4143
4123
|
options: __HttpHandlerOptions,
|
|
4144
4124
|
cb: (err: any, data?: DeleteLaunchTemplateCommandOutput) => void
|
|
4145
4125
|
): void;
|
|
4146
|
-
|
|
4147
4126
|
deleteLaunchTemplateVersions(
|
|
4148
4127
|
args: DeleteLaunchTemplateVersionsCommandInput,
|
|
4149
4128
|
options?: __HttpHandlerOptions
|
|
@@ -4157,7 +4136,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4157
4136
|
options: __HttpHandlerOptions,
|
|
4158
4137
|
cb: (err: any, data?: DeleteLaunchTemplateVersionsCommandOutput) => void
|
|
4159
4138
|
): void;
|
|
4160
|
-
|
|
4161
4139
|
deleteLocalGatewayRoute(
|
|
4162
4140
|
args: DeleteLocalGatewayRouteCommandInput,
|
|
4163
4141
|
options?: __HttpHandlerOptions
|
|
@@ -4171,7 +4149,38 @@ export declare class EC2 extends EC2Client {
|
|
|
4171
4149
|
options: __HttpHandlerOptions,
|
|
4172
4150
|
cb: (err: any, data?: DeleteLocalGatewayRouteCommandOutput) => void
|
|
4173
4151
|
): void;
|
|
4174
|
-
|
|
4152
|
+
deleteLocalGatewayRouteTable(
|
|
4153
|
+
args: DeleteLocalGatewayRouteTableCommandInput,
|
|
4154
|
+
options?: __HttpHandlerOptions
|
|
4155
|
+
): Promise<DeleteLocalGatewayRouteTableCommandOutput>;
|
|
4156
|
+
deleteLocalGatewayRouteTable(
|
|
4157
|
+
args: DeleteLocalGatewayRouteTableCommandInput,
|
|
4158
|
+
cb: (err: any, data?: DeleteLocalGatewayRouteTableCommandOutput) => void
|
|
4159
|
+
): void;
|
|
4160
|
+
deleteLocalGatewayRouteTable(
|
|
4161
|
+
args: DeleteLocalGatewayRouteTableCommandInput,
|
|
4162
|
+
options: __HttpHandlerOptions,
|
|
4163
|
+
cb: (err: any, data?: DeleteLocalGatewayRouteTableCommandOutput) => void
|
|
4164
|
+
): void;
|
|
4165
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
4166
|
+
args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
4167
|
+
options?: __HttpHandlerOptions
|
|
4168
|
+
): Promise<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput>;
|
|
4169
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
4170
|
+
args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
4171
|
+
cb: (
|
|
4172
|
+
err: any,
|
|
4173
|
+
data?: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
|
|
4174
|
+
) => void
|
|
4175
|
+
): void;
|
|
4176
|
+
deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
4177
|
+
args: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput,
|
|
4178
|
+
options: __HttpHandlerOptions,
|
|
4179
|
+
cb: (
|
|
4180
|
+
err: any,
|
|
4181
|
+
data?: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
|
|
4182
|
+
) => void
|
|
4183
|
+
): void;
|
|
4175
4184
|
deleteLocalGatewayRouteTableVpcAssociation(
|
|
4176
4185
|
args: DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
|
|
4177
4186
|
options?: __HttpHandlerOptions
|
|
@@ -4191,7 +4200,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4191
4200
|
data?: DeleteLocalGatewayRouteTableVpcAssociationCommandOutput
|
|
4192
4201
|
) => void
|
|
4193
4202
|
): void;
|
|
4194
|
-
|
|
4195
4203
|
deleteManagedPrefixList(
|
|
4196
4204
|
args: DeleteManagedPrefixListCommandInput,
|
|
4197
4205
|
options?: __HttpHandlerOptions
|
|
@@ -4205,7 +4213,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4205
4213
|
options: __HttpHandlerOptions,
|
|
4206
4214
|
cb: (err: any, data?: DeleteManagedPrefixListCommandOutput) => void
|
|
4207
4215
|
): void;
|
|
4208
|
-
|
|
4209
4216
|
deleteNatGateway(
|
|
4210
4217
|
args: DeleteNatGatewayCommandInput,
|
|
4211
4218
|
options?: __HttpHandlerOptions
|
|
@@ -4219,7 +4226,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4219
4226
|
options: __HttpHandlerOptions,
|
|
4220
4227
|
cb: (err: any, data?: DeleteNatGatewayCommandOutput) => void
|
|
4221
4228
|
): void;
|
|
4222
|
-
|
|
4223
4229
|
deleteNetworkAcl(
|
|
4224
4230
|
args: DeleteNetworkAclCommandInput,
|
|
4225
4231
|
options?: __HttpHandlerOptions
|
|
@@ -4233,7 +4239,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4233
4239
|
options: __HttpHandlerOptions,
|
|
4234
4240
|
cb: (err: any, data?: DeleteNetworkAclCommandOutput) => void
|
|
4235
4241
|
): void;
|
|
4236
|
-
|
|
4237
4242
|
deleteNetworkAclEntry(
|
|
4238
4243
|
args: DeleteNetworkAclEntryCommandInput,
|
|
4239
4244
|
options?: __HttpHandlerOptions
|
|
@@ -4247,7 +4252,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4247
4252
|
options: __HttpHandlerOptions,
|
|
4248
4253
|
cb: (err: any, data?: DeleteNetworkAclEntryCommandOutput) => void
|
|
4249
4254
|
): void;
|
|
4250
|
-
|
|
4251
4255
|
deleteNetworkInsightsAccessScope(
|
|
4252
4256
|
args: DeleteNetworkInsightsAccessScopeCommandInput,
|
|
4253
4257
|
options?: __HttpHandlerOptions
|
|
@@ -4261,7 +4265,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4261
4265
|
options: __HttpHandlerOptions,
|
|
4262
4266
|
cb: (err: any, data?: DeleteNetworkInsightsAccessScopeCommandOutput) => void
|
|
4263
4267
|
): void;
|
|
4264
|
-
|
|
4265
4268
|
deleteNetworkInsightsAccessScopeAnalysis(
|
|
4266
4269
|
args: DeleteNetworkInsightsAccessScopeAnalysisCommandInput,
|
|
4267
4270
|
options?: __HttpHandlerOptions
|
|
@@ -4281,7 +4284,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4281
4284
|
data?: DeleteNetworkInsightsAccessScopeAnalysisCommandOutput
|
|
4282
4285
|
) => void
|
|
4283
4286
|
): void;
|
|
4284
|
-
|
|
4285
4287
|
deleteNetworkInsightsAnalysis(
|
|
4286
4288
|
args: DeleteNetworkInsightsAnalysisCommandInput,
|
|
4287
4289
|
options?: __HttpHandlerOptions
|
|
@@ -4295,7 +4297,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4295
4297
|
options: __HttpHandlerOptions,
|
|
4296
4298
|
cb: (err: any, data?: DeleteNetworkInsightsAnalysisCommandOutput) => void
|
|
4297
4299
|
): void;
|
|
4298
|
-
|
|
4299
4300
|
deleteNetworkInsightsPath(
|
|
4300
4301
|
args: DeleteNetworkInsightsPathCommandInput,
|
|
4301
4302
|
options?: __HttpHandlerOptions
|
|
@@ -4309,7 +4310,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4309
4310
|
options: __HttpHandlerOptions,
|
|
4310
4311
|
cb: (err: any, data?: DeleteNetworkInsightsPathCommandOutput) => void
|
|
4311
4312
|
): void;
|
|
4312
|
-
|
|
4313
4313
|
deleteNetworkInterface(
|
|
4314
4314
|
args: DeleteNetworkInterfaceCommandInput,
|
|
4315
4315
|
options?: __HttpHandlerOptions
|
|
@@ -4323,7 +4323,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4323
4323
|
options: __HttpHandlerOptions,
|
|
4324
4324
|
cb: (err: any, data?: DeleteNetworkInterfaceCommandOutput) => void
|
|
4325
4325
|
): void;
|
|
4326
|
-
|
|
4327
4326
|
deleteNetworkInterfacePermission(
|
|
4328
4327
|
args: DeleteNetworkInterfacePermissionCommandInput,
|
|
4329
4328
|
options?: __HttpHandlerOptions
|
|
@@ -4337,7 +4336,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4337
4336
|
options: __HttpHandlerOptions,
|
|
4338
4337
|
cb: (err: any, data?: DeleteNetworkInterfacePermissionCommandOutput) => void
|
|
4339
4338
|
): void;
|
|
4340
|
-
|
|
4341
4339
|
deletePlacementGroup(
|
|
4342
4340
|
args: DeletePlacementGroupCommandInput,
|
|
4343
4341
|
options?: __HttpHandlerOptions
|
|
@@ -4351,7 +4349,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4351
4349
|
options: __HttpHandlerOptions,
|
|
4352
4350
|
cb: (err: any, data?: DeletePlacementGroupCommandOutput) => void
|
|
4353
4351
|
): void;
|
|
4354
|
-
|
|
4355
4352
|
deletePublicIpv4Pool(
|
|
4356
4353
|
args: DeletePublicIpv4PoolCommandInput,
|
|
4357
4354
|
options?: __HttpHandlerOptions
|
|
@@ -4365,7 +4362,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4365
4362
|
options: __HttpHandlerOptions,
|
|
4366
4363
|
cb: (err: any, data?: DeletePublicIpv4PoolCommandOutput) => void
|
|
4367
4364
|
): void;
|
|
4368
|
-
|
|
4369
4365
|
deleteQueuedReservedInstances(
|
|
4370
4366
|
args: DeleteQueuedReservedInstancesCommandInput,
|
|
4371
4367
|
options?: __HttpHandlerOptions
|
|
@@ -4379,7 +4375,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4379
4375
|
options: __HttpHandlerOptions,
|
|
4380
4376
|
cb: (err: any, data?: DeleteQueuedReservedInstancesCommandOutput) => void
|
|
4381
4377
|
): void;
|
|
4382
|
-
|
|
4383
4378
|
deleteRoute(
|
|
4384
4379
|
args: DeleteRouteCommandInput,
|
|
4385
4380
|
options?: __HttpHandlerOptions
|
|
@@ -4393,7 +4388,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4393
4388
|
options: __HttpHandlerOptions,
|
|
4394
4389
|
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
4395
4390
|
): void;
|
|
4396
|
-
|
|
4397
4391
|
deleteRouteTable(
|
|
4398
4392
|
args: DeleteRouteTableCommandInput,
|
|
4399
4393
|
options?: __HttpHandlerOptions
|
|
@@ -4407,7 +4401,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4407
4401
|
options: __HttpHandlerOptions,
|
|
4408
4402
|
cb: (err: any, data?: DeleteRouteTableCommandOutput) => void
|
|
4409
4403
|
): void;
|
|
4410
|
-
|
|
4411
4404
|
deleteSecurityGroup(
|
|
4412
4405
|
args: DeleteSecurityGroupCommandInput,
|
|
4413
4406
|
options?: __HttpHandlerOptions
|
|
@@ -4421,7 +4414,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4421
4414
|
options: __HttpHandlerOptions,
|
|
4422
4415
|
cb: (err: any, data?: DeleteSecurityGroupCommandOutput) => void
|
|
4423
4416
|
): void;
|
|
4424
|
-
|
|
4425
4417
|
deleteSnapshot(
|
|
4426
4418
|
args: DeleteSnapshotCommandInput,
|
|
4427
4419
|
options?: __HttpHandlerOptions
|
|
@@ -4435,7 +4427,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4435
4427
|
options: __HttpHandlerOptions,
|
|
4436
4428
|
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
4437
4429
|
): void;
|
|
4438
|
-
|
|
4439
4430
|
deleteSpotDatafeedSubscription(
|
|
4440
4431
|
args: DeleteSpotDatafeedSubscriptionCommandInput,
|
|
4441
4432
|
options?: __HttpHandlerOptions
|
|
@@ -4449,7 +4440,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4449
4440
|
options: __HttpHandlerOptions,
|
|
4450
4441
|
cb: (err: any, data?: DeleteSpotDatafeedSubscriptionCommandOutput) => void
|
|
4451
4442
|
): void;
|
|
4452
|
-
|
|
4453
4443
|
deleteSubnet(
|
|
4454
4444
|
args: DeleteSubnetCommandInput,
|
|
4455
4445
|
options?: __HttpHandlerOptions
|
|
@@ -4463,7 +4453,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4463
4453
|
options: __HttpHandlerOptions,
|
|
4464
4454
|
cb: (err: any, data?: DeleteSubnetCommandOutput) => void
|
|
4465
4455
|
): void;
|
|
4466
|
-
|
|
4467
4456
|
deleteSubnetCidrReservation(
|
|
4468
4457
|
args: DeleteSubnetCidrReservationCommandInput,
|
|
4469
4458
|
options?: __HttpHandlerOptions
|
|
@@ -4477,7 +4466,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4477
4466
|
options: __HttpHandlerOptions,
|
|
4478
4467
|
cb: (err: any, data?: DeleteSubnetCidrReservationCommandOutput) => void
|
|
4479
4468
|
): void;
|
|
4480
|
-
|
|
4481
4469
|
deleteTags(
|
|
4482
4470
|
args: DeleteTagsCommandInput,
|
|
4483
4471
|
options?: __HttpHandlerOptions
|
|
@@ -4491,7 +4479,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4491
4479
|
options: __HttpHandlerOptions,
|
|
4492
4480
|
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
4493
4481
|
): void;
|
|
4494
|
-
|
|
4495
4482
|
deleteTrafficMirrorFilter(
|
|
4496
4483
|
args: DeleteTrafficMirrorFilterCommandInput,
|
|
4497
4484
|
options?: __HttpHandlerOptions
|
|
@@ -4505,7 +4492,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4505
4492
|
options: __HttpHandlerOptions,
|
|
4506
4493
|
cb: (err: any, data?: DeleteTrafficMirrorFilterCommandOutput) => void
|
|
4507
4494
|
): void;
|
|
4508
|
-
|
|
4509
4495
|
deleteTrafficMirrorFilterRule(
|
|
4510
4496
|
args: DeleteTrafficMirrorFilterRuleCommandInput,
|
|
4511
4497
|
options?: __HttpHandlerOptions
|
|
@@ -4519,7 +4505,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4519
4505
|
options: __HttpHandlerOptions,
|
|
4520
4506
|
cb: (err: any, data?: DeleteTrafficMirrorFilterRuleCommandOutput) => void
|
|
4521
4507
|
): void;
|
|
4522
|
-
|
|
4523
4508
|
deleteTrafficMirrorSession(
|
|
4524
4509
|
args: DeleteTrafficMirrorSessionCommandInput,
|
|
4525
4510
|
options?: __HttpHandlerOptions
|
|
@@ -4533,7 +4518,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4533
4518
|
options: __HttpHandlerOptions,
|
|
4534
4519
|
cb: (err: any, data?: DeleteTrafficMirrorSessionCommandOutput) => void
|
|
4535
4520
|
): void;
|
|
4536
|
-
|
|
4537
4521
|
deleteTrafficMirrorTarget(
|
|
4538
4522
|
args: DeleteTrafficMirrorTargetCommandInput,
|
|
4539
4523
|
options?: __HttpHandlerOptions
|
|
@@ -4547,7 +4531,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4547
4531
|
options: __HttpHandlerOptions,
|
|
4548
4532
|
cb: (err: any, data?: DeleteTrafficMirrorTargetCommandOutput) => void
|
|
4549
4533
|
): void;
|
|
4550
|
-
|
|
4551
4534
|
deleteTransitGateway(
|
|
4552
4535
|
args: DeleteTransitGatewayCommandInput,
|
|
4553
4536
|
options?: __HttpHandlerOptions
|
|
@@ -4561,7 +4544,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4561
4544
|
options: __HttpHandlerOptions,
|
|
4562
4545
|
cb: (err: any, data?: DeleteTransitGatewayCommandOutput) => void
|
|
4563
4546
|
): void;
|
|
4564
|
-
|
|
4565
4547
|
deleteTransitGatewayConnect(
|
|
4566
4548
|
args: DeleteTransitGatewayConnectCommandInput,
|
|
4567
4549
|
options?: __HttpHandlerOptions
|
|
@@ -4575,7 +4557,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4575
4557
|
options: __HttpHandlerOptions,
|
|
4576
4558
|
cb: (err: any, data?: DeleteTransitGatewayConnectCommandOutput) => void
|
|
4577
4559
|
): void;
|
|
4578
|
-
|
|
4579
4560
|
deleteTransitGatewayConnectPeer(
|
|
4580
4561
|
args: DeleteTransitGatewayConnectPeerCommandInput,
|
|
4581
4562
|
options?: __HttpHandlerOptions
|
|
@@ -4589,7 +4570,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4589
4570
|
options: __HttpHandlerOptions,
|
|
4590
4571
|
cb: (err: any, data?: DeleteTransitGatewayConnectPeerCommandOutput) => void
|
|
4591
4572
|
): void;
|
|
4592
|
-
|
|
4593
4573
|
deleteTransitGatewayMulticastDomain(
|
|
4594
4574
|
args: DeleteTransitGatewayMulticastDomainCommandInput,
|
|
4595
4575
|
options?: __HttpHandlerOptions
|
|
@@ -4609,7 +4589,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4609
4589
|
data?: DeleteTransitGatewayMulticastDomainCommandOutput
|
|
4610
4590
|
) => void
|
|
4611
4591
|
): void;
|
|
4612
|
-
|
|
4613
4592
|
deleteTransitGatewayPeeringAttachment(
|
|
4614
4593
|
args: DeleteTransitGatewayPeeringAttachmentCommandInput,
|
|
4615
4594
|
options?: __HttpHandlerOptions
|
|
@@ -4629,7 +4608,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4629
4608
|
data?: DeleteTransitGatewayPeeringAttachmentCommandOutput
|
|
4630
4609
|
) => void
|
|
4631
4610
|
): void;
|
|
4632
|
-
|
|
4633
4611
|
deleteTransitGatewayPolicyTable(
|
|
4634
4612
|
args: DeleteTransitGatewayPolicyTableCommandInput,
|
|
4635
4613
|
options?: __HttpHandlerOptions
|
|
@@ -4643,7 +4621,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4643
4621
|
options: __HttpHandlerOptions,
|
|
4644
4622
|
cb: (err: any, data?: DeleteTransitGatewayPolicyTableCommandOutput) => void
|
|
4645
4623
|
): void;
|
|
4646
|
-
|
|
4647
4624
|
deleteTransitGatewayPrefixListReference(
|
|
4648
4625
|
args: DeleteTransitGatewayPrefixListReferenceCommandInput,
|
|
4649
4626
|
options?: __HttpHandlerOptions
|
|
@@ -4663,7 +4640,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4663
4640
|
data?: DeleteTransitGatewayPrefixListReferenceCommandOutput
|
|
4664
4641
|
) => void
|
|
4665
4642
|
): void;
|
|
4666
|
-
|
|
4667
4643
|
deleteTransitGatewayRoute(
|
|
4668
4644
|
args: DeleteTransitGatewayRouteCommandInput,
|
|
4669
4645
|
options?: __HttpHandlerOptions
|
|
@@ -4677,7 +4653,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4677
4653
|
options: __HttpHandlerOptions,
|
|
4678
4654
|
cb: (err: any, data?: DeleteTransitGatewayRouteCommandOutput) => void
|
|
4679
4655
|
): void;
|
|
4680
|
-
|
|
4681
4656
|
deleteTransitGatewayRouteTable(
|
|
4682
4657
|
args: DeleteTransitGatewayRouteTableCommandInput,
|
|
4683
4658
|
options?: __HttpHandlerOptions
|
|
@@ -4691,7 +4666,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4691
4666
|
options: __HttpHandlerOptions,
|
|
4692
4667
|
cb: (err: any, data?: DeleteTransitGatewayRouteTableCommandOutput) => void
|
|
4693
4668
|
): void;
|
|
4694
|
-
|
|
4695
4669
|
deleteTransitGatewayRouteTableAnnouncement(
|
|
4696
4670
|
args: DeleteTransitGatewayRouteTableAnnouncementCommandInput,
|
|
4697
4671
|
options?: __HttpHandlerOptions
|
|
@@ -4711,7 +4685,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4711
4685
|
data?: DeleteTransitGatewayRouteTableAnnouncementCommandOutput
|
|
4712
4686
|
) => void
|
|
4713
4687
|
): void;
|
|
4714
|
-
|
|
4715
4688
|
deleteTransitGatewayVpcAttachment(
|
|
4716
4689
|
args: DeleteTransitGatewayVpcAttachmentCommandInput,
|
|
4717
4690
|
options?: __HttpHandlerOptions
|
|
@@ -4731,7 +4704,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4731
4704
|
data?: DeleteTransitGatewayVpcAttachmentCommandOutput
|
|
4732
4705
|
) => void
|
|
4733
4706
|
): void;
|
|
4734
|
-
|
|
4735
4707
|
deleteVolume(
|
|
4736
4708
|
args: DeleteVolumeCommandInput,
|
|
4737
4709
|
options?: __HttpHandlerOptions
|
|
@@ -4745,7 +4717,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4745
4717
|
options: __HttpHandlerOptions,
|
|
4746
4718
|
cb: (err: any, data?: DeleteVolumeCommandOutput) => void
|
|
4747
4719
|
): void;
|
|
4748
|
-
|
|
4749
4720
|
deleteVpc(
|
|
4750
4721
|
args: DeleteVpcCommandInput,
|
|
4751
4722
|
options?: __HttpHandlerOptions
|
|
@@ -4759,7 +4730,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4759
4730
|
options: __HttpHandlerOptions,
|
|
4760
4731
|
cb: (err: any, data?: DeleteVpcCommandOutput) => void
|
|
4761
4732
|
): void;
|
|
4762
|
-
|
|
4763
4733
|
deleteVpcEndpointConnectionNotifications(
|
|
4764
4734
|
args: DeleteVpcEndpointConnectionNotificationsCommandInput,
|
|
4765
4735
|
options?: __HttpHandlerOptions
|
|
@@ -4779,7 +4749,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4779
4749
|
data?: DeleteVpcEndpointConnectionNotificationsCommandOutput
|
|
4780
4750
|
) => void
|
|
4781
4751
|
): void;
|
|
4782
|
-
|
|
4783
4752
|
deleteVpcEndpoints(
|
|
4784
4753
|
args: DeleteVpcEndpointsCommandInput,
|
|
4785
4754
|
options?: __HttpHandlerOptions
|
|
@@ -4793,7 +4762,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4793
4762
|
options: __HttpHandlerOptions,
|
|
4794
4763
|
cb: (err: any, data?: DeleteVpcEndpointsCommandOutput) => void
|
|
4795
4764
|
): void;
|
|
4796
|
-
|
|
4797
4765
|
deleteVpcEndpointServiceConfigurations(
|
|
4798
4766
|
args: DeleteVpcEndpointServiceConfigurationsCommandInput,
|
|
4799
4767
|
options?: __HttpHandlerOptions
|
|
@@ -4813,7 +4781,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4813
4781
|
data?: DeleteVpcEndpointServiceConfigurationsCommandOutput
|
|
4814
4782
|
) => void
|
|
4815
4783
|
): void;
|
|
4816
|
-
|
|
4817
4784
|
deleteVpcPeeringConnection(
|
|
4818
4785
|
args: DeleteVpcPeeringConnectionCommandInput,
|
|
4819
4786
|
options?: __HttpHandlerOptions
|
|
@@ -4827,7 +4794,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4827
4794
|
options: __HttpHandlerOptions,
|
|
4828
4795
|
cb: (err: any, data?: DeleteVpcPeeringConnectionCommandOutput) => void
|
|
4829
4796
|
): void;
|
|
4830
|
-
|
|
4831
4797
|
deleteVpnConnection(
|
|
4832
4798
|
args: DeleteVpnConnectionCommandInput,
|
|
4833
4799
|
options?: __HttpHandlerOptions
|
|
@@ -4841,7 +4807,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4841
4807
|
options: __HttpHandlerOptions,
|
|
4842
4808
|
cb: (err: any, data?: DeleteVpnConnectionCommandOutput) => void
|
|
4843
4809
|
): void;
|
|
4844
|
-
|
|
4845
4810
|
deleteVpnConnectionRoute(
|
|
4846
4811
|
args: DeleteVpnConnectionRouteCommandInput,
|
|
4847
4812
|
options?: __HttpHandlerOptions
|
|
@@ -4855,7 +4820,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4855
4820
|
options: __HttpHandlerOptions,
|
|
4856
4821
|
cb: (err: any, data?: DeleteVpnConnectionRouteCommandOutput) => void
|
|
4857
4822
|
): void;
|
|
4858
|
-
|
|
4859
4823
|
deleteVpnGateway(
|
|
4860
4824
|
args: DeleteVpnGatewayCommandInput,
|
|
4861
4825
|
options?: __HttpHandlerOptions
|
|
@@ -4869,7 +4833,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4869
4833
|
options: __HttpHandlerOptions,
|
|
4870
4834
|
cb: (err: any, data?: DeleteVpnGatewayCommandOutput) => void
|
|
4871
4835
|
): void;
|
|
4872
|
-
|
|
4873
4836
|
deprovisionByoipCidr(
|
|
4874
4837
|
args: DeprovisionByoipCidrCommandInput,
|
|
4875
4838
|
options?: __HttpHandlerOptions
|
|
@@ -4883,7 +4846,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4883
4846
|
options: __HttpHandlerOptions,
|
|
4884
4847
|
cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
|
|
4885
4848
|
): void;
|
|
4886
|
-
|
|
4887
4849
|
deprovisionIpamPoolCidr(
|
|
4888
4850
|
args: DeprovisionIpamPoolCidrCommandInput,
|
|
4889
4851
|
options?: __HttpHandlerOptions
|
|
@@ -4897,7 +4859,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4897
4859
|
options: __HttpHandlerOptions,
|
|
4898
4860
|
cb: (err: any, data?: DeprovisionIpamPoolCidrCommandOutput) => void
|
|
4899
4861
|
): void;
|
|
4900
|
-
|
|
4901
4862
|
deprovisionPublicIpv4PoolCidr(
|
|
4902
4863
|
args: DeprovisionPublicIpv4PoolCidrCommandInput,
|
|
4903
4864
|
options?: __HttpHandlerOptions
|
|
@@ -4911,7 +4872,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4911
4872
|
options: __HttpHandlerOptions,
|
|
4912
4873
|
cb: (err: any, data?: DeprovisionPublicIpv4PoolCidrCommandOutput) => void
|
|
4913
4874
|
): void;
|
|
4914
|
-
|
|
4915
4875
|
deregisterImage(
|
|
4916
4876
|
args: DeregisterImageCommandInput,
|
|
4917
4877
|
options?: __HttpHandlerOptions
|
|
@@ -4925,7 +4885,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4925
4885
|
options: __HttpHandlerOptions,
|
|
4926
4886
|
cb: (err: any, data?: DeregisterImageCommandOutput) => void
|
|
4927
4887
|
): void;
|
|
4928
|
-
|
|
4929
4888
|
deregisterInstanceEventNotificationAttributes(
|
|
4930
4889
|
args: DeregisterInstanceEventNotificationAttributesCommandInput,
|
|
4931
4890
|
options?: __HttpHandlerOptions
|
|
@@ -4945,7 +4904,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4945
4904
|
data?: DeregisterInstanceEventNotificationAttributesCommandOutput
|
|
4946
4905
|
) => void
|
|
4947
4906
|
): void;
|
|
4948
|
-
|
|
4949
4907
|
deregisterTransitGatewayMulticastGroupMembers(
|
|
4950
4908
|
args: DeregisterTransitGatewayMulticastGroupMembersCommandInput,
|
|
4951
4909
|
options?: __HttpHandlerOptions
|
|
@@ -4965,7 +4923,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4965
4923
|
data?: DeregisterTransitGatewayMulticastGroupMembersCommandOutput
|
|
4966
4924
|
) => void
|
|
4967
4925
|
): void;
|
|
4968
|
-
|
|
4969
4926
|
deregisterTransitGatewayMulticastGroupSources(
|
|
4970
4927
|
args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput,
|
|
4971
4928
|
options?: __HttpHandlerOptions
|
|
@@ -4985,7 +4942,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4985
4942
|
data?: DeregisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
4986
4943
|
) => void
|
|
4987
4944
|
): void;
|
|
4988
|
-
|
|
4989
4945
|
describeAccountAttributes(
|
|
4990
4946
|
args: DescribeAccountAttributesCommandInput,
|
|
4991
4947
|
options?: __HttpHandlerOptions
|
|
@@ -4999,7 +4955,6 @@ export declare class EC2 extends EC2Client {
|
|
|
4999
4955
|
options: __HttpHandlerOptions,
|
|
5000
4956
|
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
5001
4957
|
): void;
|
|
5002
|
-
|
|
5003
4958
|
describeAddresses(
|
|
5004
4959
|
args: DescribeAddressesCommandInput,
|
|
5005
4960
|
options?: __HttpHandlerOptions
|
|
@@ -5013,7 +4968,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5013
4968
|
options: __HttpHandlerOptions,
|
|
5014
4969
|
cb: (err: any, data?: DescribeAddressesCommandOutput) => void
|
|
5015
4970
|
): void;
|
|
5016
|
-
|
|
5017
4971
|
describeAddressesAttribute(
|
|
5018
4972
|
args: DescribeAddressesAttributeCommandInput,
|
|
5019
4973
|
options?: __HttpHandlerOptions
|
|
@@ -5027,7 +4981,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5027
4981
|
options: __HttpHandlerOptions,
|
|
5028
4982
|
cb: (err: any, data?: DescribeAddressesAttributeCommandOutput) => void
|
|
5029
4983
|
): void;
|
|
5030
|
-
|
|
5031
4984
|
describeAggregateIdFormat(
|
|
5032
4985
|
args: DescribeAggregateIdFormatCommandInput,
|
|
5033
4986
|
options?: __HttpHandlerOptions
|
|
@@ -5041,7 +4994,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5041
4994
|
options: __HttpHandlerOptions,
|
|
5042
4995
|
cb: (err: any, data?: DescribeAggregateIdFormatCommandOutput) => void
|
|
5043
4996
|
): void;
|
|
5044
|
-
|
|
5045
4997
|
describeAvailabilityZones(
|
|
5046
4998
|
args: DescribeAvailabilityZonesCommandInput,
|
|
5047
4999
|
options?: __HttpHandlerOptions
|
|
@@ -5055,7 +5007,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5055
5007
|
options: __HttpHandlerOptions,
|
|
5056
5008
|
cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void
|
|
5057
5009
|
): void;
|
|
5058
|
-
|
|
5059
5010
|
describeBundleTasks(
|
|
5060
5011
|
args: DescribeBundleTasksCommandInput,
|
|
5061
5012
|
options?: __HttpHandlerOptions
|
|
@@ -5069,7 +5020,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5069
5020
|
options: __HttpHandlerOptions,
|
|
5070
5021
|
cb: (err: any, data?: DescribeBundleTasksCommandOutput) => void
|
|
5071
5022
|
): void;
|
|
5072
|
-
|
|
5073
5023
|
describeByoipCidrs(
|
|
5074
5024
|
args: DescribeByoipCidrsCommandInput,
|
|
5075
5025
|
options?: __HttpHandlerOptions
|
|
@@ -5083,7 +5033,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5083
5033
|
options: __HttpHandlerOptions,
|
|
5084
5034
|
cb: (err: any, data?: DescribeByoipCidrsCommandOutput) => void
|
|
5085
5035
|
): void;
|
|
5086
|
-
|
|
5087
5036
|
describeCapacityReservationFleets(
|
|
5088
5037
|
args: DescribeCapacityReservationFleetsCommandInput,
|
|
5089
5038
|
options?: __HttpHandlerOptions
|
|
@@ -5103,7 +5052,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5103
5052
|
data?: DescribeCapacityReservationFleetsCommandOutput
|
|
5104
5053
|
) => void
|
|
5105
5054
|
): void;
|
|
5106
|
-
|
|
5107
5055
|
describeCapacityReservations(
|
|
5108
5056
|
args: DescribeCapacityReservationsCommandInput,
|
|
5109
5057
|
options?: __HttpHandlerOptions
|
|
@@ -5117,7 +5065,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5117
5065
|
options: __HttpHandlerOptions,
|
|
5118
5066
|
cb: (err: any, data?: DescribeCapacityReservationsCommandOutput) => void
|
|
5119
5067
|
): void;
|
|
5120
|
-
|
|
5121
5068
|
describeCarrierGateways(
|
|
5122
5069
|
args: DescribeCarrierGatewaysCommandInput,
|
|
5123
5070
|
options?: __HttpHandlerOptions
|
|
@@ -5131,7 +5078,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5131
5078
|
options: __HttpHandlerOptions,
|
|
5132
5079
|
cb: (err: any, data?: DescribeCarrierGatewaysCommandOutput) => void
|
|
5133
5080
|
): void;
|
|
5134
|
-
|
|
5135
5081
|
describeClassicLinkInstances(
|
|
5136
5082
|
args: DescribeClassicLinkInstancesCommandInput,
|
|
5137
5083
|
options?: __HttpHandlerOptions
|
|
@@ -5145,7 +5091,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5145
5091
|
options: __HttpHandlerOptions,
|
|
5146
5092
|
cb: (err: any, data?: DescribeClassicLinkInstancesCommandOutput) => void
|
|
5147
5093
|
): void;
|
|
5148
|
-
|
|
5149
5094
|
describeClientVpnAuthorizationRules(
|
|
5150
5095
|
args: DescribeClientVpnAuthorizationRulesCommandInput,
|
|
5151
5096
|
options?: __HttpHandlerOptions
|
|
@@ -5165,7 +5110,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5165
5110
|
data?: DescribeClientVpnAuthorizationRulesCommandOutput
|
|
5166
5111
|
) => void
|
|
5167
5112
|
): void;
|
|
5168
|
-
|
|
5169
5113
|
describeClientVpnConnections(
|
|
5170
5114
|
args: DescribeClientVpnConnectionsCommandInput,
|
|
5171
5115
|
options?: __HttpHandlerOptions
|
|
@@ -5179,7 +5123,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5179
5123
|
options: __HttpHandlerOptions,
|
|
5180
5124
|
cb: (err: any, data?: DescribeClientVpnConnectionsCommandOutput) => void
|
|
5181
5125
|
): void;
|
|
5182
|
-
|
|
5183
5126
|
describeClientVpnEndpoints(
|
|
5184
5127
|
args: DescribeClientVpnEndpointsCommandInput,
|
|
5185
5128
|
options?: __HttpHandlerOptions
|
|
@@ -5193,7 +5136,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5193
5136
|
options: __HttpHandlerOptions,
|
|
5194
5137
|
cb: (err: any, data?: DescribeClientVpnEndpointsCommandOutput) => void
|
|
5195
5138
|
): void;
|
|
5196
|
-
|
|
5197
5139
|
describeClientVpnRoutes(
|
|
5198
5140
|
args: DescribeClientVpnRoutesCommandInput,
|
|
5199
5141
|
options?: __HttpHandlerOptions
|
|
@@ -5207,7 +5149,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5207
5149
|
options: __HttpHandlerOptions,
|
|
5208
5150
|
cb: (err: any, data?: DescribeClientVpnRoutesCommandOutput) => void
|
|
5209
5151
|
): void;
|
|
5210
|
-
|
|
5211
5152
|
describeClientVpnTargetNetworks(
|
|
5212
5153
|
args: DescribeClientVpnTargetNetworksCommandInput,
|
|
5213
5154
|
options?: __HttpHandlerOptions
|
|
@@ -5221,7 +5162,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5221
5162
|
options: __HttpHandlerOptions,
|
|
5222
5163
|
cb: (err: any, data?: DescribeClientVpnTargetNetworksCommandOutput) => void
|
|
5223
5164
|
): void;
|
|
5224
|
-
|
|
5225
5165
|
describeCoipPools(
|
|
5226
5166
|
args: DescribeCoipPoolsCommandInput,
|
|
5227
5167
|
options?: __HttpHandlerOptions
|
|
@@ -5235,7 +5175,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5235
5175
|
options: __HttpHandlerOptions,
|
|
5236
5176
|
cb: (err: any, data?: DescribeCoipPoolsCommandOutput) => void
|
|
5237
5177
|
): void;
|
|
5238
|
-
|
|
5239
5178
|
describeConversionTasks(
|
|
5240
5179
|
args: DescribeConversionTasksCommandInput,
|
|
5241
5180
|
options?: __HttpHandlerOptions
|
|
@@ -5249,7 +5188,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5249
5188
|
options: __HttpHandlerOptions,
|
|
5250
5189
|
cb: (err: any, data?: DescribeConversionTasksCommandOutput) => void
|
|
5251
5190
|
): void;
|
|
5252
|
-
|
|
5253
5191
|
describeCustomerGateways(
|
|
5254
5192
|
args: DescribeCustomerGatewaysCommandInput,
|
|
5255
5193
|
options?: __HttpHandlerOptions
|
|
@@ -5263,7 +5201,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5263
5201
|
options: __HttpHandlerOptions,
|
|
5264
5202
|
cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void
|
|
5265
5203
|
): void;
|
|
5266
|
-
|
|
5267
5204
|
describeDhcpOptions(
|
|
5268
5205
|
args: DescribeDhcpOptionsCommandInput,
|
|
5269
5206
|
options?: __HttpHandlerOptions
|
|
@@ -5277,7 +5214,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5277
5214
|
options: __HttpHandlerOptions,
|
|
5278
5215
|
cb: (err: any, data?: DescribeDhcpOptionsCommandOutput) => void
|
|
5279
5216
|
): void;
|
|
5280
|
-
|
|
5281
5217
|
describeEgressOnlyInternetGateways(
|
|
5282
5218
|
args: DescribeEgressOnlyInternetGatewaysCommandInput,
|
|
5283
5219
|
options?: __HttpHandlerOptions
|
|
@@ -5297,7 +5233,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5297
5233
|
data?: DescribeEgressOnlyInternetGatewaysCommandOutput
|
|
5298
5234
|
) => void
|
|
5299
5235
|
): void;
|
|
5300
|
-
|
|
5301
5236
|
describeElasticGpus(
|
|
5302
5237
|
args: DescribeElasticGpusCommandInput,
|
|
5303
5238
|
options?: __HttpHandlerOptions
|
|
@@ -5311,7 +5246,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5311
5246
|
options: __HttpHandlerOptions,
|
|
5312
5247
|
cb: (err: any, data?: DescribeElasticGpusCommandOutput) => void
|
|
5313
5248
|
): void;
|
|
5314
|
-
|
|
5315
5249
|
describeExportImageTasks(
|
|
5316
5250
|
args: DescribeExportImageTasksCommandInput,
|
|
5317
5251
|
options?: __HttpHandlerOptions
|
|
@@ -5325,7 +5259,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5325
5259
|
options: __HttpHandlerOptions,
|
|
5326
5260
|
cb: (err: any, data?: DescribeExportImageTasksCommandOutput) => void
|
|
5327
5261
|
): void;
|
|
5328
|
-
|
|
5329
5262
|
describeExportTasks(
|
|
5330
5263
|
args: DescribeExportTasksCommandInput,
|
|
5331
5264
|
options?: __HttpHandlerOptions
|
|
@@ -5339,7 +5272,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5339
5272
|
options: __HttpHandlerOptions,
|
|
5340
5273
|
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
5341
5274
|
): void;
|
|
5342
|
-
|
|
5343
5275
|
describeFastLaunchImages(
|
|
5344
5276
|
args: DescribeFastLaunchImagesCommandInput,
|
|
5345
5277
|
options?: __HttpHandlerOptions
|
|
@@ -5353,7 +5285,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5353
5285
|
options: __HttpHandlerOptions,
|
|
5354
5286
|
cb: (err: any, data?: DescribeFastLaunchImagesCommandOutput) => void
|
|
5355
5287
|
): void;
|
|
5356
|
-
|
|
5357
5288
|
describeFastSnapshotRestores(
|
|
5358
5289
|
args: DescribeFastSnapshotRestoresCommandInput,
|
|
5359
5290
|
options?: __HttpHandlerOptions
|
|
@@ -5367,7 +5298,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5367
5298
|
options: __HttpHandlerOptions,
|
|
5368
5299
|
cb: (err: any, data?: DescribeFastSnapshotRestoresCommandOutput) => void
|
|
5369
5300
|
): void;
|
|
5370
|
-
|
|
5371
5301
|
describeFleetHistory(
|
|
5372
5302
|
args: DescribeFleetHistoryCommandInput,
|
|
5373
5303
|
options?: __HttpHandlerOptions
|
|
@@ -5381,7 +5311,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5381
5311
|
options: __HttpHandlerOptions,
|
|
5382
5312
|
cb: (err: any, data?: DescribeFleetHistoryCommandOutput) => void
|
|
5383
5313
|
): void;
|
|
5384
|
-
|
|
5385
5314
|
describeFleetInstances(
|
|
5386
5315
|
args: DescribeFleetInstancesCommandInput,
|
|
5387
5316
|
options?: __HttpHandlerOptions
|
|
@@ -5395,7 +5324,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5395
5324
|
options: __HttpHandlerOptions,
|
|
5396
5325
|
cb: (err: any, data?: DescribeFleetInstancesCommandOutput) => void
|
|
5397
5326
|
): void;
|
|
5398
|
-
|
|
5399
5327
|
describeFleets(
|
|
5400
5328
|
args: DescribeFleetsCommandInput,
|
|
5401
5329
|
options?: __HttpHandlerOptions
|
|
@@ -5409,7 +5337,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5409
5337
|
options: __HttpHandlerOptions,
|
|
5410
5338
|
cb: (err: any, data?: DescribeFleetsCommandOutput) => void
|
|
5411
5339
|
): void;
|
|
5412
|
-
|
|
5413
5340
|
describeFlowLogs(
|
|
5414
5341
|
args: DescribeFlowLogsCommandInput,
|
|
5415
5342
|
options?: __HttpHandlerOptions
|
|
@@ -5423,7 +5350,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5423
5350
|
options: __HttpHandlerOptions,
|
|
5424
5351
|
cb: (err: any, data?: DescribeFlowLogsCommandOutput) => void
|
|
5425
5352
|
): void;
|
|
5426
|
-
|
|
5427
5353
|
describeFpgaImageAttribute(
|
|
5428
5354
|
args: DescribeFpgaImageAttributeCommandInput,
|
|
5429
5355
|
options?: __HttpHandlerOptions
|
|
@@ -5437,7 +5363,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5437
5363
|
options: __HttpHandlerOptions,
|
|
5438
5364
|
cb: (err: any, data?: DescribeFpgaImageAttributeCommandOutput) => void
|
|
5439
5365
|
): void;
|
|
5440
|
-
|
|
5441
5366
|
describeFpgaImages(
|
|
5442
5367
|
args: DescribeFpgaImagesCommandInput,
|
|
5443
5368
|
options?: __HttpHandlerOptions
|
|
@@ -5451,7 +5376,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5451
5376
|
options: __HttpHandlerOptions,
|
|
5452
5377
|
cb: (err: any, data?: DescribeFpgaImagesCommandOutput) => void
|
|
5453
5378
|
): void;
|
|
5454
|
-
|
|
5455
5379
|
describeHostReservationOfferings(
|
|
5456
5380
|
args: DescribeHostReservationOfferingsCommandInput,
|
|
5457
5381
|
options?: __HttpHandlerOptions
|
|
@@ -5465,7 +5389,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5465
5389
|
options: __HttpHandlerOptions,
|
|
5466
5390
|
cb: (err: any, data?: DescribeHostReservationOfferingsCommandOutput) => void
|
|
5467
5391
|
): void;
|
|
5468
|
-
|
|
5469
5392
|
describeHostReservations(
|
|
5470
5393
|
args: DescribeHostReservationsCommandInput,
|
|
5471
5394
|
options?: __HttpHandlerOptions
|
|
@@ -5479,7 +5402,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5479
5402
|
options: __HttpHandlerOptions,
|
|
5480
5403
|
cb: (err: any, data?: DescribeHostReservationsCommandOutput) => void
|
|
5481
5404
|
): void;
|
|
5482
|
-
|
|
5483
5405
|
describeHosts(
|
|
5484
5406
|
args: DescribeHostsCommandInput,
|
|
5485
5407
|
options?: __HttpHandlerOptions
|
|
@@ -5493,7 +5415,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5493
5415
|
options: __HttpHandlerOptions,
|
|
5494
5416
|
cb: (err: any, data?: DescribeHostsCommandOutput) => void
|
|
5495
5417
|
): void;
|
|
5496
|
-
|
|
5497
5418
|
describeIamInstanceProfileAssociations(
|
|
5498
5419
|
args: DescribeIamInstanceProfileAssociationsCommandInput,
|
|
5499
5420
|
options?: __HttpHandlerOptions
|
|
@@ -5513,7 +5434,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5513
5434
|
data?: DescribeIamInstanceProfileAssociationsCommandOutput
|
|
5514
5435
|
) => void
|
|
5515
5436
|
): void;
|
|
5516
|
-
|
|
5517
5437
|
describeIdentityIdFormat(
|
|
5518
5438
|
args: DescribeIdentityIdFormatCommandInput,
|
|
5519
5439
|
options?: __HttpHandlerOptions
|
|
@@ -5527,7 +5447,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5527
5447
|
options: __HttpHandlerOptions,
|
|
5528
5448
|
cb: (err: any, data?: DescribeIdentityIdFormatCommandOutput) => void
|
|
5529
5449
|
): void;
|
|
5530
|
-
|
|
5531
5450
|
describeIdFormat(
|
|
5532
5451
|
args: DescribeIdFormatCommandInput,
|
|
5533
5452
|
options?: __HttpHandlerOptions
|
|
@@ -5541,7 +5460,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5541
5460
|
options: __HttpHandlerOptions,
|
|
5542
5461
|
cb: (err: any, data?: DescribeIdFormatCommandOutput) => void
|
|
5543
5462
|
): void;
|
|
5544
|
-
|
|
5545
5463
|
describeImageAttribute(
|
|
5546
5464
|
args: DescribeImageAttributeCommandInput,
|
|
5547
5465
|
options?: __HttpHandlerOptions
|
|
@@ -5555,7 +5473,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5555
5473
|
options: __HttpHandlerOptions,
|
|
5556
5474
|
cb: (err: any, data?: DescribeImageAttributeCommandOutput) => void
|
|
5557
5475
|
): void;
|
|
5558
|
-
|
|
5559
5476
|
describeImages(
|
|
5560
5477
|
args: DescribeImagesCommandInput,
|
|
5561
5478
|
options?: __HttpHandlerOptions
|
|
@@ -5569,7 +5486,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5569
5486
|
options: __HttpHandlerOptions,
|
|
5570
5487
|
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
5571
5488
|
): void;
|
|
5572
|
-
|
|
5573
5489
|
describeImportImageTasks(
|
|
5574
5490
|
args: DescribeImportImageTasksCommandInput,
|
|
5575
5491
|
options?: __HttpHandlerOptions
|
|
@@ -5583,7 +5499,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5583
5499
|
options: __HttpHandlerOptions,
|
|
5584
5500
|
cb: (err: any, data?: DescribeImportImageTasksCommandOutput) => void
|
|
5585
5501
|
): void;
|
|
5586
|
-
|
|
5587
5502
|
describeImportSnapshotTasks(
|
|
5588
5503
|
args: DescribeImportSnapshotTasksCommandInput,
|
|
5589
5504
|
options?: __HttpHandlerOptions
|
|
@@ -5597,7 +5512,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5597
5512
|
options: __HttpHandlerOptions,
|
|
5598
5513
|
cb: (err: any, data?: DescribeImportSnapshotTasksCommandOutput) => void
|
|
5599
5514
|
): void;
|
|
5600
|
-
|
|
5601
5515
|
describeInstanceAttribute(
|
|
5602
5516
|
args: DescribeInstanceAttributeCommandInput,
|
|
5603
5517
|
options?: __HttpHandlerOptions
|
|
@@ -5611,7 +5525,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5611
5525
|
options: __HttpHandlerOptions,
|
|
5612
5526
|
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
5613
5527
|
): void;
|
|
5614
|
-
|
|
5615
5528
|
describeInstanceCreditSpecifications(
|
|
5616
5529
|
args: DescribeInstanceCreditSpecificationsCommandInput,
|
|
5617
5530
|
options?: __HttpHandlerOptions
|
|
@@ -5631,7 +5544,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5631
5544
|
data?: DescribeInstanceCreditSpecificationsCommandOutput
|
|
5632
5545
|
) => void
|
|
5633
5546
|
): void;
|
|
5634
|
-
|
|
5635
5547
|
describeInstanceEventNotificationAttributes(
|
|
5636
5548
|
args: DescribeInstanceEventNotificationAttributesCommandInput,
|
|
5637
5549
|
options?: __HttpHandlerOptions
|
|
@@ -5651,7 +5563,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5651
5563
|
data?: DescribeInstanceEventNotificationAttributesCommandOutput
|
|
5652
5564
|
) => void
|
|
5653
5565
|
): void;
|
|
5654
|
-
|
|
5655
5566
|
describeInstanceEventWindows(
|
|
5656
5567
|
args: DescribeInstanceEventWindowsCommandInput,
|
|
5657
5568
|
options?: __HttpHandlerOptions
|
|
@@ -5665,7 +5576,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5665
5576
|
options: __HttpHandlerOptions,
|
|
5666
5577
|
cb: (err: any, data?: DescribeInstanceEventWindowsCommandOutput) => void
|
|
5667
5578
|
): void;
|
|
5668
|
-
|
|
5669
5579
|
describeInstances(
|
|
5670
5580
|
args: DescribeInstancesCommandInput,
|
|
5671
5581
|
options?: __HttpHandlerOptions
|
|
@@ -5679,7 +5589,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5679
5589
|
options: __HttpHandlerOptions,
|
|
5680
5590
|
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
5681
5591
|
): void;
|
|
5682
|
-
|
|
5683
5592
|
describeInstanceStatus(
|
|
5684
5593
|
args: DescribeInstanceStatusCommandInput,
|
|
5685
5594
|
options?: __HttpHandlerOptions
|
|
@@ -5693,7 +5602,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5693
5602
|
options: __HttpHandlerOptions,
|
|
5694
5603
|
cb: (err: any, data?: DescribeInstanceStatusCommandOutput) => void
|
|
5695
5604
|
): void;
|
|
5696
|
-
|
|
5697
5605
|
describeInstanceTypeOfferings(
|
|
5698
5606
|
args: DescribeInstanceTypeOfferingsCommandInput,
|
|
5699
5607
|
options?: __HttpHandlerOptions
|
|
@@ -5707,7 +5615,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5707
5615
|
options: __HttpHandlerOptions,
|
|
5708
5616
|
cb: (err: any, data?: DescribeInstanceTypeOfferingsCommandOutput) => void
|
|
5709
5617
|
): void;
|
|
5710
|
-
|
|
5711
5618
|
describeInstanceTypes(
|
|
5712
5619
|
args: DescribeInstanceTypesCommandInput,
|
|
5713
5620
|
options?: __HttpHandlerOptions
|
|
@@ -5721,7 +5628,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5721
5628
|
options: __HttpHandlerOptions,
|
|
5722
5629
|
cb: (err: any, data?: DescribeInstanceTypesCommandOutput) => void
|
|
5723
5630
|
): void;
|
|
5724
|
-
|
|
5725
5631
|
describeInternetGateways(
|
|
5726
5632
|
args: DescribeInternetGatewaysCommandInput,
|
|
5727
5633
|
options?: __HttpHandlerOptions
|
|
@@ -5735,7 +5641,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5735
5641
|
options: __HttpHandlerOptions,
|
|
5736
5642
|
cb: (err: any, data?: DescribeInternetGatewaysCommandOutput) => void
|
|
5737
5643
|
): void;
|
|
5738
|
-
|
|
5739
5644
|
describeIpamPools(
|
|
5740
5645
|
args: DescribeIpamPoolsCommandInput,
|
|
5741
5646
|
options?: __HttpHandlerOptions
|
|
@@ -5749,7 +5654,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5749
5654
|
options: __HttpHandlerOptions,
|
|
5750
5655
|
cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void
|
|
5751
5656
|
): void;
|
|
5752
|
-
|
|
5753
5657
|
describeIpams(
|
|
5754
5658
|
args: DescribeIpamsCommandInput,
|
|
5755
5659
|
options?: __HttpHandlerOptions
|
|
@@ -5763,7 +5667,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5763
5667
|
options: __HttpHandlerOptions,
|
|
5764
5668
|
cb: (err: any, data?: DescribeIpamsCommandOutput) => void
|
|
5765
5669
|
): void;
|
|
5766
|
-
|
|
5767
5670
|
describeIpamScopes(
|
|
5768
5671
|
args: DescribeIpamScopesCommandInput,
|
|
5769
5672
|
options?: __HttpHandlerOptions
|
|
@@ -5777,7 +5680,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5777
5680
|
options: __HttpHandlerOptions,
|
|
5778
5681
|
cb: (err: any, data?: DescribeIpamScopesCommandOutput) => void
|
|
5779
5682
|
): void;
|
|
5780
|
-
|
|
5781
5683
|
describeIpv6Pools(
|
|
5782
5684
|
args: DescribeIpv6PoolsCommandInput,
|
|
5783
5685
|
options?: __HttpHandlerOptions
|
|
@@ -5791,7 +5693,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5791
5693
|
options: __HttpHandlerOptions,
|
|
5792
5694
|
cb: (err: any, data?: DescribeIpv6PoolsCommandOutput) => void
|
|
5793
5695
|
): void;
|
|
5794
|
-
|
|
5795
5696
|
describeKeyPairs(
|
|
5796
5697
|
args: DescribeKeyPairsCommandInput,
|
|
5797
5698
|
options?: __HttpHandlerOptions
|
|
@@ -5805,7 +5706,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5805
5706
|
options: __HttpHandlerOptions,
|
|
5806
5707
|
cb: (err: any, data?: DescribeKeyPairsCommandOutput) => void
|
|
5807
5708
|
): void;
|
|
5808
|
-
|
|
5809
5709
|
describeLaunchTemplates(
|
|
5810
5710
|
args: DescribeLaunchTemplatesCommandInput,
|
|
5811
5711
|
options?: __HttpHandlerOptions
|
|
@@ -5819,7 +5719,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5819
5719
|
options: __HttpHandlerOptions,
|
|
5820
5720
|
cb: (err: any, data?: DescribeLaunchTemplatesCommandOutput) => void
|
|
5821
5721
|
): void;
|
|
5822
|
-
|
|
5823
5722
|
describeLaunchTemplateVersions(
|
|
5824
5723
|
args: DescribeLaunchTemplateVersionsCommandInput,
|
|
5825
5724
|
options?: __HttpHandlerOptions
|
|
@@ -5833,7 +5732,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5833
5732
|
options: __HttpHandlerOptions,
|
|
5834
5733
|
cb: (err: any, data?: DescribeLaunchTemplateVersionsCommandOutput) => void
|
|
5835
5734
|
): void;
|
|
5836
|
-
|
|
5837
5735
|
describeLocalGatewayRouteTables(
|
|
5838
5736
|
args: DescribeLocalGatewayRouteTablesCommandInput,
|
|
5839
5737
|
options?: __HttpHandlerOptions
|
|
@@ -5847,7 +5745,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5847
5745
|
options: __HttpHandlerOptions,
|
|
5848
5746
|
cb: (err: any, data?: DescribeLocalGatewayRouteTablesCommandOutput) => void
|
|
5849
5747
|
): void;
|
|
5850
|
-
|
|
5851
5748
|
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(
|
|
5852
5749
|
args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput,
|
|
5853
5750
|
options?: __HttpHandlerOptions
|
|
@@ -5867,7 +5764,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5867
5764
|
data?: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput
|
|
5868
5765
|
) => void
|
|
5869
5766
|
): void;
|
|
5870
|
-
|
|
5871
5767
|
describeLocalGatewayRouteTableVpcAssociations(
|
|
5872
5768
|
args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput,
|
|
5873
5769
|
options?: __HttpHandlerOptions
|
|
@@ -5887,7 +5783,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5887
5783
|
data?: DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput
|
|
5888
5784
|
) => void
|
|
5889
5785
|
): void;
|
|
5890
|
-
|
|
5891
5786
|
describeLocalGateways(
|
|
5892
5787
|
args: DescribeLocalGatewaysCommandInput,
|
|
5893
5788
|
options?: __HttpHandlerOptions
|
|
@@ -5901,7 +5796,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5901
5796
|
options: __HttpHandlerOptions,
|
|
5902
5797
|
cb: (err: any, data?: DescribeLocalGatewaysCommandOutput) => void
|
|
5903
5798
|
): void;
|
|
5904
|
-
|
|
5905
5799
|
describeLocalGatewayVirtualInterfaceGroups(
|
|
5906
5800
|
args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput,
|
|
5907
5801
|
options?: __HttpHandlerOptions
|
|
@@ -5921,7 +5815,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5921
5815
|
data?: DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput
|
|
5922
5816
|
) => void
|
|
5923
5817
|
): void;
|
|
5924
|
-
|
|
5925
5818
|
describeLocalGatewayVirtualInterfaces(
|
|
5926
5819
|
args: DescribeLocalGatewayVirtualInterfacesCommandInput,
|
|
5927
5820
|
options?: __HttpHandlerOptions
|
|
@@ -5941,7 +5834,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5941
5834
|
data?: DescribeLocalGatewayVirtualInterfacesCommandOutput
|
|
5942
5835
|
) => void
|
|
5943
5836
|
): void;
|
|
5944
|
-
|
|
5945
5837
|
describeManagedPrefixLists(
|
|
5946
5838
|
args: DescribeManagedPrefixListsCommandInput,
|
|
5947
5839
|
options?: __HttpHandlerOptions
|
|
@@ -5955,7 +5847,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5955
5847
|
options: __HttpHandlerOptions,
|
|
5956
5848
|
cb: (err: any, data?: DescribeManagedPrefixListsCommandOutput) => void
|
|
5957
5849
|
): void;
|
|
5958
|
-
|
|
5959
5850
|
describeMovingAddresses(
|
|
5960
5851
|
args: DescribeMovingAddressesCommandInput,
|
|
5961
5852
|
options?: __HttpHandlerOptions
|
|
@@ -5969,7 +5860,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5969
5860
|
options: __HttpHandlerOptions,
|
|
5970
5861
|
cb: (err: any, data?: DescribeMovingAddressesCommandOutput) => void
|
|
5971
5862
|
): void;
|
|
5972
|
-
|
|
5973
5863
|
describeNatGateways(
|
|
5974
5864
|
args: DescribeNatGatewaysCommandInput,
|
|
5975
5865
|
options?: __HttpHandlerOptions
|
|
@@ -5983,7 +5873,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5983
5873
|
options: __HttpHandlerOptions,
|
|
5984
5874
|
cb: (err: any, data?: DescribeNatGatewaysCommandOutput) => void
|
|
5985
5875
|
): void;
|
|
5986
|
-
|
|
5987
5876
|
describeNetworkAcls(
|
|
5988
5877
|
args: DescribeNetworkAclsCommandInput,
|
|
5989
5878
|
options?: __HttpHandlerOptions
|
|
@@ -5997,7 +5886,6 @@ export declare class EC2 extends EC2Client {
|
|
|
5997
5886
|
options: __HttpHandlerOptions,
|
|
5998
5887
|
cb: (err: any, data?: DescribeNetworkAclsCommandOutput) => void
|
|
5999
5888
|
): void;
|
|
6000
|
-
|
|
6001
5889
|
describeNetworkInsightsAccessScopeAnalyses(
|
|
6002
5890
|
args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput,
|
|
6003
5891
|
options?: __HttpHandlerOptions
|
|
@@ -6017,7 +5905,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6017
5905
|
data?: DescribeNetworkInsightsAccessScopeAnalysesCommandOutput
|
|
6018
5906
|
) => void
|
|
6019
5907
|
): void;
|
|
6020
|
-
|
|
6021
5908
|
describeNetworkInsightsAccessScopes(
|
|
6022
5909
|
args: DescribeNetworkInsightsAccessScopesCommandInput,
|
|
6023
5910
|
options?: __HttpHandlerOptions
|
|
@@ -6037,7 +5924,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6037
5924
|
data?: DescribeNetworkInsightsAccessScopesCommandOutput
|
|
6038
5925
|
) => void
|
|
6039
5926
|
): void;
|
|
6040
|
-
|
|
6041
5927
|
describeNetworkInsightsAnalyses(
|
|
6042
5928
|
args: DescribeNetworkInsightsAnalysesCommandInput,
|
|
6043
5929
|
options?: __HttpHandlerOptions
|
|
@@ -6051,7 +5937,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6051
5937
|
options: __HttpHandlerOptions,
|
|
6052
5938
|
cb: (err: any, data?: DescribeNetworkInsightsAnalysesCommandOutput) => void
|
|
6053
5939
|
): void;
|
|
6054
|
-
|
|
6055
5940
|
describeNetworkInsightsPaths(
|
|
6056
5941
|
args: DescribeNetworkInsightsPathsCommandInput,
|
|
6057
5942
|
options?: __HttpHandlerOptions
|
|
@@ -6065,7 +5950,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6065
5950
|
options: __HttpHandlerOptions,
|
|
6066
5951
|
cb: (err: any, data?: DescribeNetworkInsightsPathsCommandOutput) => void
|
|
6067
5952
|
): void;
|
|
6068
|
-
|
|
6069
5953
|
describeNetworkInterfaceAttribute(
|
|
6070
5954
|
args: DescribeNetworkInterfaceAttributeCommandInput,
|
|
6071
5955
|
options?: __HttpHandlerOptions
|
|
@@ -6085,7 +5969,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6085
5969
|
data?: DescribeNetworkInterfaceAttributeCommandOutput
|
|
6086
5970
|
) => void
|
|
6087
5971
|
): void;
|
|
6088
|
-
|
|
6089
5972
|
describeNetworkInterfacePermissions(
|
|
6090
5973
|
args: DescribeNetworkInterfacePermissionsCommandInput,
|
|
6091
5974
|
options?: __HttpHandlerOptions
|
|
@@ -6105,7 +5988,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6105
5988
|
data?: DescribeNetworkInterfacePermissionsCommandOutput
|
|
6106
5989
|
) => void
|
|
6107
5990
|
): void;
|
|
6108
|
-
|
|
6109
5991
|
describeNetworkInterfaces(
|
|
6110
5992
|
args: DescribeNetworkInterfacesCommandInput,
|
|
6111
5993
|
options?: __HttpHandlerOptions
|
|
@@ -6119,7 +6001,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6119
6001
|
options: __HttpHandlerOptions,
|
|
6120
6002
|
cb: (err: any, data?: DescribeNetworkInterfacesCommandOutput) => void
|
|
6121
6003
|
): void;
|
|
6122
|
-
|
|
6123
6004
|
describePlacementGroups(
|
|
6124
6005
|
args: DescribePlacementGroupsCommandInput,
|
|
6125
6006
|
options?: __HttpHandlerOptions
|
|
@@ -6133,7 +6014,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6133
6014
|
options: __HttpHandlerOptions,
|
|
6134
6015
|
cb: (err: any, data?: DescribePlacementGroupsCommandOutput) => void
|
|
6135
6016
|
): void;
|
|
6136
|
-
|
|
6137
6017
|
describePrefixLists(
|
|
6138
6018
|
args: DescribePrefixListsCommandInput,
|
|
6139
6019
|
options?: __HttpHandlerOptions
|
|
@@ -6147,7 +6027,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6147
6027
|
options: __HttpHandlerOptions,
|
|
6148
6028
|
cb: (err: any, data?: DescribePrefixListsCommandOutput) => void
|
|
6149
6029
|
): void;
|
|
6150
|
-
|
|
6151
6030
|
describePrincipalIdFormat(
|
|
6152
6031
|
args: DescribePrincipalIdFormatCommandInput,
|
|
6153
6032
|
options?: __HttpHandlerOptions
|
|
@@ -6161,7 +6040,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6161
6040
|
options: __HttpHandlerOptions,
|
|
6162
6041
|
cb: (err: any, data?: DescribePrincipalIdFormatCommandOutput) => void
|
|
6163
6042
|
): void;
|
|
6164
|
-
|
|
6165
6043
|
describePublicIpv4Pools(
|
|
6166
6044
|
args: DescribePublicIpv4PoolsCommandInput,
|
|
6167
6045
|
options?: __HttpHandlerOptions
|
|
@@ -6175,7 +6053,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6175
6053
|
options: __HttpHandlerOptions,
|
|
6176
6054
|
cb: (err: any, data?: DescribePublicIpv4PoolsCommandOutput) => void
|
|
6177
6055
|
): void;
|
|
6178
|
-
|
|
6179
6056
|
describeRegions(
|
|
6180
6057
|
args: DescribeRegionsCommandInput,
|
|
6181
6058
|
options?: __HttpHandlerOptions
|
|
@@ -6189,7 +6066,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6189
6066
|
options: __HttpHandlerOptions,
|
|
6190
6067
|
cb: (err: any, data?: DescribeRegionsCommandOutput) => void
|
|
6191
6068
|
): void;
|
|
6192
|
-
|
|
6193
6069
|
describeReplaceRootVolumeTasks(
|
|
6194
6070
|
args: DescribeReplaceRootVolumeTasksCommandInput,
|
|
6195
6071
|
options?: __HttpHandlerOptions
|
|
@@ -6203,7 +6079,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6203
6079
|
options: __HttpHandlerOptions,
|
|
6204
6080
|
cb: (err: any, data?: DescribeReplaceRootVolumeTasksCommandOutput) => void
|
|
6205
6081
|
): void;
|
|
6206
|
-
|
|
6207
6082
|
describeReservedInstances(
|
|
6208
6083
|
args: DescribeReservedInstancesCommandInput,
|
|
6209
6084
|
options?: __HttpHandlerOptions
|
|
@@ -6217,7 +6092,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6217
6092
|
options: __HttpHandlerOptions,
|
|
6218
6093
|
cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void
|
|
6219
6094
|
): void;
|
|
6220
|
-
|
|
6221
6095
|
describeReservedInstancesListings(
|
|
6222
6096
|
args: DescribeReservedInstancesListingsCommandInput,
|
|
6223
6097
|
options?: __HttpHandlerOptions
|
|
@@ -6237,7 +6111,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6237
6111
|
data?: DescribeReservedInstancesListingsCommandOutput
|
|
6238
6112
|
) => void
|
|
6239
6113
|
): void;
|
|
6240
|
-
|
|
6241
6114
|
describeReservedInstancesModifications(
|
|
6242
6115
|
args: DescribeReservedInstancesModificationsCommandInput,
|
|
6243
6116
|
options?: __HttpHandlerOptions
|
|
@@ -6257,7 +6130,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6257
6130
|
data?: DescribeReservedInstancesModificationsCommandOutput
|
|
6258
6131
|
) => void
|
|
6259
6132
|
): void;
|
|
6260
|
-
|
|
6261
6133
|
describeReservedInstancesOfferings(
|
|
6262
6134
|
args: DescribeReservedInstancesOfferingsCommandInput,
|
|
6263
6135
|
options?: __HttpHandlerOptions
|
|
@@ -6277,7 +6149,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6277
6149
|
data?: DescribeReservedInstancesOfferingsCommandOutput
|
|
6278
6150
|
) => void
|
|
6279
6151
|
): void;
|
|
6280
|
-
|
|
6281
6152
|
describeRouteTables(
|
|
6282
6153
|
args: DescribeRouteTablesCommandInput,
|
|
6283
6154
|
options?: __HttpHandlerOptions
|
|
@@ -6291,7 +6162,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6291
6162
|
options: __HttpHandlerOptions,
|
|
6292
6163
|
cb: (err: any, data?: DescribeRouteTablesCommandOutput) => void
|
|
6293
6164
|
): void;
|
|
6294
|
-
|
|
6295
6165
|
describeScheduledInstanceAvailability(
|
|
6296
6166
|
args: DescribeScheduledInstanceAvailabilityCommandInput,
|
|
6297
6167
|
options?: __HttpHandlerOptions
|
|
@@ -6311,7 +6181,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6311
6181
|
data?: DescribeScheduledInstanceAvailabilityCommandOutput
|
|
6312
6182
|
) => void
|
|
6313
6183
|
): void;
|
|
6314
|
-
|
|
6315
6184
|
describeScheduledInstances(
|
|
6316
6185
|
args: DescribeScheduledInstancesCommandInput,
|
|
6317
6186
|
options?: __HttpHandlerOptions
|
|
@@ -6325,7 +6194,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6325
6194
|
options: __HttpHandlerOptions,
|
|
6326
6195
|
cb: (err: any, data?: DescribeScheduledInstancesCommandOutput) => void
|
|
6327
6196
|
): void;
|
|
6328
|
-
|
|
6329
6197
|
describeSecurityGroupReferences(
|
|
6330
6198
|
args: DescribeSecurityGroupReferencesCommandInput,
|
|
6331
6199
|
options?: __HttpHandlerOptions
|
|
@@ -6339,7 +6207,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6339
6207
|
options: __HttpHandlerOptions,
|
|
6340
6208
|
cb: (err: any, data?: DescribeSecurityGroupReferencesCommandOutput) => void
|
|
6341
6209
|
): void;
|
|
6342
|
-
|
|
6343
6210
|
describeSecurityGroupRules(
|
|
6344
6211
|
args: DescribeSecurityGroupRulesCommandInput,
|
|
6345
6212
|
options?: __HttpHandlerOptions
|
|
@@ -6353,7 +6220,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6353
6220
|
options: __HttpHandlerOptions,
|
|
6354
6221
|
cb: (err: any, data?: DescribeSecurityGroupRulesCommandOutput) => void
|
|
6355
6222
|
): void;
|
|
6356
|
-
|
|
6357
6223
|
describeSecurityGroups(
|
|
6358
6224
|
args: DescribeSecurityGroupsCommandInput,
|
|
6359
6225
|
options?: __HttpHandlerOptions
|
|
@@ -6367,7 +6233,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6367
6233
|
options: __HttpHandlerOptions,
|
|
6368
6234
|
cb: (err: any, data?: DescribeSecurityGroupsCommandOutput) => void
|
|
6369
6235
|
): void;
|
|
6370
|
-
|
|
6371
6236
|
describeSnapshotAttribute(
|
|
6372
6237
|
args: DescribeSnapshotAttributeCommandInput,
|
|
6373
6238
|
options?: __HttpHandlerOptions
|
|
@@ -6381,7 +6246,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6381
6246
|
options: __HttpHandlerOptions,
|
|
6382
6247
|
cb: (err: any, data?: DescribeSnapshotAttributeCommandOutput) => void
|
|
6383
6248
|
): void;
|
|
6384
|
-
|
|
6385
6249
|
describeSnapshots(
|
|
6386
6250
|
args: DescribeSnapshotsCommandInput,
|
|
6387
6251
|
options?: __HttpHandlerOptions
|
|
@@ -6395,7 +6259,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6395
6259
|
options: __HttpHandlerOptions,
|
|
6396
6260
|
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
6397
6261
|
): void;
|
|
6398
|
-
|
|
6399
6262
|
describeSnapshotTierStatus(
|
|
6400
6263
|
args: DescribeSnapshotTierStatusCommandInput,
|
|
6401
6264
|
options?: __HttpHandlerOptions
|
|
@@ -6409,7 +6272,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6409
6272
|
options: __HttpHandlerOptions,
|
|
6410
6273
|
cb: (err: any, data?: DescribeSnapshotTierStatusCommandOutput) => void
|
|
6411
6274
|
): void;
|
|
6412
|
-
|
|
6413
6275
|
describeSpotDatafeedSubscription(
|
|
6414
6276
|
args: DescribeSpotDatafeedSubscriptionCommandInput,
|
|
6415
6277
|
options?: __HttpHandlerOptions
|
|
@@ -6423,7 +6285,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6423
6285
|
options: __HttpHandlerOptions,
|
|
6424
6286
|
cb: (err: any, data?: DescribeSpotDatafeedSubscriptionCommandOutput) => void
|
|
6425
6287
|
): void;
|
|
6426
|
-
|
|
6427
6288
|
describeSpotFleetInstances(
|
|
6428
6289
|
args: DescribeSpotFleetInstancesCommandInput,
|
|
6429
6290
|
options?: __HttpHandlerOptions
|
|
@@ -6437,7 +6298,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6437
6298
|
options: __HttpHandlerOptions,
|
|
6438
6299
|
cb: (err: any, data?: DescribeSpotFleetInstancesCommandOutput) => void
|
|
6439
6300
|
): void;
|
|
6440
|
-
|
|
6441
6301
|
describeSpotFleetRequestHistory(
|
|
6442
6302
|
args: DescribeSpotFleetRequestHistoryCommandInput,
|
|
6443
6303
|
options?: __HttpHandlerOptions
|
|
@@ -6451,7 +6311,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6451
6311
|
options: __HttpHandlerOptions,
|
|
6452
6312
|
cb: (err: any, data?: DescribeSpotFleetRequestHistoryCommandOutput) => void
|
|
6453
6313
|
): void;
|
|
6454
|
-
|
|
6455
6314
|
describeSpotFleetRequests(
|
|
6456
6315
|
args: DescribeSpotFleetRequestsCommandInput,
|
|
6457
6316
|
options?: __HttpHandlerOptions
|
|
@@ -6465,7 +6324,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6465
6324
|
options: __HttpHandlerOptions,
|
|
6466
6325
|
cb: (err: any, data?: DescribeSpotFleetRequestsCommandOutput) => void
|
|
6467
6326
|
): void;
|
|
6468
|
-
|
|
6469
6327
|
describeSpotInstanceRequests(
|
|
6470
6328
|
args: DescribeSpotInstanceRequestsCommandInput,
|
|
6471
6329
|
options?: __HttpHandlerOptions
|
|
@@ -6479,7 +6337,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6479
6337
|
options: __HttpHandlerOptions,
|
|
6480
6338
|
cb: (err: any, data?: DescribeSpotInstanceRequestsCommandOutput) => void
|
|
6481
6339
|
): void;
|
|
6482
|
-
|
|
6483
6340
|
describeSpotPriceHistory(
|
|
6484
6341
|
args: DescribeSpotPriceHistoryCommandInput,
|
|
6485
6342
|
options?: __HttpHandlerOptions
|
|
@@ -6493,7 +6350,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6493
6350
|
options: __HttpHandlerOptions,
|
|
6494
6351
|
cb: (err: any, data?: DescribeSpotPriceHistoryCommandOutput) => void
|
|
6495
6352
|
): void;
|
|
6496
|
-
|
|
6497
6353
|
describeStaleSecurityGroups(
|
|
6498
6354
|
args: DescribeStaleSecurityGroupsCommandInput,
|
|
6499
6355
|
options?: __HttpHandlerOptions
|
|
@@ -6507,7 +6363,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6507
6363
|
options: __HttpHandlerOptions,
|
|
6508
6364
|
cb: (err: any, data?: DescribeStaleSecurityGroupsCommandOutput) => void
|
|
6509
6365
|
): void;
|
|
6510
|
-
|
|
6511
6366
|
describeStoreImageTasks(
|
|
6512
6367
|
args: DescribeStoreImageTasksCommandInput,
|
|
6513
6368
|
options?: __HttpHandlerOptions
|
|
@@ -6521,7 +6376,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6521
6376
|
options: __HttpHandlerOptions,
|
|
6522
6377
|
cb: (err: any, data?: DescribeStoreImageTasksCommandOutput) => void
|
|
6523
6378
|
): void;
|
|
6524
|
-
|
|
6525
6379
|
describeSubnets(
|
|
6526
6380
|
args: DescribeSubnetsCommandInput,
|
|
6527
6381
|
options?: __HttpHandlerOptions
|
|
@@ -6535,7 +6389,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6535
6389
|
options: __HttpHandlerOptions,
|
|
6536
6390
|
cb: (err: any, data?: DescribeSubnetsCommandOutput) => void
|
|
6537
6391
|
): void;
|
|
6538
|
-
|
|
6539
6392
|
describeTags(
|
|
6540
6393
|
args: DescribeTagsCommandInput,
|
|
6541
6394
|
options?: __HttpHandlerOptions
|
|
@@ -6549,7 +6402,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6549
6402
|
options: __HttpHandlerOptions,
|
|
6550
6403
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
6551
6404
|
): void;
|
|
6552
|
-
|
|
6553
6405
|
describeTrafficMirrorFilters(
|
|
6554
6406
|
args: DescribeTrafficMirrorFiltersCommandInput,
|
|
6555
6407
|
options?: __HttpHandlerOptions
|
|
@@ -6563,7 +6415,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6563
6415
|
options: __HttpHandlerOptions,
|
|
6564
6416
|
cb: (err: any, data?: DescribeTrafficMirrorFiltersCommandOutput) => void
|
|
6565
6417
|
): void;
|
|
6566
|
-
|
|
6567
6418
|
describeTrafficMirrorSessions(
|
|
6568
6419
|
args: DescribeTrafficMirrorSessionsCommandInput,
|
|
6569
6420
|
options?: __HttpHandlerOptions
|
|
@@ -6577,7 +6428,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6577
6428
|
options: __HttpHandlerOptions,
|
|
6578
6429
|
cb: (err: any, data?: DescribeTrafficMirrorSessionsCommandOutput) => void
|
|
6579
6430
|
): void;
|
|
6580
|
-
|
|
6581
6431
|
describeTrafficMirrorTargets(
|
|
6582
6432
|
args: DescribeTrafficMirrorTargetsCommandInput,
|
|
6583
6433
|
options?: __HttpHandlerOptions
|
|
@@ -6591,7 +6441,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6591
6441
|
options: __HttpHandlerOptions,
|
|
6592
6442
|
cb: (err: any, data?: DescribeTrafficMirrorTargetsCommandOutput) => void
|
|
6593
6443
|
): void;
|
|
6594
|
-
|
|
6595
6444
|
describeTransitGatewayAttachments(
|
|
6596
6445
|
args: DescribeTransitGatewayAttachmentsCommandInput,
|
|
6597
6446
|
options?: __HttpHandlerOptions
|
|
@@ -6611,7 +6460,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6611
6460
|
data?: DescribeTransitGatewayAttachmentsCommandOutput
|
|
6612
6461
|
) => void
|
|
6613
6462
|
): void;
|
|
6614
|
-
|
|
6615
6463
|
describeTransitGatewayConnectPeers(
|
|
6616
6464
|
args: DescribeTransitGatewayConnectPeersCommandInput,
|
|
6617
6465
|
options?: __HttpHandlerOptions
|
|
@@ -6631,7 +6479,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6631
6479
|
data?: DescribeTransitGatewayConnectPeersCommandOutput
|
|
6632
6480
|
) => void
|
|
6633
6481
|
): void;
|
|
6634
|
-
|
|
6635
6482
|
describeTransitGatewayConnects(
|
|
6636
6483
|
args: DescribeTransitGatewayConnectsCommandInput,
|
|
6637
6484
|
options?: __HttpHandlerOptions
|
|
@@ -6645,7 +6492,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6645
6492
|
options: __HttpHandlerOptions,
|
|
6646
6493
|
cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void
|
|
6647
6494
|
): void;
|
|
6648
|
-
|
|
6649
6495
|
describeTransitGatewayMulticastDomains(
|
|
6650
6496
|
args: DescribeTransitGatewayMulticastDomainsCommandInput,
|
|
6651
6497
|
options?: __HttpHandlerOptions
|
|
@@ -6665,7 +6511,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6665
6511
|
data?: DescribeTransitGatewayMulticastDomainsCommandOutput
|
|
6666
6512
|
) => void
|
|
6667
6513
|
): void;
|
|
6668
|
-
|
|
6669
6514
|
describeTransitGatewayPeeringAttachments(
|
|
6670
6515
|
args: DescribeTransitGatewayPeeringAttachmentsCommandInput,
|
|
6671
6516
|
options?: __HttpHandlerOptions
|
|
@@ -6685,7 +6530,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6685
6530
|
data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput
|
|
6686
6531
|
) => void
|
|
6687
6532
|
): void;
|
|
6688
|
-
|
|
6689
6533
|
describeTransitGatewayPolicyTables(
|
|
6690
6534
|
args: DescribeTransitGatewayPolicyTablesCommandInput,
|
|
6691
6535
|
options?: __HttpHandlerOptions
|
|
@@ -6705,7 +6549,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6705
6549
|
data?: DescribeTransitGatewayPolicyTablesCommandOutput
|
|
6706
6550
|
) => void
|
|
6707
6551
|
): void;
|
|
6708
|
-
|
|
6709
6552
|
describeTransitGatewayRouteTableAnnouncements(
|
|
6710
6553
|
args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput,
|
|
6711
6554
|
options?: __HttpHandlerOptions
|
|
@@ -6725,7 +6568,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6725
6568
|
data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput
|
|
6726
6569
|
) => void
|
|
6727
6570
|
): void;
|
|
6728
|
-
|
|
6729
6571
|
describeTransitGatewayRouteTables(
|
|
6730
6572
|
args: DescribeTransitGatewayRouteTablesCommandInput,
|
|
6731
6573
|
options?: __HttpHandlerOptions
|
|
@@ -6745,7 +6587,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6745
6587
|
data?: DescribeTransitGatewayRouteTablesCommandOutput
|
|
6746
6588
|
) => void
|
|
6747
6589
|
): void;
|
|
6748
|
-
|
|
6749
6590
|
describeTransitGateways(
|
|
6750
6591
|
args: DescribeTransitGatewaysCommandInput,
|
|
6751
6592
|
options?: __HttpHandlerOptions
|
|
@@ -6759,7 +6600,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6759
6600
|
options: __HttpHandlerOptions,
|
|
6760
6601
|
cb: (err: any, data?: DescribeTransitGatewaysCommandOutput) => void
|
|
6761
6602
|
): void;
|
|
6762
|
-
|
|
6763
6603
|
describeTransitGatewayVpcAttachments(
|
|
6764
6604
|
args: DescribeTransitGatewayVpcAttachmentsCommandInput,
|
|
6765
6605
|
options?: __HttpHandlerOptions
|
|
@@ -6779,7 +6619,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6779
6619
|
data?: DescribeTransitGatewayVpcAttachmentsCommandOutput
|
|
6780
6620
|
) => void
|
|
6781
6621
|
): void;
|
|
6782
|
-
|
|
6783
6622
|
describeTrunkInterfaceAssociations(
|
|
6784
6623
|
args: DescribeTrunkInterfaceAssociationsCommandInput,
|
|
6785
6624
|
options?: __HttpHandlerOptions
|
|
@@ -6799,7 +6638,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6799
6638
|
data?: DescribeTrunkInterfaceAssociationsCommandOutput
|
|
6800
6639
|
) => void
|
|
6801
6640
|
): void;
|
|
6802
|
-
|
|
6803
6641
|
describeVolumeAttribute(
|
|
6804
6642
|
args: DescribeVolumeAttributeCommandInput,
|
|
6805
6643
|
options?: __HttpHandlerOptions
|
|
@@ -6813,7 +6651,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6813
6651
|
options: __HttpHandlerOptions,
|
|
6814
6652
|
cb: (err: any, data?: DescribeVolumeAttributeCommandOutput) => void
|
|
6815
6653
|
): void;
|
|
6816
|
-
|
|
6817
6654
|
describeVolumes(
|
|
6818
6655
|
args: DescribeVolumesCommandInput,
|
|
6819
6656
|
options?: __HttpHandlerOptions
|
|
@@ -6827,7 +6664,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6827
6664
|
options: __HttpHandlerOptions,
|
|
6828
6665
|
cb: (err: any, data?: DescribeVolumesCommandOutput) => void
|
|
6829
6666
|
): void;
|
|
6830
|
-
|
|
6831
6667
|
describeVolumesModifications(
|
|
6832
6668
|
args: DescribeVolumesModificationsCommandInput,
|
|
6833
6669
|
options?: __HttpHandlerOptions
|
|
@@ -6841,7 +6677,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6841
6677
|
options: __HttpHandlerOptions,
|
|
6842
6678
|
cb: (err: any, data?: DescribeVolumesModificationsCommandOutput) => void
|
|
6843
6679
|
): void;
|
|
6844
|
-
|
|
6845
6680
|
describeVolumeStatus(
|
|
6846
6681
|
args: DescribeVolumeStatusCommandInput,
|
|
6847
6682
|
options?: __HttpHandlerOptions
|
|
@@ -6855,7 +6690,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6855
6690
|
options: __HttpHandlerOptions,
|
|
6856
6691
|
cb: (err: any, data?: DescribeVolumeStatusCommandOutput) => void
|
|
6857
6692
|
): void;
|
|
6858
|
-
|
|
6859
6693
|
describeVpcAttribute(
|
|
6860
6694
|
args: DescribeVpcAttributeCommandInput,
|
|
6861
6695
|
options?: __HttpHandlerOptions
|
|
@@ -6869,7 +6703,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6869
6703
|
options: __HttpHandlerOptions,
|
|
6870
6704
|
cb: (err: any, data?: DescribeVpcAttributeCommandOutput) => void
|
|
6871
6705
|
): void;
|
|
6872
|
-
|
|
6873
6706
|
describeVpcClassicLink(
|
|
6874
6707
|
args: DescribeVpcClassicLinkCommandInput,
|
|
6875
6708
|
options?: __HttpHandlerOptions
|
|
@@ -6883,7 +6716,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6883
6716
|
options: __HttpHandlerOptions,
|
|
6884
6717
|
cb: (err: any, data?: DescribeVpcClassicLinkCommandOutput) => void
|
|
6885
6718
|
): void;
|
|
6886
|
-
|
|
6887
6719
|
describeVpcClassicLinkDnsSupport(
|
|
6888
6720
|
args: DescribeVpcClassicLinkDnsSupportCommandInput,
|
|
6889
6721
|
options?: __HttpHandlerOptions
|
|
@@ -6897,7 +6729,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6897
6729
|
options: __HttpHandlerOptions,
|
|
6898
6730
|
cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void
|
|
6899
6731
|
): void;
|
|
6900
|
-
|
|
6901
6732
|
describeVpcEndpointConnectionNotifications(
|
|
6902
6733
|
args: DescribeVpcEndpointConnectionNotificationsCommandInput,
|
|
6903
6734
|
options?: __HttpHandlerOptions
|
|
@@ -6917,7 +6748,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6917
6748
|
data?: DescribeVpcEndpointConnectionNotificationsCommandOutput
|
|
6918
6749
|
) => void
|
|
6919
6750
|
): void;
|
|
6920
|
-
|
|
6921
6751
|
describeVpcEndpointConnections(
|
|
6922
6752
|
args: DescribeVpcEndpointConnectionsCommandInput,
|
|
6923
6753
|
options?: __HttpHandlerOptions
|
|
@@ -6931,7 +6761,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6931
6761
|
options: __HttpHandlerOptions,
|
|
6932
6762
|
cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void
|
|
6933
6763
|
): void;
|
|
6934
|
-
|
|
6935
6764
|
describeVpcEndpoints(
|
|
6936
6765
|
args: DescribeVpcEndpointsCommandInput,
|
|
6937
6766
|
options?: __HttpHandlerOptions
|
|
@@ -6945,7 +6774,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6945
6774
|
options: __HttpHandlerOptions,
|
|
6946
6775
|
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void
|
|
6947
6776
|
): void;
|
|
6948
|
-
|
|
6949
6777
|
describeVpcEndpointServiceConfigurations(
|
|
6950
6778
|
args: DescribeVpcEndpointServiceConfigurationsCommandInput,
|
|
6951
6779
|
options?: __HttpHandlerOptions
|
|
@@ -6965,7 +6793,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6965
6793
|
data?: DescribeVpcEndpointServiceConfigurationsCommandOutput
|
|
6966
6794
|
) => void
|
|
6967
6795
|
): void;
|
|
6968
|
-
|
|
6969
6796
|
describeVpcEndpointServicePermissions(
|
|
6970
6797
|
args: DescribeVpcEndpointServicePermissionsCommandInput,
|
|
6971
6798
|
options?: __HttpHandlerOptions
|
|
@@ -6985,7 +6812,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6985
6812
|
data?: DescribeVpcEndpointServicePermissionsCommandOutput
|
|
6986
6813
|
) => void
|
|
6987
6814
|
): void;
|
|
6988
|
-
|
|
6989
6815
|
describeVpcEndpointServices(
|
|
6990
6816
|
args: DescribeVpcEndpointServicesCommandInput,
|
|
6991
6817
|
options?: __HttpHandlerOptions
|
|
@@ -6999,7 +6825,6 @@ export declare class EC2 extends EC2Client {
|
|
|
6999
6825
|
options: __HttpHandlerOptions,
|
|
7000
6826
|
cb: (err: any, data?: DescribeVpcEndpointServicesCommandOutput) => void
|
|
7001
6827
|
): void;
|
|
7002
|
-
|
|
7003
6828
|
describeVpcPeeringConnections(
|
|
7004
6829
|
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
7005
6830
|
options?: __HttpHandlerOptions
|
|
@@ -7013,7 +6838,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7013
6838
|
options: __HttpHandlerOptions,
|
|
7014
6839
|
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
7015
6840
|
): void;
|
|
7016
|
-
|
|
7017
6841
|
describeVpcs(
|
|
7018
6842
|
args: DescribeVpcsCommandInput,
|
|
7019
6843
|
options?: __HttpHandlerOptions
|
|
@@ -7027,7 +6851,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7027
6851
|
options: __HttpHandlerOptions,
|
|
7028
6852
|
cb: (err: any, data?: DescribeVpcsCommandOutput) => void
|
|
7029
6853
|
): void;
|
|
7030
|
-
|
|
7031
6854
|
describeVpnConnections(
|
|
7032
6855
|
args: DescribeVpnConnectionsCommandInput,
|
|
7033
6856
|
options?: __HttpHandlerOptions
|
|
@@ -7041,7 +6864,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7041
6864
|
options: __HttpHandlerOptions,
|
|
7042
6865
|
cb: (err: any, data?: DescribeVpnConnectionsCommandOutput) => void
|
|
7043
6866
|
): void;
|
|
7044
|
-
|
|
7045
6867
|
describeVpnGateways(
|
|
7046
6868
|
args: DescribeVpnGatewaysCommandInput,
|
|
7047
6869
|
options?: __HttpHandlerOptions
|
|
@@ -7055,7 +6877,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7055
6877
|
options: __HttpHandlerOptions,
|
|
7056
6878
|
cb: (err: any, data?: DescribeVpnGatewaysCommandOutput) => void
|
|
7057
6879
|
): void;
|
|
7058
|
-
|
|
7059
6880
|
detachClassicLinkVpc(
|
|
7060
6881
|
args: DetachClassicLinkVpcCommandInput,
|
|
7061
6882
|
options?: __HttpHandlerOptions
|
|
@@ -7069,7 +6890,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7069
6890
|
options: __HttpHandlerOptions,
|
|
7070
6891
|
cb: (err: any, data?: DetachClassicLinkVpcCommandOutput) => void
|
|
7071
6892
|
): void;
|
|
7072
|
-
|
|
7073
6893
|
detachInternetGateway(
|
|
7074
6894
|
args: DetachInternetGatewayCommandInput,
|
|
7075
6895
|
options?: __HttpHandlerOptions
|
|
@@ -7083,7 +6903,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7083
6903
|
options: __HttpHandlerOptions,
|
|
7084
6904
|
cb: (err: any, data?: DetachInternetGatewayCommandOutput) => void
|
|
7085
6905
|
): void;
|
|
7086
|
-
|
|
7087
6906
|
detachNetworkInterface(
|
|
7088
6907
|
args: DetachNetworkInterfaceCommandInput,
|
|
7089
6908
|
options?: __HttpHandlerOptions
|
|
@@ -7097,7 +6916,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7097
6916
|
options: __HttpHandlerOptions,
|
|
7098
6917
|
cb: (err: any, data?: DetachNetworkInterfaceCommandOutput) => void
|
|
7099
6918
|
): void;
|
|
7100
|
-
|
|
7101
6919
|
detachVolume(
|
|
7102
6920
|
args: DetachVolumeCommandInput,
|
|
7103
6921
|
options?: __HttpHandlerOptions
|
|
@@ -7111,7 +6929,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7111
6929
|
options: __HttpHandlerOptions,
|
|
7112
6930
|
cb: (err: any, data?: DetachVolumeCommandOutput) => void
|
|
7113
6931
|
): void;
|
|
7114
|
-
|
|
7115
6932
|
detachVpnGateway(
|
|
7116
6933
|
args: DetachVpnGatewayCommandInput,
|
|
7117
6934
|
options?: __HttpHandlerOptions
|
|
@@ -7125,7 +6942,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7125
6942
|
options: __HttpHandlerOptions,
|
|
7126
6943
|
cb: (err: any, data?: DetachVpnGatewayCommandOutput) => void
|
|
7127
6944
|
): void;
|
|
7128
|
-
|
|
7129
6945
|
disableEbsEncryptionByDefault(
|
|
7130
6946
|
args: DisableEbsEncryptionByDefaultCommandInput,
|
|
7131
6947
|
options?: __HttpHandlerOptions
|
|
@@ -7139,7 +6955,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7139
6955
|
options: __HttpHandlerOptions,
|
|
7140
6956
|
cb: (err: any, data?: DisableEbsEncryptionByDefaultCommandOutput) => void
|
|
7141
6957
|
): void;
|
|
7142
|
-
|
|
7143
6958
|
disableFastLaunch(
|
|
7144
6959
|
args: DisableFastLaunchCommandInput,
|
|
7145
6960
|
options?: __HttpHandlerOptions
|
|
@@ -7153,7 +6968,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7153
6968
|
options: __HttpHandlerOptions,
|
|
7154
6969
|
cb: (err: any, data?: DisableFastLaunchCommandOutput) => void
|
|
7155
6970
|
): void;
|
|
7156
|
-
|
|
7157
6971
|
disableFastSnapshotRestores(
|
|
7158
6972
|
args: DisableFastSnapshotRestoresCommandInput,
|
|
7159
6973
|
options?: __HttpHandlerOptions
|
|
@@ -7167,7 +6981,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7167
6981
|
options: __HttpHandlerOptions,
|
|
7168
6982
|
cb: (err: any, data?: DisableFastSnapshotRestoresCommandOutput) => void
|
|
7169
6983
|
): void;
|
|
7170
|
-
|
|
7171
6984
|
disableImageDeprecation(
|
|
7172
6985
|
args: DisableImageDeprecationCommandInput,
|
|
7173
6986
|
options?: __HttpHandlerOptions
|
|
@@ -7181,7 +6994,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7181
6994
|
options: __HttpHandlerOptions,
|
|
7182
6995
|
cb: (err: any, data?: DisableImageDeprecationCommandOutput) => void
|
|
7183
6996
|
): void;
|
|
7184
|
-
|
|
7185
6997
|
disableIpamOrganizationAdminAccount(
|
|
7186
6998
|
args: DisableIpamOrganizationAdminAccountCommandInput,
|
|
7187
6999
|
options?: __HttpHandlerOptions
|
|
@@ -7201,7 +7013,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7201
7013
|
data?: DisableIpamOrganizationAdminAccountCommandOutput
|
|
7202
7014
|
) => void
|
|
7203
7015
|
): void;
|
|
7204
|
-
|
|
7205
7016
|
disableSerialConsoleAccess(
|
|
7206
7017
|
args: DisableSerialConsoleAccessCommandInput,
|
|
7207
7018
|
options?: __HttpHandlerOptions
|
|
@@ -7215,7 +7026,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7215
7026
|
options: __HttpHandlerOptions,
|
|
7216
7027
|
cb: (err: any, data?: DisableSerialConsoleAccessCommandOutput) => void
|
|
7217
7028
|
): void;
|
|
7218
|
-
|
|
7219
7029
|
disableTransitGatewayRouteTablePropagation(
|
|
7220
7030
|
args: DisableTransitGatewayRouteTablePropagationCommandInput,
|
|
7221
7031
|
options?: __HttpHandlerOptions
|
|
@@ -7235,7 +7045,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7235
7045
|
data?: DisableTransitGatewayRouteTablePropagationCommandOutput
|
|
7236
7046
|
) => void
|
|
7237
7047
|
): void;
|
|
7238
|
-
|
|
7239
7048
|
disableVgwRoutePropagation(
|
|
7240
7049
|
args: DisableVgwRoutePropagationCommandInput,
|
|
7241
7050
|
options?: __HttpHandlerOptions
|
|
@@ -7249,7 +7058,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7249
7058
|
options: __HttpHandlerOptions,
|
|
7250
7059
|
cb: (err: any, data?: DisableVgwRoutePropagationCommandOutput) => void
|
|
7251
7060
|
): void;
|
|
7252
|
-
|
|
7253
7061
|
disableVpcClassicLink(
|
|
7254
7062
|
args: DisableVpcClassicLinkCommandInput,
|
|
7255
7063
|
options?: __HttpHandlerOptions
|
|
@@ -7263,7 +7071,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7263
7071
|
options: __HttpHandlerOptions,
|
|
7264
7072
|
cb: (err: any, data?: DisableVpcClassicLinkCommandOutput) => void
|
|
7265
7073
|
): void;
|
|
7266
|
-
|
|
7267
7074
|
disableVpcClassicLinkDnsSupport(
|
|
7268
7075
|
args: DisableVpcClassicLinkDnsSupportCommandInput,
|
|
7269
7076
|
options?: __HttpHandlerOptions
|
|
@@ -7277,7 +7084,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7277
7084
|
options: __HttpHandlerOptions,
|
|
7278
7085
|
cb: (err: any, data?: DisableVpcClassicLinkDnsSupportCommandOutput) => void
|
|
7279
7086
|
): void;
|
|
7280
|
-
|
|
7281
7087
|
disassociateAddress(
|
|
7282
7088
|
args: DisassociateAddressCommandInput,
|
|
7283
7089
|
options?: __HttpHandlerOptions
|
|
@@ -7291,7 +7097,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7291
7097
|
options: __HttpHandlerOptions,
|
|
7292
7098
|
cb: (err: any, data?: DisassociateAddressCommandOutput) => void
|
|
7293
7099
|
): void;
|
|
7294
|
-
|
|
7295
7100
|
disassociateClientVpnTargetNetwork(
|
|
7296
7101
|
args: DisassociateClientVpnTargetNetworkCommandInput,
|
|
7297
7102
|
options?: __HttpHandlerOptions
|
|
@@ -7311,7 +7116,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7311
7116
|
data?: DisassociateClientVpnTargetNetworkCommandOutput
|
|
7312
7117
|
) => void
|
|
7313
7118
|
): void;
|
|
7314
|
-
|
|
7315
7119
|
disassociateEnclaveCertificateIamRole(
|
|
7316
7120
|
args: DisassociateEnclaveCertificateIamRoleCommandInput,
|
|
7317
7121
|
options?: __HttpHandlerOptions
|
|
@@ -7331,7 +7135,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7331
7135
|
data?: DisassociateEnclaveCertificateIamRoleCommandOutput
|
|
7332
7136
|
) => void
|
|
7333
7137
|
): void;
|
|
7334
|
-
|
|
7335
7138
|
disassociateIamInstanceProfile(
|
|
7336
7139
|
args: DisassociateIamInstanceProfileCommandInput,
|
|
7337
7140
|
options?: __HttpHandlerOptions
|
|
@@ -7345,7 +7148,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7345
7148
|
options: __HttpHandlerOptions,
|
|
7346
7149
|
cb: (err: any, data?: DisassociateIamInstanceProfileCommandOutput) => void
|
|
7347
7150
|
): void;
|
|
7348
|
-
|
|
7349
7151
|
disassociateInstanceEventWindow(
|
|
7350
7152
|
args: DisassociateInstanceEventWindowCommandInput,
|
|
7351
7153
|
options?: __HttpHandlerOptions
|
|
@@ -7359,7 +7161,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7359
7161
|
options: __HttpHandlerOptions,
|
|
7360
7162
|
cb: (err: any, data?: DisassociateInstanceEventWindowCommandOutput) => void
|
|
7361
7163
|
): void;
|
|
7362
|
-
|
|
7363
7164
|
disassociateRouteTable(
|
|
7364
7165
|
args: DisassociateRouteTableCommandInput,
|
|
7365
7166
|
options?: __HttpHandlerOptions
|
|
@@ -7373,7 +7174,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7373
7174
|
options: __HttpHandlerOptions,
|
|
7374
7175
|
cb: (err: any, data?: DisassociateRouteTableCommandOutput) => void
|
|
7375
7176
|
): void;
|
|
7376
|
-
|
|
7377
7177
|
disassociateSubnetCidrBlock(
|
|
7378
7178
|
args: DisassociateSubnetCidrBlockCommandInput,
|
|
7379
7179
|
options?: __HttpHandlerOptions
|
|
@@ -7387,7 +7187,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7387
7187
|
options: __HttpHandlerOptions,
|
|
7388
7188
|
cb: (err: any, data?: DisassociateSubnetCidrBlockCommandOutput) => void
|
|
7389
7189
|
): void;
|
|
7390
|
-
|
|
7391
7190
|
disassociateTransitGatewayMulticastDomain(
|
|
7392
7191
|
args: DisassociateTransitGatewayMulticastDomainCommandInput,
|
|
7393
7192
|
options?: __HttpHandlerOptions
|
|
@@ -7407,7 +7206,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7407
7206
|
data?: DisassociateTransitGatewayMulticastDomainCommandOutput
|
|
7408
7207
|
) => void
|
|
7409
7208
|
): void;
|
|
7410
|
-
|
|
7411
7209
|
disassociateTransitGatewayPolicyTable(
|
|
7412
7210
|
args: DisassociateTransitGatewayPolicyTableCommandInput,
|
|
7413
7211
|
options?: __HttpHandlerOptions
|
|
@@ -7427,7 +7225,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7427
7225
|
data?: DisassociateTransitGatewayPolicyTableCommandOutput
|
|
7428
7226
|
) => void
|
|
7429
7227
|
): void;
|
|
7430
|
-
|
|
7431
7228
|
disassociateTransitGatewayRouteTable(
|
|
7432
7229
|
args: DisassociateTransitGatewayRouteTableCommandInput,
|
|
7433
7230
|
options?: __HttpHandlerOptions
|
|
@@ -7447,7 +7244,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7447
7244
|
data?: DisassociateTransitGatewayRouteTableCommandOutput
|
|
7448
7245
|
) => void
|
|
7449
7246
|
): void;
|
|
7450
|
-
|
|
7451
7247
|
disassociateTrunkInterface(
|
|
7452
7248
|
args: DisassociateTrunkInterfaceCommandInput,
|
|
7453
7249
|
options?: __HttpHandlerOptions
|
|
@@ -7461,7 +7257,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7461
7257
|
options: __HttpHandlerOptions,
|
|
7462
7258
|
cb: (err: any, data?: DisassociateTrunkInterfaceCommandOutput) => void
|
|
7463
7259
|
): void;
|
|
7464
|
-
|
|
7465
7260
|
disassociateVpcCidrBlock(
|
|
7466
7261
|
args: DisassociateVpcCidrBlockCommandInput,
|
|
7467
7262
|
options?: __HttpHandlerOptions
|
|
@@ -7475,7 +7270,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7475
7270
|
options: __HttpHandlerOptions,
|
|
7476
7271
|
cb: (err: any, data?: DisassociateVpcCidrBlockCommandOutput) => void
|
|
7477
7272
|
): void;
|
|
7478
|
-
|
|
7479
7273
|
enableEbsEncryptionByDefault(
|
|
7480
7274
|
args: EnableEbsEncryptionByDefaultCommandInput,
|
|
7481
7275
|
options?: __HttpHandlerOptions
|
|
@@ -7489,7 +7283,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7489
7283
|
options: __HttpHandlerOptions,
|
|
7490
7284
|
cb: (err: any, data?: EnableEbsEncryptionByDefaultCommandOutput) => void
|
|
7491
7285
|
): void;
|
|
7492
|
-
|
|
7493
7286
|
enableFastLaunch(
|
|
7494
7287
|
args: EnableFastLaunchCommandInput,
|
|
7495
7288
|
options?: __HttpHandlerOptions
|
|
@@ -7503,7 +7296,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7503
7296
|
options: __HttpHandlerOptions,
|
|
7504
7297
|
cb: (err: any, data?: EnableFastLaunchCommandOutput) => void
|
|
7505
7298
|
): void;
|
|
7506
|
-
|
|
7507
7299
|
enableFastSnapshotRestores(
|
|
7508
7300
|
args: EnableFastSnapshotRestoresCommandInput,
|
|
7509
7301
|
options?: __HttpHandlerOptions
|
|
@@ -7517,7 +7309,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7517
7309
|
options: __HttpHandlerOptions,
|
|
7518
7310
|
cb: (err: any, data?: EnableFastSnapshotRestoresCommandOutput) => void
|
|
7519
7311
|
): void;
|
|
7520
|
-
|
|
7521
7312
|
enableImageDeprecation(
|
|
7522
7313
|
args: EnableImageDeprecationCommandInput,
|
|
7523
7314
|
options?: __HttpHandlerOptions
|
|
@@ -7531,7 +7322,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7531
7322
|
options: __HttpHandlerOptions,
|
|
7532
7323
|
cb: (err: any, data?: EnableImageDeprecationCommandOutput) => void
|
|
7533
7324
|
): void;
|
|
7534
|
-
|
|
7535
7325
|
enableIpamOrganizationAdminAccount(
|
|
7536
7326
|
args: EnableIpamOrganizationAdminAccountCommandInput,
|
|
7537
7327
|
options?: __HttpHandlerOptions
|
|
@@ -7551,7 +7341,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7551
7341
|
data?: EnableIpamOrganizationAdminAccountCommandOutput
|
|
7552
7342
|
) => void
|
|
7553
7343
|
): void;
|
|
7554
|
-
|
|
7555
7344
|
enableSerialConsoleAccess(
|
|
7556
7345
|
args: EnableSerialConsoleAccessCommandInput,
|
|
7557
7346
|
options?: __HttpHandlerOptions
|
|
@@ -7565,7 +7354,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7565
7354
|
options: __HttpHandlerOptions,
|
|
7566
7355
|
cb: (err: any, data?: EnableSerialConsoleAccessCommandOutput) => void
|
|
7567
7356
|
): void;
|
|
7568
|
-
|
|
7569
7357
|
enableTransitGatewayRouteTablePropagation(
|
|
7570
7358
|
args: EnableTransitGatewayRouteTablePropagationCommandInput,
|
|
7571
7359
|
options?: __HttpHandlerOptions
|
|
@@ -7585,7 +7373,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7585
7373
|
data?: EnableTransitGatewayRouteTablePropagationCommandOutput
|
|
7586
7374
|
) => void
|
|
7587
7375
|
): void;
|
|
7588
|
-
|
|
7589
7376
|
enableVgwRoutePropagation(
|
|
7590
7377
|
args: EnableVgwRoutePropagationCommandInput,
|
|
7591
7378
|
options?: __HttpHandlerOptions
|
|
@@ -7599,7 +7386,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7599
7386
|
options: __HttpHandlerOptions,
|
|
7600
7387
|
cb: (err: any, data?: EnableVgwRoutePropagationCommandOutput) => void
|
|
7601
7388
|
): void;
|
|
7602
|
-
|
|
7603
7389
|
enableVolumeIO(
|
|
7604
7390
|
args: EnableVolumeIOCommandInput,
|
|
7605
7391
|
options?: __HttpHandlerOptions
|
|
@@ -7613,7 +7399,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7613
7399
|
options: __HttpHandlerOptions,
|
|
7614
7400
|
cb: (err: any, data?: EnableVolumeIOCommandOutput) => void
|
|
7615
7401
|
): void;
|
|
7616
|
-
|
|
7617
7402
|
enableVpcClassicLink(
|
|
7618
7403
|
args: EnableVpcClassicLinkCommandInput,
|
|
7619
7404
|
options?: __HttpHandlerOptions
|
|
@@ -7627,7 +7412,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7627
7412
|
options: __HttpHandlerOptions,
|
|
7628
7413
|
cb: (err: any, data?: EnableVpcClassicLinkCommandOutput) => void
|
|
7629
7414
|
): void;
|
|
7630
|
-
|
|
7631
7415
|
enableVpcClassicLinkDnsSupport(
|
|
7632
7416
|
args: EnableVpcClassicLinkDnsSupportCommandInput,
|
|
7633
7417
|
options?: __HttpHandlerOptions
|
|
@@ -7641,7 +7425,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7641
7425
|
options: __HttpHandlerOptions,
|
|
7642
7426
|
cb: (err: any, data?: EnableVpcClassicLinkDnsSupportCommandOutput) => void
|
|
7643
7427
|
): void;
|
|
7644
|
-
|
|
7645
7428
|
exportClientVpnClientCertificateRevocationList(
|
|
7646
7429
|
args: ExportClientVpnClientCertificateRevocationListCommandInput,
|
|
7647
7430
|
options?: __HttpHandlerOptions
|
|
@@ -7661,7 +7444,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7661
7444
|
data?: ExportClientVpnClientCertificateRevocationListCommandOutput
|
|
7662
7445
|
) => void
|
|
7663
7446
|
): void;
|
|
7664
|
-
|
|
7665
7447
|
exportClientVpnClientConfiguration(
|
|
7666
7448
|
args: ExportClientVpnClientConfigurationCommandInput,
|
|
7667
7449
|
options?: __HttpHandlerOptions
|
|
@@ -7681,7 +7463,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7681
7463
|
data?: ExportClientVpnClientConfigurationCommandOutput
|
|
7682
7464
|
) => void
|
|
7683
7465
|
): void;
|
|
7684
|
-
|
|
7685
7466
|
exportImage(
|
|
7686
7467
|
args: ExportImageCommandInput,
|
|
7687
7468
|
options?: __HttpHandlerOptions
|
|
@@ -7695,7 +7476,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7695
7476
|
options: __HttpHandlerOptions,
|
|
7696
7477
|
cb: (err: any, data?: ExportImageCommandOutput) => void
|
|
7697
7478
|
): void;
|
|
7698
|
-
|
|
7699
7479
|
exportTransitGatewayRoutes(
|
|
7700
7480
|
args: ExportTransitGatewayRoutesCommandInput,
|
|
7701
7481
|
options?: __HttpHandlerOptions
|
|
@@ -7709,7 +7489,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7709
7489
|
options: __HttpHandlerOptions,
|
|
7710
7490
|
cb: (err: any, data?: ExportTransitGatewayRoutesCommandOutput) => void
|
|
7711
7491
|
): void;
|
|
7712
|
-
|
|
7713
7492
|
getAssociatedEnclaveCertificateIamRoles(
|
|
7714
7493
|
args: GetAssociatedEnclaveCertificateIamRolesCommandInput,
|
|
7715
7494
|
options?: __HttpHandlerOptions
|
|
@@ -7729,7 +7508,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7729
7508
|
data?: GetAssociatedEnclaveCertificateIamRolesCommandOutput
|
|
7730
7509
|
) => void
|
|
7731
7510
|
): void;
|
|
7732
|
-
|
|
7733
7511
|
getAssociatedIpv6PoolCidrs(
|
|
7734
7512
|
args: GetAssociatedIpv6PoolCidrsCommandInput,
|
|
7735
7513
|
options?: __HttpHandlerOptions
|
|
@@ -7743,7 +7521,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7743
7521
|
options: __HttpHandlerOptions,
|
|
7744
7522
|
cb: (err: any, data?: GetAssociatedIpv6PoolCidrsCommandOutput) => void
|
|
7745
7523
|
): void;
|
|
7746
|
-
|
|
7747
7524
|
getCapacityReservationUsage(
|
|
7748
7525
|
args: GetCapacityReservationUsageCommandInput,
|
|
7749
7526
|
options?: __HttpHandlerOptions
|
|
@@ -7757,7 +7534,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7757
7534
|
options: __HttpHandlerOptions,
|
|
7758
7535
|
cb: (err: any, data?: GetCapacityReservationUsageCommandOutput) => void
|
|
7759
7536
|
): void;
|
|
7760
|
-
|
|
7761
7537
|
getCoipPoolUsage(
|
|
7762
7538
|
args: GetCoipPoolUsageCommandInput,
|
|
7763
7539
|
options?: __HttpHandlerOptions
|
|
@@ -7771,7 +7547,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7771
7547
|
options: __HttpHandlerOptions,
|
|
7772
7548
|
cb: (err: any, data?: GetCoipPoolUsageCommandOutput) => void
|
|
7773
7549
|
): void;
|
|
7774
|
-
|
|
7775
7550
|
getConsoleOutput(
|
|
7776
7551
|
args: GetConsoleOutputCommandInput,
|
|
7777
7552
|
options?: __HttpHandlerOptions
|
|
@@ -7785,7 +7560,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7785
7560
|
options: __HttpHandlerOptions,
|
|
7786
7561
|
cb: (err: any, data?: GetConsoleOutputCommandOutput) => void
|
|
7787
7562
|
): void;
|
|
7788
|
-
|
|
7789
7563
|
getConsoleScreenshot(
|
|
7790
7564
|
args: GetConsoleScreenshotCommandInput,
|
|
7791
7565
|
options?: __HttpHandlerOptions
|
|
@@ -7799,7 +7573,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7799
7573
|
options: __HttpHandlerOptions,
|
|
7800
7574
|
cb: (err: any, data?: GetConsoleScreenshotCommandOutput) => void
|
|
7801
7575
|
): void;
|
|
7802
|
-
|
|
7803
7576
|
getDefaultCreditSpecification(
|
|
7804
7577
|
args: GetDefaultCreditSpecificationCommandInput,
|
|
7805
7578
|
options?: __HttpHandlerOptions
|
|
@@ -7813,7 +7586,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7813
7586
|
options: __HttpHandlerOptions,
|
|
7814
7587
|
cb: (err: any, data?: GetDefaultCreditSpecificationCommandOutput) => void
|
|
7815
7588
|
): void;
|
|
7816
|
-
|
|
7817
7589
|
getEbsDefaultKmsKeyId(
|
|
7818
7590
|
args: GetEbsDefaultKmsKeyIdCommandInput,
|
|
7819
7591
|
options?: __HttpHandlerOptions
|
|
@@ -7827,7 +7599,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7827
7599
|
options: __HttpHandlerOptions,
|
|
7828
7600
|
cb: (err: any, data?: GetEbsDefaultKmsKeyIdCommandOutput) => void
|
|
7829
7601
|
): void;
|
|
7830
|
-
|
|
7831
7602
|
getEbsEncryptionByDefault(
|
|
7832
7603
|
args: GetEbsEncryptionByDefaultCommandInput,
|
|
7833
7604
|
options?: __HttpHandlerOptions
|
|
@@ -7841,7 +7612,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7841
7612
|
options: __HttpHandlerOptions,
|
|
7842
7613
|
cb: (err: any, data?: GetEbsEncryptionByDefaultCommandOutput) => void
|
|
7843
7614
|
): void;
|
|
7844
|
-
|
|
7845
7615
|
getFlowLogsIntegrationTemplate(
|
|
7846
7616
|
args: GetFlowLogsIntegrationTemplateCommandInput,
|
|
7847
7617
|
options?: __HttpHandlerOptions
|
|
@@ -7855,7 +7625,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7855
7625
|
options: __HttpHandlerOptions,
|
|
7856
7626
|
cb: (err: any, data?: GetFlowLogsIntegrationTemplateCommandOutput) => void
|
|
7857
7627
|
): void;
|
|
7858
|
-
|
|
7859
7628
|
getGroupsForCapacityReservation(
|
|
7860
7629
|
args: GetGroupsForCapacityReservationCommandInput,
|
|
7861
7630
|
options?: __HttpHandlerOptions
|
|
@@ -7869,7 +7638,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7869
7638
|
options: __HttpHandlerOptions,
|
|
7870
7639
|
cb: (err: any, data?: GetGroupsForCapacityReservationCommandOutput) => void
|
|
7871
7640
|
): void;
|
|
7872
|
-
|
|
7873
7641
|
getHostReservationPurchasePreview(
|
|
7874
7642
|
args: GetHostReservationPurchasePreviewCommandInput,
|
|
7875
7643
|
options?: __HttpHandlerOptions
|
|
@@ -7889,7 +7657,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7889
7657
|
data?: GetHostReservationPurchasePreviewCommandOutput
|
|
7890
7658
|
) => void
|
|
7891
7659
|
): void;
|
|
7892
|
-
|
|
7893
7660
|
getInstanceTypesFromInstanceRequirements(
|
|
7894
7661
|
args: GetInstanceTypesFromInstanceRequirementsCommandInput,
|
|
7895
7662
|
options?: __HttpHandlerOptions
|
|
@@ -7909,7 +7676,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7909
7676
|
data?: GetInstanceTypesFromInstanceRequirementsCommandOutput
|
|
7910
7677
|
) => void
|
|
7911
7678
|
): void;
|
|
7912
|
-
|
|
7913
7679
|
getInstanceUefiData(
|
|
7914
7680
|
args: GetInstanceUefiDataCommandInput,
|
|
7915
7681
|
options?: __HttpHandlerOptions
|
|
@@ -7923,7 +7689,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7923
7689
|
options: __HttpHandlerOptions,
|
|
7924
7690
|
cb: (err: any, data?: GetInstanceUefiDataCommandOutput) => void
|
|
7925
7691
|
): void;
|
|
7926
|
-
|
|
7927
7692
|
getIpamAddressHistory(
|
|
7928
7693
|
args: GetIpamAddressHistoryCommandInput,
|
|
7929
7694
|
options?: __HttpHandlerOptions
|
|
@@ -7937,7 +7702,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7937
7702
|
options: __HttpHandlerOptions,
|
|
7938
7703
|
cb: (err: any, data?: GetIpamAddressHistoryCommandOutput) => void
|
|
7939
7704
|
): void;
|
|
7940
|
-
|
|
7941
7705
|
getIpamPoolAllocations(
|
|
7942
7706
|
args: GetIpamPoolAllocationsCommandInput,
|
|
7943
7707
|
options?: __HttpHandlerOptions
|
|
@@ -7951,7 +7715,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7951
7715
|
options: __HttpHandlerOptions,
|
|
7952
7716
|
cb: (err: any, data?: GetIpamPoolAllocationsCommandOutput) => void
|
|
7953
7717
|
): void;
|
|
7954
|
-
|
|
7955
7718
|
getIpamPoolCidrs(
|
|
7956
7719
|
args: GetIpamPoolCidrsCommandInput,
|
|
7957
7720
|
options?: __HttpHandlerOptions
|
|
@@ -7965,7 +7728,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7965
7728
|
options: __HttpHandlerOptions,
|
|
7966
7729
|
cb: (err: any, data?: GetIpamPoolCidrsCommandOutput) => void
|
|
7967
7730
|
): void;
|
|
7968
|
-
|
|
7969
7731
|
getIpamResourceCidrs(
|
|
7970
7732
|
args: GetIpamResourceCidrsCommandInput,
|
|
7971
7733
|
options?: __HttpHandlerOptions
|
|
@@ -7979,7 +7741,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7979
7741
|
options: __HttpHandlerOptions,
|
|
7980
7742
|
cb: (err: any, data?: GetIpamResourceCidrsCommandOutput) => void
|
|
7981
7743
|
): void;
|
|
7982
|
-
|
|
7983
7744
|
getLaunchTemplateData(
|
|
7984
7745
|
args: GetLaunchTemplateDataCommandInput,
|
|
7985
7746
|
options?: __HttpHandlerOptions
|
|
@@ -7993,7 +7754,6 @@ export declare class EC2 extends EC2Client {
|
|
|
7993
7754
|
options: __HttpHandlerOptions,
|
|
7994
7755
|
cb: (err: any, data?: GetLaunchTemplateDataCommandOutput) => void
|
|
7995
7756
|
): void;
|
|
7996
|
-
|
|
7997
7757
|
getManagedPrefixListAssociations(
|
|
7998
7758
|
args: GetManagedPrefixListAssociationsCommandInput,
|
|
7999
7759
|
options?: __HttpHandlerOptions
|
|
@@ -8007,7 +7767,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8007
7767
|
options: __HttpHandlerOptions,
|
|
8008
7768
|
cb: (err: any, data?: GetManagedPrefixListAssociationsCommandOutput) => void
|
|
8009
7769
|
): void;
|
|
8010
|
-
|
|
8011
7770
|
getManagedPrefixListEntries(
|
|
8012
7771
|
args: GetManagedPrefixListEntriesCommandInput,
|
|
8013
7772
|
options?: __HttpHandlerOptions
|
|
@@ -8021,7 +7780,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8021
7780
|
options: __HttpHandlerOptions,
|
|
8022
7781
|
cb: (err: any, data?: GetManagedPrefixListEntriesCommandOutput) => void
|
|
8023
7782
|
): void;
|
|
8024
|
-
|
|
8025
7783
|
getNetworkInsightsAccessScopeAnalysisFindings(
|
|
8026
7784
|
args: GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput,
|
|
8027
7785
|
options?: __HttpHandlerOptions
|
|
@@ -8041,7 +7799,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8041
7799
|
data?: GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput
|
|
8042
7800
|
) => void
|
|
8043
7801
|
): void;
|
|
8044
|
-
|
|
8045
7802
|
getNetworkInsightsAccessScopeContent(
|
|
8046
7803
|
args: GetNetworkInsightsAccessScopeContentCommandInput,
|
|
8047
7804
|
options?: __HttpHandlerOptions
|
|
@@ -8061,7 +7818,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8061
7818
|
data?: GetNetworkInsightsAccessScopeContentCommandOutput
|
|
8062
7819
|
) => void
|
|
8063
7820
|
): void;
|
|
8064
|
-
|
|
8065
7821
|
getPasswordData(
|
|
8066
7822
|
args: GetPasswordDataCommandInput,
|
|
8067
7823
|
options?: __HttpHandlerOptions
|
|
@@ -8075,7 +7831,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8075
7831
|
options: __HttpHandlerOptions,
|
|
8076
7832
|
cb: (err: any, data?: GetPasswordDataCommandOutput) => void
|
|
8077
7833
|
): void;
|
|
8078
|
-
|
|
8079
7834
|
getReservedInstancesExchangeQuote(
|
|
8080
7835
|
args: GetReservedInstancesExchangeQuoteCommandInput,
|
|
8081
7836
|
options?: __HttpHandlerOptions
|
|
@@ -8095,7 +7850,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8095
7850
|
data?: GetReservedInstancesExchangeQuoteCommandOutput
|
|
8096
7851
|
) => void
|
|
8097
7852
|
): void;
|
|
8098
|
-
|
|
8099
7853
|
getSerialConsoleAccessStatus(
|
|
8100
7854
|
args: GetSerialConsoleAccessStatusCommandInput,
|
|
8101
7855
|
options?: __HttpHandlerOptions
|
|
@@ -8109,7 +7863,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8109
7863
|
options: __HttpHandlerOptions,
|
|
8110
7864
|
cb: (err: any, data?: GetSerialConsoleAccessStatusCommandOutput) => void
|
|
8111
7865
|
): void;
|
|
8112
|
-
|
|
8113
7866
|
getSpotPlacementScores(
|
|
8114
7867
|
args: GetSpotPlacementScoresCommandInput,
|
|
8115
7868
|
options?: __HttpHandlerOptions
|
|
@@ -8123,7 +7876,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8123
7876
|
options: __HttpHandlerOptions,
|
|
8124
7877
|
cb: (err: any, data?: GetSpotPlacementScoresCommandOutput) => void
|
|
8125
7878
|
): void;
|
|
8126
|
-
|
|
8127
7879
|
getSubnetCidrReservations(
|
|
8128
7880
|
args: GetSubnetCidrReservationsCommandInput,
|
|
8129
7881
|
options?: __HttpHandlerOptions
|
|
@@ -8137,7 +7889,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8137
7889
|
options: __HttpHandlerOptions,
|
|
8138
7890
|
cb: (err: any, data?: GetSubnetCidrReservationsCommandOutput) => void
|
|
8139
7891
|
): void;
|
|
8140
|
-
|
|
8141
7892
|
getTransitGatewayAttachmentPropagations(
|
|
8142
7893
|
args: GetTransitGatewayAttachmentPropagationsCommandInput,
|
|
8143
7894
|
options?: __HttpHandlerOptions
|
|
@@ -8157,7 +7908,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8157
7908
|
data?: GetTransitGatewayAttachmentPropagationsCommandOutput
|
|
8158
7909
|
) => void
|
|
8159
7910
|
): void;
|
|
8160
|
-
|
|
8161
7911
|
getTransitGatewayMulticastDomainAssociations(
|
|
8162
7912
|
args: GetTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
8163
7913
|
options?: __HttpHandlerOptions
|
|
@@ -8177,7 +7927,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8177
7927
|
data?: GetTransitGatewayMulticastDomainAssociationsCommandOutput
|
|
8178
7928
|
) => void
|
|
8179
7929
|
): void;
|
|
8180
|
-
|
|
8181
7930
|
getTransitGatewayPolicyTableAssociations(
|
|
8182
7931
|
args: GetTransitGatewayPolicyTableAssociationsCommandInput,
|
|
8183
7932
|
options?: __HttpHandlerOptions
|
|
@@ -8197,7 +7946,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8197
7946
|
data?: GetTransitGatewayPolicyTableAssociationsCommandOutput
|
|
8198
7947
|
) => void
|
|
8199
7948
|
): void;
|
|
8200
|
-
|
|
8201
7949
|
getTransitGatewayPolicyTableEntries(
|
|
8202
7950
|
args: GetTransitGatewayPolicyTableEntriesCommandInput,
|
|
8203
7951
|
options?: __HttpHandlerOptions
|
|
@@ -8217,7 +7965,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8217
7965
|
data?: GetTransitGatewayPolicyTableEntriesCommandOutput
|
|
8218
7966
|
) => void
|
|
8219
7967
|
): void;
|
|
8220
|
-
|
|
8221
7968
|
getTransitGatewayPrefixListReferences(
|
|
8222
7969
|
args: GetTransitGatewayPrefixListReferencesCommandInput,
|
|
8223
7970
|
options?: __HttpHandlerOptions
|
|
@@ -8237,7 +7984,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8237
7984
|
data?: GetTransitGatewayPrefixListReferencesCommandOutput
|
|
8238
7985
|
) => void
|
|
8239
7986
|
): void;
|
|
8240
|
-
|
|
8241
7987
|
getTransitGatewayRouteTableAssociations(
|
|
8242
7988
|
args: GetTransitGatewayRouteTableAssociationsCommandInput,
|
|
8243
7989
|
options?: __HttpHandlerOptions
|
|
@@ -8257,7 +8003,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8257
8003
|
data?: GetTransitGatewayRouteTableAssociationsCommandOutput
|
|
8258
8004
|
) => void
|
|
8259
8005
|
): void;
|
|
8260
|
-
|
|
8261
8006
|
getTransitGatewayRouteTablePropagations(
|
|
8262
8007
|
args: GetTransitGatewayRouteTablePropagationsCommandInput,
|
|
8263
8008
|
options?: __HttpHandlerOptions
|
|
@@ -8277,7 +8022,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8277
8022
|
data?: GetTransitGatewayRouteTablePropagationsCommandOutput
|
|
8278
8023
|
) => void
|
|
8279
8024
|
): void;
|
|
8280
|
-
|
|
8281
8025
|
getVpnConnectionDeviceSampleConfiguration(
|
|
8282
8026
|
args: GetVpnConnectionDeviceSampleConfigurationCommandInput,
|
|
8283
8027
|
options?: __HttpHandlerOptions
|
|
@@ -8297,7 +8041,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8297
8041
|
data?: GetVpnConnectionDeviceSampleConfigurationCommandOutput
|
|
8298
8042
|
) => void
|
|
8299
8043
|
): void;
|
|
8300
|
-
|
|
8301
8044
|
getVpnConnectionDeviceTypes(
|
|
8302
8045
|
args: GetVpnConnectionDeviceTypesCommandInput,
|
|
8303
8046
|
options?: __HttpHandlerOptions
|
|
@@ -8311,7 +8054,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8311
8054
|
options: __HttpHandlerOptions,
|
|
8312
8055
|
cb: (err: any, data?: GetVpnConnectionDeviceTypesCommandOutput) => void
|
|
8313
8056
|
): void;
|
|
8314
|
-
|
|
8315
8057
|
importClientVpnClientCertificateRevocationList(
|
|
8316
8058
|
args: ImportClientVpnClientCertificateRevocationListCommandInput,
|
|
8317
8059
|
options?: __HttpHandlerOptions
|
|
@@ -8331,7 +8073,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8331
8073
|
data?: ImportClientVpnClientCertificateRevocationListCommandOutput
|
|
8332
8074
|
) => void
|
|
8333
8075
|
): void;
|
|
8334
|
-
|
|
8335
8076
|
importImage(
|
|
8336
8077
|
args: ImportImageCommandInput,
|
|
8337
8078
|
options?: __HttpHandlerOptions
|
|
@@ -8345,7 +8086,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8345
8086
|
options: __HttpHandlerOptions,
|
|
8346
8087
|
cb: (err: any, data?: ImportImageCommandOutput) => void
|
|
8347
8088
|
): void;
|
|
8348
|
-
|
|
8349
8089
|
importInstance(
|
|
8350
8090
|
args: ImportInstanceCommandInput,
|
|
8351
8091
|
options?: __HttpHandlerOptions
|
|
@@ -8359,7 +8099,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8359
8099
|
options: __HttpHandlerOptions,
|
|
8360
8100
|
cb: (err: any, data?: ImportInstanceCommandOutput) => void
|
|
8361
8101
|
): void;
|
|
8362
|
-
|
|
8363
8102
|
importKeyPair(
|
|
8364
8103
|
args: ImportKeyPairCommandInput,
|
|
8365
8104
|
options?: __HttpHandlerOptions
|
|
@@ -8373,7 +8112,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8373
8112
|
options: __HttpHandlerOptions,
|
|
8374
8113
|
cb: (err: any, data?: ImportKeyPairCommandOutput) => void
|
|
8375
8114
|
): void;
|
|
8376
|
-
|
|
8377
8115
|
importSnapshot(
|
|
8378
8116
|
args: ImportSnapshotCommandInput,
|
|
8379
8117
|
options?: __HttpHandlerOptions
|
|
@@ -8387,7 +8125,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8387
8125
|
options: __HttpHandlerOptions,
|
|
8388
8126
|
cb: (err: any, data?: ImportSnapshotCommandOutput) => void
|
|
8389
8127
|
): void;
|
|
8390
|
-
|
|
8391
8128
|
importVolume(
|
|
8392
8129
|
args: ImportVolumeCommandInput,
|
|
8393
8130
|
options?: __HttpHandlerOptions
|
|
@@ -8401,7 +8138,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8401
8138
|
options: __HttpHandlerOptions,
|
|
8402
8139
|
cb: (err: any, data?: ImportVolumeCommandOutput) => void
|
|
8403
8140
|
): void;
|
|
8404
|
-
|
|
8405
8141
|
listImagesInRecycleBin(
|
|
8406
8142
|
args: ListImagesInRecycleBinCommandInput,
|
|
8407
8143
|
options?: __HttpHandlerOptions
|
|
@@ -8415,7 +8151,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8415
8151
|
options: __HttpHandlerOptions,
|
|
8416
8152
|
cb: (err: any, data?: ListImagesInRecycleBinCommandOutput) => void
|
|
8417
8153
|
): void;
|
|
8418
|
-
|
|
8419
8154
|
listSnapshotsInRecycleBin(
|
|
8420
8155
|
args: ListSnapshotsInRecycleBinCommandInput,
|
|
8421
8156
|
options?: __HttpHandlerOptions
|
|
@@ -8429,7 +8164,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8429
8164
|
options: __HttpHandlerOptions,
|
|
8430
8165
|
cb: (err: any, data?: ListSnapshotsInRecycleBinCommandOutput) => void
|
|
8431
8166
|
): void;
|
|
8432
|
-
|
|
8433
8167
|
modifyAddressAttribute(
|
|
8434
8168
|
args: ModifyAddressAttributeCommandInput,
|
|
8435
8169
|
options?: __HttpHandlerOptions
|
|
@@ -8443,7 +8177,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8443
8177
|
options: __HttpHandlerOptions,
|
|
8444
8178
|
cb: (err: any, data?: ModifyAddressAttributeCommandOutput) => void
|
|
8445
8179
|
): void;
|
|
8446
|
-
|
|
8447
8180
|
modifyAvailabilityZoneGroup(
|
|
8448
8181
|
args: ModifyAvailabilityZoneGroupCommandInput,
|
|
8449
8182
|
options?: __HttpHandlerOptions
|
|
@@ -8457,7 +8190,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8457
8190
|
options: __HttpHandlerOptions,
|
|
8458
8191
|
cb: (err: any, data?: ModifyAvailabilityZoneGroupCommandOutput) => void
|
|
8459
8192
|
): void;
|
|
8460
|
-
|
|
8461
8193
|
modifyCapacityReservation(
|
|
8462
8194
|
args: ModifyCapacityReservationCommandInput,
|
|
8463
8195
|
options?: __HttpHandlerOptions
|
|
@@ -8471,7 +8203,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8471
8203
|
options: __HttpHandlerOptions,
|
|
8472
8204
|
cb: (err: any, data?: ModifyCapacityReservationCommandOutput) => void
|
|
8473
8205
|
): void;
|
|
8474
|
-
|
|
8475
8206
|
modifyCapacityReservationFleet(
|
|
8476
8207
|
args: ModifyCapacityReservationFleetCommandInput,
|
|
8477
8208
|
options?: __HttpHandlerOptions
|
|
@@ -8485,7 +8216,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8485
8216
|
options: __HttpHandlerOptions,
|
|
8486
8217
|
cb: (err: any, data?: ModifyCapacityReservationFleetCommandOutput) => void
|
|
8487
8218
|
): void;
|
|
8488
|
-
|
|
8489
8219
|
modifyClientVpnEndpoint(
|
|
8490
8220
|
args: ModifyClientVpnEndpointCommandInput,
|
|
8491
8221
|
options?: __HttpHandlerOptions
|
|
@@ -8499,7 +8229,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8499
8229
|
options: __HttpHandlerOptions,
|
|
8500
8230
|
cb: (err: any, data?: ModifyClientVpnEndpointCommandOutput) => void
|
|
8501
8231
|
): void;
|
|
8502
|
-
|
|
8503
8232
|
modifyDefaultCreditSpecification(
|
|
8504
8233
|
args: ModifyDefaultCreditSpecificationCommandInput,
|
|
8505
8234
|
options?: __HttpHandlerOptions
|
|
@@ -8513,7 +8242,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8513
8242
|
options: __HttpHandlerOptions,
|
|
8514
8243
|
cb: (err: any, data?: ModifyDefaultCreditSpecificationCommandOutput) => void
|
|
8515
8244
|
): void;
|
|
8516
|
-
|
|
8517
8245
|
modifyEbsDefaultKmsKeyId(
|
|
8518
8246
|
args: ModifyEbsDefaultKmsKeyIdCommandInput,
|
|
8519
8247
|
options?: __HttpHandlerOptions
|
|
@@ -8527,7 +8255,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8527
8255
|
options: __HttpHandlerOptions,
|
|
8528
8256
|
cb: (err: any, data?: ModifyEbsDefaultKmsKeyIdCommandOutput) => void
|
|
8529
8257
|
): void;
|
|
8530
|
-
|
|
8531
8258
|
modifyFleet(
|
|
8532
8259
|
args: ModifyFleetCommandInput,
|
|
8533
8260
|
options?: __HttpHandlerOptions
|
|
@@ -8541,7 +8268,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8541
8268
|
options: __HttpHandlerOptions,
|
|
8542
8269
|
cb: (err: any, data?: ModifyFleetCommandOutput) => void
|
|
8543
8270
|
): void;
|
|
8544
|
-
|
|
8545
8271
|
modifyFpgaImageAttribute(
|
|
8546
8272
|
args: ModifyFpgaImageAttributeCommandInput,
|
|
8547
8273
|
options?: __HttpHandlerOptions
|
|
@@ -8555,7 +8281,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8555
8281
|
options: __HttpHandlerOptions,
|
|
8556
8282
|
cb: (err: any, data?: ModifyFpgaImageAttributeCommandOutput) => void
|
|
8557
8283
|
): void;
|
|
8558
|
-
|
|
8559
8284
|
modifyHosts(
|
|
8560
8285
|
args: ModifyHostsCommandInput,
|
|
8561
8286
|
options?: __HttpHandlerOptions
|
|
@@ -8569,7 +8294,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8569
8294
|
options: __HttpHandlerOptions,
|
|
8570
8295
|
cb: (err: any, data?: ModifyHostsCommandOutput) => void
|
|
8571
8296
|
): void;
|
|
8572
|
-
|
|
8573
8297
|
modifyIdentityIdFormat(
|
|
8574
8298
|
args: ModifyIdentityIdFormatCommandInput,
|
|
8575
8299
|
options?: __HttpHandlerOptions
|
|
@@ -8583,7 +8307,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8583
8307
|
options: __HttpHandlerOptions,
|
|
8584
8308
|
cb: (err: any, data?: ModifyIdentityIdFormatCommandOutput) => void
|
|
8585
8309
|
): void;
|
|
8586
|
-
|
|
8587
8310
|
modifyIdFormat(
|
|
8588
8311
|
args: ModifyIdFormatCommandInput,
|
|
8589
8312
|
options?: __HttpHandlerOptions
|
|
@@ -8597,7 +8320,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8597
8320
|
options: __HttpHandlerOptions,
|
|
8598
8321
|
cb: (err: any, data?: ModifyIdFormatCommandOutput) => void
|
|
8599
8322
|
): void;
|
|
8600
|
-
|
|
8601
8323
|
modifyImageAttribute(
|
|
8602
8324
|
args: ModifyImageAttributeCommandInput,
|
|
8603
8325
|
options?: __HttpHandlerOptions
|
|
@@ -8611,7 +8333,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8611
8333
|
options: __HttpHandlerOptions,
|
|
8612
8334
|
cb: (err: any, data?: ModifyImageAttributeCommandOutput) => void
|
|
8613
8335
|
): void;
|
|
8614
|
-
|
|
8615
8336
|
modifyInstanceAttribute(
|
|
8616
8337
|
args: ModifyInstanceAttributeCommandInput,
|
|
8617
8338
|
options?: __HttpHandlerOptions
|
|
@@ -8625,7 +8346,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8625
8346
|
options: __HttpHandlerOptions,
|
|
8626
8347
|
cb: (err: any, data?: ModifyInstanceAttributeCommandOutput) => void
|
|
8627
8348
|
): void;
|
|
8628
|
-
|
|
8629
8349
|
modifyInstanceCapacityReservationAttributes(
|
|
8630
8350
|
args: ModifyInstanceCapacityReservationAttributesCommandInput,
|
|
8631
8351
|
options?: __HttpHandlerOptions
|
|
@@ -8645,7 +8365,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8645
8365
|
data?: ModifyInstanceCapacityReservationAttributesCommandOutput
|
|
8646
8366
|
) => void
|
|
8647
8367
|
): void;
|
|
8648
|
-
|
|
8649
8368
|
modifyInstanceCreditSpecification(
|
|
8650
8369
|
args: ModifyInstanceCreditSpecificationCommandInput,
|
|
8651
8370
|
options?: __HttpHandlerOptions
|
|
@@ -8665,7 +8384,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8665
8384
|
data?: ModifyInstanceCreditSpecificationCommandOutput
|
|
8666
8385
|
) => void
|
|
8667
8386
|
): void;
|
|
8668
|
-
|
|
8669
8387
|
modifyInstanceEventStartTime(
|
|
8670
8388
|
args: ModifyInstanceEventStartTimeCommandInput,
|
|
8671
8389
|
options?: __HttpHandlerOptions
|
|
@@ -8679,7 +8397,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8679
8397
|
options: __HttpHandlerOptions,
|
|
8680
8398
|
cb: (err: any, data?: ModifyInstanceEventStartTimeCommandOutput) => void
|
|
8681
8399
|
): void;
|
|
8682
|
-
|
|
8683
8400
|
modifyInstanceEventWindow(
|
|
8684
8401
|
args: ModifyInstanceEventWindowCommandInput,
|
|
8685
8402
|
options?: __HttpHandlerOptions
|
|
@@ -8693,7 +8410,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8693
8410
|
options: __HttpHandlerOptions,
|
|
8694
8411
|
cb: (err: any, data?: ModifyInstanceEventWindowCommandOutput) => void
|
|
8695
8412
|
): void;
|
|
8696
|
-
|
|
8697
8413
|
modifyInstanceMaintenanceOptions(
|
|
8698
8414
|
args: ModifyInstanceMaintenanceOptionsCommandInput,
|
|
8699
8415
|
options?: __HttpHandlerOptions
|
|
@@ -8707,7 +8423,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8707
8423
|
options: __HttpHandlerOptions,
|
|
8708
8424
|
cb: (err: any, data?: ModifyInstanceMaintenanceOptionsCommandOutput) => void
|
|
8709
8425
|
): void;
|
|
8710
|
-
|
|
8711
8426
|
modifyInstanceMetadataOptions(
|
|
8712
8427
|
args: ModifyInstanceMetadataOptionsCommandInput,
|
|
8713
8428
|
options?: __HttpHandlerOptions
|
|
@@ -8721,7 +8436,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8721
8436
|
options: __HttpHandlerOptions,
|
|
8722
8437
|
cb: (err: any, data?: ModifyInstanceMetadataOptionsCommandOutput) => void
|
|
8723
8438
|
): void;
|
|
8724
|
-
|
|
8725
8439
|
modifyInstancePlacement(
|
|
8726
8440
|
args: ModifyInstancePlacementCommandInput,
|
|
8727
8441
|
options?: __HttpHandlerOptions
|
|
@@ -8735,7 +8449,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8735
8449
|
options: __HttpHandlerOptions,
|
|
8736
8450
|
cb: (err: any, data?: ModifyInstancePlacementCommandOutput) => void
|
|
8737
8451
|
): void;
|
|
8738
|
-
|
|
8739
8452
|
modifyIpam(
|
|
8740
8453
|
args: ModifyIpamCommandInput,
|
|
8741
8454
|
options?: __HttpHandlerOptions
|
|
@@ -8749,7 +8462,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8749
8462
|
options: __HttpHandlerOptions,
|
|
8750
8463
|
cb: (err: any, data?: ModifyIpamCommandOutput) => void
|
|
8751
8464
|
): void;
|
|
8752
|
-
|
|
8753
8465
|
modifyIpamPool(
|
|
8754
8466
|
args: ModifyIpamPoolCommandInput,
|
|
8755
8467
|
options?: __HttpHandlerOptions
|
|
@@ -8763,7 +8475,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8763
8475
|
options: __HttpHandlerOptions,
|
|
8764
8476
|
cb: (err: any, data?: ModifyIpamPoolCommandOutput) => void
|
|
8765
8477
|
): void;
|
|
8766
|
-
|
|
8767
8478
|
modifyIpamResourceCidr(
|
|
8768
8479
|
args: ModifyIpamResourceCidrCommandInput,
|
|
8769
8480
|
options?: __HttpHandlerOptions
|
|
@@ -8777,7 +8488,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8777
8488
|
options: __HttpHandlerOptions,
|
|
8778
8489
|
cb: (err: any, data?: ModifyIpamResourceCidrCommandOutput) => void
|
|
8779
8490
|
): void;
|
|
8780
|
-
|
|
8781
8491
|
modifyIpamScope(
|
|
8782
8492
|
args: ModifyIpamScopeCommandInput,
|
|
8783
8493
|
options?: __HttpHandlerOptions
|
|
@@ -8791,7 +8501,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8791
8501
|
options: __HttpHandlerOptions,
|
|
8792
8502
|
cb: (err: any, data?: ModifyIpamScopeCommandOutput) => void
|
|
8793
8503
|
): void;
|
|
8794
|
-
|
|
8795
8504
|
modifyLaunchTemplate(
|
|
8796
8505
|
args: ModifyLaunchTemplateCommandInput,
|
|
8797
8506
|
options?: __HttpHandlerOptions
|
|
@@ -8805,7 +8514,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8805
8514
|
options: __HttpHandlerOptions,
|
|
8806
8515
|
cb: (err: any, data?: ModifyLaunchTemplateCommandOutput) => void
|
|
8807
8516
|
): void;
|
|
8808
|
-
|
|
8809
8517
|
modifyLocalGatewayRoute(
|
|
8810
8518
|
args: ModifyLocalGatewayRouteCommandInput,
|
|
8811
8519
|
options?: __HttpHandlerOptions
|
|
@@ -8819,7 +8527,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8819
8527
|
options: __HttpHandlerOptions,
|
|
8820
8528
|
cb: (err: any, data?: ModifyLocalGatewayRouteCommandOutput) => void
|
|
8821
8529
|
): void;
|
|
8822
|
-
|
|
8823
8530
|
modifyManagedPrefixList(
|
|
8824
8531
|
args: ModifyManagedPrefixListCommandInput,
|
|
8825
8532
|
options?: __HttpHandlerOptions
|
|
@@ -8833,7 +8540,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8833
8540
|
options: __HttpHandlerOptions,
|
|
8834
8541
|
cb: (err: any, data?: ModifyManagedPrefixListCommandOutput) => void
|
|
8835
8542
|
): void;
|
|
8836
|
-
|
|
8837
8543
|
modifyNetworkInterfaceAttribute(
|
|
8838
8544
|
args: ModifyNetworkInterfaceAttributeCommandInput,
|
|
8839
8545
|
options?: __HttpHandlerOptions
|
|
@@ -8847,7 +8553,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8847
8553
|
options: __HttpHandlerOptions,
|
|
8848
8554
|
cb: (err: any, data?: ModifyNetworkInterfaceAttributeCommandOutput) => void
|
|
8849
8555
|
): void;
|
|
8850
|
-
|
|
8851
8556
|
modifyPrivateDnsNameOptions(
|
|
8852
8557
|
args: ModifyPrivateDnsNameOptionsCommandInput,
|
|
8853
8558
|
options?: __HttpHandlerOptions
|
|
@@ -8861,7 +8566,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8861
8566
|
options: __HttpHandlerOptions,
|
|
8862
8567
|
cb: (err: any, data?: ModifyPrivateDnsNameOptionsCommandOutput) => void
|
|
8863
8568
|
): void;
|
|
8864
|
-
|
|
8865
8569
|
modifyReservedInstances(
|
|
8866
8570
|
args: ModifyReservedInstancesCommandInput,
|
|
8867
8571
|
options?: __HttpHandlerOptions
|
|
@@ -8875,7 +8579,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8875
8579
|
options: __HttpHandlerOptions,
|
|
8876
8580
|
cb: (err: any, data?: ModifyReservedInstancesCommandOutput) => void
|
|
8877
8581
|
): void;
|
|
8878
|
-
|
|
8879
8582
|
modifySecurityGroupRules(
|
|
8880
8583
|
args: ModifySecurityGroupRulesCommandInput,
|
|
8881
8584
|
options?: __HttpHandlerOptions
|
|
@@ -8889,7 +8592,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8889
8592
|
options: __HttpHandlerOptions,
|
|
8890
8593
|
cb: (err: any, data?: ModifySecurityGroupRulesCommandOutput) => void
|
|
8891
8594
|
): void;
|
|
8892
|
-
|
|
8893
8595
|
modifySnapshotAttribute(
|
|
8894
8596
|
args: ModifySnapshotAttributeCommandInput,
|
|
8895
8597
|
options?: __HttpHandlerOptions
|
|
@@ -8903,7 +8605,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8903
8605
|
options: __HttpHandlerOptions,
|
|
8904
8606
|
cb: (err: any, data?: ModifySnapshotAttributeCommandOutput) => void
|
|
8905
8607
|
): void;
|
|
8906
|
-
|
|
8907
8608
|
modifySnapshotTier(
|
|
8908
8609
|
args: ModifySnapshotTierCommandInput,
|
|
8909
8610
|
options?: __HttpHandlerOptions
|
|
@@ -8917,7 +8618,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8917
8618
|
options: __HttpHandlerOptions,
|
|
8918
8619
|
cb: (err: any, data?: ModifySnapshotTierCommandOutput) => void
|
|
8919
8620
|
): void;
|
|
8920
|
-
|
|
8921
8621
|
modifySpotFleetRequest(
|
|
8922
8622
|
args: ModifySpotFleetRequestCommandInput,
|
|
8923
8623
|
options?: __HttpHandlerOptions
|
|
@@ -8931,7 +8631,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8931
8631
|
options: __HttpHandlerOptions,
|
|
8932
8632
|
cb: (err: any, data?: ModifySpotFleetRequestCommandOutput) => void
|
|
8933
8633
|
): void;
|
|
8934
|
-
|
|
8935
8634
|
modifySubnetAttribute(
|
|
8936
8635
|
args: ModifySubnetAttributeCommandInput,
|
|
8937
8636
|
options?: __HttpHandlerOptions
|
|
@@ -8945,7 +8644,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8945
8644
|
options: __HttpHandlerOptions,
|
|
8946
8645
|
cb: (err: any, data?: ModifySubnetAttributeCommandOutput) => void
|
|
8947
8646
|
): void;
|
|
8948
|
-
|
|
8949
8647
|
modifyTrafficMirrorFilterNetworkServices(
|
|
8950
8648
|
args: ModifyTrafficMirrorFilterNetworkServicesCommandInput,
|
|
8951
8649
|
options?: __HttpHandlerOptions
|
|
@@ -8965,7 +8663,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8965
8663
|
data?: ModifyTrafficMirrorFilterNetworkServicesCommandOutput
|
|
8966
8664
|
) => void
|
|
8967
8665
|
): void;
|
|
8968
|
-
|
|
8969
8666
|
modifyTrafficMirrorFilterRule(
|
|
8970
8667
|
args: ModifyTrafficMirrorFilterRuleCommandInput,
|
|
8971
8668
|
options?: __HttpHandlerOptions
|
|
@@ -8979,7 +8676,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8979
8676
|
options: __HttpHandlerOptions,
|
|
8980
8677
|
cb: (err: any, data?: ModifyTrafficMirrorFilterRuleCommandOutput) => void
|
|
8981
8678
|
): void;
|
|
8982
|
-
|
|
8983
8679
|
modifyTrafficMirrorSession(
|
|
8984
8680
|
args: ModifyTrafficMirrorSessionCommandInput,
|
|
8985
8681
|
options?: __HttpHandlerOptions
|
|
@@ -8993,7 +8689,6 @@ export declare class EC2 extends EC2Client {
|
|
|
8993
8689
|
options: __HttpHandlerOptions,
|
|
8994
8690
|
cb: (err: any, data?: ModifyTrafficMirrorSessionCommandOutput) => void
|
|
8995
8691
|
): void;
|
|
8996
|
-
|
|
8997
8692
|
modifyTransitGateway(
|
|
8998
8693
|
args: ModifyTransitGatewayCommandInput,
|
|
8999
8694
|
options?: __HttpHandlerOptions
|
|
@@ -9007,7 +8702,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9007
8702
|
options: __HttpHandlerOptions,
|
|
9008
8703
|
cb: (err: any, data?: ModifyTransitGatewayCommandOutput) => void
|
|
9009
8704
|
): void;
|
|
9010
|
-
|
|
9011
8705
|
modifyTransitGatewayPrefixListReference(
|
|
9012
8706
|
args: ModifyTransitGatewayPrefixListReferenceCommandInput,
|
|
9013
8707
|
options?: __HttpHandlerOptions
|
|
@@ -9027,7 +8721,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9027
8721
|
data?: ModifyTransitGatewayPrefixListReferenceCommandOutput
|
|
9028
8722
|
) => void
|
|
9029
8723
|
): void;
|
|
9030
|
-
|
|
9031
8724
|
modifyTransitGatewayVpcAttachment(
|
|
9032
8725
|
args: ModifyTransitGatewayVpcAttachmentCommandInput,
|
|
9033
8726
|
options?: __HttpHandlerOptions
|
|
@@ -9047,7 +8740,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9047
8740
|
data?: ModifyTransitGatewayVpcAttachmentCommandOutput
|
|
9048
8741
|
) => void
|
|
9049
8742
|
): void;
|
|
9050
|
-
|
|
9051
8743
|
modifyVolume(
|
|
9052
8744
|
args: ModifyVolumeCommandInput,
|
|
9053
8745
|
options?: __HttpHandlerOptions
|
|
@@ -9061,7 +8753,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9061
8753
|
options: __HttpHandlerOptions,
|
|
9062
8754
|
cb: (err: any, data?: ModifyVolumeCommandOutput) => void
|
|
9063
8755
|
): void;
|
|
9064
|
-
|
|
9065
8756
|
modifyVolumeAttribute(
|
|
9066
8757
|
args: ModifyVolumeAttributeCommandInput,
|
|
9067
8758
|
options?: __HttpHandlerOptions
|
|
@@ -9075,7 +8766,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9075
8766
|
options: __HttpHandlerOptions,
|
|
9076
8767
|
cb: (err: any, data?: ModifyVolumeAttributeCommandOutput) => void
|
|
9077
8768
|
): void;
|
|
9078
|
-
|
|
9079
8769
|
modifyVpcAttribute(
|
|
9080
8770
|
args: ModifyVpcAttributeCommandInput,
|
|
9081
8771
|
options?: __HttpHandlerOptions
|
|
@@ -9089,7 +8779,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9089
8779
|
options: __HttpHandlerOptions,
|
|
9090
8780
|
cb: (err: any, data?: ModifyVpcAttributeCommandOutput) => void
|
|
9091
8781
|
): void;
|
|
9092
|
-
|
|
9093
8782
|
modifyVpcEndpoint(
|
|
9094
8783
|
args: ModifyVpcEndpointCommandInput,
|
|
9095
8784
|
options?: __HttpHandlerOptions
|
|
@@ -9103,7 +8792,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9103
8792
|
options: __HttpHandlerOptions,
|
|
9104
8793
|
cb: (err: any, data?: ModifyVpcEndpointCommandOutput) => void
|
|
9105
8794
|
): void;
|
|
9106
|
-
|
|
9107
8795
|
modifyVpcEndpointConnectionNotification(
|
|
9108
8796
|
args: ModifyVpcEndpointConnectionNotificationCommandInput,
|
|
9109
8797
|
options?: __HttpHandlerOptions
|
|
@@ -9123,7 +8811,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9123
8811
|
data?: ModifyVpcEndpointConnectionNotificationCommandOutput
|
|
9124
8812
|
) => void
|
|
9125
8813
|
): void;
|
|
9126
|
-
|
|
9127
8814
|
modifyVpcEndpointServiceConfiguration(
|
|
9128
8815
|
args: ModifyVpcEndpointServiceConfigurationCommandInput,
|
|
9129
8816
|
options?: __HttpHandlerOptions
|
|
@@ -9143,7 +8830,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9143
8830
|
data?: ModifyVpcEndpointServiceConfigurationCommandOutput
|
|
9144
8831
|
) => void
|
|
9145
8832
|
): void;
|
|
9146
|
-
|
|
9147
8833
|
modifyVpcEndpointServicePayerResponsibility(
|
|
9148
8834
|
args: ModifyVpcEndpointServicePayerResponsibilityCommandInput,
|
|
9149
8835
|
options?: __HttpHandlerOptions
|
|
@@ -9163,7 +8849,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9163
8849
|
data?: ModifyVpcEndpointServicePayerResponsibilityCommandOutput
|
|
9164
8850
|
) => void
|
|
9165
8851
|
): void;
|
|
9166
|
-
|
|
9167
8852
|
modifyVpcEndpointServicePermissions(
|
|
9168
8853
|
args: ModifyVpcEndpointServicePermissionsCommandInput,
|
|
9169
8854
|
options?: __HttpHandlerOptions
|
|
@@ -9183,7 +8868,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9183
8868
|
data?: ModifyVpcEndpointServicePermissionsCommandOutput
|
|
9184
8869
|
) => void
|
|
9185
8870
|
): void;
|
|
9186
|
-
|
|
9187
8871
|
modifyVpcPeeringConnectionOptions(
|
|
9188
8872
|
args: ModifyVpcPeeringConnectionOptionsCommandInput,
|
|
9189
8873
|
options?: __HttpHandlerOptions
|
|
@@ -9203,7 +8887,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9203
8887
|
data?: ModifyVpcPeeringConnectionOptionsCommandOutput
|
|
9204
8888
|
) => void
|
|
9205
8889
|
): void;
|
|
9206
|
-
|
|
9207
8890
|
modifyVpcTenancy(
|
|
9208
8891
|
args: ModifyVpcTenancyCommandInput,
|
|
9209
8892
|
options?: __HttpHandlerOptions
|
|
@@ -9217,7 +8900,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9217
8900
|
options: __HttpHandlerOptions,
|
|
9218
8901
|
cb: (err: any, data?: ModifyVpcTenancyCommandOutput) => void
|
|
9219
8902
|
): void;
|
|
9220
|
-
|
|
9221
8903
|
modifyVpnConnection(
|
|
9222
8904
|
args: ModifyVpnConnectionCommandInput,
|
|
9223
8905
|
options?: __HttpHandlerOptions
|
|
@@ -9231,7 +8913,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9231
8913
|
options: __HttpHandlerOptions,
|
|
9232
8914
|
cb: (err: any, data?: ModifyVpnConnectionCommandOutput) => void
|
|
9233
8915
|
): void;
|
|
9234
|
-
|
|
9235
8916
|
modifyVpnConnectionOptions(
|
|
9236
8917
|
args: ModifyVpnConnectionOptionsCommandInput,
|
|
9237
8918
|
options?: __HttpHandlerOptions
|
|
@@ -9245,7 +8926,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9245
8926
|
options: __HttpHandlerOptions,
|
|
9246
8927
|
cb: (err: any, data?: ModifyVpnConnectionOptionsCommandOutput) => void
|
|
9247
8928
|
): void;
|
|
9248
|
-
|
|
9249
8929
|
modifyVpnTunnelCertificate(
|
|
9250
8930
|
args: ModifyVpnTunnelCertificateCommandInput,
|
|
9251
8931
|
options?: __HttpHandlerOptions
|
|
@@ -9259,7 +8939,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9259
8939
|
options: __HttpHandlerOptions,
|
|
9260
8940
|
cb: (err: any, data?: ModifyVpnTunnelCertificateCommandOutput) => void
|
|
9261
8941
|
): void;
|
|
9262
|
-
|
|
9263
8942
|
modifyVpnTunnelOptions(
|
|
9264
8943
|
args: ModifyVpnTunnelOptionsCommandInput,
|
|
9265
8944
|
options?: __HttpHandlerOptions
|
|
@@ -9273,7 +8952,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9273
8952
|
options: __HttpHandlerOptions,
|
|
9274
8953
|
cb: (err: any, data?: ModifyVpnTunnelOptionsCommandOutput) => void
|
|
9275
8954
|
): void;
|
|
9276
|
-
|
|
9277
8955
|
monitorInstances(
|
|
9278
8956
|
args: MonitorInstancesCommandInput,
|
|
9279
8957
|
options?: __HttpHandlerOptions
|
|
@@ -9287,7 +8965,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9287
8965
|
options: __HttpHandlerOptions,
|
|
9288
8966
|
cb: (err: any, data?: MonitorInstancesCommandOutput) => void
|
|
9289
8967
|
): void;
|
|
9290
|
-
|
|
9291
8968
|
moveAddressToVpc(
|
|
9292
8969
|
args: MoveAddressToVpcCommandInput,
|
|
9293
8970
|
options?: __HttpHandlerOptions
|
|
@@ -9301,7 +8978,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9301
8978
|
options: __HttpHandlerOptions,
|
|
9302
8979
|
cb: (err: any, data?: MoveAddressToVpcCommandOutput) => void
|
|
9303
8980
|
): void;
|
|
9304
|
-
|
|
9305
8981
|
moveByoipCidrToIpam(
|
|
9306
8982
|
args: MoveByoipCidrToIpamCommandInput,
|
|
9307
8983
|
options?: __HttpHandlerOptions
|
|
@@ -9315,7 +8991,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9315
8991
|
options: __HttpHandlerOptions,
|
|
9316
8992
|
cb: (err: any, data?: MoveByoipCidrToIpamCommandOutput) => void
|
|
9317
8993
|
): void;
|
|
9318
|
-
|
|
9319
8994
|
provisionByoipCidr(
|
|
9320
8995
|
args: ProvisionByoipCidrCommandInput,
|
|
9321
8996
|
options?: __HttpHandlerOptions
|
|
@@ -9329,7 +9004,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9329
9004
|
options: __HttpHandlerOptions,
|
|
9330
9005
|
cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
|
|
9331
9006
|
): void;
|
|
9332
|
-
|
|
9333
9007
|
provisionIpamPoolCidr(
|
|
9334
9008
|
args: ProvisionIpamPoolCidrCommandInput,
|
|
9335
9009
|
options?: __HttpHandlerOptions
|
|
@@ -9343,7 +9017,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9343
9017
|
options: __HttpHandlerOptions,
|
|
9344
9018
|
cb: (err: any, data?: ProvisionIpamPoolCidrCommandOutput) => void
|
|
9345
9019
|
): void;
|
|
9346
|
-
|
|
9347
9020
|
provisionPublicIpv4PoolCidr(
|
|
9348
9021
|
args: ProvisionPublicIpv4PoolCidrCommandInput,
|
|
9349
9022
|
options?: __HttpHandlerOptions
|
|
@@ -9357,7 +9030,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9357
9030
|
options: __HttpHandlerOptions,
|
|
9358
9031
|
cb: (err: any, data?: ProvisionPublicIpv4PoolCidrCommandOutput) => void
|
|
9359
9032
|
): void;
|
|
9360
|
-
|
|
9361
9033
|
purchaseHostReservation(
|
|
9362
9034
|
args: PurchaseHostReservationCommandInput,
|
|
9363
9035
|
options?: __HttpHandlerOptions
|
|
@@ -9371,7 +9043,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9371
9043
|
options: __HttpHandlerOptions,
|
|
9372
9044
|
cb: (err: any, data?: PurchaseHostReservationCommandOutput) => void
|
|
9373
9045
|
): void;
|
|
9374
|
-
|
|
9375
9046
|
purchaseReservedInstancesOffering(
|
|
9376
9047
|
args: PurchaseReservedInstancesOfferingCommandInput,
|
|
9377
9048
|
options?: __HttpHandlerOptions
|
|
@@ -9391,7 +9062,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9391
9062
|
data?: PurchaseReservedInstancesOfferingCommandOutput
|
|
9392
9063
|
) => void
|
|
9393
9064
|
): void;
|
|
9394
|
-
|
|
9395
9065
|
purchaseScheduledInstances(
|
|
9396
9066
|
args: PurchaseScheduledInstancesCommandInput,
|
|
9397
9067
|
options?: __HttpHandlerOptions
|
|
@@ -9405,7 +9075,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9405
9075
|
options: __HttpHandlerOptions,
|
|
9406
9076
|
cb: (err: any, data?: PurchaseScheduledInstancesCommandOutput) => void
|
|
9407
9077
|
): void;
|
|
9408
|
-
|
|
9409
9078
|
rebootInstances(
|
|
9410
9079
|
args: RebootInstancesCommandInput,
|
|
9411
9080
|
options?: __HttpHandlerOptions
|
|
@@ -9419,7 +9088,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9419
9088
|
options: __HttpHandlerOptions,
|
|
9420
9089
|
cb: (err: any, data?: RebootInstancesCommandOutput) => void
|
|
9421
9090
|
): void;
|
|
9422
|
-
|
|
9423
9091
|
registerImage(
|
|
9424
9092
|
args: RegisterImageCommandInput,
|
|
9425
9093
|
options?: __HttpHandlerOptions
|
|
@@ -9433,7 +9101,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9433
9101
|
options: __HttpHandlerOptions,
|
|
9434
9102
|
cb: (err: any, data?: RegisterImageCommandOutput) => void
|
|
9435
9103
|
): void;
|
|
9436
|
-
|
|
9437
9104
|
registerInstanceEventNotificationAttributes(
|
|
9438
9105
|
args: RegisterInstanceEventNotificationAttributesCommandInput,
|
|
9439
9106
|
options?: __HttpHandlerOptions
|
|
@@ -9453,7 +9120,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9453
9120
|
data?: RegisterInstanceEventNotificationAttributesCommandOutput
|
|
9454
9121
|
) => void
|
|
9455
9122
|
): void;
|
|
9456
|
-
|
|
9457
9123
|
registerTransitGatewayMulticastGroupMembers(
|
|
9458
9124
|
args: RegisterTransitGatewayMulticastGroupMembersCommandInput,
|
|
9459
9125
|
options?: __HttpHandlerOptions
|
|
@@ -9473,7 +9139,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9473
9139
|
data?: RegisterTransitGatewayMulticastGroupMembersCommandOutput
|
|
9474
9140
|
) => void
|
|
9475
9141
|
): void;
|
|
9476
|
-
|
|
9477
9142
|
registerTransitGatewayMulticastGroupSources(
|
|
9478
9143
|
args: RegisterTransitGatewayMulticastGroupSourcesCommandInput,
|
|
9479
9144
|
options?: __HttpHandlerOptions
|
|
@@ -9493,7 +9158,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9493
9158
|
data?: RegisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
9494
9159
|
) => void
|
|
9495
9160
|
): void;
|
|
9496
|
-
|
|
9497
9161
|
rejectTransitGatewayMulticastDomainAssociations(
|
|
9498
9162
|
args: RejectTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
9499
9163
|
options?: __HttpHandlerOptions
|
|
@@ -9513,7 +9177,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9513
9177
|
data?: RejectTransitGatewayMulticastDomainAssociationsCommandOutput
|
|
9514
9178
|
) => void
|
|
9515
9179
|
): void;
|
|
9516
|
-
|
|
9517
9180
|
rejectTransitGatewayPeeringAttachment(
|
|
9518
9181
|
args: RejectTransitGatewayPeeringAttachmentCommandInput,
|
|
9519
9182
|
options?: __HttpHandlerOptions
|
|
@@ -9533,7 +9196,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9533
9196
|
data?: RejectTransitGatewayPeeringAttachmentCommandOutput
|
|
9534
9197
|
) => void
|
|
9535
9198
|
): void;
|
|
9536
|
-
|
|
9537
9199
|
rejectTransitGatewayVpcAttachment(
|
|
9538
9200
|
args: RejectTransitGatewayVpcAttachmentCommandInput,
|
|
9539
9201
|
options?: __HttpHandlerOptions
|
|
@@ -9553,7 +9215,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9553
9215
|
data?: RejectTransitGatewayVpcAttachmentCommandOutput
|
|
9554
9216
|
) => void
|
|
9555
9217
|
): void;
|
|
9556
|
-
|
|
9557
9218
|
rejectVpcEndpointConnections(
|
|
9558
9219
|
args: RejectVpcEndpointConnectionsCommandInput,
|
|
9559
9220
|
options?: __HttpHandlerOptions
|
|
@@ -9567,7 +9228,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9567
9228
|
options: __HttpHandlerOptions,
|
|
9568
9229
|
cb: (err: any, data?: RejectVpcEndpointConnectionsCommandOutput) => void
|
|
9569
9230
|
): void;
|
|
9570
|
-
|
|
9571
9231
|
rejectVpcPeeringConnection(
|
|
9572
9232
|
args: RejectVpcPeeringConnectionCommandInput,
|
|
9573
9233
|
options?: __HttpHandlerOptions
|
|
@@ -9581,7 +9241,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9581
9241
|
options: __HttpHandlerOptions,
|
|
9582
9242
|
cb: (err: any, data?: RejectVpcPeeringConnectionCommandOutput) => void
|
|
9583
9243
|
): void;
|
|
9584
|
-
|
|
9585
9244
|
releaseAddress(
|
|
9586
9245
|
args: ReleaseAddressCommandInput,
|
|
9587
9246
|
options?: __HttpHandlerOptions
|
|
@@ -9595,7 +9254,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9595
9254
|
options: __HttpHandlerOptions,
|
|
9596
9255
|
cb: (err: any, data?: ReleaseAddressCommandOutput) => void
|
|
9597
9256
|
): void;
|
|
9598
|
-
|
|
9599
9257
|
releaseHosts(
|
|
9600
9258
|
args: ReleaseHostsCommandInput,
|
|
9601
9259
|
options?: __HttpHandlerOptions
|
|
@@ -9609,7 +9267,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9609
9267
|
options: __HttpHandlerOptions,
|
|
9610
9268
|
cb: (err: any, data?: ReleaseHostsCommandOutput) => void
|
|
9611
9269
|
): void;
|
|
9612
|
-
|
|
9613
9270
|
releaseIpamPoolAllocation(
|
|
9614
9271
|
args: ReleaseIpamPoolAllocationCommandInput,
|
|
9615
9272
|
options?: __HttpHandlerOptions
|
|
@@ -9623,7 +9280,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9623
9280
|
options: __HttpHandlerOptions,
|
|
9624
9281
|
cb: (err: any, data?: ReleaseIpamPoolAllocationCommandOutput) => void
|
|
9625
9282
|
): void;
|
|
9626
|
-
|
|
9627
9283
|
replaceIamInstanceProfileAssociation(
|
|
9628
9284
|
args: ReplaceIamInstanceProfileAssociationCommandInput,
|
|
9629
9285
|
options?: __HttpHandlerOptions
|
|
@@ -9643,7 +9299,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9643
9299
|
data?: ReplaceIamInstanceProfileAssociationCommandOutput
|
|
9644
9300
|
) => void
|
|
9645
9301
|
): void;
|
|
9646
|
-
|
|
9647
9302
|
replaceNetworkAclAssociation(
|
|
9648
9303
|
args: ReplaceNetworkAclAssociationCommandInput,
|
|
9649
9304
|
options?: __HttpHandlerOptions
|
|
@@ -9657,7 +9312,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9657
9312
|
options: __HttpHandlerOptions,
|
|
9658
9313
|
cb: (err: any, data?: ReplaceNetworkAclAssociationCommandOutput) => void
|
|
9659
9314
|
): void;
|
|
9660
|
-
|
|
9661
9315
|
replaceNetworkAclEntry(
|
|
9662
9316
|
args: ReplaceNetworkAclEntryCommandInput,
|
|
9663
9317
|
options?: __HttpHandlerOptions
|
|
@@ -9671,7 +9325,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9671
9325
|
options: __HttpHandlerOptions,
|
|
9672
9326
|
cb: (err: any, data?: ReplaceNetworkAclEntryCommandOutput) => void
|
|
9673
9327
|
): void;
|
|
9674
|
-
|
|
9675
9328
|
replaceRoute(
|
|
9676
9329
|
args: ReplaceRouteCommandInput,
|
|
9677
9330
|
options?: __HttpHandlerOptions
|
|
@@ -9685,7 +9338,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9685
9338
|
options: __HttpHandlerOptions,
|
|
9686
9339
|
cb: (err: any, data?: ReplaceRouteCommandOutput) => void
|
|
9687
9340
|
): void;
|
|
9688
|
-
|
|
9689
9341
|
replaceRouteTableAssociation(
|
|
9690
9342
|
args: ReplaceRouteTableAssociationCommandInput,
|
|
9691
9343
|
options?: __HttpHandlerOptions
|
|
@@ -9699,7 +9351,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9699
9351
|
options: __HttpHandlerOptions,
|
|
9700
9352
|
cb: (err: any, data?: ReplaceRouteTableAssociationCommandOutput) => void
|
|
9701
9353
|
): void;
|
|
9702
|
-
|
|
9703
9354
|
replaceTransitGatewayRoute(
|
|
9704
9355
|
args: ReplaceTransitGatewayRouteCommandInput,
|
|
9705
9356
|
options?: __HttpHandlerOptions
|
|
@@ -9713,7 +9364,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9713
9364
|
options: __HttpHandlerOptions,
|
|
9714
9365
|
cb: (err: any, data?: ReplaceTransitGatewayRouteCommandOutput) => void
|
|
9715
9366
|
): void;
|
|
9716
|
-
|
|
9717
9367
|
reportInstanceStatus(
|
|
9718
9368
|
args: ReportInstanceStatusCommandInput,
|
|
9719
9369
|
options?: __HttpHandlerOptions
|
|
@@ -9727,7 +9377,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9727
9377
|
options: __HttpHandlerOptions,
|
|
9728
9378
|
cb: (err: any, data?: ReportInstanceStatusCommandOutput) => void
|
|
9729
9379
|
): void;
|
|
9730
|
-
|
|
9731
9380
|
requestSpotFleet(
|
|
9732
9381
|
args: RequestSpotFleetCommandInput,
|
|
9733
9382
|
options?: __HttpHandlerOptions
|
|
@@ -9741,7 +9390,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9741
9390
|
options: __HttpHandlerOptions,
|
|
9742
9391
|
cb: (err: any, data?: RequestSpotFleetCommandOutput) => void
|
|
9743
9392
|
): void;
|
|
9744
|
-
|
|
9745
9393
|
requestSpotInstances(
|
|
9746
9394
|
args: RequestSpotInstancesCommandInput,
|
|
9747
9395
|
options?: __HttpHandlerOptions
|
|
@@ -9755,7 +9403,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9755
9403
|
options: __HttpHandlerOptions,
|
|
9756
9404
|
cb: (err: any, data?: RequestSpotInstancesCommandOutput) => void
|
|
9757
9405
|
): void;
|
|
9758
|
-
|
|
9759
9406
|
resetAddressAttribute(
|
|
9760
9407
|
args: ResetAddressAttributeCommandInput,
|
|
9761
9408
|
options?: __HttpHandlerOptions
|
|
@@ -9769,7 +9416,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9769
9416
|
options: __HttpHandlerOptions,
|
|
9770
9417
|
cb: (err: any, data?: ResetAddressAttributeCommandOutput) => void
|
|
9771
9418
|
): void;
|
|
9772
|
-
|
|
9773
9419
|
resetEbsDefaultKmsKeyId(
|
|
9774
9420
|
args: ResetEbsDefaultKmsKeyIdCommandInput,
|
|
9775
9421
|
options?: __HttpHandlerOptions
|
|
@@ -9783,7 +9429,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9783
9429
|
options: __HttpHandlerOptions,
|
|
9784
9430
|
cb: (err: any, data?: ResetEbsDefaultKmsKeyIdCommandOutput) => void
|
|
9785
9431
|
): void;
|
|
9786
|
-
|
|
9787
9432
|
resetFpgaImageAttribute(
|
|
9788
9433
|
args: ResetFpgaImageAttributeCommandInput,
|
|
9789
9434
|
options?: __HttpHandlerOptions
|
|
@@ -9797,7 +9442,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9797
9442
|
options: __HttpHandlerOptions,
|
|
9798
9443
|
cb: (err: any, data?: ResetFpgaImageAttributeCommandOutput) => void
|
|
9799
9444
|
): void;
|
|
9800
|
-
|
|
9801
9445
|
resetImageAttribute(
|
|
9802
9446
|
args: ResetImageAttributeCommandInput,
|
|
9803
9447
|
options?: __HttpHandlerOptions
|
|
@@ -9811,7 +9455,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9811
9455
|
options: __HttpHandlerOptions,
|
|
9812
9456
|
cb: (err: any, data?: ResetImageAttributeCommandOutput) => void
|
|
9813
9457
|
): void;
|
|
9814
|
-
|
|
9815
9458
|
resetInstanceAttribute(
|
|
9816
9459
|
args: ResetInstanceAttributeCommandInput,
|
|
9817
9460
|
options?: __HttpHandlerOptions
|
|
@@ -9825,7 +9468,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9825
9468
|
options: __HttpHandlerOptions,
|
|
9826
9469
|
cb: (err: any, data?: ResetInstanceAttributeCommandOutput) => void
|
|
9827
9470
|
): void;
|
|
9828
|
-
|
|
9829
9471
|
resetNetworkInterfaceAttribute(
|
|
9830
9472
|
args: ResetNetworkInterfaceAttributeCommandInput,
|
|
9831
9473
|
options?: __HttpHandlerOptions
|
|
@@ -9839,7 +9481,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9839
9481
|
options: __HttpHandlerOptions,
|
|
9840
9482
|
cb: (err: any, data?: ResetNetworkInterfaceAttributeCommandOutput) => void
|
|
9841
9483
|
): void;
|
|
9842
|
-
|
|
9843
9484
|
resetSnapshotAttribute(
|
|
9844
9485
|
args: ResetSnapshotAttributeCommandInput,
|
|
9845
9486
|
options?: __HttpHandlerOptions
|
|
@@ -9853,7 +9494,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9853
9494
|
options: __HttpHandlerOptions,
|
|
9854
9495
|
cb: (err: any, data?: ResetSnapshotAttributeCommandOutput) => void
|
|
9855
9496
|
): void;
|
|
9856
|
-
|
|
9857
9497
|
restoreAddressToClassic(
|
|
9858
9498
|
args: RestoreAddressToClassicCommandInput,
|
|
9859
9499
|
options?: __HttpHandlerOptions
|
|
@@ -9867,7 +9507,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9867
9507
|
options: __HttpHandlerOptions,
|
|
9868
9508
|
cb: (err: any, data?: RestoreAddressToClassicCommandOutput) => void
|
|
9869
9509
|
): void;
|
|
9870
|
-
|
|
9871
9510
|
restoreImageFromRecycleBin(
|
|
9872
9511
|
args: RestoreImageFromRecycleBinCommandInput,
|
|
9873
9512
|
options?: __HttpHandlerOptions
|
|
@@ -9881,7 +9520,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9881
9520
|
options: __HttpHandlerOptions,
|
|
9882
9521
|
cb: (err: any, data?: RestoreImageFromRecycleBinCommandOutput) => void
|
|
9883
9522
|
): void;
|
|
9884
|
-
|
|
9885
9523
|
restoreManagedPrefixListVersion(
|
|
9886
9524
|
args: RestoreManagedPrefixListVersionCommandInput,
|
|
9887
9525
|
options?: __HttpHandlerOptions
|
|
@@ -9895,7 +9533,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9895
9533
|
options: __HttpHandlerOptions,
|
|
9896
9534
|
cb: (err: any, data?: RestoreManagedPrefixListVersionCommandOutput) => void
|
|
9897
9535
|
): void;
|
|
9898
|
-
|
|
9899
9536
|
restoreSnapshotFromRecycleBin(
|
|
9900
9537
|
args: RestoreSnapshotFromRecycleBinCommandInput,
|
|
9901
9538
|
options?: __HttpHandlerOptions
|
|
@@ -9909,7 +9546,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9909
9546
|
options: __HttpHandlerOptions,
|
|
9910
9547
|
cb: (err: any, data?: RestoreSnapshotFromRecycleBinCommandOutput) => void
|
|
9911
9548
|
): void;
|
|
9912
|
-
|
|
9913
9549
|
restoreSnapshotTier(
|
|
9914
9550
|
args: RestoreSnapshotTierCommandInput,
|
|
9915
9551
|
options?: __HttpHandlerOptions
|
|
@@ -9923,7 +9559,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9923
9559
|
options: __HttpHandlerOptions,
|
|
9924
9560
|
cb: (err: any, data?: RestoreSnapshotTierCommandOutput) => void
|
|
9925
9561
|
): void;
|
|
9926
|
-
|
|
9927
9562
|
revokeClientVpnIngress(
|
|
9928
9563
|
args: RevokeClientVpnIngressCommandInput,
|
|
9929
9564
|
options?: __HttpHandlerOptions
|
|
@@ -9937,7 +9572,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9937
9572
|
options: __HttpHandlerOptions,
|
|
9938
9573
|
cb: (err: any, data?: RevokeClientVpnIngressCommandOutput) => void
|
|
9939
9574
|
): void;
|
|
9940
|
-
|
|
9941
9575
|
revokeSecurityGroupEgress(
|
|
9942
9576
|
args: RevokeSecurityGroupEgressCommandInput,
|
|
9943
9577
|
options?: __HttpHandlerOptions
|
|
@@ -9951,7 +9585,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9951
9585
|
options: __HttpHandlerOptions,
|
|
9952
9586
|
cb: (err: any, data?: RevokeSecurityGroupEgressCommandOutput) => void
|
|
9953
9587
|
): void;
|
|
9954
|
-
|
|
9955
9588
|
revokeSecurityGroupIngress(
|
|
9956
9589
|
args: RevokeSecurityGroupIngressCommandInput,
|
|
9957
9590
|
options?: __HttpHandlerOptions
|
|
@@ -9965,7 +9598,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9965
9598
|
options: __HttpHandlerOptions,
|
|
9966
9599
|
cb: (err: any, data?: RevokeSecurityGroupIngressCommandOutput) => void
|
|
9967
9600
|
): void;
|
|
9968
|
-
|
|
9969
9601
|
runInstances(
|
|
9970
9602
|
args: RunInstancesCommandInput,
|
|
9971
9603
|
options?: __HttpHandlerOptions
|
|
@@ -9979,7 +9611,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9979
9611
|
options: __HttpHandlerOptions,
|
|
9980
9612
|
cb: (err: any, data?: RunInstancesCommandOutput) => void
|
|
9981
9613
|
): void;
|
|
9982
|
-
|
|
9983
9614
|
runScheduledInstances(
|
|
9984
9615
|
args: RunScheduledInstancesCommandInput,
|
|
9985
9616
|
options?: __HttpHandlerOptions
|
|
@@ -9993,7 +9624,6 @@ export declare class EC2 extends EC2Client {
|
|
|
9993
9624
|
options: __HttpHandlerOptions,
|
|
9994
9625
|
cb: (err: any, data?: RunScheduledInstancesCommandOutput) => void
|
|
9995
9626
|
): void;
|
|
9996
|
-
|
|
9997
9627
|
searchLocalGatewayRoutes(
|
|
9998
9628
|
args: SearchLocalGatewayRoutesCommandInput,
|
|
9999
9629
|
options?: __HttpHandlerOptions
|
|
@@ -10007,7 +9637,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10007
9637
|
options: __HttpHandlerOptions,
|
|
10008
9638
|
cb: (err: any, data?: SearchLocalGatewayRoutesCommandOutput) => void
|
|
10009
9639
|
): void;
|
|
10010
|
-
|
|
10011
9640
|
searchTransitGatewayMulticastGroups(
|
|
10012
9641
|
args: SearchTransitGatewayMulticastGroupsCommandInput,
|
|
10013
9642
|
options?: __HttpHandlerOptions
|
|
@@ -10027,7 +9656,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10027
9656
|
data?: SearchTransitGatewayMulticastGroupsCommandOutput
|
|
10028
9657
|
) => void
|
|
10029
9658
|
): void;
|
|
10030
|
-
|
|
10031
9659
|
searchTransitGatewayRoutes(
|
|
10032
9660
|
args: SearchTransitGatewayRoutesCommandInput,
|
|
10033
9661
|
options?: __HttpHandlerOptions
|
|
@@ -10041,7 +9669,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10041
9669
|
options: __HttpHandlerOptions,
|
|
10042
9670
|
cb: (err: any, data?: SearchTransitGatewayRoutesCommandOutput) => void
|
|
10043
9671
|
): void;
|
|
10044
|
-
|
|
10045
9672
|
sendDiagnosticInterrupt(
|
|
10046
9673
|
args: SendDiagnosticInterruptCommandInput,
|
|
10047
9674
|
options?: __HttpHandlerOptions
|
|
@@ -10055,7 +9682,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10055
9682
|
options: __HttpHandlerOptions,
|
|
10056
9683
|
cb: (err: any, data?: SendDiagnosticInterruptCommandOutput) => void
|
|
10057
9684
|
): void;
|
|
10058
|
-
|
|
10059
9685
|
startInstances(
|
|
10060
9686
|
args: StartInstancesCommandInput,
|
|
10061
9687
|
options?: __HttpHandlerOptions
|
|
@@ -10069,7 +9695,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10069
9695
|
options: __HttpHandlerOptions,
|
|
10070
9696
|
cb: (err: any, data?: StartInstancesCommandOutput) => void
|
|
10071
9697
|
): void;
|
|
10072
|
-
|
|
10073
9698
|
startNetworkInsightsAccessScopeAnalysis(
|
|
10074
9699
|
args: StartNetworkInsightsAccessScopeAnalysisCommandInput,
|
|
10075
9700
|
options?: __HttpHandlerOptions
|
|
@@ -10089,7 +9714,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10089
9714
|
data?: StartNetworkInsightsAccessScopeAnalysisCommandOutput
|
|
10090
9715
|
) => void
|
|
10091
9716
|
): void;
|
|
10092
|
-
|
|
10093
9717
|
startNetworkInsightsAnalysis(
|
|
10094
9718
|
args: StartNetworkInsightsAnalysisCommandInput,
|
|
10095
9719
|
options?: __HttpHandlerOptions
|
|
@@ -10103,7 +9727,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10103
9727
|
options: __HttpHandlerOptions,
|
|
10104
9728
|
cb: (err: any, data?: StartNetworkInsightsAnalysisCommandOutput) => void
|
|
10105
9729
|
): void;
|
|
10106
|
-
|
|
10107
9730
|
startVpcEndpointServicePrivateDnsVerification(
|
|
10108
9731
|
args: StartVpcEndpointServicePrivateDnsVerificationCommandInput,
|
|
10109
9732
|
options?: __HttpHandlerOptions
|
|
@@ -10123,7 +9746,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10123
9746
|
data?: StartVpcEndpointServicePrivateDnsVerificationCommandOutput
|
|
10124
9747
|
) => void
|
|
10125
9748
|
): void;
|
|
10126
|
-
|
|
10127
9749
|
stopInstances(
|
|
10128
9750
|
args: StopInstancesCommandInput,
|
|
10129
9751
|
options?: __HttpHandlerOptions
|
|
@@ -10137,7 +9759,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10137
9759
|
options: __HttpHandlerOptions,
|
|
10138
9760
|
cb: (err: any, data?: StopInstancesCommandOutput) => void
|
|
10139
9761
|
): void;
|
|
10140
|
-
|
|
10141
9762
|
terminateClientVpnConnections(
|
|
10142
9763
|
args: TerminateClientVpnConnectionsCommandInput,
|
|
10143
9764
|
options?: __HttpHandlerOptions
|
|
@@ -10151,7 +9772,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10151
9772
|
options: __HttpHandlerOptions,
|
|
10152
9773
|
cb: (err: any, data?: TerminateClientVpnConnectionsCommandOutput) => void
|
|
10153
9774
|
): void;
|
|
10154
|
-
|
|
10155
9775
|
terminateInstances(
|
|
10156
9776
|
args: TerminateInstancesCommandInput,
|
|
10157
9777
|
options?: __HttpHandlerOptions
|
|
@@ -10165,7 +9785,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10165
9785
|
options: __HttpHandlerOptions,
|
|
10166
9786
|
cb: (err: any, data?: TerminateInstancesCommandOutput) => void
|
|
10167
9787
|
): void;
|
|
10168
|
-
|
|
10169
9788
|
unassignIpv6Addresses(
|
|
10170
9789
|
args: UnassignIpv6AddressesCommandInput,
|
|
10171
9790
|
options?: __HttpHandlerOptions
|
|
@@ -10179,7 +9798,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10179
9798
|
options: __HttpHandlerOptions,
|
|
10180
9799
|
cb: (err: any, data?: UnassignIpv6AddressesCommandOutput) => void
|
|
10181
9800
|
): void;
|
|
10182
|
-
|
|
10183
9801
|
unassignPrivateIpAddresses(
|
|
10184
9802
|
args: UnassignPrivateIpAddressesCommandInput,
|
|
10185
9803
|
options?: __HttpHandlerOptions
|
|
@@ -10193,7 +9811,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10193
9811
|
options: __HttpHandlerOptions,
|
|
10194
9812
|
cb: (err: any, data?: UnassignPrivateIpAddressesCommandOutput) => void
|
|
10195
9813
|
): void;
|
|
10196
|
-
|
|
10197
9814
|
unmonitorInstances(
|
|
10198
9815
|
args: UnmonitorInstancesCommandInput,
|
|
10199
9816
|
options?: __HttpHandlerOptions
|
|
@@ -10207,7 +9824,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10207
9824
|
options: __HttpHandlerOptions,
|
|
10208
9825
|
cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void
|
|
10209
9826
|
): void;
|
|
10210
|
-
|
|
10211
9827
|
updateSecurityGroupRuleDescriptionsEgress(
|
|
10212
9828
|
args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
10213
9829
|
options?: __HttpHandlerOptions
|
|
@@ -10227,7 +9843,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10227
9843
|
data?: UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
10228
9844
|
) => void
|
|
10229
9845
|
): void;
|
|
10230
|
-
|
|
10231
9846
|
updateSecurityGroupRuleDescriptionsIngress(
|
|
10232
9847
|
args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput,
|
|
10233
9848
|
options?: __HttpHandlerOptions
|
|
@@ -10247,7 +9862,6 @@ export declare class EC2 extends EC2Client {
|
|
|
10247
9862
|
data?: UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
10248
9863
|
) => void
|
|
10249
9864
|
): void;
|
|
10250
|
-
|
|
10251
9865
|
withdrawByoipCidr(
|
|
10252
9866
|
args: WithdrawByoipCidrCommandInput,
|
|
10253
9867
|
options?: __HttpHandlerOptions
|