@aws-sdk/client-appsync 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/AppSync.d.ts +249 -321
- package/dist-types/ts3.4/AppSyncClient.d.ts +30 -85
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApiCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListApisCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -24
- package/dist-types/ts3.4/models/errors.d.ts +11 -39
- package/dist-types/ts3.4/models/models_0.d.ts +3 -9
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListApiKeysPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListApisPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetDataSourceIntrospectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetDataSourceIntrospectionCommandInput
|
|
8
|
-
extends GetDataSourceIntrospectionRequest {}
|
|
7
|
+
export interface GetDataSourceIntrospectionCommandInput extends GetDataSourceIntrospectionRequest {}
|
|
9
8
|
export interface GetDataSourceIntrospectionCommandOutput
|
|
10
|
-
extends GetDataSourceIntrospectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetDataSourceIntrospectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetDataSourceIntrospectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetDataSourceIntrospectionCommandInput
|
|
12
|
+
input: GetDataSourceIntrospectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetDataSourceIntrospectionCommandInput,
|
|
17
15
|
GetDataSourceIntrospectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetDataSourceIntrospectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetDataSourceIntrospectionCommandInput
|
|
21
|
+
input: GetDataSourceIntrospectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetDataSourceIntrospectionCommandInput,
|
|
26
24
|
GetDataSourceIntrospectionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetDomainNameRequest,
|
|
4
|
-
GetDomainNameResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
8
|
-
export interface GetDomainNameCommandOutput
|
|
9
|
-
extends GetDomainNameResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetDomainNameCommandOutput extends GetDomainNameResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetDomainNameCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetDomainNameCommandInput
|
|
8
|
+
input: GetDomainNameCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetDomainNameCommandInput,
|
|
16
11
|
GetDomainNameCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetDomainNameCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetDomainNameCommandInput
|
|
17
|
+
input: GetDomainNameCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetDomainNameCommandInput,
|
|
25
20
|
GetDomainNameCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
5
|
-
export interface GetFunctionCommandOutput
|
|
6
|
-
extends GetFunctionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetFunctionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetFunctionCommandInput
|
|
8
|
+
input: GetFunctionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetFunctionCommandInput,
|
|
13
11
|
GetFunctionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetFunctionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetFunctionCommandInput
|
|
17
|
+
input: GetFunctionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetFunctionCommandInput,
|
|
22
20
|
GetFunctionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetGraphqlApiRequest,
|
|
4
|
-
GetGraphqlApiResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
|
|
8
|
-
export interface GetGraphqlApiCommandOutput
|
|
9
|
-
extends GetGraphqlApiResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetGraphqlApiCommandOutput extends GetGraphqlApiResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetGraphqlApiCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetGraphqlApiCommandInput
|
|
8
|
+
input: GetGraphqlApiCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetGraphqlApiCommandInput,
|
|
16
11
|
GetGraphqlApiCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetGraphqlApiCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetGraphqlApiCommandInput
|
|
17
|
+
input: GetGraphqlApiCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetGraphqlApiCommandInput,
|
|
25
20
|
GetGraphqlApiCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetGraphqlApiEnvironmentVariablesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetGraphqlApiEnvironmentVariablesCommandInput
|
|
8
|
-
extends GetGraphqlApiEnvironmentVariablesRequest {}
|
|
7
|
+
export interface GetGraphqlApiEnvironmentVariablesCommandInput extends GetGraphqlApiEnvironmentVariablesRequest {}
|
|
9
8
|
export interface GetGraphqlApiEnvironmentVariablesCommandOutput
|
|
10
|
-
extends GetGraphqlApiEnvironmentVariablesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetGraphqlApiEnvironmentVariablesResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetGraphqlApiEnvironmentVariablesCommandInput
|
|
12
|
+
input: GetGraphqlApiEnvironmentVariablesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetGraphqlApiEnvironmentVariablesCommandInput,
|
|
17
15
|
GetGraphqlApiEnvironmentVariablesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetGraphqlApiEnvironmentVariablesCommandInput
|
|
21
|
+
input: GetGraphqlApiEnvironmentVariablesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetGraphqlApiEnvironmentVariablesCommandInput,
|
|
26
24
|
GetGraphqlApiEnvironmentVariablesCommandOutput,
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
GetIntrospectionSchemaRequest,
|
|
5
|
-
GetIntrospectionSchemaResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0";
|
|
7
4
|
export { __MetadataBearer };
|
|
8
|
-
export interface GetIntrospectionSchemaCommandInput
|
|
9
|
-
extends GetIntrospectionSchemaRequest {}
|
|
5
|
+
export interface GetIntrospectionSchemaCommandInput extends GetIntrospectionSchemaRequest {}
|
|
10
6
|
export type GetIntrospectionSchemaCommandOutputType = Pick<
|
|
11
7
|
GetIntrospectionSchemaResponse,
|
|
12
8
|
Exclude<keyof GetIntrospectionSchemaResponse, "schema">
|
|
@@ -14,11 +10,10 @@ export type GetIntrospectionSchemaCommandOutputType = Pick<
|
|
|
14
10
|
schema?: Uint8ArrayBlobAdapter;
|
|
15
11
|
};
|
|
16
12
|
export interface GetIntrospectionSchemaCommandOutput
|
|
17
|
-
extends GetIntrospectionSchemaCommandOutputType,
|
|
18
|
-
__MetadataBearer {}
|
|
13
|
+
extends GetIntrospectionSchemaCommandOutputType, __MetadataBearer {}
|
|
19
14
|
declare const GetIntrospectionSchemaCommand_base: {
|
|
20
15
|
new (
|
|
21
|
-
input: GetIntrospectionSchemaCommandInput
|
|
16
|
+
input: GetIntrospectionSchemaCommandInput,
|
|
22
17
|
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
GetIntrospectionSchemaCommandInput,
|
|
24
19
|
GetIntrospectionSchemaCommandOutput,
|
|
@@ -27,7 +22,7 @@ declare const GetIntrospectionSchemaCommand_base: {
|
|
|
27
22
|
import("..").ServiceOutputTypes
|
|
28
23
|
>;
|
|
29
24
|
new (
|
|
30
|
-
input: GetIntrospectionSchemaCommandInput
|
|
25
|
+
input: GetIntrospectionSchemaCommandInput,
|
|
31
26
|
): import("@smithy/core/client").CommandImpl<
|
|
32
27
|
GetIntrospectionSchemaCommandInput,
|
|
33
28
|
GetIntrospectionSchemaCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetResolverCommandInput extends GetResolverRequest {}
|
|
5
|
-
export interface GetResolverCommandOutput
|
|
6
|
-
extends GetResolverResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetResolverCommandOutput extends GetResolverResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetResolverCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetResolverCommandInput
|
|
8
|
+
input: GetResolverCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetResolverCommandInput,
|
|
13
11
|
GetResolverCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetResolverCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetResolverCommandInput
|
|
17
|
+
input: GetResolverCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetResolverCommandInput,
|
|
22
20
|
GetResolverCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSchemaCreationStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSchemaCreationStatusCommandInput
|
|
8
|
-
extends GetSchemaCreationStatusRequest {}
|
|
7
|
+
export interface GetSchemaCreationStatusCommandInput extends GetSchemaCreationStatusRequest {}
|
|
9
8
|
export interface GetSchemaCreationStatusCommandOutput
|
|
10
|
-
extends GetSchemaCreationStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSchemaCreationStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSchemaCreationStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSchemaCreationStatusCommandInput
|
|
12
|
+
input: GetSchemaCreationStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSchemaCreationStatusCommandInput,
|
|
17
15
|
GetSchemaCreationStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSchemaCreationStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSchemaCreationStatusCommandInput
|
|
21
|
+
input: GetSchemaCreationStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSchemaCreationStatusCommandInput,
|
|
26
24
|
GetSchemaCreationStatusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetSourceApiAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetSourceApiAssociationCommandInput
|
|
8
|
-
extends GetSourceApiAssociationRequest {}
|
|
7
|
+
export interface GetSourceApiAssociationCommandInput extends GetSourceApiAssociationRequest {}
|
|
9
8
|
export interface GetSourceApiAssociationCommandOutput
|
|
10
|
-
extends GetSourceApiAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetSourceApiAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetSourceApiAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetSourceApiAssociationCommandInput
|
|
12
|
+
input: GetSourceApiAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetSourceApiAssociationCommandInput,
|
|
17
15
|
GetSourceApiAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetSourceApiAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetSourceApiAssociationCommandInput
|
|
21
|
+
input: GetSourceApiAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetSourceApiAssociationCommandInput,
|
|
26
24
|
GetSourceApiAssociationCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetTypeCommandInput extends GetTypeRequest {}
|
|
5
|
-
export interface GetTypeCommandOutput
|
|
6
|
-
extends GetTypeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetTypeCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetTypeCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetTypeCommandInput,
|
|
11
11
|
GetTypeCommandOutput,
|
|
12
12
|
import("..").AppSyncClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetTypeCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetTypeCommandInput,
|
|
18
20
|
GetTypeCommandOutput,
|
|
19
21
|
import("..").AppSyncClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
|
|
5
|
-
export interface ListApiKeysCommandOutput
|
|
6
|
-
extends ListApiKeysResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListApiKeysCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListApiKeysCommandInput
|
|
8
|
+
input: ListApiKeysCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListApiKeysCommandInput,
|
|
13
11
|
ListApiKeysCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListApiKeysCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListApiKeysCommandInput
|
|
17
|
+
input: ListApiKeysCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListApiKeysCommandInput,
|
|
22
20
|
ListApiKeysCommandOutput,
|
|
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListApisRequest, ListApisResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListApisCommandInput extends ListApisRequest {}
|
|
5
|
-
export interface ListApisCommandOutput
|
|
6
|
-
extends ListApisResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApisCommandOutput extends ListApisResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListApisCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListApisCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListApisCommandInput,
|
|
11
11
|
ListApisCommandOutput,
|
|
12
12
|
import("..").AppSyncClientResolvedConfig,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelNamespacesRequest,
|
|
4
|
-
ListChannelNamespacesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelNamespacesRequest, ListChannelNamespacesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelNamespacesCommandInput
|
|
8
|
-
extends ListChannelNamespacesRequest {}
|
|
4
|
+
export interface ListChannelNamespacesCommandInput extends ListChannelNamespacesRequest {}
|
|
9
5
|
export interface ListChannelNamespacesCommandOutput
|
|
10
|
-
extends ListChannelNamespacesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListChannelNamespacesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListChannelNamespacesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListChannelNamespacesCommandInput
|
|
9
|
+
input: ListChannelNamespacesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListChannelNamespacesCommandInput,
|
|
17
12
|
ListChannelNamespacesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListChannelNamespacesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListChannelNamespacesCommandInput
|
|
18
|
+
input: ListChannelNamespacesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListChannelNamespacesCommandInput,
|
|
26
21
|
ListChannelNamespacesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDataSourcesRequest,
|
|
4
|
-
ListDataSourcesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
|
|
8
|
-
export interface ListDataSourcesCommandOutput
|
|
9
|
-
extends ListDataSourcesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDataSourcesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDataSourcesCommandInput
|
|
8
|
+
input: ListDataSourcesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDataSourcesCommandInput,
|
|
16
11
|
ListDataSourcesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListDataSourcesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListDataSourcesCommandInput
|
|
17
|
+
input: ListDataSourcesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListDataSourcesCommandInput,
|
|
25
20
|
ListDataSourcesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListDomainNamesRequest,
|
|
4
|
-
ListDomainNamesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
8
|
-
export interface ListDomainNamesCommandOutput
|
|
9
|
-
extends ListDomainNamesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListDomainNamesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListDomainNamesCommandInput
|
|
8
|
+
input: ListDomainNamesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListDomainNamesCommandInput,
|
|
16
11
|
ListDomainNamesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFunctionsRequest,
|
|
4
|
-
ListFunctionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
8
|
-
export interface ListFunctionsCommandOutput
|
|
9
|
-
extends ListFunctionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListFunctionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListFunctionsCommandInput
|
|
8
|
+
input: ListFunctionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListFunctionsCommandInput,
|
|
16
11
|
ListFunctionsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListFunctionsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListFunctionsCommandInput
|
|
17
|
+
input: ListFunctionsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListFunctionsCommandInput,
|
|
25
20
|
ListFunctionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListGraphqlApisRequest,
|
|
4
|
-
ListGraphqlApisResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {}
|
|
8
|
-
export interface ListGraphqlApisCommandOutput
|
|
9
|
-
extends ListGraphqlApisResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListGraphqlApisCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListGraphqlApisCommandInput
|
|
8
|
+
input: ListGraphqlApisCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListGraphqlApisCommandInput,
|
|
16
11
|
ListGraphqlApisCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListResolversByFunctionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListResolversByFunctionCommandInput
|
|
8
|
-
extends ListResolversByFunctionRequest {}
|
|
7
|
+
export interface ListResolversByFunctionCommandInput extends ListResolversByFunctionRequest {}
|
|
9
8
|
export interface ListResolversByFunctionCommandOutput
|
|
10
|
-
extends ListResolversByFunctionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListResolversByFunctionResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListResolversByFunctionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListResolversByFunctionCommandInput
|
|
12
|
+
input: ListResolversByFunctionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListResolversByFunctionCommandInput,
|
|
17
15
|
ListResolversByFunctionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListResolversByFunctionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListResolversByFunctionCommandInput
|
|
21
|
+
input: ListResolversByFunctionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListResolversByFunctionCommandInput,
|
|
26
24
|
ListResolversByFunctionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListResolversRequest,
|
|
4
|
-
ListResolversResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListResolversRequest, ListResolversResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListResolversCommandInput extends ListResolversRequest {}
|
|
8
|
-
export interface ListResolversCommandOutput
|
|
9
|
-
extends ListResolversResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListResolversCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListResolversCommandInput
|
|
8
|
+
input: ListResolversCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListResolversCommandInput,
|
|
16
11
|
ListResolversCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListResolversCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListResolversCommandInput
|
|
17
|
+
input: ListResolversCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListResolversCommandInput,
|
|
25
20
|
ListResolversCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListSourceApiAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSourceApiAssociationsCommandInput
|
|
8
|
-
extends ListSourceApiAssociationsRequest {}
|
|
7
|
+
export interface ListSourceApiAssociationsCommandInput extends ListSourceApiAssociationsRequest {}
|
|
9
8
|
export interface ListSourceApiAssociationsCommandOutput
|
|
10
|
-
extends ListSourceApiAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListSourceApiAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListSourceApiAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListSourceApiAssociationsCommandInput
|
|
12
|
+
input: ListSourceApiAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListSourceApiAssociationsCommandInput,
|
|
17
15
|
ListSourceApiAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListSourceApiAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListSourceApiAssociationsCommandInput
|
|
21
|
+
input: ListSourceApiAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListSourceApiAssociationsCommandInput,
|
|
26
24
|
ListSourceApiAssociationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTypesByAssociationRequest,
|
|
4
|
-
ListTypesByAssociationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTypesByAssociationRequest, ListTypesByAssociationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTypesByAssociationCommandInput
|
|
8
|
-
extends ListTypesByAssociationRequest {}
|
|
4
|
+
export interface ListTypesByAssociationCommandInput extends ListTypesByAssociationRequest {}
|
|
9
5
|
export interface ListTypesByAssociationCommandOutput
|
|
10
|
-
extends ListTypesByAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTypesByAssociationResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTypesByAssociationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTypesByAssociationCommandInput
|
|
9
|
+
input: ListTypesByAssociationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTypesByAssociationCommandInput,
|
|
17
12
|
ListTypesByAssociationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTypesByAssociationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTypesByAssociationCommandInput
|
|
18
|
+
input: ListTypesByAssociationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTypesByAssociationCommandInput,
|
|
26
21
|
ListTypesByAssociationCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTypesCommandInput extends ListTypesRequest {}
|
|
5
|
-
export interface ListTypesCommandOutput
|
|
6
|
-
extends ListTypesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTypesCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: ListTypesCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
ListTypesCommandInput,
|
|
11
11
|
ListTypesCommandOutput,
|
|
12
12
|
import("..").AppSyncClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: ListTypesCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
ListTypesCommandInput,
|
|
18
20
|
ListTypesCommandOutput,
|
|
19
21
|
import("..").AppSyncClientResolvedConfig,
|