Skip to content

Commit 8c7c62a

Browse files
author
AWS
committed
Amazon Elastic Container Registry Update: Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
1 parent f37d56f commit 8c7c62a

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Container Registry",
4+
"contributor": "",
5+
"description": "Documentation update for ECR GetAccountSetting and PutAccountSetting APIs."
6+
}

services/ecr/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
{"shape":"ValidationException"},
381381
{"shape":"InvalidParameterException"}
382382
],
383-
"documentation":"<p>Retrieves the basic scan type version name.</p>"
383+
"documentation":"<p>Retrieves the account setting value for the specified setting name.</p>"
384384
},
385385
"GetAuthorizationToken":{
386386
"name":"GetAuthorizationToken",
@@ -555,7 +555,7 @@
555555
{"shape":"InvalidParameterException"},
556556
{"shape":"LimitExceededException"}
557557
],
558-
"documentation":"<p>Allows you to change the basic scan type version by setting the <code>name</code> parameter to either <code>CLAIR</code> to <code>AWS_NATIVE</code>.</p>"
558+
"documentation":"<p>Allows you to change the basic scan type version or registry policy scope.</p>"
559559
},
560560
"PutImage":{
561561
"name":"PutImage",
@@ -1950,7 +1950,7 @@
19501950
"members":{
19511951
"name":{
19521952
"shape":"AccountSettingName",
1953-
"documentation":"<p>Basic scan type version name. </p>"
1953+
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>"
19541954
}
19551955
}
19561956
},
@@ -1959,11 +1959,11 @@
19591959
"members":{
19601960
"name":{
19611961
"shape":"AccountSettingName",
1962-
"documentation":"<p>Retrieves the basic scan type version name.</p>"
1962+
"documentation":"<p>Retrieves the name of the account setting.</p>"
19631963
},
19641964
"value":{
19651965
"shape":"AccountSettingName",
1966-
"documentation":"<p>Retrieves the value that specifies what basic scan type is being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>.</p>"
1966+
"documentation":"<p>The setting value for the setting name. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>"
19671967
}
19681968
}
19691969
},
@@ -3105,11 +3105,11 @@
31053105
"members":{
31063106
"name":{
31073107
"shape":"AccountSettingName",
3108-
"documentation":"<p>Basic scan type version name. </p>"
3108+
"documentation":"<p>The name of the account setting, such as <code>BASIC_SCAN_TYPE_VERSION</code> or <code>REGISTRY_POLICY_SCOPE</code>. </p>"
31093109
},
31103110
"value":{
31113111
"shape":"AccountSettingValue",
3112-
"documentation":"<p>Setting value that determines what basic scan type is being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>.</p>"
3112+
"documentation":"<p>Setting value that is specified. The following are valid values for the basic scan type being used: <code>AWS_NATIVE</code> or <code>CLAIR</code>. The following are valid values for the registry policy scope being used: <code>V1</code> or <code>V2</code>.</p>"
31133113
}
31143114
}
31153115
},
@@ -3118,11 +3118,11 @@
31183118
"members":{
31193119
"name":{
31203120
"shape":"AccountSettingName",
3121-
"documentation":"<p>Retrieves the the basic scan type version name.</p>"
3121+
"documentation":"<p>Retrieves the name of the account setting.</p>"
31223122
},
31233123
"value":{
31243124
"shape":"AccountSettingValue",
3125-
"documentation":"<p>Retrieves the basic scan type value, either <code>AWS_NATIVE</code> or <code>-</code>.</p>"
3125+
"documentation":"<p>Retrieves the value of the specified account setting.</p>"
31263126
}
31273127
}
31283128
},

0 commit comments

Comments
 (0)