@aws-sdk/client-iottwinmaker 3.296.0 → 3.298.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 (127) hide show
  1. package/README.md +7 -5
  2. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -3
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -3
  4. package/dist-cjs/commands/CreateEntityCommand.js +2 -3
  5. package/dist-cjs/commands/CreateSceneCommand.js +2 -3
  6. package/dist-cjs/commands/CreateSyncJobCommand.js +2 -3
  7. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEntityCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteSceneCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -3
  13. package/dist-cjs/commands/ExecuteQueryCommand.js +2 -3
  14. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -3
  15. package/dist-cjs/commands/GetEntityCommand.js +2 -3
  16. package/dist-cjs/commands/GetPricingPlanCommand.js +2 -3
  17. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -3
  18. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -3
  19. package/dist-cjs/commands/GetSceneCommand.js +2 -3
  20. package/dist-cjs/commands/GetSyncJobCommand.js +2 -3
  21. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -3
  22. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -3
  23. package/dist-cjs/commands/ListEntitiesCommand.js +2 -3
  24. package/dist-cjs/commands/ListScenesCommand.js +2 -3
  25. package/dist-cjs/commands/ListSyncJobsCommand.js +2 -3
  26. package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -3
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  28. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -3
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateEntityCommand.js +2 -3
  33. package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateSceneCommand.js +2 -3
  35. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -3
  36. package/dist-cjs/endpoint/ruleset.js +3 -3
  37. package/dist-cjs/models/models_0.js +1 -493
  38. package/dist-cjs/protocols/Aws_restJson1.js +39 -0
  39. package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -3
  40. package/dist-es/commands/CreateComponentTypeCommand.js +2 -3
  41. package/dist-es/commands/CreateEntityCommand.js +2 -3
  42. package/dist-es/commands/CreateSceneCommand.js +2 -3
  43. package/dist-es/commands/CreateSyncJobCommand.js +2 -3
  44. package/dist-es/commands/CreateWorkspaceCommand.js +2 -3
  45. package/dist-es/commands/DeleteComponentTypeCommand.js +2 -3
  46. package/dist-es/commands/DeleteEntityCommand.js +2 -3
  47. package/dist-es/commands/DeleteSceneCommand.js +2 -3
  48. package/dist-es/commands/DeleteSyncJobCommand.js +2 -3
  49. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -3
  50. package/dist-es/commands/ExecuteQueryCommand.js +2 -3
  51. package/dist-es/commands/GetComponentTypeCommand.js +2 -3
  52. package/dist-es/commands/GetEntityCommand.js +2 -3
  53. package/dist-es/commands/GetPricingPlanCommand.js +2 -3
  54. package/dist-es/commands/GetPropertyValueCommand.js +2 -3
  55. package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -3
  56. package/dist-es/commands/GetSceneCommand.js +2 -3
  57. package/dist-es/commands/GetSyncJobCommand.js +2 -3
  58. package/dist-es/commands/GetWorkspaceCommand.js +2 -3
  59. package/dist-es/commands/ListComponentTypesCommand.js +2 -3
  60. package/dist-es/commands/ListEntitiesCommand.js +2 -3
  61. package/dist-es/commands/ListScenesCommand.js +2 -3
  62. package/dist-es/commands/ListSyncJobsCommand.js +2 -3
  63. package/dist-es/commands/ListSyncResourcesCommand.js +2 -3
  64. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  65. package/dist-es/commands/ListWorkspacesCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UntagResourceCommand.js +2 -3
  68. package/dist-es/commands/UpdateComponentTypeCommand.js +2 -3
  69. package/dist-es/commands/UpdateEntityCommand.js +2 -3
  70. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -3
  71. package/dist-es/commands/UpdateSceneCommand.js +2 -3
  72. package/dist-es/commands/UpdateWorkspaceCommand.js +2 -3
  73. package/dist-es/endpoint/ruleset.js +3 -3
  74. package/dist-es/models/models_0.js +0 -374
  75. package/dist-es/protocols/Aws_restJson1.js +39 -0
  76. package/dist-types/IoTTwinMaker.d.ts +51 -10
  77. package/dist-types/IoTTwinMakerClient.d.ts +31 -9
  78. package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +16 -0
  79. package/dist-types/commands/CreateComponentTypeCommand.d.ts +16 -0
  80. package/dist-types/commands/CreateEntityCommand.d.ts +16 -0
  81. package/dist-types/commands/CreateSceneCommand.d.ts +16 -0
  82. package/dist-types/commands/CreateSyncJobCommand.d.ts +16 -0
  83. package/dist-types/commands/CreateWorkspaceCommand.d.ts +16 -0
  84. package/dist-types/commands/DeleteComponentTypeCommand.d.ts +16 -0
  85. package/dist-types/commands/DeleteEntityCommand.d.ts +16 -0
  86. package/dist-types/commands/DeleteSceneCommand.d.ts +16 -0
  87. package/dist-types/commands/DeleteSyncJobCommand.d.ts +16 -0
  88. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +16 -0
  89. package/dist-types/commands/ExecuteQueryCommand.d.ts +18 -1
  90. package/dist-types/commands/GetComponentTypeCommand.d.ts +16 -0
  91. package/dist-types/commands/GetEntityCommand.d.ts +16 -0
  92. package/dist-types/commands/GetPricingPlanCommand.d.ts +16 -0
  93. package/dist-types/commands/GetPropertyValueCommand.d.ts +18 -1
  94. package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +21 -3
  95. package/dist-types/commands/GetSceneCommand.d.ts +16 -0
  96. package/dist-types/commands/GetSyncJobCommand.d.ts +16 -0
  97. package/dist-types/commands/GetWorkspaceCommand.d.ts +16 -0
  98. package/dist-types/commands/ListComponentTypesCommand.d.ts +16 -0
  99. package/dist-types/commands/ListEntitiesCommand.d.ts +16 -0
  100. package/dist-types/commands/ListScenesCommand.d.ts +16 -0
  101. package/dist-types/commands/ListSyncJobsCommand.d.ts +16 -0
  102. package/dist-types/commands/ListSyncResourcesCommand.d.ts +16 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/ListWorkspacesCommand.d.ts +16 -0
  105. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateComponentTypeCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateEntityCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateSceneCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +16 -0
  112. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  113. package/dist-types/models/IoTTwinMakerServiceException.d.ts +2 -0
  114. package/dist-types/models/models_0.d.ts +463 -546
  115. package/dist-types/pagination/ExecuteQueryPaginator.d.ts +3 -0
  116. package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +3 -0
  117. package/dist-types/pagination/GetPropertyValuePaginator.d.ts +3 -0
  118. package/dist-types/pagination/Interfaces.d.ts +3 -0
  119. package/dist-types/pagination/ListComponentTypesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/ListEntitiesPaginator.d.ts +3 -0
  121. package/dist-types/pagination/ListScenesPaginator.d.ts +3 -0
  122. package/dist-types/pagination/ListSyncJobsPaginator.d.ts +3 -0
  123. package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +3 -0
  124. package/dist-types/pagination/ListWorkspacesPaginator.d.ts +3 -0
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  126. package/dist-types/ts3.4/models/models_0.d.ts +4 -330
  127. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateEntityCommand}.
8
10
  */
9
11
  export interface UpdateEntityCommandInput extends UpdateEntityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateEntityCommand}.
13
17
  */
14
18
  export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an entity.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateEntityCommandInput - {@link UpdateEntityCommandInput}
34
+ * @returns {@link UpdateEntityCommandOutput}
28
35
  * @see {@link UpdateEntityCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateEntityCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -55,11 +62,20 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
55
62
  export declare class UpdateEntityCommand extends $Command<UpdateEntityCommandInput, UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
56
63
  readonly input: UpdateEntityCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: UpdateEntityCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEntityCommandInput, UpdateEntityCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdatePricingPlanCommand}.
8
10
  */
9
11
  export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdatePricingPlanCommand}.
13
17
  */
14
18
  export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Update the pricing plan.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdatePricingPlanCommandInput - {@link UpdatePricingPlanCommandInput}
34
+ * @returns {@link UpdatePricingPlanCommandOutput}
28
35
  * @see {@link UpdatePricingPlanCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdatePricingPlanCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
46
53
  export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: UpdatePricingPlanCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdatePricingPlanCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSceneCommand}.
8
10
  */
9
11
  export interface UpdateSceneCommandInput extends UpdateSceneRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSceneCommand}.
13
17
  */
14
18
  export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a scene.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateSceneCommandInput - {@link UpdateSceneCommandInput}
34
+ * @returns {@link UpdateSceneCommandOutput}
28
35
  * @see {@link UpdateSceneCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateSceneCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
49
56
  export declare class UpdateSceneCommand extends $Command<UpdateSceneCommandInput, UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
50
57
  readonly input: UpdateSceneCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateSceneCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSceneCommandInput, UpdateSceneCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateWorkspaceCommand}.
8
10
  */
9
11
  export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateWorkspaceCommand}.
13
17
  */
14
18
  export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a workspace.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateWorkspaceCommandInput - {@link UpdateWorkspaceCommandInput}
34
+ * @returns {@link UpdateWorkspaceCommandOutput}
28
35
  * @see {@link UpdateWorkspaceCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateWorkspaceCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
52
59
  export declare class UpdateWorkspaceCommand extends $Command<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: UpdateWorkspaceCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateWorkspaceCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
12
12
  defaultSigningName: string;
13
13
  };
14
14
  export interface EndpointParameters extends __EndpointParameters {
15
- Region: string;
15
+ Region?: string;
16
16
  UseDualStack?: boolean;
17
17
  UseFIPS?: boolean;
18
18
  Endpoint?: string;
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from IoTTwinMaker service.
4
6
  */
5
7
  export declare class IoTTwinMakerServiceException extends __ServiceException {