@aws-sdk/client-appsync 3.716.0 → 3.721.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.
|
@@ -42,7 +42,7 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
42
42
|
* cloudWatchLogsRoleArn: "STRING_VALUE", // required
|
|
43
43
|
* excludeVerboseContent: true || false,
|
|
44
44
|
* },
|
|
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
|
|
46
46
|
* userPoolConfig: { // UserPoolConfig
|
|
47
47
|
* userPoolId: "STRING_VALUE", // required
|
|
48
48
|
* awsRegion: "STRING_VALUE", // required
|
|
@@ -5393,7 +5393,7 @@ export interface UpdateGraphqlApiRequest {
|
|
|
5393
5393
|
* <p>The new authentication type for the <code>GraphqlApi</code> object.</p>
|
|
5394
5394
|
* @public
|
|
5395
5395
|
*/
|
|
5396
|
-
authenticationType
|
|
5396
|
+
authenticationType: AuthenticationType | undefined;
|
|
5397
5397
|
/**
|
|
5398
5398
|
* <p>The new Amazon Cognito user pool configuration for the <code>~GraphqlApi</code>
|
|
5399
5399
|
* object.</p>
|
|
@@ -1223,7 +1223,7 @@ export interface UpdateGraphqlApiRequest {
|
|
|
1223
1223
|
apiId: string | undefined;
|
|
1224
1224
|
name: string | undefined;
|
|
1225
1225
|
logConfig?: LogConfig | undefined;
|
|
1226
|
-
authenticationType
|
|
1226
|
+
authenticationType: AuthenticationType | undefined;
|
|
1227
1227
|
userPoolConfig?: UserPoolConfig | undefined;
|
|
1228
1228
|
openIDConnectConfig?: OpenIDConnectConfig | undefined;
|
|
1229
1229
|
additionalAuthenticationProviders?:
|
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.721.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,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.721.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.721.0",
|
|
25
25
|
"@aws-sdk/core": "3.716.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.721.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.714.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.714.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.714.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.721.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.714.0",
|
|
32
32
|
"@aws-sdk/types": "3.714.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.714.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.714.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.721.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.13",
|
|
37
37
|
"@smithy/core": "^2.5.5",
|
|
38
38
|
"@smithy/fetch-http-handler": "^4.1.2",
|