class Aws::ECR::Client
def initiate_layer_upload(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
initiate_layer_upload(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/InitiateLayerUpload - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::InitiateLayerUploadResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:repository_name
(required, String
) -- -
:registry_id
(String
) --
def initiate_layer_upload(params = {}, options = {}) req = build_request(:initiate_layer_upload, params) req.send_request(options) end