@aws-sdk/client-accessanalyzer 3.454.0 → 3.460.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 (52) hide show
  1. package/README.md +84 -37
  2. package/dist-cjs/AccessAnalyzer.js +8 -0
  3. package/dist-cjs/commands/CheckAccessNotGrantedCommand.js +52 -0
  4. package/dist-cjs/commands/CheckNoNewAccessCommand.js +52 -0
  5. package/dist-cjs/commands/GetFindingV2Command.js +51 -0
  6. package/dist-cjs/commands/ListFindingsV2Command.js +51 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +83 -1
  9. package/dist-cjs/pagination/GetFindingV2Paginator.js +29 -0
  10. package/dist-cjs/pagination/ListFindingsV2Paginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +2 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +426 -2
  13. package/dist-es/AccessAnalyzer.js +8 -0
  14. package/dist-es/commands/CheckAccessNotGrantedCommand.js +48 -0
  15. package/dist-es/commands/CheckNoNewAccessCommand.js +48 -0
  16. package/dist-es/commands/GetFindingV2Command.js +47 -0
  17. package/dist-es/commands/ListFindingsV2Command.js +47 -0
  18. package/dist-es/commands/index.js +4 -0
  19. package/dist-es/models/models_0.js +78 -0
  20. package/dist-es/pagination/GetFindingV2Paginator.js +25 -0
  21. package/dist-es/pagination/ListFindingsV2Paginator.js +25 -0
  22. package/dist-es/pagination/index.js +2 -0
  23. package/dist-es/protocols/Aws_restJson1.js +417 -1
  24. package/dist-types/AccessAnalyzer.d.ts +52 -9
  25. package/dist-types/AccessAnalyzerClient.d.ts +30 -11
  26. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +107 -0
  27. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +106 -0
  28. package/dist-types/commands/CreateAnalyzerCommand.d.ts +5 -0
  29. package/dist-types/commands/GetAnalyzerCommand.d.ts +5 -0
  30. package/dist-types/commands/GetFindingV2Command.d.ts +146 -0
  31. package/dist-types/commands/ListAnalyzersCommand.d.ts +5 -0
  32. package/dist-types/commands/ListFindingsV2Command.d.ts +123 -0
  33. package/dist-types/commands/index.d.ts +4 -0
  34. package/dist-types/index.d.ts +24 -9
  35. package/dist-types/models/models_0.d.ts +705 -11
  36. package/dist-types/pagination/GetFindingV2Paginator.d.ts +7 -0
  37. package/dist-types/pagination/ListFindingsV2Paginator.d.ts +7 -0
  38. package/dist-types/pagination/index.d.ts +2 -0
  39. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  40. package/dist-types/ts3.4/AccessAnalyzer.d.ts +68 -0
  41. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +24 -0
  42. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +42 -0
  43. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +38 -0
  44. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +35 -0
  45. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +38 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +238 -1
  48. package/dist-types/ts3.4/pagination/GetFindingV2Paginator.d.ts +11 -0
  49. package/dist-types/ts3.4/pagination/ListFindingsV2Paginator.d.ts +11 -0
  50. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  52. package/package.json +12 -12
@@ -1,13 +1,28 @@
1
1
  /**
2
- * <p>Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to
3
- * identify any policies that grant access to an external principal. It does this by using
4
- * logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An
5
- * external principal can be another Amazon Web Services account, a root user, an IAM user or role, a
6
- * federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to
7
- * preview and validate public and cross-account access to your resources before deploying
8
- * permissions changes. This guide describes the Identity and Access Management Access Analyzer operations that you can
9
- * call programmatically. For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p>
10
- * <p>To start using IAM Access Analyzer, you first need to create an analyzer.</p>
2
+ * <p>Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing
3
+ * a suite of capabilities. Its features include findings for external and unused access,
4
+ * basic and custom policy checks for validating policies, and policy generation to generate
5
+ * fine-grained policies. To start using IAM Access Analyzer to identify external or unused access,
6
+ * you first need to create an analyzer.</p>
7
+ * <p>
8
+ * <b>External access analyzers</b> help identify potential risks
9
+ * of accessing resources by enabling you to identify any resource policies that grant access
10
+ * to an external principal. It does this by using logic-based reasoning to analyze
11
+ * resource-based policies in your Amazon Web Services environment. An external principal can be another
12
+ * Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an
13
+ * anonymous user. You can also use IAM Access Analyzer to preview public and cross-account access
14
+ * to your resources before deploying permissions changes.</p>
15
+ * <p>
16
+ * <b>Unused access analyzers</b> help identify potential
17
+ * identity access risks by enabling you to identify unused IAM roles, unused access keys,
18
+ * unused console passwords, and IAM principals with unused service and action-level
19
+ * permissions.</p>
20
+ * <p>Beyond findings, IAM Access Analyzer provides basic and custom policy checks to validate IAM
21
+ * policies before deploying permissions changes. You can use policy generation to refine
22
+ * permissions by attaching a policy generated using access activity logged in CloudTrail logs. </p>
23
+ * <p>This guide describes the IAM Access Analyzer operations that you can call programmatically.
24
+ * For general information about IAM Access Analyzer, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html">Identity and Access Management Access Analyzer</a> in the
25
+ * <b>IAM User Guide</b>.</p>
11
26
  *
12
27
  * @packageDocumentation
13
28
  */