class Aws::ElasticsearchService::Client
def dissociate_package(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
dissociate_package(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::DissociatePackageResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:domain_name(required, String) -- -
:package_id(required, String) --
def dissociate_package(params = {}, options = {}) req = build_request(:dissociate_package, params) req.send_request(options) end