You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-ecr): This release will have ValidationException be thrown from ECR LifecyclePolicy APIs in regions LifecyclePolicy is not supported, this includes existing Amazon Dedicated Cloud (ADC) regions. This release will also change Tag: TagValue and Tag: TagKey to required.
* <p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the
1034
1036
* repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name.
1035
-
* For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>
1037
+
* For example, <code>arn:aws:ecr:region:012345678910:repository-namespace/repository-name</code>.</p>
1036
1038
*/
1037
1039
repositoryArn?: string;
1038
1040
@@ -2626,8 +2628,8 @@ export type RepositoryFilterType = (typeof RepositoryFilterType)[keyof typeof Re
2626
2628
* @public
2627
2629
* <p>The filter settings used with image replication. Specifying a repository filter to a
2628
2630
* replication rule provides a method for controlling which repositories in a private
2629
-
* registry are replicated. If no repository filter is specified, all images in the
2630
-
* repository are replicated.</p>
2631
+
* registry are replicated. If no filters are added, the contents of all repositories are
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/ecr.json
+27-10Lines changed: 27 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1994,7 +1994,7 @@
1994
1994
"repositoryName": {
1995
1995
"target": "com.amazonaws.ecr#RepositoryName",
1996
1996
"traits": {
1997
-
"smithy.api#documentation": "<p>The name to use for the repository. The repository name may be specified on its own\n (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group\n the repository into a category (such as <code>project-a/nginx-web-app</code>).</p>",
1997
+
"smithy.api#documentation": "<p>The name to use for the repository. The repository name may be specified on its own\n (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group\n the repository into a category (such as <code>project-a/nginx-web-app</code>).</p>\n <p>The repository name must start with a letter and can only contain lowercase letters,\n numbers, hyphens, underscores, and forward slashes.</p>",
1998
1998
"smithy.api#required": {}
1999
1999
}
2000
2000
},
@@ -2171,6 +2171,9 @@
2171
2171
},
2172
2172
{
2173
2173
"target": "com.amazonaws.ecr#ServerException"
2174
+
},
2175
+
{
2176
+
"target": "com.amazonaws.ecr#ValidationException"
2174
2177
}
2175
2178
],
2176
2179
"traits": {
@@ -3505,6 +3508,9 @@
3505
3508
},
3506
3509
{
3507
3510
"target": "com.amazonaws.ecr#ServerException"
3511
+
},
3512
+
{
3513
+
"target": "com.amazonaws.ecr#ValidationException"
3508
3514
}
3509
3515
],
3510
3516
"traits": {
@@ -3531,6 +3537,9 @@
3531
3537
},
3532
3538
{
3533
3539
"target": "com.amazonaws.ecr#ServerException"
3540
+
},
3541
+
{
3542
+
"target": "com.amazonaws.ecr#ValidationException"
3534
3543
}
3535
3544
],
3536
3545
"traits": {
@@ -3596,13 +3605,13 @@
3596
3605
"nextToken": {
3597
3606
"target": "com.amazonaws.ecr#NextToken",
3598
3607
"traits": {
3599
-
"smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a previous paginated\n <code>GetLifecyclePolicyPreviewRequest</code> request where <code>maxResults</code>\n was used and the results exceeded the value of that parameter. Pagination continues\n from the end of the previous results that returned the <code>nextToken</code> value.\n This value is <code>null</code> when there are no more results to return. This option\n cannot be used when you specify images with <code>imageIds</code>.</p>"
3608
+
"smithy.api#documentation": "<p>The <code>nextToken</code> value returned from a previous paginated\u2028\n <code>GetLifecyclePolicyPreviewRequest</code> request where <code>maxResults</code>\n was used and the\u2028 results exceeded the value of that parameter. Pagination continues\n from the end of the\u2028 previous results that returned the <code>nextToken</code> value.\n This value is\u2028 <code>null</code> when there are no more results to return. This option\n cannot be used when you specify images with <code>imageIds</code>.</p>"
"smithy.api#documentation": "<p>The maximum number of repository results returned by\n <code>GetLifecyclePolicyPreviewRequest</code> in paginated output. When this\n parameter is used, <code>GetLifecyclePolicyPreviewRequest</code> only returns\n <code>maxResults</code> results in a single page along with a\n <code>nextToken</code> response element. The remaining results of the initial request\n can be seen by sending another <code>GetLifecyclePolicyPreviewRequest</code> request\n with the returned <code>nextToken</code> value. This value can be between\n 1 and 1000. If this parameter is not used, then\n <code>GetLifecyclePolicyPreviewRequest</code> returns up to 100\n results and a <code>nextToken</code> value, if applicable. This option cannot be used\n when you specify images with <code>imageIds</code>.</p>"
3614
+
"smithy.api#documentation": "<p>The maximum number of repository results returned by\n <code>GetLifecyclePolicyPreviewRequest</code> in\u2028 paginated output. When this\n parameter is used, <code>GetLifecyclePolicyPreviewRequest</code> only returns\u2028\n <code>maxResults</code> results in a single page along with a\n <code>nextToken</code>\u2028 response element. The remaining results of the initial request\n can be seen by sending\u2028 another <code>GetLifecyclePolicyPreviewRequest</code> request\n with the returned <code>nextToken</code>\u2028 value. This value can be between\n 1 and 1000. If this\u2028 parameter is not used, then\n <code>GetLifecyclePolicyPreviewRequest</code> returns up to\u2028 100\n results and a <code>nextToken</code> value, if\u2028 applicable. This option cannot be used\n when you specify images with <code>imageIds</code>.</p>"
3606
3615
}
3607
3616
},
3608
3617
"filter": {
@@ -5669,6 +5678,9 @@
5669
5678
},
5670
5679
{
5671
5680
"target": "com.amazonaws.ecr#ServerException"
5681
+
},
5682
+
{
5683
+
"target": "com.amazonaws.ecr#ValidationException"
5672
5684
}
5673
5685
],
5674
5686
"traits": {
@@ -5681,7 +5693,7 @@
5681
5693
"registryId": {
5682
5694
"target": "com.amazonaws.ecr#RegistryId",
5683
5695
"traits": {
5684
-
"smithy.api#documentation": "<p>The Amazon Web Services account ID associated with the registry that contains the repository. If you\n do not specify a registry, the default registry is assumed.</p>"
5696
+
"smithy.api#documentation": "<p>The Amazon Web Services account ID associated with the registry that contains the repository. If you\n do\u2028 not specify a registry, the default registry is assumed.</p>"
5685
5697
}
5686
5698
},
5687
5699
"repositoryName": {
@@ -6006,7 +6018,7 @@
6006
6018
"scanFrequency": {
6007
6019
"target": "com.amazonaws.ecr#ScanFrequency",
6008
6020
"traits": {
6009
-
"smithy.api#documentation": "<p>The frequency that scans are performed at for a private registry. When the\n <code>ENHANCED</code> scan type is specified, the supported scan frequencies are\n <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the\n <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> and\n<code>MANUAL</code>scan frequencies are supported.</p>",
6021
+
"smithy.api#documentation": "<p>The frequency that scans are performed at for a private registry. When the\n <code>ENHANCED</code> scan type is specified, the supported scan frequencies are\n <code>CONTINUOUS_SCAN</code> and <code>SCAN_ON_PUSH</code>. When the\n <code>BASIC</code> scan type is specified, the <code>SCAN_ON_PUSH</code> scan\nfrequency is supported. If scan on push is not specified, then the <code>MANUAL</code>\nscan frequency is set by default.</p>",
6010
6022
"smithy.api#required": {}
6011
6023
}
6012
6024
},
@@ -6174,7 +6186,7 @@
6174
6186
"repositoryArn": {
6175
6187
"target": "com.amazonaws.ecr#Arn",
6176
6188
"traits": {
6177
-
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the\n repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name.\n For example, <code>arn:aws:ecr:region:012345678910:repository/test</code>.</p>"
6189
+
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the <code>arn:aws:ecr</code> namespace, followed by the region of the\n repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name.\n For example, <code>arn:aws:ecr:region:012345678910:repository-namespace/repository-name</code>.</p>"
6178
6190
}
6179
6191
},
6180
6192
"registryId": {
@@ -6255,7 +6267,7 @@
6255
6267
}
6256
6268
},
6257
6269
"traits": {
6258
-
"smithy.api#documentation": "<p>The filter settings used with image replication. Specifying a repository filter to a\n replication rule provides a method for controlling which repositories in a private\n registry are replicated. If no repository filter is specified, all images in the\n repository are replicated.</p>"
6270
+
"smithy.api#documentation": "<p>The filter settings used with image replication. Specifying a repository filter to a\n replication rule provides a method for controlling which repositories in a private\n registry are replicated. If no filters are added, the contents of all repositories are\n replicated.</p>"
6259
6271
}
6260
6272
},
6261
6273
"com.amazonaws.ecr#RepositoryFilterList": {
@@ -6956,6 +6968,9 @@
6956
6968
},
6957
6969
{
6958
6970
"target": "com.amazonaws.ecr#ServerException"
6971
+
},
6972
+
{
6973
+
"target": "com.amazonaws.ecr#ValidationException"
6959
6974
}
6960
6975
],
6961
6976
"traits": {
@@ -7030,13 +7045,15 @@
7030
7045
"Key": {
7031
7046
"target": "com.amazonaws.ecr#TagKey",
7032
7047
"traits": {
7033
-
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A <code>key</code> is a general label\n that acts like a category for more specific tag values.</p>"
7048
+
"smithy.api#documentation": "<p>One part of a key-value pair that make up a tag. A <code>key</code> is a general label\n that acts like a category for more specific tag values.</p>",
7049
+
"smithy.api#required": {}
7034
7050
}
7035
7051
},
7036
7052
"Value": {
7037
7053
"target": "com.amazonaws.ecr#TagValue",
7038
7054
"traits": {
7039
-
"smithy.api#documentation": "<p>A <code>value</code> acts as a descriptor within a tag category (key).</p>"
7055
+
"smithy.api#documentation": "<p>A <code>value</code> acts as a descriptor within a tag category (key).</p>",
0 commit comments