@aws-sdk/client-appsync 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/AppSync.d.ts +4 -1
- package/dist-types/AppSyncClient.d.ts +1 -1
- package/dist-types/commands/AssociateApiCommand.d.ts +2 -1
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/CreateResolverCommand.d.ts +2 -1
- package/dist-types/commands/CreateTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResolverCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTypeCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateApiCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -1
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
- package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
- package/dist-types/commands/GetResolverCommand.d.ts +2 -1
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/GetTypeCommand.d.ts +2 -1
- package/dist-types/commands/ListApiKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
- package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -1
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -1
- package/dist-types/commands/ListResolversCommand.d.ts +2 -1
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -1
- package/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -1
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResolverCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTypeCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +588 -588
- package/dist-types/ts3.4/AppSync.d.ts +3 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -783,6 +783,7 @@ export interface AppSync {
|
|
|
783
783
|
options: __HttpHandlerOptions,
|
|
784
784
|
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
785
785
|
): void;
|
|
786
|
+
listDomainNames(): Promise<ListDomainNamesCommandOutput>;
|
|
786
787
|
listDomainNames(
|
|
787
788
|
args: ListDomainNamesCommandInput,
|
|
788
789
|
options?: __HttpHandlerOptions
|
|
@@ -809,6 +810,7 @@ export interface AppSync {
|
|
|
809
810
|
options: __HttpHandlerOptions,
|
|
810
811
|
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
811
812
|
): void;
|
|
813
|
+
listGraphqlApis(): Promise<ListGraphqlApisCommandOutput>;
|
|
812
814
|
listGraphqlApis(
|
|
813
815
|
args: ListGraphqlApisCommandInput,
|
|
814
816
|
options?: __HttpHandlerOptions
|
|
@@ -919,6 +921,7 @@ export interface AppSync {
|
|
|
919
921
|
data?: PutGraphqlApiEnvironmentVariablesCommandOutput
|
|
920
922
|
) => void
|
|
921
923
|
): void;
|
|
924
|
+
startDataSourceIntrospection(): Promise<StartDataSourceIntrospectionCommandOutput>;
|
|
922
925
|
startDataSourceIntrospection(
|
|
923
926
|
args: StartDataSourceIntrospectionCommandInput,
|
|
924
927
|
options?: __HttpHandlerOptions
|
|
@@ -21,6 +21,15 @@ declare const AssociateApiCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: AssociateApiCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
AssociateApiCommandInput,
|
|
28
|
+
AssociateApiCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class AssociateApiCommand extends AssociateApiCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AssociateMergedGraphqlApiCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateMergedGraphqlApiCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateMergedGraphqlApiCommandInput,
|
|
32
|
+
AssociateMergedGraphqlApiCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const AssociateSourceGraphqlApiCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateSourceGraphqlApiCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateSourceGraphqlApiCommandInput,
|
|
32
|
+
AssociateSourceGraphqlApiCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateApiCacheCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateApiCacheCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateApiCacheCommandInput,
|
|
31
|
+
CreateApiCacheCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateApiKeyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateApiKeyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateApiKeyCommandInput,
|
|
28
|
+
CreateApiKeyCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDataSourceCommandInput,
|
|
31
|
+
CreateDataSourceCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateDomainNameCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateDomainNameCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateDomainNameCommandInput,
|
|
31
|
+
CreateDomainNameCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateFunctionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateFunctionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateFunctionCommandInput,
|
|
31
|
+
CreateFunctionCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateFunctionCommand extends CreateFunctionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateGraphqlApiCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateGraphqlApiCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateGraphqlApiCommandInput,
|
|
31
|
+
CreateGraphqlApiCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateResolverCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateResolverCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateResolverCommandInput,
|
|
31
|
+
CreateResolverCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateResolverCommand extends CreateResolverCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateTypeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateTypeCommandInput,
|
|
28
|
+
CreateTypeCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateTypeCommand extends CreateTypeCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteApiCacheCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteApiCacheCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteApiCacheCommandInput,
|
|
31
|
+
DeleteApiCacheCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteApiKeyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteApiKeyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteApiKeyCommandInput,
|
|
28
|
+
DeleteApiKeyCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDataSourceCommandInput,
|
|
31
|
+
DeleteDataSourceCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteDomainNameCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteDomainNameCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteDomainNameCommandInput,
|
|
31
|
+
DeleteDomainNameCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteFunctionCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteFunctionCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteFunctionCommandInput,
|
|
31
|
+
DeleteFunctionCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteGraphqlApiCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteGraphqlApiCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteGraphqlApiCommandInput,
|
|
31
|
+
DeleteGraphqlApiCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteResolverCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DeleteResolverCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteResolverCommandInput,
|
|
31
|
+
DeleteResolverCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteResolverCommand extends DeleteResolverCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteTypeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteTypeCommandInput,
|
|
28
|
+
DeleteTypeCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteTypeCommand extends DeleteTypeCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DisassociateApiCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DisassociateApiCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DisassociateApiCommandInput,
|
|
31
|
+
DisassociateApiCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DisassociateApiCommand extends DisassociateApiCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateMergedGraphqlApiCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateMergedGraphqlApiCommandInput,
|
|
32
|
+
DisassociateMergedGraphqlApiCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateSourceGraphqlApiCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateSourceGraphqlApiCommandInput,
|
|
32
|
+
DisassociateSourceGraphqlApiCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const EvaluateCodeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: EvaluateCodeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
EvaluateCodeCommandInput,
|
|
28
|
+
EvaluateCodeCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const EvaluateMappingTemplateCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: EvaluateMappingTemplateCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
EvaluateMappingTemplateCommandInput,
|
|
32
|
+
EvaluateMappingTemplateCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const FlushApiCacheCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: FlushApiCacheCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
FlushApiCacheCommandInput,
|
|
31
|
+
FlushApiCacheCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetApiAssociationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetApiAssociationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetApiAssociationCommandInput,
|
|
32
|
+
GetApiAssociationCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetApiCacheCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetApiCacheCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetApiCacheCommandInput,
|
|
28
|
+
GetApiCacheCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetDataSourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetDataSourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetDataSourceCommandInput,
|
|
31
|
+
GetDataSourceCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDataSourceIntrospectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetDataSourceIntrospectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDataSourceIntrospectionCommandInput,
|
|
32
|
+
GetDataSourceIntrospectionCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetDomainNameCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetDomainNameCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetDomainNameCommandInput,
|
|
31
|
+
GetDomainNameCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetFunctionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetFunctionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetFunctionCommandInput,
|
|
28
|
+
GetFunctionCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetFunctionCommand extends GetFunctionCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const GetGraphqlApiCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: GetGraphqlApiCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
GetGraphqlApiCommandInput,
|
|
31
|
+
GetGraphqlApiCommandOutput,
|
|
32
|
+
AppSyncClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetGraphqlApiEnvironmentVariablesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetGraphqlApiEnvironmentVariablesCommandInput,
|
|
32
|
+
GetGraphqlApiEnvironmentVariablesCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetGraphqlApiEnvironmentVariablesCommand extends GetGraphqlApiEnvironmentVariablesCommand_base {}
|
|
@@ -32,6 +32,15 @@ declare const GetIntrospectionSchemaCommand_base: {
|
|
|
32
32
|
ServiceInputTypes,
|
|
33
33
|
ServiceOutputTypes
|
|
34
34
|
>;
|
|
35
|
+
new (
|
|
36
|
+
__0_0: GetIntrospectionSchemaCommandInput
|
|
37
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
38
|
+
GetIntrospectionSchemaCommandInput,
|
|
39
|
+
GetIntrospectionSchemaCommandOutput,
|
|
40
|
+
AppSyncClientResolvedConfig,
|
|
41
|
+
ServiceInputTypes,
|
|
42
|
+
ServiceOutputTypes
|
|
43
|
+
>;
|
|
35
44
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
45
|
};
|
|
37
46
|
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const GetResolverCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: GetResolverCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
GetResolverCommandInput,
|
|
28
|
+
GetResolverCommandOutput,
|
|
29
|
+
AppSyncClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class GetResolverCommand extends GetResolverCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSchemaCreationStatusCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSchemaCreationStatusCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSchemaCreationStatusCommandInput,
|
|
32
|
+
GetSchemaCreationStatusCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetSourceApiAssociationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetSourceApiAssociationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetSourceApiAssociationCommandInput,
|
|
32
|
+
GetSourceApiAssociationCommandOutput,
|
|
33
|
+
AppSyncClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {}
|