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