@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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAnalyzersCommandInput extends ListAnalyzersRequest {
22
22
  export interface ListAnalyzersCommandOutput extends ListAnalyzersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAnalyzersCommand_base: {
25
- new (input: ListAnalyzersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAnalyzersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAnalyzersCommandInput): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAnalyzersCommandInput]): import("@smithy/core/client").CommandImpl<ListAnalyzersCommandInput, ListAnalyzersCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of analyzers.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListArchiveRulesCommandInput extends ListArchiveRulesRequest {
22
22
  export interface ListArchiveRulesCommandOutput extends ListArchiveRulesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListArchiveRulesCommand_base: {
25
- new (input: ListArchiveRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListArchiveRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListArchiveRulesCommandInput): import("@smithy/core/client").CommandImpl<ListArchiveRulesCommandInput, ListArchiveRulesCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of archive rules created for the specified analyzer.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {
22
22
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListFindingsCommand_base: {
25
- new (input: ListFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFindingsCommandInput): import("@smithy/core/client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:ListFindings</code> action.</p> <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p> <note> <p>ListFindings is supported only for external access analyzers. You must use ListFindingsV2 for internal and unused access analyzers.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListFindingsV2Request, ListFindingsV2Response } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListFindingsV2CommandInput extends ListFindingsV2Request {
22
22
  export interface ListFindingsV2CommandOutput extends ListFindingsV2Response, __MetadataBearer {
23
23
  }
24
24
  declare const ListFindingsV2Command_base: {
25
- new (input: ListFindingsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListFindingsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFindingsV2CommandInput): import("@smithy/core/client").CommandImpl<ListFindingsV2CommandInput, ListFindingsV2CommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use <code>access-analyzer:ListFindings</code> in the <code>Action</code> element of an IAM policy statement. You must have permission to perform the <code>access-analyzer:ListFindings</code> action.</p> <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPolicyGenerationsCommandInput extends ListPolicyGenerations
22
22
  export interface ListPolicyGenerationsCommandOutput extends ListPolicyGenerationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPolicyGenerationsCommand_base: {
25
- new (input: ListPolicyGenerationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPolicyGenerationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPolicyGenerationsCommandInput): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPolicyGenerationsCommandInput]): import("@smithy/core/client").CommandImpl<ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all of the policy generations requested in the last seven days.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of tags applied to the specified resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartPolicyGenerationCommandInput extends StartPolicyGeneration
22
22
  export interface StartPolicyGenerationCommandOutput extends StartPolicyGenerationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartPolicyGenerationCommand_base: {
25
- new (input: StartPolicyGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPolicyGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartPolicyGenerationCommandInput): import("@smithy/core/client").CommandImpl<StartPolicyGenerationCommandInput, StartPolicyGenerationCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the policy generation request.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { StartResourceScanRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartResourceScanCommandInput extends StartResourceScanRequest
22
22
  export interface StartResourceScanCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StartResourceScanCommand_base: {
25
- new (input: StartResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartResourceScanCommandInput): import("@smithy/smithy-client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartResourceScanCommandInput): import("@smithy/core/client").CommandImpl<StartResourceScanCommandInput, StartResourceScanCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Immediately starts a scan of the policies applied to the specified resource.</p> <note> <p>This action is supported only for external access analyzers.</p> </note>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds a tag to the specified resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a tag from the specified resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { UpdateAnalyzerRequest, UpdateAnalyzerResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateAnalyzerCommandInput extends UpdateAnalyzerRequest {
22
22
  export interface UpdateAnalyzerCommandOutput extends UpdateAnalyzerResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAnalyzerCommand_base: {
25
- new (input: UpdateAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAnalyzerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAnalyzerCommandInput): import("@smithy/core/client").CommandImpl<UpdateAnalyzerCommandInput, UpdateAnalyzerCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Modifies the configuration of an existing analyzer.</p> <note> <p>This action is not supported for external access analyzers.</p> </note>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { UpdateArchiveRuleRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateArchiveRuleCommandInput extends UpdateArchiveRuleRequest
22
22
  export interface UpdateArchiveRuleCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateArchiveRuleCommand_base: {
25
- new (input: UpdateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateArchiveRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateArchiveRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateArchiveRuleCommandInput, UpdateArchiveRuleCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the criteria and values for the specified archive rule.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { UpdateFindingsRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateFindingsCommandInput extends UpdateFindingsRequest {
22
22
  export interface UpdateFindingsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateFindingsCommand_base: {
25
- new (input: UpdateFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateFindingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateFindingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateFindingsCommandInput, UpdateFindingsCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the status for the specified findings.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AccessAnalyzerClient";
4
4
  import type { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ValidatePolicyCommandInput extends ValidatePolicyRequest {
22
22
  export interface ValidatePolicyCommandOutput extends ValidatePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ValidatePolicyCommand_base: {
25
- new (input: ValidatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ValidatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ValidatePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ValidatePolicyCommandInput): import("@smithy/core/client").CommandImpl<ValidatePolicyCommandInput, ValidatePolicyCommandOutput, AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Requests the validation of a policy and returns a list of findings. The findings help you identify issues and provide actionable recommendations to resolve the issue and enable you to author functional policies that meet security best practices. </p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnalyzerServiceException";
3
3
  import type { ValidationExceptionReason } from "./enums";
4
4
  import type { ValidationExceptionField } from "./models_0";
@@ -5,13 +5,13 @@ import type { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { AccessAnalyzerClientConfig } from "./AccessAnalyzerClient";
5
5
  export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 ApplyArchiveRuleCommandOutput extends __MetadataBearer {}
13
13
  declare const ApplyArchiveRuleCommand_base: {
14
14
  new (
15
15
  input: ApplyArchiveRuleCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  ApplyArchiveRuleCommandInput,
18
18
  ApplyArchiveRuleCommandOutput,
19
19
  AccessAnalyzerClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const ApplyArchiveRuleCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: ApplyArchiveRuleCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  ApplyArchiveRuleCommandInput,
27
27
  ApplyArchiveRuleCommandOutput,
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 ApplyArchiveRuleCommand extends ApplyArchiveRuleCommand_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,
@@ -19,7 +19,7 @@ export interface CancelPolicyGenerationCommandOutput
19
19
  declare const CancelPolicyGenerationCommand_base: {
20
20
  new (
21
21
  input: CancelPolicyGenerationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CancelPolicyGenerationCommandInput,
24
24
  CancelPolicyGenerationCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CancelPolicyGenerationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CancelPolicyGenerationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CancelPolicyGenerationCommandInput,
33
33
  CancelPolicyGenerationCommandOutput,
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 CancelPolicyGenerationCommand extends CancelPolicyGenerationCommand_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 CheckAccessNotGrantedCommandOutput
19
19
  declare const CheckAccessNotGrantedCommand_base: {
20
20
  new (
21
21
  input: CheckAccessNotGrantedCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CheckAccessNotGrantedCommandInput,
24
24
  CheckAccessNotGrantedCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CheckAccessNotGrantedCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CheckAccessNotGrantedCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CheckAccessNotGrantedCommandInput,
33
33
  CheckAccessNotGrantedCommandOutput,
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 CheckAccessNotGrantedCommand extends CheckAccessNotGrantedCommand_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 CheckNoNewAccessCommandOutput
18
18
  declare const CheckNoNewAccessCommand_base: {
19
19
  new (
20
20
  input: CheckNoNewAccessCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CheckNoNewAccessCommandInput,
23
23
  CheckNoNewAccessCommandOutput,
24
24
  AccessAnalyzerClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CheckNoNewAccessCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CheckNoNewAccessCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CheckNoNewAccessCommandInput,
32
32
  CheckNoNewAccessCommandOutput,
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 CheckNoNewAccessCommand extends CheckNoNewAccessCommand_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 CheckNoPublicAccessCommandOutput
19
19
  declare const CheckNoPublicAccessCommand_base: {
20
20
  new (
21
21
  input: CheckNoPublicAccessCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CheckNoPublicAccessCommandInput,
24
24
  CheckNoPublicAccessCommandOutput,
25
25
  AccessAnalyzerClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CheckNoPublicAccessCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CheckNoPublicAccessCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CheckNoPublicAccessCommandInput,
33
33
  CheckNoPublicAccessCommandOutput,
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 CheckNoPublicAccessCommand extends CheckNoPublicAccessCommand_base {
41
43
  protected static __types: {