@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
|
@@ -22,10 +22,10 @@ export interface DescribePrefixListsCommandOutput extends DescribePrefixListsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePrefixListsCommand_base: {
|
|
24
24
|
new (input: DescribePrefixListsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribePrefixListsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePrefixListsCommandInput, DescribePrefixListsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes available Amazon Web Services services in a prefix list format, which includes the prefix list
|
|
30
30
|
* name and prefix list ID of the service and the IP address range for the service.</p>
|
|
31
31
|
* <p>We recommend that you use <a>DescribeManagedPrefixLists</a> instead.</p>
|
|
@@ -77,6 +77,7 @@ declare const DescribePrefixListsCommand_base: {
|
|
|
77
77
|
* @throws {@link EC2ServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribePrefixListsCommand extends DescribePrefixListsCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePrincipalIdFormatCommandOutput extends DescribePrincipa
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePrincipalIdFormatCommand_base: {
|
|
24
24
|
new (input: DescribePrincipalIdFormatCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribePrincipalIdFormatCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePrincipalIdFormatCommandInput, DescribePrincipalIdFormatCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the ID format settings for the root user and all IAM roles and IAM users
|
|
30
30
|
* that have explicitly specified a longer ID (17-character ID) preference. </p>
|
|
31
31
|
* <p>By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they
|
|
@@ -87,6 +87,7 @@ declare const DescribePrincipalIdFormatCommand_base: {
|
|
|
87
87
|
* @throws {@link EC2ServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class DescribePrincipalIdFormatCommand extends DescribePrincipalIdFormatCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribePublicIpv4PoolsCommandOutput extends DescribePublicIpv4
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribePublicIpv4PoolsCommand_base: {
|
|
24
24
|
new (input: DescribePublicIpv4PoolsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribePublicIpv4PoolsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePublicIpv4PoolsCommandInput, DescribePublicIpv4PoolsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified IPv4 address pools.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -88,6 +88,7 @@ declare const DescribePublicIpv4PoolsCommand_base: {
|
|
|
88
88
|
* @throws {@link EC2ServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribePublicIpv4PoolsCommand extends DescribePublicIpv4PoolsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRegionsCommand_base: {
|
|
24
24
|
new (input: DescribeRegionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeRegionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRegionsCommandInput, DescribeRegionsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the Regions that are enabled for your account, or all Regions.</p>
|
|
30
30
|
* <p>For a list of the Regions supported by Amazon EC2, see <a href="https://docs.aws.amazon.com/general/latest/gr/ec2-service.html">
|
|
31
31
|
* Amazon Elastic Compute Cloud endpoints and quotas</a>.</p>
|
|
@@ -78,6 +78,7 @@ declare const DescribeRegionsCommand_base: {
|
|
|
78
78
|
* @throws {@link EC2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To describe your regions
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // This example describes all the regions that are available to you.
|
|
@@ -22,10 +22,10 @@ export interface DescribeReplaceRootVolumeTasksCommandOutput extends DescribeRep
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReplaceRootVolumeTasksCommand_base: {
|
|
24
24
|
new (input: DescribeReplaceRootVolumeTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReplaceRootVolumeTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReplaceRootVolumeTasksCommandInput, DescribeReplaceRootVolumeTasksCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes a root volume replacement task. For more information, see
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/replace-root.html">Replace a root volume</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -85,6 +85,7 @@ declare const DescribeReplaceRootVolumeTasksCommand_base: {
|
|
|
85
85
|
* @throws {@link EC2ServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeReplaceRootVolumeTasksCommand extends DescribeReplaceRootVolumeTasksCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more of the Reserved Instances that you purchased.</p>
|
|
30
30
|
* <p>For more information about Reserved Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved
|
|
31
31
|
* Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -104,6 +104,7 @@ declare const DescribeReservedInstancesCommand_base: {
|
|
|
104
104
|
* @throws {@link EC2ServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
106
106
|
*
|
|
107
|
+
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_base {
|
|
109
110
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstancesListingsCommandOutput extends Describe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstancesListingsCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstancesListingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstancesListingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesListingsCommandInput, DescribeReservedInstancesListingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes your account's Reserved Instance listings in the Reserved Instance Marketplace.</p>
|
|
30
30
|
* <p>The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.</p>
|
|
31
31
|
* <p>As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.</p>
|
|
@@ -102,6 +102,7 @@ declare const DescribeReservedInstancesListingsCommand_base: {
|
|
|
102
102
|
* @throws {@link EC2ServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeReservedInstancesListingsCommand extends DescribeReservedInstancesListingsCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstancesModificationsCommandOutput extends Des
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstancesModificationsCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstancesModificationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstancesModificationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesModificationsCommandInput, DescribeReservedInstancesModificationsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.</p>
|
|
30
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modifying Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
31
31
|
* <note>
|
|
@@ -98,6 +98,7 @@ declare const DescribeReservedInstancesModificationsCommand_base: {
|
|
|
98
98
|
* @throws {@link EC2ServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeReservedInstancesModificationsCommand extends DescribeReservedInstancesModificationsCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeReservedInstancesOfferingsCommandOutput extends Describ
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeReservedInstancesOfferingsCommand_base: {
|
|
24
24
|
new (input: DescribeReservedInstancesOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeReservedInstancesOfferingsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesOfferingsCommandInput, DescribeReservedInstancesOfferingsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.</p>
|
|
30
30
|
* <p>If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.</p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Reserved Instance Marketplace</a>
|
|
@@ -113,6 +113,7 @@ declare const DescribeReservedInstancesOfferingsCommand_base: {
|
|
|
113
113
|
* @throws {@link EC2ServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
115
115
|
*
|
|
116
|
+
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class DescribeReservedInstancesOfferingsCommand extends DescribeReservedInstancesOfferingsCommand_base {
|
|
118
119
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRouteTablesCommandOutput extends DescribeRouteTablesRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRouteTablesCommand_base: {
|
|
24
24
|
new (input: DescribeRouteTablesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeRouteTablesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRouteTablesCommandInput, DescribeRouteTablesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more of your route tables.</p>
|
|
30
30
|
* <p>Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.</p>
|
|
31
31
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the
|
|
@@ -120,6 +120,7 @@ declare const DescribeRouteTablesCommand_base: {
|
|
|
120
120
|
* @throws {@link EC2ServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
122
122
|
*
|
|
123
|
+
* @public
|
|
123
124
|
* @example To describe a route table
|
|
124
125
|
* ```javascript
|
|
125
126
|
* // This example describes the specified route table.
|
|
@@ -22,10 +22,10 @@ export interface DescribeScheduledInstanceAvailabilityCommandOutput extends Desc
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeScheduledInstanceAvailabilityCommand_base: {
|
|
24
24
|
new (input: DescribeScheduledInstanceAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeScheduledInstanceAvailabilityCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledInstanceAvailabilityCommandInput, DescribeScheduledInstanceAvailabilityCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Finds available schedules that meet the specified criteria.</p>
|
|
30
30
|
* <p>You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</p>
|
|
31
31
|
* <p>After you find a schedule that meets your needs, call <a>PurchaseScheduledInstances</a>
|
|
@@ -106,6 +106,7 @@ declare const DescribeScheduledInstanceAvailabilityCommand_base: {
|
|
|
106
106
|
* @throws {@link EC2ServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
108
108
|
*
|
|
109
|
+
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class DescribeScheduledInstanceAvailabilityCommand extends DescribeScheduledInstanceAvailabilityCommand_base {
|
|
111
112
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeScheduledInstancesCommandOutput extends DescribeSchedul
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeScheduledInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeScheduledInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeScheduledInstancesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeScheduledInstancesCommandInput, DescribeScheduledInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified Scheduled Instances or all your Scheduled Instances.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const DescribeScheduledInstancesCommand_base: {
|
|
|
97
97
|
* @throws {@link EC2ServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeScheduledInstancesCommand extends DescribeScheduledInstancesCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSecurityGroupReferencesCommandOutput extends DescribeSe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSecurityGroupReferencesCommand_base: {
|
|
24
24
|
new (input: DescribeSecurityGroupReferencesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSecurityGroupReferencesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupReferencesCommandInput, DescribeSecurityGroupReferencesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DescribeSecurityGroupReferencesCommand_base: {
|
|
|
63
63
|
* @throws {@link EC2ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
* @example To describe security group references
|
|
67
68
|
* ```javascript
|
|
68
69
|
* // This example describes the security group references for the specified security group.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSecurityGroupRulesCommandOutput extends DescribeSecurit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSecurityGroupRulesCommand_base: {
|
|
24
24
|
new (input: DescribeSecurityGroupRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSecurityGroupRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupRulesCommandInput, DescribeSecurityGroupRulesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes one or more of your security group rules.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const DescribeSecurityGroupRulesCommand_base: {
|
|
|
94
94
|
* @throws {@link EC2ServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeSecurityGroupRulesCommand extends DescribeSecurityGroupRulesCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSecurityGroupsCommandOutput extends DescribeSecurityGro
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSecurityGroupsCommand_base: {
|
|
24
24
|
new (input: DescribeSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSecurityGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSecurityGroupsCommandInput, DescribeSecurityGroupsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified security groups or all of your security groups.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -156,6 +156,7 @@ declare const DescribeSecurityGroupsCommand_base: {
|
|
|
156
156
|
* @throws {@link EC2ServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
158
158
|
*
|
|
159
|
+
* @public
|
|
159
160
|
* @example To describe a security group
|
|
160
161
|
* ```javascript
|
|
161
162
|
* // This example describes the specified security group.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSnapshotAttributeCommandOutput extends DescribeSnapshot
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSnapshotAttributeCommand_base: {
|
|
24
24
|
new (input: DescribeSnapshotAttributeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSnapshotAttributeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotAttributeCommandInput, DescribeSnapshotAttributeCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified attribute of the specified snapshot. You can specify only one
|
|
30
30
|
* attribute at a time.</p>
|
|
31
31
|
* <p>For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html">Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
@@ -69,6 +69,7 @@ declare const DescribeSnapshotAttributeCommand_base: {
|
|
|
69
69
|
* @throws {@link EC2ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
* @example To describe snapshot attributes
|
|
73
74
|
* ```javascript
|
|
74
75
|
* // This example describes the ``createVolumePermission`` attribute on a snapshot with the snapshot ID of ``snap-066877671789bd71b``.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSnapshotTierStatusCommandOutput extends DescribeSnapsho
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSnapshotTierStatusCommand_base: {
|
|
24
24
|
new (input: DescribeSnapshotTierStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSnapshotTierStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotTierStatusCommandInput, DescribeSnapshotTierStatusCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the storage tier status of one or more Amazon EBS snapshots.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const DescribeSnapshotTierStatusCommand_base: {
|
|
|
84
84
|
* @throws {@link EC2ServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeSnapshotTierStatusCommand extends DescribeSnapshotTierStatusCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSnapshotsCommand_base: {
|
|
24
24
|
new (input: DescribeSnapshotsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSnapshotsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified EBS snapshots available to you or all of the EBS snapshots
|
|
30
30
|
* available to you.</p>
|
|
31
31
|
* <p>The snapshots available to you include public snapshots, private snapshots that you own,
|
|
@@ -141,6 +141,7 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
141
141
|
* @throws {@link EC2ServiceException}
|
|
142
142
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
143
143
|
*
|
|
144
|
+
* @public
|
|
144
145
|
* @example To describe a snapshot
|
|
145
146
|
* ```javascript
|
|
146
147
|
* // This example describes a snapshot with the snapshot ID of ``snap-1234567890abcdef0``.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSpotDatafeedSubscriptionCommandOutput extends DescribeS
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSpotDatafeedSubscriptionCommand_base: {
|
|
24
24
|
new (input: DescribeSpotDatafeedSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSpotDatafeedSubscriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSpotDatafeedSubscriptionCommandInput, DescribeSpotDatafeedSubscriptionCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the data feed for Spot Instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html">Spot
|
|
30
30
|
* Instance data feed</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
31
31
|
* @example
|
|
@@ -63,6 +63,7 @@ declare const DescribeSpotDatafeedSubscriptionCommand_base: {
|
|
|
63
63
|
* @throws {@link EC2ServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
* @example To describe the datafeed for your AWS account
|
|
67
68
|
* ```javascript
|
|
68
69
|
* // This example describes the Spot Instance datafeed subscription for your AWS account.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSpotFleetInstancesCommandOutput extends DescribeSpotFle
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSpotFleetInstancesCommand_base: {
|
|
24
24
|
new (input: DescribeSpotFleetInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSpotFleetInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetInstancesCommandInput, DescribeSpotFleetInstancesCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the running instances for the specified Spot Fleet.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -65,6 +65,7 @@ declare const DescribeSpotFleetInstancesCommand_base: {
|
|
|
65
65
|
* @throws {@link EC2ServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
* @example To describe the Spot Instances associated with a Spot fleet
|
|
69
70
|
* ```javascript
|
|
70
71
|
* // This example lists the Spot Instances associated with the specified Spot fleet.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSpotFleetRequestHistoryCommandOutput extends DescribeSp
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSpotFleetRequestHistoryCommand_base: {
|
|
24
24
|
new (input: DescribeSpotFleetRequestHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeSpotFleetRequestHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetRequestHistoryCommandInput, DescribeSpotFleetRequestHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the events for the specified Spot Fleet request during the specified
|
|
30
30
|
* time.</p>
|
|
31
31
|
* <p>Spot Fleet events are delayed by up to 30 seconds before they can be described. This
|
|
@@ -78,6 +78,7 @@ declare const DescribeSpotFleetRequestHistoryCommand_base: {
|
|
|
78
78
|
* @throws {@link EC2ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
* @example To describe Spot fleet history
|
|
82
83
|
* ```javascript
|
|
83
84
|
* // This example returns the history for the specified Spot fleet starting at the specified time.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSpotFleetRequestsCommandOutput extends DescribeSpotFlee
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSpotFleetRequestsCommand_base: {
|
|
24
24
|
new (input: DescribeSpotFleetRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSpotFleetRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSpotFleetRequestsCommandInput, DescribeSpotFleetRequestsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes your Spot Fleet requests.</p>
|
|
30
30
|
* <p>Spot Fleet requests are deleted 48 hours after they are canceled and their instances
|
|
31
31
|
* are terminated.</p>
|
|
@@ -399,6 +399,7 @@ declare const DescribeSpotFleetRequestsCommand_base: {
|
|
|
399
399
|
* @throws {@link EC2ServiceException}
|
|
400
400
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
401
401
|
*
|
|
402
|
+
* @public
|
|
402
403
|
* @example To describe a Spot fleet request
|
|
403
404
|
* ```javascript
|
|
404
405
|
* // This example describes the specified Spot fleet request.
|
|
@@ -22,10 +22,10 @@ export interface DescribeSpotInstanceRequestsCommandOutput extends DescribeSpotI
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeSpotInstanceRequestsCommand_base: {
|
|
24
24
|
new (input: DescribeSpotInstanceRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSpotInstanceRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSpotInstanceRequestsCommandInput, DescribeSpotInstanceRequestsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the specified Spot Instance requests.</p>
|
|
30
30
|
* <p>You can use <code>DescribeSpotInstanceRequests</code> to find a running Spot Instance by
|
|
31
31
|
* examining the response. If the status of the Spot Instance is <code>fulfilled</code>, the
|
|
@@ -217,6 +217,7 @@ declare const DescribeSpotInstanceRequestsCommand_base: {
|
|
|
217
217
|
* @throws {@link EC2ServiceException}
|
|
218
218
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
219
219
|
*
|
|
220
|
+
* @public
|
|
220
221
|
* @example To describe a Spot Instance request
|
|
221
222
|
* ```javascript
|
|
222
223
|
* // This example describes the specified Spot Instance request.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeSpotPriceHistoryRequest
|
|
4
|
+
import { DescribeSpotPriceHistoryRequest } from "../models/models_4";
|
|
5
|
+
import { DescribeSpotPriceHistoryResult } from "../models/models_5";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -22,10 +23,10 @@ export interface DescribeSpotPriceHistoryCommandOutput extends DescribeSpotPrice
|
|
|
22
23
|
}
|
|
23
24
|
declare const DescribeSpotPriceHistoryCommand_base: {
|
|
24
25
|
new (input: DescribeSpotPriceHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeSpotPriceHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSpotPriceHistoryCommandInput, DescribeSpotPriceHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
28
|
};
|
|
27
29
|
/**
|
|
28
|
-
* @public
|
|
29
30
|
* <p>Describes the Spot price history. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html">Spot Instance pricing history</a> in the
|
|
30
31
|
* <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
|
|
31
32
|
* <p>When you specify a start and end time, the operation returns the prices of the
|
|
@@ -85,6 +86,7 @@ declare const DescribeSpotPriceHistoryCommand_base: {
|
|
|
85
86
|
* @throws {@link EC2ServiceException}
|
|
86
87
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
87
88
|
*
|
|
89
|
+
* @public
|
|
88
90
|
* @example To describe Spot price history for Linux/UNIX (Amazon VPC)
|
|
89
91
|
* ```javascript
|
|
90
92
|
* // This example returns the Spot Price history for m1.xlarge, Linux/UNIX (Amazon VPC) instances for a particular day in January.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeStaleSecurityGroupsRequest, DescribeStaleSecurityGroupsResult } from "../models/
|
|
4
|
+
import { DescribeStaleSecurityGroupsRequest, DescribeStaleSecurityGroupsResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,10 +22,10 @@ export interface DescribeStaleSecurityGroupsCommandOutput extends DescribeStaleS
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeStaleSecurityGroupsCommand_base: {
|
|
24
24
|
new (input: DescribeStaleSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeStaleSecurityGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStaleSecurityGroupsCommandInput, DescribeStaleSecurityGroupsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the stale security group rules for security groups in a specified VPC.
|
|
30
30
|
* Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has
|
|
31
31
|
* been deleted.</p>
|
|
@@ -114,6 +114,7 @@ declare const DescribeStaleSecurityGroupsCommand_base: {
|
|
|
114
114
|
* @throws {@link EC2ServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
116
116
|
*
|
|
117
|
+
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class DescribeStaleSecurityGroupsCommand extends DescribeStaleSecurityGroupsCommand_base {
|
|
119
120
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeStoreImageTasksRequest, DescribeStoreImageTasksResult } from "../models/
|
|
4
|
+
import { DescribeStoreImageTasksRequest, DescribeStoreImageTasksResult } from "../models/models_5";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -22,10 +22,10 @@ export interface DescribeStoreImageTasksCommandOutput extends DescribeStoreImage
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeStoreImageTasksCommand_base: {
|
|
24
24
|
new (input: DescribeStoreImageTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeStoreImageTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeStoreImageTasksCommandInput, DescribeStoreImageTasksCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the progress of the AMI store tasks. You can describe the store tasks for
|
|
30
30
|
* specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from
|
|
31
31
|
* the last 31 days.</p>
|
|
@@ -88,6 +88,7 @@ declare const DescribeStoreImageTasksCommand_base: {
|
|
|
88
88
|
* @throws {@link EC2ServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class DescribeStoreImageTasksCommand extends DescribeStoreImageTasksCommand_base {
|
|
93
94
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { DescribeSubnetsRequest } from "../models/
|
|
5
|
-
import { DescribeSubnetsResult } from "../models/models_5";
|
|
4
|
+
import { DescribeSubnetsRequest, DescribeSubnetsResult } from "../models/models_5";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -23,10 +22,10 @@ export interface DescribeSubnetsCommandOutput extends DescribeSubnetsResult, __M
|
|
|
23
22
|
}
|
|
24
23
|
declare const DescribeSubnetsCommand_base: {
|
|
25
24
|
new (input: DescribeSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeSubnetsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSubnetsCommandInput, DescribeSubnetsCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* @public
|
|
30
29
|
* <p>Describes one or more of your subnets.</p>
|
|
31
30
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the
|
|
32
31
|
* <i>Amazon VPC User Guide</i>.</p>
|
|
@@ -112,6 +111,7 @@ declare const DescribeSubnetsCommand_base: {
|
|
|
112
111
|
* @throws {@link EC2ServiceException}
|
|
113
112
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
114
113
|
*
|
|
114
|
+
* @public
|
|
115
115
|
* @example To describe the subnets for a VPC
|
|
116
116
|
* ```javascript
|
|
117
117
|
* // This example describes the subnets for the specified VPC.
|