@aws-sdk/client-appsync 3.556.0 → 3.564.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -41,7 +41,7 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
41
41
|
* cloudWatchLogsRoleArn: "STRING_VALUE", // required
|
|
42
42
|
* excludeVerboseContent: true || false,
|
|
43
43
|
* },
|
|
44
|
-
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA",
|
|
44
|
+
* authenticationType: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT" || "AWS_LAMBDA", // required
|
|
45
45
|
* userPoolConfig: { // UserPoolConfig
|
|
46
46
|
* userPoolId: "STRING_VALUE", // required
|
|
47
47
|
* awsRegion: "STRING_VALUE", // required
|
|
@@ -4694,7 +4694,7 @@ export interface UpdateGraphqlApiRequest {
|
|
|
4694
4694
|
* <p>The new authentication type for the <code>GraphqlApi</code> object.</p>
|
|
4695
4695
|
* @public
|
|
4696
4696
|
*/
|
|
4697
|
-
authenticationType
|
|
4697
|
+
authenticationType: AuthenticationType | undefined;
|
|
4698
4698
|
/**
|
|
4699
4699
|
* <p>The new Amazon Cognito user pool configuration for the <code>~GraphqlApi</code> object.</p>
|
|
4700
4700
|
* @public
|
|
@@ -1070,7 +1070,7 @@ export interface UpdateGraphqlApiRequest {
|
|
|
1070
1070
|
apiId: string | undefined;
|
|
1071
1071
|
name: string | undefined;
|
|
1072
1072
|
logConfig?: LogConfig;
|
|
1073
|
-
authenticationType
|
|
1073
|
+
authenticationType: AuthenticationType | undefined;
|
|
1074
1074
|
userPoolConfig?: UserPoolConfig;
|
|
1075
1075
|
openIDConnectConfig?: OpenIDConnectConfig;
|
|
1076
1076
|
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appsync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.564.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appsync",
|
|
@@ -20,9 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.556.0",
|
|
24
23
|
"@aws-sdk/core": "3.556.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.564.0",
|
|
26
25
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
26
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
27
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|