@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.
Files changed (74) hide show
  1. package/dist-cjs/AppSync.js +1 -135
  2. package/dist-cjs/AppSyncClient.js +1 -43
  3. package/dist-cjs/commands/AssociateApiCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateMergedGraphqlApiCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateSourceGraphqlApiCommand.js +1 -28
  6. package/dist-cjs/commands/CreateApiCacheCommand.js +1 -28
  7. package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
  8. package/dist-cjs/commands/CreateDataSourceCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
  10. package/dist-cjs/commands/CreateFunctionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateGraphqlApiCommand.js +1 -28
  12. package/dist-cjs/commands/CreateResolverCommand.js +1 -28
  13. package/dist-cjs/commands/CreateTypeCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteApiCacheCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteResolverCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteTypeCommand.js +1 -28
  22. package/dist-cjs/commands/DisassociateApiCommand.js +1 -28
  23. package/dist-cjs/commands/DisassociateMergedGraphqlApiCommand.js +1 -28
  24. package/dist-cjs/commands/DisassociateSourceGraphqlApiCommand.js +1 -28
  25. package/dist-cjs/commands/EvaluateCodeCommand.js +1 -28
  26. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/FlushApiCacheCommand.js +1 -28
  28. package/dist-cjs/commands/GetApiAssociationCommand.js +1 -28
  29. package/dist-cjs/commands/GetApiCacheCommand.js +1 -28
  30. package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
  31. package/dist-cjs/commands/GetDataSourceIntrospectionCommand.js +1 -28
  32. package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
  33. package/dist-cjs/commands/GetFunctionCommand.js +1 -28
  34. package/dist-cjs/commands/GetGraphqlApiCommand.js +1 -28
  35. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +1 -28
  36. package/dist-cjs/commands/GetResolverCommand.js +1 -28
  37. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +1 -28
  38. package/dist-cjs/commands/GetSourceApiAssociationCommand.js +1 -28
  39. package/dist-cjs/commands/GetTypeCommand.js +1 -28
  40. package/dist-cjs/commands/ListApiKeysCommand.js +1 -28
  41. package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
  42. package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
  43. package/dist-cjs/commands/ListFunctionsCommand.js +1 -28
  44. package/dist-cjs/commands/ListGraphqlApisCommand.js +1 -28
  45. package/dist-cjs/commands/ListResolversByFunctionCommand.js +1 -28
  46. package/dist-cjs/commands/ListResolversCommand.js +1 -28
  47. package/dist-cjs/commands/ListSourceApiAssociationsCommand.js +1 -28
  48. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  49. package/dist-cjs/commands/ListTypesByAssociationCommand.js +1 -28
  50. package/dist-cjs/commands/ListTypesCommand.js +1 -28
  51. package/dist-cjs/commands/StartDataSourceIntrospectionCommand.js +1 -28
  52. package/dist-cjs/commands/StartSchemaCreationCommand.js +1 -28
  53. package/dist-cjs/commands/StartSchemaMergeCommand.js +1 -28
  54. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateApiCacheCommand.js +1 -28
  57. package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
  58. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
  59. package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
  60. package/dist-cjs/commands/UpdateFunctionCommand.js +1 -28
  61. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateResolverCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateSourceApiAssociationCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateTypeCommand.js +1 -28
  65. package/dist-cjs/commands/index.js +1 -65
  66. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  67. package/dist-cjs/extensionConfiguration.js +1 -2
  68. package/dist-cjs/index.js +5665 -10
  69. package/dist-cjs/models/AppSyncServiceException.js +1 -12
  70. package/dist-cjs/models/index.js +1 -4
  71. package/dist-cjs/models/models_0.js +1 -285
  72. package/dist-cjs/protocols/Aws_restJson1.js +1 -3961
  73. package/dist-cjs/runtimeExtensions.js +1 -22
  74. package/package.json +41 -41
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTypeCommand = 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 GetTypeCommand 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", "GetType", {})
22
- .n("AppSyncClient", "GetTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTypeCommand)
25
- .de(Aws_restJson1_1.de_GetTypeCommand)
26
- .build() {
27
- }
28
- exports.GetTypeCommand = GetTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApiKeysCommand = 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 ListApiKeysCommand 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", "ListApiKeys", {})
22
- .n("AppSyncClient", "ListApiKeysCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListApiKeysCommand)
25
- .de(Aws_restJson1_1.de_ListApiKeysCommand)
26
- .build() {
27
- }
28
- exports.ListApiKeysCommand = ListApiKeysCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataSourcesCommand = 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 ListDataSourcesCommand 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", "ListDataSources", {})
22
- .n("AppSyncClient", "ListDataSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDataSourcesCommand)
25
- .de(Aws_restJson1_1.de_ListDataSourcesCommand)
26
- .build() {
27
- }
28
- exports.ListDataSourcesCommand = ListDataSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainNamesCommand = 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 ListDomainNamesCommand 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", "ListDomainNames", {})
22
- .n("AppSyncClient", "ListDomainNamesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDomainNamesCommand)
25
- .de(Aws_restJson1_1.de_ListDomainNamesCommand)
26
- .build() {
27
- }
28
- exports.ListDomainNamesCommand = ListDomainNamesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFunctionsCommand = 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 ListFunctionsCommand 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", "ListFunctions", {})
22
- .n("AppSyncClient", "ListFunctionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListFunctionsCommand)
25
- .de(Aws_restJson1_1.de_ListFunctionsCommand)
26
- .build() {
27
- }
28
- exports.ListFunctionsCommand = ListFunctionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListGraphqlApisCommand = 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 ListGraphqlApisCommand 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", "ListGraphqlApis", {})
22
- .n("AppSyncClient", "ListGraphqlApisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListGraphqlApisCommand)
25
- .de(Aws_restJson1_1.de_ListGraphqlApisCommand)
26
- .build() {
27
- }
28
- exports.ListGraphqlApisCommand = ListGraphqlApisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResolversByFunctionCommand = 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 ListResolversByFunctionCommand 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", "ListResolversByFunction", {})
22
- .n("AppSyncClient", "ListResolversByFunctionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListResolversByFunctionCommand)
25
- .de(Aws_restJson1_1.de_ListResolversByFunctionCommand)
26
- .build() {
27
- }
28
- exports.ListResolversByFunctionCommand = ListResolversByFunctionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResolversCommand = 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 ListResolversCommand 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", "ListResolvers", {})
22
- .n("AppSyncClient", "ListResolversCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListResolversCommand)
25
- .de(Aws_restJson1_1.de_ListResolversCommand)
26
- .build() {
27
- }
28
- exports.ListResolversCommand = ListResolversCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSourceApiAssociationsCommand = 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 ListSourceApiAssociationsCommand 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", "ListSourceApiAssociations", {})
22
- .n("AppSyncClient", "ListSourceApiAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSourceApiAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListSourceApiAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListSourceApiAssociationsCommand = ListSourceApiAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("AppSyncClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTypesByAssociationCommand = 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 ListTypesByAssociationCommand 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", "ListTypesByAssociation", {})
22
- .n("AppSyncClient", "ListTypesByAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTypesByAssociationCommand)
25
- .de(Aws_restJson1_1.de_ListTypesByAssociationCommand)
26
- .build() {
27
- }
28
- exports.ListTypesByAssociationCommand = ListTypesByAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTypesCommand = 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 ListTypesCommand 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", "ListTypes", {})
22
- .n("AppSyncClient", "ListTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTypesCommand)
25
- .de(Aws_restJson1_1.de_ListTypesCommand)
26
- .build() {
27
- }
28
- exports.ListTypesCommand = ListTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDataSourceIntrospectionCommand = 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 StartDataSourceIntrospectionCommand 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", "StartDataSourceIntrospection", {})
22
- .n("AppSyncClient", "StartDataSourceIntrospectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartDataSourceIntrospectionCommand)
25
- .de(Aws_restJson1_1.de_StartDataSourceIntrospectionCommand)
26
- .build() {
27
- }
28
- exports.StartDataSourceIntrospectionCommand = StartDataSourceIntrospectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSchemaCreationCommand = 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 StartSchemaCreationCommand 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", "StartSchemaCreation", {})
22
- .n("AppSyncClient", "StartSchemaCreationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartSchemaCreationCommand)
25
- .de(Aws_restJson1_1.de_StartSchemaCreationCommand)
26
- .build() {
27
- }
28
- exports.StartSchemaCreationCommand = StartSchemaCreationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSchemaMergeCommand = 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 StartSchemaMergeCommand 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", "StartSchemaMerge", {})
22
- .n("AppSyncClient", "StartSchemaMergeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartSchemaMergeCommand)
25
- .de(Aws_restJson1_1.de_StartSchemaMergeCommand)
26
- .build() {
27
- }
28
- exports.StartSchemaMergeCommand = StartSchemaMergeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("AppSyncClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("AppSyncClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApiCacheCommand = 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 UpdateApiCacheCommand 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", "UpdateApiCache", {})
22
- .n("AppSyncClient", "UpdateApiCacheCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateApiCacheCommand)
25
- .de(Aws_restJson1_1.de_UpdateApiCacheCommand)
26
- .build() {
27
- }
28
- exports.UpdateApiCacheCommand = UpdateApiCacheCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApiKeyCommand = 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 UpdateApiKeyCommand 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", "UpdateApiKey", {})
22
- .n("AppSyncClient", "UpdateApiKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateApiKeyCommand)
25
- .de(Aws_restJson1_1.de_UpdateApiKeyCommand)
26
- .build() {
27
- }
28
- exports.UpdateApiKeyCommand = UpdateApiKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDataSourceCommand = 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 UpdateDataSourceCommand 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", "UpdateDataSource", {})
22
- .n("AppSyncClient", "UpdateDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateDataSourceCommand)
25
- .de(Aws_restJson1_1.de_UpdateDataSourceCommand)
26
- .build() {
27
- }
28
- exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDomainNameCommand = 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 UpdateDomainNameCommand 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", "UpdateDomainName", {})
22
- .n("AppSyncClient", "UpdateDomainNameCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateDomainNameCommand)
25
- .de(Aws_restJson1_1.de_UpdateDomainNameCommand)
26
- .build() {
27
- }
28
- exports.UpdateDomainNameCommand = UpdateDomainNameCommand;
1
+ module.exports = require("../index.js");