@aws-sdk/client-appsync 3.1044.0 → 3.1046.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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {
|
|
|
22
22
|
export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataSourceCommand_base: {
|
|
25
|
-
new (input: GetDataSourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataSourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataSourceCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a <code>DataSource</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetDataSourceIntrospectionRequest, GetDataSourceIntrospectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataSourceIntrospectionCommandInput extends GetDataSourceInt
|
|
|
22
22
|
export interface GetDataSourceIntrospectionCommandOutput extends GetDataSourceIntrospectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataSourceIntrospectionCommand_base: {
|
|
25
|
-
new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDataSourceIntrospectionCommandInput): import("@smithy/core/client").CommandImpl<GetDataSourceIntrospectionCommandInput, GetDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the record of an existing introspection. If the retrieval is successful, the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {
|
|
|
22
22
|
export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDomainNameCommand_base: {
|
|
25
|
-
new (input: GetDomainNameCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDomainNameCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDomainNameCommandInput): import("@smithy/core/client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetDomainNameCommandInput): import("@smithy/core/client").CommandImpl<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a custom <code>DomainName</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
|
22
22
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetFunctionCommand_base: {
|
|
25
|
-
new (input: GetFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a <code>Function</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {
|
|
|
22
22
|
export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGraphqlApiCommand_base: {
|
|
25
|
-
new (input: GetGraphqlApiCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGraphqlApiCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGraphqlApiCommandInput): import("@smithy/core/client").CommandImpl<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGraphqlApiCommandInput): import("@smithy/core/client").CommandImpl<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a <code>GraphqlApi</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetGraphqlApiEnvironmentVariablesRequest, GetGraphqlApiEnvironmentVariablesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetGraphqlApiEnvironmentVariablesCommandInput extends GetGraphq
|
|
|
22
22
|
export interface GetGraphqlApiEnvironmentVariablesCommandOutput extends GetGraphqlApiEnvironmentVariablesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
25
|
-
new (input: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/core/client").CommandImpl<GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/core/client").CommandImpl<GetGraphqlApiEnvironmentVariablesCommandInput, GetGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the list of environmental variable key-value pairs associated with an API by
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import type { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
@@ -29,9 +29,11 @@ export type GetIntrospectionSchemaCommandOutputType = Omit<GetIntrospectionSchem
|
|
|
29
29
|
export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSchemaCommandOutputType, __MetadataBearer {
|
|
30
30
|
}
|
|
31
31
|
declare const GetIntrospectionSchemaCommand_base: {
|
|
32
|
-
new (input: GetIntrospectionSchemaCommandInput): import("@smithy/
|
|
33
|
-
new (input: GetIntrospectionSchemaCommandInput): import("@smithy/
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
new (input: GetIntrospectionSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
+
new (input: GetIntrospectionSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
/**
|
|
37
39
|
* <p>Retrieves the introspection schema for a GraphQL API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetResolverCommandInput extends GetResolverRequest {
|
|
|
22
22
|
export interface GetResolverCommandOutput extends GetResolverResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResolverCommand_base: {
|
|
25
|
-
new (input: GetResolverCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResolverCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResolverCommandInput): import("@smithy/core/client").CommandImpl<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResolverCommandInput): import("@smithy/core/client").CommandImpl<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a <code>Resolver</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSchemaCreationStatusCommandInput extends GetSchemaCreationSt
|
|
|
22
22
|
export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSchemaCreationStatusCommand_base: {
|
|
25
|
-
new (input: GetSchemaCreationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSchemaCreationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSchemaCreationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSchemaCreationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the current status of a schema creation operation.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetSourceApiAssociationRequest, GetSourceApiAssociationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSourceApiAssociationCommandInput extends GetSourceApiAssocia
|
|
|
22
22
|
export interface GetSourceApiAssociationCommandOutput extends GetSourceApiAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSourceApiAssociationCommand_base: {
|
|
25
|
-
new (input: GetSourceApiAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSourceApiAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSourceApiAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSourceApiAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetSourceApiAssociationCommandInput, GetSourceApiAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a <code>SourceApiAssociation</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTypeCommandInput extends GetTypeRequest {
|
|
|
22
22
|
export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTypeCommand_base: {
|
|
25
|
-
new (input: GetTypeCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTypeCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTypeCommandInput): import("@smithy/core/client").CommandImpl<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a <code>Type</code> object.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApiKeysCommandInput extends ListApiKeysRequest {
|
|
|
22
22
|
export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApiKeysCommand_base: {
|
|
25
|
-
new (input: ListApiKeysCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListApiKeysCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApiKeysCommandInput): import("@smithy/core/client").CommandImpl<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListApiKeysCommandInput): import("@smithy/core/client").CommandImpl<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the API keys for a given API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListApisRequest, ListApisResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListApisCommandInput extends ListApisRequest {
|
|
|
22
22
|
export interface ListApisCommandOutput extends ListApisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApisCommand_base: {
|
|
25
|
-
new (input: ListApisCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApisCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApisCommandInput): import("@smithy/core/client").CommandImpl<ListApisCommandInput, ListApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApisCommandInput]): import("@smithy/core/client").CommandImpl<ListApisCommandInput, ListApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the APIs in your AppSync account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListChannelNamespacesRequest, ListChannelNamespacesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChannelNamespacesCommandInput extends ListChannelNamespaces
|
|
|
22
22
|
export interface ListChannelNamespacesCommandOutput extends ListChannelNamespacesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChannelNamespacesCommand_base: {
|
|
25
|
-
new (input: ListChannelNamespacesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChannelNamespacesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListChannelNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelNamespacesCommandInput, ListChannelNamespacesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListChannelNamespacesCommandInput): import("@smithy/core/client").CommandImpl<ListChannelNamespacesCommandInput, ListChannelNamespacesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the channel namespaces for a specified <code>Api</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
|
|
|
22
22
|
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataSourcesCommand_base: {
|
|
25
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataSourcesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListDataSourcesCommandInput): import("@smithy/core/client").CommandImpl<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the data sources for a given API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
|
|
|
22
22
|
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDomainNamesCommand_base: {
|
|
25
|
-
new (input: ListDomainNamesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListDomainNamesCommandInput): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListDomainNamesCommandInput]): import("@smithy/core/client").CommandImpl<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists multiple custom domain names.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListFunctionsCommandInput extends ListFunctionsRequest {
|
|
|
22
22
|
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListFunctionsCommand_base: {
|
|
25
|
-
new (input: ListFunctionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListFunctionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListFunctionsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListFunctionsCommandInput): import("@smithy/core/client").CommandImpl<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List multiple functions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {
|
|
|
22
22
|
export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGraphqlApisCommand_base: {
|
|
25
|
-
new (input: ListGraphqlApisCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListGraphqlApisCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGraphqlApisCommandInput): import("@smithy/core/client").CommandImpl<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListGraphqlApisCommandInput]): import("@smithy/core/client").CommandImpl<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists your GraphQL APIs.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListResolversByFunctionCommandInput extends ListResolversByFunc
|
|
|
22
22
|
export interface ListResolversByFunctionCommandOutput extends ListResolversByFunctionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResolversByFunctionCommand_base: {
|
|
25
|
-
new (input: ListResolversByFunctionCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResolversByFunctionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResolversByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResolversByFunctionCommandInput): import("@smithy/core/client").CommandImpl<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List the resolvers that are associated with a specific function.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListResolversRequest, ListResolversResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListResolversCommandInput extends ListResolversRequest {
|
|
|
22
22
|
export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListResolversCommand_base: {
|
|
25
|
-
new (input: ListResolversCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListResolversCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListResolversCommandInput): import("@smithy/core/client").CommandImpl<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListResolversCommandInput): import("@smithy/core/client").CommandImpl<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the resolvers for a given API and type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListSourceApiAssociationsRequest, ListSourceApiAssociationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSourceApiAssociationsCommandInput extends ListSourceApiAsso
|
|
|
22
22
|
export interface ListSourceApiAssociationsCommandOutput extends ListSourceApiAssociationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSourceApiAssociationsCommand_base: {
|
|
25
|
-
new (input: ListSourceApiAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSourceApiAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSourceApiAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListSourceApiAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListSourceApiAssociationsCommandInput, ListSourceApiAssociationsCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the <code>SourceApiAssociationSummary</code> data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the tags for a resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListTypesByAssociationRequest, ListTypesByAssociationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTypesByAssociationCommandInput extends ListTypesByAssociati
|
|
|
22
22
|
export interface ListTypesByAssociationCommandOutput extends ListTypesByAssociationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypesByAssociationCommand_base: {
|
|
25
|
-
new (input: ListTypesByAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTypesByAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTypesByAssociationCommandInput): import("@smithy/core/client").CommandImpl<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTypesByAssociationCommandInput): import("@smithy/core/client").CommandImpl<ListTypesByAssociationCommandInput, ListTypesByAssociationCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists <code>Type</code> objects by the source API association ID.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { ListTypesRequest, ListTypesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTypesCommandInput extends ListTypesRequest {
|
|
|
22
22
|
export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTypesCommand_base: {
|
|
25
|
-
new (input: ListTypesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTypesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTypesCommandInput): import("@smithy/core/client").CommandImpl<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the types for a given API.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { PutGraphqlApiEnvironmentVariablesRequest, PutGraphqlApiEnvironmentVariablesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutGraphqlApiEnvironmentVariablesCommandInput extends PutGraphq
|
|
|
22
22
|
export interface PutGraphqlApiEnvironmentVariablesCommandOutput extends PutGraphqlApiEnvironmentVariablesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
25
|
-
new (input: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/core/client").CommandImpl<PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutGraphqlApiEnvironmentVariablesCommandInput): import("@smithy/core/client").CommandImpl<PutGraphqlApiEnvironmentVariablesCommandInput, PutGraphqlApiEnvironmentVariablesCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a list of environmental variables in an API by its ID value. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
4
|
import type { StartDataSourceIntrospectionRequest, StartDataSourceIntrospectionResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartDataSourceIntrospectionCommandInput extends StartDataSourc
|
|
|
22
22
|
export interface StartDataSourceIntrospectionCommandOutput extends StartDataSourceIntrospectionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartDataSourceIntrospectionCommand_base: {
|
|
25
|
-
new (input: StartDataSourceIntrospectionCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartDataSourceIntrospectionCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartDataSourceIntrospectionCommandInput): import("@smithy/core/client").CommandImpl<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartDataSourceIntrospectionCommandInput]): import("@smithy/core/client").CommandImpl<StartDataSourceIntrospectionCommandInput, StartDataSourceIntrospectionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new introspection. Returns the <code>introspectionId</code> of the new
|