@aws-sdk/client-iottwinmaker 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/IoTTwinMaker.d.ts +0 -26
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -359
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-iottwinmaker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-iottwinmaker
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-iottwinmaker
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: IoTTwinMakerClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -104,7 +104,6 @@ import {
|
|
|
104
104
|
UpdateWorkspaceCommandOutput,
|
|
105
105
|
} from "./commands/UpdateWorkspaceCommand";
|
|
106
106
|
import { IoTTwinMakerClient } from "./IoTTwinMakerClient";
|
|
107
|
-
|
|
108
107
|
export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
109
108
|
batchPutPropertyValues(
|
|
110
109
|
args: BatchPutPropertyValuesCommandInput,
|
|
@@ -119,7 +118,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
119
118
|
options: __HttpHandlerOptions,
|
|
120
119
|
cb: (err: any, data?: BatchPutPropertyValuesCommandOutput) => void
|
|
121
120
|
): void;
|
|
122
|
-
|
|
123
121
|
createComponentType(
|
|
124
122
|
args: CreateComponentTypeCommandInput,
|
|
125
123
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +131,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
133
131
|
options: __HttpHandlerOptions,
|
|
134
132
|
cb: (err: any, data?: CreateComponentTypeCommandOutput) => void
|
|
135
133
|
): void;
|
|
136
|
-
|
|
137
134
|
createEntity(
|
|
138
135
|
args: CreateEntityCommandInput,
|
|
139
136
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +144,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
147
144
|
options: __HttpHandlerOptions,
|
|
148
145
|
cb: (err: any, data?: CreateEntityCommandOutput) => void
|
|
149
146
|
): void;
|
|
150
|
-
|
|
151
147
|
createScene(
|
|
152
148
|
args: CreateSceneCommandInput,
|
|
153
149
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +157,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
161
157
|
options: __HttpHandlerOptions,
|
|
162
158
|
cb: (err: any, data?: CreateSceneCommandOutput) => void
|
|
163
159
|
): void;
|
|
164
|
-
|
|
165
160
|
createWorkspace(
|
|
166
161
|
args: CreateWorkspaceCommandInput,
|
|
167
162
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +170,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
175
170
|
options: __HttpHandlerOptions,
|
|
176
171
|
cb: (err: any, data?: CreateWorkspaceCommandOutput) => void
|
|
177
172
|
): void;
|
|
178
|
-
|
|
179
173
|
deleteComponentType(
|
|
180
174
|
args: DeleteComponentTypeCommandInput,
|
|
181
175
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +183,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
189
183
|
options: __HttpHandlerOptions,
|
|
190
184
|
cb: (err: any, data?: DeleteComponentTypeCommandOutput) => void
|
|
191
185
|
): void;
|
|
192
|
-
|
|
193
186
|
deleteEntity(
|
|
194
187
|
args: DeleteEntityCommandInput,
|
|
195
188
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +196,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
203
196
|
options: __HttpHandlerOptions,
|
|
204
197
|
cb: (err: any, data?: DeleteEntityCommandOutput) => void
|
|
205
198
|
): void;
|
|
206
|
-
|
|
207
199
|
deleteScene(
|
|
208
200
|
args: DeleteSceneCommandInput,
|
|
209
201
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
217
209
|
options: __HttpHandlerOptions,
|
|
218
210
|
cb: (err: any, data?: DeleteSceneCommandOutput) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
deleteWorkspace(
|
|
222
213
|
args: DeleteWorkspaceCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +222,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
223
|
cb: (err: any, data?: DeleteWorkspaceCommandOutput) => void
|
|
233
224
|
): void;
|
|
234
|
-
|
|
235
225
|
getComponentType(
|
|
236
226
|
args: GetComponentTypeCommandInput,
|
|
237
227
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +235,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
245
235
|
options: __HttpHandlerOptions,
|
|
246
236
|
cb: (err: any, data?: GetComponentTypeCommandOutput) => void
|
|
247
237
|
): void;
|
|
248
|
-
|
|
249
238
|
getEntity(
|
|
250
239
|
args: GetEntityCommandInput,
|
|
251
240
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +248,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
259
248
|
options: __HttpHandlerOptions,
|
|
260
249
|
cb: (err: any, data?: GetEntityCommandOutput) => void
|
|
261
250
|
): void;
|
|
262
|
-
|
|
263
251
|
getPropertyValue(
|
|
264
252
|
args: GetPropertyValueCommandInput,
|
|
265
253
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +261,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
273
261
|
options: __HttpHandlerOptions,
|
|
274
262
|
cb: (err: any, data?: GetPropertyValueCommandOutput) => void
|
|
275
263
|
): void;
|
|
276
|
-
|
|
277
264
|
getPropertyValueHistory(
|
|
278
265
|
args: GetPropertyValueHistoryCommandInput,
|
|
279
266
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +274,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
287
274
|
options: __HttpHandlerOptions,
|
|
288
275
|
cb: (err: any, data?: GetPropertyValueHistoryCommandOutput) => void
|
|
289
276
|
): void;
|
|
290
|
-
|
|
291
277
|
getScene(
|
|
292
278
|
args: GetSceneCommandInput,
|
|
293
279
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +287,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
301
287
|
options: __HttpHandlerOptions,
|
|
302
288
|
cb: (err: any, data?: GetSceneCommandOutput) => void
|
|
303
289
|
): void;
|
|
304
|
-
|
|
305
290
|
getWorkspace(
|
|
306
291
|
args: GetWorkspaceCommandInput,
|
|
307
292
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +300,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
315
300
|
options: __HttpHandlerOptions,
|
|
316
301
|
cb: (err: any, data?: GetWorkspaceCommandOutput) => void
|
|
317
302
|
): void;
|
|
318
|
-
|
|
319
303
|
listComponentTypes(
|
|
320
304
|
args: ListComponentTypesCommandInput,
|
|
321
305
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +313,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
329
313
|
options: __HttpHandlerOptions,
|
|
330
314
|
cb: (err: any, data?: ListComponentTypesCommandOutput) => void
|
|
331
315
|
): void;
|
|
332
|
-
|
|
333
316
|
listEntities(
|
|
334
317
|
args: ListEntitiesCommandInput,
|
|
335
318
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +326,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
343
326
|
options: __HttpHandlerOptions,
|
|
344
327
|
cb: (err: any, data?: ListEntitiesCommandOutput) => void
|
|
345
328
|
): void;
|
|
346
|
-
|
|
347
329
|
listScenes(
|
|
348
330
|
args: ListScenesCommandInput,
|
|
349
331
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +339,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
357
339
|
options: __HttpHandlerOptions,
|
|
358
340
|
cb: (err: any, data?: ListScenesCommandOutput) => void
|
|
359
341
|
): void;
|
|
360
|
-
|
|
361
342
|
listTagsForResource(
|
|
362
343
|
args: ListTagsForResourceCommandInput,
|
|
363
344
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +352,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
371
352
|
options: __HttpHandlerOptions,
|
|
372
353
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
373
354
|
): void;
|
|
374
|
-
|
|
375
355
|
listWorkspaces(
|
|
376
356
|
args: ListWorkspacesCommandInput,
|
|
377
357
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +365,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
385
365
|
options: __HttpHandlerOptions,
|
|
386
366
|
cb: (err: any, data?: ListWorkspacesCommandOutput) => void
|
|
387
367
|
): void;
|
|
388
|
-
|
|
389
368
|
tagResource(
|
|
390
369
|
args: TagResourceCommandInput,
|
|
391
370
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +378,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
379
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
401
380
|
): void;
|
|
402
|
-
|
|
403
381
|
untagResource(
|
|
404
382
|
args: UntagResourceCommandInput,
|
|
405
383
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +391,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
413
391
|
options: __HttpHandlerOptions,
|
|
414
392
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
415
393
|
): void;
|
|
416
|
-
|
|
417
394
|
updateComponentType(
|
|
418
395
|
args: UpdateComponentTypeCommandInput,
|
|
419
396
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +404,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
427
404
|
options: __HttpHandlerOptions,
|
|
428
405
|
cb: (err: any, data?: UpdateComponentTypeCommandOutput) => void
|
|
429
406
|
): void;
|
|
430
|
-
|
|
431
407
|
updateEntity(
|
|
432
408
|
args: UpdateEntityCommandInput,
|
|
433
409
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +417,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
441
417
|
options: __HttpHandlerOptions,
|
|
442
418
|
cb: (err: any, data?: UpdateEntityCommandOutput) => void
|
|
443
419
|
): void;
|
|
444
|
-
|
|
445
420
|
updateScene(
|
|
446
421
|
args: UpdateSceneCommandInput,
|
|
447
422
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +430,6 @@ export declare class IoTTwinMaker extends IoTTwinMakerClient {
|
|
|
455
430
|
options: __HttpHandlerOptions,
|
|
456
431
|
cb: (err: any, data?: UpdateSceneCommandOutput) => void
|
|
457
432
|
): void;
|
|
458
|
-
|
|
459
433
|
updateWorkspace(
|
|
460
434
|
args: UpdateWorkspaceCommandInput,
|
|
461
435
|
options?: __HttpHandlerOptions
|
|
@@ -203,47 +203,26 @@ export declare type ServiceOutputTypes =
|
|
|
203
203
|
export interface ClientDefaults
|
|
204
204
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
205
|
requestHandler?: __HttpHandler;
|
|
206
|
-
|
|
207
206
|
sha256?: __HashConstructor;
|
|
208
|
-
|
|
209
207
|
urlParser?: __UrlParser;
|
|
210
|
-
|
|
211
208
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
-
|
|
213
209
|
streamCollector?: __StreamCollector;
|
|
214
|
-
|
|
215
210
|
base64Decoder?: __Decoder;
|
|
216
|
-
|
|
217
211
|
base64Encoder?: __Encoder;
|
|
218
|
-
|
|
219
212
|
utf8Decoder?: __Decoder;
|
|
220
|
-
|
|
221
213
|
utf8Encoder?: __Encoder;
|
|
222
|
-
|
|
223
214
|
runtime?: string;
|
|
224
|
-
|
|
225
215
|
disableHostPrefix?: boolean;
|
|
226
|
-
|
|
227
216
|
maxAttempts?: number | __Provider<number>;
|
|
228
|
-
|
|
229
217
|
retryMode?: string | __Provider<string>;
|
|
230
|
-
|
|
231
218
|
logger?: __Logger;
|
|
232
|
-
|
|
233
219
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
-
|
|
235
220
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
-
|
|
237
221
|
serviceId?: string;
|
|
238
|
-
|
|
239
222
|
region?: string | __Provider<string>;
|
|
240
|
-
|
|
241
223
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
-
|
|
243
224
|
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
-
|
|
245
225
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
-
|
|
247
226
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
227
|
}
|
|
249
228
|
declare type IoTTwinMakerClientConfigType = Partial<
|
|
@@ -256,7 +235,6 @@ declare type IoTTwinMakerClientConfigType = Partial<
|
|
|
256
235
|
HostHeaderInputConfig &
|
|
257
236
|
AwsAuthInputConfig &
|
|
258
237
|
UserAgentInputConfig;
|
|
259
|
-
|
|
260
238
|
export interface IoTTwinMakerClientConfig
|
|
261
239
|
extends IoTTwinMakerClientConfigType {}
|
|
262
240
|
declare type IoTTwinMakerClientResolvedConfigType =
|
|
@@ -268,10 +246,8 @@ declare type IoTTwinMakerClientResolvedConfigType =
|
|
|
268
246
|
HostHeaderResolvedConfig &
|
|
269
247
|
AwsAuthResolvedConfig &
|
|
270
248
|
UserAgentResolvedConfig;
|
|
271
|
-
|
|
272
249
|
export interface IoTTwinMakerClientResolvedConfig
|
|
273
250
|
extends IoTTwinMakerClientResolvedConfigType {}
|
|
274
|
-
|
|
275
251
|
export declare class IoTTwinMakerClient extends __Client<
|
|
276
252
|
__HttpHandlerOptions,
|
|
277
253
|
ServiceInputTypes,
|
|
@@ -280,7 +256,6 @@ export declare class IoTTwinMakerClient extends __Client<
|
|
|
280
256
|
> {
|
|
281
257
|
readonly config: IoTTwinMakerClientResolvedConfig;
|
|
282
258
|
constructor(configuration: IoTTwinMakerClientConfig);
|
|
283
|
-
|
|
284
259
|
destroy(): void;
|
|
285
260
|
}
|
|
286
261
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface BatchPutPropertyValuesCommandInput
|
|
|
19
19
|
export interface BatchPutPropertyValuesCommandOutput
|
|
20
20
|
extends BatchPutPropertyValuesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchPutPropertyValuesCommand extends $Command<
|
|
24
23
|
BatchPutPropertyValuesCommandInput,
|
|
25
24
|
BatchPutPropertyValuesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchPutPropertyValuesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchPutPropertyValuesCommandInput;
|
|
29
28
|
constructor(input: BatchPutPropertyValuesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateComponentTypeCommandInput
|
|
|
19
19
|
export interface CreateComponentTypeCommandOutput
|
|
20
20
|
extends CreateComponentTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateComponentTypeCommand extends $Command<
|
|
24
23
|
CreateComponentTypeCommandInput,
|
|
25
24
|
CreateComponentTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateComponentTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateComponentTypeCommandInput;
|
|
29
28
|
constructor(input: CreateComponentTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateEntityCommandInput extends CreateEntityRequest {}
|
|
|
15
15
|
export interface CreateEntityCommandOutput
|
|
16
16
|
extends CreateEntityResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateEntityCommand extends $Command<
|
|
20
19
|
CreateEntityCommandInput,
|
|
21
20
|
CreateEntityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateEntityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateEntityCommandInput;
|
|
25
24
|
constructor(input: CreateEntityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateSceneCommandInput extends CreateSceneRequest {}
|
|
|
15
15
|
export interface CreateSceneCommandOutput
|
|
16
16
|
extends CreateSceneResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateSceneCommand extends $Command<
|
|
20
19
|
CreateSceneCommandInput,
|
|
21
20
|
CreateSceneCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateSceneCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateSceneCommandInput;
|
|
25
24
|
constructor(input: CreateSceneCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
|
18
18
|
export interface CreateWorkspaceCommandOutput
|
|
19
19
|
extends CreateWorkspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateWorkspaceCommand extends $Command<
|
|
23
22
|
CreateWorkspaceCommandInput,
|
|
24
23
|
CreateWorkspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateWorkspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateWorkspaceCommandInput;
|
|
28
27
|
constructor(input: CreateWorkspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteComponentTypeCommandInput
|
|
|
19
19
|
export interface DeleteComponentTypeCommandOutput
|
|
20
20
|
extends DeleteComponentTypeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteComponentTypeCommand extends $Command<
|
|
24
23
|
DeleteComponentTypeCommandInput,
|
|
25
24
|
DeleteComponentTypeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteComponentTypeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteComponentTypeCommandInput;
|
|
29
28
|
constructor(input: DeleteComponentTypeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteEntityCommandInput extends DeleteEntityRequest {}
|
|
|
15
15
|
export interface DeleteEntityCommandOutput
|
|
16
16
|
extends DeleteEntityResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteEntityCommand extends $Command<
|
|
20
19
|
DeleteEntityCommandInput,
|
|
21
20
|
DeleteEntityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteEntityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteEntityCommandInput;
|
|
25
24
|
constructor(input: DeleteEntityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteSceneCommandInput extends DeleteSceneRequest {}
|
|
|
15
15
|
export interface DeleteSceneCommandOutput
|
|
16
16
|
extends DeleteSceneResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteSceneCommand extends $Command<
|
|
20
19
|
DeleteSceneCommandInput,
|
|
21
20
|
DeleteSceneCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteSceneCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteSceneCommandInput;
|
|
25
24
|
constructor(input: DeleteSceneCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteWorkspaceCommandInput extends DeleteWorkspaceRequest {}
|
|
|
18
18
|
export interface DeleteWorkspaceCommandOutput
|
|
19
19
|
extends DeleteWorkspaceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteWorkspaceCommand extends $Command<
|
|
23
22
|
DeleteWorkspaceCommandInput,
|
|
24
23
|
DeleteWorkspaceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteWorkspaceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteWorkspaceCommandInput;
|
|
28
27
|
constructor(input: DeleteWorkspaceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetComponentTypeCommandInput extends GetComponentTypeRequest {}
|
|
|
18
18
|
export interface GetComponentTypeCommandOutput
|
|
19
19
|
extends GetComponentTypeResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetComponentTypeCommand extends $Command<
|
|
23
22
|
GetComponentTypeCommandInput,
|
|
24
23
|
GetComponentTypeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetComponentTypeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetComponentTypeCommandInput;
|
|
28
27
|
constructor(input: GetComponentTypeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetEntityCommandInput extends GetEntityRequest {}
|
|
|
15
15
|
export interface GetEntityCommandOutput
|
|
16
16
|
extends GetEntityResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetEntityCommand extends $Command<
|
|
20
19
|
GetEntityCommandInput,
|
|
21
20
|
GetEntityCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetEntityCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetEntityCommandInput;
|
|
25
24
|
constructor(input: GetEntityCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetPropertyValueCommandInput extends GetPropertyValueRequest {}
|
|
|
18
18
|
export interface GetPropertyValueCommandOutput
|
|
19
19
|
extends GetPropertyValueResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetPropertyValueCommand extends $Command<
|
|
23
22
|
GetPropertyValueCommandInput,
|
|
24
23
|
GetPropertyValueCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetPropertyValueCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetPropertyValueCommandInput;
|
|
28
27
|
constructor(input: GetPropertyValueCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetPropertyValueHistoryCommandInput
|
|
|
19
19
|
export interface GetPropertyValueHistoryCommandOutput
|
|
20
20
|
extends GetPropertyValueHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetPropertyValueHistoryCommand extends $Command<
|
|
24
23
|
GetPropertyValueHistoryCommandInput,
|
|
25
24
|
GetPropertyValueHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetPropertyValueHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetPropertyValueHistoryCommandInput;
|
|
29
28
|
constructor(input: GetPropertyValueHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetSceneCommandInput extends GetSceneRequest {}
|
|
|
15
15
|
export interface GetSceneCommandOutput
|
|
16
16
|
extends GetSceneResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetSceneCommand extends $Command<
|
|
20
19
|
GetSceneCommandInput,
|
|
21
20
|
GetSceneCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetSceneCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetSceneCommandInput;
|
|
25
24
|
constructor(input: GetSceneCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetWorkspaceCommandInput extends GetWorkspaceRequest {}
|
|
|
15
15
|
export interface GetWorkspaceCommandOutput
|
|
16
16
|
extends GetWorkspaceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetWorkspaceCommand extends $Command<
|
|
20
19
|
GetWorkspaceCommandInput,
|
|
21
20
|
GetWorkspaceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetWorkspaceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetWorkspaceCommandInput;
|
|
25
24
|
constructor(input: GetWorkspaceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListComponentTypesCommandInput
|
|
|
19
19
|
export interface ListComponentTypesCommandOutput
|
|
20
20
|
extends ListComponentTypesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListComponentTypesCommand extends $Command<
|
|
24
23
|
ListComponentTypesCommandInput,
|
|
25
24
|
ListComponentTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListComponentTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListComponentTypesCommandInput;
|
|
29
28
|
constructor(input: ListComponentTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListEntitiesCommandInput extends ListEntitiesRequest {}
|
|
|
15
15
|
export interface ListEntitiesCommandOutput
|
|
16
16
|
extends ListEntitiesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListEntitiesCommand extends $Command<
|
|
20
19
|
ListEntitiesCommandInput,
|
|
21
20
|
ListEntitiesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListEntitiesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListEntitiesCommandInput;
|
|
25
24
|
constructor(input: ListEntitiesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListScenesCommandInput extends ListScenesRequest {}
|
|
|
15
15
|
export interface ListScenesCommandOutput
|
|
16
16
|
extends ListScenesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListScenesCommand extends $Command<
|
|
20
19
|
ListScenesCommandInput,
|
|
21
20
|
ListScenesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListScenesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListScenesCommandInput;
|
|
25
24
|
constructor(input: ListScenesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: IoTTwinMakerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListWorkspacesCommandInput extends ListWorkspacesRequest {}
|
|
|
18
18
|
export interface ListWorkspacesCommandOutput
|
|
19
19
|
extends ListWorkspacesResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListWorkspacesCommand extends $Command<
|
|
23
22
|
ListWorkspacesCommandInput,
|
|
24
23
|
ListWorkspacesCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListWorkspacesCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListWorkspacesCommandInput;
|
|
28
27
|
constructor(input: ListWorkspacesCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: IoTTwinMakerClientResolvedConfig,
|