@aws-sdk/client-accessanalyzer 3.296.0 → 3.298.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 (101) hide show
  1. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -3
  2. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -3
  4. package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -3
  5. package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -3
  8. package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -3
  9. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -3
  10. package/dist-cjs/commands/GetAnalyzerCommand.js +2 -3
  11. package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -3
  12. package/dist-cjs/commands/GetFindingCommand.js +2 -3
  13. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -3
  14. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -3
  15. package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -3
  16. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -3
  17. package/dist-cjs/commands/ListAnalyzersCommand.js +2 -3
  18. package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -3
  19. package/dist-cjs/commands/ListFindingsCommand.js +2 -3
  20. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -3
  23. package/dist-cjs/commands/StartResourceScanCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -3
  28. package/dist-cjs/commands/ValidatePolicyCommand.js +2 -3
  29. package/dist-cjs/models/models_0.js +1 -498
  30. package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -3
  31. package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -3
  32. package/dist-es/commands/CreateAccessPreviewCommand.js +2 -3
  33. package/dist-es/commands/CreateAnalyzerCommand.js +2 -3
  34. package/dist-es/commands/CreateArchiveRuleCommand.js +2 -3
  35. package/dist-es/commands/DeleteAnalyzerCommand.js +2 -3
  36. package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -3
  37. package/dist-es/commands/GetAccessPreviewCommand.js +2 -3
  38. package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -3
  39. package/dist-es/commands/GetAnalyzerCommand.js +2 -3
  40. package/dist-es/commands/GetArchiveRuleCommand.js +2 -3
  41. package/dist-es/commands/GetFindingCommand.js +2 -3
  42. package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -3
  43. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -3
  44. package/dist-es/commands/ListAccessPreviewsCommand.js +2 -3
  45. package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -3
  46. package/dist-es/commands/ListAnalyzersCommand.js +2 -3
  47. package/dist-es/commands/ListArchiveRulesCommand.js +2 -3
  48. package/dist-es/commands/ListFindingsCommand.js +2 -3
  49. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  51. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -3
  52. package/dist-es/commands/StartResourceScanCommand.js +2 -3
  53. package/dist-es/commands/TagResourceCommand.js +2 -3
  54. package/dist-es/commands/UntagResourceCommand.js +2 -3
  55. package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -3
  56. package/dist-es/commands/UpdateFindingsCommand.js +2 -3
  57. package/dist-es/commands/ValidatePolicyCommand.js +2 -3
  58. package/dist-es/models/models_0.js +0 -389
  59. package/dist-types/AccessAnalyzer.d.ts +29 -0
  60. package/dist-types/AccessAnalyzerClient.d.ts +24 -4
  61. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +16 -0
  62. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateAnalyzerCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +16 -0
  68. package/dist-types/commands/GetAccessPreviewCommand.d.ts +16 -0
  69. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/GetAnalyzerCommand.d.ts +16 -0
  71. package/dist-types/commands/GetArchiveRuleCommand.d.ts +16 -0
  72. package/dist-types/commands/GetFindingCommand.d.ts +16 -0
  73. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListAnalyzersCommand.d.ts +16 -0
  78. package/dist-types/commands/ListArchiveRulesCommand.d.ts +16 -0
  79. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +16 -0
  83. package/dist-types/commands/StartResourceScanCommand.d.ts +16 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
  88. package/dist-types/commands/ValidatePolicyCommand.d.ts +16 -0
  89. package/dist-types/models/AccessAnalyzerServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +228 -425
  91. package/dist-types/pagination/Interfaces.d.ts +3 -0
  92. package/dist-types/pagination/ListAccessPreviewFindingsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListAccessPreviewsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListAnalyzedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListAnalyzersPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListArchiveRulesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ValidatePolicyPaginator.d.ts +3 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -292
  101. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { UpdateFindingsRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFindingsCommand}.
8
10
  */
9
11
  export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFindingsCommand}.
13
17
  */
14
18
  export interface UpdateFindingsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the status for the specified findings.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFindingsCommandInput - {@link UpdateFindingsCommandInput}
34
+ * @returns {@link UpdateFindingsCommandOutput}
28
35
  * @see {@link UpdateFindingsCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFindingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateFindingsCommandOutput extends __MetadataBearer {
49
56
  export declare class UpdateFindingsCommand extends $Command<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig> {
50
57
  readonly input: UpdateFindingsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateFindingsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFindingsCommandInput, UpdateFindingsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
5
5
  import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ValidatePolicyCommand}.
8
10
  */
9
11
  export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ValidatePolicyCommand}.
13
17
  */
14
18
  export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Requests the validation of a policy and returns a list of findings. The findings help
18
23
  * you identify issues and provide actionable recommendations to resolve the issue and enable
19
24
  * you to author functional policies that meet security best practices. </p>
@@ -27,6 +32,8 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ValidatePolicyCommandInput - {@link ValidatePolicyCommandInput}
36
+ * @returns {@link ValidatePolicyCommandOutput}
30
37
  * @see {@link ValidatePolicyCommandInput} for command's `input` shape.
31
38
  * @see {@link ValidatePolicyCommandOutput} for command's `response` shape.
32
39
  * @see {@link AccessAnalyzerClientResolvedConfig | config} for AccessAnalyzerClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __M
48
55
  export declare class ValidatePolicyCommand extends $Command<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig> {
49
56
  readonly input: ValidatePolicyCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ValidatePolicyCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AccessAnalyzerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidatePolicyCommandInput, ValidatePolicyCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from AccessAnalyzer service.
4
6
  */
5
7
  export declare class AccessAnalyzerServiceException extends __ServiceException {