Skip to content

Commit

Permalink
feat(client-appsync): UpdateGraphQLAPI documentation update and datas…
Browse files Browse the repository at this point in the history
…ource introspection secret arn update
  • Loading branch information
awstools committed Apr 25, 2024
1 parent fb6245c commit 9b7b9dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
* cloudWatchLogsRoleArn: "STRING_VALUE", // required
* excludeVerboseContent: true || false,
* },
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA",
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA", // required
* userPoolConfig: { // UserPoolConfig
* userPoolId: "STRING_VALUE", // required
* awsRegion: "STRING_VALUE", // required
Expand Down
2 changes: 1 addition & 1 deletion clients/client-appsync/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,7 @@ export interface UpdateGraphqlApiRequest {
* <p>The new authentication type for the <code>GraphqlApi</code> object.</p>
* @public
*/
authenticationType?: AuthenticationType;
authenticationType: AuthenticationType | undefined;

/**
* <p>The new Amazon Cognito user pool configuration for the <code>~GraphqlApi</code> object.</p>
Expand Down
5 changes: 3 additions & 2 deletions codegen/sdk-codegen/aws-models/appsync.json
Original file line number Diff line number Diff line change
Expand Up @@ -7332,7 +7332,7 @@
"min": 20,
"max": 2048
},
"smithy.api#pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/-]*$"
"smithy.api#pattern": "^arn:[a-z-]*:secretsmanager:[a-z0-9-]*:\\d{12}:secret:[0-9A-Za-z_/+=.@!-]*$"
}
},
"com.amazonaws.appsync#RdsHttpEndpointConfig": {
Expand Down Expand Up @@ -8936,7 +8936,8 @@
"authenticationType": {
"target": "com.amazonaws.appsync#AuthenticationType",
"traits": {
"smithy.api#documentation": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>"
"smithy.api#documentation": "<p>The new authentication type for the <code>GraphqlApi</code> object.</p>",
"smithy.api#required": {}
}
},
"userPoolConfig": {
Expand Down

0 comments on commit 9b7b9dd

Please sign in to comment.