@aws-sdk/client-iottwinmaker 3.168.0 → 3.170.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 (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/IoTTwinMaker.d.ts +472 -135
  3. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +286 -99
  4. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +38 -17
  6. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +6 -6
  33. package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +8 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +1252 -1159
  36. package/dist-types/ts3.4/pagination/GetPropertyValueHistoryPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/ListComponentTypesPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListScenesPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  48. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
@@ -1,135 +1,472 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput } from "./commands/BatchPutPropertyValuesCommand";
3
- import { CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput } from "./commands/CreateComponentTypeCommand";
4
- import { CreateEntityCommandInput, CreateEntityCommandOutput } from "./commands/CreateEntityCommand";
5
- import { CreateSceneCommandInput, CreateSceneCommandOutput } from "./commands/CreateSceneCommand";
6
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
7
- import { DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput } from "./commands/DeleteComponentTypeCommand";
8
- import { DeleteEntityCommandInput, DeleteEntityCommandOutput } from "./commands/DeleteEntityCommand";
9
- import { DeleteSceneCommandInput, DeleteSceneCommandOutput } from "./commands/DeleteSceneCommand";
10
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
11
- import { GetComponentTypeCommandInput, GetComponentTypeCommandOutput } from "./commands/GetComponentTypeCommand";
12
- import { GetEntityCommandInput, GetEntityCommandOutput } from "./commands/GetEntityCommand";
13
- import { GetPropertyValueCommandInput, GetPropertyValueCommandOutput } from "./commands/GetPropertyValueCommand";
14
- import { GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput } from "./commands/GetPropertyValueHistoryCommand";
15
- import { GetSceneCommandInput, GetSceneCommandOutput } from "./commands/GetSceneCommand";
16
- import { GetWorkspaceCommandInput, GetWorkspaceCommandOutput } from "./commands/GetWorkspaceCommand";
17
- import { ListComponentTypesCommandInput, ListComponentTypesCommandOutput } from "./commands/ListComponentTypesCommand";
18
- import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "./commands/ListEntitiesCommand";
19
- import { ListScenesCommandInput, ListScenesCommandOutput } from "./commands/ListScenesCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
21
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
23
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
24
- import { UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput } from "./commands/UpdateComponentTypeCommand";
25
- import { UpdateEntityCommandInput, UpdateEntityCommandOutput } from "./commands/UpdateEntityCommand";
26
- import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "./commands/UpdateSceneCommand";
27
- import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
28
- import { IoTTwinMakerClient } from "./IoTTwinMakerClient";
29
-
30
- export declare class IoTTwinMaker extends IoTTwinMakerClient {
31
-
32
- batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, options?: __HttpHandlerOptions): Promise<BatchPutPropertyValuesCommandOutput>;
33
- batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void): void;
34
- batchPutPropertyValues(args: BatchPutPropertyValuesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void): void;
35
-
36
- createComponentType(args: CreateComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateComponentTypeCommandOutput>;
37
- createComponentType(args: CreateComponentTypeCommandInput, cb: (err: any, data?: CreateComponentTypeCommandOutput) => void): void;
38
- createComponentType(args: CreateComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateComponentTypeCommandOutput) => void): void;
39
-
40
- createEntity(args: CreateEntityCommandInput, options?: __HttpHandlerOptions): Promise<CreateEntityCommandOutput>;
41
- createEntity(args: CreateEntityCommandInput, cb: (err: any, data?: CreateEntityCommandOutput) => void): void;
42
- createEntity(args: CreateEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEntityCommandOutput) => void): void;
43
-
44
- createScene(args: CreateSceneCommandInput, options?: __HttpHandlerOptions): Promise<CreateSceneCommandOutput>;
45
- createScene(args: CreateSceneCommandInput, cb: (err: any, data?: CreateSceneCommandOutput) => void): void;
46
- createScene(args: CreateSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSceneCommandOutput) => void): void;
47
-
48
- createWorkspace(args: CreateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkspaceCommandOutput>;
49
- createWorkspace(args: CreateWorkspaceCommandInput, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
50
- createWorkspace(args: CreateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkspaceCommandOutput) => void): void;
51
-
52
- deleteComponentType(args: DeleteComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteComponentTypeCommandOutput>;
53
- deleteComponentType(args: DeleteComponentTypeCommandInput, cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void): void;
54
- deleteComponentType(args: DeleteComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void): void;
55
-
56
- deleteEntity(args: DeleteEntityCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEntityCommandOutput>;
57
- deleteEntity(args: DeleteEntityCommandInput, cb: (err: any, data?: DeleteEntityCommandOutput) => void): void;
58
- deleteEntity(args: DeleteEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEntityCommandOutput) => void): void;
59
-
60
- deleteScene(args: DeleteSceneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSceneCommandOutput>;
61
- deleteScene(args: DeleteSceneCommandInput, cb: (err: any, data?: DeleteSceneCommandOutput) => void): void;
62
- deleteScene(args: DeleteSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSceneCommandOutput) => void): void;
63
-
64
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWorkspaceCommandOutput>;
65
- deleteWorkspace(args: DeleteWorkspaceCommandInput, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
66
- deleteWorkspace(args: DeleteWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void): void;
67
-
68
- getComponentType(args: GetComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetComponentTypeCommandOutput>;
69
- getComponentType(args: GetComponentTypeCommandInput, cb: (err: any, data?: GetComponentTypeCommandOutput) => void): void;
70
- getComponentType(args: GetComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetComponentTypeCommandOutput) => void): void;
71
-
72
- getEntity(args: GetEntityCommandInput, options?: __HttpHandlerOptions): Promise<GetEntityCommandOutput>;
73
- getEntity(args: GetEntityCommandInput, cb: (err: any, data?: GetEntityCommandOutput) => void): void;
74
- getEntity(args: GetEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntityCommandOutput) => void): void;
75
-
76
- getPropertyValue(args: GetPropertyValueCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertyValueCommandOutput>;
77
- getPropertyValue(args: GetPropertyValueCommandInput, cb: (err: any, data?: GetPropertyValueCommandOutput) => void): void;
78
- getPropertyValue(args: GetPropertyValueCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertyValueCommandOutput) => void): void;
79
-
80
- getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertyValueHistoryCommandOutput>;
81
- getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void): void;
82
- getPropertyValueHistory(args: GetPropertyValueHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void): void;
83
-
84
- getScene(args: GetSceneCommandInput, options?: __HttpHandlerOptions): Promise<GetSceneCommandOutput>;
85
- getScene(args: GetSceneCommandInput, cb: (err: any, data?: GetSceneCommandOutput) => void): void;
86
- getScene(args: GetSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSceneCommandOutput) => void): void;
87
-
88
- getWorkspace(args: GetWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<GetWorkspaceCommandOutput>;
89
- getWorkspace(args: GetWorkspaceCommandInput, cb: (err: any, data?: GetWorkspaceCommandOutput) => void): void;
90
- getWorkspace(args: GetWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWorkspaceCommandOutput) => void): void;
91
-
92
- listComponentTypes(args: ListComponentTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListComponentTypesCommandOutput>;
93
- listComponentTypes(args: ListComponentTypesCommandInput, cb: (err: any, data?: ListComponentTypesCommandOutput) => void): void;
94
- listComponentTypes(args: ListComponentTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListComponentTypesCommandOutput) => void): void;
95
-
96
- listEntities(args: ListEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListEntitiesCommandOutput>;
97
- listEntities(args: ListEntitiesCommandInput, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
98
- listEntities(args: ListEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEntitiesCommandOutput) => void): void;
99
-
100
- listScenes(args: ListScenesCommandInput, options?: __HttpHandlerOptions): Promise<ListScenesCommandOutput>;
101
- listScenes(args: ListScenesCommandInput, cb: (err: any, data?: ListScenesCommandOutput) => void): void;
102
- listScenes(args: ListScenesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListScenesCommandOutput) => void): void;
103
-
104
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
105
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
106
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
107
-
108
- listWorkspaces(args: ListWorkspacesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkspacesCommandOutput>;
109
- listWorkspaces(args: ListWorkspacesCommandInput, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
110
- listWorkspaces(args: ListWorkspacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkspacesCommandOutput) => void): void;
111
-
112
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
113
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
114
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
115
-
116
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
117
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
118
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
119
-
120
- updateComponentType(args: UpdateComponentTypeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateComponentTypeCommandOutput>;
121
- updateComponentType(args: UpdateComponentTypeCommandInput, cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void): void;
122
- updateComponentType(args: UpdateComponentTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void): void;
123
-
124
- updateEntity(args: UpdateEntityCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEntityCommandOutput>;
125
- updateEntity(args: UpdateEntityCommandInput, cb: (err: any, data?: UpdateEntityCommandOutput) => void): void;
126
- updateEntity(args: UpdateEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEntityCommandOutput) => void): void;
127
-
128
- updateScene(args: UpdateSceneCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSceneCommandOutput>;
129
- updateScene(args: UpdateSceneCommandInput, cb: (err: any, data?: UpdateSceneCommandOutput) => void): void;
130
- updateScene(args: UpdateSceneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSceneCommandOutput) => void): void;
131
-
132
- updateWorkspace(args: UpdateWorkspaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceCommandOutput>;
133
- updateWorkspace(args: UpdateWorkspaceCommandInput, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
134
- updateWorkspace(args: UpdateWorkspaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void): void;
135
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ BatchPutPropertyValuesCommandInput,
4
+ BatchPutPropertyValuesCommandOutput,
5
+ } from "./commands/BatchPutPropertyValuesCommand";
6
+ import {
7
+ CreateComponentTypeCommandInput,
8
+ CreateComponentTypeCommandOutput,
9
+ } from "./commands/CreateComponentTypeCommand";
10
+ import {
11
+ CreateEntityCommandInput,
12
+ CreateEntityCommandOutput,
13
+ } from "./commands/CreateEntityCommand";
14
+ import {
15
+ CreateSceneCommandInput,
16
+ CreateSceneCommandOutput,
17
+ } from "./commands/CreateSceneCommand";
18
+ import {
19
+ CreateWorkspaceCommandInput,
20
+ CreateWorkspaceCommandOutput,
21
+ } from "./commands/CreateWorkspaceCommand";
22
+ import {
23
+ DeleteComponentTypeCommandInput,
24
+ DeleteComponentTypeCommandOutput,
25
+ } from "./commands/DeleteComponentTypeCommand";
26
+ import {
27
+ DeleteEntityCommandInput,
28
+ DeleteEntityCommandOutput,
29
+ } from "./commands/DeleteEntityCommand";
30
+ import {
31
+ DeleteSceneCommandInput,
32
+ DeleteSceneCommandOutput,
33
+ } from "./commands/DeleteSceneCommand";
34
+ import {
35
+ DeleteWorkspaceCommandInput,
36
+ DeleteWorkspaceCommandOutput,
37
+ } from "./commands/DeleteWorkspaceCommand";
38
+ import {
39
+ GetComponentTypeCommandInput,
40
+ GetComponentTypeCommandOutput,
41
+ } from "./commands/GetComponentTypeCommand";
42
+ import {
43
+ GetEntityCommandInput,
44
+ GetEntityCommandOutput,
45
+ } from "./commands/GetEntityCommand";
46
+ import {
47
+ GetPropertyValueCommandInput,
48
+ GetPropertyValueCommandOutput,
49
+ } from "./commands/GetPropertyValueCommand";
50
+ import {
51
+ GetPropertyValueHistoryCommandInput,
52
+ GetPropertyValueHistoryCommandOutput,
53
+ } from "./commands/GetPropertyValueHistoryCommand";
54
+ import {
55
+ GetSceneCommandInput,
56
+ GetSceneCommandOutput,
57
+ } from "./commands/GetSceneCommand";
58
+ import {
59
+ GetWorkspaceCommandInput,
60
+ GetWorkspaceCommandOutput,
61
+ } from "./commands/GetWorkspaceCommand";
62
+ import {
63
+ ListComponentTypesCommandInput,
64
+ ListComponentTypesCommandOutput,
65
+ } from "./commands/ListComponentTypesCommand";
66
+ import {
67
+ ListEntitiesCommandInput,
68
+ ListEntitiesCommandOutput,
69
+ } from "./commands/ListEntitiesCommand";
70
+ import {
71
+ ListScenesCommandInput,
72
+ ListScenesCommandOutput,
73
+ } from "./commands/ListScenesCommand";
74
+ import {
75
+ ListTagsForResourceCommandInput,
76
+ ListTagsForResourceCommandOutput,
77
+ } from "./commands/ListTagsForResourceCommand";
78
+ import {
79
+ ListWorkspacesCommandInput,
80
+ ListWorkspacesCommandOutput,
81
+ } from "./commands/ListWorkspacesCommand";
82
+ import {
83
+ TagResourceCommandInput,
84
+ TagResourceCommandOutput,
85
+ } from "./commands/TagResourceCommand";
86
+ import {
87
+ UntagResourceCommandInput,
88
+ UntagResourceCommandOutput,
89
+ } from "./commands/UntagResourceCommand";
90
+ import {
91
+ UpdateComponentTypeCommandInput,
92
+ UpdateComponentTypeCommandOutput,
93
+ } from "./commands/UpdateComponentTypeCommand";
94
+ import {
95
+ UpdateEntityCommandInput,
96
+ UpdateEntityCommandOutput,
97
+ } from "./commands/UpdateEntityCommand";
98
+ import {
99
+ UpdateSceneCommandInput,
100
+ UpdateSceneCommandOutput,
101
+ } from "./commands/UpdateSceneCommand";
102
+ import {
103
+ UpdateWorkspaceCommandInput,
104
+ UpdateWorkspaceCommandOutput,
105
+ } from "./commands/UpdateWorkspaceCommand";
106
+ import { IoTTwinMakerClient } from "./IoTTwinMakerClient";
107
+
108
+ export declare class IoTTwinMaker extends IoTTwinMakerClient {
109
+ batchPutPropertyValues(
110
+ args: BatchPutPropertyValuesCommandInput,
111
+ options?: __HttpHandlerOptions
112
+ ): Promise<BatchPutPropertyValuesCommandOutput>;
113
+ batchPutPropertyValues(
114
+ args: BatchPutPropertyValuesCommandInput,
115
+ cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void
116
+ ): void;
117
+ batchPutPropertyValues(
118
+ args: BatchPutPropertyValuesCommandInput,
119
+ options: __HttpHandlerOptions,
120
+ cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void
121
+ ): void;
122
+
123
+ createComponentType(
124
+ args: CreateComponentTypeCommandInput,
125
+ options?: __HttpHandlerOptions
126
+ ): Promise<CreateComponentTypeCommandOutput>;
127
+ createComponentType(
128
+ args: CreateComponentTypeCommandInput,
129
+ cb: (err: any, data?: CreateComponentTypeCommandOutput) => void
130
+ ): void;
131
+ createComponentType(
132
+ args: CreateComponentTypeCommandInput,
133
+ options: __HttpHandlerOptions,
134
+ cb: (err: any, data?: CreateComponentTypeCommandOutput) => void
135
+ ): void;
136
+
137
+ createEntity(
138
+ args: CreateEntityCommandInput,
139
+ options?: __HttpHandlerOptions
140
+ ): Promise<CreateEntityCommandOutput>;
141
+ createEntity(
142
+ args: CreateEntityCommandInput,
143
+ cb: (err: any, data?: CreateEntityCommandOutput) => void
144
+ ): void;
145
+ createEntity(
146
+ args: CreateEntityCommandInput,
147
+ options: __HttpHandlerOptions,
148
+ cb: (err: any, data?: CreateEntityCommandOutput) => void
149
+ ): void;
150
+
151
+ createScene(
152
+ args: CreateSceneCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<CreateSceneCommandOutput>;
155
+ createScene(
156
+ args: CreateSceneCommandInput,
157
+ cb: (err: any, data?: CreateSceneCommandOutput) => void
158
+ ): void;
159
+ createScene(
160
+ args: CreateSceneCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: CreateSceneCommandOutput) => void
163
+ ): void;
164
+
165
+ createWorkspace(
166
+ args: CreateWorkspaceCommandInput,
167
+ options?: __HttpHandlerOptions
168
+ ): Promise<CreateWorkspaceCommandOutput>;
169
+ createWorkspace(
170
+ args: CreateWorkspaceCommandInput,
171
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
172
+ ): void;
173
+ createWorkspace(
174
+ args: CreateWorkspaceCommandInput,
175
+ options: __HttpHandlerOptions,
176
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
177
+ ): void;
178
+
179
+ deleteComponentType(
180
+ args: DeleteComponentTypeCommandInput,
181
+ options?: __HttpHandlerOptions
182
+ ): Promise<DeleteComponentTypeCommandOutput>;
183
+ deleteComponentType(
184
+ args: DeleteComponentTypeCommandInput,
185
+ cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void
186
+ ): void;
187
+ deleteComponentType(
188
+ args: DeleteComponentTypeCommandInput,
189
+ options: __HttpHandlerOptions,
190
+ cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void
191
+ ): void;
192
+
193
+ deleteEntity(
194
+ args: DeleteEntityCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<DeleteEntityCommandOutput>;
197
+ deleteEntity(
198
+ args: DeleteEntityCommandInput,
199
+ cb: (err: any, data?: DeleteEntityCommandOutput) => void
200
+ ): void;
201
+ deleteEntity(
202
+ args: DeleteEntityCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: DeleteEntityCommandOutput) => void
205
+ ): void;
206
+
207
+ deleteScene(
208
+ args: DeleteSceneCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<DeleteSceneCommandOutput>;
211
+ deleteScene(
212
+ args: DeleteSceneCommandInput,
213
+ cb: (err: any, data?: DeleteSceneCommandOutput) => void
214
+ ): void;
215
+ deleteScene(
216
+ args: DeleteSceneCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: DeleteSceneCommandOutput) => void
219
+ ): void;
220
+
221
+ deleteWorkspace(
222
+ args: DeleteWorkspaceCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<DeleteWorkspaceCommandOutput>;
225
+ deleteWorkspace(
226
+ args: DeleteWorkspaceCommandInput,
227
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
228
+ ): void;
229
+ deleteWorkspace(
230
+ args: DeleteWorkspaceCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
233
+ ): void;
234
+
235
+ getComponentType(
236
+ args: GetComponentTypeCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<GetComponentTypeCommandOutput>;
239
+ getComponentType(
240
+ args: GetComponentTypeCommandInput,
241
+ cb: (err: any, data?: GetComponentTypeCommandOutput) => void
242
+ ): void;
243
+ getComponentType(
244
+ args: GetComponentTypeCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: GetComponentTypeCommandOutput) => void
247
+ ): void;
248
+
249
+ getEntity(
250
+ args: GetEntityCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<GetEntityCommandOutput>;
253
+ getEntity(
254
+ args: GetEntityCommandInput,
255
+ cb: (err: any, data?: GetEntityCommandOutput) => void
256
+ ): void;
257
+ getEntity(
258
+ args: GetEntityCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: GetEntityCommandOutput) => void
261
+ ): void;
262
+
263
+ getPropertyValue(
264
+ args: GetPropertyValueCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<GetPropertyValueCommandOutput>;
267
+ getPropertyValue(
268
+ args: GetPropertyValueCommandInput,
269
+ cb: (err: any, data?: GetPropertyValueCommandOutput) => void
270
+ ): void;
271
+ getPropertyValue(
272
+ args: GetPropertyValueCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: GetPropertyValueCommandOutput) => void
275
+ ): void;
276
+
277
+ getPropertyValueHistory(
278
+ args: GetPropertyValueHistoryCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<GetPropertyValueHistoryCommandOutput>;
281
+ getPropertyValueHistory(
282
+ args: GetPropertyValueHistoryCommandInput,
283
+ cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void
284
+ ): void;
285
+ getPropertyValueHistory(
286
+ args: GetPropertyValueHistoryCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void
289
+ ): void;
290
+
291
+ getScene(
292
+ args: GetSceneCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<GetSceneCommandOutput>;
295
+ getScene(
296
+ args: GetSceneCommandInput,
297
+ cb: (err: any, data?: GetSceneCommandOutput) => void
298
+ ): void;
299
+ getScene(
300
+ args: GetSceneCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: GetSceneCommandOutput) => void
303
+ ): void;
304
+
305
+ getWorkspace(
306
+ args: GetWorkspaceCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<GetWorkspaceCommandOutput>;
309
+ getWorkspace(
310
+ args: GetWorkspaceCommandInput,
311
+ cb: (err: any, data?: GetWorkspaceCommandOutput) => void
312
+ ): void;
313
+ getWorkspace(
314
+ args: GetWorkspaceCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: GetWorkspaceCommandOutput) => void
317
+ ): void;
318
+
319
+ listComponentTypes(
320
+ args: ListComponentTypesCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<ListComponentTypesCommandOutput>;
323
+ listComponentTypes(
324
+ args: ListComponentTypesCommandInput,
325
+ cb: (err: any, data?: ListComponentTypesCommandOutput) => void
326
+ ): void;
327
+ listComponentTypes(
328
+ args: ListComponentTypesCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: ListComponentTypesCommandOutput) => void
331
+ ): void;
332
+
333
+ listEntities(
334
+ args: ListEntitiesCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<ListEntitiesCommandOutput>;
337
+ listEntities(
338
+ args: ListEntitiesCommandInput,
339
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void
340
+ ): void;
341
+ listEntities(
342
+ args: ListEntitiesCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void
345
+ ): void;
346
+
347
+ listScenes(
348
+ args: ListScenesCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<ListScenesCommandOutput>;
351
+ listScenes(
352
+ args: ListScenesCommandInput,
353
+ cb: (err: any, data?: ListScenesCommandOutput) => void
354
+ ): void;
355
+ listScenes(
356
+ args: ListScenesCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: ListScenesCommandOutput) => void
359
+ ): void;
360
+
361
+ listTagsForResource(
362
+ args: ListTagsForResourceCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<ListTagsForResourceCommandOutput>;
365
+ listTagsForResource(
366
+ args: ListTagsForResourceCommandInput,
367
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
368
+ ): void;
369
+ listTagsForResource(
370
+ args: ListTagsForResourceCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
373
+ ): void;
374
+
375
+ listWorkspaces(
376
+ args: ListWorkspacesCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<ListWorkspacesCommandOutput>;
379
+ listWorkspaces(
380
+ args: ListWorkspacesCommandInput,
381
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
382
+ ): void;
383
+ listWorkspaces(
384
+ args: ListWorkspacesCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
387
+ ): void;
388
+
389
+ tagResource(
390
+ args: TagResourceCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<TagResourceCommandOutput>;
393
+ tagResource(
394
+ args: TagResourceCommandInput,
395
+ cb: (err: any, data?: TagResourceCommandOutput) => void
396
+ ): void;
397
+ tagResource(
398
+ args: TagResourceCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: TagResourceCommandOutput) => void
401
+ ): void;
402
+
403
+ untagResource(
404
+ args: UntagResourceCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<UntagResourceCommandOutput>;
407
+ untagResource(
408
+ args: UntagResourceCommandInput,
409
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
410
+ ): void;
411
+ untagResource(
412
+ args: UntagResourceCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
415
+ ): void;
416
+
417
+ updateComponentType(
418
+ args: UpdateComponentTypeCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<UpdateComponentTypeCommandOutput>;
421
+ updateComponentType(
422
+ args: UpdateComponentTypeCommandInput,
423
+ cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void
424
+ ): void;
425
+ updateComponentType(
426
+ args: UpdateComponentTypeCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void
429
+ ): void;
430
+
431
+ updateEntity(
432
+ args: UpdateEntityCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<UpdateEntityCommandOutput>;
435
+ updateEntity(
436
+ args: UpdateEntityCommandInput,
437
+ cb: (err: any, data?: UpdateEntityCommandOutput) => void
438
+ ): void;
439
+ updateEntity(
440
+ args: UpdateEntityCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: UpdateEntityCommandOutput) => void
443
+ ): void;
444
+
445
+ updateScene(
446
+ args: UpdateSceneCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<UpdateSceneCommandOutput>;
449
+ updateScene(
450
+ args: UpdateSceneCommandInput,
451
+ cb: (err: any, data?: UpdateSceneCommandOutput) => void
452
+ ): void;
453
+ updateScene(
454
+ args: UpdateSceneCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: UpdateSceneCommandOutput) => void
457
+ ): void;
458
+
459
+ updateWorkspace(
460
+ args: UpdateWorkspaceCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<UpdateWorkspaceCommandOutput>;
463
+ updateWorkspace(
464
+ args: UpdateWorkspaceCommandInput,
465
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
466
+ ): void;
467
+ updateWorkspace(
468
+ args: UpdateWorkspaceCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
471
+ ): void;
472
+ }