@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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMetadataTransferJobCommand = 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 GetMetadataTransferJobCommand 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", "GetMetadataTransferJob", {})
22
- .n("IoTTwinMakerClient", "GetMetadataTransferJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetMetadataTransferJobCommand)
25
- .de(Aws_restJson1_1.de_GetMetadataTransferJobCommand)
26
- .build() {
27
- }
28
- exports.GetMetadataTransferJobCommand = GetMetadataTransferJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPricingPlanCommand = 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 GetPricingPlanCommand 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", "GetPricingPlan", {})
22
- .n("IoTTwinMakerClient", "GetPricingPlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPricingPlanCommand)
25
- .de(Aws_restJson1_1.de_GetPricingPlanCommand)
26
- .build() {
27
- }
28
- exports.GetPricingPlanCommand = GetPricingPlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPropertyValueCommand = 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 GetPropertyValueCommand 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", "GetPropertyValue", {})
22
- .n("IoTTwinMakerClient", "GetPropertyValueCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPropertyValueCommand)
25
- .de(Aws_restJson1_1.de_GetPropertyValueCommand)
26
- .build() {
27
- }
28
- exports.GetPropertyValueCommand = GetPropertyValueCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPropertyValueHistoryCommand = 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 GetPropertyValueHistoryCommand 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", "GetPropertyValueHistory", {})
22
- .n("IoTTwinMakerClient", "GetPropertyValueHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPropertyValueHistoryCommand)
25
- .de(Aws_restJson1_1.de_GetPropertyValueHistoryCommand)
26
- .build() {
27
- }
28
- exports.GetPropertyValueHistoryCommand = GetPropertyValueHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSceneCommand = 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 GetSceneCommand 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", "GetScene", {})
22
- .n("IoTTwinMakerClient", "GetSceneCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSceneCommand)
25
- .de(Aws_restJson1_1.de_GetSceneCommand)
26
- .build() {
27
- }
28
- exports.GetSceneCommand = GetSceneCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSyncJobCommand = 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 GetSyncJobCommand 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", "GetSyncJob", {})
22
- .n("IoTTwinMakerClient", "GetSyncJobCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSyncJobCommand)
25
- .de(Aws_restJson1_1.de_GetSyncJobCommand)
26
- .build() {
27
- }
28
- exports.GetSyncJobCommand = GetSyncJobCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWorkspaceCommand = 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 GetWorkspaceCommand 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", "GetWorkspace", {})
22
- .n("IoTTwinMakerClient", "GetWorkspaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetWorkspaceCommand)
25
- .de(Aws_restJson1_1.de_GetWorkspaceCommand)
26
- .build() {
27
- }
28
- exports.GetWorkspaceCommand = GetWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListComponentTypesCommand = 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 ListComponentTypesCommand 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", "ListComponentTypes", {})
22
- .n("IoTTwinMakerClient", "ListComponentTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListComponentTypesCommand)
25
- .de(Aws_restJson1_1.de_ListComponentTypesCommand)
26
- .build() {
27
- }
28
- exports.ListComponentTypesCommand = ListComponentTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListComponentsCommand = 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 ListComponentsCommand 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", "ListComponents", {})
22
- .n("IoTTwinMakerClient", "ListComponentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListComponentsCommand)
25
- .de(Aws_restJson1_1.de_ListComponentsCommand)
26
- .build() {
27
- }
28
- exports.ListComponentsCommand = ListComponentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEntitiesCommand = 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 ListEntitiesCommand 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", "ListEntities", {})
22
- .n("IoTTwinMakerClient", "ListEntitiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListEntitiesCommand)
25
- .de(Aws_restJson1_1.de_ListEntitiesCommand)
26
- .build() {
27
- }
28
- exports.ListEntitiesCommand = ListEntitiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMetadataTransferJobsCommand = 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 ListMetadataTransferJobsCommand 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", "ListMetadataTransferJobs", {})
22
- .n("IoTTwinMakerClient", "ListMetadataTransferJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMetadataTransferJobsCommand)
25
- .de(Aws_restJson1_1.de_ListMetadataTransferJobsCommand)
26
- .build() {
27
- }
28
- exports.ListMetadataTransferJobsCommand = ListMetadataTransferJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPropertiesCommand = 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 ListPropertiesCommand 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", "ListProperties", {})
22
- .n("IoTTwinMakerClient", "ListPropertiesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPropertiesCommand)
25
- .de(Aws_restJson1_1.de_ListPropertiesCommand)
26
- .build() {
27
- }
28
- exports.ListPropertiesCommand = ListPropertiesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListScenesCommand = 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 ListScenesCommand 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", "ListScenes", {})
22
- .n("IoTTwinMakerClient", "ListScenesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListScenesCommand)
25
- .de(Aws_restJson1_1.de_ListScenesCommand)
26
- .build() {
27
- }
28
- exports.ListScenesCommand = ListScenesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSyncJobsCommand = 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 ListSyncJobsCommand 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", "ListSyncJobs", {})
22
- .n("IoTTwinMakerClient", "ListSyncJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSyncJobsCommand)
25
- .de(Aws_restJson1_1.de_ListSyncJobsCommand)
26
- .build() {
27
- }
28
- exports.ListSyncJobsCommand = ListSyncJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSyncResourcesCommand = 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 ListSyncResourcesCommand 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", "ListSyncResources", {})
22
- .n("IoTTwinMakerClient", "ListSyncResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSyncResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListSyncResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListSyncResourcesCommand = ListSyncResourcesCommand;
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("AWSIoTTwinMaker", "ListTagsForResource", {})
22
- .n("IoTTwinMakerClient", "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.ListWorkspacesCommand = 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 ListWorkspacesCommand 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", "ListWorkspaces", {})
22
- .n("IoTTwinMakerClient", "ListWorkspacesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListWorkspacesCommand)
25
- .de(Aws_restJson1_1.de_ListWorkspacesCommand)
26
- .build() {
27
- }
28
- exports.ListWorkspacesCommand = ListWorkspacesCommand;
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("AWSIoTTwinMaker", "TagResource", {})
22
- .n("IoTTwinMakerClient", "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("AWSIoTTwinMaker", "UntagResource", {})
22
- .n("IoTTwinMakerClient", "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.UpdateComponentTypeCommand = 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 UpdateComponentTypeCommand 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", "UpdateComponentType", {})
22
- .n("IoTTwinMakerClient", "UpdateComponentTypeCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateComponentTypeCommand)
25
- .de(Aws_restJson1_1.de_UpdateComponentTypeCommand)
26
- .build() {
27
- }
28
- exports.UpdateComponentTypeCommand = UpdateComponentTypeCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateEntityCommand = 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 UpdateEntityCommand 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", "UpdateEntity", {})
22
- .n("IoTTwinMakerClient", "UpdateEntityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateEntityCommand)
25
- .de(Aws_restJson1_1.de_UpdateEntityCommand)
26
- .build() {
27
- }
28
- exports.UpdateEntityCommand = UpdateEntityCommand;
1
+ module.exports = require("../index.js");