aws-sdk-ecr 1.95.0 → 1.96.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7afd32333143731d7247bc8caa23b6ff70df3a14a3929d70bd57a71e5ebb3f6
4
- data.tar.gz: 5cd5a2199f482c75934c6c2fca98156de383c6f49beaaa446ff902ff0dd3e3f6
3
+ metadata.gz: 0145dba4e29a6bcc4a0d1d64e4edd7a48f18b36f36325d765aa66bd6908f0348
4
+ data.tar.gz: 83cb8a268642991067440c2686a30d0bf5cb5ee9ded5056f7cfa979beb0f3ba7
5
5
  SHA512:
6
- metadata.gz: 805e5933fd02dc3ee7283ca2889a5792b7b9e832447f5681f3da3be36917e98548eef55a19601e9138370095e4d1df1b77a7c010ca8f446f9b52712a841566ec
7
- data.tar.gz: 5ffb2e4a326aec9254aabad3eea137d7d34221c461f8eb0863ba29ae20a45cec823fbeef2b284a8b89b48547a1749e0d800b40be62a4a9ab9f2a0b6f0d6bdab1
6
+ metadata.gz: 6c44358c984da69853d41dd5ec122bc4bcbf7dde2a7741a8e0f7d19981015a9373cd52d77070f083b243c69d90d406ddc1c3cae5e468a1e4428b454a742aea1a
7
+ data.tar.gz: 7780182fafbe1ff67a5845d4b6a78903440eca217979eb82514c336f8df4604a0e1c8dc51f9c559a32077fb470177d79232e2ebb61adb2a0766952ea7e113344
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.0 (2025-02-07)
5
+ ------------------
6
+
7
+ * Feature - Adds support to handle the new basic scanning daily quota.
8
+
4
9
  1.95.0 (2025-02-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -1606,7 +1606,7 @@ module Aws::ECR
1606
1606
  # resp.repository_name #=> String
1607
1607
  # resp.image_id.image_digest #=> String
1608
1608
  # resp.image_id.image_tag #=> String
1609
- # resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
1609
+ # resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
1610
1610
  # resp.image_scan_status.description #=> String
1611
1611
  # resp.image_scan_findings.image_scan_completed_at #=> Time
1612
1612
  # resp.image_scan_findings.vulnerability_source_updated_at #=> Time
@@ -1777,7 +1777,7 @@ module Aws::ECR
1777
1777
  # resp.image_details[0].image_tags[0] #=> String
1778
1778
  # resp.image_details[0].image_size_in_bytes #=> Integer
1779
1779
  # resp.image_details[0].image_pushed_at #=> Time
1780
- # resp.image_details[0].image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
1780
+ # resp.image_details[0].image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
1781
1781
  # resp.image_details[0].image_scan_status.description #=> String
1782
1782
  # resp.image_details[0].image_scan_findings_summary.image_scan_completed_at #=> Time
1783
1783
  # resp.image_details[0].image_scan_findings_summary.vulnerability_source_updated_at #=> Time
@@ -3193,14 +3193,18 @@ module Aws::ECR
3193
3193
  req.send_request(options)
3194
3194
  end
3195
3195
 
3196
- # Starts an image vulnerability scan. An image scan can only be started
3197
- # once per 24 hours on an individual image. This limit includes if an
3198
- # image was scanned on initial push. For more information, see [Image
3199
- # scanning][1] in the *Amazon Elastic Container Registry User Guide*.
3196
+ # Starts a basic image vulnerability scan.
3200
3197
  #
3198
+ # A basic image scan can only be started once per 24 hours on an
3199
+ # individual image. This limit includes if an image was scanned on
3200
+ # initial push. You can start up to 100,000 basic scans per 24 hours.
3201
+ # This limit includes both scans on initial push and scans initiated by
3202
+ # the StartImageScan API. For more information, see [Basic scanning][1]
3203
+ # in the *Amazon Elastic Container Registry User Guide*.
3201
3204
  #
3202
3205
  #
3203
- # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html
3206
+ #
3207
+ # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-basic.html
3204
3208
  #
3205
3209
  # @option params [String] :registry_id
3206
3210
  # The Amazon Web Services account ID associated with the registry that
@@ -3238,7 +3242,7 @@ module Aws::ECR
3238
3242
  # resp.repository_name #=> String
3239
3243
  # resp.image_id.image_digest #=> String
3240
3244
  # resp.image_id.image_tag #=> String
3241
- # resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE"
3245
+ # resp.image_scan_status.status #=> String, one of "IN_PROGRESS", "COMPLETE", "FAILED", "UNSUPPORTED_IMAGE", "ACTIVE", "PENDING", "SCAN_ELIGIBILITY_EXPIRED", "FINDINGS_UNAVAILABLE", "LIMIT_EXCEEDED"
3242
3246
  # resp.image_scan_status.description #=> String
3243
3247
  #
3244
3248
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/StartImageScan AWS API Documentation
@@ -3700,7 +3704,7 @@ module Aws::ECR
3700
3704
  tracer: tracer
3701
3705
  )
3702
3706
  context[:gem_name] = 'aws-sdk-ecr'
3703
- context[:gem_version] = '1.95.0'
3707
+ context[:gem_version] = '1.96.0'
3704
3708
  Seahorse::Client::Request.new(handlers, context)
3705
3709
  end
3706
3710
 
data/lib/aws-sdk-ecr.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECR
55
55
  autoload :EndpointProvider, 'aws-sdk-ecr/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecr/endpoints'
57
57
 
58
- GEM_VERSION = '1.95.0'
58
+ GEM_VERSION = '1.96.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -579,7 +579,7 @@ module Aws::ECR
579
579
  end
580
580
 
581
581
  class ImageScanStatus
582
- attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "FAILED" | "UNSUPPORTED_IMAGE" | "ACTIVE" | "PENDING" | "SCAN_ELIGIBILITY_EXPIRED" | "FINDINGS_UNAVAILABLE")
582
+ attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "FAILED" | "UNSUPPORTED_IMAGE" | "ACTIVE" | "PENDING" | "SCAN_ELIGIBILITY_EXPIRED" | "FINDINGS_UNAVAILABLE" | "LIMIT_EXCEEDED")
583
583
  attr_accessor description: ::String
584
584
  SENSITIVE: []
585
585
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.96.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core