@aws-sdk/client-appsync 3.478.0 → 3.481.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/commands/AssociateApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/CreateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/CreateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/CreateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/CreateResolverCommand.js +18 -41
- package/dist-cjs/commands/CreateTypeCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-cjs/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-cjs/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-cjs/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DeleteResolverCommand.js +18 -41
- package/dist-cjs/commands/DeleteTypeCommand.js +18 -41
- package/dist-cjs/commands/DisassociateApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/EvaluateCodeCommand.js +18 -41
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-cjs/commands/FlushApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetApiCacheCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceCommand.js +18 -41
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/GetDomainNameCommand.js +18 -41
- package/dist-cjs/commands/GetFunctionCommand.js +18 -41
- package/dist-cjs/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-cjs/commands/GetResolverCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/GetTypeCommand.js +18 -41
- package/dist-cjs/commands/ListApiKeysCommand.js +18 -41
- package/dist-cjs/commands/ListDataSourcesCommand.js +18 -41
- package/dist-cjs/commands/ListDomainNamesCommand.js +18 -41
- package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
- package/dist-cjs/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-cjs/commands/ListResolversCommand.js +18 -41
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-cjs/commands/ListTypesCommand.js +18 -41
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-cjs/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-cjs/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-cjs/commands/UpdateFunctionCommand.js +18 -41
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-cjs/commands/UpdateResolverCommand.js +18 -41
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-cjs/commands/UpdateTypeCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateApiCommand.js +18 -41
- package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateApiCacheCommand.js +18 -41
- package/dist-es/commands/CreateApiKeyCommand.js +18 -41
- package/dist-es/commands/CreateDataSourceCommand.js +18 -41
- package/dist-es/commands/CreateDomainNameCommand.js +18 -41
- package/dist-es/commands/CreateFunctionCommand.js +18 -41
- package/dist-es/commands/CreateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/CreateResolverCommand.js +18 -41
- package/dist-es/commands/CreateTypeCommand.js +18 -41
- package/dist-es/commands/DeleteApiCacheCommand.js +18 -41
- package/dist-es/commands/DeleteApiKeyCommand.js +18 -41
- package/dist-es/commands/DeleteDataSourceCommand.js +18 -41
- package/dist-es/commands/DeleteDomainNameCommand.js +18 -41
- package/dist-es/commands/DeleteFunctionCommand.js +18 -41
- package/dist-es/commands/DeleteGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DeleteResolverCommand.js +18 -41
- package/dist-es/commands/DeleteTypeCommand.js +18 -41
- package/dist-es/commands/DisassociateApiCommand.js +18 -41
- package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +18 -41
- package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +18 -41
- package/dist-es/commands/EvaluateCodeCommand.js +18 -41
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +18 -41
- package/dist-es/commands/FlushApiCacheCommand.js +18 -41
- package/dist-es/commands/GetApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetApiCacheCommand.js +18 -41
- package/dist-es/commands/GetDataSourceCommand.js +18 -41
- package/dist-es/commands/GetDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/GetDomainNameCommand.js +18 -41
- package/dist-es/commands/GetFunctionCommand.js +18 -41
- package/dist-es/commands/GetGraphqlApiCommand.js +18 -41
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +18 -41
- package/dist-es/commands/GetResolverCommand.js +18 -41
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +18 -41
- package/dist-es/commands/GetSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/GetTypeCommand.js +18 -41
- package/dist-es/commands/ListApiKeysCommand.js +18 -41
- package/dist-es/commands/ListDataSourcesCommand.js +18 -41
- package/dist-es/commands/ListDomainNamesCommand.js +18 -41
- package/dist-es/commands/ListFunctionsCommand.js +18 -41
- package/dist-es/commands/ListGraphqlApisCommand.js +18 -41
- package/dist-es/commands/ListResolversByFunctionCommand.js +18 -41
- package/dist-es/commands/ListResolversCommand.js +18 -41
- package/dist-es/commands/ListSourceApiAssociationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListTypesByAssociationCommand.js +18 -41
- package/dist-es/commands/ListTypesCommand.js +18 -41
- package/dist-es/commands/StartDataSourceIntrospectionCommand.js +18 -41
- package/dist-es/commands/StartSchemaCreationCommand.js +18 -41
- package/dist-es/commands/StartSchemaMergeCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateApiCacheCommand.js +18 -41
- package/dist-es/commands/UpdateApiKeyCommand.js +18 -41
- package/dist-es/commands/UpdateDataSourceCommand.js +18 -41
- package/dist-es/commands/UpdateDomainNameCommand.js +18 -41
- package/dist-es/commands/UpdateFunctionCommand.js +18 -41
- package/dist-es/commands/UpdateGraphqlApiCommand.js +18 -41
- package/dist-es/commands/UpdateResolverCommand.js +18 -41
- package/dist-es/commands/UpdateSourceApiAssociationCommand.js +18 -41
- package/dist-es/commands/UpdateTypeCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/CreateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/CreateResolverCommand.d.ts +6 -21
- package/dist-types/commands/CreateTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResolverCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTypeCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateCodeCommand.d.ts +6 -21
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +6 -21
- package/dist-types/commands/FlushApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/GetDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +6 -21
- package/dist-types/commands/GetResolverCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/GetTypeCommand.d.ts +6 -21
- package/dist-types/commands/ListApiKeysCommand.d.ts +6 -21
- package/dist-types/commands/ListDataSourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -21
- package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +6 -21
- package/dist-types/commands/ListResolversCommand.d.ts +6 -21
- package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesByAssociationCommand.d.ts +6 -21
- package/dist-types/commands/ListTypesCommand.d.ts +6 -21
- package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaMergeCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFunctionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +6 -21
- package/dist-types/commands/UpdateResolverCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTypeCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
|
|
|
20
14
|
export interface FlushApiCacheCommandOutput
|
|
21
15
|
extends FlushApiCacheResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const FlushApiCacheCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: FlushApiCacheCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
FlushApiCacheCommandInput,
|
|
22
|
+
FlushApiCacheCommandOutput,
|
|
23
|
+
AppSyncClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface GetApiAssociationCommandInput
|
|
|
21
15
|
export interface GetApiAssociationCommandOutput
|
|
22
16
|
extends GetApiAssociationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetApiAssociationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetApiAssociationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetApiAssociationCommandInput,
|
|
23
|
+
GetApiAssociationCommandOutput,
|
|
24
|
+
AppSyncClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetApiAssociationCommand extends GetApiAssociationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
|
|
|
17
11
|
export interface GetApiCacheCommandOutput
|
|
18
12
|
extends GetApiCacheResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetApiCacheCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetApiCacheCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetApiCacheCommandInput,
|
|
19
|
+
GetApiCacheCommandOutput,
|
|
20
|
+
AppSyncClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetApiCacheCommand extends GetApiCacheCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
|
|
|
20
14
|
export interface GetDataSourceCommandOutput
|
|
21
15
|
extends GetDataSourceResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetDataSourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetDataSourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetDataSourceCommandInput,
|
|
22
|
+
GetDataSourceCommandOutput,
|
|
23
|
+
AppSyncClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetDataSourceIntrospectionCommandInput
|
|
|
21
15
|
export interface GetDataSourceIntrospectionCommandOutput
|
|
22
16
|
extends GetDataSourceIntrospectionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetDataSourceIntrospectionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetDataSourceIntrospectionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppSyncClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetDataSourceIntrospectionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDataSourceIntrospectionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetDataSourceIntrospectionCommandInput,
|
|
38
|
-
GetDataSourceIntrospectionCommandOutput
|
|
23
|
+
GetDataSourceIntrospectionCommandOutput,
|
|
24
|
+
AppSyncClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDataSourceIntrospectionCommand extends GetDataSourceIntrospectionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
|
20
14
|
export interface GetDomainNameCommandOutput
|
|
21
15
|
extends GetDomainNameResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetDomainNameCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetDomainNameCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetDomainNameCommandInput,
|
|
22
|
+
GetDomainNameCommandOutput,
|
|
23
|
+
AppSyncClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetDomainNameCommand extends GetDomainNameCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
|
17
11
|
export interface GetFunctionCommandOutput
|
|
18
12
|
extends GetFunctionResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetFunctionCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetFunctionCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetFunctionCommandInput,
|
|
19
|
+
GetFunctionCommandOutput,
|
|
20
|
+
AppSyncClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetFunctionCommand extends GetFunctionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
|
|
|
20
14
|
export interface GetGraphqlApiCommandOutput
|
|
21
15
|
extends GetGraphqlApiResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetGraphqlApiCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetGraphqlApiCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetGraphqlApiCommandInput,
|
|
22
|
+
GetGraphqlApiCommandOutput,
|
|
23
|
+
AppSyncClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetGraphqlApiCommand extends GetGraphqlApiCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
10
4
|
import {
|
|
11
5
|
AppSyncClientResolvedConfig,
|
|
@@ -28,22 +22,16 @@ export type GetIntrospectionSchemaCommandOutputType = Pick<
|
|
|
28
22
|
export interface GetIntrospectionSchemaCommandOutput
|
|
29
23
|
extends GetIntrospectionSchemaCommandOutputType,
|
|
30
24
|
__MetadataBearer {}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
> {
|
|
36
|
-
readonly input: GetIntrospectionSchemaCommandInput;
|
|
37
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
|
-
constructor(input: GetIntrospectionSchemaCommandInput);
|
|
39
|
-
resolveMiddleware(
|
|
40
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
41
|
-
configuration: AppSyncClientResolvedConfig,
|
|
42
|
-
options?: __HttpHandlerOptions
|
|
43
|
-
): Handler<
|
|
25
|
+
declare const GetIntrospectionSchemaCommand_base: {
|
|
26
|
+
new (
|
|
27
|
+
input: GetIntrospectionSchemaCommandInput
|
|
28
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
44
29
|
GetIntrospectionSchemaCommandInput,
|
|
45
|
-
GetIntrospectionSchemaCommandOutput
|
|
30
|
+
GetIntrospectionSchemaCommandOutput,
|
|
31
|
+
AppSyncClientResolvedConfig,
|
|
32
|
+
ServiceInputTypes,
|
|
33
|
+
ServiceOutputTypes
|
|
46
34
|
>;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}
|
|
35
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
|
+
};
|
|
37
|
+
export declare class GetIntrospectionSchemaCommand extends GetIntrospectionSchemaCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetResolverCommandInput extends GetResolverRequest {}
|
|
|
17
11
|
export interface GetResolverCommandOutput
|
|
18
12
|
extends GetResolverResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetResolverCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetResolverCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetResolverCommandInput,
|
|
19
|
+
GetResolverCommandOutput,
|
|
20
|
+
AppSyncClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetResolverCommand extends GetResolverCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetSchemaCreationStatusCommandInput
|
|
|
21
15
|
export interface GetSchemaCreationStatusCommandOutput
|
|
22
16
|
extends GetSchemaCreationStatusResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetSchemaCreationStatusCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetSchemaCreationStatusCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppSyncClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetSchemaCreationStatusCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSchemaCreationStatusCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetSchemaCreationStatusCommandInput,
|
|
38
|
-
GetSchemaCreationStatusCommandOutput
|
|
23
|
+
GetSchemaCreationStatusCommandOutput,
|
|
24
|
+
AppSyncClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSchemaCreationStatusCommand extends GetSchemaCreationStatusCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface GetSourceApiAssociationCommandInput
|
|
|
21
15
|
export interface GetSourceApiAssociationCommandOutput
|
|
22
16
|
extends GetSourceApiAssociationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetSourceApiAssociationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetSourceApiAssociationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AppSyncClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetSourceApiAssociationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetSourceApiAssociationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetSourceApiAssociationCommandInput,
|
|
38
|
-
GetSourceApiAssociationCommandOutput
|
|
23
|
+
GetSourceApiAssociationCommandOutput,
|
|
24
|
+
AppSyncClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetSourceApiAssociationCommand extends GetSourceApiAssociationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,14 @@ export interface GetTypeCommandInput extends GetTypeRequest {}
|
|
|
17
11
|
export interface GetTypeCommandOutput
|
|
18
12
|
extends GetTypeResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
GetTypeCommandInput
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetTypeCommand_base: {
|
|
15
|
+
new (input: GetTypeCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
GetTypeCommandInput,
|
|
17
|
+
GetTypeCommandOutput,
|
|
18
|
+
AppSyncClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
21
|
+
>;
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class GetTypeCommand extends GetTypeCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AppSyncClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
|
|
|
17
11
|
export interface ListApiKeysCommandOutput
|
|
18
12
|
extends ListApiKeysResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListApiKeysCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListApiKeysCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListApiKeysCommandInput,
|
|
19
|
+
ListApiKeysCommandOutput,
|
|
20
|
+
AppSyncClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListApiKeysCommand extends ListApiKeysCommand_base {}
|