@aws-sdk/client-appsync 3.489.0 → 3.495.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/AppSync.js +1 -135
- package/dist-cjs/AppSyncClient.js +1 -43
- package/dist-cjs/commands/AssociateApiCommand.js +1 -28
- package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/CreateApiCacheCommand.js +1 -28
- package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/CreateFunctionCommand.js +1 -28
- package/dist-cjs/commands/CreateGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/CreateResolverCommand.js +1 -28
- package/dist-cjs/commands/CreateTypeCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiCacheCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
- package/dist-cjs/commands/DeleteFunctionCommand.js +1 -28
- package/dist-cjs/commands/DeleteGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/DeleteResolverCommand.js +1 -28
- package/dist-cjs/commands/DeleteTypeCommand.js +1 -28
- package/dist-cjs/commands/DisassociateApiCommand.js +1 -28
- package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/EvaluateCodeCommand.js +1 -28
- package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +1 -28
- package/dist-cjs/commands/FlushApiCacheCommand.js +1 -28
- package/dist-cjs/commands/GetApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetApiCacheCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
- package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
- package/dist-cjs/commands/GetFunctionCommand.js +1 -28
- package/dist-cjs/commands/GetGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +1 -28
- package/dist-cjs/commands/GetResolverCommand.js +1 -28
- package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +1 -28
- package/dist-cjs/commands/GetSourceApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetTypeCommand.js +1 -28
- package/dist-cjs/commands/ListApiKeysCommand.js +1 -28
- package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
- package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/ListFunctionsCommand.js +1 -28
- package/dist-cjs/commands/ListGraphqlApisCommand.js +1 -28
- package/dist-cjs/commands/ListResolversByFunctionCommand.js +1 -28
- package/dist-cjs/commands/ListResolversCommand.js +1 -28
- package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTypesByAssociationCommand.js +1 -28
- package/dist-cjs/commands/ListTypesCommand.js +1 -28
- package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +1 -28
- package/dist-cjs/commands/StartSchemaCreationCommand.js +1 -28
- package/dist-cjs/commands/StartSchemaMergeCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiCacheCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateFunctionCommand.js +1 -28
- package/dist-cjs/commands/UpdateGraphqlApiCommand.js +1 -28
- package/dist-cjs/commands/UpdateResolverCommand.js +1 -28
- package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +1 -28
- package/dist-cjs/commands/UpdateTypeCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -65
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5665 -10
- package/dist-cjs/models/AppSyncServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -285
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3961
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
package/dist-cjs/AppSync.js
CHANGED
|
@@ -1,135 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppSync = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AppSyncClient_1 = require("./AppSyncClient");
|
|
6
|
-
const AssociateApiCommand_1 = require("./commands/AssociateApiCommand");
|
|
7
|
-
const AssociateMergedGraphqlApiCommand_1 = require("./commands/AssociateMergedGraphqlApiCommand");
|
|
8
|
-
const AssociateSourceGraphqlApiCommand_1 = require("./commands/AssociateSourceGraphqlApiCommand");
|
|
9
|
-
const CreateApiCacheCommand_1 = require("./commands/CreateApiCacheCommand");
|
|
10
|
-
const CreateApiKeyCommand_1 = require("./commands/CreateApiKeyCommand");
|
|
11
|
-
const CreateDataSourceCommand_1 = require("./commands/CreateDataSourceCommand");
|
|
12
|
-
const CreateDomainNameCommand_1 = require("./commands/CreateDomainNameCommand");
|
|
13
|
-
const CreateFunctionCommand_1 = require("./commands/CreateFunctionCommand");
|
|
14
|
-
const CreateGraphqlApiCommand_1 = require("./commands/CreateGraphqlApiCommand");
|
|
15
|
-
const CreateResolverCommand_1 = require("./commands/CreateResolverCommand");
|
|
16
|
-
const CreateTypeCommand_1 = require("./commands/CreateTypeCommand");
|
|
17
|
-
const DeleteApiCacheCommand_1 = require("./commands/DeleteApiCacheCommand");
|
|
18
|
-
const DeleteApiKeyCommand_1 = require("./commands/DeleteApiKeyCommand");
|
|
19
|
-
const DeleteDataSourceCommand_1 = require("./commands/DeleteDataSourceCommand");
|
|
20
|
-
const DeleteDomainNameCommand_1 = require("./commands/DeleteDomainNameCommand");
|
|
21
|
-
const DeleteFunctionCommand_1 = require("./commands/DeleteFunctionCommand");
|
|
22
|
-
const DeleteGraphqlApiCommand_1 = require("./commands/DeleteGraphqlApiCommand");
|
|
23
|
-
const DeleteResolverCommand_1 = require("./commands/DeleteResolverCommand");
|
|
24
|
-
const DeleteTypeCommand_1 = require("./commands/DeleteTypeCommand");
|
|
25
|
-
const DisassociateApiCommand_1 = require("./commands/DisassociateApiCommand");
|
|
26
|
-
const DisassociateMergedGraphqlApiCommand_1 = require("./commands/DisassociateMergedGraphqlApiCommand");
|
|
27
|
-
const DisassociateSourceGraphqlApiCommand_1 = require("./commands/DisassociateSourceGraphqlApiCommand");
|
|
28
|
-
const EvaluateCodeCommand_1 = require("./commands/EvaluateCodeCommand");
|
|
29
|
-
const EvaluateMappingTemplateCommand_1 = require("./commands/EvaluateMappingTemplateCommand");
|
|
30
|
-
const FlushApiCacheCommand_1 = require("./commands/FlushApiCacheCommand");
|
|
31
|
-
const GetApiAssociationCommand_1 = require("./commands/GetApiAssociationCommand");
|
|
32
|
-
const GetApiCacheCommand_1 = require("./commands/GetApiCacheCommand");
|
|
33
|
-
const GetDataSourceCommand_1 = require("./commands/GetDataSourceCommand");
|
|
34
|
-
const GetDataSourceIntrospectionCommand_1 = require("./commands/GetDataSourceIntrospectionCommand");
|
|
35
|
-
const GetDomainNameCommand_1 = require("./commands/GetDomainNameCommand");
|
|
36
|
-
const GetFunctionCommand_1 = require("./commands/GetFunctionCommand");
|
|
37
|
-
const GetGraphqlApiCommand_1 = require("./commands/GetGraphqlApiCommand");
|
|
38
|
-
const GetIntrospectionSchemaCommand_1 = require("./commands/GetIntrospectionSchemaCommand");
|
|
39
|
-
const GetResolverCommand_1 = require("./commands/GetResolverCommand");
|
|
40
|
-
const GetSchemaCreationStatusCommand_1 = require("./commands/GetSchemaCreationStatusCommand");
|
|
41
|
-
const GetSourceApiAssociationCommand_1 = require("./commands/GetSourceApiAssociationCommand");
|
|
42
|
-
const GetTypeCommand_1 = require("./commands/GetTypeCommand");
|
|
43
|
-
const ListApiKeysCommand_1 = require("./commands/ListApiKeysCommand");
|
|
44
|
-
const ListDataSourcesCommand_1 = require("./commands/ListDataSourcesCommand");
|
|
45
|
-
const ListDomainNamesCommand_1 = require("./commands/ListDomainNamesCommand");
|
|
46
|
-
const ListFunctionsCommand_1 = require("./commands/ListFunctionsCommand");
|
|
47
|
-
const ListGraphqlApisCommand_1 = require("./commands/ListGraphqlApisCommand");
|
|
48
|
-
const ListResolversByFunctionCommand_1 = require("./commands/ListResolversByFunctionCommand");
|
|
49
|
-
const ListResolversCommand_1 = require("./commands/ListResolversCommand");
|
|
50
|
-
const ListSourceApiAssociationsCommand_1 = require("./commands/ListSourceApiAssociationsCommand");
|
|
51
|
-
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
52
|
-
const ListTypesByAssociationCommand_1 = require("./commands/ListTypesByAssociationCommand");
|
|
53
|
-
const ListTypesCommand_1 = require("./commands/ListTypesCommand");
|
|
54
|
-
const StartDataSourceIntrospectionCommand_1 = require("./commands/StartDataSourceIntrospectionCommand");
|
|
55
|
-
const StartSchemaCreationCommand_1 = require("./commands/StartSchemaCreationCommand");
|
|
56
|
-
const StartSchemaMergeCommand_1 = require("./commands/StartSchemaMergeCommand");
|
|
57
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
58
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
59
|
-
const UpdateApiCacheCommand_1 = require("./commands/UpdateApiCacheCommand");
|
|
60
|
-
const UpdateApiKeyCommand_1 = require("./commands/UpdateApiKeyCommand");
|
|
61
|
-
const UpdateDataSourceCommand_1 = require("./commands/UpdateDataSourceCommand");
|
|
62
|
-
const UpdateDomainNameCommand_1 = require("./commands/UpdateDomainNameCommand");
|
|
63
|
-
const UpdateFunctionCommand_1 = require("./commands/UpdateFunctionCommand");
|
|
64
|
-
const UpdateGraphqlApiCommand_1 = require("./commands/UpdateGraphqlApiCommand");
|
|
65
|
-
const UpdateResolverCommand_1 = require("./commands/UpdateResolverCommand");
|
|
66
|
-
const UpdateSourceApiAssociationCommand_1 = require("./commands/UpdateSourceApiAssociationCommand");
|
|
67
|
-
const UpdateTypeCommand_1 = require("./commands/UpdateTypeCommand");
|
|
68
|
-
const commands = {
|
|
69
|
-
AssociateApiCommand: AssociateApiCommand_1.AssociateApiCommand,
|
|
70
|
-
AssociateMergedGraphqlApiCommand: AssociateMergedGraphqlApiCommand_1.AssociateMergedGraphqlApiCommand,
|
|
71
|
-
AssociateSourceGraphqlApiCommand: AssociateSourceGraphqlApiCommand_1.AssociateSourceGraphqlApiCommand,
|
|
72
|
-
CreateApiCacheCommand: CreateApiCacheCommand_1.CreateApiCacheCommand,
|
|
73
|
-
CreateApiKeyCommand: CreateApiKeyCommand_1.CreateApiKeyCommand,
|
|
74
|
-
CreateDataSourceCommand: CreateDataSourceCommand_1.CreateDataSourceCommand,
|
|
75
|
-
CreateDomainNameCommand: CreateDomainNameCommand_1.CreateDomainNameCommand,
|
|
76
|
-
CreateFunctionCommand: CreateFunctionCommand_1.CreateFunctionCommand,
|
|
77
|
-
CreateGraphqlApiCommand: CreateGraphqlApiCommand_1.CreateGraphqlApiCommand,
|
|
78
|
-
CreateResolverCommand: CreateResolverCommand_1.CreateResolverCommand,
|
|
79
|
-
CreateTypeCommand: CreateTypeCommand_1.CreateTypeCommand,
|
|
80
|
-
DeleteApiCacheCommand: DeleteApiCacheCommand_1.DeleteApiCacheCommand,
|
|
81
|
-
DeleteApiKeyCommand: DeleteApiKeyCommand_1.DeleteApiKeyCommand,
|
|
82
|
-
DeleteDataSourceCommand: DeleteDataSourceCommand_1.DeleteDataSourceCommand,
|
|
83
|
-
DeleteDomainNameCommand: DeleteDomainNameCommand_1.DeleteDomainNameCommand,
|
|
84
|
-
DeleteFunctionCommand: DeleteFunctionCommand_1.DeleteFunctionCommand,
|
|
85
|
-
DeleteGraphqlApiCommand: DeleteGraphqlApiCommand_1.DeleteGraphqlApiCommand,
|
|
86
|
-
DeleteResolverCommand: DeleteResolverCommand_1.DeleteResolverCommand,
|
|
87
|
-
DeleteTypeCommand: DeleteTypeCommand_1.DeleteTypeCommand,
|
|
88
|
-
DisassociateApiCommand: DisassociateApiCommand_1.DisassociateApiCommand,
|
|
89
|
-
DisassociateMergedGraphqlApiCommand: DisassociateMergedGraphqlApiCommand_1.DisassociateMergedGraphqlApiCommand,
|
|
90
|
-
DisassociateSourceGraphqlApiCommand: DisassociateSourceGraphqlApiCommand_1.DisassociateSourceGraphqlApiCommand,
|
|
91
|
-
EvaluateCodeCommand: EvaluateCodeCommand_1.EvaluateCodeCommand,
|
|
92
|
-
EvaluateMappingTemplateCommand: EvaluateMappingTemplateCommand_1.EvaluateMappingTemplateCommand,
|
|
93
|
-
FlushApiCacheCommand: FlushApiCacheCommand_1.FlushApiCacheCommand,
|
|
94
|
-
GetApiAssociationCommand: GetApiAssociationCommand_1.GetApiAssociationCommand,
|
|
95
|
-
GetApiCacheCommand: GetApiCacheCommand_1.GetApiCacheCommand,
|
|
96
|
-
GetDataSourceCommand: GetDataSourceCommand_1.GetDataSourceCommand,
|
|
97
|
-
GetDataSourceIntrospectionCommand: GetDataSourceIntrospectionCommand_1.GetDataSourceIntrospectionCommand,
|
|
98
|
-
GetDomainNameCommand: GetDomainNameCommand_1.GetDomainNameCommand,
|
|
99
|
-
GetFunctionCommand: GetFunctionCommand_1.GetFunctionCommand,
|
|
100
|
-
GetGraphqlApiCommand: GetGraphqlApiCommand_1.GetGraphqlApiCommand,
|
|
101
|
-
GetIntrospectionSchemaCommand: GetIntrospectionSchemaCommand_1.GetIntrospectionSchemaCommand,
|
|
102
|
-
GetResolverCommand: GetResolverCommand_1.GetResolverCommand,
|
|
103
|
-
GetSchemaCreationStatusCommand: GetSchemaCreationStatusCommand_1.GetSchemaCreationStatusCommand,
|
|
104
|
-
GetSourceApiAssociationCommand: GetSourceApiAssociationCommand_1.GetSourceApiAssociationCommand,
|
|
105
|
-
GetTypeCommand: GetTypeCommand_1.GetTypeCommand,
|
|
106
|
-
ListApiKeysCommand: ListApiKeysCommand_1.ListApiKeysCommand,
|
|
107
|
-
ListDataSourcesCommand: ListDataSourcesCommand_1.ListDataSourcesCommand,
|
|
108
|
-
ListDomainNamesCommand: ListDomainNamesCommand_1.ListDomainNamesCommand,
|
|
109
|
-
ListFunctionsCommand: ListFunctionsCommand_1.ListFunctionsCommand,
|
|
110
|
-
ListGraphqlApisCommand: ListGraphqlApisCommand_1.ListGraphqlApisCommand,
|
|
111
|
-
ListResolversCommand: ListResolversCommand_1.ListResolversCommand,
|
|
112
|
-
ListResolversByFunctionCommand: ListResolversByFunctionCommand_1.ListResolversByFunctionCommand,
|
|
113
|
-
ListSourceApiAssociationsCommand: ListSourceApiAssociationsCommand_1.ListSourceApiAssociationsCommand,
|
|
114
|
-
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
115
|
-
ListTypesCommand: ListTypesCommand_1.ListTypesCommand,
|
|
116
|
-
ListTypesByAssociationCommand: ListTypesByAssociationCommand_1.ListTypesByAssociationCommand,
|
|
117
|
-
StartDataSourceIntrospectionCommand: StartDataSourceIntrospectionCommand_1.StartDataSourceIntrospectionCommand,
|
|
118
|
-
StartSchemaCreationCommand: StartSchemaCreationCommand_1.StartSchemaCreationCommand,
|
|
119
|
-
StartSchemaMergeCommand: StartSchemaMergeCommand_1.StartSchemaMergeCommand,
|
|
120
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
121
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
122
|
-
UpdateApiCacheCommand: UpdateApiCacheCommand_1.UpdateApiCacheCommand,
|
|
123
|
-
UpdateApiKeyCommand: UpdateApiKeyCommand_1.UpdateApiKeyCommand,
|
|
124
|
-
UpdateDataSourceCommand: UpdateDataSourceCommand_1.UpdateDataSourceCommand,
|
|
125
|
-
UpdateDomainNameCommand: UpdateDomainNameCommand_1.UpdateDomainNameCommand,
|
|
126
|
-
UpdateFunctionCommand: UpdateFunctionCommand_1.UpdateFunctionCommand,
|
|
127
|
-
UpdateGraphqlApiCommand: UpdateGraphqlApiCommand_1.UpdateGraphqlApiCommand,
|
|
128
|
-
UpdateResolverCommand: UpdateResolverCommand_1.UpdateResolverCommand,
|
|
129
|
-
UpdateSourceApiAssociationCommand: UpdateSourceApiAssociationCommand_1.UpdateSourceApiAssociationCommand,
|
|
130
|
-
UpdateTypeCommand: UpdateTypeCommand_1.UpdateTypeCommand,
|
|
131
|
-
};
|
|
132
|
-
class AppSync extends AppSyncClient_1.AppSyncClient {
|
|
133
|
-
}
|
|
134
|
-
exports.AppSync = AppSync;
|
|
135
|
-
(0, smithy_client_1.createAggregatedClient)(commands, AppSync);
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppSyncClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class AppSyncClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.AppSyncClient = AppSyncClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateApiCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateApiCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "AssociateApi", {})
|
|
22
|
-
.n("AppSyncClient", "AssociateApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateApiCommand = AssociateApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateMergedGraphqlApiCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateMergedGraphqlApiCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "AssociateMergedGraphqlApi", {})
|
|
22
|
-
.n("AppSyncClient", "AssociateMergedGraphqlApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateMergedGraphqlApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateMergedGraphqlApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateMergedGraphqlApiCommand = AssociateMergedGraphqlApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateSourceGraphqlApiCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateSourceGraphqlApiCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "AssociateSourceGraphqlApi", {})
|
|
22
|
-
.n("AppSyncClient", "AssociateSourceGraphqlApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateSourceGraphqlApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateSourceGraphqlApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateSourceGraphqlApiCommand = AssociateSourceGraphqlApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApiCacheCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateApiCacheCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateApiCache", {})
|
|
22
|
-
.n("AppSyncClient", "CreateApiCacheCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateApiCacheCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateApiCacheCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApiCacheCommand = CreateApiCacheCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateApiKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateApiKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateApiKey", {})
|
|
22
|
-
.n("AppSyncClient", "CreateApiKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateApiKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateApiKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateApiKeyCommand = CreateApiKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDataSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDataSourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateDataSource", {})
|
|
22
|
-
.n("AppSyncClient", "CreateDataSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDataSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDataSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDataSourceCommand = CreateDataSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDomainNameCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateDomainNameCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateDomainName", {})
|
|
22
|
-
.n("AppSyncClient", "CreateDomainNameCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateDomainNameCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateDomainNameCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateDomainNameCommand = CreateDomainNameCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateFunctionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateFunctionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateFunction", {})
|
|
22
|
-
.n("AppSyncClient", "CreateFunctionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateFunctionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateFunctionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateFunctionCommand = CreateFunctionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateGraphqlApiCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateGraphqlApiCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateGraphqlApi", {})
|
|
22
|
-
.n("AppSyncClient", "CreateGraphqlApiCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateGraphqlApiCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateGraphqlApiCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateGraphqlApiCommand = CreateGraphqlApiCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateResolverCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateResolverCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateResolver", {})
|
|
22
|
-
.n("AppSyncClient", "CreateResolverCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateResolverCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateResolverCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateResolverCommand = CreateResolverCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateTypeCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateTypeCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "CreateType", {})
|
|
22
|
-
.n("AppSyncClient", "CreateTypeCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateTypeCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateTypeCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateTypeCommand = CreateTypeCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteApiCacheCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteApiCacheCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "DeleteApiCache", {})
|
|
22
|
-
.n("AppSyncClient", "DeleteApiCacheCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteApiCacheCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteApiCacheCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteApiCacheCommand = DeleteApiCacheCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteApiKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteApiKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "DeleteApiKey", {})
|
|
22
|
-
.n("AppSyncClient", "DeleteApiKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteApiKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteApiKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteApiKeyCommand = DeleteApiKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDataSourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDataSourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "DeleteDataSource", {})
|
|
22
|
-
.n("AppSyncClient", "DeleteDataSourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDataSourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDataSourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteDomainNameCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteDomainNameCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AWSDeepdishControlPlaneService", "DeleteDomainName", {})
|
|
22
|
-
.n("AppSyncClient", "DeleteDomainNameCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteDomainNameCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteDomainNameCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteDomainNameCommand = DeleteDomainNameCommand;
|
|
1
|
+
module.exports = require("../index.js");
|