@aws-sdk/client-appsync 3.337.0 → 3.338.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/AppSyncClient.js +2 -1
- package/dist-cjs/commands/AssociateApiCommand.js +2 -1
- package/dist-cjs/commands/CreateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/CreateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/CreateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -1
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/CreateResolverCommand.js +2 -1
- package/dist-cjs/commands/CreateTypeCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -1
- package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -1
- package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -1
- package/dist-cjs/commands/DeleteFunctionCommand.js +2 -1
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/DeleteResolverCommand.js +2 -1
- package/dist-cjs/commands/DeleteTypeCommand.js +2 -1
- package/dist-cjs/commands/DisassociateApiCommand.js +2 -1
- package/dist-cjs/commands/EvaluateCodeCommand.js +2 -1
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -1
- package/dist-cjs/commands/FlushApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetApiAssociationCommand.js +2 -1
- package/dist-cjs/commands/GetApiCacheCommand.js +2 -1
- package/dist-cjs/commands/GetDataSourceCommand.js +2 -1
- package/dist-cjs/commands/GetDomainNameCommand.js +2 -1
- package/dist-cjs/commands/GetFunctionCommand.js +2 -1
- package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -1
- package/dist-cjs/commands/GetResolverCommand.js +2 -1
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -1
- package/dist-cjs/commands/GetTypeCommand.js +2 -1
- package/dist-cjs/commands/ListApiKeysCommand.js +2 -1
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -1
- package/dist-cjs/commands/ListDomainNamesCommand.js +2 -1
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -1
- package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -1
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -1
- package/dist-cjs/commands/ListResolversCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListTypesCommand.js +2 -1
- package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -1
- package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -1
- package/dist-cjs/commands/UpdateFunctionCommand.js +2 -1
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -1
- package/dist-cjs/commands/UpdateResolverCommand.js +2 -1
- package/dist-cjs/commands/UpdateTypeCommand.js +2 -1
- package/dist-cjs/index.js +1 -1
- package/dist-cjs/models/AppSyncServiceException.js +2 -1
- package/dist-es/AppSyncClient.js +1 -0
- package/dist-es/commands/AssociateApiCommand.js +1 -0
- package/dist-es/commands/CreateApiCacheCommand.js +1 -0
- package/dist-es/commands/CreateApiKeyCommand.js +1 -0
- package/dist-es/commands/CreateDataSourceCommand.js +1 -0
- package/dist-es/commands/CreateDomainNameCommand.js +1 -0
- package/dist-es/commands/CreateFunctionCommand.js +1 -0
- package/dist-es/commands/CreateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/CreateResolverCommand.js +1 -0
- package/dist-es/commands/CreateTypeCommand.js +1 -0
- package/dist-es/commands/DeleteApiCacheCommand.js +1 -0
- package/dist-es/commands/DeleteApiKeyCommand.js +1 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -0
- package/dist-es/commands/DeleteDomainNameCommand.js +1 -0
- package/dist-es/commands/DeleteFunctionCommand.js +1 -0
- package/dist-es/commands/DeleteGraphqlApiCommand.js +1 -0
- package/dist-es/commands/DeleteResolverCommand.js +1 -0
- package/dist-es/commands/DeleteTypeCommand.js +1 -0
- package/dist-es/commands/DisassociateApiCommand.js +1 -0
- package/dist-es/commands/EvaluateCodeCommand.js +1 -0
- package/dist-es/commands/EvaluateMappingTemplateCommand.js +1 -0
- package/dist-es/commands/FlushApiCacheCommand.js +1 -0
- package/dist-es/commands/GetApiAssociationCommand.js +1 -0
- package/dist-es/commands/GetApiCacheCommand.js +1 -0
- package/dist-es/commands/GetDataSourceCommand.js +1 -0
- package/dist-es/commands/GetDomainNameCommand.js +1 -0
- package/dist-es/commands/GetFunctionCommand.js +1 -0
- package/dist-es/commands/GetGraphqlApiCommand.js +1 -0
- package/dist-es/commands/GetIntrospectionSchemaCommand.js +1 -0
- package/dist-es/commands/GetResolverCommand.js +1 -0
- package/dist-es/commands/GetSchemaCreationStatusCommand.js +1 -0
- package/dist-es/commands/GetTypeCommand.js +1 -0
- package/dist-es/commands/ListApiKeysCommand.js +1 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -0
- package/dist-es/commands/ListDomainNamesCommand.js +1 -0
- package/dist-es/commands/ListFunctionsCommand.js +1 -0
- package/dist-es/commands/ListGraphqlApisCommand.js +1 -0
- package/dist-es/commands/ListResolversByFunctionCommand.js +1 -0
- package/dist-es/commands/ListResolversCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListTypesCommand.js +1 -0
- package/dist-es/commands/StartSchemaCreationCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateApiCacheCommand.js +1 -0
- package/dist-es/commands/UpdateApiKeyCommand.js +1 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -0
- package/dist-es/commands/UpdateDomainNameCommand.js +1 -0
- package/dist-es/commands/UpdateFunctionCommand.js +1 -0
- package/dist-es/commands/UpdateGraphqlApiCommand.js +1 -0
- package/dist-es/commands/UpdateResolverCommand.js +1 -0
- package/dist-es/commands/UpdateTypeCommand.js +1 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/AppSyncServiceException.js +1 -0
- package/dist-types/AppSyncClient.d.ts +3 -3
- package/dist-types/commands/AssociateApiCommand.d.ts +4 -0
- package/dist-types/commands/CreateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/CreateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/CreateResolverCommand.d.ts +4 -0
- package/dist-types/commands/CreateTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResolverCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTypeCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateApiCommand.d.ts +4 -0
- package/dist-types/commands/EvaluateCodeCommand.d.ts +4 -0
- package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +4 -0
- package/dist-types/commands/FlushApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetApiAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +4 -0
- package/dist-types/commands/GetGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +4 -0
- package/dist-types/commands/GetResolverCommand.d.ts +4 -0
- package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetTypeCommand.d.ts +4 -0
- package/dist-types/commands/ListApiKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainNamesCommand.d.ts +4 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +4 -0
- package/dist-types/commands/ListGraphqlApisCommand.d.ts +4 -0
- package/dist-types/commands/ListResolversByFunctionCommand.d.ts +4 -0
- package/dist-types/commands/ListResolversCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListTypesCommand.d.ts +4 -0
- package/dist-types/commands/StartSchemaCreationCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiCacheCommand.d.ts +4 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +4 -0
- package/dist-types/commands/UpdateResolverCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTypeCommand.d.ts +4 -0
- package/dist-types/index.d.ts +7 -1
- package/dist-types/models/AppSyncServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AppSyncClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
|
|
5
5
|
import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>AppSync provides API actions for creating and interacting with data
|
|
3
|
+
* sources using GraphQL from your application.</p>
|
|
4
|
+
*
|
|
5
|
+
* @packageDocumentation
|
|
6
|
+
*/
|
|
2
7
|
export * from "./AppSyncClient";
|
|
8
|
+
export * from "./AppSync";
|
|
3
9
|
export * from "./commands";
|
|
4
10
|
export * from "./models";
|
|
5
11
|
export { AppSyncServiceException } from "./models/AppSyncServiceException";
|
|
@@ -255,6 +255,7 @@ import {
|
|
|
255
255
|
ClientResolvedEndpointParameters,
|
|
256
256
|
EndpointParameters,
|
|
257
257
|
} from "./endpoint/EndpointParameters";
|
|
258
|
+
export { __Client };
|
|
258
259
|
export type ServiceInputTypes =
|
|
259
260
|
| AssociateApiCommandInput
|
|
260
261
|
| CreateApiCacheCommandInput
|
|
@@ -383,7 +384,7 @@ export interface ClientDefaults
|
|
|
383
384
|
logger?: __Logger;
|
|
384
385
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
385
386
|
}
|
|
386
|
-
type AppSyncClientConfigType = Partial<
|
|
387
|
+
export type AppSyncClientConfigType = Partial<
|
|
387
388
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
388
389
|
> &
|
|
389
390
|
ClientDefaults &
|
|
@@ -395,7 +396,7 @@ type AppSyncClientConfigType = Partial<
|
|
|
395
396
|
UserAgentInputConfig &
|
|
396
397
|
ClientInputEndpointParameters;
|
|
397
398
|
export interface AppSyncClientConfig extends AppSyncClientConfigType {}
|
|
398
|
-
type AppSyncClientResolvedConfigType =
|
|
399
|
+
export type AppSyncClientResolvedConfigType =
|
|
399
400
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
400
401
|
Required<ClientDefaults> &
|
|
401
402
|
RegionResolvedConfig &
|
|
@@ -417,4 +418,3 @@ export declare class AppSyncClient extends __Client<
|
|
|
417
418
|
constructor(configuration: AppSyncClientConfig);
|
|
418
419
|
destroy(): void;
|
|
419
420
|
}
|
|
420
|
-
export {};
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface AssociateApiCommandInput extends AssociateApiRequest {}
|
|
16
17
|
export interface AssociateApiCommandOutput
|
|
17
18
|
extends AssociateApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateApiCacheRequest,
|
|
16
16
|
CreateApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {}
|
|
19
20
|
export interface CreateApiCacheCommandOutput
|
|
20
21
|
extends CreateApiCacheResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateApiKeyCommandInput extends CreateApiKeyRequest {}
|
|
16
17
|
export interface CreateApiKeyCommandOutput
|
|
17
18
|
extends CreateApiKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDataSourceRequest,
|
|
16
16
|
CreateDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
|
|
19
20
|
export interface CreateDataSourceCommandOutput
|
|
20
21
|
extends CreateDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateDomainNameRequest,
|
|
16
16
|
CreateDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateDomainNameCommandInput extends CreateDomainNameRequest {}
|
|
19
20
|
export interface CreateDomainNameCommandOutput
|
|
20
21
|
extends CreateDomainNameResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateFunctionRequest,
|
|
16
16
|
CreateFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
|
|
19
20
|
export interface CreateFunctionCommandOutput
|
|
20
21
|
extends CreateFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateGraphqlApiRequest,
|
|
16
16
|
CreateGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateGraphqlApiCommandInput extends CreateGraphqlApiRequest {}
|
|
19
20
|
export interface CreateGraphqlApiCommandOutput
|
|
20
21
|
extends CreateGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateResolverRequest,
|
|
16
16
|
CreateResolverResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateResolverCommandInput extends CreateResolverRequest {}
|
|
19
20
|
export interface CreateResolverCommandOutput
|
|
20
21
|
extends CreateResolverResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface CreateTypeCommandInput extends CreateTypeRequest {}
|
|
16
17
|
export interface CreateTypeCommandOutput
|
|
17
18
|
extends CreateTypeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteApiCacheRequest,
|
|
16
16
|
DeleteApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteApiCacheCommandInput extends DeleteApiCacheRequest {}
|
|
19
20
|
export interface DeleteApiCacheCommandOutput
|
|
20
21
|
extends DeleteApiCacheResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteApiKeyCommandInput extends DeleteApiKeyRequest {}
|
|
16
17
|
export interface DeleteApiKeyCommandOutput
|
|
17
18
|
extends DeleteApiKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDataSourceRequest,
|
|
16
16
|
DeleteDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDataSourceCommandInput extends DeleteDataSourceRequest {}
|
|
19
20
|
export interface DeleteDataSourceCommandOutput
|
|
20
21
|
extends DeleteDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteDomainNameRequest,
|
|
16
16
|
DeleteDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteDomainNameCommandInput extends DeleteDomainNameRequest {}
|
|
19
20
|
export interface DeleteDomainNameCommandOutput
|
|
20
21
|
extends DeleteDomainNameResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteFunctionRequest,
|
|
16
16
|
DeleteFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
19
20
|
export interface DeleteFunctionCommandOutput
|
|
20
21
|
extends DeleteFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteGraphqlApiRequest,
|
|
16
16
|
DeleteGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteGraphqlApiCommandInput extends DeleteGraphqlApiRequest {}
|
|
19
20
|
export interface DeleteGraphqlApiCommandOutput
|
|
20
21
|
extends DeleteGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteResolverRequest,
|
|
16
16
|
DeleteResolverResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResolverCommandInput extends DeleteResolverRequest {}
|
|
19
20
|
export interface DeleteResolverCommandOutput
|
|
20
21
|
extends DeleteResolverResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeleteTypeCommandInput extends DeleteTypeRequest {}
|
|
16
17
|
export interface DeleteTypeCommandOutput
|
|
17
18
|
extends DeleteTypeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DisassociateApiRequest,
|
|
16
16
|
DisassociateApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateApiCommandInput extends DisassociateApiRequest {}
|
|
19
20
|
export interface DisassociateApiCommandOutput
|
|
20
21
|
extends DisassociateApiResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface EvaluateCodeCommandInput extends EvaluateCodeRequest {}
|
|
16
17
|
export interface EvaluateCodeCommandOutput
|
|
17
18
|
extends EvaluateCodeResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
EvaluateMappingTemplateRequest,
|
|
16
16
|
EvaluateMappingTemplateResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface EvaluateMappingTemplateCommandInput
|
|
19
20
|
extends EvaluateMappingTemplateRequest {}
|
|
20
21
|
export interface EvaluateMappingTemplateCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
FlushApiCacheRequest,
|
|
16
16
|
FlushApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface FlushApiCacheCommandInput extends FlushApiCacheRequest {}
|
|
19
20
|
export interface FlushApiCacheCommandOutput
|
|
20
21
|
extends FlushApiCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetApiAssociationRequest,
|
|
16
16
|
GetApiAssociationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetApiAssociationCommandInput
|
|
19
20
|
extends GetApiAssociationRequest {}
|
|
20
21
|
export interface GetApiAssociationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetApiCacheCommandInput extends GetApiCacheRequest {}
|
|
16
17
|
export interface GetApiCacheCommandOutput
|
|
17
18
|
extends GetApiCacheResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDataSourceRequest,
|
|
16
16
|
GetDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDataSourceCommandInput extends GetDataSourceRequest {}
|
|
19
20
|
export interface GetDataSourceCommandOutput
|
|
20
21
|
extends GetDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetDomainNameRequest,
|
|
16
16
|
GetDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetDomainNameCommandInput extends GetDomainNameRequest {}
|
|
19
20
|
export interface GetDomainNameCommandOutput
|
|
20
21
|
extends GetDomainNameResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
16
17
|
export interface GetFunctionCommandOutput
|
|
17
18
|
extends GetFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetGraphqlApiRequest,
|
|
16
16
|
GetGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetGraphqlApiCommandInput extends GetGraphqlApiRequest {}
|
|
19
20
|
export interface GetGraphqlApiCommandOutput
|
|
20
21
|
extends GetGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetIntrospectionSchemaRequest,
|
|
16
16
|
GetIntrospectionSchemaResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetIntrospectionSchemaCommandInput
|
|
19
20
|
extends GetIntrospectionSchemaRequest {}
|
|
20
21
|
export interface GetIntrospectionSchemaCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetResolverRequest, GetResolverResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetResolverCommandInput extends GetResolverRequest {}
|
|
16
17
|
export interface GetResolverCommandOutput
|
|
17
18
|
extends GetResolverResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetSchemaCreationStatusRequest,
|
|
16
16
|
GetSchemaCreationStatusResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetSchemaCreationStatusCommandInput
|
|
19
20
|
extends GetSchemaCreationStatusRequest {}
|
|
20
21
|
export interface GetSchemaCreationStatusCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { GetTypeRequest, GetTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetTypeCommandInput extends GetTypeRequest {}
|
|
16
17
|
export interface GetTypeCommandOutput
|
|
17
18
|
extends GetTypeResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListApiKeysCommandInput extends ListApiKeysRequest {}
|
|
16
17
|
export interface ListApiKeysCommandOutput
|
|
17
18
|
extends ListApiKeysResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDataSourcesRequest,
|
|
16
16
|
ListDataSourcesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
|
|
19
20
|
export interface ListDataSourcesCommandOutput
|
|
20
21
|
extends ListDataSourcesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListDomainNamesRequest,
|
|
16
16
|
ListDomainNamesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {}
|
|
19
20
|
export interface ListDomainNamesCommandOutput
|
|
20
21
|
extends ListDomainNamesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListFunctionsRequest,
|
|
16
16
|
ListFunctionsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
19
20
|
export interface ListFunctionsCommandOutput
|
|
20
21
|
extends ListFunctionsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListGraphqlApisRequest,
|
|
16
16
|
ListGraphqlApisResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {}
|
|
19
20
|
export interface ListGraphqlApisCommandOutput
|
|
20
21
|
extends ListGraphqlApisResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListResolversByFunctionRequest,
|
|
16
16
|
ListResolversByFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResolversByFunctionCommandInput
|
|
19
20
|
extends ListResolversByFunctionRequest {}
|
|
20
21
|
export interface ListResolversByFunctionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListResolversRequest,
|
|
16
16
|
ListResolversResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListResolversCommandInput extends ListResolversRequest {}
|
|
19
20
|
export interface ListResolversCommandOutput
|
|
20
21
|
extends ListResolversResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListTypesCommandInput extends ListTypesRequest {}
|
|
16
17
|
export interface ListTypesCommandOutput
|
|
17
18
|
extends ListTypesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
StartSchemaCreationRequest,
|
|
16
16
|
StartSchemaCreationResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface StartSchemaCreationCommandInput
|
|
19
20
|
extends StartSchemaCreationRequest {}
|
|
20
21
|
export interface StartSchemaCreationCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateApiCacheRequest,
|
|
16
16
|
UpdateApiCacheResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {}
|
|
19
20
|
export interface UpdateApiCacheCommandOutput
|
|
20
21
|
extends UpdateApiCacheResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {}
|
|
16
17
|
export interface UpdateApiKeyCommandOutput
|
|
17
18
|
extends UpdateApiKeyResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDataSourceRequest,
|
|
16
16
|
UpdateDataSourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
|
|
19
20
|
export interface UpdateDataSourceCommandOutput
|
|
20
21
|
extends UpdateDataSourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateDomainNameRequest,
|
|
16
16
|
UpdateDomainNameResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {}
|
|
19
20
|
export interface UpdateDomainNameCommandOutput
|
|
20
21
|
extends UpdateDomainNameResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateFunctionRequest,
|
|
16
16
|
UpdateFunctionResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {}
|
|
19
20
|
export interface UpdateFunctionCommandOutput
|
|
20
21
|
extends UpdateFunctionResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateGraphqlApiRequest,
|
|
16
16
|
UpdateGraphqlApiResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {}
|
|
19
20
|
export interface UpdateGraphqlApiCommandOutput
|
|
20
21
|
extends UpdateGraphqlApiResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UpdateResolverRequest,
|
|
16
16
|
UpdateResolverResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateResolverCommandInput extends UpdateResolverRequest {}
|
|
19
20
|
export interface UpdateResolverCommandOutput
|
|
20
21
|
extends UpdateResolverResponse,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../AppSyncClient";
|
|
14
14
|
import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UpdateTypeCommandInput extends UpdateTypeRequest {}
|
|
16
17
|
export interface UpdateTypeCommandOutput
|
|
17
18
|
extends UpdateTypeResponse,
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class AppSyncServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|