Skip to content

Commit 6a4f72c

Browse files
author
AWS
committed
AWS Amplify Update: Doc only update to the description of basicauthcredentials to describe the required encoding and format.
1 parent 692b83a commit 6a4f72c

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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": "AWS Amplify",
4+
"contributor": "",
5+
"description": "Doc only update to the description of basicauthcredentials to describe the required encoding and format."
6+
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@
712712
},
713713
"basicAuthCredentials":{
714714
"shape":"BasicAuthCredentials",
715-
"documentation":"<p> The basic authorization credentials for branches for the Amplify app. </p>"
715+
"documentation":"<p> The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
716716
},
717717
"customRules":{
718718
"shape":"CustomRules",
@@ -827,7 +827,7 @@
827827
},
828828
"basicAuthCredentials":{
829829
"shape":"BasicAuthCredentials",
830-
"documentation":"<p> The basic authorization credentials for the autocreated branch. </p>"
830+
"documentation":"<p> The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
831831
},
832832
"enableBasicAuth":{
833833
"shape":"EnableBasicAuth",
@@ -1030,7 +1030,7 @@
10301030
},
10311031
"basicAuthCredentials":{
10321032
"shape":"BasicAuthCredentials",
1033-
"documentation":"<p> The basic authorization credentials for a branch of an Amplify app. </p>"
1033+
"documentation":"<p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
10341034
},
10351035
"buildSpec":{
10361036
"shape":"BuildSpec",
@@ -1157,7 +1157,7 @@
11571157
},
11581158
"basicAuthCredentials":{
11591159
"shape":"BasicAuthCredentials",
1160-
"documentation":"<p> The credentials for basic authorization for an Amplify app. </p>"
1160+
"documentation":"<p> The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
11611161
},
11621162
"customRules":{
11631163
"shape":"CustomRules",
@@ -1279,7 +1279,7 @@
12791279
},
12801280
"basicAuthCredentials":{
12811281
"shape":"BasicAuthCredentials",
1282-
"documentation":"<p> The basic authorization credentials for the branch. </p>"
1282+
"documentation":"<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
12831283
},
12841284
"enableBasicAuth":{
12851285
"shape":"EnableBasicAuth",
@@ -3090,7 +3090,7 @@
30903090
},
30913091
"basicAuthCredentials":{
30923092
"shape":"BasicAuthCredentials",
3093-
"documentation":"<p> The basic authorization credentials for an Amplify app. </p>"
3093+
"documentation":"<p> The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
30943094
},
30953095
"customRules":{
30963096
"shape":"CustomRules",
@@ -3187,7 +3187,7 @@
31873187
},
31883188
"basicAuthCredentials":{
31893189
"shape":"BasicAuthCredentials",
3190-
"documentation":"<p> The basic authorization credentials for the branch. </p>"
3190+
"documentation":"<p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>"
31913191
},
31923192
"enableBasicAuth":{
31933193
"shape":"EnableBasicAuth",

0 commit comments

Comments
 (0)