@aws-sdk/client-appsync 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +164 -165
- package/dist-cjs/models/AppSyncServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/AppSync.js +1 -1
- package/dist-es/AppSyncClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateApiCommand.js +2 -2
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateApiCacheCommand.js +2 -2
- package/dist-es/commands/CreateApiCommand.js +2 -2
- package/dist-es/commands/CreateApiKeyCommand.js +2 -2
- package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceCommand.js +2 -2
- package/dist-es/commands/CreateDomainNameCommand.js +2 -2
- package/dist-es/commands/CreateFunctionCommand.js +2 -2
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/CreateResolverCommand.js +2 -2
- package/dist-es/commands/CreateTypeCommand.js +2 -2
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -2
- package/dist-es/commands/DeleteApiCommand.js +2 -2
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -2
- package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DeleteResolverCommand.js +2 -2
- package/dist-es/commands/DeleteTypeCommand.js +2 -2
- package/dist-es/commands/DisassociateApiCommand.js +2 -2
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -2
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -2
- package/dist-es/commands/EvaluateCodeCommand.js +2 -2
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -2
- package/dist-es/commands/FlushApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetApiCacheCommand.js +2 -2
- package/dist-es/commands/GetApiCommand.js +2 -2
- package/dist-es/commands/GetChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/GetDomainNameCommand.js +2 -2
- package/dist-es/commands/GetFunctionCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -2
- package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -2
- package/dist-es/commands/GetResolverCommand.js +2 -2
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -2
- package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/GetTypeCommand.js +2 -2
- package/dist-es/commands/ListApiKeysCommand.js +2 -2
- package/dist-es/commands/ListApisCommand.js +2 -2
- package/dist-es/commands/ListChannelNamespacesCommand.js +2 -2
- package/dist-es/commands/ListDataSourcesCommand.js +2 -2
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/ListFunctionsCommand.js +2 -2
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -2
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -2
- package/dist-es/commands/ListResolversCommand.js +2 -2
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTypesByAssociationCommand.js +2 -2
- package/dist-es/commands/ListTypesCommand.js +2 -2
- package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -2
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -2
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -2
- package/dist-es/commands/StartSchemaMergeCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -2
- package/dist-es/commands/UpdateApiCommand.js +2 -2
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -2
- package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -2
- package/dist-es/commands/UpdateFunctionCommand.js +2 -2
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -2
- package/dist-es/commands/UpdateResolverCommand.js +2 -2
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateTypeCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AppSyncServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AppSyncClient.d.ts +5 -5
- package/dist-types/commands/AssociateApiCommand.d.ts +6 -4
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiCacheCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiCommand.d.ts +6 -4
- package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -4
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/CreateResolverCommand.d.ts +6 -4
- package/dist-types/commands/CreateTypeCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -4
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/DeleteResolverCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTypeCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateApiCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateCodeCommand.d.ts +6 -4
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +6 -4
- package/dist-types/commands/FlushApiCacheCommand.d.ts +6 -4
- package/dist-types/commands/GetApiAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetApiCacheCommand.d.ts +6 -4
- package/dist-types/commands/GetApiCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +6 -4
- package/dist-types/commands/GetDomainNameCommand.d.ts +6 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +6 -4
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +7 -5
- package/dist-types/commands/GetResolverCommand.d.ts +6 -4
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetTypeCommand.d.ts +6 -4
- package/dist-types/commands/ListApiKeysCommand.d.ts +6 -4
- package/dist-types/commands/ListApisCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelNamespacesCommand.d.ts +6 -4
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -4
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +6 -4
- package/dist-types/commands/ListResolversCommand.d.ts +6 -4
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +6 -4
- package/dist-types/commands/ListTypesCommand.d.ts +6 -4
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +6 -4
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +6 -4
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +6 -4
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -4
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -4
- package/dist-types/commands/UpdateResolverCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTypeCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AppSyncServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AppSyncClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApisCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface CreateApiCommandOutput
|
|
|
13
13
|
extends CreateApiResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const CreateApiCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: CreateApiCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
CreateApiCommandInput,
|
|
20
18
|
CreateApiCommandOutput,
|
|
21
19
|
AppSyncClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: CreateApiCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: CreateApiCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
CreateApiCommandInput,
|
|
29
25
|
CreateApiCommandOutput,
|
|
30
26
|
AppSyncClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class CreateApiCommand extends CreateApiCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateApiKeyCommandOutput
|
|
|
15
15
|
declare const CreateApiKeyCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateApiKeyCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateApiKeyCommandInput,
|
|
20
20
|
CreateApiKeyCommandOutput,
|
|
21
21
|
AppSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateApiKeyCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateApiKeyCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateApiKeyCommandInput,
|
|
29
29
|
CreateApiKeyCommandOutput,
|
|
30
30
|
AppSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateChannelNamespaceCommandOutput
|
|
|
19
19
|
declare const CreateChannelNamespaceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateChannelNamespaceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateChannelNamespaceCommandInput,
|
|
24
24
|
CreateChannelNamespaceCommandOutput,
|
|
25
25
|
AppSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateChannelNamespaceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateChannelNamespaceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateChannelNamespaceCommandInput,
|
|
33
33
|
CreateChannelNamespaceCommandOutput,
|
|
34
34
|
AppSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateChannelNamespaceCommand extends CreateChannelNamespaceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateDataSourceCommandOutput
|
|
|
18
18
|
declare const CreateDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateDataSourceCommandInput,
|
|
23
23
|
CreateDataSourceCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateDataSourceCommandInput,
|
|
32
32
|
CreateDataSourceCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateDomainNameCommandOutput
|
|
|
18
18
|
declare const CreateDomainNameCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateDomainNameCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateDomainNameCommandInput,
|
|
23
23
|
CreateDomainNameCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateDomainNameCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateDomainNameCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateDomainNameCommandInput,
|
|
32
32
|
CreateDomainNameCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateFunctionCommandOutput
|
|
|
18
18
|
declare const CreateFunctionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateFunctionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateFunctionCommandInput,
|
|
23
23
|
CreateFunctionCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateFunctionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateFunctionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateFunctionCommandInput,
|
|
32
32
|
CreateFunctionCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateGraphqlApiCommandOutput
|
|
|
18
18
|
declare const CreateGraphqlApiCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateGraphqlApiCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateGraphqlApiCommandInput,
|
|
23
23
|
CreateGraphqlApiCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateGraphqlApiCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateGraphqlApiCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateGraphqlApiCommandInput,
|
|
32
32
|
CreateGraphqlApiCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateResolverCommandOutput
|
|
|
18
18
|
declare const CreateResolverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateResolverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateResolverCommandInput,
|
|
23
23
|
CreateResolverCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateResolverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateResolverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateResolverCommandInput,
|
|
32
32
|
CreateResolverCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateResolverCommand extends CreateResolverCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateTypeCommandOutput
|
|
|
15
15
|
declare const CreateTypeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateTypeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateTypeCommandInput,
|
|
20
20
|
CreateTypeCommandOutput,
|
|
21
21
|
AppSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateTypeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateTypeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateTypeCommandInput,
|
|
29
29
|
CreateTypeCommandOutput,
|
|
30
30
|
AppSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateTypeCommand extends CreateTypeCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteApiCacheCommandOutput
|
|
|
18
18
|
declare const DeleteApiCacheCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteApiCacheCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteApiCacheCommandInput,
|
|
23
23
|
DeleteApiCacheCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteApiCacheCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteApiCacheCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteApiCacheCommandInput,
|
|
32
32
|
DeleteApiCacheCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface DeleteApiCommandOutput
|
|
|
13
13
|
extends DeleteApiResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const DeleteApiCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: DeleteApiCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: DeleteApiCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
DeleteApiCommandInput,
|
|
20
18
|
DeleteApiCommandOutput,
|
|
21
19
|
AppSyncClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: DeleteApiCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: DeleteApiCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
DeleteApiCommandInput,
|
|
29
25
|
DeleteApiCommandOutput,
|
|
30
26
|
AppSyncClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class DeleteApiCommand extends DeleteApiCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteApiKeyCommandOutput
|
|
|
15
15
|
declare const DeleteApiKeyCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteApiKeyCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteApiKeyCommandInput,
|
|
20
20
|
DeleteApiKeyCommandOutput,
|
|
21
21
|
AppSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteApiKeyCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteApiKeyCommandInput,
|
|
29
29
|
DeleteApiKeyCommandOutput,
|
|
30
30
|
AppSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteChannelNamespaceCommandOutput
|
|
|
19
19
|
declare const DeleteChannelNamespaceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteChannelNamespaceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteChannelNamespaceCommandInput,
|
|
24
24
|
DeleteChannelNamespaceCommandOutput,
|
|
25
25
|
AppSyncClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteChannelNamespaceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteChannelNamespaceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteChannelNamespaceCommandInput,
|
|
33
33
|
DeleteChannelNamespaceCommandOutput,
|
|
34
34
|
AppSyncClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteChannelNamespaceCommand extends DeleteChannelNamespaceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteDataSourceCommandOutput
|
|
|
18
18
|
declare const DeleteDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteDataSourceCommandInput,
|
|
23
23
|
DeleteDataSourceCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteDataSourceCommandInput,
|
|
32
32
|
DeleteDataSourceCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteDomainNameCommandOutput
|
|
|
18
18
|
declare const DeleteDomainNameCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteDomainNameCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteDomainNameCommandInput,
|
|
23
23
|
DeleteDomainNameCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteDomainNameCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteDomainNameCommandInput,
|
|
32
32
|
DeleteDomainNameCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteFunctionCommandOutput
|
|
|
18
18
|
declare const DeleteFunctionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteFunctionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteFunctionCommandInput,
|
|
23
23
|
DeleteFunctionCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteFunctionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteFunctionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteFunctionCommandInput,
|
|
32
32
|
DeleteFunctionCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteGraphqlApiCommandOutput
|
|
|
18
18
|
declare const DeleteGraphqlApiCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteGraphqlApiCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteGraphqlApiCommandInput,
|
|
23
23
|
DeleteGraphqlApiCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteGraphqlApiCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteGraphqlApiCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteGraphqlApiCommandInput,
|
|
32
32
|
DeleteGraphqlApiCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteResolverCommandOutput
|
|
|
18
18
|
declare const DeleteResolverCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteResolverCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteResolverCommandInput,
|
|
23
23
|
DeleteResolverCommandOutput,
|
|
24
24
|
AppSyncClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteResolverCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteResolverCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteResolverCommandInput,
|
|
32
32
|
DeleteResolverCommandOutput,
|
|
33
33
|
AppSyncClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteTypeCommandOutput
|
|
|
15
15
|
declare const DeleteTypeCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteTypeCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteTypeCommandInput,
|
|
20
20
|
DeleteTypeCommandOutput,
|
|
21
21
|
AppSyncClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteTypeCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteTypeCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteTypeCommandInput,
|
|
29
29
|
DeleteTypeCommandOutput,
|
|
30
30
|
AppSyncClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
|
|
37
39
|
protected static __types: {
|