@aws-sdk/client-appsync 3.890.0 → 3.893.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/commands/AssociateApiCommand.d.ts +2 -0
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiCommand.d.ts +2 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +2 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiCommand.d.ts +2 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +2 -0
- package/dist-types/commands/GetApiCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -0
- package/dist-types/commands/GetResolverCommand.d.ts +2 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetTypeCommand.d.ts +2 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +2 -0
- package/dist-types/commands/ListApisCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -0
- package/dist-types/commands/ListResolversCommand.d.ts +2 -0
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ListTypesCommand.d.ts +2 -0
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -0
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -0
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiCommand.d.ts +2 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +2 -0
- package/package.json +20 -20
|
@@ -33,6 +33,8 @@ declare const AssociateApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, AssociateApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, AssociateApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // AssociateApiRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AssociateMergedGraphqlApiCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, AssociateMergedGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, AssociateMergedGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // AssociateMergedGraphqlApiRequest
|
|
39
41
|
* sourceApiIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AssociateSourceGraphqlApiCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, AssociateSourceGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, AssociateSourceGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // AssociateSourceGraphqlApiRequest
|
|
39
41
|
* mergedApiIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateApiCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateApiCacheRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateApiCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppSyncClient, CreateApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
37
37
|
* // const { AppSyncClient, CreateApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
38
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
39
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
38
40
|
* const client = new AppSyncClient(config);
|
|
39
41
|
* const input = { // CreateApiRequest
|
|
40
42
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateApiKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateApiKeyRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateChannelNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateChannelNamespaceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateChannelNamespaceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateChannelNamespaceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateDataSourceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateDomainNameCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateDomainNameCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateDomainNameRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateFunctionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppSyncClient, CreateFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
37
37
|
* // const { AppSyncClient, CreateFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
38
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
39
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
38
40
|
* const client = new AppSyncClient(config);
|
|
39
41
|
* const input = { // CreateFunctionRequest
|
|
40
42
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateGraphqlApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateGraphqlApiRequest
|
|
38
40
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateResolverCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppSyncClient, CreateResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
37
37
|
* // const { AppSyncClient, CreateResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
38
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
39
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
38
40
|
* const client = new AppSyncClient(config);
|
|
39
41
|
* const input = { // CreateResolverRequest
|
|
40
42
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, CreateTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, CreateTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // CreateTypeRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteApiCacheRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteApiKeyRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteChannelNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteChannelNamespaceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteChannelNamespaceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteChannelNamespaceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteDataSourceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteDomainNameCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteDomainNameCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteDomainNameRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteFunctionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteFunctionRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteGraphqlApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteGraphqlApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResolverCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteResolverRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DeleteTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DeleteTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DeleteTypeRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, DisassociateApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, DisassociateApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // DisassociateApiRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, DisassociateMergedGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, DisassociateMergedGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // DisassociateMergedGraphqlApiRequest
|
|
39
41
|
* sourceApiIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, DisassociateSourceGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, DisassociateSourceGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // DisassociateSourceGraphqlApiRequest
|
|
39
41
|
* mergedApiIdentifier: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const EvaluateCodeCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AppSyncClient, EvaluateCodeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
40
40
|
* // const { AppSyncClient, EvaluateCodeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
41
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
42
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
41
43
|
* const client = new AppSyncClient(config);
|
|
42
44
|
* const input = { // EvaluateCodeRequest
|
|
43
45
|
* runtime: { // AppSyncRuntime
|
|
@@ -39,6 +39,8 @@ declare const EvaluateMappingTemplateCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AppSyncClient, EvaluateMappingTemplateCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
41
41
|
* // const { AppSyncClient, EvaluateMappingTemplateCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
42
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
43
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
42
44
|
* const client = new AppSyncClient(config);
|
|
43
45
|
* const input = { // EvaluateMappingTemplateRequest
|
|
44
46
|
* template: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const FlushApiCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, FlushApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, FlushApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // FlushApiCacheRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetApiAssociationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetApiAssociationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetApiAssociationRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetApiCacheRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetChannelNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetChannelNamespaceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetChannelNamespaceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetChannelNamespaceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetDataSourceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetDataSourceIntrospectionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppSyncClient, GetDataSourceIntrospectionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
37
37
|
* // const { AppSyncClient, GetDataSourceIntrospectionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
38
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
39
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
38
40
|
* const client = new AppSyncClient(config);
|
|
39
41
|
* const input = { // GetDataSourceIntrospectionRequest
|
|
40
42
|
* introspectionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetDomainNameCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetDomainNameCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetDomainNameRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetFunctionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetFunctionRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetGraphqlApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetGraphqlApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, GetGraphqlApiEnvironmentVariablesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, GetGraphqlApiEnvironmentVariablesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // GetGraphqlApiEnvironmentVariablesRequest
|
|
39
41
|
* apiId: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const GetIntrospectionSchemaCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AppSyncClient, GetIntrospectionSchemaCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
42
42
|
* // const { AppSyncClient, GetIntrospectionSchemaCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
43
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
44
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
43
45
|
* const client = new AppSyncClient(config);
|
|
44
46
|
* const input = { // GetIntrospectionSchemaRequest
|
|
45
47
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetResolverCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetResolverRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSchemaCreationStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetSchemaCreationStatusCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetSchemaCreationStatusCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetSchemaCreationStatusRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSourceApiAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetSourceApiAssociationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetSourceApiAssociationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetSourceApiAssociationRequest
|
|
38
40
|
* mergedApiIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, GetTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, GetTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // GetTypeRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const ListApiKeysCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AppSyncClient, ListApiKeysCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
41
41
|
* // const { AppSyncClient, ListApiKeysCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
42
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
43
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
42
44
|
* const client = new AppSyncClient(config);
|
|
43
45
|
* const input = { // ListApiKeysRequest
|
|
44
46
|
* apiId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListApisCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppSyncClient, ListApisCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
38
38
|
* // const { AppSyncClient, ListApisCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
39
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
40
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
39
41
|
* const client = new AppSyncClient(config);
|
|
40
42
|
* const input = { // ListApisRequest
|
|
41
43
|
* nextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListChannelNamespacesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AppSyncClient, ListChannelNamespacesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
38
38
|
* // const { AppSyncClient, ListChannelNamespacesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
39
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
40
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
39
41
|
* const client = new AppSyncClient(config);
|
|
40
42
|
* const input = { // ListChannelNamespacesRequest
|
|
41
43
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDataSourcesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListDataSourcesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListDataSourcesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListDataSourcesRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDomainNamesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListDomainNamesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListDomainNamesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListDomainNamesRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListFunctionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListFunctionsCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListFunctionsCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListFunctionsRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListGraphqlApisCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListGraphqlApisCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListGraphqlApisCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListGraphqlApisRequest
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListResolversByFunctionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListResolversByFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListResolversByFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListResolversByFunctionRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListResolversCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListResolversCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListResolversCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListResolversRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListSourceApiAssociationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListSourceApiAssociationsCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListSourceApiAssociationsCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListSourceApiAssociationsRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTypesByAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListTypesByAssociationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListTypesByAssociationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListTypesByAssociationRequest
|
|
38
40
|
* mergedApiIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, ListTypesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, ListTypesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // ListTypesRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -80,6 +80,8 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
80
80
|
* ```javascript
|
|
81
81
|
* import { AppSyncClient, PutGraphqlApiEnvironmentVariablesCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
82
82
|
* // const { AppSyncClient, PutGraphqlApiEnvironmentVariablesCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
83
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
84
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
83
85
|
* const client = new AppSyncClient(config);
|
|
84
86
|
* const input = { // PutGraphqlApiEnvironmentVariablesRequest
|
|
85
87
|
* apiId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartDataSourceIntrospectionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, StartDataSourceIntrospectionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, StartDataSourceIntrospectionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // StartDataSourceIntrospectionRequest
|
|
39
41
|
* rdsDataApiConfig: { // RdsDataApiConfig
|
|
@@ -35,6 +35,8 @@ declare const StartSchemaCreationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AppSyncClient, StartSchemaCreationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
37
37
|
* // const { AppSyncClient, StartSchemaCreationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
38
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
39
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
38
40
|
* const client = new AppSyncClient(config);
|
|
39
41
|
* const input = { // StartSchemaCreationRequest
|
|
40
42
|
* apiId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartSchemaMergeCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AppSyncClient, StartSchemaMergeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
36
36
|
* // const { AppSyncClient, StartSchemaMergeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
37
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
38
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
37
39
|
* const client = new AppSyncClient(config);
|
|
38
40
|
* const input = { // StartSchemaMergeRequest
|
|
39
41
|
* associationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, TagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, TagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UntagResourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UntagResourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiCacheCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateApiCacheCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateApiCacheCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateApiCacheRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateApiKeyCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateApiKeyCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateApiKeyRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateChannelNamespaceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateChannelNamespaceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateChannelNamespaceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateChannelNamespaceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateDataSourceCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateDataSourceCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateDataSourceRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateDomainNameCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateDomainNameCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateDomainNameRequest
|
|
38
40
|
* domainName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateFunctionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateFunctionCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateFunctionCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateFunctionRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateGraphqlApiCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateGraphqlApiCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateGraphqlApiRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateResolverCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateResolverCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateResolverCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateResolverRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSourceApiAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateSourceApiAssociationCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateSourceApiAssociationCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateSourceApiAssociationRequest
|
|
38
40
|
* associationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateTypeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AppSyncClient, UpdateTypeCommand } from "@aws-sdk/client-appsync"; // ES Modules import
|
|
35
35
|
* // const { AppSyncClient, UpdateTypeCommand } = require("@aws-sdk/client-appsync"); // CommonJS import
|
|
36
|
+
* // import type { AppSyncClientConfig } from "@aws-sdk/client-appsync";
|
|
37
|
+
* const config = {}; // type is AppSyncClientConfig
|
|
36
38
|
* const client = new AppSyncClient(config);
|
|
37
39
|
* const input = { // UpdateTypeRequest
|
|
38
40
|
* apiId: "STRING_VALUE", // required
|
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.893.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,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
58
|
-
"@smithy/util-stream": "^4.3.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
|
+
"@smithy/util-stream": "^4.3.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.1.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|