@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
@@ -35,215 +35,256 @@ import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "./commands/Up
35
35
  import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
36
36
  import { IoTTwinMakerClient } from "./IoTTwinMakerClient";
37
37
  /**
38
- * <p>IoT TwinMaker is a service that enables you to build operational digital twins of
39
- * physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors,
40
- * cameras, and enterprise applications so you can create data visualizations to monitor your
41
- * physical factory, building, or industrial plant. You can use this real-world data to
42
- * monitor operations and diagnose and repair errors.</p>
38
+ * @public
39
+ * <p>IoT TwinMaker is a service with which you
40
+ * can
41
+ * build operational digital twins of physical systems. IoT TwinMaker overlays measurements
42
+ * and analysis from real-world sensors, cameras, and enterprise applications so you can
43
+ * create data visualizations to monitor your physical factory, building, or industrial plant.
44
+ * You can use this real-world data to monitor operations and diagnose and repair
45
+ * errors.</p>
43
46
  */
44
47
  export declare class IoTTwinMaker extends IoTTwinMakerClient {
45
48
  /**
49
+ * @public
46
50
  * <p>Sets values for multiple time series properties.</p>
47
51
  */
48
52
  batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutPropertyValuesCommandOutput>;
49
53
  batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void): void;
50
54
  batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void): void;
51
55
  /**
56
+ * @public
52
57
  * <p>Creates a component type.</p>
53
58
  */
54
59
  createComponentType(args: CreateComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentTypeCommandOutput>;
55
60
  createComponentType(args: CreateComponentTypeCommandInput, cb: (err: any, data?: CreateComponentTypeCommandOutput) => void): void;
56
61
  createComponentType(args: CreateComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentTypeCommandOutput) => void): void;
57
62
  /**
63
+ * @public
58
64
  * <p>Creates an entity.</p>
59
65
  */
60
66
  createEntity(args: CreateEntityCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntityCommandOutput>;
61
67
  createEntity(args: CreateEntityCommandInput, cb: (err: any, data?: CreateEntityCommandOutput) => void): void;
62
68
  createEntity(args: CreateEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityCommandOutput) => void): void;
63
69
  /**
70
+ * @public
64
71
  * <p>Creates a scene.</p>
65
72
  */
66
73
  createScene(args: CreateSceneCommandInput, options?: __HttpHandlerOptions): Promise<CreateSceneCommandOutput>;
67
74
  createScene(args: CreateSceneCommandInput, cb: (err: any, data?: CreateSceneCommandOutput) => void): void;
68
75
  createScene(args: CreateSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSceneCommandOutput) => void): void;
69
76
  /**
77
+ * @public
70
78
  * <p>This action creates a SyncJob.</p>
71
79
  */
72
80
  createSyncJob(args: CreateSyncJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateSyncJobCommandOutput>;
73
81
  createSyncJob(args: CreateSyncJobCommandInput, cb: (err: any, data?: CreateSyncJobCommandOutput) => void): void;
74
82
  createSyncJob(args: CreateSyncJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSyncJobCommandOutput) => void): void;
75
83
  /**
84
+ * @public
76
85
  * <p>Creates a workplace.</p>
77
86
  */
78
87
  createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
79
88
  createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
80
89
  createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
81
90
  /**
91
+ * @public
82
92
  * <p>Deletes a component type.</p>
83
93
  */
84
94
  deleteComponentType(args: DeleteComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentTypeCommandOutput>;
85
95
  deleteComponentType(args: DeleteComponentTypeCommandInput, cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void): void;
86
96
  deleteComponentType(args: DeleteComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void): void;
87
97
  /**
98
+ * @public
88
99
  * <p>Deletes an entity.</p>
89
100
  */
90
101
  deleteEntity(args: DeleteEntityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityCommandOutput>;
91
102
  deleteEntity(args: DeleteEntityCommandInput, cb: (err: any, data?: DeleteEntityCommandOutput) => void): void;
92
103
  deleteEntity(args: DeleteEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityCommandOutput) => void): void;
93
104
  /**
105
+ * @public
94
106
  * <p>Deletes a scene.</p>
95
107
  */
96
108
  deleteScene(args: DeleteSceneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSceneCommandOutput>;
97
109
  deleteScene(args: DeleteSceneCommandInput, cb: (err: any, data?: DeleteSceneCommandOutput) => void): void;
98
110
  deleteScene(args: DeleteSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSceneCommandOutput) => void): void;
99
111
  /**
112
+ * @public
100
113
  * <p>Delete the SyncJob.</p>
101
114
  */
102
115
  deleteSyncJob(args: DeleteSyncJobCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSyncJobCommandOutput>;
103
116
  deleteSyncJob(args: DeleteSyncJobCommandInput, cb: (err: any, data?: DeleteSyncJobCommandOutput) => void): void;
104
117
  deleteSyncJob(args: DeleteSyncJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSyncJobCommandOutput) => void): void;
105
118
  /**
119
+ * @public
106
120
  * <p>Deletes a workspace.</p>
107
121
  */
108
122
  deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
109
123
  deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
110
124
  deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
111
125
  /**
112
- * <p>Run queries to access information from your knowledge graph of entities within individual workspaces.</p>
126
+ * @public
127
+ * <p>Run queries to access information from your knowledge graph of entities within
128
+ * individual workspaces.</p>
113
129
  */
114
130
  executeQuery(args: ExecuteQueryCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteQueryCommandOutput>;
115
131
  executeQuery(args: ExecuteQueryCommandInput, cb: (err: any, data?: ExecuteQueryCommandOutput) => void): void;
116
132
  executeQuery(args: ExecuteQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteQueryCommandOutput) => void): void;
117
133
  /**
134
+ * @public
118
135
  * <p>Retrieves information about a component type.</p>
119
136
  */
120
137
  getComponentType(args: GetComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentTypeCommandOutput>;
121
138
  getComponentType(args: GetComponentTypeCommandInput, cb: (err: any, data?: GetComponentTypeCommandOutput) => void): void;
122
139
  getComponentType(args: GetComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentTypeCommandOutput) => void): void;
123
140
  /**
141
+ * @public
124
142
  * <p>Retrieves information about an entity.</p>
125
143
  */
126
144
  getEntity(args: GetEntityCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityCommandOutput>;
127
145
  getEntity(args: GetEntityCommandInput, cb: (err: any, data?: GetEntityCommandOutput) => void): void;
128
146
  getEntity(args: GetEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityCommandOutput) => void): void;
129
147
  /**
148
+ * @public
130
149
  * <p>Gets the pricing plan.</p>
131
150
  */
132
151
  getPricingPlan(args: GetPricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetPricingPlanCommandOutput>;
133
152
  getPricingPlan(args: GetPricingPlanCommandInput, cb: (err: any, data?: GetPricingPlanCommandOutput) => void): void;
134
153
  getPricingPlan(args: GetPricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPricingPlanCommandOutput) => void): void;
135
154
  /**
155
+ * @public
136
156
  * <p>Gets the property values for a component, component type, entity, or workspace.</p>
137
- * <p>You must specify a value for either <code>componentName</code>, <code>componentTypeId</code>, <code>entityId</code>, or <code>workspaceId</code>.</p>
157
+ * <p>You must specify a value for either <code>componentName</code>,
158
+ * <code>componentTypeId</code>, <code>entityId</code>, or <code>workspaceId</code>.</p>
138
159
  */
139
160
  getPropertyValue(args: GetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertyValueCommandOutput>;
140
161
  getPropertyValue(args: GetPropertyValueCommandInput, cb: (err: any, data?: GetPropertyValueCommandOutput) => void): void;
141
162
  getPropertyValue(args: GetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertyValueCommandOutput) => void): void;
142
163
  /**
143
- * <p>Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.</p>
144
- * <p>You must specify a value for <code>workspaceId</code>. For entity-specific queries, specify values for <code>componentName</code> and
145
- * <code>entityId</code>. For cross-entity quries, specify a value for <code>componentTypeId</code>.</p>
164
+ * @public
165
+ * <p>Retrieves information about the history of a time series property value for a component,
166
+ * component type, entity, or workspace.</p>
167
+ * <p>You must specify a value for <code>workspaceId</code>. For entity-specific queries,
168
+ * specify values for <code>componentName</code> and <code>entityId</code>. For cross-entity
169
+ * quries, specify a value for <code>componentTypeId</code>.</p>
146
170
  */
147
171
  getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertyValueHistoryCommandOutput>;
148
172
  getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void): void;
149
173
  getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void): void;
150
174
  /**
175
+ * @public
151
176
  * <p>Retrieves information about a scene.</p>
152
177
  */
153
178
  getScene(args: GetSceneCommandInput, options?: __HttpHandlerOptions): Promise<GetSceneCommandOutput>;
154
179
  getScene(args: GetSceneCommandInput, cb: (err: any, data?: GetSceneCommandOutput) => void): void;
155
180
  getScene(args: GetSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSceneCommandOutput) => void): void;
156
181
  /**
182
+ * @public
157
183
  * <p>Gets the SyncJob.</p>
158
184
  */
159
185
  getSyncJob(args: GetSyncJobCommandInput, options?: __HttpHandlerOptions): Promise<GetSyncJobCommandOutput>;
160
186
  getSyncJob(args: GetSyncJobCommandInput, cb: (err: any, data?: GetSyncJobCommandOutput) => void): void;
161
187
  getSyncJob(args: GetSyncJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSyncJobCommandOutput) => void): void;
162
188
  /**
189
+ * @public
163
190
  * <p>Retrieves information about a workspace.</p>
164
191
  */
165
192
  getWorkspace(args: GetWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkspaceCommandOutput>;
166
193
  getWorkspace(args: GetWorkspaceCommandInput, cb: (err: any, data?: GetWorkspaceCommandOutput) => void): void;
167
194
  getWorkspace(args: GetWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkspaceCommandOutput) => void): void;
168
195
  /**
196
+ * @public
169
197
  * <p>Lists all component types in a workspace.</p>
170
198
  */
171
199
  listComponentTypes(args: ListComponentTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentTypesCommandOutput>;
172
200
  listComponentTypes(args: ListComponentTypesCommandInput, cb: (err: any, data?: ListComponentTypesCommandOutput) => void): void;
173
201
  listComponentTypes(args: ListComponentTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentTypesCommandOutput) => void): void;
174
202
  /**
203
+ * @public
175
204
  * <p>Lists all entities in a workspace.</p>
176
205
  */
177
206
  listEntities(args: ListEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesCommandOutput>;
178
207
  listEntities(args: ListEntitiesCommandInput, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
179
208
  listEntities(args: ListEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
180
209
  /**
210
+ * @public
181
211
  * <p>Lists all scenes in a workspace.</p>
182
212
  */
183
213
  listScenes(args: ListScenesCommandInput, options?: __HttpHandlerOptions): Promise<ListScenesCommandOutput>;
184
214
  listScenes(args: ListScenesCommandInput, cb: (err: any, data?: ListScenesCommandOutput) => void): void;
185
215
  listScenes(args: ListScenesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScenesCommandOutput) => void): void;
186
216
  /**
217
+ * @public
187
218
  * <p>List all SyncJobs.</p>
188
219
  */
189
220
  listSyncJobs(args: ListSyncJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListSyncJobsCommandOutput>;
190
221
  listSyncJobs(args: ListSyncJobsCommandInput, cb: (err: any, data?: ListSyncJobsCommandOutput) => void): void;
191
222
  listSyncJobs(args: ListSyncJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSyncJobsCommandOutput) => void): void;
192
223
  /**
224
+ * @public
193
225
  * <p>Lists the sync resources.</p>
194
226
  */
195
227
  listSyncResources(args: ListSyncResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListSyncResourcesCommandOutput>;
196
228
  listSyncResources(args: ListSyncResourcesCommandInput, cb: (err: any, data?: ListSyncResourcesCommandOutput) => void): void;
197
229
  listSyncResources(args: ListSyncResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSyncResourcesCommandOutput) => void): void;
198
230
  /**
231
+ * @public
199
232
  * <p>Lists all tags associated with a resource.</p>
200
233
  */
201
234
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
202
235
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
203
236
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
204
237
  /**
238
+ * @public
205
239
  * <p>Retrieves information about workspaces in the current account.</p>
206
240
  */
207
241
  listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
208
242
  listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
209
243
  listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
210
244
  /**
245
+ * @public
211
246
  * <p>Adds tags to a resource.</p>
212
247
  */
213
248
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
214
249
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
215
250
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
216
251
  /**
252
+ * @public
217
253
  * <p>Removes tags from a resource.</p>
218
254
  */
219
255
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
220
256
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
221
257
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
222
258
  /**
259
+ * @public
223
260
  * <p>Updates information in a component type.</p>
224
261
  */
225
262
  updateComponentType(args: UpdateComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComponentTypeCommandOutput>;
226
263
  updateComponentType(args: UpdateComponentTypeCommandInput, cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void): void;
227
264
  updateComponentType(args: UpdateComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void): void;
228
265
  /**
266
+ * @public
229
267
  * <p>Updates an entity.</p>
230
268
  */
231
269
  updateEntity(args: UpdateEntityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEntityCommandOutput>;
232
270
  updateEntity(args: UpdateEntityCommandInput, cb: (err: any, data?: UpdateEntityCommandOutput) => void): void;
233
271
  updateEntity(args: UpdateEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEntityCommandOutput) => void): void;
234
272
  /**
273
+ * @public
235
274
  * <p>Update the pricing plan.</p>
236
275
  */
237
276
  updatePricingPlan(args: UpdatePricingPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePricingPlanCommandOutput>;
238
277
  updatePricingPlan(args: UpdatePricingPlanCommandInput, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
239
278
  updatePricingPlan(args: UpdatePricingPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePricingPlanCommandOutput) => void): void;
240
279
  /**
280
+ * @public
241
281
  * <p>Updates a scene.</p>
242
282
  */
243
283
  updateScene(args: UpdateSceneCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSceneCommandOutput>;
244
284
  updateScene(args: UpdateSceneCommandInput, cb: (err: any, data?: UpdateSceneCommandOutput) => void): void;
245
285
  updateScene(args: UpdateSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSceneCommandOutput) => void): void;
246
286
  /**
287
+ * @public
247
288
  * <p>Updates a workspace.</p>
248
289
  */
249
290
  updateWorkspace(args: UpdateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceCommandOutput>;
@@ -42,15 +42,24 @@ import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from ".
42
42
  import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "./commands/UpdateSceneCommand";
43
43
  import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
44
44
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
45
+ /**
46
+ * @public
47
+ */
45
48
  export type ServiceInputTypes = BatchPutPropertyValuesCommandInput | CreateComponentTypeCommandInput | CreateEntityCommandInput | CreateSceneCommandInput | CreateSyncJobCommandInput | CreateWorkspaceCommandInput | DeleteComponentTypeCommandInput | DeleteEntityCommandInput | DeleteSceneCommandInput | DeleteSyncJobCommandInput | DeleteWorkspaceCommandInput | ExecuteQueryCommandInput | GetComponentTypeCommandInput | GetEntityCommandInput | GetPricingPlanCommandInput | GetPropertyValueCommandInput | GetPropertyValueHistoryCommandInput | GetSceneCommandInput | GetSyncJobCommandInput | GetWorkspaceCommandInput | ListComponentTypesCommandInput | ListEntitiesCommandInput | ListScenesCommandInput | ListSyncJobsCommandInput | ListSyncResourcesCommandInput | ListTagsForResourceCommandInput | ListWorkspacesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateComponentTypeCommandInput | UpdateEntityCommandInput | UpdatePricingPlanCommandInput | UpdateSceneCommandInput | UpdateWorkspaceCommandInput;
49
+ /**
50
+ * @public
51
+ */
46
52
  export type ServiceOutputTypes = BatchPutPropertyValuesCommandOutput | CreateComponentTypeCommandOutput | CreateEntityCommandOutput | CreateSceneCommandOutput | CreateSyncJobCommandOutput | CreateWorkspaceCommandOutput | DeleteComponentTypeCommandOutput | DeleteEntityCommandOutput | DeleteSceneCommandOutput | DeleteSyncJobCommandOutput | DeleteWorkspaceCommandOutput | ExecuteQueryCommandOutput | GetComponentTypeCommandOutput | GetEntityCommandOutput | GetPricingPlanCommandOutput | GetPropertyValueCommandOutput | GetPropertyValueHistoryCommandOutput | GetSceneCommandOutput | GetSyncJobCommandOutput | GetWorkspaceCommandOutput | ListComponentTypesCommandOutput | ListEntitiesCommandOutput | ListScenesCommandOutput | ListSyncJobsCommandOutput | ListSyncResourcesCommandOutput | ListTagsForResourceCommandOutput | ListWorkspacesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateComponentTypeCommandOutput | UpdateEntityCommandOutput | UpdatePricingPlanCommandOutput | UpdateSceneCommandOutput | UpdateWorkspaceCommandOutput;
53
+ /**
54
+ * @public
55
+ */
47
56
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
48
57
  /**
49
58
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
50
59
  */
51
60
  requestHandler?: __HttpHandler;
52
61
  /**
53
- * A constructor for a class implementing the {@link __Checksum} interface
62
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
54
63
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
55
64
  * @internal
56
65
  */
@@ -140,28 +149,41 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
140
149
  */
141
150
  logger?: __Logger;
142
151
  /**
143
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
152
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
144
153
  */
145
154
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
146
155
  }
156
+ /**
157
+ * @public
158
+ */
147
159
  type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
148
160
  /**
149
- * The configuration interface of IoTTwinMakerClient class constructor that set the region, credentials and other options.
161
+ * @public
162
+ *
163
+ * The configuration interface of IoTTwinMakerClient class constructor that set the region, credentials and other options.
150
164
  */
151
165
  export interface IoTTwinMakerClientConfig extends IoTTwinMakerClientConfigType {
152
166
  }
167
+ /**
168
+ * @public
169
+ */
153
170
  type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
154
171
  /**
155
- * The resolved configuration interface of IoTTwinMakerClient class. This is resolved and normalized from the {@link IoTTwinMakerClientConfig | constructor configuration interface}.
172
+ * @public
173
+ *
174
+ * The resolved configuration interface of IoTTwinMakerClient class. This is resolved and normalized from the {@link IoTTwinMakerClientConfig | constructor configuration interface}.
156
175
  */
157
176
  export interface IoTTwinMakerClientResolvedConfig extends IoTTwinMakerClientResolvedConfigType {
158
177
  }
159
178
  /**
160
- * <p>IoT TwinMaker is a service that enables you to build operational digital twins of
161
- * physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors,
162
- * cameras, and enterprise applications so you can create data visualizations to monitor your
163
- * physical factory, building, or industrial plant. You can use this real-world data to
164
- * monitor operations and diagnose and repair errors.</p>
179
+ * @public
180
+ * <p>IoT TwinMaker is a service with which you
181
+ * can
182
+ * build operational digital twins of physical systems. IoT TwinMaker overlays measurements
183
+ * and analysis from real-world sensors, cameras, and enterprise applications so you can
184
+ * create data visualizations to monitor your physical factory, building, or industrial plant.
185
+ * You can use this real-world data to monitor operations and diagnose and repair
186
+ * errors.</p>
165
187
  */
166
188
  export declare class IoTTwinMakerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTTwinMakerClientResolvedConfig> {
167
189
  /**
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchPutPropertyValuesCommand}.
8
10
  */
9
11
  export interface BatchPutPropertyValuesCommandInput extends BatchPutPropertyValuesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchPutPropertyValuesCommand}.
13
17
  */
14
18
  export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyValuesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets values for multiple time series properties.</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 BatchPutPropertyValuesCommandOutput extends BatchPutPropertyVal
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchPutPropertyValuesCommandInput - {@link BatchPutPropertyValuesCommandInput}
34
+ * @returns {@link BatchPutPropertyValuesCommandOutput}
28
35
  * @see {@link BatchPutPropertyValuesCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchPutPropertyValuesCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -46,11 +53,20 @@ export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyVal
46
53
  export declare class BatchPutPropertyValuesCommand extends $Command<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig> {
47
54
  readonly input: BatchPutPropertyValuesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: BatchPutPropertyValuesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput>;
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 { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateComponentTypeCommand}.
8
10
  */
9
11
  export interface CreateComponentTypeCommandInput extends CreateComponentTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateComponentTypeCommand}.
13
17
  */
14
18
  export interface CreateComponentTypeCommandOutput extends CreateComponentTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a component type.</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 CreateComponentTypeCommandOutput extends CreateComponentTypeRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateComponentTypeCommandInput - {@link CreateComponentTypeCommandInput}
34
+ * @returns {@link CreateComponentTypeCommandOutput}
28
35
  * @see {@link CreateComponentTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateComponentTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateComponentTypeCommandOutput extends CreateComponentTypeRes
52
59
  export declare class CreateComponentTypeCommand extends $Command<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: CreateComponentTypeCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateComponentTypeCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEntityCommand}.
8
10
  */
9
11
  export interface CreateEntityCommandInput extends CreateEntityRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEntityCommand}.
13
17
  */
14
18
  export interface CreateEntityCommandOutput extends CreateEntityResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates 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 CreateEntityCommandOutput extends CreateEntityResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateEntityCommandInput - {@link CreateEntityCommandInput}
34
+ * @returns {@link CreateEntityCommandOutput}
28
35
  * @see {@link CreateEntityCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateEntityCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateEntityCommandOutput extends CreateEntityResponse, __Metad
52
59
  export declare class CreateEntityCommand extends $Command<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: CreateEntityCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateEntityCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntityCommandInput, CreateEntityCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSceneCommand}.
8
10
  */
9
11
  export interface CreateSceneCommandInput extends CreateSceneRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSceneCommand}.
13
17
  */
14
18
  export interface CreateSceneCommandOutput extends CreateSceneResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates 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 CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSceneCommandInput - {@link CreateSceneCommandInput}
34
+ * @returns {@link CreateSceneCommandOutput}
28
35
  * @see {@link CreateSceneCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSceneCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateSceneCommandOutput extends CreateSceneResponse, __Metadat
52
59
  export declare class CreateSceneCommand extends $Command<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: CreateSceneCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateSceneCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSceneCommandInput, CreateSceneCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
5
5
  import { CreateSyncJobRequest, CreateSyncJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateSyncJobCommand}.
8
10
  */
9
11
  export interface CreateSyncJobCommandInput extends CreateSyncJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateSyncJobCommand}.
13
17
  */
14
18
  export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action creates a SyncJob.</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 CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateSyncJobCommandInput - {@link CreateSyncJobCommandInput}
34
+ * @returns {@link CreateSyncJobCommandOutput}
28
35
  * @see {@link CreateSyncJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateSyncJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateSyncJobCommandOutput extends CreateSyncJobResponse, __Met
52
59
  export declare class CreateSyncJobCommand extends $Command<CreateSyncJobCommandInput, CreateSyncJobCommandOutput, IoTTwinMakerClientResolvedConfig> {
53
60
  readonly input: CreateSyncJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateSyncJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSyncJobCommandInput, CreateSyncJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }