lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.54.0 vs lib/aws-sdk-ecr/client.rb in aws-sdk-ecr-1.55.0
- old
+ new
@@ -1377,10 +1377,11 @@
# resp.image_details[0].image_scan_findings_summary.vulnerability_source_updated_at #=> Time
# resp.image_details[0].image_scan_findings_summary.finding_severity_counts #=> Hash
# resp.image_details[0].image_scan_findings_summary.finding_severity_counts["FindingSeverity"] #=> Integer
# resp.image_details[0].image_manifest_media_type #=> String
# resp.image_details[0].artifact_media_type #=> String
+ # resp.image_details[0].last_recorded_pull_time #=> Time
# resp.next_token #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DescribeImages AWS API Documentation
#
# @overload describe_images(params = {})
@@ -2191,10 +2192,14 @@
def put_image(params = {}, options = {})
req = build_request(:put_image, params)
req.send_request(options)
end
+ # The `PutImageScanningConfiguration` API is being deprecated, in favor
+ # of specifying the image scanning configuration at the registry level.
+ # For more information, see PutRegistryScanningConfiguration.
+ #
# Updates the image scanning configuration for the specified repository.
#
# @option params [String] :registry_id
# The Amazon Web Services account ID associated with the registry that
# contains the repository in which to update the image scanning
@@ -2391,17 +2396,21 @@
# registry.
#
# @option params [String] :scan_type
# The scanning type to set for the registry.
#
- # By default, the `BASIC` scan type is used. When basic scanning is set,
- # you may specify filters to determine which individual repositories, or
- # all repositories, are scanned when new images are pushed.
- # Alternatively, you can do manual scans of images with basic scanning.
+ # When a registry scanning configuration is not defined, by default the
+ # `BASIC` scan type is used. When basic scanning is used, you may
+ # specify filters to determine which individual repositories, or all
+ # repositories, are scanned when new images are pushed to those
+ # repositories. Alternatively, you can do manual scans of images with
+ # basic scanning.
#
# When the `ENHANCED` scan type is set, Amazon Inspector provides
- # automated, continuous scanning of all repositories in your registry.
+ # automated vulnerability scanning. You may choose between continuous
+ # scanning or scan on push and you may specify filters to determine
+ # which individual repositories, or all repositories, are scanned.
#
# @option params [Array<Types::RegistryScanningRule>] :rules
# The scanning rules to use for the registry. A scanning rule is used to
# determine which repository filters are used and at what frequency
# scanning will occur.
@@ -2824,10 +2833,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-ecr'
- context[:gem_version] = '1.54.0'
+ context[:gem_version] = '1.55.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#