aws-sdk-ecr 1.45.0 → 1.46.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: d1612b5c14f4258f91abc1c55dd2b83dc7e0d492fdfa292c11843d6de9adbad8
4
- data.tar.gz: dab653b0c24472ada4bfb617ee38168fbca00f2bbb2c83a1376b46406ecac333
3
+ metadata.gz: 01cc0742d62ee8ad28cc56bf77f57b49a65ac594eeee009246dfa2ee2d549efd
4
+ data.tar.gz: d87628d51f66f007b74876f92aaf4b5a221007f669b9b440507b801541213bee
5
5
  SHA512:
6
- metadata.gz: '016855baf0ae4e2d12f2d6b6ca5f183f4d55ec409c53a45f403c0ab61acbea68cddd6d26643d94078837be9d4bf65dc4fe5ef10aa9ad9e6639b76338ffba89ff'
7
- data.tar.gz: d6b6b277a36a53d7408d7b40e8de0e1fd74620fe6a5eb51b5c06472ac407e0b1b929d37d7a4a693bb5405acce4d96f668c3db5d410580e792d2e34c786150e25
6
+ metadata.gz: 93b12c6eb4f4b9f4312a29ae73d85750d5ca933cc6dd989432e5f74fc00ea6c06f07a0da95e07edc2331a922b1302a3578e7ef34df76e4f3b4ccdb2d8bc798af
7
+ data.tar.gz: dd9677da00da3ddaa18107519a186c1ea30783e672bc38c848897cad21a0400618d2334a7f4603a4356c1fdd396cd8d3e7d97d1d9cb3f9920652c88d7ce2e63d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2021-09-10)
5
+ ------------------
6
+
7
+ * Feature - This release updates terminology around KMS keys.
8
+
4
9
  1.45.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -350,9 +350,9 @@ module Aws::ECR
350
350
  # </note>
351
351
  #
352
352
  # @option params [String] :registry_id
353
- # The AWS account ID associated with the registry that contains the
354
- # image layers to check. If you do not specify a registry, the default
355
- # registry is assumed.
353
+ # The Amazon Web Services account ID associated with the registry that
354
+ # contains the image layers to check. If you do not specify a registry,
355
+ # the default registry is assumed.
356
356
  #
357
357
  # @option params [required, String] :repository_name
358
358
  # The name of the repository that is associated with the image layers to
@@ -406,9 +406,9 @@ module Aws::ECR
406
406
  # the image's digest in your request.
407
407
  #
408
408
  # @option params [String] :registry_id
409
- # The AWS account ID associated with the registry that contains the
410
- # image to delete. If you do not specify a registry, the default
411
- # registry is assumed.
409
+ # The Amazon Web Services account ID associated with the registry that
410
+ # contains the image to delete. If you do not specify a registry, the
411
+ # default registry is assumed.
412
412
  #
413
413
  # @option params [required, String] :repository_name
414
414
  # The repository that contains the image to delete.
@@ -490,9 +490,9 @@ module Aws::ECR
490
490
  # retrieve the image manifest.
491
491
  #
492
492
  # @option params [String] :registry_id
493
- # The AWS account ID associated with the registry that contains the
494
- # images to describe. If you do not specify a registry, the default
495
- # registry is assumed.
493
+ # The Amazon Web Services account ID associated with the registry that
494
+ # contains the images to describe. If you do not specify a registry, the
495
+ # default registry is assumed.
496
496
  #
497
497
  # @option params [required, String] :repository_name
498
498
  # The repository that contains the images to describe.
@@ -599,9 +599,9 @@ module Aws::ECR
599
599
  # </note>
600
600
  #
601
601
  # @option params [String] :registry_id
602
- # The AWS account ID associated with the registry to which to upload
603
- # layers. If you do not specify a registry, the default registry is
604
- # assumed.
602
+ # The Amazon Web Services account ID associated with the registry to
603
+ # which to upload layers. If you do not specify a registry, the default
604
+ # registry is assumed.
605
605
  #
606
606
  # @option params [required, String] :repository_name
607
607
  # The name of the repository to associate with the image layer.
@@ -646,7 +646,7 @@ module Aws::ECR
646
646
  end
647
647
 
648
648
  # Creates a repository. For more information, see [Amazon ECR
649
- # Repositories][1] in the *Amazon Elastic Container Registry User
649
+ # repositories][1] in the *Amazon Elastic Container Registry User
650
650
  # Guide*.
651
651
  #
652
652
  #
@@ -749,9 +749,9 @@ module Aws::ECR
749
749
  # Deletes the lifecycle policy associated with the specified repository.
750
750
  #
751
751
  # @option params [String] :registry_id
752
- # The AWS account ID associated with the registry that contains the
753
- # repository. If you do not specify a registry, the default registry is
754
- # assumed.
752
+ # The Amazon Web Services account ID associated with the registry that
753
+ # contains the repository. If you do not specify a registry, the default
754
+ # registry is assumed.
755
755
  #
756
756
  # @option params [required, String] :repository_name
757
757
  # The name of the repository.
@@ -812,9 +812,9 @@ module Aws::ECR
812
812
  # to delete the repository.
813
813
  #
814
814
  # @option params [String] :registry_id
815
- # The AWS account ID associated with the registry that contains the
816
- # repository to delete. If you do not specify a registry, the default
817
- # registry is assumed.
815
+ # The Amazon Web Services account ID associated with the registry that
816
+ # contains the repository to delete. If you do not specify a registry,
817
+ # the default registry is assumed.
818
818
  #
819
819
  # @option params [required, String] :repository_name
820
820
  # The name of the repository to delete.
@@ -879,9 +879,9 @@ module Aws::ECR
879
879
  # repository.
880
880
  #
881
881
  # @option params [String] :registry_id
882
- # The AWS account ID associated with the registry that contains the
883
- # repository policy to delete. If you do not specify a registry, the
884
- # default registry is assumed.
882
+ # The Amazon Web Services account ID associated with the registry that
883
+ # contains the repository policy to delete. If you do not specify a
884
+ # registry, the default registry is assumed.
885
885
  #
886
886
  # @option params [required, String] :repository_name
887
887
  # The name of the repository that is associated with the repository
@@ -934,9 +934,10 @@ module Aws::ECR
934
934
  # Returns the scan findings for the specified image.
935
935
  #
936
936
  # @option params [String] :registry_id
937
- # The AWS account ID associated with the registry that contains the
938
- # repository in which to describe the image scan findings for. If you do
939
- # not specify a registry, the default registry is assumed.
937
+ # The Amazon Web Services account ID associated with the registry that
938
+ # contains the repository in which to describe the image scan findings
939
+ # for. If you do not specify a registry, the default registry is
940
+ # assumed.
940
941
  #
941
942
  # @option params [required, String] :repository_name
942
943
  # The repository for the image for which to describe the scan findings.
@@ -1033,9 +1034,9 @@ module Aws::ECR
1033
1034
  # </note>
1034
1035
  #
1035
1036
  # @option params [String] :registry_id
1036
- # The AWS account ID associated with the registry that contains the
1037
- # repository in which to describe images. If you do not specify a
1038
- # registry, the default registry is assumed.
1037
+ # The Amazon Web Services account ID associated with the registry that
1038
+ # contains the repository in which to describe images. If you do not
1039
+ # specify a registry, the default registry is assumed.
1039
1040
  #
1040
1041
  # @option params [required, String] :repository_name
1041
1042
  # The repository that contains the images to describe.
@@ -1149,9 +1150,9 @@ module Aws::ECR
1149
1150
  # Describes image repositories in a registry.
1150
1151
  #
1151
1152
  # @option params [String] :registry_id
1152
- # The AWS account ID associated with the registry that contains the
1153
- # repositories to be described. If you do not specify a registry, the
1154
- # default registry is assumed.
1153
+ # The Amazon Web Services account ID associated with the registry that
1154
+ # contains the repositories to be described. If you do not specify a
1155
+ # registry, the default registry is assumed.
1155
1156
  #
1156
1157
  # @option params [Array<String>] :repository_names
1157
1158
  # A list of repositories to describe. If this parameter is omitted, then
@@ -1255,9 +1256,9 @@ module Aws::ECR
1255
1256
  #
1256
1257
  # The `authorizationToken` returned is a base64 encoded string that can
1257
1258
  # be decoded and used in a `docker login` command to authenticate to a
1258
- # registry. The AWS CLI offers an `get-login-password` command that
1259
+ # registry. The CLI offers an `get-login-password` command that
1259
1260
  # simplifies the login process. For more information, see [Registry
1260
- # Authentication][1] in the *Amazon Elastic Container Registry User
1261
+ # authentication][1] in the *Amazon Elastic Container Registry User
1261
1262
  # Guide*.
1262
1263
  #
1263
1264
  #
@@ -1265,9 +1266,9 @@ module Aws::ECR
1265
1266
  # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html#registry_auth
1266
1267
  #
1267
1268
  # @option params [Array<String>] :registry_ids
1268
- # A list of AWS account IDs that are associated with the registries for
1269
- # which to get AuthorizationData objects. If you do not specify a
1270
- # registry, the default registry is assumed.
1269
+ # A list of Amazon Web Services account IDs that are associated with the
1270
+ # registries for which to get AuthorizationData objects. If you do not
1271
+ # specify a registry, the default registry is assumed.
1271
1272
  #
1272
1273
  # @return [Types::GetAuthorizationTokenResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1273
1274
  #
@@ -1328,9 +1329,9 @@ module Aws::ECR
1328
1329
  # </note>
1329
1330
  #
1330
1331
  # @option params [String] :registry_id
1331
- # The AWS account ID associated with the registry that contains the
1332
- # image layer to download. If you do not specify a registry, the default
1333
- # registry is assumed.
1332
+ # The Amazon Web Services account ID associated with the registry that
1333
+ # contains the image layer to download. If you do not specify a
1334
+ # registry, the default registry is assumed.
1334
1335
  #
1335
1336
  # @option params [required, String] :repository_name
1336
1337
  # The name of the repository that is associated with the image layer to
@@ -1369,9 +1370,9 @@ module Aws::ECR
1369
1370
  # Retrieves the lifecycle policy for the specified repository.
1370
1371
  #
1371
1372
  # @option params [String] :registry_id
1372
- # The AWS account ID associated with the registry that contains the
1373
- # repository. If you do not specify a registry, the default registry is
1374
- # assumed.
1373
+ # The Amazon Web Services account ID associated with the registry that
1374
+ # contains the repository. If you do not specify a registry, the default
1375
+ # registry is assumed.
1375
1376
  #
1376
1377
  # @option params [required, String] :repository_name
1377
1378
  # The name of the repository.
@@ -1410,9 +1411,9 @@ module Aws::ECR
1410
1411
  # specified repository.
1411
1412
  #
1412
1413
  # @option params [String] :registry_id
1413
- # The AWS account ID associated with the registry that contains the
1414
- # repository. If you do not specify a registry, the default registry is
1415
- # assumed.
1414
+ # The Amazon Web Services account ID associated with the registry that
1415
+ # contains the repository. If you do not specify a registry, the default
1416
+ # registry is assumed.
1416
1417
  #
1417
1418
  # @option params [required, String] :repository_name
1418
1419
  # The name of the repository.
@@ -1530,9 +1531,9 @@ module Aws::ECR
1530
1531
  # Retrieves the repository policy for the specified repository.
1531
1532
  #
1532
1533
  # @option params [String] :registry_id
1533
- # The AWS account ID associated with the registry that contains the
1534
- # repository. If you do not specify a registry, the default registry is
1535
- # assumed.
1534
+ # The Amazon Web Services account ID associated with the registry that
1535
+ # contains the repository. If you do not specify a registry, the default
1536
+ # registry is assumed.
1536
1537
  #
1537
1538
  # @option params [required, String] :repository_name
1538
1539
  # The name of the repository with the policy to retrieve.
@@ -1595,9 +1596,9 @@ module Aws::ECR
1595
1596
  # </note>
1596
1597
  #
1597
1598
  # @option params [String] :registry_id
1598
- # The AWS account ID associated with the registry to which you intend to
1599
- # upload layers. If you do not specify a registry, the default registry
1600
- # is assumed.
1599
+ # The Amazon Web Services account ID associated with the registry to
1600
+ # which you intend to upload layers. If you do not specify a registry,
1601
+ # the default registry is assumed.
1601
1602
  #
1602
1603
  # @option params [required, String] :repository_name
1603
1604
  # The name of the repository to which you intend to upload layers.
@@ -1638,9 +1639,9 @@ module Aws::ECR
1638
1639
  # only `TAGGED` images to list all of the tags in your repository.
1639
1640
  #
1640
1641
  # @option params [String] :registry_id
1641
- # The AWS account ID associated with the registry that contains the
1642
- # repository in which to list images. If you do not specify a registry,
1643
- # the default registry is assumed.
1642
+ # The Amazon Web Services account ID associated with the registry that
1643
+ # contains the repository in which to list images. If you do not specify
1644
+ # a registry, the default registry is assumed.
1644
1645
  #
1645
1646
  # @option params [required, String] :repository_name
1646
1647
  # The repository with image IDs to be listed.
@@ -1772,9 +1773,9 @@ module Aws::ECR
1772
1773
  # </note>
1773
1774
  #
1774
1775
  # @option params [String] :registry_id
1775
- # The AWS account ID associated with the registry that contains the
1776
- # repository in which to put the image. If you do not specify a
1777
- # registry, the default registry is assumed.
1776
+ # The Amazon Web Services account ID associated with the registry that
1777
+ # contains the repository in which to put the image. If you do not
1778
+ # specify a registry, the default registry is assumed.
1778
1779
  #
1779
1780
  # @option params [required, String] :repository_name
1780
1781
  # The name of the repository in which to put the image.
@@ -1831,10 +1832,10 @@ module Aws::ECR
1831
1832
  # Updates the image scanning configuration for the specified repository.
1832
1833
  #
1833
1834
  # @option params [String] :registry_id
1834
- # The AWS account ID associated with the registry that contains the
1835
- # repository in which to update the image scanning configuration
1836
- # setting. If you do not specify a registry, the default registry is
1837
- # assumed.
1835
+ # The Amazon Web Services account ID associated with the registry that
1836
+ # contains the repository in which to update the image scanning
1837
+ # configuration setting. If you do not specify a registry, the default
1838
+ # registry is assumed.
1838
1839
  #
1839
1840
  # @option params [required, String] :repository_name
1840
1841
  # The name of the repository in which to update the image scanning
@@ -1877,7 +1878,7 @@ module Aws::ECR
1877
1878
  end
1878
1879
 
1879
1880
  # Updates the image tag mutability settings for the specified
1880
- # repository. For more information, see [Image Tag Mutability][1] in the
1881
+ # repository. For more information, see [Image tag mutability][1] in the
1881
1882
  # *Amazon Elastic Container Registry User Guide*.
1882
1883
  #
1883
1884
  #
@@ -1885,9 +1886,10 @@ module Aws::ECR
1885
1886
  # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html
1886
1887
  #
1887
1888
  # @option params [String] :registry_id
1888
- # The AWS account ID associated with the registry that contains the
1889
- # repository in which to update the image tag mutability settings. If
1890
- # you do not specify a registry, the default registry is assumed.
1889
+ # The Amazon Web Services account ID associated with the registry that
1890
+ # contains the repository in which to update the image tag mutability
1891
+ # settings. If you do not specify a registry, the default registry is
1892
+ # assumed.
1891
1893
  #
1892
1894
  # @option params [required, String] :repository_name
1893
1895
  # The name of the repository in which to update the image tag mutability
@@ -1929,16 +1931,16 @@ module Aws::ECR
1929
1931
  end
1930
1932
 
1931
1933
  # Creates or updates the lifecycle policy for the specified repository.
1932
- # For more information, see [Lifecycle Policy Template][1].
1934
+ # For more information, see [Lifecycle policy template][1].
1933
1935
  #
1934
1936
  #
1935
1937
  #
1936
1938
  # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html
1937
1939
  #
1938
1940
  # @option params [String] :registry_id
1939
- # The AWS account ID associated with the registry that contains the
1940
- # repository. If you do
 not specify a registry, the default registry is
1941
- # assumed.
1941
+ # The Amazon Web Services account ID associated with the registry that
1942
+ # contains the repository. If you do
 not specify a registry, the
1943
+ # default registry is assumed.
1942
1944
  #
1943
1945
  # @option params [required, String] :repository_name
1944
1946
  # The name of the repository to receive the policy.
@@ -1977,10 +1979,10 @@ module Aws::ECR
1977
1979
 
1978
1980
  # Creates or updates the permissions policy for your registry.
1979
1981
  #
1980
- # A registry policy is used to specify permissions for another AWS
1981
- # account and is used when configuring cross-account replication. For
1982
- # more information, see [Registry permissions][1] in the *Amazon Elastic
1983
- # Container Registry User Guide*.
1982
+ # A registry policy is used to specify permissions for another Amazon
1983
+ # Web Services account and is used when configuring cross-account
1984
+ # replication. For more information, see [Registry permissions][1] in
1985
+ # the *Amazon Elastic Container Registry User Guide*.
1984
1986
  #
1985
1987
  #
1986
1988
  #
@@ -2026,7 +2028,7 @@ module Aws::ECR
2026
2028
  # with the DescribeRegistry API action. The first time the
2027
2029
  # PutReplicationConfiguration API is called, a service-linked IAM role
2028
2030
  # is created in your account for the replication process. For more
2029
- # information, see [Using Service-Linked Roles for Amazon ECR][1] in the
2031
+ # information, see [Using service-linked roles for Amazon ECR][1] in the
2030
2032
  # *Amazon Elastic Container Registry User Guide*.
2031
2033
  #
2032
2034
  # <note markdown="1"> When configuring cross-account replication, the destination account
@@ -2082,23 +2084,23 @@ module Aws::ECR
2082
2084
 
2083
2085
  # Applies a repository policy to the specified repository to control
2084
2086
  # access permissions. For more information, see [Amazon ECR Repository
2085
- # Policies][1] in the *Amazon Elastic Container Registry User Guide*.
2087
+ # policies][1] in the *Amazon Elastic Container Registry User Guide*.
2086
2088
  #
2087
2089
  #
2088
2090
  #
2089
2091
  # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html
2090
2092
  #
2091
2093
  # @option params [String] :registry_id
2092
- # The AWS account ID associated with the registry that contains the
2093
- # repository. If you do not specify a registry, the default registry is
2094
- # assumed.
2094
+ # The Amazon Web Services account ID associated with the registry that
2095
+ # contains the repository. If you do not specify a registry, the default
2096
+ # registry is assumed.
2095
2097
  #
2096
2098
  # @option params [required, String] :repository_name
2097
2099
  # The name of the repository to receive the policy.
2098
2100
  #
2099
2101
  # @option params [required, String] :policy_text
2100
2102
  # The JSON repository policy text to apply to the repository. For more
2101
- # information, see [Amazon ECR Repository Policies][1] in the *Amazon
2103
+ # information, see [Amazon ECR repository policies][1] in the *Amazon
2102
2104
  # Elastic Container Registry User Guide*.
2103
2105
  #
2104
2106
  #
@@ -2142,18 +2144,18 @@ module Aws::ECR
2142
2144
  end
2143
2145
 
2144
2146
  # Starts an image vulnerability scan. An image scan can only be started
2145
- # once per day on an individual image. This limit includes if an image
2146
- # was scanned on initial push. For more information, see [Image
2147
- # Scanning][1] in the *Amazon Elastic Container Registry User Guide*.
2147
+ # once per 24 hours on an individual image. This limit includes if an
2148
+ # image was scanned on initial push. For more information, see [Image
2149
+ # scanning][1] in the *Amazon Elastic Container Registry User Guide*.
2148
2150
  #
2149
2151
  #
2150
2152
  #
2151
2153
  # [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html
2152
2154
  #
2153
2155
  # @option params [String] :registry_id
2154
- # The AWS account ID associated with the registry that contains the
2155
- # repository in which to start an image scan request. If you do not
2156
- # specify a registry, the default registry is assumed.
2156
+ # The Amazon Web Services account ID associated with the registry that
2157
+ # contains the repository in which to start an image scan request. If
2158
+ # you do not specify a registry, the default registry is assumed.
2157
2159
  #
2158
2160
  # @option params [required, String] :repository_name
2159
2161
  # The name of the repository that contains the images to scan.
@@ -2202,9 +2204,9 @@ module Aws::ECR
2202
2204
  # policy with the repository.
2203
2205
  #
2204
2206
  # @option params [String] :registry_id
2205
- # The AWS account ID associated with the registry that contains the
2206
- # repository. If you do not specify a registry, the default registry is
2207
- # assumed.
2207
+ # The Amazon Web Services account ID associated with the registry that
2208
+ # contains the repository. If you do not specify a registry, the default
2209
+ # registry is assumed.
2208
2210
  #
2209
2211
  # @option params [required, String] :repository_name
2210
2212
  # The name of the repository to be evaluated.
@@ -2323,9 +2325,9 @@ module Aws::ECR
2323
2325
  # </note>
2324
2326
  #
2325
2327
  # @option params [String] :registry_id
2326
- # The AWS account ID associated with the registry to which you are
2327
- # uploading layer parts. If you do not specify a registry, the default
2328
- # registry is assumed.
2328
+ # The Amazon Web Services account ID associated with the registry to
2329
+ # which you are uploading layer parts. If you do not specify a registry,
2330
+ # the default registry is assumed.
2329
2331
  #
2330
2332
  # @option params [required, String] :repository_name
2331
2333
  # The name of the repository to which you are uploading layer parts.
@@ -2392,7 +2394,7 @@ module Aws::ECR
2392
2394
  params: params,
2393
2395
  config: config)
2394
2396
  context[:gem_name] = 'aws-sdk-ecr'
2395
- context[:gem_version] = '1.45.0'
2397
+ context[:gem_version] = '1.46.0'
2396
2398
  Seahorse::Client::Request.new(handlers, context)
2397
2399
  end
2398
2400
 
@@ -70,9 +70,9 @@ module Aws::ECR
70
70
  # }
71
71
  #
72
72
  # @!attribute [rw] registry_id
73
- # The AWS account ID associated with the registry that contains the
74
- # image layers to check. If you do not specify a registry, the default
75
- # registry is assumed.
73
+ # The Amazon Web Services account ID associated with the registry that
74
+ # contains the image layers to check. If you do not specify a
75
+ # registry, the default registry is assumed.
76
76
  # @return [String]
77
77
  #
78
78
  # @!attribute [rw] repository_name
@@ -130,9 +130,9 @@ module Aws::ECR
130
130
  # }
131
131
  #
132
132
  # @!attribute [rw] registry_id
133
- # The AWS account ID associated with the registry that contains the
134
- # image to delete. If you do not specify a registry, the default
135
- # registry is assumed.
133
+ # The Amazon Web Services account ID associated with the registry that
134
+ # contains the image to delete. If you do not specify a registry, the
135
+ # default registry is assumed.
136
136
  # @return [String]
137
137
  #
138
138
  # @!attribute [rw] repository_name
@@ -188,9 +188,9 @@ module Aws::ECR
188
188
  # }
189
189
  #
190
190
  # @!attribute [rw] registry_id
191
- # The AWS account ID associated with the registry that contains the
192
- # images to describe. If you do not specify a registry, the default
193
- # registry is assumed.
191
+ # The Amazon Web Services account ID associated with the registry that
192
+ # contains the images to describe. If you do not specify a registry,
193
+ # the default registry is assumed.
194
194
  # @return [String]
195
195
  #
196
196
  # @!attribute [rw] repository_name
@@ -251,9 +251,9 @@ module Aws::ECR
251
251
  # }
252
252
  #
253
253
  # @!attribute [rw] registry_id
254
- # The AWS account ID associated with the registry to which to upload
255
- # layers. If you do not specify a registry, the default registry is
256
- # assumed.
254
+ # The Amazon Web Services account ID associated with the registry to
255
+ # which to upload layers. If you do not specify a registry, the
256
+ # default registry is assumed.
257
257
  # @return [String]
258
258
  #
259
259
  # @!attribute [rw] repository_name
@@ -395,9 +395,9 @@ module Aws::ECR
395
395
  # }
396
396
  #
397
397
  # @!attribute [rw] registry_id
398
- # The AWS account ID associated with the registry that contains the
399
- # repository. If you do not specify a registry, the default registry
400
- # is assumed.
398
+ # The Amazon Web Services account ID associated with the registry that
399
+ # contains the repository. If you do not specify a registry, the
400
+ # default registry is assumed.
401
401
  # @return [String]
402
402
  #
403
403
  # @!attribute [rw] repository_name
@@ -472,9 +472,9 @@ module Aws::ECR
472
472
  # }
473
473
  #
474
474
  # @!attribute [rw] registry_id
475
- # The AWS account ID associated with the registry that contains the
476
- # repository policy to delete. If you do not specify a registry, the
477
- # default registry is assumed.
475
+ # The Amazon Web Services account ID associated with the registry that
476
+ # contains the repository policy to delete. If you do not specify a
477
+ # registry, the default registry is assumed.
478
478
  # @return [String]
479
479
  #
480
480
  # @!attribute [rw] repository_name
@@ -523,9 +523,9 @@ module Aws::ECR
523
523
  # }
524
524
  #
525
525
  # @!attribute [rw] registry_id
526
- # The AWS account ID associated with the registry that contains the
527
- # repository to delete. If you do not specify a registry, the default
528
- # registry is assumed.
526
+ # The Amazon Web Services account ID associated with the registry that
527
+ # contains the repository to delete. If you do not specify a registry,
528
+ # the default registry is assumed.
529
529
  # @return [String]
530
530
  #
531
531
  # @!attribute [rw] repository_name
@@ -573,9 +573,10 @@ module Aws::ECR
573
573
  # }
574
574
  #
575
575
  # @!attribute [rw] registry_id
576
- # The AWS account ID associated with the registry that contains the
577
- # repository in which to describe the image scan findings for. If you
578
- # do not specify a registry, the default registry is assumed.
576
+ # The Amazon Web Services account ID associated with the registry that
577
+ # contains the repository in which to describe the image scan findings
578
+ # for. If you do not specify a registry, the default registry is
579
+ # assumed.
579
580
  # @return [String]
580
581
  #
581
582
  # @!attribute [rw] repository_name
@@ -703,9 +704,9 @@ module Aws::ECR
703
704
  # }
704
705
  #
705
706
  # @!attribute [rw] registry_id
706
- # The AWS account ID associated with the registry that contains the
707
- # repository in which to describe images. If you do not specify a
708
- # registry, the default registry is assumed.
707
+ # The Amazon Web Services account ID associated with the registry that
708
+ # contains the repository in which to describe images. If you do not
709
+ # specify a registry, the default registry is assumed.
709
710
  # @return [String]
710
711
  #
711
712
  # @!attribute [rw] repository_name
@@ -811,9 +812,9 @@ module Aws::ECR
811
812
  # }
812
813
  #
813
814
  # @!attribute [rw] registry_id
814
- # The AWS account ID associated with the registry that contains the
815
- # repositories to be described. If you do not specify a registry, the
816
- # default registry is assumed.
815
+ # The Amazon Web Services account ID associated with the registry that
816
+ # contains the repositories to be described. If you do not specify a
817
+ # registry, the default registry is assumed.
817
818
  # @return [String]
818
819
  #
819
820
  # @!attribute [rw] repository_names
@@ -906,10 +907,10 @@ module Aws::ECR
906
907
  # action on your part.
907
908
  #
908
909
  # For more control over the encryption of the contents of your
909
- # repository, you can use server-side encryption with customer master
910
- # keys (CMKs) stored in AWS Key Management Service (AWS KMS) to encrypt
911
- # your images. For more information, see [Amazon ECR encryption at
912
- # rest][1] in the *Amazon Elastic Container Registry User Guide*.
910
+ # repository, you can use server-side encryption with Key Management
911
+ # Service key stored in Key Management Service (KMS) to encrypt your
912
+ # images. For more information, see [Amazon ECR encryption at rest][1]
913
+ # in the *Amazon Elastic Container Registry User Guide*.
913
914
  #
914
915
  #
915
916
  #
@@ -927,19 +928,20 @@ module Aws::ECR
927
928
  # The encryption type to use.
928
929
  #
929
930
  # If you use the `KMS` encryption type, the contents of the repository
930
- # will be encrypted using server-side encryption with customer master
931
- # keys (CMKs) stored in AWS KMS. When you use AWS KMS to encrypt your
932
- # data, you can either use the default AWS managed CMK for Amazon ECR,
933
- # or specify your own CMK, which you already created. For more
934
- # information, see [Protecting Data Using Server-Side Encryption with
935
- # CMKs Stored in AWS Key Management Service (SSE-KMS)][1] in the
936
- # *Amazon Simple Storage Service Console Developer Guide.*.
931
+ # will be encrypted using server-side encryption with Key Management
932
+ # Service key stored in KMS. When you use KMS to encrypt your data,
933
+ # you can either use the default Amazon Web Services managed KMS key
934
+ # for Amazon ECR, or specify your own KMS key, which you already
935
+ # created. For more information, see [Protecting data using
936
+ # server-side encryption with an KMS key stored in Key Management
937
+ # Service (SSE-KMS)][1] in the *Amazon Simple Storage Service Console
938
+ # Developer Guide.*.
937
939
  #
938
940
  # If you use the `AES256` encryption type, Amazon ECR uses server-side
939
941
  # encryption with Amazon S3-managed encryption keys which encrypts the
940
942
  # images in the repository using an AES-256 encryption algorithm. For
941
- # more information, see [Protecting Data Using Server-Side Encryption
942
- # with Amazon S3-Managed Encryption Keys (SSE-S3)][2] in the *Amazon
943
+ # more information, see [Protecting data using server-side encryption
944
+ # with Amazon S3-managed encryption keys (SSE-S3)][2] in the *Amazon
943
945
  # Simple Storage Service Console Developer Guide.*.
944
946
  #
945
947
  #
@@ -949,11 +951,11 @@ module Aws::ECR
949
951
  # @return [String]
950
952
  #
951
953
  # @!attribute [rw] kms_key
952
- # If you use the `KMS` encryption type, specify the CMK to use for
953
- # encryption. The alias, key ID, or full ARN of the CMK can be
954
+ # If you use the `KMS` encryption type, specify the KMS key to use for
955
+ # encryption. The alias, key ID, or full ARN of the KMS key can be
954
956
  # specified. The key must exist in the same Region as the repository.
955
- # If no key is specified, the default AWS managed CMK for Amazon ECR
956
- # will be used.
957
+ # If no key is specified, the default Amazon Web Services managed KMS
958
+ # key for Amazon ECR will be used.
957
959
  # @return [String]
958
960
  #
959
961
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/EncryptionConfiguration AWS API Documentation
@@ -973,9 +975,9 @@ module Aws::ECR
973
975
  # }
974
976
  #
975
977
  # @!attribute [rw] registry_ids
976
- # A list of AWS account IDs that are associated with the registries
977
- # for which to get AuthorizationData objects. If you do not specify a
978
- # registry, the default registry is assumed.
978
+ # A list of Amazon Web Services account IDs that are associated with
979
+ # the registries for which to get AuthorizationData objects. If you do
980
+ # not specify a registry, the default registry is assumed.
979
981
  # @return [Array<String>]
980
982
  #
981
983
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/GetAuthorizationTokenRequest AWS API Documentation
@@ -1009,9 +1011,9 @@ module Aws::ECR
1009
1011
  # }
1010
1012
  #
1011
1013
  # @!attribute [rw] registry_id
1012
- # The AWS account ID associated with the registry that contains the
1013
- # image layer to download. If you do not specify a registry, the
1014
- # default registry is assumed.
1014
+ # The Amazon Web Services account ID associated with the registry that
1015
+ # contains the image layer to download. If you do not specify a
1016
+ # registry, the default registry is assumed.
1015
1017
  # @return [String]
1016
1018
  #
1017
1019
  # @!attribute [rw] repository_name
@@ -1070,9 +1072,9 @@ module Aws::ECR
1070
1072
  # }
1071
1073
  #
1072
1074
  # @!attribute [rw] registry_id
1073
- # The AWS account ID associated with the registry that contains the
1074
- # repository. If you do not specify a registry, the default registry
1075
- # is assumed.
1075
+ # The Amazon Web Services account ID associated with the registry that
1076
+ # contains the repository. If you do not specify a registry, the
1077
+ # default registry is assumed.
1076
1078
  # @return [String]
1077
1079
  #
1078
1080
  # @!attribute [rw] repository_name
@@ -1180,9 +1182,9 @@ module Aws::ECR
1180
1182
  # }
1181
1183
  #
1182
1184
  # @!attribute [rw] registry_id
1183
- # The AWS account ID associated with the registry that contains the
1184
- # repository. If you do not specify a registry, the default registry
1185
- # is assumed.
1185
+ # The Amazon Web Services account ID associated with the registry that
1186
+ # contains the repository. If you do not specify a registry, the
1187
+ # default registry is assumed.
1186
1188
  # @return [String]
1187
1189
  #
1188
1190
  # @!attribute [rw] repository_name
@@ -1257,9 +1259,9 @@ module Aws::ECR
1257
1259
  # }
1258
1260
  #
1259
1261
  # @!attribute [rw] registry_id
1260
- # The AWS account ID associated with the registry that contains the
1261
- # repository. If you do not specify a registry, the default registry
1262
- # is assumed.
1262
+ # The Amazon Web Services account ID associated with the registry that
1263
+ # contains the repository. If you do not specify a registry, the
1264
+ # default registry is assumed.
1263
1265
  # @return [String]
1264
1266
  #
1265
1267
  # @!attribute [rw] repository_name
@@ -1300,8 +1302,8 @@ module Aws::ECR
1300
1302
  # An object representing an Amazon ECR image.
1301
1303
  #
1302
1304
  # @!attribute [rw] registry_id
1303
- # The AWS account ID associated with the registry containing the
1304
- # image.
1305
+ # The Amazon Web Services account ID associated with the registry
1306
+ # containing the image.
1305
1307
  # @return [String]
1306
1308
  #
1307
1309
  # @!attribute [rw] repository_name
@@ -1352,8 +1354,8 @@ module Aws::ECR
1352
1354
  # operation.
1353
1355
  #
1354
1356
  # @!attribute [rw] registry_id
1355
- # The AWS account ID associated with the registry to which this image
1356
- # belongs.
1357
+ # The Amazon Web Services account ID associated with the registry to
1358
+ # which this image belongs.
1357
1359
  # @return [String]
1358
1360
  #
1359
1361
  # @!attribute [rw] repository_name
@@ -1621,7 +1623,11 @@ module Aws::ECR
1621
1623
  # pushed to a repository. If set to `true`, images will be scanned
1622
1624
  # after being pushed. If this parameter is not specified, it will
1623
1625
  # default to `false` and images will not be scanned unless a scan is
1624
- # manually started with the StartImageScan API.
1626
+ # manually started with the [API\_StartImageScan][1] API.
1627
+ #
1628
+ #
1629
+ #
1630
+ # [1]: https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_StartImageScan.html
1625
1631
  # @return [Boolean]
1626
1632
  #
1627
1633
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageScanningConfiguration AWS API Documentation
@@ -1655,9 +1661,9 @@ module Aws::ECR
1655
1661
  # }
1656
1662
  #
1657
1663
  # @!attribute [rw] registry_id
1658
- # The AWS account ID associated with the registry to which you intend
1659
- # to upload layers. If you do not specify a registry, the default
1660
- # registry is assumed.
1664
+ # The Amazon Web Services account ID associated with the registry to
1665
+ # which you intend to upload layers. If you do not specify a registry,
1666
+ # the default registry is assumed.
1661
1667
  # @return [String]
1662
1668
  #
1663
1669
  # @!attribute [rw] repository_name
@@ -1779,7 +1785,7 @@ module Aws::ECR
1779
1785
  # @return [String]
1780
1786
  #
1781
1787
  # @!attribute [rw] kms_error
1782
- # The error code returned by AWS KMS.
1788
+ # The error code returned by KMS.
1783
1789
  # @return [String]
1784
1790
  #
1785
1791
  # @see http://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/KmsException AWS API Documentation
@@ -2030,8 +2036,8 @@ module Aws::ECR
2030
2036
  end
2031
2037
 
2032
2038
  # The operation did not succeed because it would have exceeded a service
2033
- # limit for your account. For more information, see [Amazon ECR Service
2034
- # Quotas][1] in the Amazon Elastic Container Registry User Guide.
2039
+ # limit for your account. For more information, see [Amazon ECR service
2040
+ # quotas][1] in the Amazon Elastic Container Registry User Guide.
2035
2041
  #
2036
2042
  #
2037
2043
  #
@@ -2085,9 +2091,9 @@ module Aws::ECR
2085
2091
  # }
2086
2092
  #
2087
2093
  # @!attribute [rw] registry_id
2088
- # The AWS account ID associated with the registry that contains the
2089
- # repository in which to list images. If you do not specify a
2090
- # registry, the default registry is assumed.
2094
+ # The Amazon Web Services account ID associated with the registry that
2095
+ # contains the repository in which to list images. If you do not
2096
+ # specify a registry, the default registry is assumed.
2091
2097
  # @return [String]
2092
2098
  #
2093
2099
  # @!attribute [rw] repository_name
@@ -2202,9 +2208,9 @@ module Aws::ECR
2202
2208
  # }
2203
2209
  #
2204
2210
  # @!attribute [rw] registry_id
2205
- # The AWS account ID associated with the registry that contains the
2206
- # repository in which to put the image. If you do not specify a
2207
- # registry, the default registry is assumed.
2211
+ # The Amazon Web Services account ID associated with the registry that
2212
+ # contains the repository in which to put the image. If you do not
2213
+ # specify a registry, the default registry is assumed.
2208
2214
  # @return [String]
2209
2215
  #
2210
2216
  # @!attribute [rw] repository_name
@@ -2268,10 +2274,10 @@ module Aws::ECR
2268
2274
  # }
2269
2275
  #
2270
2276
  # @!attribute [rw] registry_id
2271
- # The AWS account ID associated with the registry that contains the
2272
- # repository in which to update the image scanning configuration
2273
- # setting. If you do not specify a registry, the default registry is
2274
- # assumed.
2277
+ # The Amazon Web Services account ID associated with the registry that
2278
+ # contains the repository in which to update the image scanning
2279
+ # configuration setting. If you do not specify a registry, the default
2280
+ # registry is assumed.
2275
2281
  # @return [String]
2276
2282
  #
2277
2283
  # @!attribute [rw] repository_name
@@ -2327,9 +2333,10 @@ module Aws::ECR
2327
2333
  # }
2328
2334
  #
2329
2335
  # @!attribute [rw] registry_id
2330
- # The AWS account ID associated with the registry that contains the
2331
- # repository in which to update the image tag mutability settings. If
2332
- # you do not specify a registry, the default registry is assumed.
2336
+ # The Amazon Web Services account ID associated with the registry that
2337
+ # contains the repository in which to update the image tag mutability
2338
+ # settings. If you do not specify a registry, the default registry is
2339
+ # assumed.
2333
2340
  # @return [String]
2334
2341
  #
2335
2342
  # @!attribute [rw] repository_name
@@ -2386,9 +2393,9 @@ module Aws::ECR
2386
2393
  # }
2387
2394
  #
2388
2395
  # @!attribute [rw] registry_id
2389
- # The AWS account ID associated with the registry that contains the
2390
- # repository. If you do
 not specify a registry, the default registry
2391
- # is assumed.
2396
+ # The Amazon Web Services account ID associated with the registry that
2397
+ # contains the repository. If you do
 not specify a registry, the
2398
+ # default registry is assumed.
2392
2399
  # @return [String]
2393
2400
  #
2394
2401
  # @!attribute [rw] repository_name
@@ -2638,14 +2645,14 @@ module Aws::ECR
2638
2645
  # @!attribute [rw] repository_arn
2639
2646
  # The Amazon Resource Name (ARN) that identifies the repository. The
2640
2647
  # ARN contains the `arn:aws:ecr` namespace, followed by the region of
2641
- # the repository, AWS account ID of the repository owner, repository
2642
- # namespace, and repository name. For example,
2648
+ # the repository, Amazon Web Services account ID of the repository
2649
+ # owner, repository namespace, and repository name. For example,
2643
2650
  # `arn:aws:ecr:region:012345678910:repository/test`.
2644
2651
  # @return [String]
2645
2652
  #
2646
2653
  # @!attribute [rw] registry_id
2647
- # The AWS account ID associated with the registry that contains the
2648
- # repository.
2654
+ # The Amazon Web Services account ID associated with the registry that
2655
+ # contains the repository.
2649
2656
  # @return [String]
2650
2657
  #
2651
2658
  # @!attribute [rw] repository_name
@@ -2790,9 +2797,9 @@ module Aws::ECR
2790
2797
  # }
2791
2798
  #
2792
2799
  # @!attribute [rw] registry_id
2793
- # The AWS account ID associated with the registry that contains the
2794
- # repository. If you do not specify a registry, the default registry
2795
- # is assumed.
2800
+ # The Amazon Web Services account ID associated with the registry that
2801
+ # contains the repository. If you do not specify a registry, the
2802
+ # default registry is assumed.
2796
2803
  # @return [String]
2797
2804
  #
2798
2805
  # @!attribute [rw] repository_name
@@ -2801,7 +2808,7 @@ module Aws::ECR
2801
2808
  #
2802
2809
  # @!attribute [rw] policy_text
2803
2810
  # The JSON repository policy text to apply to the repository. For more
2804
- # information, see [Amazon ECR Repository Policies][1] in the *Amazon
2811
+ # information, see [Amazon ECR repository policies][1] in the *Amazon
2805
2812
  # Elastic Container Registry User Guide*.
2806
2813
  #
2807
2814
  #
@@ -2862,9 +2869,9 @@ module Aws::ECR
2862
2869
  # }
2863
2870
  #
2864
2871
  # @!attribute [rw] registry_id
2865
- # The AWS account ID associated with the registry that contains the
2866
- # repository in which to start an image scan request. If you do not
2867
- # specify a registry, the default registry is assumed.
2872
+ # The Amazon Web Services account ID associated with the registry that
2873
+ # contains the repository in which to start an image scan request. If
2874
+ # you do not specify a registry, the default registry is assumed.
2868
2875
  # @return [String]
2869
2876
  #
2870
2877
  # @!attribute [rw] repository_name
@@ -2922,9 +2929,9 @@ module Aws::ECR
2922
2929
  # }
2923
2930
  #
2924
2931
  # @!attribute [rw] registry_id
2925
- # The AWS account ID associated with the registry that contains the
2926
- # repository. If you do not specify a registry, the default registry
2927
- # is assumed.
2932
+ # The Amazon Web Services account ID associated with the registry that
2933
+ # contains the repository. If you do not specify a registry, the
2934
+ # default registry is assumed.
2928
2935
  # @return [String]
2929
2936
  #
2930
2937
  # @!attribute [rw] repository_name
@@ -3117,9 +3124,9 @@ module Aws::ECR
3117
3124
  # }
3118
3125
  #
3119
3126
  # @!attribute [rw] registry_id
3120
- # The AWS account ID associated with the registry to which you are
3121
- # uploading layer parts. If you do not specify a registry, the default
3122
- # registry is assumed.
3127
+ # The Amazon Web Services account ID associated with the registry to
3128
+ # which you are uploading layer parts. If you do not specify a
3129
+ # registry, the default registry is assumed.
3123
3130
  # @return [String]
3124
3131
  #
3125
3132
  # @!attribute [rw] repository_name
data/lib/aws-sdk-ecr.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecr/customizations'
49
49
  # @!group service
50
50
  module Aws::ECR
51
51
 
52
- GEM_VERSION = '1.45.0'
52
+ GEM_VERSION = '1.46.0'
53
53
 
54
54
  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.45.0
4
+ version: 1.46.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: 2021-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core