@aws-sdk/client-greengrassv2 3.957.0 → 3.958.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 -34
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +508 -714
- 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 +503 -709
- 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
|
@@ -19,10 +19,8 @@ manage deployments, and core devices.</p>
|
|
|
19
19
|
<i>IoT Greengrass V2 Developer Guide</i>.</p>
|
|
20
20
|
|
|
21
21
|
## Installing
|
|
22
|
-
|
|
23
22
|
To install this package, simply type add or install @aws-sdk/client-greengrassv2
|
|
24
23
|
using your favorite package manager:
|
|
25
|
-
|
|
26
24
|
- `npm install @aws-sdk/client-greengrassv2`
|
|
27
25
|
- `yarn add @aws-sdk/client-greengrassv2`
|
|
28
26
|
- `pnpm add @aws-sdk/client-greengrassv2`
|
|
@@ -58,9 +56,7 @@ To send a request, you:
|
|
|
58
56
|
// a client can be shared by different commands.
|
|
59
57
|
const client = new GreengrassV2Client({ region: "REGION" });
|
|
60
58
|
|
|
61
|
-
const params = {
|
|
62
|
-
/** input parameters */
|
|
63
|
-
};
|
|
59
|
+
const params = { /** input parameters */ };
|
|
64
60
|
const command = new ListComponentsCommand(params);
|
|
65
61
|
```
|
|
66
62
|
|
|
@@ -219,7 +215,6 @@ AssociateServiceRoleToAccount
|
|
|
219
215
|
</summary>
|
|
220
216
|
|
|
221
217
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/AssociateServiceRoleToAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/AssociateServiceRoleToAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/AssociateServiceRoleToAccountCommandOutput/)
|
|
222
|
-
|
|
223
218
|
</details>
|
|
224
219
|
<details>
|
|
225
220
|
<summary>
|
|
@@ -227,7 +222,6 @@ BatchAssociateClientDeviceWithCoreDevice
|
|
|
227
222
|
</summary>
|
|
228
223
|
|
|
229
224
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/BatchAssociateClientDeviceWithCoreDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/BatchAssociateClientDeviceWithCoreDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/BatchAssociateClientDeviceWithCoreDeviceCommandOutput/)
|
|
230
|
-
|
|
231
225
|
</details>
|
|
232
226
|
<details>
|
|
233
227
|
<summary>
|
|
@@ -235,7 +229,6 @@ BatchDisassociateClientDeviceFromCoreDevice
|
|
|
235
229
|
</summary>
|
|
236
230
|
|
|
237
231
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/BatchDisassociateClientDeviceFromCoreDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/BatchDisassociateClientDeviceFromCoreDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/BatchDisassociateClientDeviceFromCoreDeviceCommandOutput/)
|
|
238
|
-
|
|
239
232
|
</details>
|
|
240
233
|
<details>
|
|
241
234
|
<summary>
|
|
@@ -243,7 +236,6 @@ CancelDeployment
|
|
|
243
236
|
</summary>
|
|
244
237
|
|
|
245
238
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/CancelDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CancelDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CancelDeploymentCommandOutput/)
|
|
246
|
-
|
|
247
239
|
</details>
|
|
248
240
|
<details>
|
|
249
241
|
<summary>
|
|
@@ -251,7 +243,6 @@ CreateComponentVersion
|
|
|
251
243
|
</summary>
|
|
252
244
|
|
|
253
245
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/CreateComponentVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CreateComponentVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CreateComponentVersionCommandOutput/)
|
|
254
|
-
|
|
255
246
|
</details>
|
|
256
247
|
<details>
|
|
257
248
|
<summary>
|
|
@@ -259,7 +250,6 @@ CreateDeployment
|
|
|
259
250
|
</summary>
|
|
260
251
|
|
|
261
252
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/CreateDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CreateDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/CreateDeploymentCommandOutput/)
|
|
262
|
-
|
|
263
253
|
</details>
|
|
264
254
|
<details>
|
|
265
255
|
<summary>
|
|
@@ -267,7 +257,6 @@ DeleteComponent
|
|
|
267
257
|
</summary>
|
|
268
258
|
|
|
269
259
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/DeleteComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteComponentCommandOutput/)
|
|
270
|
-
|
|
271
260
|
</details>
|
|
272
261
|
<details>
|
|
273
262
|
<summary>
|
|
@@ -275,7 +264,6 @@ DeleteCoreDevice
|
|
|
275
264
|
</summary>
|
|
276
265
|
|
|
277
266
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/DeleteCoreDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteCoreDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteCoreDeviceCommandOutput/)
|
|
278
|
-
|
|
279
267
|
</details>
|
|
280
268
|
<details>
|
|
281
269
|
<summary>
|
|
@@ -283,7 +271,6 @@ DeleteDeployment
|
|
|
283
271
|
</summary>
|
|
284
272
|
|
|
285
273
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/DeleteDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DeleteDeploymentCommandOutput/)
|
|
286
|
-
|
|
287
274
|
</details>
|
|
288
275
|
<details>
|
|
289
276
|
<summary>
|
|
@@ -291,7 +278,6 @@ DescribeComponent
|
|
|
291
278
|
</summary>
|
|
292
279
|
|
|
293
280
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/DescribeComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DescribeComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DescribeComponentCommandOutput/)
|
|
294
|
-
|
|
295
281
|
</details>
|
|
296
282
|
<details>
|
|
297
283
|
<summary>
|
|
@@ -299,7 +285,6 @@ DisassociateServiceRoleFromAccount
|
|
|
299
285
|
</summary>
|
|
300
286
|
|
|
301
287
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/DisassociateServiceRoleFromAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DisassociateServiceRoleFromAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/DisassociateServiceRoleFromAccountCommandOutput/)
|
|
302
|
-
|
|
303
288
|
</details>
|
|
304
289
|
<details>
|
|
305
290
|
<summary>
|
|
@@ -307,7 +292,6 @@ GetComponent
|
|
|
307
292
|
</summary>
|
|
308
293
|
|
|
309
294
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetComponentCommandOutput/)
|
|
310
|
-
|
|
311
295
|
</details>
|
|
312
296
|
<details>
|
|
313
297
|
<summary>
|
|
@@ -315,7 +299,6 @@ GetComponentVersionArtifact
|
|
|
315
299
|
</summary>
|
|
316
300
|
|
|
317
301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetComponentVersionArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetComponentVersionArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetComponentVersionArtifactCommandOutput/)
|
|
318
|
-
|
|
319
302
|
</details>
|
|
320
303
|
<details>
|
|
321
304
|
<summary>
|
|
@@ -323,7 +306,6 @@ GetConnectivityInfo
|
|
|
323
306
|
</summary>
|
|
324
307
|
|
|
325
308
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetConnectivityInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetConnectivityInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetConnectivityInfoCommandOutput/)
|
|
326
|
-
|
|
327
309
|
</details>
|
|
328
310
|
<details>
|
|
329
311
|
<summary>
|
|
@@ -331,7 +313,6 @@ GetCoreDevice
|
|
|
331
313
|
</summary>
|
|
332
314
|
|
|
333
315
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetCoreDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetCoreDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetCoreDeviceCommandOutput/)
|
|
334
|
-
|
|
335
316
|
</details>
|
|
336
317
|
<details>
|
|
337
318
|
<summary>
|
|
@@ -339,7 +320,6 @@ GetDeployment
|
|
|
339
320
|
</summary>
|
|
340
321
|
|
|
341
322
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetDeploymentCommandOutput/)
|
|
342
|
-
|
|
343
323
|
</details>
|
|
344
324
|
<details>
|
|
345
325
|
<summary>
|
|
@@ -347,7 +327,6 @@ GetServiceRoleForAccount
|
|
|
347
327
|
</summary>
|
|
348
328
|
|
|
349
329
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/GetServiceRoleForAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetServiceRoleForAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/GetServiceRoleForAccountCommandOutput/)
|
|
350
|
-
|
|
351
330
|
</details>
|
|
352
331
|
<details>
|
|
353
332
|
<summary>
|
|
@@ -355,7 +334,6 @@ ListClientDevicesAssociatedWithCoreDevice
|
|
|
355
334
|
</summary>
|
|
356
335
|
|
|
357
336
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListClientDevicesAssociatedWithCoreDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListClientDevicesAssociatedWithCoreDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListClientDevicesAssociatedWithCoreDeviceCommandOutput/)
|
|
358
|
-
|
|
359
337
|
</details>
|
|
360
338
|
<details>
|
|
361
339
|
<summary>
|
|
@@ -363,7 +341,6 @@ ListComponents
|
|
|
363
341
|
</summary>
|
|
364
342
|
|
|
365
343
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListComponentsCommandOutput/)
|
|
366
|
-
|
|
367
344
|
</details>
|
|
368
345
|
<details>
|
|
369
346
|
<summary>
|
|
@@ -371,7 +348,6 @@ ListComponentVersions
|
|
|
371
348
|
</summary>
|
|
372
349
|
|
|
373
350
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListComponentVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListComponentVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListComponentVersionsCommandOutput/)
|
|
374
|
-
|
|
375
351
|
</details>
|
|
376
352
|
<details>
|
|
377
353
|
<summary>
|
|
@@ -379,7 +355,6 @@ ListCoreDevices
|
|
|
379
355
|
</summary>
|
|
380
356
|
|
|
381
357
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListCoreDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListCoreDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListCoreDevicesCommandOutput/)
|
|
382
|
-
|
|
383
358
|
</details>
|
|
384
359
|
<details>
|
|
385
360
|
<summary>
|
|
@@ -387,7 +362,6 @@ ListDeployments
|
|
|
387
362
|
</summary>
|
|
388
363
|
|
|
389
364
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListDeploymentsCommandOutput/)
|
|
390
|
-
|
|
391
365
|
</details>
|
|
392
366
|
<details>
|
|
393
367
|
<summary>
|
|
@@ -395,7 +369,6 @@ ListEffectiveDeployments
|
|
|
395
369
|
</summary>
|
|
396
370
|
|
|
397
371
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListEffectiveDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListEffectiveDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListEffectiveDeploymentsCommandOutput/)
|
|
398
|
-
|
|
399
372
|
</details>
|
|
400
373
|
<details>
|
|
401
374
|
<summary>
|
|
@@ -403,7 +376,6 @@ ListInstalledComponents
|
|
|
403
376
|
</summary>
|
|
404
377
|
|
|
405
378
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListInstalledComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListInstalledComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListInstalledComponentsCommandOutput/)
|
|
406
|
-
|
|
407
379
|
</details>
|
|
408
380
|
<details>
|
|
409
381
|
<summary>
|
|
@@ -411,7 +383,6 @@ ListTagsForResource
|
|
|
411
383
|
</summary>
|
|
412
384
|
|
|
413
385
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ListTagsForResourceCommandOutput/)
|
|
414
|
-
|
|
415
386
|
</details>
|
|
416
387
|
<details>
|
|
417
388
|
<summary>
|
|
@@ -419,7 +390,6 @@ ResolveComponentCandidates
|
|
|
419
390
|
</summary>
|
|
420
391
|
|
|
421
392
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/ResolveComponentCandidatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ResolveComponentCandidatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/ResolveComponentCandidatesCommandOutput/)
|
|
422
|
-
|
|
423
393
|
</details>
|
|
424
394
|
<details>
|
|
425
395
|
<summary>
|
|
@@ -427,7 +397,6 @@ TagResource
|
|
|
427
397
|
</summary>
|
|
428
398
|
|
|
429
399
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/TagResourceCommandOutput/)
|
|
430
|
-
|
|
431
400
|
</details>
|
|
432
401
|
<details>
|
|
433
402
|
<summary>
|
|
@@ -435,7 +404,6 @@ UntagResource
|
|
|
435
404
|
</summary>
|
|
436
405
|
|
|
437
406
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/UntagResourceCommandOutput/)
|
|
438
|
-
|
|
439
407
|
</details>
|
|
440
408
|
<details>
|
|
441
409
|
<summary>
|
|
@@ -443,5 +411,4 @@ UpdateConnectivityInfo
|
|
|
443
411
|
</summary>
|
|
444
412
|
|
|
445
413
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/greengrassv2/command/UpdateConnectivityInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/UpdateConnectivityInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-greengrassv2/Interface/UpdateConnectivityInfoCommandOutput/)
|
|
446
|
-
|
|
447
414
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultGreengrassV2HttpAuthSchemeParametersProvider = 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.defaultGreengrassV2HttpAuthSchemeParametersProvider = defaultGreengrassV2HttpAuthSchemeParametersProvider;
|