aws-sdk-ecr 1.88.0 → 1.89.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad27e85bc1cf30dc64829ad4a82505c4f468bc9ad0fcccda563774000343f55c
4
- data.tar.gz: fa901b87485cef2c3940c0d9a681cebed74e6fdb54ce4c0a7ed23e0db16df9da
3
+ metadata.gz: 309ded0d6861365225433a77fe649d02571fc08f13903d5c298fa9fae30be90c
4
+ data.tar.gz: 3a09ac6c6d1824068c61ef33ba8169699e3a45033c9bf77d2a2f4dc244630359
5
5
  SHA512:
6
- metadata.gz: 4bc528f12910974797f16de384daba33b08c19b287a07b0a31177dfed49e82d53c760977ba3c03f8d6d1b6e8ecf1d170c1b8950c5ccad9170eefe70a03075cca
7
- data.tar.gz: e29b0325408fab7d67326cf93988aa33379c5cac8845746b34dc687f88293d71ed3b7bb9ef64234ecd9bb621afd7a314c94f2a8730d098be21676baedebcb3de
6
+ metadata.gz: e41e276367e6f3df51e01bf7a469b5e5745c73650c5b0e7b913f2a7b85efe83599e0a6b9fcf1ffd8998091a6a34772bfd49859c3417916631eabbaae7c37d083
7
+ data.tar.gz: dccc8e957c1a8fcdacbf21c7a9c4377a9f587c577cf059f2ea7e4433da41e78957dbadce56b56cecfed64ee2ae0b0856a9e0871dab365abe79296412139862b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-12-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
8
+
4
9
  1.88.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -2102,10 +2102,11 @@ module Aws::ECR
2102
2102
  req.send_request(options)
2103
2103
  end
2104
2104
 
2105
- # Retrieves the basic scan type version name.
2105
+ # Retrieves the account setting value for the specified setting name.
2106
2106
  #
2107
2107
  # @option params [required, String] :name
2108
- # Basic scan type version name.
2108
+ # The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` or
2109
+ # `REGISTRY_POLICY_SCOPE`.
2109
2110
  #
2110
2111
  # @return [Types::GetAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2111
2112
  #
@@ -2668,15 +2669,18 @@ module Aws::ECR
2668
2669
  req.send_request(options)
2669
2670
  end
2670
2671
 
2671
- # Allows you to change the basic scan type version by setting the `name`
2672
- # parameter to either `CLAIR` to `AWS_NATIVE`.
2672
+ # Allows you to change the basic scan type version or registry policy
2673
+ # scope.
2673
2674
  #
2674
2675
  # @option params [required, String] :name
2675
- # Basic scan type version name.
2676
+ # The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION` or
2677
+ # `REGISTRY_POLICY_SCOPE`.
2676
2678
  #
2677
2679
  # @option params [required, String] :value
2678
- # Setting value that determines what basic scan type is being used:
2679
- # `AWS_NATIVE` or `CLAIR`.
2680
+ # Setting value that is specified. The following are valid values for
2681
+ # the basic scan type being used: `AWS_NATIVE` or `CLAIR`. The following
2682
+ # are valid values for the registry policy scope being used: `V1` or
2683
+ # `V2`.
2680
2684
  #
2681
2685
  # @return [Types::PutAccountSettingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2682
2686
  #
@@ -3673,7 +3677,7 @@ module Aws::ECR
3673
3677
  tracer: tracer
3674
3678
  )
3675
3679
  context[:gem_name] = 'aws-sdk-ecr'
3676
- context[:gem_version] = '1.88.0'
3680
+ context[:gem_version] = '1.89.0'
3677
3681
  Seahorse::Client::Request.new(handlers, context)
3678
3682
  end
3679
3683
 
@@ -1613,7 +1613,8 @@ module Aws::ECR
1613
1613
  end
1614
1614
 
1615
1615
  # @!attribute [rw] name
1616
- # Basic scan type version name.
1616
+ # The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION`
1617
+ # or `REGISTRY_POLICY_SCOPE`.
1617
1618
  # @return [String]
1618
1619
  #
1619
1620
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAccountSettingRequest AWS API Documentation
@@ -1625,12 +1626,14 @@ module Aws::ECR
1625
1626
  end
1626
1627
 
1627
1628
  # @!attribute [rw] name
1628
- # Retrieves the basic scan type version name.
1629
+ # Retrieves the name of the account setting.
1629
1630
  # @return [String]
1630
1631
  #
1631
1632
  # @!attribute [rw] value
1632
- # Retrieves the value that specifies what basic scan type is being
1633
- # used: `AWS_NATIVE` or `CLAIR`.
1633
+ # The setting value for the setting name. The following are valid
1634
+ # values for the basic scan type being used: `AWS_NATIVE` or `CLAIR`.
1635
+ # The following are valid values for the registry policy scope being
1636
+ # used: `V1` or `V2`.
1634
1637
  # @return [String]
1635
1638
  #
1636
1639
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAccountSettingResponse AWS API Documentation
@@ -2978,12 +2981,15 @@ module Aws::ECR
2978
2981
  end
2979
2982
 
2980
2983
  # @!attribute [rw] name
2981
- # Basic scan type version name.
2984
+ # The name of the account setting, such as `BASIC_SCAN_TYPE_VERSION`
2985
+ # or `REGISTRY_POLICY_SCOPE`.
2982
2986
  # @return [String]
2983
2987
  #
2984
2988
  # @!attribute [rw] value
2985
- # Setting value that determines what basic scan type is being used:
2986
- # `AWS_NATIVE` or `CLAIR`.
2989
+ # Setting value that is specified. The following are valid values for
2990
+ # the basic scan type being used: `AWS_NATIVE` or `CLAIR`. The
2991
+ # following are valid values for the registry policy scope being used:
2992
+ # `V1` or `V2`.
2987
2993
  # @return [String]
2988
2994
  #
2989
2995
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutAccountSettingRequest AWS API Documentation
@@ -2996,11 +3002,11 @@ module Aws::ECR
2996
3002
  end
2997
3003
 
2998
3004
  # @!attribute [rw] name
2999
- # Retrieves the the basic scan type version name.
3005
+ # Retrieves the name of the account setting.
3000
3006
  # @return [String]
3001
3007
  #
3002
3008
  # @!attribute [rw] value
3003
- # Retrieves the basic scan type value, either `AWS_NATIVE` or `-`.
3009
+ # Retrieves the value of the specified account setting.
3004
3010
  # @return [String]
3005
3011
  #
3006
3012
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutAccountSettingResponse AWS API Documentation
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.88.0'
58
+ GEM_VERSION = '1.89.0'
59
59
 
60
60
  end
61
61
 
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.88.0
4
+ version: 1.89.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core