@aws-sdk/client-iotthingsgraph 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 (59) hide show
  1. package/dist-cjs/IoTThingsGraph.js +1 -81
  2. package/dist-cjs/IoTThingsGraphClient.js +1 -43
  3. package/dist-cjs/commands/AssociateEntityToThingCommand.js +1 -28
  4. package/dist-cjs/commands/CreateFlowTemplateCommand.js +1 -28
  5. package/dist-cjs/commands/CreateSystemInstanceCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSystemTemplateCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteNamespaceCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +1 -28
  11. package/dist-cjs/commands/DeploySystemInstanceCommand.js +1 -28
  12. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +1 -28
  13. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeNamespaceCommand.js +1 -28
  15. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +1 -28
  16. package/dist-cjs/commands/GetEntitiesCommand.js +1 -28
  17. package/dist-cjs/commands/GetFlowTemplateCommand.js +1 -28
  18. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +1 -28
  19. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +1 -28
  20. package/dist-cjs/commands/GetSystemInstanceCommand.js +1 -28
  21. package/dist-cjs/commands/GetSystemTemplateCommand.js +1 -28
  22. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +1 -28
  23. package/dist-cjs/commands/GetUploadStatusCommand.js +1 -28
  24. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +1 -28
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  26. package/dist-cjs/commands/SearchEntitiesCommand.js +1 -28
  27. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +1 -28
  28. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +1 -28
  29. package/dist-cjs/commands/SearchSystemInstancesCommand.js +1 -28
  30. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +1 -28
  31. package/dist-cjs/commands/SearchThingsCommand.js +1 -28
  32. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  33. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +1 -28
  34. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +1 -28
  37. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +1 -28
  38. package/dist-cjs/commands/index.js +1 -38
  39. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  40. package/dist-cjs/extensionConfiguration.js +1 -2
  41. package/dist-cjs/index.js +3173 -11
  42. package/dist-cjs/models/IoTThingsGraphServiceException.js +1 -12
  43. package/dist-cjs/models/index.js +1 -4
  44. package/dist-cjs/models/models_0.js +1 -179
  45. package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js +1 -7
  46. package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js +1 -7
  47. package/dist-cjs/pagination/Interfaces.js +1 -2
  48. package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  50. package/dist-cjs/pagination/SearchEntitiesPaginator.js +1 -7
  51. package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js +1 -7
  53. package/dist-cjs/pagination/SearchSystemInstancesPaginator.js +1 -7
  54. package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js +1 -7
  55. package/dist-cjs/pagination/SearchThingsPaginator.js +1 -7
  56. package/dist-cjs/pagination/index.js +1 -14
  57. package/dist-cjs/protocols/Aws_json1_1.js +1 -2100
  58. package/dist-cjs/runtimeExtensions.js +1 -22
  59. package/package.json +40 -40
@@ -1,81 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTThingsGraph = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateEntityToThingCommand_1 = require("./commands/AssociateEntityToThingCommand");
6
- const CreateFlowTemplateCommand_1 = require("./commands/CreateFlowTemplateCommand");
7
- const CreateSystemInstanceCommand_1 = require("./commands/CreateSystemInstanceCommand");
8
- const CreateSystemTemplateCommand_1 = require("./commands/CreateSystemTemplateCommand");
9
- const DeleteFlowTemplateCommand_1 = require("./commands/DeleteFlowTemplateCommand");
10
- const DeleteNamespaceCommand_1 = require("./commands/DeleteNamespaceCommand");
11
- const DeleteSystemInstanceCommand_1 = require("./commands/DeleteSystemInstanceCommand");
12
- const DeleteSystemTemplateCommand_1 = require("./commands/DeleteSystemTemplateCommand");
13
- const DeploySystemInstanceCommand_1 = require("./commands/DeploySystemInstanceCommand");
14
- const DeprecateFlowTemplateCommand_1 = require("./commands/DeprecateFlowTemplateCommand");
15
- const DeprecateSystemTemplateCommand_1 = require("./commands/DeprecateSystemTemplateCommand");
16
- const DescribeNamespaceCommand_1 = require("./commands/DescribeNamespaceCommand");
17
- const DissociateEntityFromThingCommand_1 = require("./commands/DissociateEntityFromThingCommand");
18
- const GetEntitiesCommand_1 = require("./commands/GetEntitiesCommand");
19
- const GetFlowTemplateCommand_1 = require("./commands/GetFlowTemplateCommand");
20
- const GetFlowTemplateRevisionsCommand_1 = require("./commands/GetFlowTemplateRevisionsCommand");
21
- const GetNamespaceDeletionStatusCommand_1 = require("./commands/GetNamespaceDeletionStatusCommand");
22
- const GetSystemInstanceCommand_1 = require("./commands/GetSystemInstanceCommand");
23
- const GetSystemTemplateCommand_1 = require("./commands/GetSystemTemplateCommand");
24
- const GetSystemTemplateRevisionsCommand_1 = require("./commands/GetSystemTemplateRevisionsCommand");
25
- const GetUploadStatusCommand_1 = require("./commands/GetUploadStatusCommand");
26
- const ListFlowExecutionMessagesCommand_1 = require("./commands/ListFlowExecutionMessagesCommand");
27
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
28
- const SearchEntitiesCommand_1 = require("./commands/SearchEntitiesCommand");
29
- const SearchFlowExecutionsCommand_1 = require("./commands/SearchFlowExecutionsCommand");
30
- const SearchFlowTemplatesCommand_1 = require("./commands/SearchFlowTemplatesCommand");
31
- const SearchSystemInstancesCommand_1 = require("./commands/SearchSystemInstancesCommand");
32
- const SearchSystemTemplatesCommand_1 = require("./commands/SearchSystemTemplatesCommand");
33
- const SearchThingsCommand_1 = require("./commands/SearchThingsCommand");
34
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
35
- const UndeploySystemInstanceCommand_1 = require("./commands/UndeploySystemInstanceCommand");
36
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
37
- const UpdateFlowTemplateCommand_1 = require("./commands/UpdateFlowTemplateCommand");
38
- const UpdateSystemTemplateCommand_1 = require("./commands/UpdateSystemTemplateCommand");
39
- const UploadEntityDefinitionsCommand_1 = require("./commands/UploadEntityDefinitionsCommand");
40
- const IoTThingsGraphClient_1 = require("./IoTThingsGraphClient");
41
- const commands = {
42
- AssociateEntityToThingCommand: AssociateEntityToThingCommand_1.AssociateEntityToThingCommand,
43
- CreateFlowTemplateCommand: CreateFlowTemplateCommand_1.CreateFlowTemplateCommand,
44
- CreateSystemInstanceCommand: CreateSystemInstanceCommand_1.CreateSystemInstanceCommand,
45
- CreateSystemTemplateCommand: CreateSystemTemplateCommand_1.CreateSystemTemplateCommand,
46
- DeleteFlowTemplateCommand: DeleteFlowTemplateCommand_1.DeleteFlowTemplateCommand,
47
- DeleteNamespaceCommand: DeleteNamespaceCommand_1.DeleteNamespaceCommand,
48
- DeleteSystemInstanceCommand: DeleteSystemInstanceCommand_1.DeleteSystemInstanceCommand,
49
- DeleteSystemTemplateCommand: DeleteSystemTemplateCommand_1.DeleteSystemTemplateCommand,
50
- DeploySystemInstanceCommand: DeploySystemInstanceCommand_1.DeploySystemInstanceCommand,
51
- DeprecateFlowTemplateCommand: DeprecateFlowTemplateCommand_1.DeprecateFlowTemplateCommand,
52
- DeprecateSystemTemplateCommand: DeprecateSystemTemplateCommand_1.DeprecateSystemTemplateCommand,
53
- DescribeNamespaceCommand: DescribeNamespaceCommand_1.DescribeNamespaceCommand,
54
- DissociateEntityFromThingCommand: DissociateEntityFromThingCommand_1.DissociateEntityFromThingCommand,
55
- GetEntitiesCommand: GetEntitiesCommand_1.GetEntitiesCommand,
56
- GetFlowTemplateCommand: GetFlowTemplateCommand_1.GetFlowTemplateCommand,
57
- GetFlowTemplateRevisionsCommand: GetFlowTemplateRevisionsCommand_1.GetFlowTemplateRevisionsCommand,
58
- GetNamespaceDeletionStatusCommand: GetNamespaceDeletionStatusCommand_1.GetNamespaceDeletionStatusCommand,
59
- GetSystemInstanceCommand: GetSystemInstanceCommand_1.GetSystemInstanceCommand,
60
- GetSystemTemplateCommand: GetSystemTemplateCommand_1.GetSystemTemplateCommand,
61
- GetSystemTemplateRevisionsCommand: GetSystemTemplateRevisionsCommand_1.GetSystemTemplateRevisionsCommand,
62
- GetUploadStatusCommand: GetUploadStatusCommand_1.GetUploadStatusCommand,
63
- ListFlowExecutionMessagesCommand: ListFlowExecutionMessagesCommand_1.ListFlowExecutionMessagesCommand,
64
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
65
- SearchEntitiesCommand: SearchEntitiesCommand_1.SearchEntitiesCommand,
66
- SearchFlowExecutionsCommand: SearchFlowExecutionsCommand_1.SearchFlowExecutionsCommand,
67
- SearchFlowTemplatesCommand: SearchFlowTemplatesCommand_1.SearchFlowTemplatesCommand,
68
- SearchSystemInstancesCommand: SearchSystemInstancesCommand_1.SearchSystemInstancesCommand,
69
- SearchSystemTemplatesCommand: SearchSystemTemplatesCommand_1.SearchSystemTemplatesCommand,
70
- SearchThingsCommand: SearchThingsCommand_1.SearchThingsCommand,
71
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
72
- UndeploySystemInstanceCommand: UndeploySystemInstanceCommand_1.UndeploySystemInstanceCommand,
73
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
74
- UpdateFlowTemplateCommand: UpdateFlowTemplateCommand_1.UpdateFlowTemplateCommand,
75
- UpdateSystemTemplateCommand: UpdateSystemTemplateCommand_1.UpdateSystemTemplateCommand,
76
- UploadEntityDefinitionsCommand: UploadEntityDefinitionsCommand_1.UploadEntityDefinitionsCommand,
77
- };
78
- class IoTThingsGraph extends IoTThingsGraphClient_1.IoTThingsGraphClient {
79
- }
80
- exports.IoTThingsGraph = IoTThingsGraph;
81
- (0, smithy_client_1.createAggregatedClient)(commands, IoTThingsGraph);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTThingsGraphClient = 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 IoTThingsGraphClient 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.IoTThingsGraphClient = IoTThingsGraphClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateEntityToThingCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class AssociateEntityToThingCommand 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("IotThingsGraphFrontEndService", "AssociateEntityToThing", {})
22
- .n("IoTThingsGraphClient", "AssociateEntityToThingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateEntityToThingCommand)
25
- .de(Aws_json1_1_1.de_AssociateEntityToThingCommand)
26
- .build() {
27
- }
28
- exports.AssociateEntityToThingCommand = AssociateEntityToThingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFlowTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateFlowTemplateCommand 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("IotThingsGraphFrontEndService", "CreateFlowTemplate", {})
22
- .n("IoTThingsGraphClient", "CreateFlowTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateFlowTemplateCommand)
25
- .de(Aws_json1_1_1.de_CreateFlowTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateFlowTemplateCommand = CreateFlowTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSystemInstanceCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateSystemInstanceCommand 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("IotThingsGraphFrontEndService", "CreateSystemInstance", {})
22
- .n("IoTThingsGraphClient", "CreateSystemInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSystemInstanceCommand)
25
- .de(Aws_json1_1_1.de_CreateSystemInstanceCommand)
26
- .build() {
27
- }
28
- exports.CreateSystemInstanceCommand = CreateSystemInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSystemTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateSystemTemplateCommand 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("IotThingsGraphFrontEndService", "CreateSystemTemplate", {})
22
- .n("IoTThingsGraphClient", "CreateSystemTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSystemTemplateCommand)
25
- .de(Aws_json1_1_1.de_CreateSystemTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreateSystemTemplateCommand = CreateSystemTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFlowTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteFlowTemplateCommand 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("IotThingsGraphFrontEndService", "DeleteFlowTemplate", {})
22
- .n("IoTThingsGraphClient", "DeleteFlowTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteFlowTemplateCommand)
25
- .de(Aws_json1_1_1.de_DeleteFlowTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteFlowTemplateCommand = DeleteFlowTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteNamespaceCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteNamespaceCommand 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("IotThingsGraphFrontEndService", "DeleteNamespace", {})
22
- .n("IoTThingsGraphClient", "DeleteNamespaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteNamespaceCommand)
25
- .de(Aws_json1_1_1.de_DeleteNamespaceCommand)
26
- .build() {
27
- }
28
- exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSystemInstanceCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteSystemInstanceCommand 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("IotThingsGraphFrontEndService", "DeleteSystemInstance", {})
22
- .n("IoTThingsGraphClient", "DeleteSystemInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSystemInstanceCommand)
25
- .de(Aws_json1_1_1.de_DeleteSystemInstanceCommand)
26
- .build() {
27
- }
28
- exports.DeleteSystemInstanceCommand = DeleteSystemInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSystemTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteSystemTemplateCommand 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("IotThingsGraphFrontEndService", "DeleteSystemTemplate", {})
22
- .n("IoTThingsGraphClient", "DeleteSystemTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSystemTemplateCommand)
25
- .de(Aws_json1_1_1.de_DeleteSystemTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteSystemTemplateCommand = DeleteSystemTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeploySystemInstanceCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeploySystemInstanceCommand 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("IotThingsGraphFrontEndService", "DeploySystemInstance", {})
22
- .n("IoTThingsGraphClient", "DeploySystemInstanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeploySystemInstanceCommand)
25
- .de(Aws_json1_1_1.de_DeploySystemInstanceCommand)
26
- .build() {
27
- }
28
- exports.DeploySystemInstanceCommand = DeploySystemInstanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprecateFlowTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeprecateFlowTemplateCommand 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("IotThingsGraphFrontEndService", "DeprecateFlowTemplate", {})
22
- .n("IoTThingsGraphClient", "DeprecateFlowTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeprecateFlowTemplateCommand)
25
- .de(Aws_json1_1_1.de_DeprecateFlowTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeprecateFlowTemplateCommand = DeprecateFlowTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeprecateSystemTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeprecateSystemTemplateCommand 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("IotThingsGraphFrontEndService", "DeprecateSystemTemplate", {})
22
- .n("IoTThingsGraphClient", "DeprecateSystemTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeprecateSystemTemplateCommand)
25
- .de(Aws_json1_1_1.de_DeprecateSystemTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeprecateSystemTemplateCommand = DeprecateSystemTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeNamespaceCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeNamespaceCommand 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("IotThingsGraphFrontEndService", "DescribeNamespace", {})
22
- .n("IoTThingsGraphClient", "DescribeNamespaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeNamespaceCommand)
25
- .de(Aws_json1_1_1.de_DescribeNamespaceCommand)
26
- .build() {
27
- }
28
- exports.DescribeNamespaceCommand = DescribeNamespaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DissociateEntityFromThingCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DissociateEntityFromThingCommand 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("IotThingsGraphFrontEndService", "DissociateEntityFromThing", {})
22
- .n("IoTThingsGraphClient", "DissociateEntityFromThingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DissociateEntityFromThingCommand)
25
- .de(Aws_json1_1_1.de_DissociateEntityFromThingCommand)
26
- .build() {
27
- }
28
- exports.DissociateEntityFromThingCommand = DissociateEntityFromThingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEntitiesCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetEntitiesCommand 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("IotThingsGraphFrontEndService", "GetEntities", {})
22
- .n("IoTThingsGraphClient", "GetEntitiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetEntitiesCommand)
25
- .de(Aws_json1_1_1.de_GetEntitiesCommand)
26
- .build() {
27
- }
28
- exports.GetEntitiesCommand = GetEntitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFlowTemplateCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetFlowTemplateCommand 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("IotThingsGraphFrontEndService", "GetFlowTemplate", {})
22
- .n("IoTThingsGraphClient", "GetFlowTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetFlowTemplateCommand)
25
- .de(Aws_json1_1_1.de_GetFlowTemplateCommand)
26
- .build() {
27
- }
28
- exports.GetFlowTemplateCommand = GetFlowTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetFlowTemplateRevisionsCommand = 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_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetFlowTemplateRevisionsCommand 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("IotThingsGraphFrontEndService", "GetFlowTemplateRevisions", {})
22
- .n("IoTThingsGraphClient", "GetFlowTemplateRevisionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetFlowTemplateRevisionsCommand)
25
- .de(Aws_json1_1_1.de_GetFlowTemplateRevisionsCommand)
26
- .build() {
27
- }
28
- exports.GetFlowTemplateRevisionsCommand = GetFlowTemplateRevisionsCommand;
1
+ module.exports = require("../index.js");