@aws-sdk/client-iottwinmaker 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -5
- package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -3
- package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/CreateEntityCommand.js +2 -3
- package/dist-cjs/commands/CreateSceneCommand.js +2 -3
- package/dist-cjs/commands/CreateSyncJobCommand.js +2 -3
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/DeleteEntityCommand.js +2 -3
- package/dist-cjs/commands/DeleteSceneCommand.js +2 -3
- package/dist-cjs/commands/DeleteSyncJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/ExecuteQueryCommand.js +2 -3
- package/dist-cjs/commands/GetComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/GetEntityCommand.js +2 -3
- package/dist-cjs/commands/GetPricingPlanCommand.js +2 -3
- package/dist-cjs/commands/GetPropertyValueCommand.js +2 -3
- package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -3
- package/dist-cjs/commands/GetSceneCommand.js +2 -3
- package/dist-cjs/commands/GetSyncJobCommand.js +2 -3
- package/dist-cjs/commands/GetWorkspaceCommand.js +2 -3
- package/dist-cjs/commands/ListComponentTypesCommand.js +2 -3
- package/dist-cjs/commands/ListEntitiesCommand.js +2 -3
- package/dist-cjs/commands/ListScenesCommand.js +2 -3
- package/dist-cjs/commands/ListSyncJobsCommand.js +2 -3
- package/dist-cjs/commands/ListSyncResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -3
- package/dist-cjs/commands/UpdateEntityCommand.js +2 -3
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -3
- package/dist-cjs/commands/UpdateSceneCommand.js +2 -3
- package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -3
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1 -493
- package/dist-cjs/protocols/Aws_restJson1.js +39 -0
- package/dist-es/commands/BatchPutPropertyValuesCommand.js +2 -3
- package/dist-es/commands/CreateComponentTypeCommand.js +2 -3
- package/dist-es/commands/CreateEntityCommand.js +2 -3
- package/dist-es/commands/CreateSceneCommand.js +2 -3
- package/dist-es/commands/CreateSyncJobCommand.js +2 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +2 -3
- package/dist-es/commands/DeleteComponentTypeCommand.js +2 -3
- package/dist-es/commands/DeleteEntityCommand.js +2 -3
- package/dist-es/commands/DeleteSceneCommand.js +2 -3
- package/dist-es/commands/DeleteSyncJobCommand.js +2 -3
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -3
- package/dist-es/commands/ExecuteQueryCommand.js +2 -3
- package/dist-es/commands/GetComponentTypeCommand.js +2 -3
- package/dist-es/commands/GetEntityCommand.js +2 -3
- package/dist-es/commands/GetPricingPlanCommand.js +2 -3
- package/dist-es/commands/GetPropertyValueCommand.js +2 -3
- package/dist-es/commands/GetPropertyValueHistoryCommand.js +2 -3
- package/dist-es/commands/GetSceneCommand.js +2 -3
- package/dist-es/commands/GetSyncJobCommand.js +2 -3
- package/dist-es/commands/GetWorkspaceCommand.js +2 -3
- package/dist-es/commands/ListComponentTypesCommand.js +2 -3
- package/dist-es/commands/ListEntitiesCommand.js +2 -3
- package/dist-es/commands/ListScenesCommand.js +2 -3
- package/dist-es/commands/ListSyncJobsCommand.js +2 -3
- package/dist-es/commands/ListSyncResourcesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWorkspacesCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateComponentTypeCommand.js +2 -3
- package/dist-es/commands/UpdateEntityCommand.js +2 -3
- package/dist-es/commands/UpdatePricingPlanCommand.js +2 -3
- package/dist-es/commands/UpdateSceneCommand.js +2 -3
- package/dist-es/commands/UpdateWorkspaceCommand.js +2 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +0 -374
- package/dist-es/protocols/Aws_restJson1.js +39 -0
- package/dist-types/IoTTwinMaker.d.ts +51 -10
- package/dist-types/IoTTwinMakerClient.d.ts +31 -9
- package/dist-types/commands/BatchPutPropertyValuesCommand.d.ts +16 -0
- package/dist-types/commands/CreateComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/CreateEntityCommand.d.ts +16 -0
- package/dist-types/commands/CreateSceneCommand.d.ts +16 -0
- package/dist-types/commands/CreateSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEntityCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSceneCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteQueryCommand.d.ts +18 -1
- package/dist-types/commands/GetComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/GetEntityCommand.d.ts +16 -0
- package/dist-types/commands/GetPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetPropertyValueCommand.d.ts +18 -1
- package/dist-types/commands/GetPropertyValueHistoryCommand.d.ts +21 -3
- package/dist-types/commands/GetSceneCommand.d.ts +16 -0
- package/dist-types/commands/GetSyncJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkspaceCommand.d.ts +16 -0
- package/dist-types/commands/ListComponentTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListScenesCommand.d.ts +16 -0
- package/dist-types/commands/ListSyncJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListSyncResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkspacesCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateComponentTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEntityCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSceneCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/IoTTwinMakerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +463 -546
- package/dist-types/pagination/ExecuteQueryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPropertyValueHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPropertyValuePaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListComponentTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScenesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSyncJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSyncResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkspacesPaginator.d.ts +3 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -330
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateEntityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateEntityCommandInput extends UpdateEntityRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateEntityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an entity.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateEntityCommandInput - {@link UpdateEntityCommandInput}
|
|
34
|
+
* @returns {@link UpdateEntityCommandOutput}
|
|
28
35
|
* @see {@link UpdateEntityCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateEntityCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateEntityCommandOutput extends UpdateEntityResponse, __Metad
|
|
|
55
62
|
export declare class UpdateEntityCommand extends $Command<UpdateEntityCommandInput, UpdateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateEntityCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateEntityCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEntityCommandInput, UpdateEntityCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdatePricingPlanCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdatePricingPlanCommandInput extends UpdatePricingPlanRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdatePricingPlanCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Update the pricing plan.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdatePricingPlanCommandInput - {@link UpdatePricingPlanCommandInput}
|
|
34
|
+
* @returns {@link UpdatePricingPlanCommandOutput}
|
|
28
35
|
* @see {@link UpdatePricingPlanCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdatePricingPlanCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface UpdatePricingPlanCommandOutput extends UpdatePricingPlanRespons
|
|
|
46
53
|
export declare class UpdatePricingPlanCommand extends $Command<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput, IoTTwinMakerClientResolvedConfig> {
|
|
47
54
|
readonly input: UpdatePricingPlanCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: UpdatePricingPlanCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSceneCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSceneCommandInput extends UpdateSceneRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSceneCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a scene.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSceneCommandInput - {@link UpdateSceneCommandInput}
|
|
34
|
+
* @returns {@link UpdateSceneCommandOutput}
|
|
28
35
|
* @see {@link UpdateSceneCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSceneCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateSceneCommandOutput extends UpdateSceneResponse, __Metadat
|
|
|
49
56
|
export declare class UpdateSceneCommand extends $Command<UpdateSceneCommandInput, UpdateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateSceneCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateSceneCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSceneCommandInput, UpdateSceneCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
|
|
5
5
|
import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateWorkspaceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateWorkspaceCommandInput extends UpdateWorkspaceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateWorkspaceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a workspace.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateWorkspaceCommandInput - {@link UpdateWorkspaceCommandInput}
|
|
34
|
+
* @returns {@link UpdateWorkspaceCommandOutput}
|
|
28
35
|
* @see {@link UpdateWorkspaceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateWorkspaceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link IoTTwinMakerClientResolvedConfig | config} for IoTTwinMakerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateWorkspaceCommandOutput extends UpdateWorkspaceResponse, _
|
|
|
52
59
|
export declare class UpdateWorkspaceCommand extends $Command<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateWorkspaceCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateWorkspaceCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from IoTTwinMaker service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class IoTTwinMakerServiceException extends __ServiceException {
|