@aws-sdk/client-appsync 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -3
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -3
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -3
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/CreateResolverCommand.js +2 -3
- package/dist-cjs/commands/CreateTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -3
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -3
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -3
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -3
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -3
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -3
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -3
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -3
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -3
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -3
- package/dist-cjs/commands/GetFunctionCommand.js +2 -3
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -3
- package/dist-cjs/commands/GetResolverCommand.js +2 -3
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -3
- package/dist-cjs/commands/GetTypeCommand.js +2 -3
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -3
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -3
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -3
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -3
- package/dist-cjs/commands/ListResolversCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListTypesCommand.js +2 -3
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -3
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -3
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -3
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -3
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -3
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -556
- package/dist-es/commands/AssociateApiCommand.js +2 -3
- package/dist-es/commands/CreateApiCacheCommand.js +2 -3
- package/dist-es/commands/CreateApiKeyCommand.js +2 -3
- package/dist-es/commands/CreateDataSourceCommand.js +2 -3
- package/dist-es/commands/CreateDomainNameCommand.js +2 -3
- package/dist-es/commands/CreateFunctionCommand.js +2 -3
- package/dist-es/commands/CreateGraphqlApiCommand.js +2 -3
- package/dist-es/commands/CreateResolverCommand.js +2 -3
- package/dist-es/commands/CreateTypeCommand.js +2 -3
- package/dist-es/commands/DeleteApiCacheCommand.js +2 -3
- package/dist-es/commands/DeleteApiKeyCommand.js +2 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
- package/dist-es/commands/DeleteDomainNameCommand.js +2 -3
- package/dist-es/commands/DeleteFunctionCommand.js +2 -3
- package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -3
- package/dist-es/commands/DeleteResolverCommand.js +2 -3
- package/dist-es/commands/DeleteTypeCommand.js +2 -3
- package/dist-es/commands/DisassociateApiCommand.js +2 -3
- package/dist-es/commands/EvaluateCodeCommand.js +2 -3
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -3
- package/dist-es/commands/FlushApiCacheCommand.js +2 -3
- package/dist-es/commands/GetApiAssociationCommand.js +2 -3
- package/dist-es/commands/GetApiCacheCommand.js +2 -3
- package/dist-es/commands/GetDataSourceCommand.js +2 -3
- package/dist-es/commands/GetDomainNameCommand.js +2 -3
- package/dist-es/commands/GetFunctionCommand.js +2 -3
- package/dist-es/commands/GetGraphqlApiCommand.js +2 -3
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -3
- package/dist-es/commands/GetResolverCommand.js +2 -3
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -3
- package/dist-es/commands/GetTypeCommand.js +2 -3
- package/dist-es/commands/ListApiKeysCommand.js +2 -3
- package/dist-es/commands/ListDataSourcesCommand.js +2 -3
- package/dist-es/commands/ListDomainNamesCommand.js +2 -3
- package/dist-es/commands/ListFunctionsCommand.js +2 -3
- package/dist-es/commands/ListGraphqlApisCommand.js +2 -3
- package/dist-es/commands/ListResolversByFunctionCommand.js +2 -3
- package/dist-es/commands/ListResolversCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListTypesCommand.js +2 -3
- package/dist-es/commands/StartSchemaCreationCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApiCacheCommand.js +2 -3
- package/dist-es/commands/UpdateApiKeyCommand.js +2 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainNameCommand.js +2 -3
- package/dist-es/commands/UpdateFunctionCommand.js +2 -3
- package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -3
- package/dist-es/commands/UpdateResolverCommand.js +2 -3
- package/dist-es/commands/UpdateTypeCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -414
- package/dist-types/AppSync.d.ts +52 -0
- package/dist-types/AppSyncClient.d.ts +24 -4
- package/dist-types/commands/AssociateApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +16 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +16 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +16 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +16 -0
- package/dist-types/commands/GetResolverCommand.d.ts +16 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetTypeCommand.d.ts +16 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +16 -0
- package/dist-types/commands/ListResolversCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTypesCommand.d.ts +16 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +16 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +16 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +16 -0
- package/dist-types/models/AppSyncServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +387 -552
- package/dist-types/ts3.4/models/models_0.d.ts +0 -392
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateApiCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateApiCommandInput extends DisassociateApiRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateApiCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateApiCommandOutput extends DisassociateApiResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateApiCommandInput - {@link DisassociateApiCommandInput}
|
|
34
|
+
* @returns {@link DisassociateApiCommandOutput}
|
|
28
35
|
* @see {@link DisassociateApiCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateApiCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, _
|
|
|
51
58
|
export declare class DisassociateApiCommand extends $Command<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig> {
|
|
52
59
|
readonly input: DisassociateApiCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: DisassociateApiCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EvaluateCodeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EvaluateCodeCommandInput extends EvaluateCodeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EvaluateCodeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Evaluates the given code and returns the response. The code definition requirements depend on the specified
|
|
18
23
|
* runtime. For <code>APPSYNC_JS</code> runtimes, the code defines the request and response functions. The request
|
|
19
24
|
* function takes the incoming request after a GraphQL operation is parsed and converts it into a request
|
|
@@ -29,6 +34,8 @@ export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __Metad
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param EvaluateCodeCommandInput - {@link EvaluateCodeCommandInput}
|
|
38
|
+
* @returns {@link EvaluateCodeCommandOutput}
|
|
32
39
|
* @see {@link EvaluateCodeCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link EvaluateCodeCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -48,11 +55,20 @@ export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __Metad
|
|
|
48
55
|
export declare class EvaluateCodeCommand extends $Command<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig> {
|
|
49
56
|
readonly input: EvaluateCodeCommandInput;
|
|
50
57
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
51
61
|
constructor(input: EvaluateCodeCommandInput);
|
|
52
62
|
/**
|
|
53
63
|
* @internal
|
|
54
64
|
*/
|
|
55
65
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateCodeCommandInput, EvaluateCodeCommandOutput>;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
56
69
|
private serialize;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
57
73
|
private deserialize;
|
|
58
74
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EvaluateMappingTemplateCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EvaluateMappingTemplateCommandInput extends EvaluateMappingTemplateRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EvaluateMappingTemplateCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTemplateResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Evaluates a given template and returns the response. The mapping template can be a request or response
|
|
18
23
|
* template.</p>
|
|
19
24
|
* <p>Request templates take the incoming request after a GraphQL operation is parsed and convert it into a
|
|
@@ -30,6 +35,8 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param EvaluateMappingTemplateCommandInput - {@link EvaluateMappingTemplateCommandInput}
|
|
39
|
+
* @returns {@link EvaluateMappingTemplateCommandOutput}
|
|
33
40
|
* @see {@link EvaluateMappingTemplateCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link EvaluateMappingTemplateCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
|
|
|
49
56
|
export declare class EvaluateMappingTemplateCommand extends $Command<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig> {
|
|
50
57
|
readonly input: EvaluateMappingTemplateCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: EvaluateMappingTemplateCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link FlushApiCacheCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link FlushApiCacheCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Flushes an <code>ApiCache</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param FlushApiCacheCommandInput - {@link FlushApiCacheCommandInput}
|
|
34
|
+
* @returns {@link FlushApiCacheCommandOutput}
|
|
28
35
|
* @see {@link FlushApiCacheCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link FlushApiCacheCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
|
|
|
51
58
|
export declare class FlushApiCacheCommand extends $Command<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig> {
|
|
52
59
|
readonly input: FlushApiCacheCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: FlushApiCacheCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApiAssociationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApiAssociationCommandInput extends GetApiAssociationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApiAssociationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApiAssociationCommandOutput extends GetApiAssociationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves an <code>ApiAssociation</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApiAssociationCommandOutput extends GetApiAssociationRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApiAssociationCommandInput - {@link GetApiAssociationCommandInput}
|
|
34
|
+
* @returns {@link GetApiAssociationCommandOutput}
|
|
28
35
|
* @see {@link GetApiAssociationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApiAssociationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetApiAssociationCommandOutput extends GetApiAssociationRespons
|
|
|
47
54
|
export declare class GetApiAssociationCommand extends $Command<GetApiAssociationCommandInput, GetApiAssociationCommandOutput, AppSyncClientResolvedConfig> {
|
|
48
55
|
readonly input: GetApiAssociationCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetApiAssociationCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetApiCacheCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetApiCacheCommandInput extends GetApiCacheRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetApiCacheCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves an <code>ApiCache</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetApiCacheCommandInput - {@link GetApiCacheCommandInput}
|
|
34
|
+
* @returns {@link GetApiCacheCommandOutput}
|
|
28
35
|
* @see {@link GetApiCacheCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetApiCacheCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetApiCacheCommandOutput extends GetApiCacheResponse, __Metadat
|
|
|
51
58
|
export declare class GetApiCacheCommand extends $Command<GetApiCacheCommandInput, GetApiCacheCommandOutput, AppSyncClientResolvedConfig> {
|
|
52
59
|
readonly input: GetApiCacheCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetApiCacheCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDataSourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDataSourceCommandInput extends GetDataSourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDataSourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a <code>DataSource</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDataSourceCommandInput - {@link GetDataSourceCommandInput}
|
|
34
|
+
* @returns {@link GetDataSourceCommandOutput}
|
|
28
35
|
* @see {@link GetDataSourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDataSourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
|
|
|
51
58
|
export declare class GetDataSourceCommand extends $Command<GetDataSourceCommandInput, GetDataSourceCommandOutput, AppSyncClientResolvedConfig> {
|
|
52
59
|
readonly input: GetDataSourceCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: GetDataSourceCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetDomainNameCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetDomainNameCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a custom <code>DomainName</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetDomainNameCommandInput - {@link GetDomainNameCommandInput}
|
|
34
|
+
* @returns {@link GetDomainNameCommandOutput}
|
|
28
35
|
* @see {@link GetDomainNameCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetDomainNameCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __Met
|
|
|
47
54
|
export declare class GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, AppSyncClientResolvedConfig> {
|
|
48
55
|
readonly input: GetDomainNameCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetDomainNameCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetFunctionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetFunctionCommandInput extends GetFunctionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetFunctionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Get a <code>Function</code>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetFunctionCommandInput - {@link GetFunctionCommandInput}
|
|
34
|
+
* @returns {@link GetFunctionCommandOutput}
|
|
28
35
|
* @see {@link GetFunctionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetFunctionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
|
|
|
44
51
|
export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, AppSyncClientResolvedConfig> {
|
|
45
52
|
readonly input: GetFunctionCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: GetFunctionCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetGraphqlApiCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetGraphqlApiCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a <code>GraphqlApi</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetGraphqlApiCommandInput - {@link GetGraphqlApiCommandInput}
|
|
34
|
+
* @returns {@link GetGraphqlApiCommandOutput}
|
|
28
35
|
* @see {@link GetGraphqlApiCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetGraphqlApiCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -50,11 +57,20 @@ export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __Met
|
|
|
50
57
|
export declare class GetGraphqlApiCommand extends $Command<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
|
|
51
58
|
readonly input: GetGraphqlApiCommandInput;
|
|
52
59
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
53
63
|
constructor(input: GetGraphqlApiCommandInput);
|
|
54
64
|
/**
|
|
55
65
|
* @internal
|
|
56
66
|
*/
|
|
57
67
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGraphqlApiCommandInput, GetGraphqlApiCommandOutput>;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
58
71
|
private serialize;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
59
75
|
private deserialize;
|
|
60
76
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetIntrospectionSchemaCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetIntrospectionSchemaCommandInput extends GetIntrospectionSchemaRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetIntrospectionSchemaCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSchemaResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the introspection schema for a GraphQL API.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetIntrospectionSchemaCommandInput - {@link GetIntrospectionSchemaCommandInput}
|
|
34
|
+
* @returns {@link GetIntrospectionSchemaCommandOutput}
|
|
28
35
|
* @see {@link GetIntrospectionSchemaCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetIntrospectionSchemaCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface GetIntrospectionSchemaCommandOutput extends GetIntrospectionSch
|
|
|
46
53
|
export declare class GetIntrospectionSchemaCommand extends $Command<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput, AppSyncClientResolvedConfig> {
|
|
47
54
|
readonly input: GetIntrospectionSchemaCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: GetIntrospectionSchemaCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIntrospectionSchemaCommandInput, GetIntrospectionSchemaCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetResolverCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetResolverCommandInput extends GetResolverRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetResolverCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetResolverCommandOutput extends GetResolverResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves a <code>Resolver</code> object.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetResolverCommandInput - {@link GetResolverCommandInput}
|
|
34
|
+
* @returns {@link GetResolverCommandOutput}
|
|
28
35
|
* @see {@link GetResolverCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetResolverCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface GetResolverCommandOutput extends GetResolverResponse, __Metadat
|
|
|
44
51
|
export declare class GetResolverCommand extends $Command<GetResolverCommandInput, GetResolverCommandOutput, AppSyncClientResolvedConfig> {
|
|
45
52
|
readonly input: GetResolverCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: GetResolverCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResolverCommandInput, GetResolverCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetSchemaCreationStatusCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetSchemaCreationStatusCommandInput extends GetSchemaCreationStatusRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetSchemaCreationStatusCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationStatusResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Retrieves the current status of a schema creation operation.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetSchemaCreationStatusCommandInput - {@link GetSchemaCreationStatusCommandInput}
|
|
34
|
+
* @returns {@link GetSchemaCreationStatusCommandOutput}
|
|
28
35
|
* @see {@link GetSchemaCreationStatusCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetSchemaCreationStatusCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface GetSchemaCreationStatusCommandOutput extends GetSchemaCreationS
|
|
|
47
54
|
export declare class GetSchemaCreationStatusCommand extends $Command<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput, AppSyncClientResolvedConfig> {
|
|
48
55
|
readonly input: GetSchemaCreationStatusCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: GetSchemaCreationStatusCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSchemaCreationStatusCommandInput, GetSchemaCreationStatusCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|