class Aws::ECR::Client

def upload_layer_part(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • upload_layer_part(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/UploadLayerPart - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::UploadLayerPartResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :layer_part_blob (required, String, IO) --
  • :part_last_byte (required, Integer) --
  • :part_first_byte (required, Integer) --
  • :upload_id (required, String) --
  • :repository_name (required, String) --
  • :registry_id (String) --
def upload_layer_part(params = {}, options = {})
  req = build_request(:upload_layer_part, params)
  req.send_request(options)
end