@aws-sdk/client-appsync 3.296.0 → 3.297.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.
- package/dist-types/AppSync.d.ts +52 -0
- package/dist-types/AppSyncClient.d.ts +24 -4
- package/dist-types/commands/AssociateApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +16 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +16 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetTypeCommand.d.ts +16 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTypesCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +16 -0
- package/dist-types/models/AppSyncServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +387 -0
- package/package.json +3 -3
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.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|