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