@aws-sdk/client-accessanalyzer 3.279.0 → 3.281.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 (30) hide show
  1. package/README.md +227 -0
  2. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -0
  9. package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -0
  10. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -0
  11. package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -0
  12. package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -0
  13. package/dist-types/commands/GetFindingCommand.d.ts +6 -0
  14. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -0
  15. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -0
  16. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -0
  17. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -0
  18. package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -0
  19. package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListFindingsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  23. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -0
  24. package/dist-types/commands/StartResourceScanCommand.d.ts +6 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -0
  29. package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -0
  30. package/package.json +3 -3
package/README.md CHANGED
@@ -211,3 +211,230 @@ To contribute to client you can check our [generate clients scripts](https://git
211
211
  This SDK is distributed under the
212
212
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
213
213
  see LICENSE for more information.
214
+
215
+ ## Client Commands (Operations List)
216
+
217
+ <details>
218
+ <summary>
219
+ ApplyArchiveRule
220
+ </summary>
221
+
222
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/applyarchiverulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/applyarchiverulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/applyarchiverulecommandoutput.html)
223
+
224
+ </details>
225
+ <details>
226
+ <summary>
227
+ CancelPolicyGeneration
228
+ </summary>
229
+
230
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/cancelpolicygenerationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/cancelpolicygenerationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/cancelpolicygenerationcommandoutput.html)
231
+
232
+ </details>
233
+ <details>
234
+ <summary>
235
+ CreateAccessPreview
236
+ </summary>
237
+
238
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/createaccesspreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createaccesspreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createaccesspreviewcommandoutput.html)
239
+
240
+ </details>
241
+ <details>
242
+ <summary>
243
+ CreateAnalyzer
244
+ </summary>
245
+
246
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/createanalyzercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createanalyzercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createanalyzercommandoutput.html)
247
+
248
+ </details>
249
+ <details>
250
+ <summary>
251
+ CreateArchiveRule
252
+ </summary>
253
+
254
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/createarchiverulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createarchiverulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/createarchiverulecommandoutput.html)
255
+
256
+ </details>
257
+ <details>
258
+ <summary>
259
+ DeleteAnalyzer
260
+ </summary>
261
+
262
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/deleteanalyzercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/deleteanalyzercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/deleteanalyzercommandoutput.html)
263
+
264
+ </details>
265
+ <details>
266
+ <summary>
267
+ DeleteArchiveRule
268
+ </summary>
269
+
270
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/deletearchiverulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/deletearchiverulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/deletearchiverulecommandoutput.html)
271
+
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ GetAccessPreview
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getaccesspreviewcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getaccesspreviewcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getaccesspreviewcommandoutput.html)
279
+
280
+ </details>
281
+ <details>
282
+ <summary>
283
+ GetAnalyzedResource
284
+ </summary>
285
+
286
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getanalyzedresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getanalyzedresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getanalyzedresourcecommandoutput.html)
287
+
288
+ </details>
289
+ <details>
290
+ <summary>
291
+ GetAnalyzer
292
+ </summary>
293
+
294
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getanalyzercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getanalyzercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getanalyzercommandoutput.html)
295
+
296
+ </details>
297
+ <details>
298
+ <summary>
299
+ GetArchiveRule
300
+ </summary>
301
+
302
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getarchiverulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getarchiverulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getarchiverulecommandoutput.html)
303
+
304
+ </details>
305
+ <details>
306
+ <summary>
307
+ GetFinding
308
+ </summary>
309
+
310
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getfindingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getfindingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getfindingcommandoutput.html)
311
+
312
+ </details>
313
+ <details>
314
+ <summary>
315
+ GetGeneratedPolicy
316
+ </summary>
317
+
318
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/getgeneratedpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getgeneratedpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/getgeneratedpolicycommandoutput.html)
319
+
320
+ </details>
321
+ <details>
322
+ <summary>
323
+ ListAccessPreviewFindings
324
+ </summary>
325
+
326
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listaccesspreviewfindingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listaccesspreviewfindingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listaccesspreviewfindingscommandoutput.html)
327
+
328
+ </details>
329
+ <details>
330
+ <summary>
331
+ ListAccessPreviews
332
+ </summary>
333
+
334
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listaccesspreviewscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listaccesspreviewscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listaccesspreviewscommandoutput.html)
335
+
336
+ </details>
337
+ <details>
338
+ <summary>
339
+ ListAnalyzedResources
340
+ </summary>
341
+
342
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listanalyzedresourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listanalyzedresourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listanalyzedresourcescommandoutput.html)
343
+
344
+ </details>
345
+ <details>
346
+ <summary>
347
+ ListAnalyzers
348
+ </summary>
349
+
350
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listanalyzerscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listanalyzerscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listanalyzerscommandoutput.html)
351
+
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ ListArchiveRules
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listarchiverulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listarchiverulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listarchiverulescommandoutput.html)
359
+
360
+ </details>
361
+ <details>
362
+ <summary>
363
+ ListFindings
364
+ </summary>
365
+
366
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listfindingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listfindingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listfindingscommandoutput.html)
367
+
368
+ </details>
369
+ <details>
370
+ <summary>
371
+ ListPolicyGenerations
372
+ </summary>
373
+
374
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listpolicygenerationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listpolicygenerationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listpolicygenerationscommandoutput.html)
375
+
376
+ </details>
377
+ <details>
378
+ <summary>
379
+ ListTagsForResource
380
+ </summary>
381
+
382
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/listtagsforresourcecommandoutput.html)
383
+
384
+ </details>
385
+ <details>
386
+ <summary>
387
+ StartPolicyGeneration
388
+ </summary>
389
+
390
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/startpolicygenerationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/startpolicygenerationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/startpolicygenerationcommandoutput.html)
391
+
392
+ </details>
393
+ <details>
394
+ <summary>
395
+ StartResourceScan
396
+ </summary>
397
+
398
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/startresourcescancommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/startresourcescancommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/startresourcescancommandoutput.html)
399
+
400
+ </details>
401
+ <details>
402
+ <summary>
403
+ TagResource
404
+ </summary>
405
+
406
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/tagresourcecommandoutput.html)
407
+
408
+ </details>
409
+ <details>
410
+ <summary>
411
+ UntagResource
412
+ </summary>
413
+
414
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/untagresourcecommandoutput.html)
415
+
416
+ </details>
417
+ <details>
418
+ <summary>
419
+ UpdateArchiveRule
420
+ </summary>
421
+
422
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/updatearchiverulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/updatearchiverulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/updatearchiverulecommandoutput.html)
423
+
424
+ </details>
425
+ <details>
426
+ <summary>
427
+ UpdateFindings
428
+ </summary>
429
+
430
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/updatefindingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/updatefindingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/updatefindingscommandoutput.html)
431
+
432
+ </details>
433
+ <details>
434
+ <summary>
435
+ ValidatePolicy
436
+ </summary>
437
+
438
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/classes/validatepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/validatepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-accessanalyzer/interfaces/validatepolicycommandoutput.html)
439
+
440
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ApplyArchiveRuleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ApplyArchiveRuleCommand}.
8
+ */
6
9
  export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ApplyArchiveRuleCommand}.
13
+ */
8
14
  export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CancelPolicyGenerationCommand}.
8
+ */
6
9
  export interface CancelPolicyGenerationCommandInput extends CancelPolicyGenerationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CancelPolicyGenerationCommand}.
13
+ */
8
14
  export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAccessPreviewCommand}.
8
+ */
6
9
  export interface CreateAccessPreviewCommandInput extends CreateAccessPreviewRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccessPreviewCommand}.
13
+ */
8
14
  export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAnalyzerCommand}.
8
+ */
6
9
  export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAnalyzerCommand}.
13
+ */
8
14
  export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { CreateArchiveRuleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateArchiveRuleCommand}.
8
+ */
6
9
  export interface CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateArchiveRuleCommand}.
13
+ */
8
14
  export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { DeleteAnalyzerRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAnalyzerCommand}.
8
+ */
6
9
  export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAnalyzerCommand}.
13
+ */
8
14
  export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { DeleteArchiveRuleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteArchiveRuleCommand}.
8
+ */
6
9
  export interface DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteArchiveRuleCommand}.
13
+ */
8
14
  export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccessPreviewCommand}.
8
+ */
6
9
  export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccessPreviewCommand}.
13
+ */
8
14
  export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAnalyzedResourceCommand}.
8
+ */
6
9
  export interface GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnalyzedResourceCommand}.
13
+ */
8
14
  export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAnalyzerCommand}.
8
+ */
6
9
  export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAnalyzerCommand}.
13
+ */
8
14
  export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetArchiveRuleCommand}.
8
+ */
6
9
  export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetArchiveRuleCommand}.
13
+ */
8
14
  export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetFindingRequest, GetFindingResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFindingCommand}.
8
+ */
6
9
  export interface GetFindingCommandInput extends GetFindingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFindingCommand}.
13
+ */
8
14
  export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGeneratedPolicyCommand}.
8
+ */
6
9
  export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGeneratedPolicyCommand}.
13
+ */
8
14
  export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccessPreviewFindingsCommand}.
8
+ */
6
9
  export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreviewFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessPreviewFindingsCommand}.
13
+ */
8
14
  export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAccessPreviewsCommand}.
8
+ */
6
9
  export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessPreviewsCommand}.
13
+ */
8
14
  export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAnalyzedResourcesCommand}.
8
+ */
6
9
  export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAnalyzedResourcesCommand}.
13
+ */
8
14
  export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAnalyzersCommand}.
8
+ */
6
9
  export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAnalyzersCommand}.
13
+ */
8
14
  export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListArchiveRulesCommand}.
8
+ */
6
9
  export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListArchiveRulesCommand}.
13
+ */
8
14
  export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFindingsCommand}.
8
+ */
6
9
  export interface ListFindingsCommandInput extends ListFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFindingsCommand}.
13
+ */
8
14
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPolicyGenerationsCommand}.
8
+ */
6
9
  export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPolicyGenerationsCommand}.
13
+ */
8
14
  export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartPolicyGenerationCommand}.
8
+ */
6
9
  export interface StartPolicyGenerationCommandInput extends StartPolicyGenerationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartPolicyGenerationCommand}.
13
+ */
8
14
  export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { StartResourceScanRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartResourceScanCommand}.
8
+ */
6
9
  export interface StartResourceScanCommandInput extends StartResourceScanRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartResourceScanCommand}.
13
+ */
8
14
  export interface StartResourceScanCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { UpdateArchiveRuleRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateArchiveRuleCommand}.
8
+ */
6
9
  export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateArchiveRuleCommand}.
13
+ */
8
14
  export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { UpdateFindingsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateFindingsCommand}.
8
+ */
6
9
  export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFindingsCommand}.
13
+ */
8
14
  export interface UpdateFindingsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ValidatePolicyCommand}.
8
+ */
6
9
  export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ValidatePolicyCommand}.
13
+ */
8
14
  export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-accessanalyzer",
3
3
  "description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",