@aws-sdk/client-appsync 3.1076.0 → 3.1078.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-cjs/index.js +231 -891
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateApiCommand.js +2 -14
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -14
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -14
- package/dist-es/commands/CreateApiCacheCommand.js +2 -14
- package/dist-es/commands/CreateApiCommand.js +2 -14
- package/dist-es/commands/CreateApiKeyCommand.js +2 -14
- package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -14
- package/dist-es/commands/CreateDataSourceCommand.js +2 -14
- package/dist-es/commands/CreateDomainNameCommand.js +2 -14
- package/dist-es/commands/CreateFunctionCommand.js +2 -14
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -14
- package/dist-es/commands/CreateResolverCommand.js +2 -14
- package/dist-es/commands/CreateTypeCommand.js +2 -14
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -14
- package/dist-es/commands/DeleteApiCommand.js +2 -14
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -14
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -14
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -14
- package/dist-es/commands/DeleteFunctionCommand.js +2 -14
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -14
- package/dist-es/commands/DeleteResolverCommand.js +2 -14
- package/dist-es/commands/DeleteTypeCommand.js +2 -14
- package/dist-es/commands/DisassociateApiCommand.js +2 -14
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -14
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -14
- package/dist-es/commands/EvaluateCodeCommand.js +2 -14
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -14
- package/dist-es/commands/FlushApiCacheCommand.js +2 -14
- package/dist-es/commands/GetApiAssociationCommand.js +2 -14
- package/dist-es/commands/GetApiCacheCommand.js +2 -14
- package/dist-es/commands/GetApiCommand.js +2 -14
- package/dist-es/commands/GetChannelNamespaceCommand.js +2 -14
- package/dist-es/commands/GetDataSourceCommand.js +2 -14
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -14
- package/dist-es/commands/GetDomainNameCommand.js +2 -14
- package/dist-es/commands/GetFunctionCommand.js +2 -14
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -14
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -14
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -14
- package/dist-es/commands/GetResolverCommand.js +2 -14
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -14
- package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -14
- package/dist-es/commands/GetTypeCommand.js +2 -14
- package/dist-es/commands/ListApiKeysCommand.js +2 -14
- package/dist-es/commands/ListApisCommand.js +2 -14
- package/dist-es/commands/ListChannelNamespacesCommand.js +2 -14
- package/dist-es/commands/ListDataSourcesCommand.js +2 -14
- package/dist-es/commands/ListDomainNamesCommand.js +2 -14
- package/dist-es/commands/ListFunctionsCommand.js +2 -14
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -14
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -14
- package/dist-es/commands/ListResolversCommand.js +2 -14
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTypesByAssociationCommand.js +2 -14
- package/dist-es/commands/ListTypesCommand.js +2 -14
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -14
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -14
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -14
- package/dist-es/commands/StartSchemaMergeCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -14
- package/dist-es/commands/UpdateApiCommand.js +2 -14
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -14
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -14
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -14
- package/dist-es/commands/UpdateFunctionCommand.js +2 -14
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -14
- package/dist-es/commands/UpdateResolverCommand.js +2 -14
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateTypeCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateApiCommand.d.ts +3 -8
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/CreateApiCacheCommand.d.ts +3 -8
- package/dist-types/commands/CreateApiCommand.d.ts +3 -8
- package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -8
- package/dist-types/commands/CreateFunctionCommand.d.ts +3 -8
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/CreateResolverCommand.d.ts +3 -8
- package/dist-types/commands/CreateTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApiCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResolverCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTypeCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateApiCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/EvaluateCodeCommand.d.ts +3 -8
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +3 -8
- package/dist-types/commands/FlushApiCacheCommand.d.ts +3 -8
- package/dist-types/commands/GetApiAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetApiCacheCommand.d.ts +3 -8
- package/dist-types/commands/GetApiCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainNameCommand.d.ts +3 -8
- package/dist-types/commands/GetFunctionCommand.d.ts +3 -8
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +3 -8
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +3 -8
- package/dist-types/commands/GetResolverCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetTypeCommand.d.ts +3 -8
- package/dist-types/commands/ListApiKeysCommand.d.ts +3 -8
- package/dist-types/commands/ListApisCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelNamespacesCommand.d.ts +3 -8
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListFunctionsCommand.d.ts +3 -8
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +3 -8
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +3 -8
- package/dist-types/commands/ListResolversCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +3 -8
- package/dist-types/commands/ListTypesCommand.d.ts +3 -8
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +3 -8
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +3 -8
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +3 -8
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApiCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResolverCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTypeCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultAppSyncHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2231,6 +2233,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2231
2233
|
serviceTarget: "AWSDeepdishControlPlaneService",
|
|
2232
2234
|
},
|
|
2233
2235
|
serviceId: config?.serviceId ?? "AppSync",
|
|
2236
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2234
2237
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2235
2238
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2236
2239
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2264,7 +2267,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2264
2267
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2265
2268
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2266
2269
|
}, config),
|
|
2267
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2268
2270
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2269
2271
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2270
2272
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2352,892 +2354,230 @@ class AppSyncClient extends Client {
|
|
|
2352
2354
|
}
|
|
2353
2355
|
}
|
|
2354
2356
|
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
}
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
}
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
}
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
}
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
}
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
}
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
}
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
}
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
.sc(DeleteDomainName$)
|
|
2580
|
-
.build() {
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
class DeleteFunctionCommand extends Command
|
|
2584
|
-
.classBuilder()
|
|
2585
|
-
.ep(commonParams)
|
|
2586
|
-
.m(function (Command, cs, config, o) {
|
|
2587
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2588
|
-
})
|
|
2589
|
-
.s("AWSDeepdishControlPlaneService", "DeleteFunction", {})
|
|
2590
|
-
.n("AppSyncClient", "DeleteFunctionCommand")
|
|
2591
|
-
.sc(DeleteFunction$)
|
|
2592
|
-
.build() {
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
class DeleteGraphqlApiCommand extends Command
|
|
2596
|
-
.classBuilder()
|
|
2597
|
-
.ep(commonParams)
|
|
2598
|
-
.m(function (Command, cs, config, o) {
|
|
2599
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2600
|
-
})
|
|
2601
|
-
.s("AWSDeepdishControlPlaneService", "DeleteGraphqlApi", {})
|
|
2602
|
-
.n("AppSyncClient", "DeleteGraphqlApiCommand")
|
|
2603
|
-
.sc(DeleteGraphqlApi$)
|
|
2604
|
-
.build() {
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
class DeleteResolverCommand extends Command
|
|
2608
|
-
.classBuilder()
|
|
2609
|
-
.ep(commonParams)
|
|
2610
|
-
.m(function (Command, cs, config, o) {
|
|
2611
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2612
|
-
})
|
|
2613
|
-
.s("AWSDeepdishControlPlaneService", "DeleteResolver", {})
|
|
2614
|
-
.n("AppSyncClient", "DeleteResolverCommand")
|
|
2615
|
-
.sc(DeleteResolver$)
|
|
2616
|
-
.build() {
|
|
2617
|
-
}
|
|
2618
|
-
|
|
2619
|
-
class DeleteTypeCommand extends Command
|
|
2620
|
-
.classBuilder()
|
|
2621
|
-
.ep(commonParams)
|
|
2622
|
-
.m(function (Command, cs, config, o) {
|
|
2623
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2624
|
-
})
|
|
2625
|
-
.s("AWSDeepdishControlPlaneService", "DeleteType", {})
|
|
2626
|
-
.n("AppSyncClient", "DeleteTypeCommand")
|
|
2627
|
-
.sc(DeleteType$)
|
|
2628
|
-
.build() {
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
class DisassociateApiCommand extends Command
|
|
2632
|
-
.classBuilder()
|
|
2633
|
-
.ep(commonParams)
|
|
2634
|
-
.m(function (Command, cs, config, o) {
|
|
2635
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2636
|
-
})
|
|
2637
|
-
.s("AWSDeepdishControlPlaneService", "DisassociateApi", {})
|
|
2638
|
-
.n("AppSyncClient", "DisassociateApiCommand")
|
|
2639
|
-
.sc(DisassociateApi$)
|
|
2640
|
-
.build() {
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
class DisassociateMergedGraphqlApiCommand extends Command
|
|
2644
|
-
.classBuilder()
|
|
2645
|
-
.ep(commonParams)
|
|
2646
|
-
.m(function (Command, cs, config, o) {
|
|
2647
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2648
|
-
})
|
|
2649
|
-
.s("AWSDeepdishControlPlaneService", "DisassociateMergedGraphqlApi", {})
|
|
2650
|
-
.n("AppSyncClient", "DisassociateMergedGraphqlApiCommand")
|
|
2651
|
-
.sc(DisassociateMergedGraphqlApi$)
|
|
2652
|
-
.build() {
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
class DisassociateSourceGraphqlApiCommand extends Command
|
|
2656
|
-
.classBuilder()
|
|
2657
|
-
.ep(commonParams)
|
|
2658
|
-
.m(function (Command, cs, config, o) {
|
|
2659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2660
|
-
})
|
|
2661
|
-
.s("AWSDeepdishControlPlaneService", "DisassociateSourceGraphqlApi", {})
|
|
2662
|
-
.n("AppSyncClient", "DisassociateSourceGraphqlApiCommand")
|
|
2663
|
-
.sc(DisassociateSourceGraphqlApi$)
|
|
2664
|
-
.build() {
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
class EvaluateCodeCommand extends Command
|
|
2668
|
-
.classBuilder()
|
|
2669
|
-
.ep(commonParams)
|
|
2670
|
-
.m(function (Command, cs, config, o) {
|
|
2671
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2672
|
-
})
|
|
2673
|
-
.s("AWSDeepdishControlPlaneService", "EvaluateCode", {})
|
|
2674
|
-
.n("AppSyncClient", "EvaluateCodeCommand")
|
|
2675
|
-
.sc(EvaluateCode$)
|
|
2676
|
-
.build() {
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
class EvaluateMappingTemplateCommand extends Command
|
|
2680
|
-
.classBuilder()
|
|
2681
|
-
.ep(commonParams)
|
|
2682
|
-
.m(function (Command, cs, config, o) {
|
|
2683
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2684
|
-
})
|
|
2685
|
-
.s("AWSDeepdishControlPlaneService", "EvaluateMappingTemplate", {})
|
|
2686
|
-
.n("AppSyncClient", "EvaluateMappingTemplateCommand")
|
|
2687
|
-
.sc(EvaluateMappingTemplate$)
|
|
2688
|
-
.build() {
|
|
2689
|
-
}
|
|
2690
|
-
|
|
2691
|
-
class FlushApiCacheCommand extends Command
|
|
2692
|
-
.classBuilder()
|
|
2693
|
-
.ep(commonParams)
|
|
2694
|
-
.m(function (Command, cs, config, o) {
|
|
2695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2696
|
-
})
|
|
2697
|
-
.s("AWSDeepdishControlPlaneService", "FlushApiCache", {})
|
|
2698
|
-
.n("AppSyncClient", "FlushApiCacheCommand")
|
|
2699
|
-
.sc(FlushApiCache$)
|
|
2700
|
-
.build() {
|
|
2701
|
-
}
|
|
2702
|
-
|
|
2703
|
-
class GetApiAssociationCommand extends Command
|
|
2704
|
-
.classBuilder()
|
|
2705
|
-
.ep(commonParams)
|
|
2706
|
-
.m(function (Command, cs, config, o) {
|
|
2707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2708
|
-
})
|
|
2709
|
-
.s("AWSDeepdishControlPlaneService", "GetApiAssociation", {})
|
|
2710
|
-
.n("AppSyncClient", "GetApiAssociationCommand")
|
|
2711
|
-
.sc(GetApiAssociation$)
|
|
2712
|
-
.build() {
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
|
-
class GetApiCacheCommand extends Command
|
|
2716
|
-
.classBuilder()
|
|
2717
|
-
.ep(commonParams)
|
|
2718
|
-
.m(function (Command, cs, config, o) {
|
|
2719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2720
|
-
})
|
|
2721
|
-
.s("AWSDeepdishControlPlaneService", "GetApiCache", {})
|
|
2722
|
-
.n("AppSyncClient", "GetApiCacheCommand")
|
|
2723
|
-
.sc(GetApiCache$)
|
|
2724
|
-
.build() {
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
class GetApiCommand extends Command
|
|
2728
|
-
.classBuilder()
|
|
2729
|
-
.ep(commonParams)
|
|
2730
|
-
.m(function (Command, cs, config, o) {
|
|
2731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2732
|
-
})
|
|
2733
|
-
.s("AWSDeepdishControlPlaneService", "GetApi", {})
|
|
2734
|
-
.n("AppSyncClient", "GetApiCommand")
|
|
2735
|
-
.sc(GetApi$)
|
|
2736
|
-
.build() {
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
class GetChannelNamespaceCommand extends Command
|
|
2740
|
-
.classBuilder()
|
|
2741
|
-
.ep(commonParams)
|
|
2742
|
-
.m(function (Command, cs, config, o) {
|
|
2743
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2744
|
-
})
|
|
2745
|
-
.s("AWSDeepdishControlPlaneService", "GetChannelNamespace", {})
|
|
2746
|
-
.n("AppSyncClient", "GetChannelNamespaceCommand")
|
|
2747
|
-
.sc(GetChannelNamespace$)
|
|
2748
|
-
.build() {
|
|
2749
|
-
}
|
|
2750
|
-
|
|
2751
|
-
class GetDataSourceCommand extends Command
|
|
2752
|
-
.classBuilder()
|
|
2753
|
-
.ep(commonParams)
|
|
2754
|
-
.m(function (Command, cs, config, o) {
|
|
2755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2756
|
-
})
|
|
2757
|
-
.s("AWSDeepdishControlPlaneService", "GetDataSource", {})
|
|
2758
|
-
.n("AppSyncClient", "GetDataSourceCommand")
|
|
2759
|
-
.sc(GetDataSource$)
|
|
2760
|
-
.build() {
|
|
2761
|
-
}
|
|
2762
|
-
|
|
2763
|
-
class GetDataSourceIntrospectionCommand extends Command
|
|
2764
|
-
.classBuilder()
|
|
2765
|
-
.ep(commonParams)
|
|
2766
|
-
.m(function (Command, cs, config, o) {
|
|
2767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2768
|
-
})
|
|
2769
|
-
.s("AWSDeepdishControlPlaneService", "GetDataSourceIntrospection", {})
|
|
2770
|
-
.n("AppSyncClient", "GetDataSourceIntrospectionCommand")
|
|
2771
|
-
.sc(GetDataSourceIntrospection$)
|
|
2772
|
-
.build() {
|
|
2773
|
-
}
|
|
2774
|
-
|
|
2775
|
-
class GetDomainNameCommand extends Command
|
|
2776
|
-
.classBuilder()
|
|
2777
|
-
.ep(commonParams)
|
|
2778
|
-
.m(function (Command, cs, config, o) {
|
|
2779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2780
|
-
})
|
|
2781
|
-
.s("AWSDeepdishControlPlaneService", "GetDomainName", {})
|
|
2782
|
-
.n("AppSyncClient", "GetDomainNameCommand")
|
|
2783
|
-
.sc(GetDomainName$)
|
|
2784
|
-
.build() {
|
|
2785
|
-
}
|
|
2786
|
-
|
|
2787
|
-
class GetFunctionCommand extends Command
|
|
2788
|
-
.classBuilder()
|
|
2789
|
-
.ep(commonParams)
|
|
2790
|
-
.m(function (Command, cs, config, o) {
|
|
2791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2792
|
-
})
|
|
2793
|
-
.s("AWSDeepdishControlPlaneService", "GetFunction", {})
|
|
2794
|
-
.n("AppSyncClient", "GetFunctionCommand")
|
|
2795
|
-
.sc(GetFunction$)
|
|
2796
|
-
.build() {
|
|
2797
|
-
}
|
|
2798
|
-
|
|
2799
|
-
class GetGraphqlApiCommand extends Command
|
|
2800
|
-
.classBuilder()
|
|
2801
|
-
.ep(commonParams)
|
|
2802
|
-
.m(function (Command, cs, config, o) {
|
|
2803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2804
|
-
})
|
|
2805
|
-
.s("AWSDeepdishControlPlaneService", "GetGraphqlApi", {})
|
|
2806
|
-
.n("AppSyncClient", "GetGraphqlApiCommand")
|
|
2807
|
-
.sc(GetGraphqlApi$)
|
|
2808
|
-
.build() {
|
|
2809
|
-
}
|
|
2810
|
-
|
|
2811
|
-
class GetGraphqlApiEnvironmentVariablesCommand extends Command
|
|
2812
|
-
.classBuilder()
|
|
2813
|
-
.ep(commonParams)
|
|
2814
|
-
.m(function (Command, cs, config, o) {
|
|
2815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2816
|
-
})
|
|
2817
|
-
.s("AWSDeepdishControlPlaneService", "GetGraphqlApiEnvironmentVariables", {})
|
|
2818
|
-
.n("AppSyncClient", "GetGraphqlApiEnvironmentVariablesCommand")
|
|
2819
|
-
.sc(GetGraphqlApiEnvironmentVariables$)
|
|
2820
|
-
.build() {
|
|
2821
|
-
}
|
|
2822
|
-
|
|
2823
|
-
class GetIntrospectionSchemaCommand extends Command
|
|
2824
|
-
.classBuilder()
|
|
2825
|
-
.ep(commonParams)
|
|
2826
|
-
.m(function (Command, cs, config, o) {
|
|
2827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2828
|
-
})
|
|
2829
|
-
.s("AWSDeepdishControlPlaneService", "GetIntrospectionSchema", {})
|
|
2830
|
-
.n("AppSyncClient", "GetIntrospectionSchemaCommand")
|
|
2831
|
-
.sc(GetIntrospectionSchema$)
|
|
2832
|
-
.build() {
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
class GetResolverCommand extends Command
|
|
2836
|
-
.classBuilder()
|
|
2837
|
-
.ep(commonParams)
|
|
2838
|
-
.m(function (Command, cs, config, o) {
|
|
2839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2840
|
-
})
|
|
2841
|
-
.s("AWSDeepdishControlPlaneService", "GetResolver", {})
|
|
2842
|
-
.n("AppSyncClient", "GetResolverCommand")
|
|
2843
|
-
.sc(GetResolver$)
|
|
2844
|
-
.build() {
|
|
2845
|
-
}
|
|
2846
|
-
|
|
2847
|
-
class GetSchemaCreationStatusCommand extends Command
|
|
2848
|
-
.classBuilder()
|
|
2849
|
-
.ep(commonParams)
|
|
2850
|
-
.m(function (Command, cs, config, o) {
|
|
2851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2852
|
-
})
|
|
2853
|
-
.s("AWSDeepdishControlPlaneService", "GetSchemaCreationStatus", {})
|
|
2854
|
-
.n("AppSyncClient", "GetSchemaCreationStatusCommand")
|
|
2855
|
-
.sc(GetSchemaCreationStatus$)
|
|
2856
|
-
.build() {
|
|
2857
|
-
}
|
|
2858
|
-
|
|
2859
|
-
class GetSourceApiAssociationCommand extends Command
|
|
2860
|
-
.classBuilder()
|
|
2861
|
-
.ep(commonParams)
|
|
2862
|
-
.m(function (Command, cs, config, o) {
|
|
2863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2864
|
-
})
|
|
2865
|
-
.s("AWSDeepdishControlPlaneService", "GetSourceApiAssociation", {})
|
|
2866
|
-
.n("AppSyncClient", "GetSourceApiAssociationCommand")
|
|
2867
|
-
.sc(GetSourceApiAssociation$)
|
|
2868
|
-
.build() {
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
|
-
class GetTypeCommand extends Command
|
|
2872
|
-
.classBuilder()
|
|
2873
|
-
.ep(commonParams)
|
|
2874
|
-
.m(function (Command, cs, config, o) {
|
|
2875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2876
|
-
})
|
|
2877
|
-
.s("AWSDeepdishControlPlaneService", "GetType", {})
|
|
2878
|
-
.n("AppSyncClient", "GetTypeCommand")
|
|
2879
|
-
.sc(GetType$)
|
|
2880
|
-
.build() {
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
class ListApiKeysCommand extends Command
|
|
2884
|
-
.classBuilder()
|
|
2885
|
-
.ep(commonParams)
|
|
2886
|
-
.m(function (Command, cs, config, o) {
|
|
2887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2888
|
-
})
|
|
2889
|
-
.s("AWSDeepdishControlPlaneService", "ListApiKeys", {})
|
|
2890
|
-
.n("AppSyncClient", "ListApiKeysCommand")
|
|
2891
|
-
.sc(ListApiKeys$)
|
|
2892
|
-
.build() {
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
|
-
class ListApisCommand extends Command
|
|
2896
|
-
.classBuilder()
|
|
2897
|
-
.ep(commonParams)
|
|
2898
|
-
.m(function (Command, cs, config, o) {
|
|
2899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2900
|
-
})
|
|
2901
|
-
.s("AWSDeepdishControlPlaneService", "ListApis", {})
|
|
2902
|
-
.n("AppSyncClient", "ListApisCommand")
|
|
2903
|
-
.sc(ListApis$)
|
|
2904
|
-
.build() {
|
|
2905
|
-
}
|
|
2906
|
-
|
|
2907
|
-
class ListChannelNamespacesCommand extends Command
|
|
2908
|
-
.classBuilder()
|
|
2909
|
-
.ep(commonParams)
|
|
2910
|
-
.m(function (Command, cs, config, o) {
|
|
2911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2912
|
-
})
|
|
2913
|
-
.s("AWSDeepdishControlPlaneService", "ListChannelNamespaces", {})
|
|
2914
|
-
.n("AppSyncClient", "ListChannelNamespacesCommand")
|
|
2915
|
-
.sc(ListChannelNamespaces$)
|
|
2916
|
-
.build() {
|
|
2917
|
-
}
|
|
2918
|
-
|
|
2919
|
-
class ListDataSourcesCommand extends Command
|
|
2920
|
-
.classBuilder()
|
|
2921
|
-
.ep(commonParams)
|
|
2922
|
-
.m(function (Command, cs, config, o) {
|
|
2923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2924
|
-
})
|
|
2925
|
-
.s("AWSDeepdishControlPlaneService", "ListDataSources", {})
|
|
2926
|
-
.n("AppSyncClient", "ListDataSourcesCommand")
|
|
2927
|
-
.sc(ListDataSources$)
|
|
2928
|
-
.build() {
|
|
2929
|
-
}
|
|
2930
|
-
|
|
2931
|
-
class ListDomainNamesCommand extends Command
|
|
2932
|
-
.classBuilder()
|
|
2933
|
-
.ep(commonParams)
|
|
2934
|
-
.m(function (Command, cs, config, o) {
|
|
2935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2936
|
-
})
|
|
2937
|
-
.s("AWSDeepdishControlPlaneService", "ListDomainNames", {})
|
|
2938
|
-
.n("AppSyncClient", "ListDomainNamesCommand")
|
|
2939
|
-
.sc(ListDomainNames$)
|
|
2940
|
-
.build() {
|
|
2941
|
-
}
|
|
2942
|
-
|
|
2943
|
-
class ListFunctionsCommand extends Command
|
|
2944
|
-
.classBuilder()
|
|
2945
|
-
.ep(commonParams)
|
|
2946
|
-
.m(function (Command, cs, config, o) {
|
|
2947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2948
|
-
})
|
|
2949
|
-
.s("AWSDeepdishControlPlaneService", "ListFunctions", {})
|
|
2950
|
-
.n("AppSyncClient", "ListFunctionsCommand")
|
|
2951
|
-
.sc(ListFunctions$)
|
|
2952
|
-
.build() {
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
class ListGraphqlApisCommand extends Command
|
|
2956
|
-
.classBuilder()
|
|
2957
|
-
.ep(commonParams)
|
|
2958
|
-
.m(function (Command, cs, config, o) {
|
|
2959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2960
|
-
})
|
|
2961
|
-
.s("AWSDeepdishControlPlaneService", "ListGraphqlApis", {})
|
|
2962
|
-
.n("AppSyncClient", "ListGraphqlApisCommand")
|
|
2963
|
-
.sc(ListGraphqlApis$)
|
|
2964
|
-
.build() {
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
|
-
class ListResolversByFunctionCommand extends Command
|
|
2968
|
-
.classBuilder()
|
|
2969
|
-
.ep(commonParams)
|
|
2970
|
-
.m(function (Command, cs, config, o) {
|
|
2971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2972
|
-
})
|
|
2973
|
-
.s("AWSDeepdishControlPlaneService", "ListResolversByFunction", {})
|
|
2974
|
-
.n("AppSyncClient", "ListResolversByFunctionCommand")
|
|
2975
|
-
.sc(ListResolversByFunction$)
|
|
2976
|
-
.build() {
|
|
2977
|
-
}
|
|
2978
|
-
|
|
2979
|
-
class ListResolversCommand extends Command
|
|
2980
|
-
.classBuilder()
|
|
2981
|
-
.ep(commonParams)
|
|
2982
|
-
.m(function (Command, cs, config, o) {
|
|
2983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2984
|
-
})
|
|
2985
|
-
.s("AWSDeepdishControlPlaneService", "ListResolvers", {})
|
|
2986
|
-
.n("AppSyncClient", "ListResolversCommand")
|
|
2987
|
-
.sc(ListResolvers$)
|
|
2988
|
-
.build() {
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
class ListSourceApiAssociationsCommand extends Command
|
|
2992
|
-
.classBuilder()
|
|
2993
|
-
.ep(commonParams)
|
|
2994
|
-
.m(function (Command, cs, config, o) {
|
|
2995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2996
|
-
})
|
|
2997
|
-
.s("AWSDeepdishControlPlaneService", "ListSourceApiAssociations", {})
|
|
2998
|
-
.n("AppSyncClient", "ListSourceApiAssociationsCommand")
|
|
2999
|
-
.sc(ListSourceApiAssociations$)
|
|
3000
|
-
.build() {
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
class ListTagsForResourceCommand extends Command
|
|
3004
|
-
.classBuilder()
|
|
3005
|
-
.ep(commonParams)
|
|
3006
|
-
.m(function (Command, cs, config, o) {
|
|
3007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3008
|
-
})
|
|
3009
|
-
.s("AWSDeepdishControlPlaneService", "ListTagsForResource", {})
|
|
3010
|
-
.n("AppSyncClient", "ListTagsForResourceCommand")
|
|
3011
|
-
.sc(ListTagsForResource$)
|
|
3012
|
-
.build() {
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
class ListTypesByAssociationCommand extends Command
|
|
3016
|
-
.classBuilder()
|
|
3017
|
-
.ep(commonParams)
|
|
3018
|
-
.m(function (Command, cs, config, o) {
|
|
3019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3020
|
-
})
|
|
3021
|
-
.s("AWSDeepdishControlPlaneService", "ListTypesByAssociation", {})
|
|
3022
|
-
.n("AppSyncClient", "ListTypesByAssociationCommand")
|
|
3023
|
-
.sc(ListTypesByAssociation$)
|
|
3024
|
-
.build() {
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
class ListTypesCommand extends Command
|
|
3028
|
-
.classBuilder()
|
|
3029
|
-
.ep(commonParams)
|
|
3030
|
-
.m(function (Command, cs, config, o) {
|
|
3031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3032
|
-
})
|
|
3033
|
-
.s("AWSDeepdishControlPlaneService", "ListTypes", {})
|
|
3034
|
-
.n("AppSyncClient", "ListTypesCommand")
|
|
3035
|
-
.sc(ListTypes$)
|
|
3036
|
-
.build() {
|
|
3037
|
-
}
|
|
3038
|
-
|
|
3039
|
-
class PutGraphqlApiEnvironmentVariablesCommand extends Command
|
|
3040
|
-
.classBuilder()
|
|
3041
|
-
.ep(commonParams)
|
|
3042
|
-
.m(function (Command, cs, config, o) {
|
|
3043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3044
|
-
})
|
|
3045
|
-
.s("AWSDeepdishControlPlaneService", "PutGraphqlApiEnvironmentVariables", {})
|
|
3046
|
-
.n("AppSyncClient", "PutGraphqlApiEnvironmentVariablesCommand")
|
|
3047
|
-
.sc(PutGraphqlApiEnvironmentVariables$)
|
|
3048
|
-
.build() {
|
|
3049
|
-
}
|
|
3050
|
-
|
|
3051
|
-
class StartDataSourceIntrospectionCommand extends Command
|
|
3052
|
-
.classBuilder()
|
|
3053
|
-
.ep(commonParams)
|
|
3054
|
-
.m(function (Command, cs, config, o) {
|
|
3055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3056
|
-
})
|
|
3057
|
-
.s("AWSDeepdishControlPlaneService", "StartDataSourceIntrospection", {})
|
|
3058
|
-
.n("AppSyncClient", "StartDataSourceIntrospectionCommand")
|
|
3059
|
-
.sc(StartDataSourceIntrospection$)
|
|
3060
|
-
.build() {
|
|
3061
|
-
}
|
|
3062
|
-
|
|
3063
|
-
class StartSchemaCreationCommand extends Command
|
|
3064
|
-
.classBuilder()
|
|
3065
|
-
.ep(commonParams)
|
|
3066
|
-
.m(function (Command, cs, config, o) {
|
|
3067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3068
|
-
})
|
|
3069
|
-
.s("AWSDeepdishControlPlaneService", "StartSchemaCreation", {})
|
|
3070
|
-
.n("AppSyncClient", "StartSchemaCreationCommand")
|
|
3071
|
-
.sc(StartSchemaCreation$)
|
|
3072
|
-
.build() {
|
|
3073
|
-
}
|
|
3074
|
-
|
|
3075
|
-
class StartSchemaMergeCommand extends Command
|
|
3076
|
-
.classBuilder()
|
|
3077
|
-
.ep(commonParams)
|
|
3078
|
-
.m(function (Command, cs, config, o) {
|
|
3079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3080
|
-
})
|
|
3081
|
-
.s("AWSDeepdishControlPlaneService", "StartSchemaMerge", {})
|
|
3082
|
-
.n("AppSyncClient", "StartSchemaMergeCommand")
|
|
3083
|
-
.sc(StartSchemaMerge$)
|
|
3084
|
-
.build() {
|
|
3085
|
-
}
|
|
3086
|
-
|
|
3087
|
-
class TagResourceCommand extends Command
|
|
3088
|
-
.classBuilder()
|
|
3089
|
-
.ep(commonParams)
|
|
3090
|
-
.m(function (Command, cs, config, o) {
|
|
3091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3092
|
-
})
|
|
3093
|
-
.s("AWSDeepdishControlPlaneService", "TagResource", {})
|
|
3094
|
-
.n("AppSyncClient", "TagResourceCommand")
|
|
3095
|
-
.sc(TagResource$)
|
|
3096
|
-
.build() {
|
|
3097
|
-
}
|
|
3098
|
-
|
|
3099
|
-
class UntagResourceCommand extends Command
|
|
3100
|
-
.classBuilder()
|
|
3101
|
-
.ep(commonParams)
|
|
3102
|
-
.m(function (Command, cs, config, o) {
|
|
3103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3104
|
-
})
|
|
3105
|
-
.s("AWSDeepdishControlPlaneService", "UntagResource", {})
|
|
3106
|
-
.n("AppSyncClient", "UntagResourceCommand")
|
|
3107
|
-
.sc(UntagResource$)
|
|
3108
|
-
.build() {
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
|
-
class UpdateApiCacheCommand extends Command
|
|
3112
|
-
.classBuilder()
|
|
3113
|
-
.ep(commonParams)
|
|
3114
|
-
.m(function (Command, cs, config, o) {
|
|
3115
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3116
|
-
})
|
|
3117
|
-
.s("AWSDeepdishControlPlaneService", "UpdateApiCache", {})
|
|
3118
|
-
.n("AppSyncClient", "UpdateApiCacheCommand")
|
|
3119
|
-
.sc(UpdateApiCache$)
|
|
3120
|
-
.build() {
|
|
3121
|
-
}
|
|
3122
|
-
|
|
3123
|
-
class UpdateApiCommand extends Command
|
|
3124
|
-
.classBuilder()
|
|
3125
|
-
.ep(commonParams)
|
|
3126
|
-
.m(function (Command, cs, config, o) {
|
|
3127
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3128
|
-
})
|
|
3129
|
-
.s("AWSDeepdishControlPlaneService", "UpdateApi", {})
|
|
3130
|
-
.n("AppSyncClient", "UpdateApiCommand")
|
|
3131
|
-
.sc(UpdateApi$)
|
|
3132
|
-
.build() {
|
|
3133
|
-
}
|
|
3134
|
-
|
|
3135
|
-
class UpdateApiKeyCommand extends Command
|
|
3136
|
-
.classBuilder()
|
|
3137
|
-
.ep(commonParams)
|
|
3138
|
-
.m(function (Command, cs, config, o) {
|
|
3139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3140
|
-
})
|
|
3141
|
-
.s("AWSDeepdishControlPlaneService", "UpdateApiKey", {})
|
|
3142
|
-
.n("AppSyncClient", "UpdateApiKeyCommand")
|
|
3143
|
-
.sc(UpdateApiKey$)
|
|
3144
|
-
.build() {
|
|
3145
|
-
}
|
|
3146
|
-
|
|
3147
|
-
class UpdateChannelNamespaceCommand extends Command
|
|
3148
|
-
.classBuilder()
|
|
3149
|
-
.ep(commonParams)
|
|
3150
|
-
.m(function (Command, cs, config, o) {
|
|
3151
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3152
|
-
})
|
|
3153
|
-
.s("AWSDeepdishControlPlaneService", "UpdateChannelNamespace", {})
|
|
3154
|
-
.n("AppSyncClient", "UpdateChannelNamespaceCommand")
|
|
3155
|
-
.sc(UpdateChannelNamespace$)
|
|
3156
|
-
.build() {
|
|
3157
|
-
}
|
|
3158
|
-
|
|
3159
|
-
class UpdateDataSourceCommand extends Command
|
|
3160
|
-
.classBuilder()
|
|
3161
|
-
.ep(commonParams)
|
|
3162
|
-
.m(function (Command, cs, config, o) {
|
|
3163
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3164
|
-
})
|
|
3165
|
-
.s("AWSDeepdishControlPlaneService", "UpdateDataSource", {})
|
|
3166
|
-
.n("AppSyncClient", "UpdateDataSourceCommand")
|
|
3167
|
-
.sc(UpdateDataSource$)
|
|
3168
|
-
.build() {
|
|
3169
|
-
}
|
|
3170
|
-
|
|
3171
|
-
class UpdateDomainNameCommand extends Command
|
|
3172
|
-
.classBuilder()
|
|
3173
|
-
.ep(commonParams)
|
|
3174
|
-
.m(function (Command, cs, config, o) {
|
|
3175
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3176
|
-
})
|
|
3177
|
-
.s("AWSDeepdishControlPlaneService", "UpdateDomainName", {})
|
|
3178
|
-
.n("AppSyncClient", "UpdateDomainNameCommand")
|
|
3179
|
-
.sc(UpdateDomainName$)
|
|
3180
|
-
.build() {
|
|
3181
|
-
}
|
|
3182
|
-
|
|
3183
|
-
class UpdateFunctionCommand extends Command
|
|
3184
|
-
.classBuilder()
|
|
3185
|
-
.ep(commonParams)
|
|
3186
|
-
.m(function (Command, cs, config, o) {
|
|
3187
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3188
|
-
})
|
|
3189
|
-
.s("AWSDeepdishControlPlaneService", "UpdateFunction", {})
|
|
3190
|
-
.n("AppSyncClient", "UpdateFunctionCommand")
|
|
3191
|
-
.sc(UpdateFunction$)
|
|
3192
|
-
.build() {
|
|
3193
|
-
}
|
|
3194
|
-
|
|
3195
|
-
class UpdateGraphqlApiCommand extends Command
|
|
3196
|
-
.classBuilder()
|
|
3197
|
-
.ep(commonParams)
|
|
3198
|
-
.m(function (Command, cs, config, o) {
|
|
3199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3200
|
-
})
|
|
3201
|
-
.s("AWSDeepdishControlPlaneService", "UpdateGraphqlApi", {})
|
|
3202
|
-
.n("AppSyncClient", "UpdateGraphqlApiCommand")
|
|
3203
|
-
.sc(UpdateGraphqlApi$)
|
|
3204
|
-
.build() {
|
|
3205
|
-
}
|
|
3206
|
-
|
|
3207
|
-
class UpdateResolverCommand extends Command
|
|
3208
|
-
.classBuilder()
|
|
3209
|
-
.ep(commonParams)
|
|
3210
|
-
.m(function (Command, cs, config, o) {
|
|
3211
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3212
|
-
})
|
|
3213
|
-
.s("AWSDeepdishControlPlaneService", "UpdateResolver", {})
|
|
3214
|
-
.n("AppSyncClient", "UpdateResolverCommand")
|
|
3215
|
-
.sc(UpdateResolver$)
|
|
3216
|
-
.build() {
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
|
-
class UpdateSourceApiAssociationCommand extends Command
|
|
3220
|
-
.classBuilder()
|
|
3221
|
-
.ep(commonParams)
|
|
3222
|
-
.m(function (Command, cs, config, o) {
|
|
3223
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3224
|
-
})
|
|
3225
|
-
.s("AWSDeepdishControlPlaneService", "UpdateSourceApiAssociation", {})
|
|
3226
|
-
.n("AppSyncClient", "UpdateSourceApiAssociationCommand")
|
|
3227
|
-
.sc(UpdateSourceApiAssociation$)
|
|
3228
|
-
.build() {
|
|
3229
|
-
}
|
|
3230
|
-
|
|
3231
|
-
class UpdateTypeCommand extends Command
|
|
3232
|
-
.classBuilder()
|
|
3233
|
-
.ep(commonParams)
|
|
3234
|
-
.m(function (Command, cs, config, o) {
|
|
3235
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3236
|
-
})
|
|
3237
|
-
.s("AWSDeepdishControlPlaneService", "UpdateType", {})
|
|
3238
|
-
.n("AppSyncClient", "UpdateTypeCommand")
|
|
3239
|
-
.sc(UpdateType$)
|
|
3240
|
-
.build() {
|
|
2357
|
+
const command = makeBuilder(commonParams, "AWSDeepdishControlPlaneService", "AppSyncClient", getEndpointPlugin);
|
|
2358
|
+
const _ep0 = {};
|
|
2359
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2360
|
+
|
|
2361
|
+
class AssociateApiCommand extends command(_ep0, _mw0, "AssociateApi", AssociateApi$) {
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
class AssociateMergedGraphqlApiCommand extends command(_ep0, _mw0, "AssociateMergedGraphqlApi", AssociateMergedGraphqlApi$) {
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
class AssociateSourceGraphqlApiCommand extends command(_ep0, _mw0, "AssociateSourceGraphqlApi", AssociateSourceGraphqlApi$) {
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
class CreateApiCacheCommand extends command(_ep0, _mw0, "CreateApiCache", CreateApiCache$) {
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
class CreateApiCommand extends command(_ep0, _mw0, "CreateApi", CreateApi$) {
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
class CreateApiKeyCommand extends command(_ep0, _mw0, "CreateApiKey", CreateApiKey$) {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
class CreateChannelNamespaceCommand extends command(_ep0, _mw0, "CreateChannelNamespace", CreateChannelNamespace$) {
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
class CreateDomainNameCommand extends command(_ep0, _mw0, "CreateDomainName", CreateDomainName$) {
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
class CreateFunctionCommand extends command(_ep0, _mw0, "CreateFunction", CreateFunction$) {
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
class CreateGraphqlApiCommand extends command(_ep0, _mw0, "CreateGraphqlApi", CreateGraphqlApi$) {
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
class CreateResolverCommand extends command(_ep0, _mw0, "CreateResolver", CreateResolver$) {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
class CreateTypeCommand extends command(_ep0, _mw0, "CreateType", CreateType$) {
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
class DeleteApiCacheCommand extends command(_ep0, _mw0, "DeleteApiCache", DeleteApiCache$) {
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
class DeleteApiCommand extends command(_ep0, _mw0, "DeleteApi", DeleteApi$) {
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
class DeleteApiKeyCommand extends command(_ep0, _mw0, "DeleteApiKey", DeleteApiKey$) {
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
class DeleteChannelNamespaceCommand extends command(_ep0, _mw0, "DeleteChannelNamespace", DeleteChannelNamespace$) {
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
class DeleteDomainNameCommand extends command(_ep0, _mw0, "DeleteDomainName", DeleteDomainName$) {
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
class DeleteFunctionCommand extends command(_ep0, _mw0, "DeleteFunction", DeleteFunction$) {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
class DeleteGraphqlApiCommand extends command(_ep0, _mw0, "DeleteGraphqlApi", DeleteGraphqlApi$) {
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
class DeleteResolverCommand extends command(_ep0, _mw0, "DeleteResolver", DeleteResolver$) {
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
class DeleteTypeCommand extends command(_ep0, _mw0, "DeleteType", DeleteType$) {
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
class DisassociateApiCommand extends command(_ep0, _mw0, "DisassociateApi", DisassociateApi$) {
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
class DisassociateMergedGraphqlApiCommand extends command(_ep0, _mw0, "DisassociateMergedGraphqlApi", DisassociateMergedGraphqlApi$) {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
class DisassociateSourceGraphqlApiCommand extends command(_ep0, _mw0, "DisassociateSourceGraphqlApi", DisassociateSourceGraphqlApi$) {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
class EvaluateCodeCommand extends command(_ep0, _mw0, "EvaluateCode", EvaluateCode$) {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
class EvaluateMappingTemplateCommand extends command(_ep0, _mw0, "EvaluateMappingTemplate", EvaluateMappingTemplate$) {
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
class FlushApiCacheCommand extends command(_ep0, _mw0, "FlushApiCache", FlushApiCache$) {
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
class GetApiAssociationCommand extends command(_ep0, _mw0, "GetApiAssociation", GetApiAssociation$) {
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
class GetApiCacheCommand extends command(_ep0, _mw0, "GetApiCache", GetApiCache$) {
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
class GetApiCommand extends command(_ep0, _mw0, "GetApi", GetApi$) {
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
class GetChannelNamespaceCommand extends command(_ep0, _mw0, "GetChannelNamespace", GetChannelNamespace$) {
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
class GetDataSourceCommand extends command(_ep0, _mw0, "GetDataSource", GetDataSource$) {
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
class GetDataSourceIntrospectionCommand extends command(_ep0, _mw0, "GetDataSourceIntrospection", GetDataSourceIntrospection$) {
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
class GetDomainNameCommand extends command(_ep0, _mw0, "GetDomainName", GetDomainName$) {
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
class GetFunctionCommand extends command(_ep0, _mw0, "GetFunction", GetFunction$) {
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
class GetGraphqlApiCommand extends command(_ep0, _mw0, "GetGraphqlApi", GetGraphqlApi$) {
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
class GetGraphqlApiEnvironmentVariablesCommand extends command(_ep0, _mw0, "GetGraphqlApiEnvironmentVariables", GetGraphqlApiEnvironmentVariables$) {
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
class GetIntrospectionSchemaCommand extends command(_ep0, _mw0, "GetIntrospectionSchema", GetIntrospectionSchema$) {
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
class GetResolverCommand extends command(_ep0, _mw0, "GetResolver", GetResolver$) {
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
class GetSchemaCreationStatusCommand extends command(_ep0, _mw0, "GetSchemaCreationStatus", GetSchemaCreationStatus$) {
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
class GetSourceApiAssociationCommand extends command(_ep0, _mw0, "GetSourceApiAssociation", GetSourceApiAssociation$) {
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
class GetTypeCommand extends command(_ep0, _mw0, "GetType", GetType$) {
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
class ListApiKeysCommand extends command(_ep0, _mw0, "ListApiKeys", ListApiKeys$) {
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
class ListApisCommand extends command(_ep0, _mw0, "ListApis", ListApis$) {
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
class ListChannelNamespacesCommand extends command(_ep0, _mw0, "ListChannelNamespaces", ListChannelNamespaces$) {
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
class ListDomainNamesCommand extends command(_ep0, _mw0, "ListDomainNames", ListDomainNames$) {
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
class ListFunctionsCommand extends command(_ep0, _mw0, "ListFunctions", ListFunctions$) {
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
class ListGraphqlApisCommand extends command(_ep0, _mw0, "ListGraphqlApis", ListGraphqlApis$) {
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
class ListResolversByFunctionCommand extends command(_ep0, _mw0, "ListResolversByFunction", ListResolversByFunction$) {
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
class ListResolversCommand extends command(_ep0, _mw0, "ListResolvers", ListResolvers$) {
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
class ListSourceApiAssociationsCommand extends command(_ep0, _mw0, "ListSourceApiAssociations", ListSourceApiAssociations$) {
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2524
|
+
}
|
|
2525
|
+
|
|
2526
|
+
class ListTypesByAssociationCommand extends command(_ep0, _mw0, "ListTypesByAssociation", ListTypesByAssociation$) {
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
class ListTypesCommand extends command(_ep0, _mw0, "ListTypes", ListTypes$) {
|
|
2530
|
+
}
|
|
2531
|
+
|
|
2532
|
+
class PutGraphqlApiEnvironmentVariablesCommand extends command(_ep0, _mw0, "PutGraphqlApiEnvironmentVariables", PutGraphqlApiEnvironmentVariables$) {
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
class StartDataSourceIntrospectionCommand extends command(_ep0, _mw0, "StartDataSourceIntrospection", StartDataSourceIntrospection$) {
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
class StartSchemaCreationCommand extends command(_ep0, _mw0, "StartSchemaCreation", StartSchemaCreation$) {
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
class StartSchemaMergeCommand extends command(_ep0, _mw0, "StartSchemaMerge", StartSchemaMerge$) {
|
|
2542
|
+
}
|
|
2543
|
+
|
|
2544
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
class UpdateApiCacheCommand extends command(_ep0, _mw0, "UpdateApiCache", UpdateApiCache$) {
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
class UpdateApiCommand extends command(_ep0, _mw0, "UpdateApi", UpdateApi$) {
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
class UpdateApiKeyCommand extends command(_ep0, _mw0, "UpdateApiKey", UpdateApiKey$) {
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
class UpdateChannelNamespaceCommand extends command(_ep0, _mw0, "UpdateChannelNamespace", UpdateChannelNamespace$) {
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
class UpdateDomainNameCommand extends command(_ep0, _mw0, "UpdateDomainName", UpdateDomainName$) {
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
class UpdateFunctionCommand extends command(_ep0, _mw0, "UpdateFunction", UpdateFunction$) {
|
|
2569
|
+
}
|
|
2570
|
+
|
|
2571
|
+
class UpdateGraphqlApiCommand extends command(_ep0, _mw0, "UpdateGraphqlApi", UpdateGraphqlApi$) {
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
class UpdateResolverCommand extends command(_ep0, _mw0, "UpdateResolver", UpdateResolver$) {
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
class UpdateSourceApiAssociationCommand extends command(_ep0, _mw0, "UpdateSourceApiAssociation", UpdateSourceApiAssociation$) {
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
class UpdateTypeCommand extends command(_ep0, _mw0, "UpdateType", UpdateType$) {
|
|
3241
2581
|
}
|
|
3242
2582
|
|
|
3243
2583
|
const paginateListApiKeys = createPaginator(AppSyncClient, ListApiKeysCommand, "nextToken", "nextToken", "maxResults");
|