@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateArchiveRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateArchiveRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "UpdateArchiveRule", {})
13
- .n("AccessAnalyzerClient", "UpdateArchiveRuleCommand")
14
- .sc(UpdateArchiveRule$)
15
- .build() {
3
+ export class UpdateArchiveRuleCommand extends command(_ep0, _mw0, "UpdateArchiveRule", UpdateArchiveRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateFindings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFindingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "UpdateFindings", {})
13
- .n("AccessAnalyzerClient", "UpdateFindingsCommand")
14
- .sc(UpdateFindings$)
15
- .build() {
3
+ export class UpdateFindingsCommand extends command(_ep0, _mw0, "UpdateFindings", UpdateFindings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ValidatePolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidatePolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AccessAnalyzer", "ValidatePolicy", {})
13
- .n("AccessAnalyzerClient", "ValidatePolicyCommand")
14
- .sc(ValidatePolicy$)
15
- .build() {
3
+ export class ValidatePolicyCommand extends command(_ep0, _mw0, "ValidatePolicy", ValidatePolicy$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AccessAnalyzerClient";
2
2
  export * from "./AccessAnalyzer";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AccessAnalyzer",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "AccessAnalyzer",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AccessAnalyzerClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { ApplyArchiveRuleRequest } 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 ApplyArchiveRuleCommandInput extends ApplyArchiveRuleRequest {
22
19
  export interface ApplyArchiveRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ApplyArchiveRuleCommand_base: {
25
- new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ApplyArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</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 { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } 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 CancelPolicyGenerationCommandInput extends CancelPolicyGenerati
22
19
  export interface CancelPolicyGenerationCommandOutput extends CancelPolicyGenerationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelPolicyGenerationCommand_base: {
25
- new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels the requested policy generation.</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 { CheckAccessNotGrantedRequest, CheckAccessNotGrantedResponse } 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 CheckAccessNotGrantedCommandInput extends CheckAccessNotGranted
22
19
  export interface CheckAccessNotGrantedCommandOutput extends CheckAccessNotGrantedResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CheckAccessNotGrantedCommand_base: {
25
- new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckAccessNotGrantedCommandInput): import("@smithy/core/client").CommandImpl<CheckAccessNotGrantedCommandInput, CheckAccessNotGrantedCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks whether the specified access isn't allowed by a policy.</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 { CheckNoNewAccessRequest, CheckNoNewAccessResponse } 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 CheckNoNewAccessCommandInput extends CheckNoNewAccessRequest {
22
19
  export interface CheckNoNewAccessCommandOutput extends CheckNoNewAccessResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CheckNoNewAccessCommand_base: {
25
- new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckNoNewAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoNewAccessCommandInput, CheckNoNewAccessCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks whether new access is allowed for an updated policy when compared to the existing policy.</p> <p>You can find examples for reference policies and learn how to set up and run a custom policy check for new access in the <a href="https://github.com/aws-samples/iam-access-analyzer-custom-policy-check-samples">IAM Access Analyzer custom policy checks samples</a> repository on GitHub. The reference policies in this repository are meant to be passed to the <code>existingPolicyDocument</code> request parameter.</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 { CheckNoPublicAccessRequest, CheckNoPublicAccessResponse } 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 CheckNoPublicAccessCommandInput extends CheckNoPublicAccessRequ
22
19
  export interface CheckNoPublicAccessCommandOutput extends CheckNoPublicAccessResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CheckNoPublicAccessCommand_base: {
25
- new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CheckNoPublicAccessCommandInput): import("@smithy/core/client").CommandImpl<CheckNoPublicAccessCommandInput, CheckNoPublicAccessCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks whether a resource policy can grant public access to the specified resource type.</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 { CreateAccessPreviewRequest, CreateAccessPreviewResponse } 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 CreateAccessPreviewCommandInput extends CreateAccessPreviewRequ
22
19
  export interface CreateAccessPreviewCommandOutput extends CreateAccessPreviewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAccessPreviewCommand_base: {
25
- new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPreviewCommandInput, CreateAccessPreviewCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.</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 { CreateAnalyzerRequest, CreateAnalyzerResponse } 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 CreateAnalyzerCommandInput extends CreateAnalyzerRequest {
22
19
  export interface CreateAnalyzerCommandOutput extends CreateAnalyzerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAnalyzerCommand_base: {
25
- new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateAnalyzerCommandInput, CreateAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an analyzer for your account.</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 { CreateArchiveRuleRequest } 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 CreateArchiveRuleCommandInput extends CreateArchiveRuleRequest
22
19
  export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CreateArchiveRuleCommand_base: {
25
- new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateArchiveRuleCommandInput, CreateArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the 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 { CreateServiceLinkedAnalyzerRequest, CreateServiceLinkedAnalyzerResponse } 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 CreateServiceLinkedAnalyzerCommandInput extends CreateServiceLi
22
19
  export interface CreateServiceLinkedAnalyzerCommandOutput extends CreateServiceLinkedAnalyzerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateServiceLinkedAnalyzerCommand_base: {
25
- new (input: CreateServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedAnalyzerCommandInput, CreateServiceLinkedAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedAnalyzerCommandInput, CreateServiceLinkedAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedAnalyzerCommandInput, CreateServiceLinkedAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedAnalyzerCommandInput, CreateServiceLinkedAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a service-linked analyzer managed by an Amazon Web Services service. This operation can only be invoked by authorized Amazon Web Services services. Direct customer invocation returns <code>AccessDeniedException</code>.</p> <p>Service-linked analyzers enable Amazon Web Services services to create and manage analyzers on behalf of customers. The lifecycle of these analyzers is managed by the calling service.</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 { DeleteAnalyzerRequest } 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 DeleteAnalyzerCommandInput extends DeleteAnalyzerRequest {
22
19
  export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAnalyzerCommand_base: {
25
- new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteAnalyzerCommandInput, DeleteAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this 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 { DeleteArchiveRuleRequest } 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 DeleteArchiveRuleCommandInput extends DeleteArchiveRuleRequest
22
19
  export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteArchiveRuleCommand_base: {
25
- new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteArchiveRuleCommandInput, DeleteArchiveRuleCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified archive rule.</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 { DeleteServiceLinkedAnalyzerRequest } 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 DeleteServiceLinkedAnalyzerCommandInput extends DeleteServiceLi
22
19
  export interface DeleteServiceLinkedAnalyzerCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteServiceLinkedAnalyzerCommand_base: {
25
- new (input: DeleteServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLinkedAnalyzerCommandInput, DeleteServiceLinkedAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLinkedAnalyzerCommandInput, DeleteServiceLinkedAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLinkedAnalyzerCommandInput, DeleteServiceLinkedAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteServiceLinkedAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<DeleteServiceLinkedAnalyzerCommandInput, DeleteServiceLinkedAnalyzerCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a service-linked analyzer. This operation can be invoked by both authorized Amazon Web Services services and customers.</p> <p>When invoked by a customer, IAM Access Analyzer performs a callback to the managing service to verify whether the analyzer is still in use and can be deleted. If the service indicates the analyzer is still in use, the deletion is rejected with <code>ConflictException</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 { GenerateFindingRecommendationRequest } 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 GenerateFindingRecommendationCommandInput extends GenerateFindi
22
19
  export interface GenerateFindingRecommendationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const GenerateFindingRecommendationCommand_base: {
25
- new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GenerateFindingRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GenerateFindingRecommendationCommandInput, GenerateFindingRecommendationCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a recommendation for an unused permissions finding.</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 { GetAccessPreviewRequest, GetAccessPreviewResponse } 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 GetAccessPreviewCommandInput extends GetAccessPreviewRequest {
22
19
  export interface GetAccessPreviewCommandOutput extends GetAccessPreviewResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccessPreviewCommand_base: {
25
- new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAccessPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPreviewCommandInput, GetAccessPreviewCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about an access preview 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 { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } 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 GetAnalyzedResourceCommandInput extends GetAnalyzedResourceRequ
22
19
  export interface GetAnalyzedResourceCommandOutput extends GetAnalyzedResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAnalyzedResourceCommand_base: {
25
- new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAnalyzedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAnalyzedResourceCommandInput, GetAnalyzedResourceCommandOutput, import("..").AccessAnalyzerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about a resource that was analyzed.</p> <note> <p>This action is supported only for external access analyzers.</p> </note>