@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,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeOutboundConnectionsRequest, DescribeOutboundConnectionsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeOutboundConnectionsCommandInput extends DescribeOutboun
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutboundConnectionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeOutboundConnectionsCommand_base: {
|
|
24
|
+
new (input: DescribeOutboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the outbound cross-cluster connections for a local (source) Amazon OpenSearch
|
|
@@ -99,23 +102,5 @@ export interface DescribeOutboundConnectionsCommandOutput extends DescribeOutbou
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class DescribeOutboundConnectionsCommand extends
|
|
103
|
-
readonly input: DescribeOutboundConnectionsCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: DescribeOutboundConnectionsCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOutboundConnectionsCommandInput, DescribeOutboundConnectionsCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class DescribeOutboundConnectionsCommand extends DescribeOutboundConnectionsCommand_base {
|
|
121
106
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribePackagesCommandInput extends DescribePackagesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribePackagesCommandOutput extends DescribePackagesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribePackagesCommand_base: {
|
|
24
|
+
new (input: DescribePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePackagesCommandInput, DescribePackagesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes all packages available to OpenSearch Service. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
|
|
@@ -100,23 +103,5 @@ export interface DescribePackagesCommandOutput extends DescribePackagesResponse,
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class DescribePackagesCommand extends
|
|
104
|
-
readonly input: DescribePackagesCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: DescribePackagesCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePackagesCommandInput, DescribePackagesCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class DescribePackagesCommand extends DescribePackagesCommand_base {
|
|
122
107
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeReservedInstanceOfferingsRequest, DescribeReservedInstanceOfferingsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeReservedInstanceOfferingsCommandInput extends DescribeR
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeReservedInstanceOfferingsCommandOutput extends DescribeReservedInstanceOfferingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeReservedInstanceOfferingsCommand_base: {
|
|
24
|
+
new (input: DescribeReservedInstanceOfferingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the available Amazon OpenSearch Service Reserved Instance offerings for a given
|
|
@@ -83,23 +86,5 @@ export interface DescribeReservedInstanceOfferingsCommandOutput extends Describe
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class DescribeReservedInstanceOfferingsCommand extends
|
|
87
|
-
readonly input: DescribeReservedInstanceOfferingsCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: DescribeReservedInstanceOfferingsCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedInstanceOfferingsCommandInput, DescribeReservedInstanceOfferingsCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class DescribeReservedInstanceOfferingsCommand extends DescribeReservedInstanceOfferingsCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeReservedInstancesRequest, DescribeReservedInstancesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeReservedInstancesCommandInput extends DescribeReservedI
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeReservedInstancesCommandOutput extends DescribeReservedInstancesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeReservedInstancesCommand_base: {
|
|
24
|
+
new (input: DescribeReservedInstancesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the Amazon OpenSearch Service instances that you have reserved in a given Region.
|
|
@@ -90,23 +93,5 @@ export interface DescribeReservedInstancesCommandOutput extends DescribeReserved
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class DescribeReservedInstancesCommand extends
|
|
94
|
-
readonly input: DescribeReservedInstancesCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: DescribeReservedInstancesCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReservedInstancesCommandInput, DescribeReservedInstancesCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class DescribeReservedInstancesCommand extends DescribeReservedInstancesCommand_base {
|
|
112
97
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeVpcEndpointsCommandInput extends DescribeVpcEndpointsRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeVpcEndpointsCommand_base: {
|
|
24
|
+
new (input: DescribeVpcEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes one or more Amazon OpenSearch Service-managed VPC endpoints.</p>
|
|
@@ -92,23 +95,5 @@ export interface DescribeVpcEndpointsCommandOutput extends DescribeVpcEndpointsR
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class DescribeVpcEndpointsCommand extends
|
|
96
|
-
readonly input: DescribeVpcEndpointsCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DescribeVpcEndpointsCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeVpcEndpointsCommandInput, DescribeVpcEndpointsCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class DescribeVpcEndpointsCommand extends DescribeVpcEndpointsCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DissociatePackageCommandInput extends DissociatePackageRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DissociatePackageCommandOutput extends DissociatePackageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DissociatePackageCommand_base: {
|
|
24
|
+
new (input: DissociatePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DissociatePackageCommandInput, DissociatePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes a package from the specified Amazon OpenSearch Service domain. The package can't be
|
|
@@ -86,23 +89,5 @@ export interface DissociatePackageCommandOutput extends DissociatePackageRespons
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class DissociatePackageCommand extends
|
|
90
|
-
readonly input: DissociatePackageCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: DissociatePackageCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DissociatePackageCommandInput, DissociatePackageCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class DissociatePackageCommand extends DissociatePackageCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetCompatibleVersionsRequest, GetCompatibleVersionsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetCompatibleVersionsCommandInput extends GetCompatibleVersions
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetCompatibleVersionsCommand_base: {
|
|
24
|
+
new (input: GetCompatibleVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a map of OpenSearch or Elasticsearch versions and the versions you can upgrade them
|
|
@@ -74,23 +77,5 @@ export interface GetCompatibleVersionsCommandOutput extends GetCompatibleVersion
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetCompatibleVersionsCommand extends
|
|
78
|
-
readonly input: GetCompatibleVersionsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetCompatibleVersionsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleVersionsCommandInput, GetCompatibleVersionsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetCompatibleVersionsCommand extends GetCompatibleVersionsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDataSourceCommand_base: {
|
|
24
|
+
new (input: GetDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves information about a direct query data source.</p>
|
|
@@ -76,23 +79,5 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class GetDataSourceCommand extends
|
|
80
|
-
readonly input: GetDataSourceCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: GetDataSourceCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetDomainMaintenanceStatusRequest, GetDomainMaintenanceStatusResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDomainMaintenanceStatusCommandInput extends GetDomainMainten
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMaintenanceStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDomainMaintenanceStatusCommand_base: {
|
|
24
|
+
new (input: GetDomainMaintenanceStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The status of the maintenance action.</p>
|
|
@@ -72,23 +75,5 @@ export interface GetDomainMaintenanceStatusCommandOutput extends GetDomainMainte
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetDomainMaintenanceStatusCommand extends
|
|
76
|
-
readonly input: GetDomainMaintenanceStatusCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetDomainMaintenanceStatusCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainMaintenanceStatusCommandInput, GetDomainMaintenanceStatusCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetDomainMaintenanceStatusCommand extends GetDomainMaintenanceStatusCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPackageVersionHistoryCommandInput extends GetPackageVersionH
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersionHistoryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPackageVersionHistoryCommand_base: {
|
|
24
|
+
new (input: GetPackageVersionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of Amazon OpenSearch Service package versions, along with their creation time, commit message, and plugin properties (if the
|
|
@@ -85,23 +88,5 @@ export interface GetPackageVersionHistoryCommandOutput extends GetPackageVersion
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class GetPackageVersionHistoryCommand extends
|
|
89
|
-
readonly input: GetPackageVersionHistoryCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: GetPackageVersionHistoryCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPackageVersionHistoryCommandInput, GetPackageVersionHistoryCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class GetPackageVersionHistoryCommand extends GetPackageVersionHistoryCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetUpgradeHistoryCommandInput extends GetUpgradeHistoryRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetUpgradeHistoryCommand_base: {
|
|
24
|
+
new (input: GetUpgradeHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch
|
|
@@ -86,23 +89,5 @@ export interface GetUpgradeHistoryCommandOutput extends GetUpgradeHistoryRespons
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetUpgradeHistoryCommand extends
|
|
90
|
-
readonly input: GetUpgradeHistoryCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetUpgradeHistoryCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeHistoryCommandInput, GetUpgradeHistoryCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetUpgradeHistoryCommand extends GetUpgradeHistoryCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetUpgradeStatusCommandInput extends GetUpgradeStatusRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetUpgradeStatusCommand_base: {
|
|
24
|
+
new (input: GetUpgradeStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the most recent status of the last upgrade or upgrade eligibility check performed on
|
|
@@ -69,23 +72,5 @@ export interface GetUpgradeStatusCommandOutput extends GetUpgradeStatusResponse,
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetUpgradeStatusCommand extends
|
|
73
|
-
readonly input: GetUpgradeStatusCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetUpgradeStatusCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUpgradeStatusCommandInput, GetUpgradeStatusCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetUpgradeStatusCommand extends GetUpgradeStatusCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDataSourcesCommand_base: {
|
|
24
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists direct-query data sources for a specific domain. For more information, see
|
|
@@ -81,23 +84,5 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListDataSourcesCommand extends
|
|
85
|
-
readonly input: ListDataSourcesCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListDataSourcesCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
|
|
103
88
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListDomainMaintenancesRequest, ListDomainMaintenancesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListDomainMaintenancesCommandInput extends ListDomainMaintenanc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenancesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListDomainMaintenancesCommand_base: {
|
|
24
|
+
new (input: ListDomainMaintenancesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A list of maintenance actions for the domain.</p>
|
|
@@ -82,23 +85,5 @@ export interface ListDomainMaintenancesCommandOutput extends ListDomainMaintenan
|
|
|
82
85
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
83
86
|
*
|
|
84
87
|
*/
|
|
85
|
-
export declare class ListDomainMaintenancesCommand extends
|
|
86
|
-
readonly input: ListDomainMaintenancesCommandInput;
|
|
87
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
-
/**
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
constructor(input: ListDomainMaintenancesCommandInput);
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainMaintenancesCommandInput, ListDomainMaintenancesCommandOutput>;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private serialize;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private deserialize;
|
|
88
|
+
export declare class ListDomainMaintenancesCommand extends ListDomainMaintenancesCommand_base {
|
|
104
89
|
}
|