Skip to content

Commit 9b7b9dd

Browse files
author
awstools
committed
feat(client-appsync): UpdateGraphQLAPI documentation update and datasource introspection secret arn update
1 parent fb6245c commit 9b7b9dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
4242
* cloudWatchLogsRoleArn: "STRING_VALUE", // required
4343
* excludeVerboseContent: true || false,
4444
* },
45-
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA",
45+
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA", // required
4646
* userPoolConfig: { // UserPoolConfig
4747
* userPoolId: "STRING_VALUE", // required
4848
* awsRegion: "STRING_VALUE", // required

clients/client-appsync/src/models/models_0.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5321,7 +5321,7 @@ export interface UpdateGraphqlApiRequest {
53215321
* <p>The new authentication type for the <code>GraphqlApi</code> object.</p>
53225322
* @public
53235323
*/
5324-
authenticationType?: AuthenticationType;
5324+
authenticationType: AuthenticationType | undefined;
53255325

53265326
/**
53275327
* <p>The new Amazon Cognito user pool configuration for the <code>~GraphqlApi</code> object.</p>

codegen/sdk-codegen/aws-models/appsync.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7332,7 +7332,7 @@
73327332
"min": 20,
73337333
"max": 2048
73347334
},
7335-
"smithy.api#pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
7335+
"smithy.api#pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
73367336
}
73377337
},
73387338
"com.amazonaws.appsync#RdsHttpEndpointConfig": {
@@ -8936,7 +8936,8 @@
89368936
"authenticationType": {
89378937
"target": "com.amazonaws.appsync#AuthenticationType",
89388938
"traits": {
8939-
"smithy.api#documentation": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>"
8939+
"smithy.api#documentation": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>",
8940+
"smithy.api#required": {}
89408941
}
89418942
},
89428943
"userPoolConfig": {

0 commit comments

Comments
 (0)