@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IoTTwinMaker.d.ts +446 -135
- package/dist-types/ts3.4/IoTTwinMakerClient.d.ts +261 -99
- package/dist-types/ts3.4/commands/BatchPutPropertyValuesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateComponentTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEntityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSceneCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteComponentTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteEntityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSceneCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetComponentTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetEntityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetPropertyValueCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetPropertyValueHistoryCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSceneCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetWorkspaceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListComponentTypesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListScenesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateComponentTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateEntityCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateSceneCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateWorkspaceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTTwinMakerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +893 -1159
- package/dist-types/ts3.4/pagination/GetPropertyValueHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListComponentTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScenesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkspacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,99 +1,261 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BatchPutPropertyValuesCommandInput,
|
|
47
|
+
BatchPutPropertyValuesCommandOutput,
|
|
48
|
+
} from "./commands/BatchPutPropertyValuesCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateComponentTypeCommandInput,
|
|
51
|
+
CreateComponentTypeCommandOutput,
|
|
52
|
+
} from "./commands/CreateComponentTypeCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateEntityCommandInput,
|
|
55
|
+
CreateEntityCommandOutput,
|
|
56
|
+
} from "./commands/CreateEntityCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSceneCommandInput,
|
|
59
|
+
CreateSceneCommandOutput,
|
|
60
|
+
} from "./commands/CreateSceneCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateWorkspaceCommandInput,
|
|
63
|
+
CreateWorkspaceCommandOutput,
|
|
64
|
+
} from "./commands/CreateWorkspaceCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteComponentTypeCommandInput,
|
|
67
|
+
DeleteComponentTypeCommandOutput,
|
|
68
|
+
} from "./commands/DeleteComponentTypeCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteEntityCommandInput,
|
|
71
|
+
DeleteEntityCommandOutput,
|
|
72
|
+
} from "./commands/DeleteEntityCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteSceneCommandInput,
|
|
75
|
+
DeleteSceneCommandOutput,
|
|
76
|
+
} from "./commands/DeleteSceneCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteWorkspaceCommandInput,
|
|
79
|
+
DeleteWorkspaceCommandOutput,
|
|
80
|
+
} from "./commands/DeleteWorkspaceCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetComponentTypeCommandInput,
|
|
83
|
+
GetComponentTypeCommandOutput,
|
|
84
|
+
} from "./commands/GetComponentTypeCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetEntityCommandInput,
|
|
87
|
+
GetEntityCommandOutput,
|
|
88
|
+
} from "./commands/GetEntityCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetPropertyValueCommandInput,
|
|
91
|
+
GetPropertyValueCommandOutput,
|
|
92
|
+
} from "./commands/GetPropertyValueCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetPropertyValueHistoryCommandInput,
|
|
95
|
+
GetPropertyValueHistoryCommandOutput,
|
|
96
|
+
} from "./commands/GetPropertyValueHistoryCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetSceneCommandInput,
|
|
99
|
+
GetSceneCommandOutput,
|
|
100
|
+
} from "./commands/GetSceneCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetWorkspaceCommandInput,
|
|
103
|
+
GetWorkspaceCommandOutput,
|
|
104
|
+
} from "./commands/GetWorkspaceCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListComponentTypesCommandInput,
|
|
107
|
+
ListComponentTypesCommandOutput,
|
|
108
|
+
} from "./commands/ListComponentTypesCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListEntitiesCommandInput,
|
|
111
|
+
ListEntitiesCommandOutput,
|
|
112
|
+
} from "./commands/ListEntitiesCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListScenesCommandInput,
|
|
115
|
+
ListScenesCommandOutput,
|
|
116
|
+
} from "./commands/ListScenesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListTagsForResourceCommandInput,
|
|
119
|
+
ListTagsForResourceCommandOutput,
|
|
120
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListWorkspacesCommandInput,
|
|
123
|
+
ListWorkspacesCommandOutput,
|
|
124
|
+
} from "./commands/ListWorkspacesCommand";
|
|
125
|
+
import {
|
|
126
|
+
TagResourceCommandInput,
|
|
127
|
+
TagResourceCommandOutput,
|
|
128
|
+
} from "./commands/TagResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
UntagResourceCommandInput,
|
|
131
|
+
UntagResourceCommandOutput,
|
|
132
|
+
} from "./commands/UntagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateComponentTypeCommandInput,
|
|
135
|
+
UpdateComponentTypeCommandOutput,
|
|
136
|
+
} from "./commands/UpdateComponentTypeCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateEntityCommandInput,
|
|
139
|
+
UpdateEntityCommandOutput,
|
|
140
|
+
} from "./commands/UpdateEntityCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateSceneCommandInput,
|
|
143
|
+
UpdateSceneCommandOutput,
|
|
144
|
+
} from "./commands/UpdateSceneCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateWorkspaceCommandInput,
|
|
147
|
+
UpdateWorkspaceCommandOutput,
|
|
148
|
+
} from "./commands/UpdateWorkspaceCommand";
|
|
149
|
+
export declare type ServiceInputTypes =
|
|
150
|
+
| BatchPutPropertyValuesCommandInput
|
|
151
|
+
| CreateComponentTypeCommandInput
|
|
152
|
+
| CreateEntityCommandInput
|
|
153
|
+
| CreateSceneCommandInput
|
|
154
|
+
| CreateWorkspaceCommandInput
|
|
155
|
+
| DeleteComponentTypeCommandInput
|
|
156
|
+
| DeleteEntityCommandInput
|
|
157
|
+
| DeleteSceneCommandInput
|
|
158
|
+
| DeleteWorkspaceCommandInput
|
|
159
|
+
| GetComponentTypeCommandInput
|
|
160
|
+
| GetEntityCommandInput
|
|
161
|
+
| GetPropertyValueCommandInput
|
|
162
|
+
| GetPropertyValueHistoryCommandInput
|
|
163
|
+
| GetSceneCommandInput
|
|
164
|
+
| GetWorkspaceCommandInput
|
|
165
|
+
| ListComponentTypesCommandInput
|
|
166
|
+
| ListEntitiesCommandInput
|
|
167
|
+
| ListScenesCommandInput
|
|
168
|
+
| ListTagsForResourceCommandInput
|
|
169
|
+
| ListWorkspacesCommandInput
|
|
170
|
+
| TagResourceCommandInput
|
|
171
|
+
| UntagResourceCommandInput
|
|
172
|
+
| UpdateComponentTypeCommandInput
|
|
173
|
+
| UpdateEntityCommandInput
|
|
174
|
+
| UpdateSceneCommandInput
|
|
175
|
+
| UpdateWorkspaceCommandInput;
|
|
176
|
+
export declare type ServiceOutputTypes =
|
|
177
|
+
| BatchPutPropertyValuesCommandOutput
|
|
178
|
+
| CreateComponentTypeCommandOutput
|
|
179
|
+
| CreateEntityCommandOutput
|
|
180
|
+
| CreateSceneCommandOutput
|
|
181
|
+
| CreateWorkspaceCommandOutput
|
|
182
|
+
| DeleteComponentTypeCommandOutput
|
|
183
|
+
| DeleteEntityCommandOutput
|
|
184
|
+
| DeleteSceneCommandOutput
|
|
185
|
+
| DeleteWorkspaceCommandOutput
|
|
186
|
+
| GetComponentTypeCommandOutput
|
|
187
|
+
| GetEntityCommandOutput
|
|
188
|
+
| GetPropertyValueCommandOutput
|
|
189
|
+
| GetPropertyValueHistoryCommandOutput
|
|
190
|
+
| GetSceneCommandOutput
|
|
191
|
+
| GetWorkspaceCommandOutput
|
|
192
|
+
| ListComponentTypesCommandOutput
|
|
193
|
+
| ListEntitiesCommandOutput
|
|
194
|
+
| ListScenesCommandOutput
|
|
195
|
+
| ListTagsForResourceCommandOutput
|
|
196
|
+
| ListWorkspacesCommandOutput
|
|
197
|
+
| TagResourceCommandOutput
|
|
198
|
+
| UntagResourceCommandOutput
|
|
199
|
+
| UpdateComponentTypeCommandOutput
|
|
200
|
+
| UpdateEntityCommandOutput
|
|
201
|
+
| UpdateSceneCommandOutput
|
|
202
|
+
| UpdateWorkspaceCommandOutput;
|
|
203
|
+
export interface ClientDefaults
|
|
204
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
|
+
requestHandler?: __HttpHandler;
|
|
206
|
+
sha256?: __HashConstructor;
|
|
207
|
+
urlParser?: __UrlParser;
|
|
208
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
209
|
+
streamCollector?: __StreamCollector;
|
|
210
|
+
base64Decoder?: __Decoder;
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
utf8Decoder?: __Decoder;
|
|
213
|
+
utf8Encoder?: __Encoder;
|
|
214
|
+
runtime?: string;
|
|
215
|
+
disableHostPrefix?: boolean;
|
|
216
|
+
maxAttempts?: number | __Provider<number>;
|
|
217
|
+
retryMode?: string | __Provider<string>;
|
|
218
|
+
logger?: __Logger;
|
|
219
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
220
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
221
|
+
serviceId?: string;
|
|
222
|
+
region?: string | __Provider<string>;
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
225
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
226
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
227
|
+
}
|
|
228
|
+
declare type IoTTwinMakerClientConfigType = Partial<
|
|
229
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
230
|
+
> &
|
|
231
|
+
ClientDefaults &
|
|
232
|
+
RegionInputConfig &
|
|
233
|
+
EndpointsInputConfig &
|
|
234
|
+
RetryInputConfig &
|
|
235
|
+
HostHeaderInputConfig &
|
|
236
|
+
AwsAuthInputConfig &
|
|
237
|
+
UserAgentInputConfig;
|
|
238
|
+
export interface IoTTwinMakerClientConfig
|
|
239
|
+
extends IoTTwinMakerClientConfigType {}
|
|
240
|
+
declare type IoTTwinMakerClientResolvedConfigType =
|
|
241
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
242
|
+
Required<ClientDefaults> &
|
|
243
|
+
RegionResolvedConfig &
|
|
244
|
+
EndpointsResolvedConfig &
|
|
245
|
+
RetryResolvedConfig &
|
|
246
|
+
HostHeaderResolvedConfig &
|
|
247
|
+
AwsAuthResolvedConfig &
|
|
248
|
+
UserAgentResolvedConfig;
|
|
249
|
+
export interface IoTTwinMakerClientResolvedConfig
|
|
250
|
+
extends IoTTwinMakerClientResolvedConfigType {}
|
|
251
|
+
export declare class IoTTwinMakerClient extends __Client<
|
|
252
|
+
__HttpHandlerOptions,
|
|
253
|
+
ServiceInputTypes,
|
|
254
|
+
ServiceOutputTypes,
|
|
255
|
+
IoTTwinMakerClientResolvedConfig
|
|
256
|
+
> {
|
|
257
|
+
readonly config: IoTTwinMakerClientResolvedConfig;
|
|
258
|
+
constructor(configuration: IoTTwinMakerClientConfig);
|
|
259
|
+
destroy(): void;
|
|
260
|
+
}
|
|
261
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTTwinMakerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTTwinMakerClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchPutPropertyValuesRequest,
|
|
15
|
+
BatchPutPropertyValuesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchPutPropertyValuesCommandInput
|
|
18
|
+
extends BatchPutPropertyValuesRequest {}
|
|
19
|
+
export interface BatchPutPropertyValuesCommandOutput
|
|
20
|
+
extends BatchPutPropertyValuesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchPutPropertyValuesCommand extends $Command<
|
|
23
|
+
BatchPutPropertyValuesCommandInput,
|
|
24
|
+
BatchPutPropertyValuesCommandOutput,
|
|
25
|
+
IoTTwinMakerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchPutPropertyValuesCommandInput;
|
|
28
|
+
constructor(input: BatchPutPropertyValuesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTTwinMakerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchPutPropertyValuesCommandInput,
|
|
35
|
+
BatchPutPropertyValuesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTTwinMakerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTTwinMakerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateComponentTypeRequest,
|
|
15
|
+
CreateComponentTypeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateComponentTypeCommandInput
|
|
18
|
+
extends CreateComponentTypeRequest {}
|
|
19
|
+
export interface CreateComponentTypeCommandOutput
|
|
20
|
+
extends CreateComponentTypeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateComponentTypeCommand extends $Command<
|
|
23
|
+
CreateComponentTypeCommandInput,
|
|
24
|
+
CreateComponentTypeCommandOutput,
|
|
25
|
+
IoTTwinMakerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateComponentTypeCommandInput;
|
|
28
|
+
constructor(input: CreateComponentTypeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: IoTTwinMakerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTTwinMakerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTTwinMakerClient";
|
|
13
|
+
import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateEntityCommandInput extends CreateEntityRequest {}
|
|
15
|
+
export interface CreateEntityCommandOutput
|
|
16
|
+
extends CreateEntityResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateEntityCommand extends $Command<
|
|
19
|
+
CreateEntityCommandInput,
|
|
20
|
+
CreateEntityCommandOutput,
|
|
21
|
+
IoTTwinMakerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateEntityCommandInput;
|
|
24
|
+
constructor(input: CreateEntityCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTTwinMakerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateEntityCommandInput, CreateEntityCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTTwinMakerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTTwinMakerClient";
|
|
13
|
+
import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateSceneCommandInput extends CreateSceneRequest {}
|
|
15
|
+
export interface CreateSceneCommandOutput
|
|
16
|
+
extends CreateSceneResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateSceneCommand extends $Command<
|
|
19
|
+
CreateSceneCommandInput,
|
|
20
|
+
CreateSceneCommandOutput,
|
|
21
|
+
IoTTwinMakerClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateSceneCommandInput;
|
|
24
|
+
constructor(input: CreateSceneCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: IoTTwinMakerClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateSceneCommandInput, CreateSceneCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
IoTTwinMakerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTTwinMakerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateWorkspaceRequest,
|
|
15
|
+
CreateWorkspaceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {}
|
|
18
|
+
export interface CreateWorkspaceCommandOutput
|
|
19
|
+
extends CreateWorkspaceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateWorkspaceCommand extends $Command<
|
|
22
|
+
CreateWorkspaceCommandInput,
|
|
23
|
+
CreateWorkspaceCommandOutput,
|
|
24
|
+
IoTTwinMakerClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateWorkspaceCommandInput;
|
|
27
|
+
constructor(input: CreateWorkspaceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: IoTTwinMakerClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|