@aws-sdk/client-appsync 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppSync.d.ts +0 -50
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -426
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
|
|
|
15
15
|
export interface DeleteApiKeyCommandOutput
|
|
16
16
|
extends DeleteApiKeyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteApiKeyCommand extends $Command<
|
|
20
19
|
DeleteApiKeyCommandInput,
|
|
21
20
|
DeleteApiKeyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteApiKeyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteApiKeyCommandInput;
|
|
25
24
|
constructor(input: DeleteApiKeyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
|
|
|
18
18
|
export interface DeleteDataSourceCommandOutput
|
|
19
19
|
extends DeleteDataSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteDataSourceCommand extends $Command<
|
|
23
22
|
DeleteDataSourceCommandInput,
|
|
24
23
|
DeleteDataSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteDataSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteDataSourceCommandInput;
|
|
28
27
|
constructor(input: DeleteDataSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
|
18
18
|
export interface DeleteDomainNameCommandOutput
|
|
19
19
|
extends DeleteDomainNameResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteDomainNameCommand extends $Command<
|
|
23
22
|
DeleteDomainNameCommandInput,
|
|
24
23
|
DeleteDomainNameCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteDomainNameCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteDomainNameCommandInput;
|
|
28
27
|
constructor(input: DeleteDomainNameCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
|
18
18
|
export interface DeleteFunctionCommandOutput
|
|
19
19
|
extends DeleteFunctionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteFunctionCommand extends $Command<
|
|
23
22
|
DeleteFunctionCommandInput,
|
|
24
23
|
DeleteFunctionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteFunctionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteFunctionCommandInput;
|
|
28
27
|
constructor(input: DeleteFunctionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {}
|
|
|
18
18
|
export interface DeleteGraphqlApiCommandOutput
|
|
19
19
|
extends DeleteGraphqlApiResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteGraphqlApiCommand extends $Command<
|
|
23
22
|
DeleteGraphqlApiCommandInput,
|
|
24
23
|
DeleteGraphqlApiCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteGraphqlApiCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteGraphqlApiCommandInput;
|
|
28
27
|
constructor(input: DeleteGraphqlApiCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteResolverCommandInput extends DeleteResolverRequest {}
|
|
|
18
18
|
export interface DeleteResolverCommandOutput
|
|
19
19
|
extends DeleteResolverResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteResolverCommand extends $Command<
|
|
23
22
|
DeleteResolverCommandInput,
|
|
24
23
|
DeleteResolverCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteResolverCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteResolverCommandInput;
|
|
28
27
|
constructor(input: DeleteResolverCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTypeCommandInput extends DeleteTypeRequest {}
|
|
|
15
15
|
export interface DeleteTypeCommandOutput
|
|
16
16
|
extends DeleteTypeResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTypeCommand extends $Command<
|
|
20
19
|
DeleteTypeCommandInput,
|
|
21
20
|
DeleteTypeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTypeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTypeCommandInput;
|
|
25
24
|
constructor(input: DeleteTypeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DisassociateApiCommandInput extends DisassociateApiRequest {}
|
|
|
18
18
|
export interface DisassociateApiCommandOutput
|
|
19
19
|
extends DisassociateApiResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DisassociateApiCommand extends $Command<
|
|
23
22
|
DisassociateApiCommandInput,
|
|
24
23
|
DisassociateApiCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DisassociateApiCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DisassociateApiCommandInput;
|
|
28
27
|
constructor(input: DisassociateApiCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface EvaluateMappingTemplateCommandInput
|
|
|
19
19
|
export interface EvaluateMappingTemplateCommandOutput
|
|
20
20
|
extends EvaluateMappingTemplateResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class EvaluateMappingTemplateCommand extends $Command<
|
|
24
23
|
EvaluateMappingTemplateCommandInput,
|
|
25
24
|
EvaluateMappingTemplateCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class EvaluateMappingTemplateCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: EvaluateMappingTemplateCommandInput;
|
|
29
28
|
constructor(input: EvaluateMappingTemplateCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
|
|
|
18
18
|
export interface FlushApiCacheCommandOutput
|
|
19
19
|
extends FlushApiCacheResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class FlushApiCacheCommand extends $Command<
|
|
23
22
|
FlushApiCacheCommandInput,
|
|
24
23
|
FlushApiCacheCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class FlushApiCacheCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: FlushApiCacheCommandInput;
|
|
28
27
|
constructor(input: FlushApiCacheCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetApiAssociationCommandInput
|
|
|
19
19
|
export interface GetApiAssociationCommandOutput
|
|
20
20
|
extends GetApiAssociationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetApiAssociationCommand extends $Command<
|
|
24
23
|
GetApiAssociationCommandInput,
|
|
25
24
|
GetApiAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetApiAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetApiAssociationCommandInput;
|
|
29
28
|
constructor(input: GetApiAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
|
|
|
15
15
|
export interface GetApiCacheCommandOutput
|
|
16
16
|
extends GetApiCacheResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetApiCacheCommand extends $Command<
|
|
20
19
|
GetApiCacheCommandInput,
|
|
21
20
|
GetApiCacheCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetApiCacheCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetApiCacheCommandInput;
|
|
25
24
|
constructor(input: GetApiCacheCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
|
|
|
18
18
|
export interface GetDataSourceCommandOutput
|
|
19
19
|
extends GetDataSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDataSourceCommand extends $Command<
|
|
23
22
|
GetDataSourceCommandInput,
|
|
24
23
|
GetDataSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDataSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDataSourceCommandInput;
|
|
28
27
|
constructor(input: GetDataSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
|
18
18
|
export interface GetDomainNameCommandOutput
|
|
19
19
|
extends GetDomainNameResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetDomainNameCommand extends $Command<
|
|
23
22
|
GetDomainNameCommandInput,
|
|
24
23
|
GetDomainNameCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetDomainNameCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetDomainNameCommandInput;
|
|
28
27
|
constructor(input: GetDomainNameCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
|
15
15
|
export interface GetFunctionCommandOutput
|
|
16
16
|
extends GetFunctionResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetFunctionCommand extends $Command<
|
|
20
19
|
GetFunctionCommandInput,
|
|
21
20
|
GetFunctionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetFunctionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetFunctionCommandInput;
|
|
25
24
|
constructor(input: GetFunctionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
|
|
|
18
18
|
export interface GetGraphqlApiCommandOutput
|
|
19
19
|
extends GetGraphqlApiResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetGraphqlApiCommand extends $Command<
|
|
23
22
|
GetGraphqlApiCommandInput,
|
|
24
23
|
GetGraphqlApiCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetGraphqlApiCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetGraphqlApiCommandInput;
|
|
28
27
|
constructor(input: GetGraphqlApiCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetIntrospectionSchemaCommandInput
|
|
|
19
19
|
export interface GetIntrospectionSchemaCommandOutput
|
|
20
20
|
extends GetIntrospectionSchemaResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetIntrospectionSchemaCommand extends $Command<
|
|
24
23
|
GetIntrospectionSchemaCommandInput,
|
|
25
24
|
GetIntrospectionSchemaCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetIntrospectionSchemaCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetIntrospectionSchemaCommandInput;
|
|
29
28
|
constructor(input: GetIntrospectionSchemaCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetResolverCommandInput extends GetResolverRequest {}
|
|
|
15
15
|
export interface GetResolverCommandOutput
|
|
16
16
|
extends GetResolverResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetResolverCommand extends $Command<
|
|
20
19
|
GetResolverCommandInput,
|
|
21
20
|
GetResolverCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetResolverCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetResolverCommandInput;
|
|
25
24
|
constructor(input: GetResolverCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetSchemaCreationStatusCommandInput
|
|
|
19
19
|
export interface GetSchemaCreationStatusCommandOutput
|
|
20
20
|
extends GetSchemaCreationStatusResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetSchemaCreationStatusCommand extends $Command<
|
|
24
23
|
GetSchemaCreationStatusCommandInput,
|
|
25
24
|
GetSchemaCreationStatusCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetSchemaCreationStatusCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetSchemaCreationStatusCommandInput;
|
|
29
28
|
constructor(input: GetSchemaCreationStatusCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTypeCommandInput extends GetTypeRequest {}
|
|
|
15
15
|
export interface GetTypeCommandOutput
|
|
16
16
|
extends GetTypeResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTypeCommand extends $Command<
|
|
20
19
|
GetTypeCommandInput,
|
|
21
20
|
GetTypeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTypeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTypeCommandInput;
|
|
25
24
|
constructor(input: GetTypeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
|
|
|
15
15
|
export interface ListApiKeysCommandOutput
|
|
16
16
|
extends ListApiKeysResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListApiKeysCommand extends $Command<
|
|
20
19
|
ListApiKeysCommandInput,
|
|
21
20
|
ListApiKeysCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListApiKeysCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListApiKeysCommandInput;
|
|
25
24
|
constructor(input: ListApiKeysCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
|
|
|
18
18
|
export interface ListDataSourcesCommandOutput
|
|
19
19
|
extends ListDataSourcesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDataSourcesCommand extends $Command<
|
|
23
22
|
ListDataSourcesCommandInput,
|
|
24
23
|
ListDataSourcesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDataSourcesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDataSourcesCommandInput;
|
|
28
27
|
constructor(input: ListDataSourcesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
|
18
18
|
export interface ListDomainNamesCommandOutput
|
|
19
19
|
extends ListDomainNamesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListDomainNamesCommand extends $Command<
|
|
23
22
|
ListDomainNamesCommandInput,
|
|
24
23
|
ListDomainNamesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListDomainNamesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListDomainNamesCommandInput;
|
|
28
27
|
constructor(input: ListDomainNamesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
|
18
18
|
export interface ListFunctionsCommandOutput
|
|
19
19
|
extends ListFunctionsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListFunctionsCommand extends $Command<
|
|
23
22
|
ListFunctionsCommandInput,
|
|
24
23
|
ListFunctionsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListFunctionsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListFunctionsCommandInput;
|
|
28
27
|
constructor(input: ListFunctionsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {}
|
|
|
18
18
|
export interface ListGraphqlApisCommandOutput
|
|
19
19
|
extends ListGraphqlApisResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListGraphqlApisCommand extends $Command<
|
|
23
22
|
ListGraphqlApisCommandInput,
|
|
24
23
|
ListGraphqlApisCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListGraphqlApisCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListGraphqlApisCommandInput;
|
|
28
27
|
constructor(input: ListGraphqlApisCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListResolversByFunctionCommandInput
|
|
|
19
19
|
export interface ListResolversByFunctionCommandOutput
|
|
20
20
|
extends ListResolversByFunctionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListResolversByFunctionCommand extends $Command<
|
|
24
23
|
ListResolversByFunctionCommandInput,
|
|
25
24
|
ListResolversByFunctionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListResolversByFunctionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListResolversByFunctionCommandInput;
|
|
29
28
|
constructor(input: ListResolversByFunctionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListResolversCommandInput extends ListResolversRequest {}
|
|
|
18
18
|
export interface ListResolversCommandOutput
|
|
19
19
|
extends ListResolversResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListResolversCommand extends $Command<
|
|
23
22
|
ListResolversCommandInput,
|
|
24
23
|
ListResolversCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListResolversCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListResolversCommandInput;
|
|
28
27
|
constructor(input: ListResolversCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTypesCommandInput extends ListTypesRequest {}
|
|
|
15
15
|
export interface ListTypesCommandOutput
|
|
16
16
|
extends ListTypesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTypesCommand extends $Command<
|
|
20
19
|
ListTypesCommandInput,
|
|
21
20
|
ListTypesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTypesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTypesCommandInput;
|
|
25
24
|
constructor(input: ListTypesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartSchemaCreationCommandInput
|
|
|
19
19
|
export interface StartSchemaCreationCommandOutput
|
|
20
20
|
extends StartSchemaCreationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartSchemaCreationCommand extends $Command<
|
|
24
23
|
StartSchemaCreationCommandInput,
|
|
25
24
|
StartSchemaCreationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartSchemaCreationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartSchemaCreationCommandInput;
|
|
29
28
|
constructor(input: StartSchemaCreationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {}
|
|
|
18
18
|
export interface UpdateApiCacheCommandOutput
|
|
19
19
|
extends UpdateApiCacheResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateApiCacheCommand extends $Command<
|
|
23
22
|
UpdateApiCacheCommandInput,
|
|
24
23
|
UpdateApiCacheCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateApiCacheCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateApiCacheCommandInput;
|
|
28
27
|
constructor(input: UpdateApiCacheCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
|
|
|
15
15
|
export interface UpdateApiKeyCommandOutput
|
|
16
16
|
extends UpdateApiKeyResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateApiKeyCommand extends $Command<
|
|
20
19
|
UpdateApiKeyCommandInput,
|
|
21
20
|
UpdateApiKeyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateApiKeyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateApiKeyCommandInput;
|
|
25
24
|
constructor(input: UpdateApiKeyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
|
18
18
|
export interface UpdateDataSourceCommandOutput
|
|
19
19
|
extends UpdateDataSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateDataSourceCommand extends $Command<
|
|
23
22
|
UpdateDataSourceCommandInput,
|
|
24
23
|
UpdateDataSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateDataSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateDataSourceCommandInput;
|
|
28
27
|
constructor(input: UpdateDataSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
|
|
|
18
18
|
export interface UpdateDomainNameCommandOutput
|
|
19
19
|
extends UpdateDomainNameResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateDomainNameCommand extends $Command<
|
|
23
22
|
UpdateDomainNameCommandInput,
|
|
24
23
|
UpdateDomainNameCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateDomainNameCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateDomainNameCommandInput;
|
|
28
27
|
constructor(input: UpdateDomainNameCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {}
|
|
|
18
18
|
export interface UpdateFunctionCommandOutput
|
|
19
19
|
extends UpdateFunctionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateFunctionCommand extends $Command<
|
|
23
22
|
UpdateFunctionCommandInput,
|
|
24
23
|
UpdateFunctionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateFunctionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateFunctionCommandInput;
|
|
28
27
|
constructor(input: UpdateFunctionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {}
|
|
|
18
18
|
export interface UpdateGraphqlApiCommandOutput
|
|
19
19
|
extends UpdateGraphqlApiResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateGraphqlApiCommand extends $Command<
|
|
23
22
|
UpdateGraphqlApiCommandInput,
|
|
24
23
|
UpdateGraphqlApiCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateGraphqlApiCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateGraphqlApiCommandInput;
|
|
28
27
|
constructor(input: UpdateGraphqlApiCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateResolverCommandInput extends UpdateResolverRequest {}
|
|
|
18
18
|
export interface UpdateResolverCommandOutput
|
|
19
19
|
extends UpdateResolverResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateResolverCommand extends $Command<
|
|
23
22
|
UpdateResolverCommandInput,
|
|
24
23
|
UpdateResolverCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateResolverCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateResolverCommandInput;
|
|
28
27
|
constructor(input: UpdateResolverCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppSyncClientResolvedConfig,
|