Skip to content

Commit

Permalink
Doc only update to the description of basicauthcredentials to describ…
Browse files Browse the repository at this point in the history
…e the required encoding and format.
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 27, 2022
1 parent b2f2d1d commit 54af8de
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 21 deletions.
14 changes: 7 additions & 7 deletions generator/ServiceModels/amplify/amplify-2017-07-25.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@
"BasicAuthCredentials": {
"base": null,
"refs": {
"App$basicAuthCredentials": "<p> The basic authorization credentials for branches for the Amplify app. </p>",
"AutoBranchCreationConfig$basicAuthCredentials": "<p> The basic authorization credentials for the autocreated branch. </p>",
"Branch$basicAuthCredentials": "<p> The basic authorization credentials for a branch of an Amplify app. </p>",
"CreateAppRequest$basicAuthCredentials": "<p> The credentials for basic authorization for an Amplify app. </p>",
"CreateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. </p>",
"UpdateAppRequest$basicAuthCredentials": "<p> The basic authorization credentials for an Amplify app. </p>",
"UpdateBranchRequest$basicAuthCredentials": "<p> The basic authorization credentials for the branch. </p>"
"App$basicAuthCredentials": "<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>",
"AutoBranchCreationConfig$basicAuthCredentials": "<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>",
"Branch$basicAuthCredentials": "<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>",
"CreateAppRequest$basicAuthCredentials": "<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>",
"CreateBranchRequest$basicAuthCredentials": "<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>",
"UpdateAppRequest$basicAuthCredentials": "<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>",
"UpdateBranchRequest$basicAuthCredentials": "<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>"
}
},
"Branch": {
Expand Down
14 changes: 7 additions & 7 deletions generator/ServiceModels/amplify/amplify-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for branches for the Amplify app. </p>"
"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>"
},
"customRules":{
"shape":"CustomRules",
Expand Down Expand Up @@ -827,7 +827,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for the autocreated branch. </p>"
"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>"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
Expand Down Expand Up @@ -1030,7 +1030,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for a branch of an Amplify app. </p>"
"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>"
},
"buildSpec":{
"shape":"BuildSpec",
Expand Down Expand Up @@ -1157,7 +1157,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The credentials for basic authorization for an Amplify app. </p>"
"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>"
},
"customRules":{
"shape":"CustomRules",
Expand Down Expand Up @@ -1279,7 +1279,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for the branch. </p>"
"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>"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
Expand Down Expand Up @@ -3090,7 +3090,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for an Amplify app. </p>"
"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>"
},
"customRules":{
"shape":"CustomRules",
Expand Down Expand Up @@ -3187,7 +3187,7 @@
},
"basicAuthCredentials":{
"shape":"BasicAuthCredentials",
"documentation":"<p> The basic authorization credentials for the branch. </p>"
"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>"
},
"enableBasicAuth":{
"shape":"EnableBasicAuth",
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/Services/Amplify/Generated/Model/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ internal bool IsSetAutoBranchCreationPatterns()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for branches for the Amplify app.
/// 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>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public partial class AutoBranchCreationConfig
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for the autocreated branch.
/// 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>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/Services/Amplify/Generated/Model/Branch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ internal bool IsSetBackendEnvironmentArn()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for a branch of an Amplify app.
/// 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>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/Services/Amplify/Generated/Model/CreateAppRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ internal bool IsSetAutoBranchCreationPatterns()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The credentials for basic authorization for an Amplify app.
/// 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>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ internal bool IsSetBackendEnvironmentArn()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for the branch.
/// The basic authorization credentials for the branch. You must base64-encode the authorization
/// credentials and provide them in the format <code>user:password</code>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
3 changes: 2 additions & 1 deletion sdk/src/Services/Amplify/Generated/Model/UpdateAppRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ internal bool IsSetAutoBranchCreationPatterns()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for an Amplify app.
/// 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>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ internal bool IsSetBackendEnvironmentArn()
/// <summary>
/// Gets and sets the property BasicAuthCredentials.
/// <para>
/// The basic authorization credentials for the branch.
/// The basic authorization credentials for the branch. You must base64-encode the authorization
/// credentials and provide them in the format <code>user:password</code>.
/// </para>
/// </summary>
[AWSProperty(Max=2000)]
Expand Down

0 comments on commit 54af8de

Please sign in to comment.