@aws-sdk/client-accessanalyzer 3.529.1 → 3.535.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 (77) hide show
  1. package/dist-types/AccessAnalyzer.d.ts +3 -1
  2. package/dist-types/AccessAnalyzerClient.d.ts +1 -1
  3. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +2 -1
  5. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +2 -1
  6. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateAnalyzerCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +2 -1
  12. package/dist-types/commands/GetAccessPreviewCommand.d.ts +2 -1
  13. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +2 -1
  14. package/dist-types/commands/GetAnalyzerCommand.d.ts +2 -1
  15. package/dist-types/commands/GetArchiveRuleCommand.d.ts +2 -1
  16. package/dist-types/commands/GetFindingCommand.d.ts +2 -1
  17. package/dist-types/commands/GetFindingV2Command.d.ts +2 -1
  18. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAnalyzersCommand.d.ts +2 -1
  23. package/dist-types/commands/ListArchiveRulesCommand.d.ts +2 -1
  24. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListFindingsV2Command.d.ts +2 -1
  26. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  28. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +2 -1
  29. package/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
  30. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateFindingsCommand.d.ts +2 -1
  34. package/dist-types/commands/ValidatePolicyCommand.d.ts +2 -1
  35. package/dist-types/models/models_0.d.ts +505 -505
  36. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  37. package/dist-types/runtimeConfig.d.ts +2 -2
  38. package/dist-types/runtimeConfig.native.d.ts +2 -2
  39. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  40. package/dist-types/ts3.4/AccessAnalyzer.d.ts +2 -0
  41. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  77. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient";
5
5
  export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -376,6 +376,7 @@ export interface AccessAnalyzer {
376
376
  options: __HttpHandlerOptions,
377
377
  cb: (err: any, data?: ListAnalyzedResourcesCommandOutput) => void
378
378
  ): void;
379
+ listAnalyzers(): Promise<ListAnalyzersCommandOutput>;
379
380
  listAnalyzers(
380
381
  args: ListAnalyzersCommandInput,
381
382
  options?: __HttpHandlerOptions
@@ -428,6 +429,7 @@ export interface AccessAnalyzer {
428
429
  options: __HttpHandlerOptions,
429
430
  cb: (err: any, data?: ListFindingsV2CommandOutput) => void
430
431
  ): void;
432
+ listPolicyGenerations(): Promise<ListPolicyGenerationsCommandOutput>;
431
433
  listPolicyGenerations(
432
434
  args: ListPolicyGenerationsCommandInput,
433
435
  options?: __HttpHandlerOptions
@@ -19,6 +19,15 @@ declare const ApplyArchiveRuleCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: ApplyArchiveRuleCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ ApplyArchiveRuleCommandInput,
26
+ ApplyArchiveRuleCommandOutput,
27
+ AccessAnalyzerClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelPolicyGenerationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelPolicyGenerationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelPolicyGenerationCommandInput,
32
+ CancelPolicyGenerationCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_base {}
@@ -25,6 +25,15 @@ declare const CheckAccessNotGrantedCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CheckAccessNotGrantedCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CheckAccessNotGrantedCommandInput,
32
+ CheckAccessNotGrantedCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_base {}
@@ -24,6 +24,15 @@ declare const CheckNoNewAccessCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CheckNoNewAccessCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CheckNoNewAccessCommandInput,
31
+ CheckNoNewAccessCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CheckNoNewAccessCommand extends CheckNoNewAccessCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAccessPreviewCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAccessPreviewCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAccessPreviewCommandInput,
32
+ CreateAccessPreviewCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateAnalyzerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateAnalyzerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateAnalyzerCommandInput,
31
+ CreateAnalyzerCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {}
@@ -20,6 +20,15 @@ declare const CreateArchiveRuleCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: CreateArchiveRuleCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ CreateArchiveRuleCommandInput,
27
+ CreateArchiveRuleCommandOutput,
28
+ AccessAnalyzerClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteAnalyzerCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteAnalyzerCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteAnalyzerCommandInput,
26
+ DeleteAnalyzerCommandOutput,
27
+ AccessAnalyzerClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteArchiveRuleCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteArchiveRuleCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteArchiveRuleCommandInput,
27
+ DeleteArchiveRuleCommandOutput,
28
+ AccessAnalyzerClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {}
@@ -24,6 +24,15 @@ declare const GetAccessPreviewCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetAccessPreviewCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetAccessPreviewCommandInput,
31
+ GetAccessPreviewCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {}
@@ -25,6 +25,15 @@ declare const GetAnalyzedResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetAnalyzedResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetAnalyzedResourceCommandInput,
32
+ GetAnalyzedResourceCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {}
@@ -21,6 +21,15 @@ declare const GetAnalyzerCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetAnalyzerCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetAnalyzerCommandInput,
28
+ GetAnalyzerCommandOutput,
29
+ AccessAnalyzerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {}
@@ -24,6 +24,15 @@ declare const GetArchiveRuleCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetArchiveRuleCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetArchiveRuleCommandInput,
31
+ GetArchiveRuleCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {}
@@ -21,6 +21,15 @@ declare const GetFindingCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetFindingCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetFindingCommandInput,
28
+ GetFindingCommandOutput,
29
+ AccessAnalyzerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetFindingCommand extends GetFindingCommand_base {}
@@ -21,6 +21,15 @@ declare const GetFindingV2Command_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetFindingV2CommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetFindingV2CommandInput,
28
+ GetFindingV2CommandOutput,
29
+ AccessAnalyzerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetFindingV2Command extends GetFindingV2Command_base {}
@@ -25,6 +25,15 @@ declare const GetGeneratedPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetGeneratedPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetGeneratedPolicyCommandInput,
32
+ GetGeneratedPolicyCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAccessPreviewFindingsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAccessPreviewFindingsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAccessPreviewFindingsCommandInput,
32
+ ListAccessPreviewFindingsCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAccessPreviewsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAccessPreviewsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAccessPreviewsCommandInput,
32
+ ListAccessPreviewsCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAccessPreviewsCommand extends ListAccessPreviewsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListAnalyzedResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListAnalyzedResourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListAnalyzedResourcesCommandInput,
32
+ ListAnalyzedResourcesCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListAnalyzedResourcesCommand extends ListAnalyzedResourcesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListAnalyzersCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListAnalyzersCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListAnalyzersCommandInput,
31
+ ListAnalyzersCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListAnalyzersCommand extends ListAnalyzersCommand_base {}
@@ -24,6 +24,15 @@ declare const ListArchiveRulesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListArchiveRulesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListArchiveRulesCommandInput,
31
+ ListArchiveRulesCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListArchiveRulesCommand extends ListArchiveRulesCommand_base {}
@@ -21,6 +21,15 @@ declare const ListFindingsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: ListFindingsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListFindingsCommandInput,
28
+ ListFindingsCommandOutput,
29
+ AccessAnalyzerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListFindingsCommand extends ListFindingsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListFindingsV2Command_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListFindingsV2CommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListFindingsV2CommandInput,
31
+ ListFindingsV2CommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListFindingsV2Command extends ListFindingsV2Command_base {}
@@ -25,6 +25,15 @@ declare const ListPolicyGenerationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListPolicyGenerationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPolicyGenerationsCommandInput,
32
+ ListPolicyGenerationsCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPolicyGenerationsCommand extends ListPolicyGenerationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -25,6 +25,15 @@ declare const StartPolicyGenerationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartPolicyGenerationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartPolicyGenerationCommandInput,
32
+ StartPolicyGenerationCommandOutput,
33
+ AccessAnalyzerClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartPolicyGenerationCommand extends StartPolicyGenerationCommand_base {}
@@ -20,6 +20,15 @@ declare const StartResourceScanCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: StartResourceScanCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ StartResourceScanCommandInput,
27
+ StartResourceScanCommandOutput,
28
+ AccessAnalyzerClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class StartResourceScanCommand extends StartResourceScanCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ AccessAnalyzerClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -20,6 +20,15 @@ declare const UpdateArchiveRuleCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: UpdateArchiveRuleCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ UpdateArchiveRuleCommandInput,
27
+ UpdateArchiveRuleCommandOutput,
28
+ AccessAnalyzerClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class UpdateArchiveRuleCommand extends UpdateArchiveRuleCommand_base {}
@@ -19,6 +19,15 @@ declare const UpdateFindingsCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateFindingsCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateFindingsCommandInput,
26
+ UpdateFindingsCommandOutput,
27
+ AccessAnalyzerClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UpdateFindingsCommand extends UpdateFindingsCommand_base {}
@@ -24,6 +24,15 @@ declare const ValidatePolicyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ValidatePolicyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ValidatePolicyCommandInput,
31
+ ValidatePolicyCommandOutput,
32
+ AccessAnalyzerClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ValidatePolicyCommand extends ValidatePolicyCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;