@aws-sdk/client-appsync 3.1087.0 → 3.1089.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 +38 -38
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutGraphqlApiEnvironmentVariablesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutGraphqlApiEnvironmentVariablesCommandInput
|
|
8
|
-
extends PutGraphqlApiEnvironmentVariablesRequest {}
|
|
7
|
+
export interface PutGraphqlApiEnvironmentVariablesCommandInput extends PutGraphqlApiEnvironmentVariablesRequest {}
|
|
9
8
|
export interface PutGraphqlApiEnvironmentVariablesCommandOutput
|
|
10
|
-
extends PutGraphqlApiEnvironmentVariablesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutGraphqlApiEnvironmentVariablesResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutGraphqlApiEnvironmentVariablesCommandInput
|
|
12
|
+
input: PutGraphqlApiEnvironmentVariablesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutGraphqlApiEnvironmentVariablesCommandInput,
|
|
17
15
|
PutGraphqlApiEnvironmentVariablesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutGraphqlApiEnvironmentVariablesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutGraphqlApiEnvironmentVariablesCommandInput
|
|
21
|
+
input: PutGraphqlApiEnvironmentVariablesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutGraphqlApiEnvironmentVariablesCommandInput,
|
|
26
24
|
PutGraphqlApiEnvironmentVariablesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartDataSourceIntrospectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartDataSourceIntrospectionCommandInput
|
|
8
|
-
extends StartDataSourceIntrospectionRequest {}
|
|
7
|
+
export interface StartDataSourceIntrospectionCommandInput extends StartDataSourceIntrospectionRequest {}
|
|
9
8
|
export interface StartDataSourceIntrospectionCommandOutput
|
|
10
|
-
extends StartDataSourceIntrospectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartDataSourceIntrospectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartDataSourceIntrospectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartDataSourceIntrospectionCommandInput
|
|
12
|
+
input: StartDataSourceIntrospectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartDataSourceIntrospectionCommandInput,
|
|
17
15
|
StartDataSourceIntrospectionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartSchemaCreationRequest,
|
|
4
|
-
StartSchemaCreationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartSchemaCreationCommandInput
|
|
8
|
-
extends StartSchemaCreationRequest {}
|
|
4
|
+
export interface StartSchemaCreationCommandInput extends StartSchemaCreationRequest {}
|
|
9
5
|
export interface StartSchemaCreationCommandOutput
|
|
10
|
-
extends StartSchemaCreationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends StartSchemaCreationResponse, __MetadataBearer {}
|
|
12
7
|
declare const StartSchemaCreationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: StartSchemaCreationCommandInput
|
|
9
|
+
input: StartSchemaCreationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
StartSchemaCreationCommandInput,
|
|
17
12
|
StartSchemaCreationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const StartSchemaCreationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: StartSchemaCreationCommandInput
|
|
18
|
+
input: StartSchemaCreationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
StartSchemaCreationCommandInput,
|
|
26
21
|
StartSchemaCreationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
StartSchemaMergeRequest,
|
|
4
|
-
StartSchemaMergeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { StartSchemaMergeRequest, StartSchemaMergeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface StartSchemaMergeCommandInput extends StartSchemaMergeRequest {}
|
|
8
|
-
export interface StartSchemaMergeCommandOutput
|
|
9
|
-
extends StartSchemaMergeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartSchemaMergeCommandOutput extends StartSchemaMergeResponse, __MetadataBearer {}
|
|
11
6
|
declare const StartSchemaMergeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: StartSchemaMergeCommandInput
|
|
8
|
+
input: StartSchemaMergeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
StartSchemaMergeCommandInput,
|
|
16
11
|
StartSchemaMergeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const StartSchemaMergeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: StartSchemaMergeCommandInput
|
|
17
|
+
input: StartSchemaMergeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
StartSchemaMergeCommandInput,
|
|
25
20
|
StartSchemaMergeCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateApiCacheRequest,
|
|
4
|
-
UpdateApiCacheResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {}
|
|
8
|
-
export interface UpdateApiCacheCommandOutput
|
|
9
|
-
extends UpdateApiCacheResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateApiCacheCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateApiCacheCommandInput
|
|
8
|
+
input: UpdateApiCacheCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateApiCacheCommandInput,
|
|
16
11
|
UpdateApiCacheCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateApiCacheCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateApiCacheCommandInput
|
|
17
|
+
input: UpdateApiCacheCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateApiCacheCommandInput,
|
|
25
20
|
UpdateApiCacheCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateApiCommandInput extends UpdateApiRequest {}
|
|
5
|
-
export interface UpdateApiCommandOutput
|
|
6
|
-
extends UpdateApiResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateApiCommandOutput extends UpdateApiResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateApiCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: UpdateApiCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UpdateApiCommandInput,
|
|
11
11
|
UpdateApiCommandOutput,
|
|
12
12
|
import("..").AppSyncClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateApiCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
UpdateApiCommandInput,
|
|
18
20
|
UpdateApiCommandOutput,
|
|
19
21
|
import("..").AppSyncClientResolvedConfig,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
|
|
5
|
-
export interface UpdateApiKeyCommandOutput
|
|
6
|
-
extends UpdateApiKeyResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateApiKeyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateApiKeyCommandInput
|
|
8
|
+
input: UpdateApiKeyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateApiKeyCommandInput,
|
|
13
11
|
UpdateApiKeyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateApiKeyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateApiKeyCommandInput
|
|
17
|
+
input: UpdateApiKeyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateApiKeyCommandInput,
|
|
22
20
|
UpdateApiKeyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateChannelNamespaceRequest,
|
|
4
|
-
UpdateChannelNamespaceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateChannelNamespaceRequest, UpdateChannelNamespaceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateChannelNamespaceCommandInput
|
|
8
|
-
extends UpdateChannelNamespaceRequest {}
|
|
4
|
+
export interface UpdateChannelNamespaceCommandInput extends UpdateChannelNamespaceRequest {}
|
|
9
5
|
export interface UpdateChannelNamespaceCommandOutput
|
|
10
|
-
extends UpdateChannelNamespaceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateChannelNamespaceResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateChannelNamespaceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateChannelNamespaceCommandInput
|
|
9
|
+
input: UpdateChannelNamespaceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateChannelNamespaceCommandInput,
|
|
17
12
|
UpdateChannelNamespaceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateChannelNamespaceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateChannelNamespaceCommandInput
|
|
18
|
+
input: UpdateChannelNamespaceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateChannelNamespaceCommandInput,
|
|
26
21
|
UpdateChannelNamespaceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDataSourceRequest,
|
|
4
|
-
UpdateDataSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
8
|
-
export interface UpdateDataSourceCommandOutput
|
|
9
|
-
extends UpdateDataSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDataSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDataSourceCommandInput
|
|
8
|
+
input: UpdateDataSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDataSourceCommandInput,
|
|
16
11
|
UpdateDataSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDataSourceCommandInput
|
|
17
|
+
input: UpdateDataSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDataSourceCommandInput,
|
|
25
20
|
UpdateDataSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateDomainNameRequest,
|
|
4
|
-
UpdateDomainNameResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
|
|
8
|
-
export interface UpdateDomainNameCommandOutput
|
|
9
|
-
extends UpdateDomainNameResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateDomainNameCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateDomainNameCommandInput
|
|
8
|
+
input: UpdateDomainNameCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateDomainNameCommandInput,
|
|
16
11
|
UpdateDomainNameCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateDomainNameCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateDomainNameCommandInput
|
|
17
|
+
input: UpdateDomainNameCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateDomainNameCommandInput,
|
|
25
20
|
UpdateDomainNameCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateFunctionRequest,
|
|
4
|
-
UpdateFunctionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {}
|
|
8
|
-
export interface UpdateFunctionCommandOutput
|
|
9
|
-
extends UpdateFunctionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateFunctionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateFunctionCommandInput
|
|
8
|
+
input: UpdateFunctionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateFunctionCommandInput,
|
|
16
11
|
UpdateFunctionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateFunctionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateFunctionCommandInput
|
|
17
|
+
input: UpdateFunctionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateFunctionCommandInput,
|
|
25
20
|
UpdateFunctionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateGraphqlApiRequest,
|
|
4
|
-
UpdateGraphqlApiResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {}
|
|
8
|
-
export interface UpdateGraphqlApiCommandOutput
|
|
9
|
-
extends UpdateGraphqlApiResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateGraphqlApiCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateGraphqlApiCommandInput
|
|
8
|
+
input: UpdateGraphqlApiCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateGraphqlApiCommandInput,
|
|
16
11
|
UpdateGraphqlApiCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateGraphqlApiCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateGraphqlApiCommandInput
|
|
17
|
+
input: UpdateGraphqlApiCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateGraphqlApiCommandInput,
|
|
25
20
|
UpdateGraphqlApiCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateResolverRequest,
|
|
4
|
-
UpdateResolverResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateResolverCommandInput extends UpdateResolverRequest {}
|
|
8
|
-
export interface UpdateResolverCommandOutput
|
|
9
|
-
extends UpdateResolverResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateResolverCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateResolverCommandInput
|
|
8
|
+
input: UpdateResolverCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateResolverCommandInput,
|
|
16
11
|
UpdateResolverCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateResolverCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateResolverCommandInput
|
|
17
|
+
input: UpdateResolverCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateResolverCommandInput,
|
|
25
20
|
UpdateResolverCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateSourceApiAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSourceApiAssociationCommandInput
|
|
8
|
-
extends UpdateSourceApiAssociationRequest {}
|
|
7
|
+
export interface UpdateSourceApiAssociationCommandInput extends UpdateSourceApiAssociationRequest {}
|
|
9
8
|
export interface UpdateSourceApiAssociationCommandOutput
|
|
10
|
-
extends UpdateSourceApiAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateSourceApiAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateSourceApiAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateSourceApiAssociationCommandInput
|
|
12
|
+
input: UpdateSourceApiAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateSourceApiAssociationCommandInput,
|
|
17
15
|
UpdateSourceApiAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateSourceApiAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateSourceApiAssociationCommandInput
|
|
21
|
+
input: UpdateSourceApiAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateSourceApiAssociationCommandInput,
|
|
26
24
|
UpdateSourceApiAssociationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateTypeCommandInput extends UpdateTypeRequest {}
|
|
5
|
-
export interface UpdateTypeCommandOutput
|
|
6
|
-
extends UpdateTypeResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateTypeCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateTypeCommandInput
|
|
8
|
+
input: UpdateTypeCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateTypeCommandInput,
|
|
13
11
|
UpdateTypeCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateTypeCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateTypeCommandInput
|
|
17
|
+
input: UpdateTypeCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateTypeCommandInput,
|
|
22
20
|
UpdateTypeCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface AppSyncExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -5,8 +5,7 @@ export declare const AuthenticationType: {
|
|
|
5
5
|
readonly AWS_LAMBDA: "AWS_LAMBDA";
|
|
6
6
|
readonly OPENID_CONNECT: "OPENID_CONNECT";
|
|
7
7
|
};
|
|
8
|
-
export type AuthenticationType =
|
|
9
|
-
(typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
8
|
+
export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
|
|
10
9
|
export declare const EventLogLevel: {
|
|
11
10
|
readonly ALL: "ALL";
|
|
12
11
|
readonly DEBUG: "DEBUG";
|
|
@@ -20,15 +19,13 @@ export declare const AssociationStatus: {
|
|
|
20
19
|
readonly Processing: "PROCESSING";
|
|
21
20
|
readonly Success: "SUCCESS";
|
|
22
21
|
};
|
|
23
|
-
export type AssociationStatus =
|
|
24
|
-
(typeof AssociationStatus)[keyof typeof AssociationStatus];
|
|
22
|
+
export type AssociationStatus = (typeof AssociationStatus)[keyof typeof AssociationStatus];
|
|
25
23
|
export declare const ApiCachingBehavior: {
|
|
26
24
|
readonly FULL_REQUEST_CACHING: "FULL_REQUEST_CACHING";
|
|
27
25
|
readonly OPERATION_LEVEL_CACHING: "OPERATION_LEVEL_CACHING";
|
|
28
26
|
readonly PER_RESOLVER_CACHING: "PER_RESOLVER_CACHING";
|
|
29
27
|
};
|
|
30
|
-
export type ApiCachingBehavior =
|
|
31
|
-
(typeof ApiCachingBehavior)[keyof typeof ApiCachingBehavior];
|
|
28
|
+
export type ApiCachingBehavior = (typeof ApiCachingBehavior)[keyof typeof ApiCachingBehavior];
|
|
32
29
|
export declare const CacheHealthMetricsConfig: {
|
|
33
30
|
readonly DISABLED: "DISABLED";
|
|
34
31
|
readonly ENABLED: "ENABLED";
|
|
@@ -42,8 +39,7 @@ export declare const ApiCacheStatus: {
|
|
|
42
39
|
readonly FAILED: "FAILED";
|
|
43
40
|
readonly MODIFYING: "MODIFYING";
|
|
44
41
|
};
|
|
45
|
-
export type ApiCacheStatus =
|
|
46
|
-
(typeof ApiCacheStatus)[keyof typeof ApiCacheStatus];
|
|
42
|
+
export type ApiCacheStatus = (typeof ApiCacheStatus)[keyof typeof ApiCacheStatus];
|
|
47
43
|
export declare const ApiCacheType: {
|
|
48
44
|
readonly LARGE: "LARGE";
|
|
49
45
|
readonly LARGE_12X: "LARGE_12X";
|
|
@@ -69,8 +65,7 @@ export type RuntimeName = (typeof RuntimeName)[keyof typeof RuntimeName];
|
|
|
69
65
|
export declare const BadRequestReason: {
|
|
70
66
|
readonly CODE_ERROR: "CODE_ERROR";
|
|
71
67
|
};
|
|
72
|
-
export type BadRequestReason =
|
|
73
|
-
(typeof BadRequestReason)[keyof typeof BadRequestReason];
|
|
68
|
+
export type BadRequestReason = (typeof BadRequestReason)[keyof typeof BadRequestReason];
|
|
74
69
|
export declare const MergeType: {
|
|
75
70
|
readonly AUTO_MERGE: "AUTO_MERGE";
|
|
76
71
|
readonly MANUAL_MERGE: "MANUAL_MERGE";
|
|
@@ -91,14 +86,12 @@ export type SourceApiAssociationStatus =
|
|
|
91
86
|
export declare const AuthorizationType: {
|
|
92
87
|
readonly AWS_IAM: "AWS_IAM";
|
|
93
88
|
};
|
|
94
|
-
export type AuthorizationType =
|
|
95
|
-
(typeof AuthorizationType)[keyof typeof AuthorizationType];
|
|
89
|
+
export type AuthorizationType = (typeof AuthorizationType)[keyof typeof AuthorizationType];
|
|
96
90
|
export declare const HandlerBehavior: {
|
|
97
91
|
readonly CODE: "CODE";
|
|
98
92
|
readonly DIRECT: "DIRECT";
|
|
99
93
|
};
|
|
100
|
-
export type HandlerBehavior =
|
|
101
|
-
(typeof HandlerBehavior)[keyof typeof HandlerBehavior];
|
|
94
|
+
export type HandlerBehavior = (typeof HandlerBehavior)[keyof typeof HandlerBehavior];
|
|
102
95
|
export declare const InvokeType: {
|
|
103
96
|
readonly EVENT: "EVENT";
|
|
104
97
|
readonly REQUEST_RESPONSE: "REQUEST_RESPONSE";
|
|
@@ -126,8 +119,7 @@ export declare const DataSourceType: {
|
|
|
126
119
|
readonly NONE: "NONE";
|
|
127
120
|
readonly RELATIONAL_DATABASE: "RELATIONAL_DATABASE";
|
|
128
121
|
};
|
|
129
|
-
export type DataSourceType =
|
|
130
|
-
(typeof DataSourceType)[keyof typeof DataSourceType];
|
|
122
|
+
export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
|
|
131
123
|
export declare const ConflictDetectionType: {
|
|
132
124
|
readonly NONE: "NONE";
|
|
133
125
|
readonly VERSION: "VERSION";
|
|
@@ -140,14 +132,12 @@ export declare const ConflictHandlerType: {
|
|
|
140
132
|
readonly NONE: "NONE";
|
|
141
133
|
readonly OPTIMISTIC_CONCURRENCY: "OPTIMISTIC_CONCURRENCY";
|
|
142
134
|
};
|
|
143
|
-
export type ConflictHandlerType =
|
|
144
|
-
(typeof ConflictHandlerType)[keyof typeof ConflictHandlerType];
|
|
135
|
+
export type ConflictHandlerType = (typeof ConflictHandlerType)[keyof typeof ConflictHandlerType];
|
|
145
136
|
export declare const GraphQLApiType: {
|
|
146
137
|
readonly GRAPHQL: "GRAPHQL";
|
|
147
138
|
readonly MERGED: "MERGED";
|
|
148
139
|
};
|
|
149
|
-
export type GraphQLApiType =
|
|
150
|
-
(typeof GraphQLApiType)[keyof typeof GraphQLApiType];
|
|
140
|
+
export type GraphQLApiType = (typeof GraphQLApiType)[keyof typeof GraphQLApiType];
|
|
151
141
|
export declare const DataSourceLevelMetricsBehavior: {
|
|
152
142
|
readonly FULL_REQUEST_DATA_SOURCE_METRICS: "FULL_REQUEST_DATA_SOURCE_METRICS";
|
|
153
143
|
readonly PER_DATA_SOURCE_METRICS: "PER_DATA_SOURCE_METRICS";
|
|
@@ -189,8 +179,7 @@ export declare const GraphQLApiVisibility: {
|
|
|
189
179
|
readonly GLOBAL: "GLOBAL";
|
|
190
180
|
readonly PRIVATE: "PRIVATE";
|
|
191
181
|
};
|
|
192
|
-
export type GraphQLApiVisibility =
|
|
193
|
-
(typeof GraphQLApiVisibility)[keyof typeof GraphQLApiVisibility];
|
|
182
|
+
export type GraphQLApiVisibility = (typeof GraphQLApiVisibility)[keyof typeof GraphQLApiVisibility];
|
|
194
183
|
export declare const ResolverKind: {
|
|
195
184
|
readonly PIPELINE: "PIPELINE";
|
|
196
185
|
readonly UNIT: "UNIT";
|
|
@@ -206,8 +195,7 @@ export declare const TypeDefinitionFormat: {
|
|
|
206
195
|
readonly JSON: "JSON";
|
|
207
196
|
readonly SDL: "SDL";
|
|
208
197
|
};
|
|
209
|
-
export type TypeDefinitionFormat =
|
|
210
|
-
(typeof TypeDefinitionFormat)[keyof typeof TypeDefinitionFormat];
|
|
198
|
+
export type TypeDefinitionFormat = (typeof TypeDefinitionFormat)[keyof typeof TypeDefinitionFormat];
|
|
211
199
|
export declare const DataSourceIntrospectionStatus: {
|
|
212
200
|
readonly FAILED: "FAILED";
|
|
213
201
|
readonly PROCESSING: "PROCESSING";
|