@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 { DeleteInboundConnectionRequest, DeleteInboundConnectionResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteInboundConnectionCommandInput extends DeleteInboundConnec
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteInboundConnectionCommandOutput extends DeleteInboundConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteInboundConnectionCommand_base: {
|
|
24
|
+
new (input: DeleteInboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound
|
|
@@ -80,23 +83,5 @@ export interface DeleteInboundConnectionCommandOutput extends DeleteInboundConne
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DeleteInboundConnectionCommand extends
|
|
84
|
-
readonly input: DeleteInboundConnectionCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DeleteInboundConnectionCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInboundConnectionCommandInput, DeleteInboundConnectionCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DeleteInboundConnectionCommand extends DeleteInboundConnectionCommand_base {
|
|
102
87
|
}
|
|
@@ -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 { DeleteOutboundConnectionRequest, DeleteOutboundConnectionResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteOutboundConnectionCommandInput extends DeleteOutboundConn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteOutboundConnectionCommandOutput extends DeleteOutboundConnectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteOutboundConnectionCommand_base: {
|
|
24
|
+
new (input: DeleteOutboundConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOutboundConnectionCommandInput, DeleteOutboundConnectionCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound
|
|
@@ -87,23 +90,5 @@ export interface DeleteOutboundConnectionCommandOutput extends DeleteOutboundCon
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class DeleteOutboundConnectionCommand extends
|
|
91
|
-
readonly input: DeleteOutboundConnectionCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DeleteOutboundConnectionCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOutboundConnectionCommandInput, DeleteOutboundConnectionCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class DeleteOutboundConnectionCommand extends DeleteOutboundConnectionCommand_base {
|
|
109
94
|
}
|
|
@@ -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 { DeletePackageRequest, DeletePackageResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeletePackageCommandInput extends DeletePackageRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeletePackageCommandOutput extends DeletePackageResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeletePackageCommand_base: {
|
|
24
|
+
new (input: DeletePackageCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePackageCommandInput, DeletePackageCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an Amazon OpenSearch Service package. For more information, see <a href="https://docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html">Custom
|
|
@@ -91,23 +94,5 @@ export interface DeletePackageCommandOutput extends DeletePackageResponse, __Met
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DeletePackageCommand extends
|
|
95
|
-
readonly input: DeletePackageCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DeletePackageCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePackageCommandInput, DeletePackageCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DeletePackageCommand extends DeletePackageCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteVpcEndpointCommand_base: {
|
|
24
|
+
new (input: DeleteVpcEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointRespons
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteVpcEndpointCommand extends
|
|
72
|
-
readonly input: DeleteVpcEndpointCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteVpcEndpointCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base {
|
|
90
75
|
}
|
|
@@ -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 { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainAutoTunesCommandInput extends DescribeDomainAutoT
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAutoTunesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainAutoTunesCommand_base: {
|
|
24
|
+
new (input: DescribeDomainAutoTunesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service
|
|
@@ -80,23 +83,5 @@ export interface DescribeDomainAutoTunesCommandOutput extends DescribeDomainAuto
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class DescribeDomainAutoTunesCommand extends
|
|
84
|
-
readonly input: DescribeDomainAutoTunesCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: DescribeDomainAutoTunesCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainAutoTunesCommandInput, DescribeDomainAutoTunesCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class DescribeDomainAutoTunesCommand extends DescribeDomainAutoTunesCommand_base {
|
|
102
87
|
}
|
|
@@ -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 { DescribeDomainChangeProgressRequest, DescribeDomainChangeProgressResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainChangeProgressCommandInput extends DescribeDomain
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomainChangeProgressResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainChangeProgressCommand_base: {
|
|
24
|
+
new (input: DescribeDomainChangeProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the current blue/green deployment happening on an Amazon
|
|
@@ -84,23 +87,5 @@ export interface DescribeDomainChangeProgressCommandOutput extends DescribeDomai
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class DescribeDomainChangeProgressCommand extends
|
|
88
|
-
readonly input: DescribeDomainChangeProgressCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: DescribeDomainChangeProgressCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainChangeProgressCommandInput, DescribeDomainChangeProgressCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class DescribeDomainChangeProgressCommand extends DescribeDomainChangeProgressCommand_base {
|
|
106
91
|
}
|
|
@@ -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 { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainCommandInput extends DescribeDomainRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainCommand_base: {
|
|
24
|
+
new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the domain configuration for the specified Amazon OpenSearch Service domain,
|
|
@@ -196,23 +199,5 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
196
199
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
197
200
|
*
|
|
198
201
|
*/
|
|
199
|
-
export declare class DescribeDomainCommand extends
|
|
200
|
-
readonly input: DescribeDomainCommandInput;
|
|
201
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
202
|
-
/**
|
|
203
|
-
* @public
|
|
204
|
-
*/
|
|
205
|
-
constructor(input: DescribeDomainCommandInput);
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
private serialize;
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
|
-
private deserialize;
|
|
202
|
+
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
218
203
|
}
|
|
@@ -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 { DescribeDomainConfigRequest, DescribeDomainConfigResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainConfigCommandInput extends DescribeDomainConfigRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainConfigCommandOutput extends DescribeDomainConfigResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainConfigCommand_base: {
|
|
24
|
+
new (input: DescribeDomainConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainConfigCommandInput, DescribeDomainConfigCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the configuration of an Amazon OpenSearch Service domain.</p>
|
|
@@ -271,23 +274,5 @@ export interface DescribeDomainConfigCommandOutput extends DescribeDomainConfigR
|
|
|
271
274
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
272
275
|
*
|
|
273
276
|
*/
|
|
274
|
-
export declare class DescribeDomainConfigCommand extends
|
|
275
|
-
readonly input: DescribeDomainConfigCommandInput;
|
|
276
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
277
|
-
/**
|
|
278
|
-
* @public
|
|
279
|
-
*/
|
|
280
|
-
constructor(input: DescribeDomainConfigCommandInput);
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainConfigCommandInput, DescribeDomainConfigCommandOutput>;
|
|
285
|
-
/**
|
|
286
|
-
* @internal
|
|
287
|
-
*/
|
|
288
|
-
private serialize;
|
|
289
|
-
/**
|
|
290
|
-
* @internal
|
|
291
|
-
*/
|
|
292
|
-
private deserialize;
|
|
277
|
+
export declare class DescribeDomainConfigCommand extends DescribeDomainConfigCommand_base {
|
|
293
278
|
}
|
|
@@ -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 { DescribeDomainHealthRequest, DescribeDomainHealthResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainHealthCommandInput extends DescribeDomainHealthRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainHealthCommandOutput extends DescribeDomainHealthResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainHealthCommand_base: {
|
|
24
|
+
new (input: DescribeDomainHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainHealthCommandInput, DescribeDomainHealthCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node.</p>
|
|
@@ -91,23 +94,5 @@ export interface DescribeDomainHealthCommandOutput extends DescribeDomainHealthR
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DescribeDomainHealthCommand extends
|
|
95
|
-
readonly input: DescribeDomainHealthCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DescribeDomainHealthCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainHealthCommandInput, DescribeDomainHealthCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DescribeDomainHealthCommand extends DescribeDomainHealthCommand_base {
|
|
113
98
|
}
|
|
@@ -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 { DescribeDomainNodesRequest, DescribeDomainNodesResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainNodesCommandInput extends DescribeDomainNodesRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainNodesCommandOutput extends DescribeDomainNodesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainNodesCommand_base: {
|
|
24
|
+
new (input: DescribeDomainNodesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainNodesCommandInput, DescribeDomainNodesCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about domain and nodes, including data nodes, master nodes, ultrawarm
|
|
@@ -81,23 +84,5 @@ export interface DescribeDomainNodesCommandOutput extends DescribeDomainNodesRes
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class DescribeDomainNodesCommand extends
|
|
85
|
-
readonly input: DescribeDomainNodesCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: DescribeDomainNodesCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainNodesCommandInput, DescribeDomainNodesCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class DescribeDomainNodesCommand extends DescribeDomainNodesCommand_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 { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainsCommand_base: {
|
|
24
|
+
new (input: DescribeDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainsCommandInput, DescribeDomainsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns domain configuration information about the specified Amazon OpenSearch Service
|
|
@@ -197,23 +200,5 @@ export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, _
|
|
|
197
200
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
198
201
|
*
|
|
199
202
|
*/
|
|
200
|
-
export declare class DescribeDomainsCommand extends
|
|
201
|
-
readonly input: DescribeDomainsCommandInput;
|
|
202
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
203
|
-
/**
|
|
204
|
-
* @public
|
|
205
|
-
*/
|
|
206
|
-
constructor(input: DescribeDomainsCommandInput);
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainsCommandInput, DescribeDomainsCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* @internal
|
|
213
|
-
*/
|
|
214
|
-
private serialize;
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
private deserialize;
|
|
203
|
+
export declare class DescribeDomainsCommand extends DescribeDomainsCommand_base {
|
|
219
204
|
}
|
|
@@ -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 { DescribeDryRunProgressRequest, DescribeDryRunProgressResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDryRunProgressCommandInput extends DescribeDryRunProgre
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDryRunProgressCommandOutput extends DescribeDryRunProgressResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDryRunProgressCommand_base: {
|
|
24
|
+
new (input: DescribeDryRunProgressCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDryRunProgressCommandInput, DescribeDryRunProgressCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch
|
|
@@ -217,23 +220,5 @@ export interface DescribeDryRunProgressCommandOutput extends DescribeDryRunProgr
|
|
|
217
220
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
218
221
|
*
|
|
219
222
|
*/
|
|
220
|
-
export declare class DescribeDryRunProgressCommand extends
|
|
221
|
-
readonly input: DescribeDryRunProgressCommandInput;
|
|
222
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
223
|
-
/**
|
|
224
|
-
* @public
|
|
225
|
-
*/
|
|
226
|
-
constructor(input: DescribeDryRunProgressCommandInput);
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDryRunProgressCommandInput, DescribeDryRunProgressCommandOutput>;
|
|
231
|
-
/**
|
|
232
|
-
* @internal
|
|
233
|
-
*/
|
|
234
|
-
private serialize;
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
|
-
private deserialize;
|
|
223
|
+
export declare class DescribeDryRunProgressCommand extends DescribeDryRunProgressCommand_base {
|
|
239
224
|
}
|
|
@@ -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 { DescribeInboundConnectionsRequest, DescribeInboundConnectionsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeInboundConnectionsCommandInput extends DescribeInboundC
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeInboundConnectionsCommandOutput extends DescribeInboundConnectionsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeInboundConnectionsCommand_base: {
|
|
24
|
+
new (input: DescribeInboundConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists all the inbound cross-cluster search connections for a destination (remote) Amazon
|
|
@@ -92,23 +95,5 @@ export interface DescribeInboundConnectionsCommandOutput extends DescribeInbound
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class DescribeInboundConnectionsCommand extends
|
|
96
|
-
readonly input: DescribeInboundConnectionsCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DescribeInboundConnectionsCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInboundConnectionsCommandInput, DescribeInboundConnectionsCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class DescribeInboundConnectionsCommand extends DescribeInboundConnectionsCommand_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 { DescribeInstanceTypeLimitsRequest, DescribeInstanceTypeLimitsResponse } from "../models/models_0";
|
|
5
4
|
import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeInstanceTypeLimitsCommandInput extends DescribeInstance
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeInstanceTypeLimitsCommandOutput extends DescribeInstanceTypeLimitsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeInstanceTypeLimitsCommand_base: {
|
|
24
|
+
new (input: DescribeInstanceTypeLimitsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstanceTypeLimitsCommandInput, DescribeInstanceTypeLimitsCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Describes the instance count, storage, and master node limits for a given OpenSearch or
|
|
@@ -103,23 +106,5 @@ export interface DescribeInstanceTypeLimitsCommandOutput extends DescribeInstanc
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from OpenSearch service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class DescribeInstanceTypeLimitsCommand extends
|
|
107
|
-
readonly input: DescribeInstanceTypeLimitsCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: DescribeInstanceTypeLimitsCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: OpenSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeInstanceTypeLimitsCommandInput, DescribeInstanceTypeLimitsCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class DescribeInstanceTypeLimitsCommand extends DescribeInstanceTypeLimitsCommand_base {
|
|
125
110
|
}
|