@aws-sdk/client-iottwinmaker 3.169.0 → 3.171.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 +446 -135
  3. package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +261 -99
  4. package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +36 -17
  6. package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +35 -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 +7 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +893 -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 +65 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-iottwinmaker
@@ -1,135 +1,446 @@
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
+ export declare class IoTTwinMaker extends IoTTwinMakerClient {
108
+ batchPutPropertyValues(
109
+ args: BatchPutPropertyValuesCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<BatchPutPropertyValuesCommandOutput>;
112
+ batchPutPropertyValues(
113
+ args: BatchPutPropertyValuesCommandInput,
114
+ cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void
115
+ ): void;
116
+ batchPutPropertyValues(
117
+ args: BatchPutPropertyValuesCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void
120
+ ): void;
121
+ createComponentType(
122
+ args: CreateComponentTypeCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateComponentTypeCommandOutput>;
125
+ createComponentType(
126
+ args: CreateComponentTypeCommandInput,
127
+ cb: (err: any, data?: CreateComponentTypeCommandOutput) => void
128
+ ): void;
129
+ createComponentType(
130
+ args: CreateComponentTypeCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateComponentTypeCommandOutput) => void
133
+ ): void;
134
+ createEntity(
135
+ args: CreateEntityCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<CreateEntityCommandOutput>;
138
+ createEntity(
139
+ args: CreateEntityCommandInput,
140
+ cb: (err: any, data?: CreateEntityCommandOutput) => void
141
+ ): void;
142
+ createEntity(
143
+ args: CreateEntityCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: CreateEntityCommandOutput) => void
146
+ ): void;
147
+ createScene(
148
+ args: CreateSceneCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<CreateSceneCommandOutput>;
151
+ createScene(
152
+ args: CreateSceneCommandInput,
153
+ cb: (err: any, data?: CreateSceneCommandOutput) => void
154
+ ): void;
155
+ createScene(
156
+ args: CreateSceneCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: CreateSceneCommandOutput) => void
159
+ ): void;
160
+ createWorkspace(
161
+ args: CreateWorkspaceCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<CreateWorkspaceCommandOutput>;
164
+ createWorkspace(
165
+ args: CreateWorkspaceCommandInput,
166
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
167
+ ): void;
168
+ createWorkspace(
169
+ args: CreateWorkspaceCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
172
+ ): void;
173
+ deleteComponentType(
174
+ args: DeleteComponentTypeCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DeleteComponentTypeCommandOutput>;
177
+ deleteComponentType(
178
+ args: DeleteComponentTypeCommandInput,
179
+ cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void
180
+ ): void;
181
+ deleteComponentType(
182
+ args: DeleteComponentTypeCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void
185
+ ): void;
186
+ deleteEntity(
187
+ args: DeleteEntityCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<DeleteEntityCommandOutput>;
190
+ deleteEntity(
191
+ args: DeleteEntityCommandInput,
192
+ cb: (err: any, data?: DeleteEntityCommandOutput) => void
193
+ ): void;
194
+ deleteEntity(
195
+ args: DeleteEntityCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: DeleteEntityCommandOutput) => void
198
+ ): void;
199
+ deleteScene(
200
+ args: DeleteSceneCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DeleteSceneCommandOutput>;
203
+ deleteScene(
204
+ args: DeleteSceneCommandInput,
205
+ cb: (err: any, data?: DeleteSceneCommandOutput) => void
206
+ ): void;
207
+ deleteScene(
208
+ args: DeleteSceneCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DeleteSceneCommandOutput) => void
211
+ ): void;
212
+ deleteWorkspace(
213
+ args: DeleteWorkspaceCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<DeleteWorkspaceCommandOutput>;
216
+ deleteWorkspace(
217
+ args: DeleteWorkspaceCommandInput,
218
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
219
+ ): void;
220
+ deleteWorkspace(
221
+ args: DeleteWorkspaceCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
224
+ ): void;
225
+ getComponentType(
226
+ args: GetComponentTypeCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<GetComponentTypeCommandOutput>;
229
+ getComponentType(
230
+ args: GetComponentTypeCommandInput,
231
+ cb: (err: any, data?: GetComponentTypeCommandOutput) => void
232
+ ): void;
233
+ getComponentType(
234
+ args: GetComponentTypeCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: GetComponentTypeCommandOutput) => void
237
+ ): void;
238
+ getEntity(
239
+ args: GetEntityCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<GetEntityCommandOutput>;
242
+ getEntity(
243
+ args: GetEntityCommandInput,
244
+ cb: (err: any, data?: GetEntityCommandOutput) => void
245
+ ): void;
246
+ getEntity(
247
+ args: GetEntityCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: GetEntityCommandOutput) => void
250
+ ): void;
251
+ getPropertyValue(
252
+ args: GetPropertyValueCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<GetPropertyValueCommandOutput>;
255
+ getPropertyValue(
256
+ args: GetPropertyValueCommandInput,
257
+ cb: (err: any, data?: GetPropertyValueCommandOutput) => void
258
+ ): void;
259
+ getPropertyValue(
260
+ args: GetPropertyValueCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: GetPropertyValueCommandOutput) => void
263
+ ): void;
264
+ getPropertyValueHistory(
265
+ args: GetPropertyValueHistoryCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<GetPropertyValueHistoryCommandOutput>;
268
+ getPropertyValueHistory(
269
+ args: GetPropertyValueHistoryCommandInput,
270
+ cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void
271
+ ): void;
272
+ getPropertyValueHistory(
273
+ args: GetPropertyValueHistoryCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void
276
+ ): void;
277
+ getScene(
278
+ args: GetSceneCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<GetSceneCommandOutput>;
281
+ getScene(
282
+ args: GetSceneCommandInput,
283
+ cb: (err: any, data?: GetSceneCommandOutput) => void
284
+ ): void;
285
+ getScene(
286
+ args: GetSceneCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: GetSceneCommandOutput) => void
289
+ ): void;
290
+ getWorkspace(
291
+ args: GetWorkspaceCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<GetWorkspaceCommandOutput>;
294
+ getWorkspace(
295
+ args: GetWorkspaceCommandInput,
296
+ cb: (err: any, data?: GetWorkspaceCommandOutput) => void
297
+ ): void;
298
+ getWorkspace(
299
+ args: GetWorkspaceCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: GetWorkspaceCommandOutput) => void
302
+ ): void;
303
+ listComponentTypes(
304
+ args: ListComponentTypesCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<ListComponentTypesCommandOutput>;
307
+ listComponentTypes(
308
+ args: ListComponentTypesCommandInput,
309
+ cb: (err: any, data?: ListComponentTypesCommandOutput) => void
310
+ ): void;
311
+ listComponentTypes(
312
+ args: ListComponentTypesCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: ListComponentTypesCommandOutput) => void
315
+ ): void;
316
+ listEntities(
317
+ args: ListEntitiesCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<ListEntitiesCommandOutput>;
320
+ listEntities(
321
+ args: ListEntitiesCommandInput,
322
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void
323
+ ): void;
324
+ listEntities(
325
+ args: ListEntitiesCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: ListEntitiesCommandOutput) => void
328
+ ): void;
329
+ listScenes(
330
+ args: ListScenesCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<ListScenesCommandOutput>;
333
+ listScenes(
334
+ args: ListScenesCommandInput,
335
+ cb: (err: any, data?: ListScenesCommandOutput) => void
336
+ ): void;
337
+ listScenes(
338
+ args: ListScenesCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: ListScenesCommandOutput) => void
341
+ ): void;
342
+ listTagsForResource(
343
+ args: ListTagsForResourceCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<ListTagsForResourceCommandOutput>;
346
+ listTagsForResource(
347
+ args: ListTagsForResourceCommandInput,
348
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
349
+ ): void;
350
+ listTagsForResource(
351
+ args: ListTagsForResourceCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
354
+ ): void;
355
+ listWorkspaces(
356
+ args: ListWorkspacesCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<ListWorkspacesCommandOutput>;
359
+ listWorkspaces(
360
+ args: ListWorkspacesCommandInput,
361
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
362
+ ): void;
363
+ listWorkspaces(
364
+ args: ListWorkspacesCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: ListWorkspacesCommandOutput) => void
367
+ ): void;
368
+ tagResource(
369
+ args: TagResourceCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<TagResourceCommandOutput>;
372
+ tagResource(
373
+ args: TagResourceCommandInput,
374
+ cb: (err: any, data?: TagResourceCommandOutput) => void
375
+ ): void;
376
+ tagResource(
377
+ args: TagResourceCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: TagResourceCommandOutput) => void
380
+ ): void;
381
+ untagResource(
382
+ args: UntagResourceCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<UntagResourceCommandOutput>;
385
+ untagResource(
386
+ args: UntagResourceCommandInput,
387
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
388
+ ): void;
389
+ untagResource(
390
+ args: UntagResourceCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
393
+ ): void;
394
+ updateComponentType(
395
+ args: UpdateComponentTypeCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UpdateComponentTypeCommandOutput>;
398
+ updateComponentType(
399
+ args: UpdateComponentTypeCommandInput,
400
+ cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void
401
+ ): void;
402
+ updateComponentType(
403
+ args: UpdateComponentTypeCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void
406
+ ): void;
407
+ updateEntity(
408
+ args: UpdateEntityCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<UpdateEntityCommandOutput>;
411
+ updateEntity(
412
+ args: UpdateEntityCommandInput,
413
+ cb: (err: any, data?: UpdateEntityCommandOutput) => void
414
+ ): void;
415
+ updateEntity(
416
+ args: UpdateEntityCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: UpdateEntityCommandOutput) => void
419
+ ): void;
420
+ updateScene(
421
+ args: UpdateSceneCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<UpdateSceneCommandOutput>;
424
+ updateScene(
425
+ args: UpdateSceneCommandInput,
426
+ cb: (err: any, data?: UpdateSceneCommandOutput) => void
427
+ ): void;
428
+ updateScene(
429
+ args: UpdateSceneCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: UpdateSceneCommandOutput) => void
432
+ ): void;
433
+ updateWorkspace(
434
+ args: UpdateWorkspaceCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<UpdateWorkspaceCommandOutput>;
437
+ updateWorkspace(
438
+ args: UpdateWorkspaceCommandInput,
439
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
440
+ ): void;
441
+ updateWorkspace(
442
+ args: UpdateWorkspaceCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: UpdateWorkspaceCommandOutput) => void
445
+ ): void;
446
+ }