@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
@@ -1,99 +1,261 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput } from "./commands/BatchPutPropertyValuesCommand";
10
- import { CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput } from "./commands/CreateComponentTypeCommand";
11
- import { CreateEntityCommandInput, CreateEntityCommandOutput } from "./commands/CreateEntityCommand";
12
- import { CreateSceneCommandInput, CreateSceneCommandOutput } from "./commands/CreateSceneCommand";
13
- import { CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput } from "./commands/CreateWorkspaceCommand";
14
- import { DeleteComponentTypeCommandInput, DeleteComponentTypeCommandOutput } from "./commands/DeleteComponentTypeCommand";
15
- import { DeleteEntityCommandInput, DeleteEntityCommandOutput } from "./commands/DeleteEntityCommand";
16
- import { DeleteSceneCommandInput, DeleteSceneCommandOutput } from "./commands/DeleteSceneCommand";
17
- import { DeleteWorkspaceCommandInput, DeleteWorkspaceCommandOutput } from "./commands/DeleteWorkspaceCommand";
18
- import { GetComponentTypeCommandInput, GetComponentTypeCommandOutput } from "./commands/GetComponentTypeCommand";
19
- import { GetEntityCommandInput, GetEntityCommandOutput } from "./commands/GetEntityCommand";
20
- import { GetPropertyValueCommandInput, GetPropertyValueCommandOutput } from "./commands/GetPropertyValueCommand";
21
- import { GetPropertyValueHistoryCommandInput, GetPropertyValueHistoryCommandOutput } from "./commands/GetPropertyValueHistoryCommand";
22
- import { GetSceneCommandInput, GetSceneCommandOutput } from "./commands/GetSceneCommand";
23
- import { GetWorkspaceCommandInput, GetWorkspaceCommandOutput } from "./commands/GetWorkspaceCommand";
24
- import { ListComponentTypesCommandInput, ListComponentTypesCommandOutput } from "./commands/ListComponentTypesCommand";
25
- import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "./commands/ListEntitiesCommand";
26
- import { ListScenesCommandInput, ListScenesCommandOutput } from "./commands/ListScenesCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
28
- import { ListWorkspacesCommandInput, ListWorkspacesCommandOutput } from "./commands/ListWorkspacesCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateComponentTypeCommandInput, UpdateComponentTypeCommandOutput } from "./commands/UpdateComponentTypeCommand";
32
- import { UpdateEntityCommandInput, UpdateEntityCommandOutput } from "./commands/UpdateEntityCommand";
33
- import { UpdateSceneCommandInput, UpdateSceneCommandOutput } from "./commands/UpdateSceneCommand";
34
- import { UpdateWorkspaceCommandInput, UpdateWorkspaceCommandOutput } from "./commands/UpdateWorkspaceCommand";
35
- export declare type ServiceInputTypes = BatchPutPropertyValuesCommandInput | CreateComponentTypeCommandInput | CreateEntityCommandInput | CreateSceneCommandInput | CreateWorkspaceCommandInput | DeleteComponentTypeCommandInput | DeleteEntityCommandInput | DeleteSceneCommandInput | DeleteWorkspaceCommandInput | GetComponentTypeCommandInput | GetEntityCommandInput | GetPropertyValueCommandInput | GetPropertyValueHistoryCommandInput | GetSceneCommandInput | GetWorkspaceCommandInput | ListComponentTypesCommandInput | ListEntitiesCommandInput | ListScenesCommandInput | ListTagsForResourceCommandInput | ListWorkspacesCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateComponentTypeCommandInput | UpdateEntityCommandInput | UpdateSceneCommandInput | UpdateWorkspaceCommandInput;
36
- export declare type ServiceOutputTypes = BatchPutPropertyValuesCommandOutput | CreateComponentTypeCommandOutput | CreateEntityCommandOutput | CreateSceneCommandOutput | CreateWorkspaceCommandOutput | DeleteComponentTypeCommandOutput | DeleteEntityCommandOutput | DeleteSceneCommandOutput | DeleteWorkspaceCommandOutput | GetComponentTypeCommandOutput | GetEntityCommandOutput | GetPropertyValueCommandOutput | GetPropertyValueHistoryCommandOutput | GetSceneCommandOutput | GetWorkspaceCommandOutput | ListComponentTypesCommandOutput | ListEntitiesCommandOutput | ListScenesCommandOutput | ListTagsForResourceCommandOutput | ListWorkspacesCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateComponentTypeCommandOutput | UpdateEntityCommandOutput | UpdateSceneCommandOutput | UpdateWorkspaceCommandOutput;
37
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
-
39
- requestHandler?: __HttpHandler;
40
-
41
- sha256?: __HashConstructor;
42
-
43
- urlParser?: __UrlParser;
44
-
45
- bodyLengthChecker?: __BodyLengthCalculator;
46
-
47
- streamCollector?: __StreamCollector;
48
-
49
- base64Decoder?: __Decoder;
50
-
51
- base64Encoder?: __Encoder;
52
-
53
- utf8Decoder?: __Decoder;
54
-
55
- utf8Encoder?: __Encoder;
56
-
57
- runtime?: string;
58
-
59
- disableHostPrefix?: boolean;
60
-
61
- maxAttempts?: number | __Provider<number>;
62
-
63
- retryMode?: string | __Provider<string>;
64
-
65
- logger?: __Logger;
66
-
67
- useDualstackEndpoint?: boolean | __Provider<boolean>;
68
-
69
- useFipsEndpoint?: boolean | __Provider<boolean>;
70
-
71
- serviceId?: string;
72
-
73
- region?: string | __Provider<string>;
74
-
75
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
76
-
77
- regionInfoProvider?: RegionInfoProvider;
78
-
79
- defaultUserAgentProvider?: Provider<__UserAgent>;
80
-
81
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
82
- }
83
- declare type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
84
-
85
- export interface IoTTwinMakerClientConfig extends IoTTwinMakerClientConfigType {
86
- }
87
- declare type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
88
-
89
- export interface IoTTwinMakerClientResolvedConfig extends IoTTwinMakerClientResolvedConfigType {
90
- }
91
-
92
- export declare class IoTTwinMakerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTTwinMakerClientResolvedConfig> {
93
-
94
- readonly config: IoTTwinMakerClientResolvedConfig;
95
- constructor(configuration: IoTTwinMakerClientConfig);
96
-
97
- destroy(): void;
98
- }
99
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
4
- import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } from "../models/models_0";
5
- export interface BatchPutPropertyValuesCommandInput extends BatchPutPropertyValuesRequest {
6
- }
7
- export interface BatchPutPropertyValuesCommandOutput extends BatchPutPropertyValuesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchPutPropertyValuesCommand extends $Command<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput, IoTTwinMakerClientResolvedConfig> {
11
- readonly input: BatchPutPropertyValuesCommandInput;
12
- constructor(input: BatchPutPropertyValuesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutPropertyValuesCommandInput, BatchPutPropertyValuesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
4
- import { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0";
5
- export interface CreateComponentTypeCommandInput extends CreateComponentTypeRequest {
6
- }
7
- export interface CreateComponentTypeCommandOutput extends CreateComponentTypeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateComponentTypeCommand extends $Command<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput, IoTTwinMakerClientResolvedConfig> {
11
- readonly input: CreateComponentTypeCommandInput;
12
- constructor(input: CreateComponentTypeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentTypeCommandInput, CreateComponentTypeCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
4
- import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0";
5
- export interface CreateEntityCommandInput extends CreateEntityRequest {
6
- }
7
- export interface CreateEntityCommandOutput extends CreateEntityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEntityCommand extends $Command<CreateEntityCommandInput, CreateEntityCommandOutput, IoTTwinMakerClientResolvedConfig> {
11
- readonly input: CreateEntityCommandInput;
12
- constructor(input: CreateEntityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEntityCommandInput, CreateEntityCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
4
- import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0";
5
- export interface CreateSceneCommandInput extends CreateSceneRequest {
6
- }
7
- export interface CreateSceneCommandOutput extends CreateSceneResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSceneCommand extends $Command<CreateSceneCommandInput, CreateSceneCommandOutput, IoTTwinMakerClientResolvedConfig> {
11
- readonly input: CreateSceneCommandInput;
12
- constructor(input: CreateSceneCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSceneCommandInput, CreateSceneCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTTwinMakerClient";
4
- import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0";
5
- export interface CreateWorkspaceCommandInput extends CreateWorkspaceRequest {
6
- }
7
- export interface CreateWorkspaceCommandOutput extends CreateWorkspaceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateWorkspaceCommand extends $Command<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput, IoTTwinMakerClientResolvedConfig> {
11
- readonly input: CreateWorkspaceCommandInput;
12
- constructor(input: CreateWorkspaceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTTwinMakerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWorkspaceCommandInput, CreateWorkspaceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }