lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.32.0 vs lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.33.0
- old
+ new
@@ -1690,10 +1690,13 @@
#
# @option params [String] :image_tag
# The tag to associate with the image. This parameter is required for
# images that use the Docker Image Manifest V2 Schema 2 or OCI formats.
#
+ # @option params [String] :image_digest
+ # The image digest of the image manifest corresponding to the image.
+ #
# @return [Types::PutImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::PutImageResponse#image #image} => Types::Image
#
# @example Request syntax with placeholder values
@@ -1702,10 +1705,11 @@
# registry_id: "RegistryId",
# repository_name: "RepositoryName", # required
# image_manifest: "ImageManifest", # required
# image_manifest_media_type: "MediaType",
# image_tag: "ImageTag",
+ # image_digest: "ImageDigest",
# })
#
# @example Response structure
#
# resp.image.registry_id #=> String
@@ -2181,10 +2185,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecr'
- context[:gem_version] = '1.32.0'
+ context[:gem_version] = '1.33.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#