@aws-sdk/client-iotthingsgraph 3.957.0 → 3.962.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 +1 -41
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +495 -510
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +495 -510
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript IoTThingsGraph Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>AWS IoT Things Graph</fullname>
|
|
10
|
-
|
|
11
10
|
<p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
|
|
12
11
|
such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
|
|
13
12
|
and defining how they interact at an abstract level.</p>
|
|
@@ -15,10 +14,8 @@ and defining how they interact at an abstract level.</p>
|
|
|
15
14
|
<p>The AWS IoT Things Graph service is discontinued.</p>
|
|
16
15
|
|
|
17
16
|
## Installing
|
|
18
|
-
|
|
19
17
|
To install this package, simply type add or install @aws-sdk/client-iotthingsgraph
|
|
20
18
|
using your favorite package manager:
|
|
21
|
-
|
|
22
19
|
- `npm install @aws-sdk/client-iotthingsgraph`
|
|
23
20
|
- `yarn add @aws-sdk/client-iotthingsgraph`
|
|
24
21
|
- `pnpm add @aws-sdk/client-iotthingsgraph`
|
|
@@ -54,9 +51,7 @@ To send a request, you:
|
|
|
54
51
|
// a client can be shared by different commands.
|
|
55
52
|
const client = new IoTThingsGraphClient({ region: "REGION" });
|
|
56
53
|
|
|
57
|
-
const params = {
|
|
58
|
-
/** input parameters */
|
|
59
|
-
};
|
|
54
|
+
const params = { /** input parameters */ };
|
|
60
55
|
const command = new ListTagsForResourceCommand(params);
|
|
61
56
|
```
|
|
62
57
|
|
|
@@ -215,7 +210,6 @@ AssociateEntityToThing
|
|
|
215
210
|
</summary>
|
|
216
211
|
|
|
217
212
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/AssociateEntityToThingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/AssociateEntityToThingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/AssociateEntityToThingCommandOutput/)
|
|
218
|
-
|
|
219
213
|
</details>
|
|
220
214
|
<details>
|
|
221
215
|
<summary>
|
|
@@ -223,7 +217,6 @@ CreateFlowTemplate
|
|
|
223
217
|
</summary>
|
|
224
218
|
|
|
225
219
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/CreateFlowTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateFlowTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateFlowTemplateCommandOutput/)
|
|
226
|
-
|
|
227
220
|
</details>
|
|
228
221
|
<details>
|
|
229
222
|
<summary>
|
|
@@ -231,7 +224,6 @@ CreateSystemInstance
|
|
|
231
224
|
</summary>
|
|
232
225
|
|
|
233
226
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/CreateSystemInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateSystemInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateSystemInstanceCommandOutput/)
|
|
234
|
-
|
|
235
227
|
</details>
|
|
236
228
|
<details>
|
|
237
229
|
<summary>
|
|
@@ -239,7 +231,6 @@ CreateSystemTemplate
|
|
|
239
231
|
</summary>
|
|
240
232
|
|
|
241
233
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/CreateSystemTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateSystemTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/CreateSystemTemplateCommandOutput/)
|
|
242
|
-
|
|
243
234
|
</details>
|
|
244
235
|
<details>
|
|
245
236
|
<summary>
|
|
@@ -247,7 +238,6 @@ DeleteFlowTemplate
|
|
|
247
238
|
</summary>
|
|
248
239
|
|
|
249
240
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeleteFlowTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteFlowTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteFlowTemplateCommandOutput/)
|
|
250
|
-
|
|
251
241
|
</details>
|
|
252
242
|
<details>
|
|
253
243
|
<summary>
|
|
@@ -255,7 +245,6 @@ DeleteNamespace
|
|
|
255
245
|
</summary>
|
|
256
246
|
|
|
257
247
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeleteNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteNamespaceCommandOutput/)
|
|
258
|
-
|
|
259
248
|
</details>
|
|
260
249
|
<details>
|
|
261
250
|
<summary>
|
|
@@ -263,7 +252,6 @@ DeleteSystemInstance
|
|
|
263
252
|
</summary>
|
|
264
253
|
|
|
265
254
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeleteSystemInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteSystemInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteSystemInstanceCommandOutput/)
|
|
266
|
-
|
|
267
255
|
</details>
|
|
268
256
|
<details>
|
|
269
257
|
<summary>
|
|
@@ -271,7 +259,6 @@ DeleteSystemTemplate
|
|
|
271
259
|
</summary>
|
|
272
260
|
|
|
273
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeleteSystemTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteSystemTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeleteSystemTemplateCommandOutput/)
|
|
274
|
-
|
|
275
262
|
</details>
|
|
276
263
|
<details>
|
|
277
264
|
<summary>
|
|
@@ -279,7 +266,6 @@ DeploySystemInstance
|
|
|
279
266
|
</summary>
|
|
280
267
|
|
|
281
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeploySystemInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeploySystemInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeploySystemInstanceCommandOutput/)
|
|
282
|
-
|
|
283
269
|
</details>
|
|
284
270
|
<details>
|
|
285
271
|
<summary>
|
|
@@ -287,7 +273,6 @@ DeprecateFlowTemplate
|
|
|
287
273
|
</summary>
|
|
288
274
|
|
|
289
275
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeprecateFlowTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeprecateFlowTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeprecateFlowTemplateCommandOutput/)
|
|
290
|
-
|
|
291
276
|
</details>
|
|
292
277
|
<details>
|
|
293
278
|
<summary>
|
|
@@ -295,7 +280,6 @@ DeprecateSystemTemplate
|
|
|
295
280
|
</summary>
|
|
296
281
|
|
|
297
282
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DeprecateSystemTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeprecateSystemTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DeprecateSystemTemplateCommandOutput/)
|
|
298
|
-
|
|
299
283
|
</details>
|
|
300
284
|
<details>
|
|
301
285
|
<summary>
|
|
@@ -303,7 +287,6 @@ DescribeNamespace
|
|
|
303
287
|
</summary>
|
|
304
288
|
|
|
305
289
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DescribeNamespaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DescribeNamespaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DescribeNamespaceCommandOutput/)
|
|
306
|
-
|
|
307
290
|
</details>
|
|
308
291
|
<details>
|
|
309
292
|
<summary>
|
|
@@ -311,7 +294,6 @@ DissociateEntityFromThing
|
|
|
311
294
|
</summary>
|
|
312
295
|
|
|
313
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/DissociateEntityFromThingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DissociateEntityFromThingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/DissociateEntityFromThingCommandOutput/)
|
|
314
|
-
|
|
315
297
|
</details>
|
|
316
298
|
<details>
|
|
317
299
|
<summary>
|
|
@@ -319,7 +301,6 @@ GetEntities
|
|
|
319
301
|
</summary>
|
|
320
302
|
|
|
321
303
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetEntitiesCommandOutput/)
|
|
322
|
-
|
|
323
304
|
</details>
|
|
324
305
|
<details>
|
|
325
306
|
<summary>
|
|
@@ -327,7 +308,6 @@ GetFlowTemplate
|
|
|
327
308
|
</summary>
|
|
328
309
|
|
|
329
310
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetFlowTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetFlowTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetFlowTemplateCommandOutput/)
|
|
330
|
-
|
|
331
311
|
</details>
|
|
332
312
|
<details>
|
|
333
313
|
<summary>
|
|
@@ -335,7 +315,6 @@ GetFlowTemplateRevisions
|
|
|
335
315
|
</summary>
|
|
336
316
|
|
|
337
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetFlowTemplateRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetFlowTemplateRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetFlowTemplateRevisionsCommandOutput/)
|
|
338
|
-
|
|
339
318
|
</details>
|
|
340
319
|
<details>
|
|
341
320
|
<summary>
|
|
@@ -343,7 +322,6 @@ GetNamespaceDeletionStatus
|
|
|
343
322
|
</summary>
|
|
344
323
|
|
|
345
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetNamespaceDeletionStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetNamespaceDeletionStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetNamespaceDeletionStatusCommandOutput/)
|
|
346
|
-
|
|
347
325
|
</details>
|
|
348
326
|
<details>
|
|
349
327
|
<summary>
|
|
@@ -351,7 +329,6 @@ GetSystemInstance
|
|
|
351
329
|
</summary>
|
|
352
330
|
|
|
353
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetSystemInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemInstanceCommandOutput/)
|
|
354
|
-
|
|
355
332
|
</details>
|
|
356
333
|
<details>
|
|
357
334
|
<summary>
|
|
@@ -359,7 +336,6 @@ GetSystemTemplate
|
|
|
359
336
|
</summary>
|
|
360
337
|
|
|
361
338
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetSystemTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemTemplateCommandOutput/)
|
|
362
|
-
|
|
363
339
|
</details>
|
|
364
340
|
<details>
|
|
365
341
|
<summary>
|
|
@@ -367,7 +343,6 @@ GetSystemTemplateRevisions
|
|
|
367
343
|
</summary>
|
|
368
344
|
|
|
369
345
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetSystemTemplateRevisionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemTemplateRevisionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetSystemTemplateRevisionsCommandOutput/)
|
|
370
|
-
|
|
371
346
|
</details>
|
|
372
347
|
<details>
|
|
373
348
|
<summary>
|
|
@@ -375,7 +350,6 @@ GetUploadStatus
|
|
|
375
350
|
</summary>
|
|
376
351
|
|
|
377
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/GetUploadStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetUploadStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/GetUploadStatusCommandOutput/)
|
|
378
|
-
|
|
379
353
|
</details>
|
|
380
354
|
<details>
|
|
381
355
|
<summary>
|
|
@@ -383,7 +357,6 @@ ListFlowExecutionMessages
|
|
|
383
357
|
</summary>
|
|
384
358
|
|
|
385
359
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/ListFlowExecutionMessagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/ListFlowExecutionMessagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/ListFlowExecutionMessagesCommandOutput/)
|
|
386
|
-
|
|
387
360
|
</details>
|
|
388
361
|
<details>
|
|
389
362
|
<summary>
|
|
@@ -391,7 +364,6 @@ ListTagsForResource
|
|
|
391
364
|
</summary>
|
|
392
365
|
|
|
393
366
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/ListTagsForResourceCommandOutput/)
|
|
394
|
-
|
|
395
367
|
</details>
|
|
396
368
|
<details>
|
|
397
369
|
<summary>
|
|
@@ -399,7 +371,6 @@ SearchEntities
|
|
|
399
371
|
</summary>
|
|
400
372
|
|
|
401
373
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchEntitiesCommandOutput/)
|
|
402
|
-
|
|
403
374
|
</details>
|
|
404
375
|
<details>
|
|
405
376
|
<summary>
|
|
@@ -407,7 +378,6 @@ SearchFlowExecutions
|
|
|
407
378
|
</summary>
|
|
408
379
|
|
|
409
380
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchFlowExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchFlowExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchFlowExecutionsCommandOutput/)
|
|
410
|
-
|
|
411
381
|
</details>
|
|
412
382
|
<details>
|
|
413
383
|
<summary>
|
|
@@ -415,7 +385,6 @@ SearchFlowTemplates
|
|
|
415
385
|
</summary>
|
|
416
386
|
|
|
417
387
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchFlowTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchFlowTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchFlowTemplatesCommandOutput/)
|
|
418
|
-
|
|
419
388
|
</details>
|
|
420
389
|
<details>
|
|
421
390
|
<summary>
|
|
@@ -423,7 +392,6 @@ SearchSystemInstances
|
|
|
423
392
|
</summary>
|
|
424
393
|
|
|
425
394
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchSystemInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchSystemInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchSystemInstancesCommandOutput/)
|
|
426
|
-
|
|
427
395
|
</details>
|
|
428
396
|
<details>
|
|
429
397
|
<summary>
|
|
@@ -431,7 +399,6 @@ SearchSystemTemplates
|
|
|
431
399
|
</summary>
|
|
432
400
|
|
|
433
401
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchSystemTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchSystemTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchSystemTemplatesCommandOutput/)
|
|
434
|
-
|
|
435
402
|
</details>
|
|
436
403
|
<details>
|
|
437
404
|
<summary>
|
|
@@ -439,7 +406,6 @@ SearchThings
|
|
|
439
406
|
</summary>
|
|
440
407
|
|
|
441
408
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/SearchThingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchThingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/SearchThingsCommandOutput/)
|
|
442
|
-
|
|
443
409
|
</details>
|
|
444
410
|
<details>
|
|
445
411
|
<summary>
|
|
@@ -447,7 +413,6 @@ TagResource
|
|
|
447
413
|
</summary>
|
|
448
414
|
|
|
449
415
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/TagResourceCommandOutput/)
|
|
450
|
-
|
|
451
416
|
</details>
|
|
452
417
|
<details>
|
|
453
418
|
<summary>
|
|
@@ -455,7 +420,6 @@ UndeploySystemInstance
|
|
|
455
420
|
</summary>
|
|
456
421
|
|
|
457
422
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/UndeploySystemInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UndeploySystemInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UndeploySystemInstanceCommandOutput/)
|
|
458
|
-
|
|
459
423
|
</details>
|
|
460
424
|
<details>
|
|
461
425
|
<summary>
|
|
@@ -463,7 +427,6 @@ UntagResource
|
|
|
463
427
|
</summary>
|
|
464
428
|
|
|
465
429
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UntagResourceCommandOutput/)
|
|
466
|
-
|
|
467
430
|
</details>
|
|
468
431
|
<details>
|
|
469
432
|
<summary>
|
|
@@ -471,7 +434,6 @@ UpdateFlowTemplate
|
|
|
471
434
|
</summary>
|
|
472
435
|
|
|
473
436
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/UpdateFlowTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UpdateFlowTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UpdateFlowTemplateCommandOutput/)
|
|
474
|
-
|
|
475
437
|
</details>
|
|
476
438
|
<details>
|
|
477
439
|
<summary>
|
|
@@ -479,7 +441,6 @@ UpdateSystemTemplate
|
|
|
479
441
|
</summary>
|
|
480
442
|
|
|
481
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/UpdateSystemTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UpdateSystemTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UpdateSystemTemplateCommandOutput/)
|
|
482
|
-
|
|
483
444
|
</details>
|
|
484
445
|
<details>
|
|
485
446
|
<summary>
|
|
@@ -487,5 +448,4 @@ UploadEntityDefinitions
|
|
|
487
448
|
</summary>
|
|
488
449
|
|
|
489
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/iotthingsgraph/command/UploadEntityDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UploadEntityDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-iotthingsgraph/Interface/UploadEntityDefinitionsCommandOutput/)
|
|
490
|
-
|
|
491
451
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultIoTThingsGraphHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultIoTThingsGraphHttpAuthSchemeParametersProvider = defaultIoTThingsGraphHttpAuthSchemeParametersProvider;
|