@aws-sdk/client-iottwinmaker 3.490.0 → 3.496.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 +5104 -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.UpdatePricingPlanCommand = 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 UpdatePricingPlanCommand 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", "UpdatePricingPlan", {})
22
- .n("IoTTwinMakerClient", "UpdatePricingPlanCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePricingPlanCommand)
25
- .de(Aws_restJson1_1.de_UpdatePricingPlanCommand)
26
- .build() {
27
- }
28
- exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSceneCommand = 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 UpdateSceneCommand 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", "UpdateScene", {})
22
- .n("IoTTwinMakerClient", "UpdateSceneCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateSceneCommand)
25
- .de(Aws_restJson1_1.de_UpdateSceneCommand)
26
- .build() {
27
- }
28
- exports.UpdateSceneCommand = UpdateSceneCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateWorkspaceCommand = 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 UpdateWorkspaceCommand 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", "UpdateWorkspace", {})
22
- .n("IoTTwinMakerClient", "UpdateWorkspaceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateWorkspaceCommand)
25
- .de(Aws_restJson1_1.de_UpdateWorkspaceCommand)
26
- .build() {
27
- }
28
- exports.UpdateWorkspaceCommand = UpdateWorkspaceCommand;
1
+ module.exports = require("../index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./BatchPutPropertyValuesCommand"), exports);
5
- tslib_1.__exportStar(require("./CancelMetadataTransferJobCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateComponentTypeCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateEntityCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateMetadataTransferJobCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateSceneCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateSyncJobCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateWorkspaceCommand"), exports);
12
- tslib_1.__exportStar(require("./DeleteComponentTypeCommand"), exports);
13
- tslib_1.__exportStar(require("./DeleteEntityCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteSceneCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteSyncJobCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteWorkspaceCommand"), exports);
17
- tslib_1.__exportStar(require("./ExecuteQueryCommand"), exports);
18
- tslib_1.__exportStar(require("./GetComponentTypeCommand"), exports);
19
- tslib_1.__exportStar(require("./GetEntityCommand"), exports);
20
- tslib_1.__exportStar(require("./GetMetadataTransferJobCommand"), exports);
21
- tslib_1.__exportStar(require("./GetPricingPlanCommand"), exports);
22
- tslib_1.__exportStar(require("./GetPropertyValueCommand"), exports);
23
- tslib_1.__exportStar(require("./GetPropertyValueHistoryCommand"), exports);
24
- tslib_1.__exportStar(require("./GetSceneCommand"), exports);
25
- tslib_1.__exportStar(require("./GetSyncJobCommand"), exports);
26
- tslib_1.__exportStar(require("./GetWorkspaceCommand"), exports);
27
- tslib_1.__exportStar(require("./ListComponentTypesCommand"), exports);
28
- tslib_1.__exportStar(require("./ListComponentsCommand"), exports);
29
- tslib_1.__exportStar(require("./ListEntitiesCommand"), exports);
30
- tslib_1.__exportStar(require("./ListMetadataTransferJobsCommand"), exports);
31
- tslib_1.__exportStar(require("./ListPropertiesCommand"), exports);
32
- tslib_1.__exportStar(require("./ListScenesCommand"), exports);
33
- tslib_1.__exportStar(require("./ListSyncJobsCommand"), exports);
34
- tslib_1.__exportStar(require("./ListSyncResourcesCommand"), exports);
35
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
36
- tslib_1.__exportStar(require("./ListWorkspacesCommand"), exports);
37
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
38
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
39
- tslib_1.__exportStar(require("./UpdateComponentTypeCommand"), exports);
40
- tslib_1.__exportStar(require("./UpdateEntityCommand"), exports);
41
- tslib_1.__exportStar(require("./UpdatePricingPlanCommand"), exports);
42
- tslib_1.__exportStar(require("./UpdateSceneCommand"), exports);
43
- tslib_1.__exportStar(require("./UpdateWorkspaceCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "iottwinmaker",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");