@aws-sdk/client-appsync 3.49.0 → 3.50.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 +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/AppSync.d.ts +0 -250
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -122
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -49
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -4
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1666
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateApiCacheCommand extends $Command<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateApiCacheCommandInput;
|
|
12
|
-
constructor(input: UpdateApiCacheCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateApiKeyCommandInput;
|
|
12
|
-
constructor(input: UpdateApiKeyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateDataSourceCommandInput;
|
|
12
|
-
constructor(input: UpdateDataSourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateDomainNameCommandInput;
|
|
12
|
-
constructor(input: UpdateDomainNameCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateFunctionCommandInput;
|
|
12
|
-
constructor(input: UpdateFunctionCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCommandInput, UpdateFunctionCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateGraphqlApiCommand extends $Command<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateGraphqlApiCommandInput;
|
|
12
|
-
constructor(input: UpdateGraphqlApiCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateResolverCommandInput extends UpdateResolverRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateResolverCommand extends $Command<UpdateResolverCommandInput, UpdateResolverCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateResolverCommandInput;
|
|
12
|
-
constructor(input: UpdateResolverCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverCommandInput, UpdateResolverCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
4
|
-
import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
|
|
5
|
-
export interface UpdateTypeCommandInput extends UpdateTypeRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateTypeCommand extends $Command<UpdateTypeCommandInput, UpdateTypeCommandOutput, AppSyncClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateTypeCommandInput;
|
|
12
|
-
constructor(input: UpdateTypeCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTypeCommandInput, UpdateTypeCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
export * from "./AssociateApiCommand";
|
|
2
|
-
export * from "./CreateApiCacheCommand";
|
|
3
|
-
export * from "./CreateApiKeyCommand";
|
|
4
|
-
export * from "./CreateDataSourceCommand";
|
|
5
|
-
export * from "./CreateDomainNameCommand";
|
|
6
|
-
export * from "./CreateFunctionCommand";
|
|
7
|
-
export * from "./CreateGraphqlApiCommand";
|
|
8
|
-
export * from "./CreateResolverCommand";
|
|
9
|
-
export * from "./CreateTypeCommand";
|
|
10
|
-
export * from "./DeleteApiCacheCommand";
|
|
11
|
-
export * from "./DeleteApiKeyCommand";
|
|
12
|
-
export * from "./DeleteDataSourceCommand";
|
|
13
|
-
export * from "./DeleteDomainNameCommand";
|
|
14
|
-
export * from "./DeleteFunctionCommand";
|
|
15
|
-
export * from "./DeleteGraphqlApiCommand";
|
|
16
|
-
export * from "./DeleteResolverCommand";
|
|
17
|
-
export * from "./DeleteTypeCommand";
|
|
18
|
-
export * from "./DisassociateApiCommand";
|
|
19
|
-
export * from "./FlushApiCacheCommand";
|
|
20
|
-
export * from "./GetApiAssociationCommand";
|
|
21
|
-
export * from "./GetApiCacheCommand";
|
|
22
|
-
export * from "./GetDataSourceCommand";
|
|
23
|
-
export * from "./GetDomainNameCommand";
|
|
24
|
-
export * from "./GetFunctionCommand";
|
|
25
|
-
export * from "./GetGraphqlApiCommand";
|
|
26
|
-
export * from "./GetIntrospectionSchemaCommand";
|
|
27
|
-
export * from "./GetResolverCommand";
|
|
28
|
-
export * from "./GetSchemaCreationStatusCommand";
|
|
29
|
-
export * from "./GetTypeCommand";
|
|
30
|
-
export * from "./ListApiKeysCommand";
|
|
31
|
-
export * from "./ListDataSourcesCommand";
|
|
32
|
-
export * from "./ListDomainNamesCommand";
|
|
33
|
-
export * from "./ListFunctionsCommand";
|
|
34
|
-
export * from "./ListGraphqlApisCommand";
|
|
35
|
-
export * from "./ListResolversByFunctionCommand";
|
|
36
|
-
export * from "./ListResolversCommand";
|
|
37
|
-
export * from "./ListTagsForResourceCommand";
|
|
38
|
-
export * from "./ListTypesCommand";
|
|
39
|
-
export * from "./StartSchemaCreationCommand";
|
|
40
|
-
export * from "./TagResourceCommand";
|
|
41
|
-
export * from "./UntagResourceCommand";
|
|
42
|
-
export * from "./UpdateApiCacheCommand";
|
|
43
|
-
export * from "./UpdateApiKeyCommand";
|
|
44
|
-
export * from "./UpdateDataSourceCommand";
|
|
45
|
-
export * from "./UpdateDomainNameCommand";
|
|
46
|
-
export * from "./UpdateFunctionCommand";
|
|
47
|
-
export * from "./UpdateGraphqlApiCommand";
|
|
48
|
-
export * from "./UpdateResolverCommand";
|
|
49
|
-
export * from "./UpdateTypeCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|