@aws-sdk/client-iottwinmaker 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 (66) hide show
  1. package/dist-cjs/IoTTwinMaker.js +1 -91
  2. package/dist-cjs/IoTTwinMakerClient.js +1 -43
  3. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +1 -28
  4. package/dist-cjs/commands/CancelMetadataTransferJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateComponentTypeCommand.js +1 -28
  6. package/dist-cjs/commands/CreateEntityCommand.js +1 -28
  7. package/dist-cjs/commands/CreateMetadataTransferJobCommand.js +1 -28
  8. package/dist-cjs/commands/CreateSceneCommand.js +1 -28
  9. package/dist-cjs/commands/CreateSyncJobCommand.js +1 -28
  10. package/dist-cjs/commands/CreateWorkspaceCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteComponentTypeCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteEntityCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteSceneCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteSyncJobCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -28
  16. package/dist-cjs/commands/ExecuteQueryCommand.js +1 -28
  17. package/dist-cjs/commands/GetComponentTypeCommand.js +1 -28
  18. package/dist-cjs/commands/GetEntityCommand.js +1 -28
  19. package/dist-cjs/commands/GetMetadataTransferJobCommand.js +1 -28
  20. package/dist-cjs/commands/GetPricingPlanCommand.js +1 -28
  21. package/dist-cjs/commands/GetPropertyValueCommand.js +1 -28
  22. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +1 -28
  23. package/dist-cjs/commands/GetSceneCommand.js +1 -28
  24. package/dist-cjs/commands/GetSyncJobCommand.js +1 -28
  25. package/dist-cjs/commands/GetWorkspaceCommand.js +1 -28
  26. package/dist-cjs/commands/ListComponentTypesCommand.js +1 -28
  27. package/dist-cjs/commands/ListComponentsCommand.js +1 -28
  28. package/dist-cjs/commands/ListEntitiesCommand.js +1 -28
  29. package/dist-cjs/commands/ListMetadataTransferJobsCommand.js +1 -28
  30. package/dist-cjs/commands/ListPropertiesCommand.js +1 -28
  31. package/dist-cjs/commands/ListScenesCommand.js +1 -28
  32. package/dist-cjs/commands/ListSyncJobsCommand.js +1 -28
  33. package/dist-cjs/commands/ListSyncResourcesCommand.js +1 -28
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  35. package/dist-cjs/commands/ListWorkspacesCommand.js +1 -28
  36. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  37. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateComponentTypeCommand.js +1 -28
  39. package/dist-cjs/commands/UpdateEntityCommand.js +1 -28
  40. package/dist-cjs/commands/UpdatePricingPlanCommand.js +1 -28
  41. package/dist-cjs/commands/UpdateSceneCommand.js +1 -28
  42. package/dist-cjs/commands/UpdateWorkspaceCommand.js +1 -28
  43. package/dist-cjs/commands/index.js +1 -43
  44. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  45. package/dist-cjs/extensionConfiguration.js +1 -2
  46. package/dist-cjs/index.js +5102 -11
  47. package/dist-cjs/models/IoTTwinMakerServiceException.js +1 -12
  48. package/dist-cjs/models/index.js +1 -4
  49. package/dist-cjs/models/models_0.js +1 -343
  50. package/dist-cjs/pagination/ExecuteQueryPaginator.js +1 -7
  51. package/dist-cjs/pagination/GetPropertyValueHistoryPaginator.js +1 -7
  52. package/dist-cjs/pagination/GetPropertyValuePaginator.js +1 -7
  53. package/dist-cjs/pagination/Interfaces.js +1 -2
  54. package/dist-cjs/pagination/ListComponentTypesPaginator.js +1 -7
  55. package/dist-cjs/pagination/ListComponentsPaginator.js +1 -7
  56. package/dist-cjs/pagination/ListEntitiesPaginator.js +1 -7
  57. package/dist-cjs/pagination/ListMetadataTransferJobsPaginator.js +1 -7
  58. package/dist-cjs/pagination/ListPropertiesPaginator.js +1 -7
  59. package/dist-cjs/pagination/ListScenesPaginator.js +1 -7
  60. package/dist-cjs/pagination/ListSyncJobsPaginator.js +1 -7
  61. package/dist-cjs/pagination/ListSyncResourcesPaginator.js +1 -7
  62. package/dist-cjs/pagination/ListWorkspacesPaginator.js +1 -7
  63. package/dist-cjs/pagination/index.js +1 -16
  64. package/dist-cjs/protocols/Aws_restJson1.js +1 -3690
  65. package/dist-cjs/runtimeExtensions.js +1 -22
  66. package/package.json +40 -40
@@ -1,91 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTTwinMaker = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const BatchPutPropertyValuesCommand_1 = require("./commands/BatchPutPropertyValuesCommand");
6
- const CancelMetadataTransferJobCommand_1 = require("./commands/CancelMetadataTransferJobCommand");
7
- const CreateComponentTypeCommand_1 = require("./commands/CreateComponentTypeCommand");
8
- const CreateEntityCommand_1 = require("./commands/CreateEntityCommand");
9
- const CreateMetadataTransferJobCommand_1 = require("./commands/CreateMetadataTransferJobCommand");
10
- const CreateSceneCommand_1 = require("./commands/CreateSceneCommand");
11
- const CreateSyncJobCommand_1 = require("./commands/CreateSyncJobCommand");
12
- const CreateWorkspaceCommand_1 = require("./commands/CreateWorkspaceCommand");
13
- const DeleteComponentTypeCommand_1 = require("./commands/DeleteComponentTypeCommand");
14
- const DeleteEntityCommand_1 = require("./commands/DeleteEntityCommand");
15
- const DeleteSceneCommand_1 = require("./commands/DeleteSceneCommand");
16
- const DeleteSyncJobCommand_1 = require("./commands/DeleteSyncJobCommand");
17
- const DeleteWorkspaceCommand_1 = require("./commands/DeleteWorkspaceCommand");
18
- const ExecuteQueryCommand_1 = require("./commands/ExecuteQueryCommand");
19
- const GetComponentTypeCommand_1 = require("./commands/GetComponentTypeCommand");
20
- const GetEntityCommand_1 = require("./commands/GetEntityCommand");
21
- const GetMetadataTransferJobCommand_1 = require("./commands/GetMetadataTransferJobCommand");
22
- const GetPricingPlanCommand_1 = require("./commands/GetPricingPlanCommand");
23
- const GetPropertyValueCommand_1 = require("./commands/GetPropertyValueCommand");
24
- const GetPropertyValueHistoryCommand_1 = require("./commands/GetPropertyValueHistoryCommand");
25
- const GetSceneCommand_1 = require("./commands/GetSceneCommand");
26
- const GetSyncJobCommand_1 = require("./commands/GetSyncJobCommand");
27
- const GetWorkspaceCommand_1 = require("./commands/GetWorkspaceCommand");
28
- const ListComponentsCommand_1 = require("./commands/ListComponentsCommand");
29
- const ListComponentTypesCommand_1 = require("./commands/ListComponentTypesCommand");
30
- const ListEntitiesCommand_1 = require("./commands/ListEntitiesCommand");
31
- const ListMetadataTransferJobsCommand_1 = require("./commands/ListMetadataTransferJobsCommand");
32
- const ListPropertiesCommand_1 = require("./commands/ListPropertiesCommand");
33
- const ListScenesCommand_1 = require("./commands/ListScenesCommand");
34
- const ListSyncJobsCommand_1 = require("./commands/ListSyncJobsCommand");
35
- const ListSyncResourcesCommand_1 = require("./commands/ListSyncResourcesCommand");
36
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
37
- const ListWorkspacesCommand_1 = require("./commands/ListWorkspacesCommand");
38
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
39
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
40
- const UpdateComponentTypeCommand_1 = require("./commands/UpdateComponentTypeCommand");
41
- const UpdateEntityCommand_1 = require("./commands/UpdateEntityCommand");
42
- const UpdatePricingPlanCommand_1 = require("./commands/UpdatePricingPlanCommand");
43
- const UpdateSceneCommand_1 = require("./commands/UpdateSceneCommand");
44
- const UpdateWorkspaceCommand_1 = require("./commands/UpdateWorkspaceCommand");
45
- const IoTTwinMakerClient_1 = require("./IoTTwinMakerClient");
46
- const commands = {
47
- BatchPutPropertyValuesCommand: BatchPutPropertyValuesCommand_1.BatchPutPropertyValuesCommand,
48
- CancelMetadataTransferJobCommand: CancelMetadataTransferJobCommand_1.CancelMetadataTransferJobCommand,
49
- CreateComponentTypeCommand: CreateComponentTypeCommand_1.CreateComponentTypeCommand,
50
- CreateEntityCommand: CreateEntityCommand_1.CreateEntityCommand,
51
- CreateMetadataTransferJobCommand: CreateMetadataTransferJobCommand_1.CreateMetadataTransferJobCommand,
52
- CreateSceneCommand: CreateSceneCommand_1.CreateSceneCommand,
53
- CreateSyncJobCommand: CreateSyncJobCommand_1.CreateSyncJobCommand,
54
- CreateWorkspaceCommand: CreateWorkspaceCommand_1.CreateWorkspaceCommand,
55
- DeleteComponentTypeCommand: DeleteComponentTypeCommand_1.DeleteComponentTypeCommand,
56
- DeleteEntityCommand: DeleteEntityCommand_1.DeleteEntityCommand,
57
- DeleteSceneCommand: DeleteSceneCommand_1.DeleteSceneCommand,
58
- DeleteSyncJobCommand: DeleteSyncJobCommand_1.DeleteSyncJobCommand,
59
- DeleteWorkspaceCommand: DeleteWorkspaceCommand_1.DeleteWorkspaceCommand,
60
- ExecuteQueryCommand: ExecuteQueryCommand_1.ExecuteQueryCommand,
61
- GetComponentTypeCommand: GetComponentTypeCommand_1.GetComponentTypeCommand,
62
- GetEntityCommand: GetEntityCommand_1.GetEntityCommand,
63
- GetMetadataTransferJobCommand: GetMetadataTransferJobCommand_1.GetMetadataTransferJobCommand,
64
- GetPricingPlanCommand: GetPricingPlanCommand_1.GetPricingPlanCommand,
65
- GetPropertyValueCommand: GetPropertyValueCommand_1.GetPropertyValueCommand,
66
- GetPropertyValueHistoryCommand: GetPropertyValueHistoryCommand_1.GetPropertyValueHistoryCommand,
67
- GetSceneCommand: GetSceneCommand_1.GetSceneCommand,
68
- GetSyncJobCommand: GetSyncJobCommand_1.GetSyncJobCommand,
69
- GetWorkspaceCommand: GetWorkspaceCommand_1.GetWorkspaceCommand,
70
- ListComponentsCommand: ListComponentsCommand_1.ListComponentsCommand,
71
- ListComponentTypesCommand: ListComponentTypesCommand_1.ListComponentTypesCommand,
72
- ListEntitiesCommand: ListEntitiesCommand_1.ListEntitiesCommand,
73
- ListMetadataTransferJobsCommand: ListMetadataTransferJobsCommand_1.ListMetadataTransferJobsCommand,
74
- ListPropertiesCommand: ListPropertiesCommand_1.ListPropertiesCommand,
75
- ListScenesCommand: ListScenesCommand_1.ListScenesCommand,
76
- ListSyncJobsCommand: ListSyncJobsCommand_1.ListSyncJobsCommand,
77
- ListSyncResourcesCommand: ListSyncResourcesCommand_1.ListSyncResourcesCommand,
78
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
79
- ListWorkspacesCommand: ListWorkspacesCommand_1.ListWorkspacesCommand,
80
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
81
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
82
- UpdateComponentTypeCommand: UpdateComponentTypeCommand_1.UpdateComponentTypeCommand,
83
- UpdateEntityCommand: UpdateEntityCommand_1.UpdateEntityCommand,
84
- UpdatePricingPlanCommand: UpdatePricingPlanCommand_1.UpdatePricingPlanCommand,
85
- UpdateSceneCommand: UpdateSceneCommand_1.UpdateSceneCommand,
86
- UpdateWorkspaceCommand: UpdateWorkspaceCommand_1.UpdateWorkspaceCommand,
87
- };
88
- class IoTTwinMaker extends IoTTwinMakerClient_1.IoTTwinMakerClient {
89
- }
90
- exports.IoTTwinMaker = IoTTwinMaker;
91
- (0, smithy_client_1.createAggregatedClient)(commands, IoTTwinMaker);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTTwinMakerClient = 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 IoTTwinMakerClient 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.IoTTwinMakerClient = IoTTwinMakerClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchPutPropertyValuesCommand = 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 BatchPutPropertyValuesCommand 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("AWSIoTTwinMaker", "BatchPutPropertyValues", {})
22
- .n("IoTTwinMakerClient", "BatchPutPropertyValuesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchPutPropertyValuesCommand)
25
- .de(Aws_restJson1_1.de_BatchPutPropertyValuesCommand)
26
- .build() {
27
- }
28
- exports.BatchPutPropertyValuesCommand = BatchPutPropertyValuesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelMetadataTransferJobCommand = 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 CancelMetadataTransferJobCommand 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("AWSIoTTwinMaker", "CancelMetadataTransferJob", {})
22
- .n("IoTTwinMakerClient", "CancelMetadataTransferJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelMetadataTransferJobCommand)
25
- .de(Aws_restJson1_1.de_CancelMetadataTransferJobCommand)
26
- .build() {
27
- }
28
- exports.CancelMetadataTransferJobCommand = CancelMetadataTransferJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateComponentTypeCommand = 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 CreateComponentTypeCommand 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("AWSIoTTwinMaker", "CreateComponentType", {})
22
- .n("IoTTwinMakerClient", "CreateComponentTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateComponentTypeCommand)
25
- .de(Aws_restJson1_1.de_CreateComponentTypeCommand)
26
- .build() {
27
- }
28
- exports.CreateComponentTypeCommand = CreateComponentTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateEntityCommand = 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 CreateEntityCommand 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("AWSIoTTwinMaker", "CreateEntity", {})
22
- .n("IoTTwinMakerClient", "CreateEntityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateEntityCommand)
25
- .de(Aws_restJson1_1.de_CreateEntityCommand)
26
- .build() {
27
- }
28
- exports.CreateEntityCommand = CreateEntityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMetadataTransferJobCommand = 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 CreateMetadataTransferJobCommand 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("AWSIoTTwinMaker", "CreateMetadataTransferJob", {})
22
- .n("IoTTwinMakerClient", "CreateMetadataTransferJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateMetadataTransferJobCommand)
25
- .de(Aws_restJson1_1.de_CreateMetadataTransferJobCommand)
26
- .build() {
27
- }
28
- exports.CreateMetadataTransferJobCommand = CreateMetadataTransferJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSceneCommand = 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 CreateSceneCommand 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("AWSIoTTwinMaker", "CreateScene", {})
22
- .n("IoTTwinMakerClient", "CreateSceneCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSceneCommand)
25
- .de(Aws_restJson1_1.de_CreateSceneCommand)
26
- .build() {
27
- }
28
- exports.CreateSceneCommand = CreateSceneCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSyncJobCommand = 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 CreateSyncJobCommand 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("AWSIoTTwinMaker", "CreateSyncJob", {})
22
- .n("IoTTwinMakerClient", "CreateSyncJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSyncJobCommand)
25
- .de(Aws_restJson1_1.de_CreateSyncJobCommand)
26
- .build() {
27
- }
28
- exports.CreateSyncJobCommand = CreateSyncJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkspaceCommand = 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 CreateWorkspaceCommand 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("AWSIoTTwinMaker", "CreateWorkspace", {})
22
- .n("IoTTwinMakerClient", "CreateWorkspaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateWorkspaceCommand)
25
- .de(Aws_restJson1_1.de_CreateWorkspaceCommand)
26
- .build() {
27
- }
28
- exports.CreateWorkspaceCommand = CreateWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteComponentTypeCommand = 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 DeleteComponentTypeCommand 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("AWSIoTTwinMaker", "DeleteComponentType", {})
22
- .n("IoTTwinMakerClient", "DeleteComponentTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteComponentTypeCommand)
25
- .de(Aws_restJson1_1.de_DeleteComponentTypeCommand)
26
- .build() {
27
- }
28
- exports.DeleteComponentTypeCommand = DeleteComponentTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteEntityCommand = 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 DeleteEntityCommand 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("AWSIoTTwinMaker", "DeleteEntity", {})
22
- .n("IoTTwinMakerClient", "DeleteEntityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteEntityCommand)
25
- .de(Aws_restJson1_1.de_DeleteEntityCommand)
26
- .build() {
27
- }
28
- exports.DeleteEntityCommand = DeleteEntityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSceneCommand = 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 DeleteSceneCommand 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("AWSIoTTwinMaker", "DeleteScene", {})
22
- .n("IoTTwinMakerClient", "DeleteSceneCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSceneCommand)
25
- .de(Aws_restJson1_1.de_DeleteSceneCommand)
26
- .build() {
27
- }
28
- exports.DeleteSceneCommand = DeleteSceneCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSyncJobCommand = 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 DeleteSyncJobCommand 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("AWSIoTTwinMaker", "DeleteSyncJob", {})
22
- .n("IoTTwinMakerClient", "DeleteSyncJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSyncJobCommand)
25
- .de(Aws_restJson1_1.de_DeleteSyncJobCommand)
26
- .build() {
27
- }
28
- exports.DeleteSyncJobCommand = DeleteSyncJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWorkspaceCommand = 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 DeleteWorkspaceCommand 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("AWSIoTTwinMaker", "DeleteWorkspace", {})
22
- .n("IoTTwinMakerClient", "DeleteWorkspaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteWorkspaceCommand)
25
- .de(Aws_restJson1_1.de_DeleteWorkspaceCommand)
26
- .build() {
27
- }
28
- exports.DeleteWorkspaceCommand = DeleteWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExecuteQueryCommand = 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 ExecuteQueryCommand 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("AWSIoTTwinMaker", "ExecuteQuery", {})
22
- .n("IoTTwinMakerClient", "ExecuteQueryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ExecuteQueryCommand)
25
- .de(Aws_restJson1_1.de_ExecuteQueryCommand)
26
- .build() {
27
- }
28
- exports.ExecuteQueryCommand = ExecuteQueryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetComponentTypeCommand = 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 GetComponentTypeCommand 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("AWSIoTTwinMaker", "GetComponentType", {})
22
- .n("IoTTwinMakerClient", "GetComponentTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetComponentTypeCommand)
25
- .de(Aws_restJson1_1.de_GetComponentTypeCommand)
26
- .build() {
27
- }
28
- exports.GetComponentTypeCommand = GetComponentTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEntityCommand = 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 GetEntityCommand 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("AWSIoTTwinMaker", "GetEntity", {})
22
- .n("IoTTwinMakerClient", "GetEntityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetEntityCommand)
25
- .de(Aws_restJson1_1.de_GetEntityCommand)
26
- .build() {
27
- }
28
- exports.GetEntityCommand = GetEntityCommand;
1
+ module.exports = require("../index.js");