class Aws::CodeArtifact::Client
def update_package_versions_status(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
update_package_versions_status(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/UpdatePackageVersionsStatus - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::UpdatePackageVersionsStatusResult)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:target_status(required, String) -- -
:expected_status(String) -- -
:version_revisions(Hash) -- -
:versions(required, Array) -- -
:package(required, String) -- -
:namespace(String) -- -
:format(required, String) -- -
:repository(required, String) -- -
:domain_owner(String) -- -
:domain(required, String) --
def update_package_versions_status(params = {}, options = {}) req = build_request(:update_package_versions_status, params) req.send_request(options) end