@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,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeDomainNodesCommand, se_DescribeDomainNodesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeDomainNodesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeDomainNodesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeDomainNodes",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeDomainNodesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeDomainNodesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeDomainNodesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeDomainNodes", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeDomainNodesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeDomainNodesCommand)
|
|
22
|
+
.de(de_DescribeDomainNodesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeDomainsCommand, se_DescribeDomainsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeDomainsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeDomainsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeDomains",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeDomainsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeDomainsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeDomainsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeDomains", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeDomainsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeDomainsCommand)
|
|
22
|
+
.de(de_DescribeDomainsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeDryRunProgressCommand, se_DescribeDryRunProgressCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeDryRunProgressCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeDryRunProgressCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeDryRunProgress",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeDryRunProgressCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeDryRunProgressCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeDryRunProgressCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeDryRunProgress", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeDryRunProgressCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeDryRunProgressCommand)
|
|
22
|
+
.de(de_DescribeDryRunProgressCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeInboundConnectionsCommand, se_DescribeInboundConnectionsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeInboundConnectionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeInboundConnectionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeInboundConnections",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeInboundConnectionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeInboundConnectionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeInboundConnectionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeInboundConnections", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeInboundConnectionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeInboundConnectionsCommand)
|
|
22
|
+
.de(de_DescribeInboundConnectionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeInstanceTypeLimitsCommand, se_DescribeInstanceTypeLimitsCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeInstanceTypeLimitsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeInstanceTypeLimitsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeInstanceTypeLimits",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeInstanceTypeLimitsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeInstanceTypeLimitsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeInstanceTypeLimitsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeInstanceTypeLimits", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeInstanceTypeLimitsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeInstanceTypeLimitsCommand)
|
|
22
|
+
.de(de_DescribeInstanceTypeLimitsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeOutboundConnectionsCommand, se_DescribeOutboundConnectionsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeOutboundConnectionsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeOutboundConnectionsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeOutboundConnections",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeOutboundConnectionsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeOutboundConnectionsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeOutboundConnectionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeOutboundConnections", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeOutboundConnectionsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeOutboundConnectionsCommand)
|
|
22
|
+
.de(de_DescribeOutboundConnectionsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribePackagesCommand, se_DescribePackagesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribePackagesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribePackagesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribePackages",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribePackagesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribePackagesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribePackagesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribePackages", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribePackagesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribePackagesCommand)
|
|
22
|
+
.de(de_DescribePackagesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeReservedInstanceOfferingsCommand, se_DescribeReservedInstanceOfferingsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeReservedInstanceOfferingsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeReservedInstanceOfferingsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeReservedInstanceOfferings",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeReservedInstanceOfferingsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeReservedInstanceOfferingsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeReservedInstanceOfferingsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeReservedInstanceOfferings", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeReservedInstanceOfferingsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeReservedInstanceOfferingsCommand)
|
|
22
|
+
.de(de_DescribeReservedInstanceOfferingsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeReservedInstancesCommand, se_DescribeReservedInstancesCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeReservedInstancesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "OpenSearchClient";
|
|
26
|
-
const commandName = "DescribeReservedInstancesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AmazonOpenSearchService",
|
|
35
|
-
operation: "DescribeReservedInstances",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeReservedInstancesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeReservedInstancesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeReservedInstancesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AmazonOpenSearchService", "DescribeReservedInstances", {})
|
|
19
|
+
.n("OpenSearchClient", "DescribeReservedInstancesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeReservedInstancesCommand)
|
|
22
|
+
.de(de_DescribeReservedInstancesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|