@aws-sdk/client-iotthingsgraph 3.168.0 → 3.170.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/IoTThingsGraph.d.ts +634 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- 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/IoTThingsGraphServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +993 -897
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,108 +1,340 @@
|
|
|
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
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
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
|
+
AssociateEntityToThingCommandInput,
|
|
47
|
+
AssociateEntityToThingCommandOutput,
|
|
48
|
+
} from "./commands/AssociateEntityToThingCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateFlowTemplateCommandInput,
|
|
51
|
+
CreateFlowTemplateCommandOutput,
|
|
52
|
+
} from "./commands/CreateFlowTemplateCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateSystemInstanceCommandInput,
|
|
55
|
+
CreateSystemInstanceCommandOutput,
|
|
56
|
+
} from "./commands/CreateSystemInstanceCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSystemTemplateCommandInput,
|
|
59
|
+
CreateSystemTemplateCommandOutput,
|
|
60
|
+
} from "./commands/CreateSystemTemplateCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteFlowTemplateCommandInput,
|
|
63
|
+
DeleteFlowTemplateCommandOutput,
|
|
64
|
+
} from "./commands/DeleteFlowTemplateCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteNamespaceCommandInput,
|
|
67
|
+
DeleteNamespaceCommandOutput,
|
|
68
|
+
} from "./commands/DeleteNamespaceCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteSystemInstanceCommandInput,
|
|
71
|
+
DeleteSystemInstanceCommandOutput,
|
|
72
|
+
} from "./commands/DeleteSystemInstanceCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteSystemTemplateCommandInput,
|
|
75
|
+
DeleteSystemTemplateCommandOutput,
|
|
76
|
+
} from "./commands/DeleteSystemTemplateCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeploySystemInstanceCommandInput,
|
|
79
|
+
DeploySystemInstanceCommandOutput,
|
|
80
|
+
} from "./commands/DeploySystemInstanceCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeprecateFlowTemplateCommandInput,
|
|
83
|
+
DeprecateFlowTemplateCommandOutput,
|
|
84
|
+
} from "./commands/DeprecateFlowTemplateCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeprecateSystemTemplateCommandInput,
|
|
87
|
+
DeprecateSystemTemplateCommandOutput,
|
|
88
|
+
} from "./commands/DeprecateSystemTemplateCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeNamespaceCommandInput,
|
|
91
|
+
DescribeNamespaceCommandOutput,
|
|
92
|
+
} from "./commands/DescribeNamespaceCommand";
|
|
93
|
+
import {
|
|
94
|
+
DissociateEntityFromThingCommandInput,
|
|
95
|
+
DissociateEntityFromThingCommandOutput,
|
|
96
|
+
} from "./commands/DissociateEntityFromThingCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetEntitiesCommandInput,
|
|
99
|
+
GetEntitiesCommandOutput,
|
|
100
|
+
} from "./commands/GetEntitiesCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetFlowTemplateCommandInput,
|
|
103
|
+
GetFlowTemplateCommandOutput,
|
|
104
|
+
} from "./commands/GetFlowTemplateCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetFlowTemplateRevisionsCommandInput,
|
|
107
|
+
GetFlowTemplateRevisionsCommandOutput,
|
|
108
|
+
} from "./commands/GetFlowTemplateRevisionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetNamespaceDeletionStatusCommandInput,
|
|
111
|
+
GetNamespaceDeletionStatusCommandOutput,
|
|
112
|
+
} from "./commands/GetNamespaceDeletionStatusCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetSystemInstanceCommandInput,
|
|
115
|
+
GetSystemInstanceCommandOutput,
|
|
116
|
+
} from "./commands/GetSystemInstanceCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetSystemTemplateCommandInput,
|
|
119
|
+
GetSystemTemplateCommandOutput,
|
|
120
|
+
} from "./commands/GetSystemTemplateCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetSystemTemplateRevisionsCommandInput,
|
|
123
|
+
GetSystemTemplateRevisionsCommandOutput,
|
|
124
|
+
} from "./commands/GetSystemTemplateRevisionsCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetUploadStatusCommandInput,
|
|
127
|
+
GetUploadStatusCommandOutput,
|
|
128
|
+
} from "./commands/GetUploadStatusCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListFlowExecutionMessagesCommandInput,
|
|
131
|
+
ListFlowExecutionMessagesCommandOutput,
|
|
132
|
+
} from "./commands/ListFlowExecutionMessagesCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListTagsForResourceCommandInput,
|
|
135
|
+
ListTagsForResourceCommandOutput,
|
|
136
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
SearchEntitiesCommandInput,
|
|
139
|
+
SearchEntitiesCommandOutput,
|
|
140
|
+
} from "./commands/SearchEntitiesCommand";
|
|
141
|
+
import {
|
|
142
|
+
SearchFlowExecutionsCommandInput,
|
|
143
|
+
SearchFlowExecutionsCommandOutput,
|
|
144
|
+
} from "./commands/SearchFlowExecutionsCommand";
|
|
145
|
+
import {
|
|
146
|
+
SearchFlowTemplatesCommandInput,
|
|
147
|
+
SearchFlowTemplatesCommandOutput,
|
|
148
|
+
} from "./commands/SearchFlowTemplatesCommand";
|
|
149
|
+
import {
|
|
150
|
+
SearchSystemInstancesCommandInput,
|
|
151
|
+
SearchSystemInstancesCommandOutput,
|
|
152
|
+
} from "./commands/SearchSystemInstancesCommand";
|
|
153
|
+
import {
|
|
154
|
+
SearchSystemTemplatesCommandInput,
|
|
155
|
+
SearchSystemTemplatesCommandOutput,
|
|
156
|
+
} from "./commands/SearchSystemTemplatesCommand";
|
|
157
|
+
import {
|
|
158
|
+
SearchThingsCommandInput,
|
|
159
|
+
SearchThingsCommandOutput,
|
|
160
|
+
} from "./commands/SearchThingsCommand";
|
|
161
|
+
import {
|
|
162
|
+
TagResourceCommandInput,
|
|
163
|
+
TagResourceCommandOutput,
|
|
164
|
+
} from "./commands/TagResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
UndeploySystemInstanceCommandInput,
|
|
167
|
+
UndeploySystemInstanceCommandOutput,
|
|
168
|
+
} from "./commands/UndeploySystemInstanceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UntagResourceCommandInput,
|
|
171
|
+
UntagResourceCommandOutput,
|
|
172
|
+
} from "./commands/UntagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateFlowTemplateCommandInput,
|
|
175
|
+
UpdateFlowTemplateCommandOutput,
|
|
176
|
+
} from "./commands/UpdateFlowTemplateCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateSystemTemplateCommandInput,
|
|
179
|
+
UpdateSystemTemplateCommandOutput,
|
|
180
|
+
} from "./commands/UpdateSystemTemplateCommand";
|
|
181
|
+
import {
|
|
182
|
+
UploadEntityDefinitionsCommandInput,
|
|
183
|
+
UploadEntityDefinitionsCommandOutput,
|
|
184
|
+
} from "./commands/UploadEntityDefinitionsCommand";
|
|
185
|
+
export declare type ServiceInputTypes =
|
|
186
|
+
| AssociateEntityToThingCommandInput
|
|
187
|
+
| CreateFlowTemplateCommandInput
|
|
188
|
+
| CreateSystemInstanceCommandInput
|
|
189
|
+
| CreateSystemTemplateCommandInput
|
|
190
|
+
| DeleteFlowTemplateCommandInput
|
|
191
|
+
| DeleteNamespaceCommandInput
|
|
192
|
+
| DeleteSystemInstanceCommandInput
|
|
193
|
+
| DeleteSystemTemplateCommandInput
|
|
194
|
+
| DeploySystemInstanceCommandInput
|
|
195
|
+
| DeprecateFlowTemplateCommandInput
|
|
196
|
+
| DeprecateSystemTemplateCommandInput
|
|
197
|
+
| DescribeNamespaceCommandInput
|
|
198
|
+
| DissociateEntityFromThingCommandInput
|
|
199
|
+
| GetEntitiesCommandInput
|
|
200
|
+
| GetFlowTemplateCommandInput
|
|
201
|
+
| GetFlowTemplateRevisionsCommandInput
|
|
202
|
+
| GetNamespaceDeletionStatusCommandInput
|
|
203
|
+
| GetSystemInstanceCommandInput
|
|
204
|
+
| GetSystemTemplateCommandInput
|
|
205
|
+
| GetSystemTemplateRevisionsCommandInput
|
|
206
|
+
| GetUploadStatusCommandInput
|
|
207
|
+
| ListFlowExecutionMessagesCommandInput
|
|
208
|
+
| ListTagsForResourceCommandInput
|
|
209
|
+
| SearchEntitiesCommandInput
|
|
210
|
+
| SearchFlowExecutionsCommandInput
|
|
211
|
+
| SearchFlowTemplatesCommandInput
|
|
212
|
+
| SearchSystemInstancesCommandInput
|
|
213
|
+
| SearchSystemTemplatesCommandInput
|
|
214
|
+
| SearchThingsCommandInput
|
|
215
|
+
| TagResourceCommandInput
|
|
216
|
+
| UndeploySystemInstanceCommandInput
|
|
217
|
+
| UntagResourceCommandInput
|
|
218
|
+
| UpdateFlowTemplateCommandInput
|
|
219
|
+
| UpdateSystemTemplateCommandInput
|
|
220
|
+
| UploadEntityDefinitionsCommandInput;
|
|
221
|
+
export declare type ServiceOutputTypes =
|
|
222
|
+
| AssociateEntityToThingCommandOutput
|
|
223
|
+
| CreateFlowTemplateCommandOutput
|
|
224
|
+
| CreateSystemInstanceCommandOutput
|
|
225
|
+
| CreateSystemTemplateCommandOutput
|
|
226
|
+
| DeleteFlowTemplateCommandOutput
|
|
227
|
+
| DeleteNamespaceCommandOutput
|
|
228
|
+
| DeleteSystemInstanceCommandOutput
|
|
229
|
+
| DeleteSystemTemplateCommandOutput
|
|
230
|
+
| DeploySystemInstanceCommandOutput
|
|
231
|
+
| DeprecateFlowTemplateCommandOutput
|
|
232
|
+
| DeprecateSystemTemplateCommandOutput
|
|
233
|
+
| DescribeNamespaceCommandOutput
|
|
234
|
+
| DissociateEntityFromThingCommandOutput
|
|
235
|
+
| GetEntitiesCommandOutput
|
|
236
|
+
| GetFlowTemplateCommandOutput
|
|
237
|
+
| GetFlowTemplateRevisionsCommandOutput
|
|
238
|
+
| GetNamespaceDeletionStatusCommandOutput
|
|
239
|
+
| GetSystemInstanceCommandOutput
|
|
240
|
+
| GetSystemTemplateCommandOutput
|
|
241
|
+
| GetSystemTemplateRevisionsCommandOutput
|
|
242
|
+
| GetUploadStatusCommandOutput
|
|
243
|
+
| ListFlowExecutionMessagesCommandOutput
|
|
244
|
+
| ListTagsForResourceCommandOutput
|
|
245
|
+
| SearchEntitiesCommandOutput
|
|
246
|
+
| SearchFlowExecutionsCommandOutput
|
|
247
|
+
| SearchFlowTemplatesCommandOutput
|
|
248
|
+
| SearchSystemInstancesCommandOutput
|
|
249
|
+
| SearchSystemTemplatesCommandOutput
|
|
250
|
+
| SearchThingsCommandOutput
|
|
251
|
+
| TagResourceCommandOutput
|
|
252
|
+
| UndeploySystemInstanceCommandOutput
|
|
253
|
+
| UntagResourceCommandOutput
|
|
254
|
+
| UpdateFlowTemplateCommandOutput
|
|
255
|
+
| UpdateSystemTemplateCommandOutput
|
|
256
|
+
| UploadEntityDefinitionsCommandOutput;
|
|
257
|
+
export interface ClientDefaults
|
|
258
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
259
|
+
requestHandler?: __HttpHandler;
|
|
260
|
+
|
|
261
|
+
sha256?: __HashConstructor;
|
|
262
|
+
|
|
263
|
+
urlParser?: __UrlParser;
|
|
264
|
+
|
|
265
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
266
|
+
|
|
267
|
+
streamCollector?: __StreamCollector;
|
|
268
|
+
|
|
269
|
+
base64Decoder?: __Decoder;
|
|
270
|
+
|
|
271
|
+
base64Encoder?: __Encoder;
|
|
272
|
+
|
|
273
|
+
utf8Decoder?: __Decoder;
|
|
274
|
+
|
|
275
|
+
utf8Encoder?: __Encoder;
|
|
276
|
+
|
|
277
|
+
runtime?: string;
|
|
278
|
+
|
|
279
|
+
disableHostPrefix?: boolean;
|
|
280
|
+
|
|
281
|
+
maxAttempts?: number | __Provider<number>;
|
|
282
|
+
|
|
283
|
+
retryMode?: string | __Provider<string>;
|
|
284
|
+
|
|
285
|
+
logger?: __Logger;
|
|
286
|
+
|
|
287
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
288
|
+
|
|
289
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
290
|
+
|
|
291
|
+
serviceId?: string;
|
|
292
|
+
|
|
293
|
+
region?: string | __Provider<string>;
|
|
294
|
+
|
|
295
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
296
|
+
|
|
297
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
298
|
+
|
|
299
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
300
|
+
|
|
301
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
302
|
+
}
|
|
303
|
+
declare type IoTThingsGraphClientConfigType = Partial<
|
|
304
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
305
|
+
> &
|
|
306
|
+
ClientDefaults &
|
|
307
|
+
RegionInputConfig &
|
|
308
|
+
EndpointsInputConfig &
|
|
309
|
+
RetryInputConfig &
|
|
310
|
+
HostHeaderInputConfig &
|
|
311
|
+
AwsAuthInputConfig &
|
|
312
|
+
UserAgentInputConfig;
|
|
313
|
+
|
|
314
|
+
export interface IoTThingsGraphClientConfig
|
|
315
|
+
extends IoTThingsGraphClientConfigType {}
|
|
316
|
+
declare type IoTThingsGraphClientResolvedConfigType =
|
|
317
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
318
|
+
Required<ClientDefaults> &
|
|
319
|
+
RegionResolvedConfig &
|
|
320
|
+
EndpointsResolvedConfig &
|
|
321
|
+
RetryResolvedConfig &
|
|
322
|
+
HostHeaderResolvedConfig &
|
|
323
|
+
AwsAuthResolvedConfig &
|
|
324
|
+
UserAgentResolvedConfig;
|
|
325
|
+
|
|
326
|
+
export interface IoTThingsGraphClientResolvedConfig
|
|
327
|
+
extends IoTThingsGraphClientResolvedConfigType {}
|
|
328
|
+
|
|
329
|
+
export declare class IoTThingsGraphClient extends __Client<
|
|
330
|
+
__HttpHandlerOptions,
|
|
331
|
+
ServiceInputTypes,
|
|
332
|
+
ServiceOutputTypes,
|
|
333
|
+
IoTThingsGraphClientResolvedConfig
|
|
334
|
+
> {
|
|
335
|
+
readonly config: IoTThingsGraphClientResolvedConfig;
|
|
336
|
+
constructor(configuration: IoTThingsGraphClientConfig);
|
|
337
|
+
|
|
338
|
+
destroy(): void;
|
|
339
|
+
}
|
|
340
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateEntityToThingRequest,
|
|
15
|
+
AssociateEntityToThingResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateEntityToThingCommandInput
|
|
18
|
+
extends AssociateEntityToThingRequest {}
|
|
19
|
+
export interface AssociateEntityToThingCommandOutput
|
|
20
|
+
extends AssociateEntityToThingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateEntityToThingCommand extends $Command<
|
|
24
|
+
AssociateEntityToThingCommandInput,
|
|
25
|
+
AssociateEntityToThingCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateEntityToThingCommandInput;
|
|
29
|
+
constructor(input: AssociateEntityToThingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateEntityToThingCommandInput,
|
|
37
|
+
AssociateEntityToThingCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateFlowTemplateRequest,
|
|
15
|
+
CreateFlowTemplateResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFlowTemplateCommandInput
|
|
18
|
+
extends CreateFlowTemplateRequest {}
|
|
19
|
+
export interface CreateFlowTemplateCommandOutput
|
|
20
|
+
extends CreateFlowTemplateResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateFlowTemplateCommand extends $Command<
|
|
24
|
+
CreateFlowTemplateCommandInput,
|
|
25
|
+
CreateFlowTemplateCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateFlowTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateFlowTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
IoTThingsGraphClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../IoTThingsGraphClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateSystemInstanceRequest,
|
|
15
|
+
CreateSystemInstanceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateSystemInstanceCommandInput
|
|
18
|
+
extends CreateSystemInstanceRequest {}
|
|
19
|
+
export interface CreateSystemInstanceCommandOutput
|
|
20
|
+
extends CreateSystemInstanceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSystemInstanceCommand extends $Command<
|
|
24
|
+
CreateSystemInstanceCommandInput,
|
|
25
|
+
CreateSystemInstanceCommandOutput,
|
|
26
|
+
IoTThingsGraphClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSystemInstanceCommandInput;
|
|
29
|
+
constructor(input: CreateSystemInstanceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: IoTThingsGraphClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSystemInstanceCommandInput,
|
|
37
|
+
CreateSystemInstanceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|