@aws-sdk/client-accessanalyzer 3.1076.0 → 3.1078.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 (137) hide show
  1. package/dist-cjs/index.js +50 -395
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -14
  4. package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -14
  5. package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -14
  6. package/dist-es/commands/CheckNoNewAccessCommand.js +2 -14
  7. package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -14
  8. package/dist-es/commands/CreateAccessPreviewCommand.js +2 -14
  9. package/dist-es/commands/CreateAnalyzerCommand.js +2 -14
  10. package/dist-es/commands/CreateArchiveRuleCommand.js +2 -14
  11. package/dist-es/commands/CreateServiceLinkedAnalyzerCommand.js +2 -14
  12. package/dist-es/commands/DeleteAnalyzerCommand.js +2 -14
  13. package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -14
  14. package/dist-es/commands/DeleteServiceLinkedAnalyzerCommand.js +2 -14
  15. package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -14
  16. package/dist-es/commands/GetAccessPreviewCommand.js +2 -14
  17. package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -14
  18. package/dist-es/commands/GetAnalyzerCommand.js +2 -14
  19. package/dist-es/commands/GetArchiveRuleCommand.js +2 -14
  20. package/dist-es/commands/GetFindingCommand.js +2 -14
  21. package/dist-es/commands/GetFindingRecommendationCommand.js +2 -14
  22. package/dist-es/commands/GetFindingV2Command.js +2 -14
  23. package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -14
  24. package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -14
  25. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -14
  26. package/dist-es/commands/ListAccessPreviewsCommand.js +2 -14
  27. package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -14
  28. package/dist-es/commands/ListAnalyzersCommand.js +2 -14
  29. package/dist-es/commands/ListArchiveRulesCommand.js +2 -14
  30. package/dist-es/commands/ListFindingsCommand.js +2 -14
  31. package/dist-es/commands/ListFindingsV2Command.js +2 -14
  32. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -14
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  34. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -14
  35. package/dist-es/commands/StartResourceScanCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/UntagResourceCommand.js +2 -14
  38. package/dist-es/commands/UpdateAnalyzerCommand.js +2 -14
  39. package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -14
  40. package/dist-es/commands/UpdateFindingsCommand.js +2 -14
  41. package/dist-es/commands/ValidatePolicyCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +3 -8
  50. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +3 -8
  51. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +3 -8
  52. package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateAnalyzerCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateServiceLinkedAnalyzerCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +3 -8
  60. package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +3 -8
  61. package/dist-types/commands/GetAccessPreviewCommand.d.ts +3 -8
  62. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/GetAnalyzerCommand.d.ts +3 -8
  64. package/dist-types/commands/GetArchiveRuleCommand.d.ts +3 -8
  65. package/dist-types/commands/GetFindingCommand.d.ts +3 -8
  66. package/dist-types/commands/GetFindingRecommendationCommand.d.ts +3 -8
  67. package/dist-types/commands/GetFindingV2Command.d.ts +3 -8
  68. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +3 -8
  69. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +3 -8
  70. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +3 -8
  73. package/dist-types/commands/ListAnalyzersCommand.d.ts +3 -8
  74. package/dist-types/commands/ListArchiveRulesCommand.d.ts +3 -8
  75. package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListFindingsV2Command.d.ts +3 -8
  77. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  79. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +3 -8
  80. package/dist-types/commands/StartResourceScanCommand.d.ts +3 -8
  81. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateAnalyzerCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -8
  86. package/dist-types/commands/ValidatePolicyCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateServiceLinkedAnalyzerCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteServiceLinkedAnalyzerCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAnalyzerCommandInput extends GetAnalyzerRequest {
22
19
  export interface GetAnalyzerCommandOutput extends GetAnalyzerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAnalyzerCommand_base: {
25
- new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzerCommandInput, GetAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the specified analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetArchiveRuleCommandInput extends GetArchiveRuleRequest {
22
19
  export interface GetArchiveRuleCommandOutput extends GetArchiveRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetArchiveRuleCommand_base: {
25
- new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<GetArchiveRuleCommandInput, GetArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about an archive rule.</p> <p>To learn about filter keys that you can use to create an archive rule, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetFindingRequest, GetFindingResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFindingCommandInput extends GetFindingRequest {
22
19
  export interface GetFindingCommandOutput extends GetFindingResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFindingCommand_base: {
25
- new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFindingCommandInput): import("@smithy/core/client").CommandImpl<GetFindingCommandInput, GetFindingCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:GetFinding</code> action.</p> <note> <p>GetFinding is supported only for external access analyzers. You must use GetFindingV2 for internal and unused access analyzers.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetFindingRecommendationRequest, GetFindingRecommendationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFindingRecommendationCommandInput extends GetFindingRecommen
22
19
  export interface GetFindingRecommendationCommandOutput extends GetFindingRecommendationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFindingRecommendationCommand_base: {
25
- new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetFindingRecommendationCommandInput, GetFindingRecommendationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a finding recommendation for the specified analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetFindingV2Request, GetFindingV2Response } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFindingV2CommandInput extends GetFindingV2Request {
22
19
  export interface GetFindingV2CommandOutput extends GetFindingV2Response, __MetadataBearer {
23
20
  }
24
21
  declare const GetFindingV2Command_base: {
25
- new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFindingV2CommandInput): import("@smithy/core/client").CommandImpl<GetFindingV2CommandInput, GetFindingV2CommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the specified finding. GetFinding and GetFindingV2 both use <code>access-analyzer:GetFinding</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:GetFinding</code> action.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFindingsStatisticsCommandInput extends GetFindingsStatistics
22
19
  export interface GetFindingsStatisticsCommandOutput extends GetFindingsStatisticsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFindingsStatisticsCommand_base: {
25
- new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFindingsStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetFindingsStatisticsCommandInput, GetFindingsStatisticsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of aggregated finding statistics for an external access or unused access analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetGeneratedPolicyCommandInput extends GetGeneratedPolicyReques
22
19
  export interface GetGeneratedPolicyCommandOutput extends GetGeneratedPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetGeneratedPolicyCommand_base: {
25
- new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetGeneratedPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetGeneratedPolicyCommandInput, GetGeneratedPolicyCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAccessPreviewFindingsCommandInput extends ListAccessPreview
22
19
  export interface ListAccessPreviewFindingsCommandOutput extends ListAccessPreviewFindingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAccessPreviewFindingsCommand_base: {
25
- new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAccessPreviewFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewFindingsCommandInput, ListAccessPreviewFindingsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of access preview findings generated by the specified access preview.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAccessPreviewsCommandInput extends ListAccessPreviewsReques
22
19
  export interface ListAccessPreviewsCommandOutput extends ListAccessPreviewsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAccessPreviewsCommand_base: {
25
- new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAccessPreviewsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPreviewsCommandInput, ListAccessPreviewsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of access previews for the specified analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAnalyzedResourcesCommandInput extends ListAnalyzedResources
22
19
  export interface ListAnalyzedResourcesCommandOutput extends ListAnalyzedResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAnalyzedResourcesCommand_base: {
25
- new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAnalyzedResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzedResourcesCommandInput, ListAnalyzedResourcesCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
22
19
  export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAnalyzersCommand_base: {
25
- new (input: ListAnalyzersCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAnalyzersCommandInput]): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAnalyzersCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAnalyzersCommandInput]): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of analyzers.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
22
19
  export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListArchiveRulesCommand_base: {
25
- new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of archive rules created for the specified analyzer.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {
22
19
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFindingsCommand_base: {
25
- new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:ListFindings</code> action.</p> <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p> <note> <p>ListFindings is supported only for external access analyzers. You must use ListFindingsV2 for internal and unused access analyzers.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListFindingsV2Request, ListFindingsV2Response } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFindingsV2CommandInput extends ListFindingsV2Request {
22
19
  export interface ListFindingsV2CommandOutput extends ListFindingsV2Response, __MetadataBearer {
23
20
  }
24
21
  declare const ListFindingsV2Command_base: {
25
- new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:ListFindings</code> action.</p> <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerations
22
19
  export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListPolicyGenerationsCommand_base: {
25
- new (input: ListPolicyGenerationsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyGenerationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListPolicyGenerationsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListPolicyGenerationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all of the policy generations requested in the last seven days.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of tags applied to the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartPolicyGenerationCommandInput extends StartPolicyGeneration
22
19
  export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartPolicyGenerationCommand_base: {
25
- new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts the policy generation request.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { StartResourceScanRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartResourceScanCommandInput extends StartResourceScanRequest
22
19
  export interface StartResourceScanCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StartResourceScanCommand_base: {
25
- new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Immediately starts a scan of the policies applied to the specified resource.</p> <note> <p>This action is supported only for external access analyzers.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a tag to the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a tag from the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
2
  import type { UpdateAnalyzerRequest, UpdateAnalyzerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAnalyzerCommandInput extends UpdateAnalyzerRequest {
22
19
  export interface UpdateAnalyzerCommandOutput extends UpdateAnalyzerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAnalyzerCommand_base: {
25
- new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies the configuration of an existing analyzer.</p> <note> <p>This action is not supported for external access analyzers.</p> </note>