@aws-sdk/client-accessanalyzer 3.1045.0 → 3.1047.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 (146) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +90 -91
  5. package/dist-cjs/models/AccessAnalyzerServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/AccessAnalyzer.js +1 -1
  10. package/dist-es/AccessAnalyzerClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -2
  13. package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -2
  14. package/dist-es/commands/CheckAccessNotGrantedCommand.js +2 -2
  15. package/dist-es/commands/CheckNoNewAccessCommand.js +2 -2
  16. package/dist-es/commands/CheckNoPublicAccessCommand.js +2 -2
  17. package/dist-es/commands/CreateAccessPreviewCommand.js +2 -2
  18. package/dist-es/commands/CreateAnalyzerCommand.js +2 -2
  19. package/dist-es/commands/CreateArchiveRuleCommand.js +2 -2
  20. package/dist-es/commands/DeleteAnalyzerCommand.js +2 -2
  21. package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -2
  22. package/dist-es/commands/GenerateFindingRecommendationCommand.js +2 -2
  23. package/dist-es/commands/GetAccessPreviewCommand.js +2 -2
  24. package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -2
  25. package/dist-es/commands/GetAnalyzerCommand.js +2 -2
  26. package/dist-es/commands/GetArchiveRuleCommand.js +2 -2
  27. package/dist-es/commands/GetFindingCommand.js +2 -2
  28. package/dist-es/commands/GetFindingRecommendationCommand.js +2 -2
  29. package/dist-es/commands/GetFindingV2Command.js +2 -2
  30. package/dist-es/commands/GetFindingsStatisticsCommand.js +2 -2
  31. package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -2
  32. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -2
  33. package/dist-es/commands/ListAccessPreviewsCommand.js +2 -2
  34. package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -2
  35. package/dist-es/commands/ListAnalyzersCommand.js +2 -2
  36. package/dist-es/commands/ListArchiveRulesCommand.js +2 -2
  37. package/dist-es/commands/ListFindingsCommand.js +2 -2
  38. package/dist-es/commands/ListFindingsV2Command.js +2 -2
  39. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -2
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -2
  42. package/dist-es/commands/StartResourceScanCommand.js +2 -2
  43. package/dist-es/commands/TagResourceCommand.js +2 -2
  44. package/dist-es/commands/UntagResourceCommand.js +2 -2
  45. package/dist-es/commands/UpdateAnalyzerCommand.js +2 -2
  46. package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -2
  47. package/dist-es/commands/UpdateFindingsCommand.js +2 -2
  48. package/dist-es/commands/ValidatePolicyCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/AccessAnalyzerServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/AccessAnalyzerClient.d.ts +5 -5
  57. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +6 -4
  58. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +6 -4
  59. package/dist-types/commands/CheckAccessNotGrantedCommand.d.ts +6 -4
  60. package/dist-types/commands/CheckNoNewAccessCommand.d.ts +6 -4
  61. package/dist-types/commands/CheckNoPublicAccessCommand.d.ts +6 -4
  62. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +6 -4
  63. package/dist-types/commands/CreateAnalyzerCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +6 -4
  67. package/dist-types/commands/GenerateFindingRecommendationCommand.d.ts +6 -4
  68. package/dist-types/commands/GetAccessPreviewCommand.d.ts +6 -4
  69. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/GetAnalyzerCommand.d.ts +6 -4
  71. package/dist-types/commands/GetArchiveRuleCommand.d.ts +6 -4
  72. package/dist-types/commands/GetFindingCommand.d.ts +6 -4
  73. package/dist-types/commands/GetFindingRecommendationCommand.d.ts +6 -4
  74. package/dist-types/commands/GetFindingV2Command.d.ts +6 -4
  75. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +6 -4
  76. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +6 -4
  77. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListAnalyzersCommand.d.ts +6 -4
  81. package/dist-types/commands/ListArchiveRulesCommand.d.ts +6 -4
  82. package/dist-types/commands/ListFindingsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListFindingsV2Command.d.ts +6 -4
  84. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  86. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +6 -4
  87. package/dist-types/commands/StartResourceScanCommand.d.ts +6 -4
  88. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/commands/UpdateAnalyzerCommand.d.ts +6 -4
  91. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +6 -4
  92. package/dist-types/commands/UpdateFindingsCommand.d.ts +6 -4
  93. package/dist-types/commands/ValidatePolicyCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/AccessAnalyzerServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/ApplyArchiveRuleCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CancelPolicyGenerationCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CheckAccessNotGrantedCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CheckNoNewAccessCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CheckNoPublicAccessCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/CreateAccessPreviewCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/CreateAnalyzerCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/CreateArchiveRuleCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DeleteAnalyzerCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DeleteArchiveRuleCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/GenerateFindingRecommendationCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/GetAccessPreviewCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetAnalyzedResourceCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetAnalyzerCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetArchiveRuleCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/GetFindingCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetFindingRecommendationCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetFindingV2Command.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/GetGeneratedPolicyCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListAccessPreviewFindingsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListAccessPreviewsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListAnalyzedResourcesCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListAnalyzersCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListArchiveRulesCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListFindingsV2Command.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/UpdateAnalyzerCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/UpdateArchiveRuleCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UpdateFindingsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ValidatePolicyCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/AccessAnalyzerServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAccessPreviewCommandOutput
19
19
  declare const CreateAccessPreviewCommand_base: {
20
20
  new (
21
21
  input: CreateAccessPreviewCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAccessPreviewCommandInput,
24
24
  CreateAccessPreviewCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAccessPreviewCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAccessPreviewCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAccessPreviewCommandInput,
33
33
  CreateAccessPreviewCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAccessPreviewCommand extends CreateAccessPreviewCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateAnalyzerCommandOutput
18
18
  declare const CreateAnalyzerCommand_base: {
19
19
  new (
20
20
  input: CreateAnalyzerCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateAnalyzerCommandInput,
23
23
  CreateAnalyzerCommandOutput,
24
24
  AccessAnalyzerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateAnalyzerCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateAnalyzerCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateAnalyzerCommandInput,
32
32
  CreateAnalyzerCommandOutput,
33
33
  AccessAnalyzerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateAnalyzerCommand extends CreateAnalyzerCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface CreateArchiveRuleCommandOutput extends __MetadataBearer {}
14
14
  declare const CreateArchiveRuleCommand_base: {
15
15
  new (
16
16
  input: CreateArchiveRuleCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  CreateArchiveRuleCommandInput,
19
19
  CreateArchiveRuleCommandOutput,
20
20
  AccessAnalyzerClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const CreateArchiveRuleCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: CreateArchiveRuleCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  CreateArchiveRuleCommandInput,
28
28
  CreateArchiveRuleCommandOutput,
29
29
  AccessAnalyzerClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class CreateArchiveRuleCommand extends CreateArchiveRuleCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -13,7 +13,7 @@ export interface DeleteAnalyzerCommandOutput extends __MetadataBearer {}
13
13
  declare const DeleteAnalyzerCommand_base: {
14
14
  new (
15
15
  input: DeleteAnalyzerCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  DeleteAnalyzerCommandInput,
18
18
  DeleteAnalyzerCommandOutput,
19
19
  AccessAnalyzerClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const DeleteAnalyzerCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: DeleteAnalyzerCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  DeleteAnalyzerCommandInput,
27
27
  DeleteAnalyzerCommandOutput,
28
28
  AccessAnalyzerClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class DeleteAnalyzerCommand extends DeleteAnalyzerCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -14,7 +14,7 @@ export interface DeleteArchiveRuleCommandOutput extends __MetadataBearer {}
14
14
  declare const DeleteArchiveRuleCommand_base: {
15
15
  new (
16
16
  input: DeleteArchiveRuleCommandInput
17
- ): import("@smithy/smithy-client").CommandImpl<
17
+ ): import("@smithy/core/client").CommandImpl<
18
18
  DeleteArchiveRuleCommandInput,
19
19
  DeleteArchiveRuleCommandOutput,
20
20
  AccessAnalyzerClientResolvedConfig,
@@ -23,14 +23,16 @@ declare const DeleteArchiveRuleCommand_base: {
23
23
  >;
24
24
  new (
25
25
  input: DeleteArchiveRuleCommandInput
26
- ): import("@smithy/smithy-client").CommandImpl<
26
+ ): import("@smithy/core/client").CommandImpl<
27
27
  DeleteArchiveRuleCommandInput,
28
28
  DeleteArchiveRuleCommandOutput,
29
29
  AccessAnalyzerClientResolvedConfig,
30
30
  ServiceInputTypes,
31
31
  ServiceOutputTypes
32
32
  >;
33
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ getEndpointParameterInstructions(): {
34
+ [x: string]: unknown;
35
+ };
34
36
  };
35
37
  export declare class DeleteArchiveRuleCommand extends DeleteArchiveRuleCommand_base {
36
38
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GenerateFindingRecommendationCommandOutput
15
15
  declare const GenerateFindingRecommendationCommand_base: {
16
16
  new (
17
17
  input: GenerateFindingRecommendationCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GenerateFindingRecommendationCommandInput,
20
20
  GenerateFindingRecommendationCommandOutput,
21
21
  AccessAnalyzerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GenerateFindingRecommendationCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GenerateFindingRecommendationCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GenerateFindingRecommendationCommandInput,
29
29
  GenerateFindingRecommendationCommandOutput,
30
30
  AccessAnalyzerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GenerateFindingRecommendationCommand extends GenerateFindingRecommendationCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetAccessPreviewCommandOutput
18
18
  declare const GetAccessPreviewCommand_base: {
19
19
  new (
20
20
  input: GetAccessPreviewCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetAccessPreviewCommandInput,
23
23
  GetAccessPreviewCommandOutput,
24
24
  AccessAnalyzerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetAccessPreviewCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetAccessPreviewCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetAccessPreviewCommandInput,
32
32
  GetAccessPreviewCommandOutput,
33
33
  AccessAnalyzerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetAccessPreviewCommand extends GetAccessPreviewCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetAnalyzedResourceCommandOutput
19
19
  declare const GetAnalyzedResourceCommand_base: {
20
20
  new (
21
21
  input: GetAnalyzedResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetAnalyzedResourceCommandInput,
24
24
  GetAnalyzedResourceCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetAnalyzedResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetAnalyzedResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetAnalyzedResourceCommandInput,
33
33
  GetAnalyzedResourceCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetAnalyzedResourceCommand extends GetAnalyzedResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetAnalyzerCommandOutput
15
15
  declare const GetAnalyzerCommand_base: {
16
16
  new (
17
17
  input: GetAnalyzerCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetAnalyzerCommandInput,
20
20
  GetAnalyzerCommandOutput,
21
21
  AccessAnalyzerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetAnalyzerCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetAnalyzerCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetAnalyzerCommandInput,
29
29
  GetAnalyzerCommandOutput,
30
30
  AccessAnalyzerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetAnalyzerCommand extends GetAnalyzerCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetArchiveRuleCommandOutput
18
18
  declare const GetArchiveRuleCommand_base: {
19
19
  new (
20
20
  input: GetArchiveRuleCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetArchiveRuleCommandInput,
23
23
  GetArchiveRuleCommandOutput,
24
24
  AccessAnalyzerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetArchiveRuleCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetArchiveRuleCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetArchiveRuleCommandInput,
32
32
  GetArchiveRuleCommandOutput,
33
33
  AccessAnalyzerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetArchiveRuleCommand extends GetArchiveRuleCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetFindingCommandOutput
15
15
  declare const GetFindingCommand_base: {
16
16
  new (
17
17
  input: GetFindingCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetFindingCommandInput,
20
20
  GetFindingCommandOutput,
21
21
  AccessAnalyzerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetFindingCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetFindingCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetFindingCommandInput,
29
29
  GetFindingCommandOutput,
30
30
  AccessAnalyzerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetFindingCommand extends GetFindingCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetFindingRecommendationCommandOutput
19
19
  declare const GetFindingRecommendationCommand_base: {
20
20
  new (
21
21
  input: GetFindingRecommendationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetFindingRecommendationCommandInput,
24
24
  GetFindingRecommendationCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetFindingRecommendationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetFindingRecommendationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetFindingRecommendationCommandInput,
33
33
  GetFindingRecommendationCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetFindingRecommendationCommand extends GetFindingRecommendationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetFindingV2CommandOutput
15
15
  declare const GetFindingV2Command_base: {
16
16
  new (
17
17
  input: GetFindingV2CommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetFindingV2CommandInput,
20
20
  GetFindingV2CommandOutput,
21
21
  AccessAnalyzerClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetFindingV2Command_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetFindingV2CommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetFindingV2CommandInput,
29
29
  GetFindingV2CommandOutput,
30
30
  AccessAnalyzerClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetFindingV2Command extends GetFindingV2Command_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetFindingsStatisticsCommandOutput
19
19
  declare const GetFindingsStatisticsCommand_base: {
20
20
  new (
21
21
  input: GetFindingsStatisticsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetFindingsStatisticsCommandInput,
24
24
  GetFindingsStatisticsCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetFindingsStatisticsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetFindingsStatisticsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetFindingsStatisticsCommandInput,
33
33
  GetFindingsStatisticsCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetFindingsStatisticsCommand extends GetFindingsStatisticsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetGeneratedPolicyCommandOutput
19
19
  declare const GetGeneratedPolicyCommand_base: {
20
20
  new (
21
21
  input: GetGeneratedPolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetGeneratedPolicyCommandInput,
24
24
  GetGeneratedPolicyCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetGeneratedPolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetGeneratedPolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetGeneratedPolicyCommandInput,
33
33
  GetGeneratedPolicyCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetGeneratedPolicyCommand extends GetGeneratedPolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListAccessPreviewFindingsCommandOutput
19
19
  declare const ListAccessPreviewFindingsCommand_base: {
20
20
  new (
21
21
  input: ListAccessPreviewFindingsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListAccessPreviewFindingsCommandInput,
24
24
  ListAccessPreviewFindingsCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListAccessPreviewFindingsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListAccessPreviewFindingsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListAccessPreviewFindingsCommandInput,
33
33
  ListAccessPreviewFindingsCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListAccessPreviewFindingsCommand extends ListAccessPreviewFindingsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListAccessPreviewsCommandOutput
19
19
  declare const ListAccessPreviewsCommand_base: {
20
20
  new (
21
21
  input: ListAccessPreviewsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListAccessPreviewsCommandInput,
24
24
  ListAccessPreviewsCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListAccessPreviewsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListAccessPreviewsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListAccessPreviewsCommandInput,
33
33
  ListAccessPreviewsCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListAccessPreviewsCommand extends ListAccessPreviewsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListAnalyzedResourcesCommandOutput
19
19
  declare const ListAnalyzedResourcesCommand_base: {
20
20
  new (
21
21
  input: ListAnalyzedResourcesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListAnalyzedResourcesCommandInput,
24
24
  ListAnalyzedResourcesCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListAnalyzedResourcesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListAnalyzedResourcesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListAnalyzedResourcesCommandInput,
33
33
  ListAnalyzedResourcesCommandOutput,
34
34
  AccessAnalyzerClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListAnalyzedResourcesCommand extends ListAnalyzedResourcesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AccessAnalyzerClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListAnalyzersCommandOutput
18
18
  declare const ListAnalyzersCommand_base: {
19
19
  new (
20
20
  input: ListAnalyzersCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAnalyzersCommandInput,
23
23
  ListAnalyzersCommandOutput,
24
24
  AccessAnalyzerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAnalyzersCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListAnalyzersCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAnalyzersCommandInput,
32
32
  ListAnalyzersCommandOutput,
33
33
  AccessAnalyzerClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAnalyzersCommand extends ListAnalyzersCommand_base {
40
42
  protected static __types: {