@aws-sdk/client-accessanalyzer 3.335.0 → 3.338.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 (125) hide show
  1. package/dist-cjs/AccessAnalyzerClient.js +2 -1
  2. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -1
  3. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -1
  5. package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -1
  6. package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -1
  9. package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -1
  10. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -1
  11. package/dist-cjs/commands/GetAnalyzerCommand.js +2 -1
  12. package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -1
  13. package/dist-cjs/commands/GetFindingCommand.js +2 -1
  14. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -1
  16. package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -1
  17. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -1
  18. package/dist-cjs/commands/ListAnalyzersCommand.js +2 -1
  19. package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -1
  20. package/dist-cjs/commands/ListFindingsCommand.js +2 -1
  21. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -1
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  23. package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -1
  24. package/dist-cjs/commands/StartResourceScanCommand.js +2 -1
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  27. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -1
  29. package/dist-cjs/commands/ValidatePolicyCommand.js +2 -1
  30. package/dist-cjs/index.js +2 -2
  31. package/dist-cjs/models/AccessAnalyzerServiceException.js +2 -1
  32. package/dist-es/AccessAnalyzerClient.js +1 -0
  33. package/dist-es/commands/ApplyArchiveRuleCommand.js +1 -0
  34. package/dist-es/commands/CancelPolicyGenerationCommand.js +1 -0
  35. package/dist-es/commands/CreateAccessPreviewCommand.js +1 -0
  36. package/dist-es/commands/CreateAnalyzerCommand.js +1 -0
  37. package/dist-es/commands/CreateArchiveRuleCommand.js +1 -0
  38. package/dist-es/commands/DeleteAnalyzerCommand.js +1 -0
  39. package/dist-es/commands/DeleteArchiveRuleCommand.js +1 -0
  40. package/dist-es/commands/GetAccessPreviewCommand.js +1 -0
  41. package/dist-es/commands/GetAnalyzedResourceCommand.js +1 -0
  42. package/dist-es/commands/GetAnalyzerCommand.js +1 -0
  43. package/dist-es/commands/GetArchiveRuleCommand.js +1 -0
  44. package/dist-es/commands/GetFindingCommand.js +1 -0
  45. package/dist-es/commands/GetGeneratedPolicyCommand.js +1 -0
  46. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +1 -0
  47. package/dist-es/commands/ListAccessPreviewsCommand.js +1 -0
  48. package/dist-es/commands/ListAnalyzedResourcesCommand.js +1 -0
  49. package/dist-es/commands/ListAnalyzersCommand.js +1 -0
  50. package/dist-es/commands/ListArchiveRulesCommand.js +1 -0
  51. package/dist-es/commands/ListFindingsCommand.js +1 -0
  52. package/dist-es/commands/ListPolicyGenerationsCommand.js +1 -0
  53. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  54. package/dist-es/commands/StartPolicyGenerationCommand.js +1 -0
  55. package/dist-es/commands/StartResourceScanCommand.js +1 -0
  56. package/dist-es/commands/TagResourceCommand.js +1 -0
  57. package/dist-es/commands/UntagResourceCommand.js +1 -0
  58. package/dist-es/commands/UpdateArchiveRuleCommand.js +1 -0
  59. package/dist-es/commands/UpdateFindingsCommand.js +1 -0
  60. package/dist-es/commands/ValidatePolicyCommand.js +1 -0
  61. package/dist-es/index.js +2 -2
  62. package/dist-es/models/AccessAnalyzerServiceException.js +1 -0
  63. package/dist-types/AccessAnalyzerClient.d.ts +3 -3
  64. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +4 -0
  65. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +4 -0
  66. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +4 -0
  67. package/dist-types/commands/CreateAnalyzerCommand.d.ts +4 -0
  68. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +4 -0
  69. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +4 -0
  70. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +4 -0
  71. package/dist-types/commands/GetAccessPreviewCommand.d.ts +4 -0
  72. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +4 -0
  73. package/dist-types/commands/GetAnalyzerCommand.d.ts +4 -0
  74. package/dist-types/commands/GetArchiveRuleCommand.d.ts +4 -0
  75. package/dist-types/commands/GetFindingCommand.d.ts +4 -0
  76. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +4 -0
  77. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +4 -0
  78. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +4 -0
  79. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +4 -0
  80. package/dist-types/commands/ListAnalyzersCommand.d.ts +4 -0
  81. package/dist-types/commands/ListArchiveRulesCommand.d.ts +4 -0
  82. package/dist-types/commands/ListFindingsCommand.d.ts +4 -0
  83. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +4 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  85. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +4 -0
  86. package/dist-types/commands/StartResourceScanCommand.d.ts +4 -0
  87. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  88. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  89. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +4 -0
  90. package/dist-types/commands/UpdateFindingsCommand.d.ts +4 -0
  91. package/dist-types/commands/ValidatePolicyCommand.d.ts +4 -0
  92. package/dist-types/index.d.ts +15 -2
  93. package/dist-types/models/AccessAnalyzerServiceException.d.ts +1 -0
  94. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +3 -3
  95. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/index.d.ts +2 -2
  124. package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +1 -0
  125. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartPolicyGenerationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class StartResourceScanCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateArchiveRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateFindingsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ValidatePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./AccessAnalyzer";
2
1
  export * from "./AccessAnalyzerClient";
2
+ export * from "./AccessAnalyzer";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class AccessAnalyzerServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -37,6 +37,7 @@ import { UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput } from ".
37
37
  import { UpdateFindingsCommandInput, UpdateFindingsCommandOutput } from "./commands/UpdateFindingsCommand";
38
38
  import { ValidatePolicyCommandInput, ValidatePolicyCommandOutput } from "./commands/ValidatePolicyCommand";
39
39
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
40
+ export { __Client };
40
41
  /**
41
42
  * @public
42
43
  */
@@ -151,7 +152,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
151
152
  /**
152
153
  * @public
153
154
  */
154
- type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
+ export type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
155
156
  /**
156
157
  * @public
157
158
  *
@@ -162,7 +163,7 @@ export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigTy
162
163
  /**
163
164
  * @public
164
165
  */
165
- type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
+ export type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
166
167
  /**
167
168
  * @public
168
169
  *
@@ -195,4 +196,3 @@ export declare class AccessAnalyzerClient extends __Client<__HttpHandlerOptions,
195
196
  */
196
197
  destroy(): void;
197
198
  }
198
- export {};
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ 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
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,19 @@
1
- export * from "./AccessAnalyzer";
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>
11
+ *
12
+ * @packageDocumentation
13
+ */
2
14
  export * from "./AccessAnalyzerClient";
15
+ export * from "./AccessAnalyzer";
3
16
  export * from "./commands";
4
- export * from "./models";
5
17
  export * from "./pagination";
18
+ export * from "./models";
6
19
  export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -163,6 +163,7 @@ import {
163
163
  ClientResolvedEndpointParameters,
164
164
  EndpointParameters,
165
165
  } from "./endpoint/EndpointParameters";
166
+ export { __Client };
166
167
  export type ServiceInputTypes =
167
168
  | ApplyArchiveRuleCommandInput
168
169
  | CancelPolicyGenerationCommandInput
@@ -245,7 +246,7 @@ export interface ClientDefaults
245
246
  logger?: __Logger;
246
247
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
248
  }
248
- type AccessAnalyzerClientConfigType = Partial<
249
+ export type AccessAnalyzerClientConfigType = Partial<
249
250
  __SmithyConfiguration<__HttpHandlerOptions>
250
251
  > &
251
252
  ClientDefaults &
@@ -258,7 +259,7 @@ type AccessAnalyzerClientConfigType = Partial<
258
259
  ClientInputEndpointParameters;
259
260
  export interface AccessAnalyzerClientConfig
260
261
  extends AccessAnalyzerClientConfigType {}
261
- type AccessAnalyzerClientResolvedConfigType =
262
+ export type AccessAnalyzerClientResolvedConfigType =
262
263
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
263
264
  Required<ClientDefaults> &
264
265
  RegionResolvedConfig &
@@ -280,4 +281,3 @@ export declare class AccessAnalyzerClient extends __Client<
280
281
  constructor(configuration: AccessAnalyzerClientConfig);
281
282
  destroy(): void;
282
283
  }
283
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AccessAnalyzerClient";
14
14
  import { ApplyArchiveRuleRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {}
16
17
  export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
17
18
  export declare class ApplyArchiveRuleCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  CancelPolicyGenerationRequest,
16
16
  CancelPolicyGenerationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelPolicyGenerationCommandInput
19
20
  extends CancelPolicyGenerationRequest {}
20
21
  export interface CancelPolicyGenerationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateAccessPreviewRequest,
16
16
  CreateAccessPreviewResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAccessPreviewCommandInput
19
20
  extends CreateAccessPreviewRequest {}
20
21
  export interface CreateAccessPreviewCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateAnalyzerRequest,
16
16
  CreateAnalyzerResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAnalyzerCommandInput extends CreateAnalyzerRequest {}
19
20
  export interface CreateAnalyzerCommandOutput
20
21
  extends CreateAnalyzerResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AccessAnalyzerClient";
14
14
  import { CreateArchiveRuleRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateArchiveRuleCommandInput
16
17
  extends CreateArchiveRuleRequest {}
17
18
  export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AccessAnalyzerClient";
14
14
  import { DeleteAnalyzerRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {}
16
17
  export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteAnalyzerCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AccessAnalyzerClient";
14
14
  import { DeleteArchiveRuleRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteArchiveRuleCommandInput
16
17
  extends DeleteArchiveRuleRequest {}
17
18
  export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  GetAccessPreviewRequest,
16
16
  GetAccessPreviewResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccessPreviewCommandInput extends GetAccessPreviewRequest {}
19
20
  export interface GetAccessPreviewCommandOutput
20
21
  extends GetAccessPreviewResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetAnalyzedResourceRequest,
16
16
  GetAnalyzedResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAnalyzedResourceCommandInput
19
20
  extends GetAnalyzedResourceRequest {}
20
21
  export interface GetAnalyzedResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AccessAnalyzerClient";
14
14
  import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {}
16
17
  export interface GetAnalyzerCommandOutput
17
18
  extends GetAnalyzerResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetArchiveRuleRequest,
16
16
  GetArchiveRuleResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {}
19
20
  export interface GetArchiveRuleCommandOutput
20
21
  extends GetArchiveRuleResponse,