@aws-sdk/client-appsync 3.169.0 → 3.170.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/dist-types/ts3.4/AppSync.d.ts +904 -255
- package/dist-types/ts3.4/AppSyncClient.d.ts +429 -123
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1573 -1437
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteFunctionRequest,
|
|
15
|
+
DeleteFunctionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
18
|
+
export interface DeleteFunctionCommandOutput
|
|
19
|
+
extends DeleteFunctionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteFunctionCommand extends $Command<
|
|
23
|
+
DeleteFunctionCommandInput,
|
|
24
|
+
DeleteFunctionCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteFunctionCommandInput;
|
|
28
|
+
constructor(input: DeleteFunctionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteGraphqlApiRequest,
|
|
15
|
+
DeleteGraphqlApiResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {}
|
|
18
|
+
export interface DeleteGraphqlApiCommandOutput
|
|
19
|
+
extends DeleteGraphqlApiResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteGraphqlApiCommand extends $Command<
|
|
23
|
+
DeleteGraphqlApiCommandInput,
|
|
24
|
+
DeleteGraphqlApiCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteGraphqlApiCommandInput;
|
|
28
|
+
constructor(input: DeleteGraphqlApiCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteResolverRequest,
|
|
15
|
+
DeleteResolverResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteResolverCommandInput extends DeleteResolverRequest {}
|
|
18
|
+
export interface DeleteResolverCommandOutput
|
|
19
|
+
extends DeleteResolverResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteResolverCommand extends $Command<
|
|
23
|
+
DeleteResolverCommandInput,
|
|
24
|
+
DeleteResolverCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteResolverCommandInput;
|
|
28
|
+
constructor(input: DeleteResolverCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteResolverCommandInput, DeleteResolverCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteTypeCommandInput extends DeleteTypeRequest {}
|
|
15
|
+
export interface DeleteTypeCommandOutput
|
|
16
|
+
extends DeleteTypeResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteTypeCommand extends $Command<
|
|
20
|
+
DeleteTypeCommandInput,
|
|
21
|
+
DeleteTypeCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteTypeCommandInput;
|
|
25
|
+
constructor(input: DeleteTypeCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteTypeCommandInput, DeleteTypeCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
DisassociateApiRequest,
|
|
15
|
+
DisassociateApiResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateApiCommandInput extends DisassociateApiRequest {}
|
|
18
|
+
export interface DisassociateApiCommandOutput
|
|
19
|
+
extends DisassociateApiResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DisassociateApiCommand extends $Command<
|
|
23
|
+
DisassociateApiCommandInput,
|
|
24
|
+
DisassociateApiCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DisassociateApiCommandInput;
|
|
28
|
+
constructor(input: DisassociateApiCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DisassociateApiCommandInput, DisassociateApiCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
EvaluateMappingTemplateRequest,
|
|
15
|
+
EvaluateMappingTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface EvaluateMappingTemplateCommandInput
|
|
18
|
+
extends EvaluateMappingTemplateRequest {}
|
|
19
|
+
export interface EvaluateMappingTemplateCommandOutput
|
|
20
|
+
extends EvaluateMappingTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class EvaluateMappingTemplateCommand extends $Command<
|
|
24
|
+
EvaluateMappingTemplateCommandInput,
|
|
25
|
+
EvaluateMappingTemplateCommandOutput,
|
|
26
|
+
AppSyncClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: EvaluateMappingTemplateCommandInput;
|
|
29
|
+
constructor(input: EvaluateMappingTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppSyncClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
EvaluateMappingTemplateCommandInput,
|
|
37
|
+
EvaluateMappingTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
FlushApiCacheRequest,
|
|
15
|
+
FlushApiCacheResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
|
|
18
|
+
export interface FlushApiCacheCommandOutput
|
|
19
|
+
extends FlushApiCacheResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class FlushApiCacheCommand extends $Command<
|
|
23
|
+
FlushApiCacheCommandInput,
|
|
24
|
+
FlushApiCacheCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: FlushApiCacheCommandInput;
|
|
28
|
+
constructor(input: FlushApiCacheCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<FlushApiCacheCommandInput, FlushApiCacheCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
GetApiAssociationRequest,
|
|
15
|
+
GetApiAssociationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetApiAssociationCommandInput
|
|
18
|
+
extends GetApiAssociationRequest {}
|
|
19
|
+
export interface GetApiAssociationCommandOutput
|
|
20
|
+
extends GetApiAssociationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetApiAssociationCommand extends $Command<
|
|
24
|
+
GetApiAssociationCommandInput,
|
|
25
|
+
GetApiAssociationCommandOutput,
|
|
26
|
+
AppSyncClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetApiAssociationCommandInput;
|
|
29
|
+
constructor(input: GetApiAssociationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AppSyncClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetApiAssociationCommandInput, GetApiAssociationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
14
|
+
export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
|
|
15
|
+
export interface GetApiCacheCommandOutput
|
|
16
|
+
extends GetApiCacheResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetApiCacheCommand extends $Command<
|
|
20
|
+
GetApiCacheCommandInput,
|
|
21
|
+
GetApiCacheCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetApiCacheCommandInput;
|
|
25
|
+
constructor(input: GetApiCacheCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetApiCacheCommandInput, GetApiCacheCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDataSourceRequest,
|
|
15
|
+
GetDataSourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
|
|
18
|
+
export interface GetDataSourceCommandOutput
|
|
19
|
+
extends GetDataSourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetDataSourceCommand extends $Command<
|
|
23
|
+
GetDataSourceCommandInput,
|
|
24
|
+
GetDataSourceCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDataSourceCommandInput;
|
|
28
|
+
constructor(input: GetDataSourceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetDataSourceCommandInput, GetDataSourceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
GetDomainNameRequest,
|
|
15
|
+
GetDomainNameResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
18
|
+
export interface GetDomainNameCommandOutput
|
|
19
|
+
extends GetDomainNameResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetDomainNameCommand extends $Command<
|
|
23
|
+
GetDomainNameCommandInput,
|
|
24
|
+
GetDomainNameCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDomainNameCommandInput;
|
|
28
|
+
constructor(input: GetDomainNameCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetDomainNameCommandInput, GetDomainNameCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|