@aws-sdk/client-opensearch 3.477.0 → 3.481.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/dist-cjs/commands/AcceptInboundConnectionCommand.js +18 -41
- package/dist-cjs/commands/AddDataSourceCommand.js +18 -41
- package/dist-cjs/commands/AddTagsCommand.js +18 -41
- package/dist-cjs/commands/AssociatePackageCommand.js +18 -41
- package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
- package/dist-cjs/commands/CancelServiceSoftwareUpdateCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainCommand.js +18 -41
- package/dist-cjs/commands/CreateOutboundConnectionCommand.js +18 -41
- package/dist-cjs/commands/CreatePackageCommand.js +18 -41
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainCommand.js +18 -41
- package/dist-cjs/commands/DeleteInboundConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteOutboundConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeletePackageCommand.js +18 -41
- package/dist-cjs/commands/DeleteVpcEndpointCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainConfigCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainHealthCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainNodesCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainsCommand.js +18 -41
- package/dist-cjs/commands/DescribeDryRunProgressCommand.js +18 -41
- package/dist-cjs/commands/DescribeInboundConnectionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeInstanceTypeLimitsCommand.js +18 -41
- package/dist-cjs/commands/DescribeOutboundConnectionsCommand.js +18 -41
- package/dist-cjs/commands/DescribePackagesCommand.js +18 -41
- package/dist-cjs/commands/DescribeReservedInstanceOfferingsCommand.js +18 -41
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +18 -41
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +18 -41
- package/dist-cjs/commands/DissociatePackageCommand.js +18 -41
- package/dist-cjs/commands/GetCompatibleVersionsCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
- package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +18 -41
- package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +18 -41
- package/dist-cjs/commands/GetUpgradeHistoryCommand.js +18 -41
- package/dist-cjs/commands/GetUpgradeStatusCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainMaintenancesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsForPackageCommand.js +18 -41
- package/dist-cjs/commands/ListInstanceTypeDetailsCommand.js +18 -41
- package/dist-cjs/commands/ListPackagesForDomainCommand.js +18 -41
- package/dist-cjs/commands/ListScheduledActionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsCommand.js +18 -41
- package/dist-cjs/commands/ListVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +18 -41
- package/dist-cjs/commands/ListVpcEndpointsCommand.js +18 -41
- package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +18 -41
- package/dist-cjs/commands/PurchaseReservedInstanceOfferingCommand.js +18 -41
- package/dist-cjs/commands/RejectInboundConnectionCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
- package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +18 -41
- package/dist-cjs/commands/StartDomainMaintenanceCommand.js +18 -41
- package/dist-cjs/commands/StartServiceSoftwareUpdateCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainConfigCommand.js +18 -41
- package/dist-cjs/commands/UpdatePackageCommand.js +18 -41
- package/dist-cjs/commands/UpdateScheduledActionCommand.js +18 -41
- package/dist-cjs/commands/UpdateVpcEndpointCommand.js +18 -41
- package/dist-cjs/commands/UpgradeDomainCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeInboundConnectionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOutboundConnectionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribePackagesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedInstanceOfferingsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeReservedInstancesPaginator.js +2 -24
- package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +2 -24
- package/dist-cjs/pagination/ListInstanceTypeDetailsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +2 -24
- package/dist-cjs/pagination/ListScheduledActionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListVersionsPaginator.js +2 -24
- package/dist-es/commands/AcceptInboundConnectionCommand.js +18 -41
- package/dist-es/commands/AddDataSourceCommand.js +18 -41
- package/dist-es/commands/AddTagsCommand.js +18 -41
- package/dist-es/commands/AssociatePackageCommand.js +18 -41
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +18 -41
- package/dist-es/commands/CancelServiceSoftwareUpdateCommand.js +18 -41
- package/dist-es/commands/CreateDomainCommand.js +18 -41
- package/dist-es/commands/CreateOutboundConnectionCommand.js +18 -41
- package/dist-es/commands/CreatePackageCommand.js +18 -41
- package/dist-es/commands/CreateVpcEndpointCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDomainCommand.js +18 -41
- package/dist-es/commands/DeleteInboundConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteOutboundConnectionCommand.js +18 -41
- package/dist-es/commands/DeletePackageCommand.js +18 -41
- package/dist-es/commands/DeleteVpcEndpointCommand.js +18 -41
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +18 -41
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeDomainConfigCommand.js +18 -41
- package/dist-es/commands/DescribeDomainHealthCommand.js +18 -41
- package/dist-es/commands/DescribeDomainNodesCommand.js +18 -41
- package/dist-es/commands/DescribeDomainsCommand.js +18 -41
- package/dist-es/commands/DescribeDryRunProgressCommand.js +18 -41
- package/dist-es/commands/DescribeInboundConnectionsCommand.js +18 -41
- package/dist-es/commands/DescribeInstanceTypeLimitsCommand.js +18 -41
- package/dist-es/commands/DescribeOutboundConnectionsCommand.js +18 -41
- package/dist-es/commands/DescribePackagesCommand.js +18 -41
- package/dist-es/commands/DescribeReservedInstanceOfferingsCommand.js +18 -41
- package/dist-es/commands/DescribeReservedInstancesCommand.js +18 -41
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +18 -41
- package/dist-es/commands/DissociatePackageCommand.js +18 -41
- package/dist-es/commands/GetCompatibleVersionsCommand.js +18 -41
- package/dist-es/commands/GetDataSourceCommand.js +18 -41
- package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +18 -41
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +18 -41
- package/dist-es/commands/GetUpgradeHistoryCommand.js +18 -41
- package/dist-es/commands/GetUpgradeStatusCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListDomainMaintenancesCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/ListDomainsForPackageCommand.js +18 -41
- package/dist-es/commands/ListInstanceTypeDetailsCommand.js +18 -41
- package/dist-es/commands/ListPackagesForDomainCommand.js +18 -41
- package/dist-es/commands/ListScheduledActionsCommand.js +18 -41
- package/dist-es/commands/ListTagsCommand.js +18 -41
- package/dist-es/commands/ListVersionsCommand.js +18 -41
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +18 -41
- package/dist-es/commands/ListVpcEndpointsCommand.js +18 -41
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +18 -41
- package/dist-es/commands/PurchaseReservedInstanceOfferingCommand.js +18 -41
- package/dist-es/commands/RejectInboundConnectionCommand.js +18 -41
- package/dist-es/commands/RemoveTagsCommand.js +18 -41
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +18 -41
- package/dist-es/commands/StartDomainMaintenanceCommand.js +18 -41
- package/dist-es/commands/StartServiceSoftwareUpdateCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainConfigCommand.js +18 -41
- package/dist-es/commands/UpdatePackageCommand.js +18 -41
- package/dist-es/commands/UpdateScheduledActionCommand.js +18 -41
- package/dist-es/commands/UpdateVpcEndpointCommand.js +18 -41
- package/dist-es/commands/UpgradeDomainCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeDomainAutoTunesPaginator.js +2 -23
- package/dist-es/pagination/DescribeInboundConnectionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeOutboundConnectionsPaginator.js +2 -23
- package/dist-es/pagination/DescribePackagesPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedInstanceOfferingsPaginator.js +2 -23
- package/dist-es/pagination/DescribeReservedInstancesPaginator.js +2 -23
- package/dist-es/pagination/GetPackageVersionHistoryPaginator.js +2 -23
- package/dist-es/pagination/GetUpgradeHistoryPaginator.js +2 -23
- package/dist-es/pagination/ListDomainMaintenancesPaginator.js +2 -23
- package/dist-es/pagination/ListDomainsForPackagePaginator.js +2 -23
- package/dist-es/pagination/ListInstanceTypeDetailsPaginator.js +2 -23
- package/dist-es/pagination/ListPackagesForDomainPaginator.js +2 -23
- package/dist-es/pagination/ListScheduledActionsPaginator.js +2 -23
- package/dist-es/pagination/ListVersionsPaginator.js +2 -23
- package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +6 -21
- package/dist-types/commands/AddDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsCommand.d.ts +6 -21
- package/dist-types/commands/AssociatePackageCommand.d.ts +6 -21
- package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +6 -21
- package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -21
- package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +6 -21
- package/dist-types/commands/CreatePackageCommand.d.ts +6 -21
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeletePackageCommand.d.ts +6 -21
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainConfigCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainHealthCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainNodesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribePackagesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/DissociatePackageCommand.d.ts +6 -21
- package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +6 -21
- package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +6 -21
- package/dist-types/commands/GetUpgradeStatusCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsForPackageCommand.d.ts +6 -21
- package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +6 -21
- package/dist-types/commands/ListPackagesForDomainCommand.d.ts +6 -21
- package/dist-types/commands/ListScheduledActionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsCommand.d.ts +6 -21
- package/dist-types/commands/ListVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +6 -21
- package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -21
- package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +6 -21
- package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +6 -21
- package/dist-types/commands/RejectInboundConnectionCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
- package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +6 -21
- package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +6 -21
- package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainConfigCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePackageCommand.d.ts +6 -21
- package/dist-types/commands/UpdateScheduledActionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -21
- package/dist-types/commands/UpgradeDomainCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeDomainAutoTunesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeInboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOutboundConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPackageVersionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUpgradeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainMaintenancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsForPackagePaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceTypeDetailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPackagesForDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScheduledActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVersionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeInboundConnectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOutboundConnectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedInstanceOfferingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeReservedInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainMaintenancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstanceTypeDetailsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListScheduledActionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListVersionsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
OpenSearchClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
17
11
|
export interface ListTagsCommandOutput
|
|
18
12
|
extends ListTagsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListTagsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListTagsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListTagsCommandInput,
|
|
19
|
+
ListTagsCommandOutput,
|
|
20
|
+
OpenSearchClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListTagsCommand extends ListTagsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListVersionsRequest, ListVersionsResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
OpenSearchClientResolvedConfig,
|
|
@@ -17,19 +11,16 @@ export interface ListVersionsCommandInput extends ListVersionsRequest {}
|
|
|
17
11
|
export interface ListVersionsCommandOutput
|
|
18
12
|
extends ListVersionsResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListVersionsCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListVersionsCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListVersionsCommandInput,
|
|
19
|
+
ListVersionsCommandOutput,
|
|
20
|
+
OpenSearchClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListVersionsCommand extends ListVersionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListVpcEndpointAccessRequest,
|
|
11
5
|
ListVpcEndpointAccessResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListVpcEndpointAccessCommandInput
|
|
|
21
15
|
export interface ListVpcEndpointAccessCommandOutput
|
|
22
16
|
extends ListVpcEndpointAccessResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListVpcEndpointAccessCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListVpcEndpointAccessCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListVpcEndpointAccessCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListVpcEndpointAccessCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListVpcEndpointAccessCommandInput,
|
|
38
|
-
ListVpcEndpointAccessCommandOutput
|
|
23
|
+
ListVpcEndpointAccessCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListVpcEndpointAccessCommand extends ListVpcEndpointAccessCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListVpcEndpointsRequest,
|
|
11
5
|
ListVpcEndpointsResponse,
|
|
@@ -20,19 +14,16 @@ export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {}
|
|
|
20
14
|
export interface ListVpcEndpointsCommandOutput
|
|
21
15
|
extends ListVpcEndpointsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListVpcEndpointsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListVpcEndpointsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListVpcEndpointsCommandInput,
|
|
22
|
+
ListVpcEndpointsCommandOutput,
|
|
23
|
+
OpenSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListVpcEndpointsCommand extends ListVpcEndpointsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListVpcEndpointsForDomainRequest,
|
|
11
5
|
ListVpcEndpointsForDomainResponse,
|
|
@@ -21,22 +15,16 @@ export interface ListVpcEndpointsForDomainCommandInput
|
|
|
21
15
|
export interface ListVpcEndpointsForDomainCommandOutput
|
|
22
16
|
extends ListVpcEndpointsForDomainResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: ListVpcEndpointsForDomainCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: ListVpcEndpointsForDomainCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const ListVpcEndpointsForDomainCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListVpcEndpointsForDomainCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
ListVpcEndpointsForDomainCommandInput,
|
|
38
|
-
ListVpcEndpointsForDomainCommandOutput
|
|
23
|
+
ListVpcEndpointsForDomainCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListVpcEndpointsForDomainCommand extends ListVpcEndpointsForDomainCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
PurchaseReservedInstanceOfferingRequest,
|
|
11
5
|
PurchaseReservedInstanceOfferingResponse,
|
|
@@ -21,22 +15,16 @@ export interface PurchaseReservedInstanceOfferingCommandInput
|
|
|
21
15
|
export interface PurchaseReservedInstanceOfferingCommandOutput
|
|
22
16
|
extends PurchaseReservedInstanceOfferingResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: PurchaseReservedInstanceOfferingCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: PurchaseReservedInstanceOfferingCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const PurchaseReservedInstanceOfferingCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: PurchaseReservedInstanceOfferingCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
PurchaseReservedInstanceOfferingCommandInput,
|
|
38
|
-
PurchaseReservedInstanceOfferingCommandOutput
|
|
23
|
+
PurchaseReservedInstanceOfferingCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class PurchaseReservedInstanceOfferingCommand extends PurchaseReservedInstanceOfferingCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RejectInboundConnectionRequest,
|
|
11
5
|
RejectInboundConnectionResponse,
|
|
@@ -21,22 +15,16 @@ export interface RejectInboundConnectionCommandInput
|
|
|
21
15
|
export interface RejectInboundConnectionCommandOutput
|
|
22
16
|
extends RejectInboundConnectionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RejectInboundConnectionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RejectInboundConnectionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RejectInboundConnectionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RejectInboundConnectionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RejectInboundConnectionCommandInput,
|
|
38
|
-
RejectInboundConnectionCommandOutput
|
|
23
|
+
RejectInboundConnectionCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RejectInboundConnectionCommand extends RejectInboundConnectionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { RemoveTagsRequest } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
OpenSearchClientResolvedConfig,
|
|
@@ -15,19 +9,16 @@ import {
|
|
|
15
9
|
export { __MetadataBearer, $Command };
|
|
16
10
|
export interface RemoveTagsCommandInput extends RemoveTagsRequest {}
|
|
17
11
|
export interface RemoveTagsCommandOutput extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
private serialize;
|
|
32
|
-
private deserialize;
|
|
33
|
-
}
|
|
12
|
+
declare const RemoveTagsCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: RemoveTagsCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
RemoveTagsCommandInput,
|
|
17
|
+
RemoveTagsCommandOutput,
|
|
18
|
+
OpenSearchClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
RevokeVpcEndpointAccessRequest,
|
|
11
5
|
RevokeVpcEndpointAccessResponse,
|
|
@@ -21,22 +15,16 @@ export interface RevokeVpcEndpointAccessCommandInput
|
|
|
21
15
|
export interface RevokeVpcEndpointAccessCommandOutput
|
|
22
16
|
extends RevokeVpcEndpointAccessResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: RevokeVpcEndpointAccessCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: RevokeVpcEndpointAccessCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const RevokeVpcEndpointAccessCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: RevokeVpcEndpointAccessCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
RevokeVpcEndpointAccessCommandInput,
|
|
38
|
-
RevokeVpcEndpointAccessCommandOutput
|
|
23
|
+
RevokeVpcEndpointAccessCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class RevokeVpcEndpointAccessCommand extends RevokeVpcEndpointAccessCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartDomainMaintenanceRequest,
|
|
11
5
|
StartDomainMaintenanceResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartDomainMaintenanceCommandInput
|
|
|
21
15
|
export interface StartDomainMaintenanceCommandOutput
|
|
22
16
|
extends StartDomainMaintenanceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartDomainMaintenanceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartDomainMaintenanceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartDomainMaintenanceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDomainMaintenanceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartDomainMaintenanceCommandInput,
|
|
38
|
-
StartDomainMaintenanceCommandOutput
|
|
23
|
+
StartDomainMaintenanceCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDomainMaintenanceCommand extends StartDomainMaintenanceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartServiceSoftwareUpdateRequest,
|
|
11
5
|
StartServiceSoftwareUpdateResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartServiceSoftwareUpdateCommandInput
|
|
|
21
15
|
export interface StartServiceSoftwareUpdateCommandOutput
|
|
22
16
|
extends StartServiceSoftwareUpdateResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartServiceSoftwareUpdateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartServiceSoftwareUpdateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: OpenSearchClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartServiceSoftwareUpdateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartServiceSoftwareUpdateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartServiceSoftwareUpdateCommandInput,
|
|
38
|
-
StartServiceSoftwareUpdateCommandOutput
|
|
23
|
+
StartServiceSoftwareUpdateCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartServiceSoftwareUpdateCommand extends StartServiceSoftwareUpdateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateDataSourceRequest,
|
|
11
5
|
UpdateDataSourceResponse,
|
|
@@ -20,19 +14,16 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
|
20
14
|
export interface UpdateDataSourceCommandOutput
|
|
21
15
|
extends UpdateDataSourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdateDataSourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdateDataSourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdateDataSourceCommandInput,
|
|
22
|
+
UpdateDataSourceCommandOutput,
|
|
23
|
+
OpenSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateDomainConfigRequest,
|
|
11
5
|
UpdateDomainConfigResponse,
|
|
@@ -21,19 +15,16 @@ export interface UpdateDomainConfigCommandInput
|
|
|
21
15
|
export interface UpdateDomainConfigCommandOutput
|
|
22
16
|
extends UpdateDomainConfigResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const UpdateDomainConfigCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateDomainConfigCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
UpdateDomainConfigCommandInput,
|
|
23
|
+
UpdateDomainConfigCommandOutput,
|
|
24
|
+
OpenSearchClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateDomainConfigCommand extends UpdateDomainConfigCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdatePackageRequest,
|
|
11
5
|
UpdatePackageResponse,
|
|
@@ -20,19 +14,16 @@ export interface UpdatePackageCommandInput extends UpdatePackageRequest {}
|
|
|
20
14
|
export interface UpdatePackageCommandOutput
|
|
21
15
|
extends UpdatePackageResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const UpdatePackageCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: UpdatePackageCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
UpdatePackageCommandInput,
|
|
22
|
+
UpdatePackageCommandOutput,
|
|
23
|
+
OpenSearchClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class UpdatePackageCommand extends UpdatePackageCommand_base {}
|