aws-sdk-ecr 1.95.0 → 1.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ecr/client.rb +41 -37
- data/lib/aws-sdk-ecr.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e20cb0fa63f18a6b697c12482a0d62e8d31965d6208ddef8c7e4a01be09e67d
|
4
|
+
data.tar.gz: 4bf6c2e968904d0d188aca5e56a3d3789d6dd600f46cd24868f818fbe57459b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90b667ed573adfdfde2a850491297d71911d11357ab6a3c9356e2274ba751027bfbdb47d0627dab75d86c1e4e8cd92e8cc3c4063675b578422879fdad9dce6b4
|
7
|
+
data.tar.gz: 176e91eaef4ee3c3b86795338803f42dcd9031ac26c5d0d82c71b7adf26a1f20c022b2ccf39aa2549690688cb8aa8acc1ad81bf59647f6f9ed67ae54d3f20363
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.97.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.96.0 (2025-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds support to handle the new basic scanning daily quota.
|
13
|
+
|
4
14
|
1.95.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
data/lib/aws-sdk-ecr/client.rb
CHANGED
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::ECR
|
40
40
|
# An API client for ECR. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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
|
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
|
-
#
|
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.
|
3707
|
+
context[:gem_version] = '1.97.0'
|
3704
3708
|
Seahorse::Client::Request.new(handlers, context)
|
3705
3709
|
end
|
3706
3710
|
|
data/lib/aws-sdk-ecr.rb
CHANGED
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.
|
4
|
+
version: 1.97.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-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|