@aws-sdk/client-ec2 3.533.0 → 3.537.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +236 -9
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeMacHostsCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_5.js +0 -8
- package/dist-es/models/models_6.js +8 -0
- package/dist-es/pagination/DescribeMacHostsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_ec2.js +212 -0
- package/dist-types/EC2.d.ts +191 -1
- package/dist-types/EC2Client.d.ts +4 -3
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +2 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +2 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/CreateImageCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +31 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +79 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +4 -2
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +3 -2
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageCommand.d.ts +2 -1
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +2 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageCommand.d.ts +2 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +2 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +2 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +2 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +4 -2
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +3 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -2
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +2 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +2 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -1
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -1
- package/dist-types/commands/ImportImageCommand.d.ts +2 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +2 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -2
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -2
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +3 -3
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +2 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -1
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +2 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1093 -1093
- package/dist-types/models/models_1.d.ts +1229 -1229
- package/dist-types/models/models_2.d.ts +1105 -1105
- package/dist-types/models/models_3.d.ts +1006 -1006
- package/dist-types/models/models_4.d.ts +1460 -1703
- package/dist-types/models/models_5.d.ts +2048 -1945
- package/dist-types/models/models_6.d.ts +2089 -2038
- package/dist-types/models/models_7.d.ts +775 -472
- package/dist-types/pagination/DescribeMacHostsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +200 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +13 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +11 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +10 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +13 -2
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +46 -65
- package/dist-types/ts3.4/models/models_5.d.ts +71 -85
- package/dist-types/ts3.4/models/models_6.d.ts +88 -64
- package/dist-types/ts3.4/models/models_7.d.ts +68 -2
- package/dist-types/ts3.4/pagination/DescribeMacHostsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +42 -42
|
@@ -1167,6 +1167,10 @@ import {
|
|
|
1167
1167
|
DescribeLockedSnapshotsCommandInput,
|
|
1168
1168
|
DescribeLockedSnapshotsCommandOutput,
|
|
1169
1169
|
} from "./commands/DescribeLockedSnapshotsCommand";
|
|
1170
|
+
import {
|
|
1171
|
+
DescribeMacHostsCommandInput,
|
|
1172
|
+
DescribeMacHostsCommandOutput,
|
|
1173
|
+
} from "./commands/DescribeMacHostsCommand";
|
|
1170
1174
|
import {
|
|
1171
1175
|
DescribeManagedPrefixListsCommandInput,
|
|
1172
1176
|
DescribeManagedPrefixListsCommandOutput,
|
|
@@ -2493,6 +2497,7 @@ export interface EC2 {
|
|
|
2493
2497
|
data?: AcceptReservedInstancesExchangeQuoteCommandOutput
|
|
2494
2498
|
) => void
|
|
2495
2499
|
): void;
|
|
2500
|
+
acceptTransitGatewayMulticastDomainAssociations(): Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
2496
2501
|
acceptTransitGatewayMulticastDomainAssociations(
|
|
2497
2502
|
args: AcceptTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
2498
2503
|
options?: __HttpHandlerOptions
|
|
@@ -2589,6 +2594,7 @@ export interface EC2 {
|
|
|
2589
2594
|
options: __HttpHandlerOptions,
|
|
2590
2595
|
cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
|
|
2591
2596
|
): void;
|
|
2597
|
+
allocateAddress(): Promise<AllocateAddressCommandOutput>;
|
|
2592
2598
|
allocateAddress(
|
|
2593
2599
|
args: AllocateAddressCommandInput,
|
|
2594
2600
|
options?: __HttpHandlerOptions
|
|
@@ -2686,6 +2692,7 @@ export interface EC2 {
|
|
|
2686
2692
|
options: __HttpHandlerOptions,
|
|
2687
2693
|
cb: (err: any, data?: AssignPrivateNatGatewayAddressCommandOutput) => void
|
|
2688
2694
|
): void;
|
|
2695
|
+
associateAddress(): Promise<AssociateAddressCommandOutput>;
|
|
2689
2696
|
associateAddress(
|
|
2690
2697
|
args: AssociateAddressCommandInput,
|
|
2691
2698
|
options?: __HttpHandlerOptions
|
|
@@ -3028,6 +3035,7 @@ export interface EC2 {
|
|
|
3028
3035
|
options: __HttpHandlerOptions,
|
|
3029
3036
|
cb: (err: any, data?: AuthorizeSecurityGroupEgressCommandOutput) => void
|
|
3030
3037
|
): void;
|
|
3038
|
+
authorizeSecurityGroupIngress(): Promise<AuthorizeSecurityGroupIngressCommandOutput>;
|
|
3031
3039
|
authorizeSecurityGroupIngress(
|
|
3032
3040
|
args: AuthorizeSecurityGroupIngressCommandInput,
|
|
3033
3041
|
options?: __HttpHandlerOptions
|
|
@@ -3132,6 +3140,7 @@ export interface EC2 {
|
|
|
3132
3140
|
options: __HttpHandlerOptions,
|
|
3133
3141
|
cb: (err: any, data?: CancelImageLaunchPermissionCommandOutput) => void
|
|
3134
3142
|
): void;
|
|
3143
|
+
cancelImportTask(): Promise<CancelImportTaskCommandOutput>;
|
|
3135
3144
|
cancelImportTask(
|
|
3136
3145
|
args: CancelImportTaskCommandInput,
|
|
3137
3146
|
options?: __HttpHandlerOptions
|
|
@@ -3353,6 +3362,7 @@ export interface EC2 {
|
|
|
3353
3362
|
options: __HttpHandlerOptions,
|
|
3354
3363
|
cb: (err: any, data?: CreateDefaultSubnetCommandOutput) => void
|
|
3355
3364
|
): void;
|
|
3365
|
+
createDefaultVpc(): Promise<CreateDefaultVpcCommandOutput>;
|
|
3356
3366
|
createDefaultVpc(
|
|
3357
3367
|
args: CreateDefaultVpcCommandInput,
|
|
3358
3368
|
options?: __HttpHandlerOptions
|
|
@@ -3457,6 +3467,7 @@ export interface EC2 {
|
|
|
3457
3467
|
options: __HttpHandlerOptions,
|
|
3458
3468
|
cb: (err: any, data?: CreateInstanceConnectEndpointCommandOutput) => void
|
|
3459
3469
|
): void;
|
|
3470
|
+
createInstanceEventWindow(): Promise<CreateInstanceEventWindowCommandOutput>;
|
|
3460
3471
|
createInstanceEventWindow(
|
|
3461
3472
|
args: CreateInstanceEventWindowCommandInput,
|
|
3462
3473
|
options?: __HttpHandlerOptions
|
|
@@ -3483,6 +3494,7 @@ export interface EC2 {
|
|
|
3483
3494
|
options: __HttpHandlerOptions,
|
|
3484
3495
|
cb: (err: any, data?: CreateInstanceExportTaskCommandOutput) => void
|
|
3485
3496
|
): void;
|
|
3497
|
+
createInternetGateway(): Promise<CreateInternetGatewayCommandOutput>;
|
|
3486
3498
|
createInternetGateway(
|
|
3487
3499
|
args: CreateInternetGatewayCommandInput,
|
|
3488
3500
|
options?: __HttpHandlerOptions
|
|
@@ -3496,6 +3508,7 @@ export interface EC2 {
|
|
|
3496
3508
|
options: __HttpHandlerOptions,
|
|
3497
3509
|
cb: (err: any, data?: CreateInternetGatewayCommandOutput) => void
|
|
3498
3510
|
): void;
|
|
3511
|
+
createIpam(): Promise<CreateIpamCommandOutput>;
|
|
3499
3512
|
createIpam(
|
|
3500
3513
|
args: CreateIpamCommandInput,
|
|
3501
3514
|
options?: __HttpHandlerOptions
|
|
@@ -3522,6 +3535,7 @@ export interface EC2 {
|
|
|
3522
3535
|
options: __HttpHandlerOptions,
|
|
3523
3536
|
cb: (err: any, data?: CreateIpamPoolCommandOutput) => void
|
|
3524
3537
|
): void;
|
|
3538
|
+
createIpamResourceDiscovery(): Promise<CreateIpamResourceDiscoveryCommandOutput>;
|
|
3525
3539
|
createIpamResourceDiscovery(
|
|
3526
3540
|
args: CreateIpamResourceDiscoveryCommandInput,
|
|
3527
3541
|
options?: __HttpHandlerOptions
|
|
@@ -3755,6 +3769,7 @@ export interface EC2 {
|
|
|
3755
3769
|
options: __HttpHandlerOptions,
|
|
3756
3770
|
cb: (err: any, data?: CreateNetworkInterfacePermissionCommandOutput) => void
|
|
3757
3771
|
): void;
|
|
3772
|
+
createPlacementGroup(): Promise<CreatePlacementGroupCommandOutput>;
|
|
3758
3773
|
createPlacementGroup(
|
|
3759
3774
|
args: CreatePlacementGroupCommandInput,
|
|
3760
3775
|
options?: __HttpHandlerOptions
|
|
@@ -3768,6 +3783,7 @@ export interface EC2 {
|
|
|
3768
3783
|
options: __HttpHandlerOptions,
|
|
3769
3784
|
cb: (err: any, data?: CreatePlacementGroupCommandOutput) => void
|
|
3770
3785
|
): void;
|
|
3786
|
+
createPublicIpv4Pool(): Promise<CreatePublicIpv4PoolCommandOutput>;
|
|
3771
3787
|
createPublicIpv4Pool(
|
|
3772
3788
|
args: CreatePublicIpv4PoolCommandInput,
|
|
3773
3789
|
options?: __HttpHandlerOptions
|
|
@@ -3950,6 +3966,7 @@ export interface EC2 {
|
|
|
3950
3966
|
options: __HttpHandlerOptions,
|
|
3951
3967
|
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
3952
3968
|
): void;
|
|
3969
|
+
createTrafficMirrorFilter(): Promise<CreateTrafficMirrorFilterCommandOutput>;
|
|
3953
3970
|
createTrafficMirrorFilter(
|
|
3954
3971
|
args: CreateTrafficMirrorFilterCommandInput,
|
|
3955
3972
|
options?: __HttpHandlerOptions
|
|
@@ -3989,6 +4006,7 @@ export interface EC2 {
|
|
|
3989
4006
|
options: __HttpHandlerOptions,
|
|
3990
4007
|
cb: (err: any, data?: CreateTrafficMirrorSessionCommandOutput) => void
|
|
3991
4008
|
): void;
|
|
4009
|
+
createTrafficMirrorTarget(): Promise<CreateTrafficMirrorTargetCommandOutput>;
|
|
3992
4010
|
createTrafficMirrorTarget(
|
|
3993
4011
|
args: CreateTrafficMirrorTargetCommandInput,
|
|
3994
4012
|
options?: __HttpHandlerOptions
|
|
@@ -4002,6 +4020,7 @@ export interface EC2 {
|
|
|
4002
4020
|
options: __HttpHandlerOptions,
|
|
4003
4021
|
cb: (err: any, data?: CreateTrafficMirrorTargetCommandOutput) => void
|
|
4004
4022
|
): void;
|
|
4023
|
+
createTransitGateway(): Promise<CreateTransitGatewayCommandOutput>;
|
|
4005
4024
|
createTransitGateway(
|
|
4006
4025
|
args: CreateTransitGatewayCommandInput,
|
|
4007
4026
|
options?: __HttpHandlerOptions
|
|
@@ -4201,6 +4220,7 @@ export interface EC2 {
|
|
|
4201
4220
|
options: __HttpHandlerOptions,
|
|
4202
4221
|
cb: (err: any, data?: CreateVerifiedAccessGroupCommandOutput) => void
|
|
4203
4222
|
): void;
|
|
4223
|
+
createVerifiedAccessInstance(): Promise<CreateVerifiedAccessInstanceCommandOutput>;
|
|
4204
4224
|
createVerifiedAccessInstance(
|
|
4205
4225
|
args: CreateVerifiedAccessInstanceCommandInput,
|
|
4206
4226
|
options?: __HttpHandlerOptions
|
|
@@ -4246,6 +4266,7 @@ export interface EC2 {
|
|
|
4246
4266
|
options: __HttpHandlerOptions,
|
|
4247
4267
|
cb: (err: any, data?: CreateVolumeCommandOutput) => void
|
|
4248
4268
|
): void;
|
|
4269
|
+
createVpc(): Promise<CreateVpcCommandOutput>;
|
|
4249
4270
|
createVpc(
|
|
4250
4271
|
args: CreateVpcCommandInput,
|
|
4251
4272
|
options?: __HttpHandlerOptions
|
|
@@ -4291,6 +4312,7 @@ export interface EC2 {
|
|
|
4291
4312
|
data?: CreateVpcEndpointConnectionNotificationCommandOutput
|
|
4292
4313
|
) => void
|
|
4293
4314
|
): void;
|
|
4315
|
+
createVpcEndpointServiceConfiguration(): Promise<CreateVpcEndpointServiceConfigurationCommandOutput>;
|
|
4294
4316
|
createVpcEndpointServiceConfiguration(
|
|
4295
4317
|
args: CreateVpcEndpointServiceConfigurationCommandInput,
|
|
4296
4318
|
options?: __HttpHandlerOptions
|
|
@@ -4596,6 +4618,7 @@ export interface EC2 {
|
|
|
4596
4618
|
options: __HttpHandlerOptions,
|
|
4597
4619
|
cb: (err: any, data?: DeleteIpamScopeCommandOutput) => void
|
|
4598
4620
|
): void;
|
|
4621
|
+
deleteKeyPair(): Promise<DeleteKeyPairCommandOutput>;
|
|
4599
4622
|
deleteKeyPair(
|
|
4600
4623
|
args: DeleteKeyPairCommandInput,
|
|
4601
4624
|
options?: __HttpHandlerOptions
|
|
@@ -4609,6 +4632,7 @@ export interface EC2 {
|
|
|
4609
4632
|
options: __HttpHandlerOptions,
|
|
4610
4633
|
cb: (err: any, data?: DeleteKeyPairCommandOutput) => void
|
|
4611
4634
|
): void;
|
|
4635
|
+
deleteLaunchTemplate(): Promise<DeleteLaunchTemplateCommandOutput>;
|
|
4612
4636
|
deleteLaunchTemplate(
|
|
4613
4637
|
args: DeleteLaunchTemplateCommandInput,
|
|
4614
4638
|
options?: __HttpHandlerOptions
|
|
@@ -4900,6 +4924,7 @@ export interface EC2 {
|
|
|
4900
4924
|
options: __HttpHandlerOptions,
|
|
4901
4925
|
cb: (err: any, data?: DeleteRouteTableCommandOutput) => void
|
|
4902
4926
|
): void;
|
|
4927
|
+
deleteSecurityGroup(): Promise<DeleteSecurityGroupCommandOutput>;
|
|
4903
4928
|
deleteSecurityGroup(
|
|
4904
4929
|
args: DeleteSecurityGroupCommandInput,
|
|
4905
4930
|
options?: __HttpHandlerOptions
|
|
@@ -4926,6 +4951,7 @@ export interface EC2 {
|
|
|
4926
4951
|
options: __HttpHandlerOptions,
|
|
4927
4952
|
cb: (err: any, data?: DeleteSnapshotCommandOutput) => void
|
|
4928
4953
|
): void;
|
|
4954
|
+
deleteSpotDatafeedSubscription(): Promise<DeleteSpotDatafeedSubscriptionCommandOutput>;
|
|
4929
4955
|
deleteSpotDatafeedSubscription(
|
|
4930
4956
|
args: DeleteSpotDatafeedSubscriptionCommandInput,
|
|
4931
4957
|
options?: __HttpHandlerOptions
|
|
@@ -5474,6 +5500,7 @@ export interface EC2 {
|
|
|
5474
5500
|
data?: DeregisterInstanceEventNotificationAttributesCommandOutput
|
|
5475
5501
|
) => void
|
|
5476
5502
|
): void;
|
|
5503
|
+
deregisterTransitGatewayMulticastGroupMembers(): Promise<DeregisterTransitGatewayMulticastGroupMembersCommandOutput>;
|
|
5477
5504
|
deregisterTransitGatewayMulticastGroupMembers(
|
|
5478
5505
|
args: DeregisterTransitGatewayMulticastGroupMembersCommandInput,
|
|
5479
5506
|
options?: __HttpHandlerOptions
|
|
@@ -5493,6 +5520,7 @@ export interface EC2 {
|
|
|
5493
5520
|
data?: DeregisterTransitGatewayMulticastGroupMembersCommandOutput
|
|
5494
5521
|
) => void
|
|
5495
5522
|
): void;
|
|
5523
|
+
deregisterTransitGatewayMulticastGroupSources(): Promise<DeregisterTransitGatewayMulticastGroupSourcesCommandOutput>;
|
|
5496
5524
|
deregisterTransitGatewayMulticastGroupSources(
|
|
5497
5525
|
args: DeregisterTransitGatewayMulticastGroupSourcesCommandInput,
|
|
5498
5526
|
options?: __HttpHandlerOptions
|
|
@@ -5512,6 +5540,7 @@ export interface EC2 {
|
|
|
5512
5540
|
data?: DeregisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
5513
5541
|
) => void
|
|
5514
5542
|
): void;
|
|
5543
|
+
describeAccountAttributes(): Promise<DescribeAccountAttributesCommandOutput>;
|
|
5515
5544
|
describeAccountAttributes(
|
|
5516
5545
|
args: DescribeAccountAttributesCommandInput,
|
|
5517
5546
|
options?: __HttpHandlerOptions
|
|
@@ -5525,6 +5554,7 @@ export interface EC2 {
|
|
|
5525
5554
|
options: __HttpHandlerOptions,
|
|
5526
5555
|
cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void
|
|
5527
5556
|
): void;
|
|
5557
|
+
describeAddresses(): Promise<DescribeAddressesCommandOutput>;
|
|
5528
5558
|
describeAddresses(
|
|
5529
5559
|
args: DescribeAddressesCommandInput,
|
|
5530
5560
|
options?: __HttpHandlerOptions
|
|
@@ -5538,6 +5568,7 @@ export interface EC2 {
|
|
|
5538
5568
|
options: __HttpHandlerOptions,
|
|
5539
5569
|
cb: (err: any, data?: DescribeAddressesCommandOutput) => void
|
|
5540
5570
|
): void;
|
|
5571
|
+
describeAddressesAttribute(): Promise<DescribeAddressesAttributeCommandOutput>;
|
|
5541
5572
|
describeAddressesAttribute(
|
|
5542
5573
|
args: DescribeAddressesAttributeCommandInput,
|
|
5543
5574
|
options?: __HttpHandlerOptions
|
|
@@ -5551,6 +5582,7 @@ export interface EC2 {
|
|
|
5551
5582
|
options: __HttpHandlerOptions,
|
|
5552
5583
|
cb: (err: any, data?: DescribeAddressesAttributeCommandOutput) => void
|
|
5553
5584
|
): void;
|
|
5585
|
+
describeAddressTransfers(): Promise<DescribeAddressTransfersCommandOutput>;
|
|
5554
5586
|
describeAddressTransfers(
|
|
5555
5587
|
args: DescribeAddressTransfersCommandInput,
|
|
5556
5588
|
options?: __HttpHandlerOptions
|
|
@@ -5564,6 +5596,7 @@ export interface EC2 {
|
|
|
5564
5596
|
options: __HttpHandlerOptions,
|
|
5565
5597
|
cb: (err: any, data?: DescribeAddressTransfersCommandOutput) => void
|
|
5566
5598
|
): void;
|
|
5599
|
+
describeAggregateIdFormat(): Promise<DescribeAggregateIdFormatCommandOutput>;
|
|
5567
5600
|
describeAggregateIdFormat(
|
|
5568
5601
|
args: DescribeAggregateIdFormatCommandInput,
|
|
5569
5602
|
options?: __HttpHandlerOptions
|
|
@@ -5577,6 +5610,7 @@ export interface EC2 {
|
|
|
5577
5610
|
options: __HttpHandlerOptions,
|
|
5578
5611
|
cb: (err: any, data?: DescribeAggregateIdFormatCommandOutput) => void
|
|
5579
5612
|
): void;
|
|
5613
|
+
describeAvailabilityZones(): Promise<DescribeAvailabilityZonesCommandOutput>;
|
|
5580
5614
|
describeAvailabilityZones(
|
|
5581
5615
|
args: DescribeAvailabilityZonesCommandInput,
|
|
5582
5616
|
options?: __HttpHandlerOptions
|
|
@@ -5590,6 +5624,7 @@ export interface EC2 {
|
|
|
5590
5624
|
options: __HttpHandlerOptions,
|
|
5591
5625
|
cb: (err: any, data?: DescribeAvailabilityZonesCommandOutput) => void
|
|
5592
5626
|
): void;
|
|
5627
|
+
describeAwsNetworkPerformanceMetricSubscriptions(): Promise<DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput>;
|
|
5593
5628
|
describeAwsNetworkPerformanceMetricSubscriptions(
|
|
5594
5629
|
args: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput,
|
|
5595
5630
|
options?: __HttpHandlerOptions
|
|
@@ -5609,6 +5644,7 @@ export interface EC2 {
|
|
|
5609
5644
|
data?: DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
|
|
5610
5645
|
) => void
|
|
5611
5646
|
): void;
|
|
5647
|
+
describeBundleTasks(): Promise<DescribeBundleTasksCommandOutput>;
|
|
5612
5648
|
describeBundleTasks(
|
|
5613
5649
|
args: DescribeBundleTasksCommandInput,
|
|
5614
5650
|
options?: __HttpHandlerOptions
|
|
@@ -5648,6 +5684,7 @@ export interface EC2 {
|
|
|
5648
5684
|
options: __HttpHandlerOptions,
|
|
5649
5685
|
cb: (err: any, data?: DescribeCapacityBlockOfferingsCommandOutput) => void
|
|
5650
5686
|
): void;
|
|
5687
|
+
describeCapacityReservationFleets(): Promise<DescribeCapacityReservationFleetsCommandOutput>;
|
|
5651
5688
|
describeCapacityReservationFleets(
|
|
5652
5689
|
args: DescribeCapacityReservationFleetsCommandInput,
|
|
5653
5690
|
options?: __HttpHandlerOptions
|
|
@@ -5667,6 +5704,7 @@ export interface EC2 {
|
|
|
5667
5704
|
data?: DescribeCapacityReservationFleetsCommandOutput
|
|
5668
5705
|
) => void
|
|
5669
5706
|
): void;
|
|
5707
|
+
describeCapacityReservations(): Promise<DescribeCapacityReservationsCommandOutput>;
|
|
5670
5708
|
describeCapacityReservations(
|
|
5671
5709
|
args: DescribeCapacityReservationsCommandInput,
|
|
5672
5710
|
options?: __HttpHandlerOptions
|
|
@@ -5680,6 +5718,7 @@ export interface EC2 {
|
|
|
5680
5718
|
options: __HttpHandlerOptions,
|
|
5681
5719
|
cb: (err: any, data?: DescribeCapacityReservationsCommandOutput) => void
|
|
5682
5720
|
): void;
|
|
5721
|
+
describeCarrierGateways(): Promise<DescribeCarrierGatewaysCommandOutput>;
|
|
5683
5722
|
describeCarrierGateways(
|
|
5684
5723
|
args: DescribeCarrierGatewaysCommandInput,
|
|
5685
5724
|
options?: __HttpHandlerOptions
|
|
@@ -5693,6 +5732,7 @@ export interface EC2 {
|
|
|
5693
5732
|
options: __HttpHandlerOptions,
|
|
5694
5733
|
cb: (err: any, data?: DescribeCarrierGatewaysCommandOutput) => void
|
|
5695
5734
|
): void;
|
|
5735
|
+
describeClassicLinkInstances(): Promise<DescribeClassicLinkInstancesCommandOutput>;
|
|
5696
5736
|
describeClassicLinkInstances(
|
|
5697
5737
|
args: DescribeClassicLinkInstancesCommandInput,
|
|
5698
5738
|
options?: __HttpHandlerOptions
|
|
@@ -5738,6 +5778,7 @@ export interface EC2 {
|
|
|
5738
5778
|
options: __HttpHandlerOptions,
|
|
5739
5779
|
cb: (err: any, data?: DescribeClientVpnConnectionsCommandOutput) => void
|
|
5740
5780
|
): void;
|
|
5781
|
+
describeClientVpnEndpoints(): Promise<DescribeClientVpnEndpointsCommandOutput>;
|
|
5741
5782
|
describeClientVpnEndpoints(
|
|
5742
5783
|
args: DescribeClientVpnEndpointsCommandInput,
|
|
5743
5784
|
options?: __HttpHandlerOptions
|
|
@@ -5777,6 +5818,7 @@ export interface EC2 {
|
|
|
5777
5818
|
options: __HttpHandlerOptions,
|
|
5778
5819
|
cb: (err: any, data?: DescribeClientVpnTargetNetworksCommandOutput) => void
|
|
5779
5820
|
): void;
|
|
5821
|
+
describeCoipPools(): Promise<DescribeCoipPoolsCommandOutput>;
|
|
5780
5822
|
describeCoipPools(
|
|
5781
5823
|
args: DescribeCoipPoolsCommandInput,
|
|
5782
5824
|
options?: __HttpHandlerOptions
|
|
@@ -5790,6 +5832,7 @@ export interface EC2 {
|
|
|
5790
5832
|
options: __HttpHandlerOptions,
|
|
5791
5833
|
cb: (err: any, data?: DescribeCoipPoolsCommandOutput) => void
|
|
5792
5834
|
): void;
|
|
5835
|
+
describeConversionTasks(): Promise<DescribeConversionTasksCommandOutput>;
|
|
5793
5836
|
describeConversionTasks(
|
|
5794
5837
|
args: DescribeConversionTasksCommandInput,
|
|
5795
5838
|
options?: __HttpHandlerOptions
|
|
@@ -5803,6 +5846,7 @@ export interface EC2 {
|
|
|
5803
5846
|
options: __HttpHandlerOptions,
|
|
5804
5847
|
cb: (err: any, data?: DescribeConversionTasksCommandOutput) => void
|
|
5805
5848
|
): void;
|
|
5849
|
+
describeCustomerGateways(): Promise<DescribeCustomerGatewaysCommandOutput>;
|
|
5806
5850
|
describeCustomerGateways(
|
|
5807
5851
|
args: DescribeCustomerGatewaysCommandInput,
|
|
5808
5852
|
options?: __HttpHandlerOptions
|
|
@@ -5816,6 +5860,7 @@ export interface EC2 {
|
|
|
5816
5860
|
options: __HttpHandlerOptions,
|
|
5817
5861
|
cb: (err: any, data?: DescribeCustomerGatewaysCommandOutput) => void
|
|
5818
5862
|
): void;
|
|
5863
|
+
describeDhcpOptions(): Promise<DescribeDhcpOptionsCommandOutput>;
|
|
5819
5864
|
describeDhcpOptions(
|
|
5820
5865
|
args: DescribeDhcpOptionsCommandInput,
|
|
5821
5866
|
options?: __HttpHandlerOptions
|
|
@@ -5829,6 +5874,7 @@ export interface EC2 {
|
|
|
5829
5874
|
options: __HttpHandlerOptions,
|
|
5830
5875
|
cb: (err: any, data?: DescribeDhcpOptionsCommandOutput) => void
|
|
5831
5876
|
): void;
|
|
5877
|
+
describeEgressOnlyInternetGateways(): Promise<DescribeEgressOnlyInternetGatewaysCommandOutput>;
|
|
5832
5878
|
describeEgressOnlyInternetGateways(
|
|
5833
5879
|
args: DescribeEgressOnlyInternetGatewaysCommandInput,
|
|
5834
5880
|
options?: __HttpHandlerOptions
|
|
@@ -5848,6 +5894,7 @@ export interface EC2 {
|
|
|
5848
5894
|
data?: DescribeEgressOnlyInternetGatewaysCommandOutput
|
|
5849
5895
|
) => void
|
|
5850
5896
|
): void;
|
|
5897
|
+
describeElasticGpus(): Promise<DescribeElasticGpusCommandOutput>;
|
|
5851
5898
|
describeElasticGpus(
|
|
5852
5899
|
args: DescribeElasticGpusCommandInput,
|
|
5853
5900
|
options?: __HttpHandlerOptions
|
|
@@ -5861,6 +5908,7 @@ export interface EC2 {
|
|
|
5861
5908
|
options: __HttpHandlerOptions,
|
|
5862
5909
|
cb: (err: any, data?: DescribeElasticGpusCommandOutput) => void
|
|
5863
5910
|
): void;
|
|
5911
|
+
describeExportImageTasks(): Promise<DescribeExportImageTasksCommandOutput>;
|
|
5864
5912
|
describeExportImageTasks(
|
|
5865
5913
|
args: DescribeExportImageTasksCommandInput,
|
|
5866
5914
|
options?: __HttpHandlerOptions
|
|
@@ -5874,6 +5922,7 @@ export interface EC2 {
|
|
|
5874
5922
|
options: __HttpHandlerOptions,
|
|
5875
5923
|
cb: (err: any, data?: DescribeExportImageTasksCommandOutput) => void
|
|
5876
5924
|
): void;
|
|
5925
|
+
describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
|
|
5877
5926
|
describeExportTasks(
|
|
5878
5927
|
args: DescribeExportTasksCommandInput,
|
|
5879
5928
|
options?: __HttpHandlerOptions
|
|
@@ -5887,6 +5936,7 @@ export interface EC2 {
|
|
|
5887
5936
|
options: __HttpHandlerOptions,
|
|
5888
5937
|
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
5889
5938
|
): void;
|
|
5939
|
+
describeFastLaunchImages(): Promise<DescribeFastLaunchImagesCommandOutput>;
|
|
5890
5940
|
describeFastLaunchImages(
|
|
5891
5941
|
args: DescribeFastLaunchImagesCommandInput,
|
|
5892
5942
|
options?: __HttpHandlerOptions
|
|
@@ -5900,6 +5950,7 @@ export interface EC2 {
|
|
|
5900
5950
|
options: __HttpHandlerOptions,
|
|
5901
5951
|
cb: (err: any, data?: DescribeFastLaunchImagesCommandOutput) => void
|
|
5902
5952
|
): void;
|
|
5953
|
+
describeFastSnapshotRestores(): Promise<DescribeFastSnapshotRestoresCommandOutput>;
|
|
5903
5954
|
describeFastSnapshotRestores(
|
|
5904
5955
|
args: DescribeFastSnapshotRestoresCommandInput,
|
|
5905
5956
|
options?: __HttpHandlerOptions
|
|
@@ -5939,6 +5990,7 @@ export interface EC2 {
|
|
|
5939
5990
|
options: __HttpHandlerOptions,
|
|
5940
5991
|
cb: (err: any, data?: DescribeFleetInstancesCommandOutput) => void
|
|
5941
5992
|
): void;
|
|
5993
|
+
describeFleets(): Promise<DescribeFleetsCommandOutput>;
|
|
5942
5994
|
describeFleets(
|
|
5943
5995
|
args: DescribeFleetsCommandInput,
|
|
5944
5996
|
options?: __HttpHandlerOptions
|
|
@@ -5952,6 +6004,7 @@ export interface EC2 {
|
|
|
5952
6004
|
options: __HttpHandlerOptions,
|
|
5953
6005
|
cb: (err: any, data?: DescribeFleetsCommandOutput) => void
|
|
5954
6006
|
): void;
|
|
6007
|
+
describeFlowLogs(): Promise<DescribeFlowLogsCommandOutput>;
|
|
5955
6008
|
describeFlowLogs(
|
|
5956
6009
|
args: DescribeFlowLogsCommandInput,
|
|
5957
6010
|
options?: __HttpHandlerOptions
|
|
@@ -5978,6 +6031,7 @@ export interface EC2 {
|
|
|
5978
6031
|
options: __HttpHandlerOptions,
|
|
5979
6032
|
cb: (err: any, data?: DescribeFpgaImageAttributeCommandOutput) => void
|
|
5980
6033
|
): void;
|
|
6034
|
+
describeFpgaImages(): Promise<DescribeFpgaImagesCommandOutput>;
|
|
5981
6035
|
describeFpgaImages(
|
|
5982
6036
|
args: DescribeFpgaImagesCommandInput,
|
|
5983
6037
|
options?: __HttpHandlerOptions
|
|
@@ -5991,6 +6045,7 @@ export interface EC2 {
|
|
|
5991
6045
|
options: __HttpHandlerOptions,
|
|
5992
6046
|
cb: (err: any, data?: DescribeFpgaImagesCommandOutput) => void
|
|
5993
6047
|
): void;
|
|
6048
|
+
describeHostReservationOfferings(): Promise<DescribeHostReservationOfferingsCommandOutput>;
|
|
5994
6049
|
describeHostReservationOfferings(
|
|
5995
6050
|
args: DescribeHostReservationOfferingsCommandInput,
|
|
5996
6051
|
options?: __HttpHandlerOptions
|
|
@@ -6004,6 +6059,7 @@ export interface EC2 {
|
|
|
6004
6059
|
options: __HttpHandlerOptions,
|
|
6005
6060
|
cb: (err: any, data?: DescribeHostReservationOfferingsCommandOutput) => void
|
|
6006
6061
|
): void;
|
|
6062
|
+
describeHostReservations(): Promise<DescribeHostReservationsCommandOutput>;
|
|
6007
6063
|
describeHostReservations(
|
|
6008
6064
|
args: DescribeHostReservationsCommandInput,
|
|
6009
6065
|
options?: __HttpHandlerOptions
|
|
@@ -6017,6 +6073,7 @@ export interface EC2 {
|
|
|
6017
6073
|
options: __HttpHandlerOptions,
|
|
6018
6074
|
cb: (err: any, data?: DescribeHostReservationsCommandOutput) => void
|
|
6019
6075
|
): void;
|
|
6076
|
+
describeHosts(): Promise<DescribeHostsCommandOutput>;
|
|
6020
6077
|
describeHosts(
|
|
6021
6078
|
args: DescribeHostsCommandInput,
|
|
6022
6079
|
options?: __HttpHandlerOptions
|
|
@@ -6030,6 +6087,7 @@ export interface EC2 {
|
|
|
6030
6087
|
options: __HttpHandlerOptions,
|
|
6031
6088
|
cb: (err: any, data?: DescribeHostsCommandOutput) => void
|
|
6032
6089
|
): void;
|
|
6090
|
+
describeIamInstanceProfileAssociations(): Promise<DescribeIamInstanceProfileAssociationsCommandOutput>;
|
|
6033
6091
|
describeIamInstanceProfileAssociations(
|
|
6034
6092
|
args: DescribeIamInstanceProfileAssociationsCommandInput,
|
|
6035
6093
|
options?: __HttpHandlerOptions
|
|
@@ -6062,6 +6120,7 @@ export interface EC2 {
|
|
|
6062
6120
|
options: __HttpHandlerOptions,
|
|
6063
6121
|
cb: (err: any, data?: DescribeIdentityIdFormatCommandOutput) => void
|
|
6064
6122
|
): void;
|
|
6123
|
+
describeIdFormat(): Promise<DescribeIdFormatCommandOutput>;
|
|
6065
6124
|
describeIdFormat(
|
|
6066
6125
|
args: DescribeIdFormatCommandInput,
|
|
6067
6126
|
options?: __HttpHandlerOptions
|
|
@@ -6088,6 +6147,7 @@ export interface EC2 {
|
|
|
6088
6147
|
options: __HttpHandlerOptions,
|
|
6089
6148
|
cb: (err: any, data?: DescribeImageAttributeCommandOutput) => void
|
|
6090
6149
|
): void;
|
|
6150
|
+
describeImages(): Promise<DescribeImagesCommandOutput>;
|
|
6091
6151
|
describeImages(
|
|
6092
6152
|
args: DescribeImagesCommandInput,
|
|
6093
6153
|
options?: __HttpHandlerOptions
|
|
@@ -6101,6 +6161,7 @@ export interface EC2 {
|
|
|
6101
6161
|
options: __HttpHandlerOptions,
|
|
6102
6162
|
cb: (err: any, data?: DescribeImagesCommandOutput) => void
|
|
6103
6163
|
): void;
|
|
6164
|
+
describeImportImageTasks(): Promise<DescribeImportImageTasksCommandOutput>;
|
|
6104
6165
|
describeImportImageTasks(
|
|
6105
6166
|
args: DescribeImportImageTasksCommandInput,
|
|
6106
6167
|
options?: __HttpHandlerOptions
|
|
@@ -6114,6 +6175,7 @@ export interface EC2 {
|
|
|
6114
6175
|
options: __HttpHandlerOptions,
|
|
6115
6176
|
cb: (err: any, data?: DescribeImportImageTasksCommandOutput) => void
|
|
6116
6177
|
): void;
|
|
6178
|
+
describeImportSnapshotTasks(): Promise<DescribeImportSnapshotTasksCommandOutput>;
|
|
6117
6179
|
describeImportSnapshotTasks(
|
|
6118
6180
|
args: DescribeImportSnapshotTasksCommandInput,
|
|
6119
6181
|
options?: __HttpHandlerOptions
|
|
@@ -6140,6 +6202,7 @@ export interface EC2 {
|
|
|
6140
6202
|
options: __HttpHandlerOptions,
|
|
6141
6203
|
cb: (err: any, data?: DescribeInstanceAttributeCommandOutput) => void
|
|
6142
6204
|
): void;
|
|
6205
|
+
describeInstanceConnectEndpoints(): Promise<DescribeInstanceConnectEndpointsCommandOutput>;
|
|
6143
6206
|
describeInstanceConnectEndpoints(
|
|
6144
6207
|
args: DescribeInstanceConnectEndpointsCommandInput,
|
|
6145
6208
|
options?: __HttpHandlerOptions
|
|
@@ -6153,6 +6216,7 @@ export interface EC2 {
|
|
|
6153
6216
|
options: __HttpHandlerOptions,
|
|
6154
6217
|
cb: (err: any, data?: DescribeInstanceConnectEndpointsCommandOutput) => void
|
|
6155
6218
|
): void;
|
|
6219
|
+
describeInstanceCreditSpecifications(): Promise<DescribeInstanceCreditSpecificationsCommandOutput>;
|
|
6156
6220
|
describeInstanceCreditSpecifications(
|
|
6157
6221
|
args: DescribeInstanceCreditSpecificationsCommandInput,
|
|
6158
6222
|
options?: __HttpHandlerOptions
|
|
@@ -6172,6 +6236,7 @@ export interface EC2 {
|
|
|
6172
6236
|
data?: DescribeInstanceCreditSpecificationsCommandOutput
|
|
6173
6237
|
) => void
|
|
6174
6238
|
): void;
|
|
6239
|
+
describeInstanceEventNotificationAttributes(): Promise<DescribeInstanceEventNotificationAttributesCommandOutput>;
|
|
6175
6240
|
describeInstanceEventNotificationAttributes(
|
|
6176
6241
|
args: DescribeInstanceEventNotificationAttributesCommandInput,
|
|
6177
6242
|
options?: __HttpHandlerOptions
|
|
@@ -6191,6 +6256,7 @@ export interface EC2 {
|
|
|
6191
6256
|
data?: DescribeInstanceEventNotificationAttributesCommandOutput
|
|
6192
6257
|
) => void
|
|
6193
6258
|
): void;
|
|
6259
|
+
describeInstanceEventWindows(): Promise<DescribeInstanceEventWindowsCommandOutput>;
|
|
6194
6260
|
describeInstanceEventWindows(
|
|
6195
6261
|
args: DescribeInstanceEventWindowsCommandInput,
|
|
6196
6262
|
options?: __HttpHandlerOptions
|
|
@@ -6204,6 +6270,7 @@ export interface EC2 {
|
|
|
6204
6270
|
options: __HttpHandlerOptions,
|
|
6205
6271
|
cb: (err: any, data?: DescribeInstanceEventWindowsCommandOutput) => void
|
|
6206
6272
|
): void;
|
|
6273
|
+
describeInstances(): Promise<DescribeInstancesCommandOutput>;
|
|
6207
6274
|
describeInstances(
|
|
6208
6275
|
args: DescribeInstancesCommandInput,
|
|
6209
6276
|
options?: __HttpHandlerOptions
|
|
@@ -6217,6 +6284,7 @@ export interface EC2 {
|
|
|
6217
6284
|
options: __HttpHandlerOptions,
|
|
6218
6285
|
cb: (err: any, data?: DescribeInstancesCommandOutput) => void
|
|
6219
6286
|
): void;
|
|
6287
|
+
describeInstanceStatus(): Promise<DescribeInstanceStatusCommandOutput>;
|
|
6220
6288
|
describeInstanceStatus(
|
|
6221
6289
|
args: DescribeInstanceStatusCommandInput,
|
|
6222
6290
|
options?: __HttpHandlerOptions
|
|
@@ -6230,6 +6298,7 @@ export interface EC2 {
|
|
|
6230
6298
|
options: __HttpHandlerOptions,
|
|
6231
6299
|
cb: (err: any, data?: DescribeInstanceStatusCommandOutput) => void
|
|
6232
6300
|
): void;
|
|
6301
|
+
describeInstanceTopology(): Promise<DescribeInstanceTopologyCommandOutput>;
|
|
6233
6302
|
describeInstanceTopology(
|
|
6234
6303
|
args: DescribeInstanceTopologyCommandInput,
|
|
6235
6304
|
options?: __HttpHandlerOptions
|
|
@@ -6243,6 +6312,7 @@ export interface EC2 {
|
|
|
6243
6312
|
options: __HttpHandlerOptions,
|
|
6244
6313
|
cb: (err: any, data?: DescribeInstanceTopologyCommandOutput) => void
|
|
6245
6314
|
): void;
|
|
6315
|
+
describeInstanceTypeOfferings(): Promise<DescribeInstanceTypeOfferingsCommandOutput>;
|
|
6246
6316
|
describeInstanceTypeOfferings(
|
|
6247
6317
|
args: DescribeInstanceTypeOfferingsCommandInput,
|
|
6248
6318
|
options?: __HttpHandlerOptions
|
|
@@ -6256,6 +6326,7 @@ export interface EC2 {
|
|
|
6256
6326
|
options: __HttpHandlerOptions,
|
|
6257
6327
|
cb: (err: any, data?: DescribeInstanceTypeOfferingsCommandOutput) => void
|
|
6258
6328
|
): void;
|
|
6329
|
+
describeInstanceTypes(): Promise<DescribeInstanceTypesCommandOutput>;
|
|
6259
6330
|
describeInstanceTypes(
|
|
6260
6331
|
args: DescribeInstanceTypesCommandInput,
|
|
6261
6332
|
options?: __HttpHandlerOptions
|
|
@@ -6269,6 +6340,7 @@ export interface EC2 {
|
|
|
6269
6340
|
options: __HttpHandlerOptions,
|
|
6270
6341
|
cb: (err: any, data?: DescribeInstanceTypesCommandOutput) => void
|
|
6271
6342
|
): void;
|
|
6343
|
+
describeInternetGateways(): Promise<DescribeInternetGatewaysCommandOutput>;
|
|
6272
6344
|
describeInternetGateways(
|
|
6273
6345
|
args: DescribeInternetGatewaysCommandInput,
|
|
6274
6346
|
options?: __HttpHandlerOptions
|
|
@@ -6282,6 +6354,7 @@ export interface EC2 {
|
|
|
6282
6354
|
options: __HttpHandlerOptions,
|
|
6283
6355
|
cb: (err: any, data?: DescribeInternetGatewaysCommandOutput) => void
|
|
6284
6356
|
): void;
|
|
6357
|
+
describeIpamByoasn(): Promise<DescribeIpamByoasnCommandOutput>;
|
|
6285
6358
|
describeIpamByoasn(
|
|
6286
6359
|
args: DescribeIpamByoasnCommandInput,
|
|
6287
6360
|
options?: __HttpHandlerOptions
|
|
@@ -6295,6 +6368,7 @@ export interface EC2 {
|
|
|
6295
6368
|
options: __HttpHandlerOptions,
|
|
6296
6369
|
cb: (err: any, data?: DescribeIpamByoasnCommandOutput) => void
|
|
6297
6370
|
): void;
|
|
6371
|
+
describeIpamPools(): Promise<DescribeIpamPoolsCommandOutput>;
|
|
6298
6372
|
describeIpamPools(
|
|
6299
6373
|
args: DescribeIpamPoolsCommandInput,
|
|
6300
6374
|
options?: __HttpHandlerOptions
|
|
@@ -6308,6 +6382,7 @@ export interface EC2 {
|
|
|
6308
6382
|
options: __HttpHandlerOptions,
|
|
6309
6383
|
cb: (err: any, data?: DescribeIpamPoolsCommandOutput) => void
|
|
6310
6384
|
): void;
|
|
6385
|
+
describeIpamResourceDiscoveries(): Promise<DescribeIpamResourceDiscoveriesCommandOutput>;
|
|
6311
6386
|
describeIpamResourceDiscoveries(
|
|
6312
6387
|
args: DescribeIpamResourceDiscoveriesCommandInput,
|
|
6313
6388
|
options?: __HttpHandlerOptions
|
|
@@ -6321,6 +6396,7 @@ export interface EC2 {
|
|
|
6321
6396
|
options: __HttpHandlerOptions,
|
|
6322
6397
|
cb: (err: any, data?: DescribeIpamResourceDiscoveriesCommandOutput) => void
|
|
6323
6398
|
): void;
|
|
6399
|
+
describeIpamResourceDiscoveryAssociations(): Promise<DescribeIpamResourceDiscoveryAssociationsCommandOutput>;
|
|
6324
6400
|
describeIpamResourceDiscoveryAssociations(
|
|
6325
6401
|
args: DescribeIpamResourceDiscoveryAssociationsCommandInput,
|
|
6326
6402
|
options?: __HttpHandlerOptions
|
|
@@ -6340,6 +6416,7 @@ export interface EC2 {
|
|
|
6340
6416
|
data?: DescribeIpamResourceDiscoveryAssociationsCommandOutput
|
|
6341
6417
|
) => void
|
|
6342
6418
|
): void;
|
|
6419
|
+
describeIpams(): Promise<DescribeIpamsCommandOutput>;
|
|
6343
6420
|
describeIpams(
|
|
6344
6421
|
args: DescribeIpamsCommandInput,
|
|
6345
6422
|
options?: __HttpHandlerOptions
|
|
@@ -6353,6 +6430,7 @@ export interface EC2 {
|
|
|
6353
6430
|
options: __HttpHandlerOptions,
|
|
6354
6431
|
cb: (err: any, data?: DescribeIpamsCommandOutput) => void
|
|
6355
6432
|
): void;
|
|
6433
|
+
describeIpamScopes(): Promise<DescribeIpamScopesCommandOutput>;
|
|
6356
6434
|
describeIpamScopes(
|
|
6357
6435
|
args: DescribeIpamScopesCommandInput,
|
|
6358
6436
|
options?: __HttpHandlerOptions
|
|
@@ -6366,6 +6444,7 @@ export interface EC2 {
|
|
|
6366
6444
|
options: __HttpHandlerOptions,
|
|
6367
6445
|
cb: (err: any, data?: DescribeIpamScopesCommandOutput) => void
|
|
6368
6446
|
): void;
|
|
6447
|
+
describeIpv6Pools(): Promise<DescribeIpv6PoolsCommandOutput>;
|
|
6369
6448
|
describeIpv6Pools(
|
|
6370
6449
|
args: DescribeIpv6PoolsCommandInput,
|
|
6371
6450
|
options?: __HttpHandlerOptions
|
|
@@ -6379,6 +6458,7 @@ export interface EC2 {
|
|
|
6379
6458
|
options: __HttpHandlerOptions,
|
|
6380
6459
|
cb: (err: any, data?: DescribeIpv6PoolsCommandOutput) => void
|
|
6381
6460
|
): void;
|
|
6461
|
+
describeKeyPairs(): Promise<DescribeKeyPairsCommandOutput>;
|
|
6382
6462
|
describeKeyPairs(
|
|
6383
6463
|
args: DescribeKeyPairsCommandInput,
|
|
6384
6464
|
options?: __HttpHandlerOptions
|
|
@@ -6392,6 +6472,7 @@ export interface EC2 {
|
|
|
6392
6472
|
options: __HttpHandlerOptions,
|
|
6393
6473
|
cb: (err: any, data?: DescribeKeyPairsCommandOutput) => void
|
|
6394
6474
|
): void;
|
|
6475
|
+
describeLaunchTemplates(): Promise<DescribeLaunchTemplatesCommandOutput>;
|
|
6395
6476
|
describeLaunchTemplates(
|
|
6396
6477
|
args: DescribeLaunchTemplatesCommandInput,
|
|
6397
6478
|
options?: __HttpHandlerOptions
|
|
@@ -6405,6 +6486,7 @@ export interface EC2 {
|
|
|
6405
6486
|
options: __HttpHandlerOptions,
|
|
6406
6487
|
cb: (err: any, data?: DescribeLaunchTemplatesCommandOutput) => void
|
|
6407
6488
|
): void;
|
|
6489
|
+
describeLaunchTemplateVersions(): Promise<DescribeLaunchTemplateVersionsCommandOutput>;
|
|
6408
6490
|
describeLaunchTemplateVersions(
|
|
6409
6491
|
args: DescribeLaunchTemplateVersionsCommandInput,
|
|
6410
6492
|
options?: __HttpHandlerOptions
|
|
@@ -6418,6 +6500,7 @@ export interface EC2 {
|
|
|
6418
6500
|
options: __HttpHandlerOptions,
|
|
6419
6501
|
cb: (err: any, data?: DescribeLaunchTemplateVersionsCommandOutput) => void
|
|
6420
6502
|
): void;
|
|
6503
|
+
describeLocalGatewayRouteTables(): Promise<DescribeLocalGatewayRouteTablesCommandOutput>;
|
|
6421
6504
|
describeLocalGatewayRouteTables(
|
|
6422
6505
|
args: DescribeLocalGatewayRouteTablesCommandInput,
|
|
6423
6506
|
options?: __HttpHandlerOptions
|
|
@@ -6431,6 +6514,7 @@ export interface EC2 {
|
|
|
6431
6514
|
options: __HttpHandlerOptions,
|
|
6432
6515
|
cb: (err: any, data?: DescribeLocalGatewayRouteTablesCommandOutput) => void
|
|
6433
6516
|
): void;
|
|
6517
|
+
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(): Promise<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput>;
|
|
6434
6518
|
describeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(
|
|
6435
6519
|
args: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput,
|
|
6436
6520
|
options?: __HttpHandlerOptions
|
|
@@ -6450,6 +6534,7 @@ export interface EC2 {
|
|
|
6450
6534
|
data?: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput
|
|
6451
6535
|
) => void
|
|
6452
6536
|
): void;
|
|
6537
|
+
describeLocalGatewayRouteTableVpcAssociations(): Promise<DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput>;
|
|
6453
6538
|
describeLocalGatewayRouteTableVpcAssociations(
|
|
6454
6539
|
args: DescribeLocalGatewayRouteTableVpcAssociationsCommandInput,
|
|
6455
6540
|
options?: __HttpHandlerOptions
|
|
@@ -6469,6 +6554,7 @@ export interface EC2 {
|
|
|
6469
6554
|
data?: DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput
|
|
6470
6555
|
) => void
|
|
6471
6556
|
): void;
|
|
6557
|
+
describeLocalGateways(): Promise<DescribeLocalGatewaysCommandOutput>;
|
|
6472
6558
|
describeLocalGateways(
|
|
6473
6559
|
args: DescribeLocalGatewaysCommandInput,
|
|
6474
6560
|
options?: __HttpHandlerOptions
|
|
@@ -6482,6 +6568,7 @@ export interface EC2 {
|
|
|
6482
6568
|
options: __HttpHandlerOptions,
|
|
6483
6569
|
cb: (err: any, data?: DescribeLocalGatewaysCommandOutput) => void
|
|
6484
6570
|
): void;
|
|
6571
|
+
describeLocalGatewayVirtualInterfaceGroups(): Promise<DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput>;
|
|
6485
6572
|
describeLocalGatewayVirtualInterfaceGroups(
|
|
6486
6573
|
args: DescribeLocalGatewayVirtualInterfaceGroupsCommandInput,
|
|
6487
6574
|
options?: __HttpHandlerOptions
|
|
@@ -6501,6 +6588,7 @@ export interface EC2 {
|
|
|
6501
6588
|
data?: DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput
|
|
6502
6589
|
) => void
|
|
6503
6590
|
): void;
|
|
6591
|
+
describeLocalGatewayVirtualInterfaces(): Promise<DescribeLocalGatewayVirtualInterfacesCommandOutput>;
|
|
6504
6592
|
describeLocalGatewayVirtualInterfaces(
|
|
6505
6593
|
args: DescribeLocalGatewayVirtualInterfacesCommandInput,
|
|
6506
6594
|
options?: __HttpHandlerOptions
|
|
@@ -6520,6 +6608,7 @@ export interface EC2 {
|
|
|
6520
6608
|
data?: DescribeLocalGatewayVirtualInterfacesCommandOutput
|
|
6521
6609
|
) => void
|
|
6522
6610
|
): void;
|
|
6611
|
+
describeLockedSnapshots(): Promise<DescribeLockedSnapshotsCommandOutput>;
|
|
6523
6612
|
describeLockedSnapshots(
|
|
6524
6613
|
args: DescribeLockedSnapshotsCommandInput,
|
|
6525
6614
|
options?: __HttpHandlerOptions
|
|
@@ -6533,6 +6622,21 @@ export interface EC2 {
|
|
|
6533
6622
|
options: __HttpHandlerOptions,
|
|
6534
6623
|
cb: (err: any, data?: DescribeLockedSnapshotsCommandOutput) => void
|
|
6535
6624
|
): void;
|
|
6625
|
+
describeMacHosts(): Promise<DescribeMacHostsCommandOutput>;
|
|
6626
|
+
describeMacHosts(
|
|
6627
|
+
args: DescribeMacHostsCommandInput,
|
|
6628
|
+
options?: __HttpHandlerOptions
|
|
6629
|
+
): Promise<DescribeMacHostsCommandOutput>;
|
|
6630
|
+
describeMacHosts(
|
|
6631
|
+
args: DescribeMacHostsCommandInput,
|
|
6632
|
+
cb: (err: any, data?: DescribeMacHostsCommandOutput) => void
|
|
6633
|
+
): void;
|
|
6634
|
+
describeMacHosts(
|
|
6635
|
+
args: DescribeMacHostsCommandInput,
|
|
6636
|
+
options: __HttpHandlerOptions,
|
|
6637
|
+
cb: (err: any, data?: DescribeMacHostsCommandOutput) => void
|
|
6638
|
+
): void;
|
|
6639
|
+
describeManagedPrefixLists(): Promise<DescribeManagedPrefixListsCommandOutput>;
|
|
6536
6640
|
describeManagedPrefixLists(
|
|
6537
6641
|
args: DescribeManagedPrefixListsCommandInput,
|
|
6538
6642
|
options?: __HttpHandlerOptions
|
|
@@ -6546,6 +6650,7 @@ export interface EC2 {
|
|
|
6546
6650
|
options: __HttpHandlerOptions,
|
|
6547
6651
|
cb: (err: any, data?: DescribeManagedPrefixListsCommandOutput) => void
|
|
6548
6652
|
): void;
|
|
6653
|
+
describeMovingAddresses(): Promise<DescribeMovingAddressesCommandOutput>;
|
|
6549
6654
|
describeMovingAddresses(
|
|
6550
6655
|
args: DescribeMovingAddressesCommandInput,
|
|
6551
6656
|
options?: __HttpHandlerOptions
|
|
@@ -6559,6 +6664,7 @@ export interface EC2 {
|
|
|
6559
6664
|
options: __HttpHandlerOptions,
|
|
6560
6665
|
cb: (err: any, data?: DescribeMovingAddressesCommandOutput) => void
|
|
6561
6666
|
): void;
|
|
6667
|
+
describeNatGateways(): Promise<DescribeNatGatewaysCommandOutput>;
|
|
6562
6668
|
describeNatGateways(
|
|
6563
6669
|
args: DescribeNatGatewaysCommandInput,
|
|
6564
6670
|
options?: __HttpHandlerOptions
|
|
@@ -6572,6 +6678,7 @@ export interface EC2 {
|
|
|
6572
6678
|
options: __HttpHandlerOptions,
|
|
6573
6679
|
cb: (err: any, data?: DescribeNatGatewaysCommandOutput) => void
|
|
6574
6680
|
): void;
|
|
6681
|
+
describeNetworkAcls(): Promise<DescribeNetworkAclsCommandOutput>;
|
|
6575
6682
|
describeNetworkAcls(
|
|
6576
6683
|
args: DescribeNetworkAclsCommandInput,
|
|
6577
6684
|
options?: __HttpHandlerOptions
|
|
@@ -6585,6 +6692,7 @@ export interface EC2 {
|
|
|
6585
6692
|
options: __HttpHandlerOptions,
|
|
6586
6693
|
cb: (err: any, data?: DescribeNetworkAclsCommandOutput) => void
|
|
6587
6694
|
): void;
|
|
6695
|
+
describeNetworkInsightsAccessScopeAnalyses(): Promise<DescribeNetworkInsightsAccessScopeAnalysesCommandOutput>;
|
|
6588
6696
|
describeNetworkInsightsAccessScopeAnalyses(
|
|
6589
6697
|
args: DescribeNetworkInsightsAccessScopeAnalysesCommandInput,
|
|
6590
6698
|
options?: __HttpHandlerOptions
|
|
@@ -6604,6 +6712,7 @@ export interface EC2 {
|
|
|
6604
6712
|
data?: DescribeNetworkInsightsAccessScopeAnalysesCommandOutput
|
|
6605
6713
|
) => void
|
|
6606
6714
|
): void;
|
|
6715
|
+
describeNetworkInsightsAccessScopes(): Promise<DescribeNetworkInsightsAccessScopesCommandOutput>;
|
|
6607
6716
|
describeNetworkInsightsAccessScopes(
|
|
6608
6717
|
args: DescribeNetworkInsightsAccessScopesCommandInput,
|
|
6609
6718
|
options?: __HttpHandlerOptions
|
|
@@ -6623,6 +6732,7 @@ export interface EC2 {
|
|
|
6623
6732
|
data?: DescribeNetworkInsightsAccessScopesCommandOutput
|
|
6624
6733
|
) => void
|
|
6625
6734
|
): void;
|
|
6735
|
+
describeNetworkInsightsAnalyses(): Promise<DescribeNetworkInsightsAnalysesCommandOutput>;
|
|
6626
6736
|
describeNetworkInsightsAnalyses(
|
|
6627
6737
|
args: DescribeNetworkInsightsAnalysesCommandInput,
|
|
6628
6738
|
options?: __HttpHandlerOptions
|
|
@@ -6636,6 +6746,7 @@ export interface EC2 {
|
|
|
6636
6746
|
options: __HttpHandlerOptions,
|
|
6637
6747
|
cb: (err: any, data?: DescribeNetworkInsightsAnalysesCommandOutput) => void
|
|
6638
6748
|
): void;
|
|
6749
|
+
describeNetworkInsightsPaths(): Promise<DescribeNetworkInsightsPathsCommandOutput>;
|
|
6639
6750
|
describeNetworkInsightsPaths(
|
|
6640
6751
|
args: DescribeNetworkInsightsPathsCommandInput,
|
|
6641
6752
|
options?: __HttpHandlerOptions
|
|
@@ -6668,6 +6779,7 @@ export interface EC2 {
|
|
|
6668
6779
|
data?: DescribeNetworkInterfaceAttributeCommandOutput
|
|
6669
6780
|
) => void
|
|
6670
6781
|
): void;
|
|
6782
|
+
describeNetworkInterfacePermissions(): Promise<DescribeNetworkInterfacePermissionsCommandOutput>;
|
|
6671
6783
|
describeNetworkInterfacePermissions(
|
|
6672
6784
|
args: DescribeNetworkInterfacePermissionsCommandInput,
|
|
6673
6785
|
options?: __HttpHandlerOptions
|
|
@@ -6687,6 +6799,7 @@ export interface EC2 {
|
|
|
6687
6799
|
data?: DescribeNetworkInterfacePermissionsCommandOutput
|
|
6688
6800
|
) => void
|
|
6689
6801
|
): void;
|
|
6802
|
+
describeNetworkInterfaces(): Promise<DescribeNetworkInterfacesCommandOutput>;
|
|
6690
6803
|
describeNetworkInterfaces(
|
|
6691
6804
|
args: DescribeNetworkInterfacesCommandInput,
|
|
6692
6805
|
options?: __HttpHandlerOptions
|
|
@@ -6700,6 +6813,7 @@ export interface EC2 {
|
|
|
6700
6813
|
options: __HttpHandlerOptions,
|
|
6701
6814
|
cb: (err: any, data?: DescribeNetworkInterfacesCommandOutput) => void
|
|
6702
6815
|
): void;
|
|
6816
|
+
describePlacementGroups(): Promise<DescribePlacementGroupsCommandOutput>;
|
|
6703
6817
|
describePlacementGroups(
|
|
6704
6818
|
args: DescribePlacementGroupsCommandInput,
|
|
6705
6819
|
options?: __HttpHandlerOptions
|
|
@@ -6713,6 +6827,7 @@ export interface EC2 {
|
|
|
6713
6827
|
options: __HttpHandlerOptions,
|
|
6714
6828
|
cb: (err: any, data?: DescribePlacementGroupsCommandOutput) => void
|
|
6715
6829
|
): void;
|
|
6830
|
+
describePrefixLists(): Promise<DescribePrefixListsCommandOutput>;
|
|
6716
6831
|
describePrefixLists(
|
|
6717
6832
|
args: DescribePrefixListsCommandInput,
|
|
6718
6833
|
options?: __HttpHandlerOptions
|
|
@@ -6726,6 +6841,7 @@ export interface EC2 {
|
|
|
6726
6841
|
options: __HttpHandlerOptions,
|
|
6727
6842
|
cb: (err: any, data?: DescribePrefixListsCommandOutput) => void
|
|
6728
6843
|
): void;
|
|
6844
|
+
describePrincipalIdFormat(): Promise<DescribePrincipalIdFormatCommandOutput>;
|
|
6729
6845
|
describePrincipalIdFormat(
|
|
6730
6846
|
args: DescribePrincipalIdFormatCommandInput,
|
|
6731
6847
|
options?: __HttpHandlerOptions
|
|
@@ -6739,6 +6855,7 @@ export interface EC2 {
|
|
|
6739
6855
|
options: __HttpHandlerOptions,
|
|
6740
6856
|
cb: (err: any, data?: DescribePrincipalIdFormatCommandOutput) => void
|
|
6741
6857
|
): void;
|
|
6858
|
+
describePublicIpv4Pools(): Promise<DescribePublicIpv4PoolsCommandOutput>;
|
|
6742
6859
|
describePublicIpv4Pools(
|
|
6743
6860
|
args: DescribePublicIpv4PoolsCommandInput,
|
|
6744
6861
|
options?: __HttpHandlerOptions
|
|
@@ -6752,6 +6869,7 @@ export interface EC2 {
|
|
|
6752
6869
|
options: __HttpHandlerOptions,
|
|
6753
6870
|
cb: (err: any, data?: DescribePublicIpv4PoolsCommandOutput) => void
|
|
6754
6871
|
): void;
|
|
6872
|
+
describeRegions(): Promise<DescribeRegionsCommandOutput>;
|
|
6755
6873
|
describeRegions(
|
|
6756
6874
|
args: DescribeRegionsCommandInput,
|
|
6757
6875
|
options?: __HttpHandlerOptions
|
|
@@ -6765,6 +6883,7 @@ export interface EC2 {
|
|
|
6765
6883
|
options: __HttpHandlerOptions,
|
|
6766
6884
|
cb: (err: any, data?: DescribeRegionsCommandOutput) => void
|
|
6767
6885
|
): void;
|
|
6886
|
+
describeReplaceRootVolumeTasks(): Promise<DescribeReplaceRootVolumeTasksCommandOutput>;
|
|
6768
6887
|
describeReplaceRootVolumeTasks(
|
|
6769
6888
|
args: DescribeReplaceRootVolumeTasksCommandInput,
|
|
6770
6889
|
options?: __HttpHandlerOptions
|
|
@@ -6778,6 +6897,7 @@ export interface EC2 {
|
|
|
6778
6897
|
options: __HttpHandlerOptions,
|
|
6779
6898
|
cb: (err: any, data?: DescribeReplaceRootVolumeTasksCommandOutput) => void
|
|
6780
6899
|
): void;
|
|
6900
|
+
describeReservedInstances(): Promise<DescribeReservedInstancesCommandOutput>;
|
|
6781
6901
|
describeReservedInstances(
|
|
6782
6902
|
args: DescribeReservedInstancesCommandInput,
|
|
6783
6903
|
options?: __HttpHandlerOptions
|
|
@@ -6791,6 +6911,7 @@ export interface EC2 {
|
|
|
6791
6911
|
options: __HttpHandlerOptions,
|
|
6792
6912
|
cb: (err: any, data?: DescribeReservedInstancesCommandOutput) => void
|
|
6793
6913
|
): void;
|
|
6914
|
+
describeReservedInstancesListings(): Promise<DescribeReservedInstancesListingsCommandOutput>;
|
|
6794
6915
|
describeReservedInstancesListings(
|
|
6795
6916
|
args: DescribeReservedInstancesListingsCommandInput,
|
|
6796
6917
|
options?: __HttpHandlerOptions
|
|
@@ -6810,6 +6931,7 @@ export interface EC2 {
|
|
|
6810
6931
|
data?: DescribeReservedInstancesListingsCommandOutput
|
|
6811
6932
|
) => void
|
|
6812
6933
|
): void;
|
|
6934
|
+
describeReservedInstancesModifications(): Promise<DescribeReservedInstancesModificationsCommandOutput>;
|
|
6813
6935
|
describeReservedInstancesModifications(
|
|
6814
6936
|
args: DescribeReservedInstancesModificationsCommandInput,
|
|
6815
6937
|
options?: __HttpHandlerOptions
|
|
@@ -6829,6 +6951,7 @@ export interface EC2 {
|
|
|
6829
6951
|
data?: DescribeReservedInstancesModificationsCommandOutput
|
|
6830
6952
|
) => void
|
|
6831
6953
|
): void;
|
|
6954
|
+
describeReservedInstancesOfferings(): Promise<DescribeReservedInstancesOfferingsCommandOutput>;
|
|
6832
6955
|
describeReservedInstancesOfferings(
|
|
6833
6956
|
args: DescribeReservedInstancesOfferingsCommandInput,
|
|
6834
6957
|
options?: __HttpHandlerOptions
|
|
@@ -6848,6 +6971,7 @@ export interface EC2 {
|
|
|
6848
6971
|
data?: DescribeReservedInstancesOfferingsCommandOutput
|
|
6849
6972
|
) => void
|
|
6850
6973
|
): void;
|
|
6974
|
+
describeRouteTables(): Promise<DescribeRouteTablesCommandOutput>;
|
|
6851
6975
|
describeRouteTables(
|
|
6852
6976
|
args: DescribeRouteTablesCommandInput,
|
|
6853
6977
|
options?: __HttpHandlerOptions
|
|
@@ -6880,6 +7004,7 @@ export interface EC2 {
|
|
|
6880
7004
|
data?: DescribeScheduledInstanceAvailabilityCommandOutput
|
|
6881
7005
|
) => void
|
|
6882
7006
|
): void;
|
|
7007
|
+
describeScheduledInstances(): Promise<DescribeScheduledInstancesCommandOutput>;
|
|
6883
7008
|
describeScheduledInstances(
|
|
6884
7009
|
args: DescribeScheduledInstancesCommandInput,
|
|
6885
7010
|
options?: __HttpHandlerOptions
|
|
@@ -6906,6 +7031,7 @@ export interface EC2 {
|
|
|
6906
7031
|
options: __HttpHandlerOptions,
|
|
6907
7032
|
cb: (err: any, data?: DescribeSecurityGroupReferencesCommandOutput) => void
|
|
6908
7033
|
): void;
|
|
7034
|
+
describeSecurityGroupRules(): Promise<DescribeSecurityGroupRulesCommandOutput>;
|
|
6909
7035
|
describeSecurityGroupRules(
|
|
6910
7036
|
args: DescribeSecurityGroupRulesCommandInput,
|
|
6911
7037
|
options?: __HttpHandlerOptions
|
|
@@ -6919,6 +7045,7 @@ export interface EC2 {
|
|
|
6919
7045
|
options: __HttpHandlerOptions,
|
|
6920
7046
|
cb: (err: any, data?: DescribeSecurityGroupRulesCommandOutput) => void
|
|
6921
7047
|
): void;
|
|
7048
|
+
describeSecurityGroups(): Promise<DescribeSecurityGroupsCommandOutput>;
|
|
6922
7049
|
describeSecurityGroups(
|
|
6923
7050
|
args: DescribeSecurityGroupsCommandInput,
|
|
6924
7051
|
options?: __HttpHandlerOptions
|
|
@@ -6945,6 +7072,7 @@ export interface EC2 {
|
|
|
6945
7072
|
options: __HttpHandlerOptions,
|
|
6946
7073
|
cb: (err: any, data?: DescribeSnapshotAttributeCommandOutput) => void
|
|
6947
7074
|
): void;
|
|
7075
|
+
describeSnapshots(): Promise<DescribeSnapshotsCommandOutput>;
|
|
6948
7076
|
describeSnapshots(
|
|
6949
7077
|
args: DescribeSnapshotsCommandInput,
|
|
6950
7078
|
options?: __HttpHandlerOptions
|
|
@@ -6958,6 +7086,7 @@ export interface EC2 {
|
|
|
6958
7086
|
options: __HttpHandlerOptions,
|
|
6959
7087
|
cb: (err: any, data?: DescribeSnapshotsCommandOutput) => void
|
|
6960
7088
|
): void;
|
|
7089
|
+
describeSnapshotTierStatus(): Promise<DescribeSnapshotTierStatusCommandOutput>;
|
|
6961
7090
|
describeSnapshotTierStatus(
|
|
6962
7091
|
args: DescribeSnapshotTierStatusCommandInput,
|
|
6963
7092
|
options?: __HttpHandlerOptions
|
|
@@ -6971,6 +7100,7 @@ export interface EC2 {
|
|
|
6971
7100
|
options: __HttpHandlerOptions,
|
|
6972
7101
|
cb: (err: any, data?: DescribeSnapshotTierStatusCommandOutput) => void
|
|
6973
7102
|
): void;
|
|
7103
|
+
describeSpotDatafeedSubscription(): Promise<DescribeSpotDatafeedSubscriptionCommandOutput>;
|
|
6974
7104
|
describeSpotDatafeedSubscription(
|
|
6975
7105
|
args: DescribeSpotDatafeedSubscriptionCommandInput,
|
|
6976
7106
|
options?: __HttpHandlerOptions
|
|
@@ -7010,6 +7140,7 @@ export interface EC2 {
|
|
|
7010
7140
|
options: __HttpHandlerOptions,
|
|
7011
7141
|
cb: (err: any, data?: DescribeSpotFleetRequestHistoryCommandOutput) => void
|
|
7012
7142
|
): void;
|
|
7143
|
+
describeSpotFleetRequests(): Promise<DescribeSpotFleetRequestsCommandOutput>;
|
|
7013
7144
|
describeSpotFleetRequests(
|
|
7014
7145
|
args: DescribeSpotFleetRequestsCommandInput,
|
|
7015
7146
|
options?: __HttpHandlerOptions
|
|
@@ -7023,6 +7154,7 @@ export interface EC2 {
|
|
|
7023
7154
|
options: __HttpHandlerOptions,
|
|
7024
7155
|
cb: (err: any, data?: DescribeSpotFleetRequestsCommandOutput) => void
|
|
7025
7156
|
): void;
|
|
7157
|
+
describeSpotInstanceRequests(): Promise<DescribeSpotInstanceRequestsCommandOutput>;
|
|
7026
7158
|
describeSpotInstanceRequests(
|
|
7027
7159
|
args: DescribeSpotInstanceRequestsCommandInput,
|
|
7028
7160
|
options?: __HttpHandlerOptions
|
|
@@ -7036,6 +7168,7 @@ export interface EC2 {
|
|
|
7036
7168
|
options: __HttpHandlerOptions,
|
|
7037
7169
|
cb: (err: any, data?: DescribeSpotInstanceRequestsCommandOutput) => void
|
|
7038
7170
|
): void;
|
|
7171
|
+
describeSpotPriceHistory(): Promise<DescribeSpotPriceHistoryCommandOutput>;
|
|
7039
7172
|
describeSpotPriceHistory(
|
|
7040
7173
|
args: DescribeSpotPriceHistoryCommandInput,
|
|
7041
7174
|
options?: __HttpHandlerOptions
|
|
@@ -7062,6 +7195,7 @@ export interface EC2 {
|
|
|
7062
7195
|
options: __HttpHandlerOptions,
|
|
7063
7196
|
cb: (err: any, data?: DescribeStaleSecurityGroupsCommandOutput) => void
|
|
7064
7197
|
): void;
|
|
7198
|
+
describeStoreImageTasks(): Promise<DescribeStoreImageTasksCommandOutput>;
|
|
7065
7199
|
describeStoreImageTasks(
|
|
7066
7200
|
args: DescribeStoreImageTasksCommandInput,
|
|
7067
7201
|
options?: __HttpHandlerOptions
|
|
@@ -7075,6 +7209,7 @@ export interface EC2 {
|
|
|
7075
7209
|
options: __HttpHandlerOptions,
|
|
7076
7210
|
cb: (err: any, data?: DescribeStoreImageTasksCommandOutput) => void
|
|
7077
7211
|
): void;
|
|
7212
|
+
describeSubnets(): Promise<DescribeSubnetsCommandOutput>;
|
|
7078
7213
|
describeSubnets(
|
|
7079
7214
|
args: DescribeSubnetsCommandInput,
|
|
7080
7215
|
options?: __HttpHandlerOptions
|
|
@@ -7088,6 +7223,7 @@ export interface EC2 {
|
|
|
7088
7223
|
options: __HttpHandlerOptions,
|
|
7089
7224
|
cb: (err: any, data?: DescribeSubnetsCommandOutput) => void
|
|
7090
7225
|
): void;
|
|
7226
|
+
describeTags(): Promise<DescribeTagsCommandOutput>;
|
|
7091
7227
|
describeTags(
|
|
7092
7228
|
args: DescribeTagsCommandInput,
|
|
7093
7229
|
options?: __HttpHandlerOptions
|
|
@@ -7101,6 +7237,7 @@ export interface EC2 {
|
|
|
7101
7237
|
options: __HttpHandlerOptions,
|
|
7102
7238
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
7103
7239
|
): void;
|
|
7240
|
+
describeTrafficMirrorFilters(): Promise<DescribeTrafficMirrorFiltersCommandOutput>;
|
|
7104
7241
|
describeTrafficMirrorFilters(
|
|
7105
7242
|
args: DescribeTrafficMirrorFiltersCommandInput,
|
|
7106
7243
|
options?: __HttpHandlerOptions
|
|
@@ -7114,6 +7251,7 @@ export interface EC2 {
|
|
|
7114
7251
|
options: __HttpHandlerOptions,
|
|
7115
7252
|
cb: (err: any, data?: DescribeTrafficMirrorFiltersCommandOutput) => void
|
|
7116
7253
|
): void;
|
|
7254
|
+
describeTrafficMirrorSessions(): Promise<DescribeTrafficMirrorSessionsCommandOutput>;
|
|
7117
7255
|
describeTrafficMirrorSessions(
|
|
7118
7256
|
args: DescribeTrafficMirrorSessionsCommandInput,
|
|
7119
7257
|
options?: __HttpHandlerOptions
|
|
@@ -7127,6 +7265,7 @@ export interface EC2 {
|
|
|
7127
7265
|
options: __HttpHandlerOptions,
|
|
7128
7266
|
cb: (err: any, data?: DescribeTrafficMirrorSessionsCommandOutput) => void
|
|
7129
7267
|
): void;
|
|
7268
|
+
describeTrafficMirrorTargets(): Promise<DescribeTrafficMirrorTargetsCommandOutput>;
|
|
7130
7269
|
describeTrafficMirrorTargets(
|
|
7131
7270
|
args: DescribeTrafficMirrorTargetsCommandInput,
|
|
7132
7271
|
options?: __HttpHandlerOptions
|
|
@@ -7140,6 +7279,7 @@ export interface EC2 {
|
|
|
7140
7279
|
options: __HttpHandlerOptions,
|
|
7141
7280
|
cb: (err: any, data?: DescribeTrafficMirrorTargetsCommandOutput) => void
|
|
7142
7281
|
): void;
|
|
7282
|
+
describeTransitGatewayAttachments(): Promise<DescribeTransitGatewayAttachmentsCommandOutput>;
|
|
7143
7283
|
describeTransitGatewayAttachments(
|
|
7144
7284
|
args: DescribeTransitGatewayAttachmentsCommandInput,
|
|
7145
7285
|
options?: __HttpHandlerOptions
|
|
@@ -7159,6 +7299,7 @@ export interface EC2 {
|
|
|
7159
7299
|
data?: DescribeTransitGatewayAttachmentsCommandOutput
|
|
7160
7300
|
) => void
|
|
7161
7301
|
): void;
|
|
7302
|
+
describeTransitGatewayConnectPeers(): Promise<DescribeTransitGatewayConnectPeersCommandOutput>;
|
|
7162
7303
|
describeTransitGatewayConnectPeers(
|
|
7163
7304
|
args: DescribeTransitGatewayConnectPeersCommandInput,
|
|
7164
7305
|
options?: __HttpHandlerOptions
|
|
@@ -7178,6 +7319,7 @@ export interface EC2 {
|
|
|
7178
7319
|
data?: DescribeTransitGatewayConnectPeersCommandOutput
|
|
7179
7320
|
) => void
|
|
7180
7321
|
): void;
|
|
7322
|
+
describeTransitGatewayConnects(): Promise<DescribeTransitGatewayConnectsCommandOutput>;
|
|
7181
7323
|
describeTransitGatewayConnects(
|
|
7182
7324
|
args: DescribeTransitGatewayConnectsCommandInput,
|
|
7183
7325
|
options?: __HttpHandlerOptions
|
|
@@ -7191,6 +7333,7 @@ export interface EC2 {
|
|
|
7191
7333
|
options: __HttpHandlerOptions,
|
|
7192
7334
|
cb: (err: any, data?: DescribeTransitGatewayConnectsCommandOutput) => void
|
|
7193
7335
|
): void;
|
|
7336
|
+
describeTransitGatewayMulticastDomains(): Promise<DescribeTransitGatewayMulticastDomainsCommandOutput>;
|
|
7194
7337
|
describeTransitGatewayMulticastDomains(
|
|
7195
7338
|
args: DescribeTransitGatewayMulticastDomainsCommandInput,
|
|
7196
7339
|
options?: __HttpHandlerOptions
|
|
@@ -7210,6 +7353,7 @@ export interface EC2 {
|
|
|
7210
7353
|
data?: DescribeTransitGatewayMulticastDomainsCommandOutput
|
|
7211
7354
|
) => void
|
|
7212
7355
|
): void;
|
|
7356
|
+
describeTransitGatewayPeeringAttachments(): Promise<DescribeTransitGatewayPeeringAttachmentsCommandOutput>;
|
|
7213
7357
|
describeTransitGatewayPeeringAttachments(
|
|
7214
7358
|
args: DescribeTransitGatewayPeeringAttachmentsCommandInput,
|
|
7215
7359
|
options?: __HttpHandlerOptions
|
|
@@ -7229,6 +7373,7 @@ export interface EC2 {
|
|
|
7229
7373
|
data?: DescribeTransitGatewayPeeringAttachmentsCommandOutput
|
|
7230
7374
|
) => void
|
|
7231
7375
|
): void;
|
|
7376
|
+
describeTransitGatewayPolicyTables(): Promise<DescribeTransitGatewayPolicyTablesCommandOutput>;
|
|
7232
7377
|
describeTransitGatewayPolicyTables(
|
|
7233
7378
|
args: DescribeTransitGatewayPolicyTablesCommandInput,
|
|
7234
7379
|
options?: __HttpHandlerOptions
|
|
@@ -7248,6 +7393,7 @@ export interface EC2 {
|
|
|
7248
7393
|
data?: DescribeTransitGatewayPolicyTablesCommandOutput
|
|
7249
7394
|
) => void
|
|
7250
7395
|
): void;
|
|
7396
|
+
describeTransitGatewayRouteTableAnnouncements(): Promise<DescribeTransitGatewayRouteTableAnnouncementsCommandOutput>;
|
|
7251
7397
|
describeTransitGatewayRouteTableAnnouncements(
|
|
7252
7398
|
args: DescribeTransitGatewayRouteTableAnnouncementsCommandInput,
|
|
7253
7399
|
options?: __HttpHandlerOptions
|
|
@@ -7267,6 +7413,7 @@ export interface EC2 {
|
|
|
7267
7413
|
data?: DescribeTransitGatewayRouteTableAnnouncementsCommandOutput
|
|
7268
7414
|
) => void
|
|
7269
7415
|
): void;
|
|
7416
|
+
describeTransitGatewayRouteTables(): Promise<DescribeTransitGatewayRouteTablesCommandOutput>;
|
|
7270
7417
|
describeTransitGatewayRouteTables(
|
|
7271
7418
|
args: DescribeTransitGatewayRouteTablesCommandInput,
|
|
7272
7419
|
options?: __HttpHandlerOptions
|
|
@@ -7286,6 +7433,7 @@ export interface EC2 {
|
|
|
7286
7433
|
data?: DescribeTransitGatewayRouteTablesCommandOutput
|
|
7287
7434
|
) => void
|
|
7288
7435
|
): void;
|
|
7436
|
+
describeTransitGateways(): Promise<DescribeTransitGatewaysCommandOutput>;
|
|
7289
7437
|
describeTransitGateways(
|
|
7290
7438
|
args: DescribeTransitGatewaysCommandInput,
|
|
7291
7439
|
options?: __HttpHandlerOptions
|
|
@@ -7299,6 +7447,7 @@ export interface EC2 {
|
|
|
7299
7447
|
options: __HttpHandlerOptions,
|
|
7300
7448
|
cb: (err: any, data?: DescribeTransitGatewaysCommandOutput) => void
|
|
7301
7449
|
): void;
|
|
7450
|
+
describeTransitGatewayVpcAttachments(): Promise<DescribeTransitGatewayVpcAttachmentsCommandOutput>;
|
|
7302
7451
|
describeTransitGatewayVpcAttachments(
|
|
7303
7452
|
args: DescribeTransitGatewayVpcAttachmentsCommandInput,
|
|
7304
7453
|
options?: __HttpHandlerOptions
|
|
@@ -7318,6 +7467,7 @@ export interface EC2 {
|
|
|
7318
7467
|
data?: DescribeTransitGatewayVpcAttachmentsCommandOutput
|
|
7319
7468
|
) => void
|
|
7320
7469
|
): void;
|
|
7470
|
+
describeTrunkInterfaceAssociations(): Promise<DescribeTrunkInterfaceAssociationsCommandOutput>;
|
|
7321
7471
|
describeTrunkInterfaceAssociations(
|
|
7322
7472
|
args: DescribeTrunkInterfaceAssociationsCommandInput,
|
|
7323
7473
|
options?: __HttpHandlerOptions
|
|
@@ -7337,6 +7487,7 @@ export interface EC2 {
|
|
|
7337
7487
|
data?: DescribeTrunkInterfaceAssociationsCommandOutput
|
|
7338
7488
|
) => void
|
|
7339
7489
|
): void;
|
|
7490
|
+
describeVerifiedAccessEndpoints(): Promise<DescribeVerifiedAccessEndpointsCommandOutput>;
|
|
7340
7491
|
describeVerifiedAccessEndpoints(
|
|
7341
7492
|
args: DescribeVerifiedAccessEndpointsCommandInput,
|
|
7342
7493
|
options?: __HttpHandlerOptions
|
|
@@ -7350,6 +7501,7 @@ export interface EC2 {
|
|
|
7350
7501
|
options: __HttpHandlerOptions,
|
|
7351
7502
|
cb: (err: any, data?: DescribeVerifiedAccessEndpointsCommandOutput) => void
|
|
7352
7503
|
): void;
|
|
7504
|
+
describeVerifiedAccessGroups(): Promise<DescribeVerifiedAccessGroupsCommandOutput>;
|
|
7353
7505
|
describeVerifiedAccessGroups(
|
|
7354
7506
|
args: DescribeVerifiedAccessGroupsCommandInput,
|
|
7355
7507
|
options?: __HttpHandlerOptions
|
|
@@ -7363,6 +7515,7 @@ export interface EC2 {
|
|
|
7363
7515
|
options: __HttpHandlerOptions,
|
|
7364
7516
|
cb: (err: any, data?: DescribeVerifiedAccessGroupsCommandOutput) => void
|
|
7365
7517
|
): void;
|
|
7518
|
+
describeVerifiedAccessInstanceLoggingConfigurations(): Promise<DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput>;
|
|
7366
7519
|
describeVerifiedAccessInstanceLoggingConfigurations(
|
|
7367
7520
|
args: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandInput,
|
|
7368
7521
|
options?: __HttpHandlerOptions
|
|
@@ -7382,6 +7535,7 @@ export interface EC2 {
|
|
|
7382
7535
|
data?: DescribeVerifiedAccessInstanceLoggingConfigurationsCommandOutput
|
|
7383
7536
|
) => void
|
|
7384
7537
|
): void;
|
|
7538
|
+
describeVerifiedAccessInstances(): Promise<DescribeVerifiedAccessInstancesCommandOutput>;
|
|
7385
7539
|
describeVerifiedAccessInstances(
|
|
7386
7540
|
args: DescribeVerifiedAccessInstancesCommandInput,
|
|
7387
7541
|
options?: __HttpHandlerOptions
|
|
@@ -7395,6 +7549,7 @@ export interface EC2 {
|
|
|
7395
7549
|
options: __HttpHandlerOptions,
|
|
7396
7550
|
cb: (err: any, data?: DescribeVerifiedAccessInstancesCommandOutput) => void
|
|
7397
7551
|
): void;
|
|
7552
|
+
describeVerifiedAccessTrustProviders(): Promise<DescribeVerifiedAccessTrustProvidersCommandOutput>;
|
|
7398
7553
|
describeVerifiedAccessTrustProviders(
|
|
7399
7554
|
args: DescribeVerifiedAccessTrustProvidersCommandInput,
|
|
7400
7555
|
options?: __HttpHandlerOptions
|
|
@@ -7427,6 +7582,7 @@ export interface EC2 {
|
|
|
7427
7582
|
options: __HttpHandlerOptions,
|
|
7428
7583
|
cb: (err: any, data?: DescribeVolumeAttributeCommandOutput) => void
|
|
7429
7584
|
): void;
|
|
7585
|
+
describeVolumes(): Promise<DescribeVolumesCommandOutput>;
|
|
7430
7586
|
describeVolumes(
|
|
7431
7587
|
args: DescribeVolumesCommandInput,
|
|
7432
7588
|
options?: __HttpHandlerOptions
|
|
@@ -7440,6 +7596,7 @@ export interface EC2 {
|
|
|
7440
7596
|
options: __HttpHandlerOptions,
|
|
7441
7597
|
cb: (err: any, data?: DescribeVolumesCommandOutput) => void
|
|
7442
7598
|
): void;
|
|
7599
|
+
describeVolumesModifications(): Promise<DescribeVolumesModificationsCommandOutput>;
|
|
7443
7600
|
describeVolumesModifications(
|
|
7444
7601
|
args: DescribeVolumesModificationsCommandInput,
|
|
7445
7602
|
options?: __HttpHandlerOptions
|
|
@@ -7453,6 +7610,7 @@ export interface EC2 {
|
|
|
7453
7610
|
options: __HttpHandlerOptions,
|
|
7454
7611
|
cb: (err: any, data?: DescribeVolumesModificationsCommandOutput) => void
|
|
7455
7612
|
): void;
|
|
7613
|
+
describeVolumeStatus(): Promise<DescribeVolumeStatusCommandOutput>;
|
|
7456
7614
|
describeVolumeStatus(
|
|
7457
7615
|
args: DescribeVolumeStatusCommandInput,
|
|
7458
7616
|
options?: __HttpHandlerOptions
|
|
@@ -7479,6 +7637,7 @@ export interface EC2 {
|
|
|
7479
7637
|
options: __HttpHandlerOptions,
|
|
7480
7638
|
cb: (err: any, data?: DescribeVpcAttributeCommandOutput) => void
|
|
7481
7639
|
): void;
|
|
7640
|
+
describeVpcClassicLink(): Promise<DescribeVpcClassicLinkCommandOutput>;
|
|
7482
7641
|
describeVpcClassicLink(
|
|
7483
7642
|
args: DescribeVpcClassicLinkCommandInput,
|
|
7484
7643
|
options?: __HttpHandlerOptions
|
|
@@ -7492,6 +7651,7 @@ export interface EC2 {
|
|
|
7492
7651
|
options: __HttpHandlerOptions,
|
|
7493
7652
|
cb: (err: any, data?: DescribeVpcClassicLinkCommandOutput) => void
|
|
7494
7653
|
): void;
|
|
7654
|
+
describeVpcClassicLinkDnsSupport(): Promise<DescribeVpcClassicLinkDnsSupportCommandOutput>;
|
|
7495
7655
|
describeVpcClassicLinkDnsSupport(
|
|
7496
7656
|
args: DescribeVpcClassicLinkDnsSupportCommandInput,
|
|
7497
7657
|
options?: __HttpHandlerOptions
|
|
@@ -7505,6 +7665,7 @@ export interface EC2 {
|
|
|
7505
7665
|
options: __HttpHandlerOptions,
|
|
7506
7666
|
cb: (err: any, data?: DescribeVpcClassicLinkDnsSupportCommandOutput) => void
|
|
7507
7667
|
): void;
|
|
7668
|
+
describeVpcEndpointConnectionNotifications(): Promise<DescribeVpcEndpointConnectionNotificationsCommandOutput>;
|
|
7508
7669
|
describeVpcEndpointConnectionNotifications(
|
|
7509
7670
|
args: DescribeVpcEndpointConnectionNotificationsCommandInput,
|
|
7510
7671
|
options?: __HttpHandlerOptions
|
|
@@ -7524,6 +7685,7 @@ export interface EC2 {
|
|
|
7524
7685
|
data?: DescribeVpcEndpointConnectionNotificationsCommandOutput
|
|
7525
7686
|
) => void
|
|
7526
7687
|
): void;
|
|
7688
|
+
describeVpcEndpointConnections(): Promise<DescribeVpcEndpointConnectionsCommandOutput>;
|
|
7527
7689
|
describeVpcEndpointConnections(
|
|
7528
7690
|
args: DescribeVpcEndpointConnectionsCommandInput,
|
|
7529
7691
|
options?: __HttpHandlerOptions
|
|
@@ -7537,6 +7699,7 @@ export interface EC2 {
|
|
|
7537
7699
|
options: __HttpHandlerOptions,
|
|
7538
7700
|
cb: (err: any, data?: DescribeVpcEndpointConnectionsCommandOutput) => void
|
|
7539
7701
|
): void;
|
|
7702
|
+
describeVpcEndpoints(): Promise<DescribeVpcEndpointsCommandOutput>;
|
|
7540
7703
|
describeVpcEndpoints(
|
|
7541
7704
|
args: DescribeVpcEndpointsCommandInput,
|
|
7542
7705
|
options?: __HttpHandlerOptions
|
|
@@ -7550,6 +7713,7 @@ export interface EC2 {
|
|
|
7550
7713
|
options: __HttpHandlerOptions,
|
|
7551
7714
|
cb: (err: any, data?: DescribeVpcEndpointsCommandOutput) => void
|
|
7552
7715
|
): void;
|
|
7716
|
+
describeVpcEndpointServiceConfigurations(): Promise<DescribeVpcEndpointServiceConfigurationsCommandOutput>;
|
|
7553
7717
|
describeVpcEndpointServiceConfigurations(
|
|
7554
7718
|
args: DescribeVpcEndpointServiceConfigurationsCommandInput,
|
|
7555
7719
|
options?: __HttpHandlerOptions
|
|
@@ -7588,6 +7752,7 @@ export interface EC2 {
|
|
|
7588
7752
|
data?: DescribeVpcEndpointServicePermissionsCommandOutput
|
|
7589
7753
|
) => void
|
|
7590
7754
|
): void;
|
|
7755
|
+
describeVpcEndpointServices(): Promise<DescribeVpcEndpointServicesCommandOutput>;
|
|
7591
7756
|
describeVpcEndpointServices(
|
|
7592
7757
|
args: DescribeVpcEndpointServicesCommandInput,
|
|
7593
7758
|
options?: __HttpHandlerOptions
|
|
@@ -7601,6 +7766,7 @@ export interface EC2 {
|
|
|
7601
7766
|
options: __HttpHandlerOptions,
|
|
7602
7767
|
cb: (err: any, data?: DescribeVpcEndpointServicesCommandOutput) => void
|
|
7603
7768
|
): void;
|
|
7769
|
+
describeVpcPeeringConnections(): Promise<DescribeVpcPeeringConnectionsCommandOutput>;
|
|
7604
7770
|
describeVpcPeeringConnections(
|
|
7605
7771
|
args: DescribeVpcPeeringConnectionsCommandInput,
|
|
7606
7772
|
options?: __HttpHandlerOptions
|
|
@@ -7614,6 +7780,7 @@ export interface EC2 {
|
|
|
7614
7780
|
options: __HttpHandlerOptions,
|
|
7615
7781
|
cb: (err: any, data?: DescribeVpcPeeringConnectionsCommandOutput) => void
|
|
7616
7782
|
): void;
|
|
7783
|
+
describeVpcs(): Promise<DescribeVpcsCommandOutput>;
|
|
7617
7784
|
describeVpcs(
|
|
7618
7785
|
args: DescribeVpcsCommandInput,
|
|
7619
7786
|
options?: __HttpHandlerOptions
|
|
@@ -7627,6 +7794,7 @@ export interface EC2 {
|
|
|
7627
7794
|
options: __HttpHandlerOptions,
|
|
7628
7795
|
cb: (err: any, data?: DescribeVpcsCommandOutput) => void
|
|
7629
7796
|
): void;
|
|
7797
|
+
describeVpnConnections(): Promise<DescribeVpnConnectionsCommandOutput>;
|
|
7630
7798
|
describeVpnConnections(
|
|
7631
7799
|
args: DescribeVpnConnectionsCommandInput,
|
|
7632
7800
|
options?: __HttpHandlerOptions
|
|
@@ -7640,6 +7808,7 @@ export interface EC2 {
|
|
|
7640
7808
|
options: __HttpHandlerOptions,
|
|
7641
7809
|
cb: (err: any, data?: DescribeVpnConnectionsCommandOutput) => void
|
|
7642
7810
|
): void;
|
|
7811
|
+
describeVpnGateways(): Promise<DescribeVpnGatewaysCommandOutput>;
|
|
7643
7812
|
describeVpnGateways(
|
|
7644
7813
|
args: DescribeVpnGatewaysCommandInput,
|
|
7645
7814
|
options?: __HttpHandlerOptions
|
|
@@ -7750,6 +7919,7 @@ export interface EC2 {
|
|
|
7750
7919
|
options: __HttpHandlerOptions,
|
|
7751
7920
|
cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
|
|
7752
7921
|
): void;
|
|
7922
|
+
disableAwsNetworkPerformanceMetricSubscription(): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
7753
7923
|
disableAwsNetworkPerformanceMetricSubscription(
|
|
7754
7924
|
args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
7755
7925
|
options?: __HttpHandlerOptions
|
|
@@ -7769,6 +7939,7 @@ export interface EC2 {
|
|
|
7769
7939
|
data?: DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
7770
7940
|
) => void
|
|
7771
7941
|
): void;
|
|
7942
|
+
disableEbsEncryptionByDefault(): Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
7772
7943
|
disableEbsEncryptionByDefault(
|
|
7773
7944
|
args: DisableEbsEncryptionByDefaultCommandInput,
|
|
7774
7945
|
options?: __HttpHandlerOptions
|
|
@@ -7821,6 +7992,7 @@ export interface EC2 {
|
|
|
7821
7992
|
options: __HttpHandlerOptions,
|
|
7822
7993
|
cb: (err: any, data?: DisableImageCommandOutput) => void
|
|
7823
7994
|
): void;
|
|
7995
|
+
disableImageBlockPublicAccess(): Promise<DisableImageBlockPublicAccessCommandOutput>;
|
|
7824
7996
|
disableImageBlockPublicAccess(
|
|
7825
7997
|
args: DisableImageBlockPublicAccessCommandInput,
|
|
7826
7998
|
options?: __HttpHandlerOptions
|
|
@@ -7866,6 +8038,7 @@ export interface EC2 {
|
|
|
7866
8038
|
data?: DisableIpamOrganizationAdminAccountCommandOutput
|
|
7867
8039
|
) => void
|
|
7868
8040
|
): void;
|
|
8041
|
+
disableSerialConsoleAccess(): Promise<DisableSerialConsoleAccessCommandOutput>;
|
|
7869
8042
|
disableSerialConsoleAccess(
|
|
7870
8043
|
args: DisableSerialConsoleAccessCommandInput,
|
|
7871
8044
|
options?: __HttpHandlerOptions
|
|
@@ -7879,6 +8052,7 @@ export interface EC2 {
|
|
|
7879
8052
|
options: __HttpHandlerOptions,
|
|
7880
8053
|
cb: (err: any, data?: DisableSerialConsoleAccessCommandOutput) => void
|
|
7881
8054
|
): void;
|
|
8055
|
+
disableSnapshotBlockPublicAccess(): Promise<DisableSnapshotBlockPublicAccessCommandOutput>;
|
|
7882
8056
|
disableSnapshotBlockPublicAccess(
|
|
7883
8057
|
args: DisableSnapshotBlockPublicAccessCommandInput,
|
|
7884
8058
|
options?: __HttpHandlerOptions
|
|
@@ -7937,6 +8111,7 @@ export interface EC2 {
|
|
|
7937
8111
|
options: __HttpHandlerOptions,
|
|
7938
8112
|
cb: (err: any, data?: DisableVpcClassicLinkCommandOutput) => void
|
|
7939
8113
|
): void;
|
|
8114
|
+
disableVpcClassicLinkDnsSupport(): Promise<DisableVpcClassicLinkDnsSupportCommandOutput>;
|
|
7940
8115
|
disableVpcClassicLinkDnsSupport(
|
|
7941
8116
|
args: DisableVpcClassicLinkDnsSupportCommandInput,
|
|
7942
8117
|
options?: __HttpHandlerOptions
|
|
@@ -7950,6 +8125,7 @@ export interface EC2 {
|
|
|
7950
8125
|
options: __HttpHandlerOptions,
|
|
7951
8126
|
cb: (err: any, data?: DisableVpcClassicLinkDnsSupportCommandOutput) => void
|
|
7952
8127
|
): void;
|
|
8128
|
+
disassociateAddress(): Promise<DisassociateAddressCommandOutput>;
|
|
7953
8129
|
disassociateAddress(
|
|
7954
8130
|
args: DisassociateAddressCommandInput,
|
|
7955
8131
|
options?: __HttpHandlerOptions
|
|
@@ -8194,6 +8370,7 @@ export interface EC2 {
|
|
|
8194
8370
|
options: __HttpHandlerOptions,
|
|
8195
8371
|
cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
|
|
8196
8372
|
): void;
|
|
8373
|
+
enableAwsNetworkPerformanceMetricSubscription(): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
|
|
8197
8374
|
enableAwsNetworkPerformanceMetricSubscription(
|
|
8198
8375
|
args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
|
|
8199
8376
|
options?: __HttpHandlerOptions
|
|
@@ -8213,6 +8390,7 @@ export interface EC2 {
|
|
|
8213
8390
|
data?: EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
|
|
8214
8391
|
) => void
|
|
8215
8392
|
): void;
|
|
8393
|
+
enableEbsEncryptionByDefault(): Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
8216
8394
|
enableEbsEncryptionByDefault(
|
|
8217
8395
|
args: EnableEbsEncryptionByDefaultCommandInput,
|
|
8218
8396
|
options?: __HttpHandlerOptions
|
|
@@ -8310,6 +8488,7 @@ export interface EC2 {
|
|
|
8310
8488
|
data?: EnableIpamOrganizationAdminAccountCommandOutput
|
|
8311
8489
|
) => void
|
|
8312
8490
|
): void;
|
|
8491
|
+
enableReachabilityAnalyzerOrganizationSharing(): Promise<EnableReachabilityAnalyzerOrganizationSharingCommandOutput>;
|
|
8313
8492
|
enableReachabilityAnalyzerOrganizationSharing(
|
|
8314
8493
|
args: EnableReachabilityAnalyzerOrganizationSharingCommandInput,
|
|
8315
8494
|
options?: __HttpHandlerOptions
|
|
@@ -8329,6 +8508,7 @@ export interface EC2 {
|
|
|
8329
8508
|
data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput
|
|
8330
8509
|
) => void
|
|
8331
8510
|
): void;
|
|
8511
|
+
enableSerialConsoleAccess(): Promise<EnableSerialConsoleAccessCommandOutput>;
|
|
8332
8512
|
enableSerialConsoleAccess(
|
|
8333
8513
|
args: EnableSerialConsoleAccessCommandInput,
|
|
8334
8514
|
options?: __HttpHandlerOptions
|
|
@@ -8413,6 +8593,7 @@ export interface EC2 {
|
|
|
8413
8593
|
options: __HttpHandlerOptions,
|
|
8414
8594
|
cb: (err: any, data?: EnableVpcClassicLinkCommandOutput) => void
|
|
8415
8595
|
): void;
|
|
8596
|
+
enableVpcClassicLinkDnsSupport(): Promise<EnableVpcClassicLinkDnsSupportCommandOutput>;
|
|
8416
8597
|
enableVpcClassicLinkDnsSupport(
|
|
8417
8598
|
args: EnableVpcClassicLinkDnsSupportCommandInput,
|
|
8418
8599
|
options?: __HttpHandlerOptions
|
|
@@ -8522,6 +8703,7 @@ export interface EC2 {
|
|
|
8522
8703
|
options: __HttpHandlerOptions,
|
|
8523
8704
|
cb: (err: any, data?: GetAssociatedIpv6PoolCidrsCommandOutput) => void
|
|
8524
8705
|
): void;
|
|
8706
|
+
getAwsNetworkPerformanceData(): Promise<GetAwsNetworkPerformanceDataCommandOutput>;
|
|
8525
8707
|
getAwsNetworkPerformanceData(
|
|
8526
8708
|
args: GetAwsNetworkPerformanceDataCommandInput,
|
|
8527
8709
|
options?: __HttpHandlerOptions
|
|
@@ -8600,6 +8782,7 @@ export interface EC2 {
|
|
|
8600
8782
|
options: __HttpHandlerOptions,
|
|
8601
8783
|
cb: (err: any, data?: GetDefaultCreditSpecificationCommandOutput) => void
|
|
8602
8784
|
): void;
|
|
8785
|
+
getEbsDefaultKmsKeyId(): Promise<GetEbsDefaultKmsKeyIdCommandOutput>;
|
|
8603
8786
|
getEbsDefaultKmsKeyId(
|
|
8604
8787
|
args: GetEbsDefaultKmsKeyIdCommandInput,
|
|
8605
8788
|
options?: __HttpHandlerOptions
|
|
@@ -8613,6 +8796,7 @@ export interface EC2 {
|
|
|
8613
8796
|
options: __HttpHandlerOptions,
|
|
8614
8797
|
cb: (err: any, data?: GetEbsDefaultKmsKeyIdCommandOutput) => void
|
|
8615
8798
|
): void;
|
|
8799
|
+
getEbsEncryptionByDefault(): Promise<GetEbsEncryptionByDefaultCommandOutput>;
|
|
8616
8800
|
getEbsEncryptionByDefault(
|
|
8617
8801
|
args: GetEbsEncryptionByDefaultCommandInput,
|
|
8618
8802
|
options?: __HttpHandlerOptions
|
|
@@ -8671,6 +8855,7 @@ export interface EC2 {
|
|
|
8671
8855
|
data?: GetHostReservationPurchasePreviewCommandOutput
|
|
8672
8856
|
) => void
|
|
8673
8857
|
): void;
|
|
8858
|
+
getImageBlockPublicAccessState(): Promise<GetImageBlockPublicAccessStateCommandOutput>;
|
|
8674
8859
|
getImageBlockPublicAccessState(
|
|
8675
8860
|
args: GetImageBlockPublicAccessStateCommandInput,
|
|
8676
8861
|
options?: __HttpHandlerOptions
|
|
@@ -8929,6 +9114,7 @@ export interface EC2 {
|
|
|
8929
9114
|
options: __HttpHandlerOptions,
|
|
8930
9115
|
cb: (err: any, data?: GetSecurityGroupsForVpcCommandOutput) => void
|
|
8931
9116
|
): void;
|
|
9117
|
+
getSerialConsoleAccessStatus(): Promise<GetSerialConsoleAccessStatusCommandOutput>;
|
|
8932
9118
|
getSerialConsoleAccessStatus(
|
|
8933
9119
|
args: GetSerialConsoleAccessStatusCommandInput,
|
|
8934
9120
|
options?: __HttpHandlerOptions
|
|
@@ -8942,6 +9128,7 @@ export interface EC2 {
|
|
|
8942
9128
|
options: __HttpHandlerOptions,
|
|
8943
9129
|
cb: (err: any, data?: GetSerialConsoleAccessStatusCommandOutput) => void
|
|
8944
9130
|
): void;
|
|
9131
|
+
getSnapshotBlockPublicAccessState(): Promise<GetSnapshotBlockPublicAccessStateCommandOutput>;
|
|
8945
9132
|
getSnapshotBlockPublicAccessState(
|
|
8946
9133
|
args: GetSnapshotBlockPublicAccessStateCommandInput,
|
|
8947
9134
|
options?: __HttpHandlerOptions
|
|
@@ -9165,6 +9352,7 @@ export interface EC2 {
|
|
|
9165
9352
|
data?: GetVpnConnectionDeviceSampleConfigurationCommandOutput
|
|
9166
9353
|
) => void
|
|
9167
9354
|
): void;
|
|
9355
|
+
getVpnConnectionDeviceTypes(): Promise<GetVpnConnectionDeviceTypesCommandOutput>;
|
|
9168
9356
|
getVpnConnectionDeviceTypes(
|
|
9169
9357
|
args: GetVpnConnectionDeviceTypesCommandInput,
|
|
9170
9358
|
options?: __HttpHandlerOptions
|
|
@@ -9210,6 +9398,7 @@ export interface EC2 {
|
|
|
9210
9398
|
data?: ImportClientVpnClientCertificateRevocationListCommandOutput
|
|
9211
9399
|
) => void
|
|
9212
9400
|
): void;
|
|
9401
|
+
importImage(): Promise<ImportImageCommandOutput>;
|
|
9213
9402
|
importImage(
|
|
9214
9403
|
args: ImportImageCommandInput,
|
|
9215
9404
|
options?: __HttpHandlerOptions
|
|
@@ -9249,6 +9438,7 @@ export interface EC2 {
|
|
|
9249
9438
|
options: __HttpHandlerOptions,
|
|
9250
9439
|
cb: (err: any, data?: ImportKeyPairCommandOutput) => void
|
|
9251
9440
|
): void;
|
|
9441
|
+
importSnapshot(): Promise<ImportSnapshotCommandOutput>;
|
|
9252
9442
|
importSnapshot(
|
|
9253
9443
|
args: ImportSnapshotCommandInput,
|
|
9254
9444
|
options?: __HttpHandlerOptions
|
|
@@ -9275,6 +9465,7 @@ export interface EC2 {
|
|
|
9275
9465
|
options: __HttpHandlerOptions,
|
|
9276
9466
|
cb: (err: any, data?: ImportVolumeCommandOutput) => void
|
|
9277
9467
|
): void;
|
|
9468
|
+
listImagesInRecycleBin(): Promise<ListImagesInRecycleBinCommandOutput>;
|
|
9278
9469
|
listImagesInRecycleBin(
|
|
9279
9470
|
args: ListImagesInRecycleBinCommandInput,
|
|
9280
9471
|
options?: __HttpHandlerOptions
|
|
@@ -9288,6 +9479,7 @@ export interface EC2 {
|
|
|
9288
9479
|
options: __HttpHandlerOptions,
|
|
9289
9480
|
cb: (err: any, data?: ListImagesInRecycleBinCommandOutput) => void
|
|
9290
9481
|
): void;
|
|
9482
|
+
listSnapshotsInRecycleBin(): Promise<ListSnapshotsInRecycleBinCommandOutput>;
|
|
9291
9483
|
listSnapshotsInRecycleBin(
|
|
9292
9484
|
args: ListSnapshotsInRecycleBinCommandInput,
|
|
9293
9485
|
options?: __HttpHandlerOptions
|
|
@@ -9664,6 +9856,7 @@ export interface EC2 {
|
|
|
9664
9856
|
options: __HttpHandlerOptions,
|
|
9665
9857
|
cb: (err: any, data?: ModifyIpamScopeCommandOutput) => void
|
|
9666
9858
|
): void;
|
|
9859
|
+
modifyLaunchTemplate(): Promise<ModifyLaunchTemplateCommandOutput>;
|
|
9667
9860
|
modifyLaunchTemplate(
|
|
9668
9861
|
args: ModifyLaunchTemplateCommandInput,
|
|
9669
9862
|
options?: __HttpHandlerOptions
|
|
@@ -10456,6 +10649,7 @@ export interface EC2 {
|
|
|
10456
10649
|
data?: RegisterTransitGatewayMulticastGroupSourcesCommandOutput
|
|
10457
10650
|
) => void
|
|
10458
10651
|
): void;
|
|
10652
|
+
rejectTransitGatewayMulticastDomainAssociations(): Promise<RejectTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
10459
10653
|
rejectTransitGatewayMulticastDomainAssociations(
|
|
10460
10654
|
args: RejectTransitGatewayMulticastDomainAssociationsCommandInput,
|
|
10461
10655
|
options?: __HttpHandlerOptions
|
|
@@ -10539,6 +10733,7 @@ export interface EC2 {
|
|
|
10539
10733
|
options: __HttpHandlerOptions,
|
|
10540
10734
|
cb: (err: any, data?: RejectVpcPeeringConnectionCommandOutput) => void
|
|
10541
10735
|
): void;
|
|
10736
|
+
releaseAddress(): Promise<ReleaseAddressCommandOutput>;
|
|
10542
10737
|
releaseAddress(
|
|
10543
10738
|
args: ReleaseAddressCommandInput,
|
|
10544
10739
|
options?: __HttpHandlerOptions
|
|
@@ -10701,6 +10896,7 @@ export interface EC2 {
|
|
|
10701
10896
|
options: __HttpHandlerOptions,
|
|
10702
10897
|
cb: (err: any, data?: RequestSpotFleetCommandOutput) => void
|
|
10703
10898
|
): void;
|
|
10899
|
+
requestSpotInstances(): Promise<RequestSpotInstancesCommandOutput>;
|
|
10704
10900
|
requestSpotInstances(
|
|
10705
10901
|
args: RequestSpotInstancesCommandInput,
|
|
10706
10902
|
options?: __HttpHandlerOptions
|
|
@@ -10727,6 +10923,7 @@ export interface EC2 {
|
|
|
10727
10923
|
options: __HttpHandlerOptions,
|
|
10728
10924
|
cb: (err: any, data?: ResetAddressAttributeCommandOutput) => void
|
|
10729
10925
|
): void;
|
|
10926
|
+
resetEbsDefaultKmsKeyId(): Promise<ResetEbsDefaultKmsKeyIdCommandOutput>;
|
|
10730
10927
|
resetEbsDefaultKmsKeyId(
|
|
10731
10928
|
args: ResetEbsDefaultKmsKeyIdCommandInput,
|
|
10732
10929
|
options?: __HttpHandlerOptions
|
|
@@ -10896,6 +11093,7 @@ export interface EC2 {
|
|
|
10896
11093
|
options: __HttpHandlerOptions,
|
|
10897
11094
|
cb: (err: any, data?: RevokeSecurityGroupEgressCommandOutput) => void
|
|
10898
11095
|
): void;
|
|
11096
|
+
revokeSecurityGroupIngress(): Promise<RevokeSecurityGroupIngressCommandOutput>;
|
|
10899
11097
|
revokeSecurityGroupIngress(
|
|
10900
11098
|
args: RevokeSecurityGroupIngressCommandInput,
|
|
10901
11099
|
options?: __HttpHandlerOptions
|
|
@@ -11161,6 +11359,7 @@ export interface EC2 {
|
|
|
11161
11359
|
options: __HttpHandlerOptions,
|
|
11162
11360
|
cb: (err: any, data?: UnmonitorInstancesCommandOutput) => void
|
|
11163
11361
|
): void;
|
|
11362
|
+
updateSecurityGroupRuleDescriptionsEgress(): Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
11164
11363
|
updateSecurityGroupRuleDescriptionsEgress(
|
|
11165
11364
|
args: UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
|
|
11166
11365
|
options?: __HttpHandlerOptions
|
|
@@ -11180,6 +11379,7 @@ export interface EC2 {
|
|
|
11180
11379
|
data?: UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
11181
11380
|
) => void
|
|
11182
11381
|
): void;
|
|
11382
|
+
updateSecurityGroupRuleDescriptionsIngress(): Promise<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput>;
|
|
11183
11383
|
updateSecurityGroupRuleDescriptionsIngress(
|
|
11184
11384
|
args: UpdateSecurityGroupRuleDescriptionsIngressCommandInput,
|
|
11185
11385
|
options?: __HttpHandlerOptions
|