@aws-sdk/client-accessanalyzer 3.928.0 → 3.930.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 (61) hide show
  1. package/dist-cjs/index.js +2113 -1976
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AccessAnalyzerClient.js +2 -0
  4. package/dist-es/commands/ApplyArchiveRuleCommand.js +3 -9
  5. package/dist-es/commands/CancelPolicyGenerationCommand.js +3 -9
  6. package/dist-es/commands/CheckAccessNotGrantedCommand.js +3 -10
  7. package/dist-es/commands/CheckNoNewAccessCommand.js +3 -10
  8. package/dist-es/commands/CheckNoPublicAccessCommand.js +3 -10
  9. package/dist-es/commands/CreateAccessPreviewCommand.js +3 -9
  10. package/dist-es/commands/CreateAnalyzerCommand.js +3 -9
  11. package/dist-es/commands/CreateArchiveRuleCommand.js +3 -9
  12. package/dist-es/commands/DeleteAnalyzerCommand.js +3 -9
  13. package/dist-es/commands/DeleteArchiveRuleCommand.js +3 -9
  14. package/dist-es/commands/GenerateFindingRecommendationCommand.js +3 -9
  15. package/dist-es/commands/GetAccessPreviewCommand.js +3 -9
  16. package/dist-es/commands/GetAnalyzedResourceCommand.js +3 -9
  17. package/dist-es/commands/GetAnalyzerCommand.js +3 -9
  18. package/dist-es/commands/GetArchiveRuleCommand.js +3 -9
  19. package/dist-es/commands/GetFindingCommand.js +3 -9
  20. package/dist-es/commands/GetFindingRecommendationCommand.js +3 -9
  21. package/dist-es/commands/GetFindingV2Command.js +3 -9
  22. package/dist-es/commands/GetFindingsStatisticsCommand.js +3 -9
  23. package/dist-es/commands/GetGeneratedPolicyCommand.js +3 -9
  24. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +3 -9
  25. package/dist-es/commands/ListAccessPreviewsCommand.js +3 -9
  26. package/dist-es/commands/ListAnalyzedResourcesCommand.js +3 -9
  27. package/dist-es/commands/ListAnalyzersCommand.js +3 -9
  28. package/dist-es/commands/ListArchiveRulesCommand.js +3 -9
  29. package/dist-es/commands/ListFindingsCommand.js +3 -9
  30. package/dist-es/commands/ListFindingsV2Command.js +3 -9
  31. package/dist-es/commands/ListPolicyGenerationsCommand.js +3 -9
  32. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  33. package/dist-es/commands/StartPolicyGenerationCommand.js +3 -9
  34. package/dist-es/commands/StartResourceScanCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateAnalyzerCommand.js +3 -9
  38. package/dist-es/commands/UpdateArchiveRuleCommand.js +3 -9
  39. package/dist-es/commands/UpdateFindingsCommand.js +3 -9
  40. package/dist-es/commands/ValidatePolicyCommand.js +3 -9
  41. package/dist-es/models/models_0.js +0 -146
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +2043 -0
  44. package/dist-types/AccessAnalyzerClient.d.ts +10 -1
  45. package/dist-types/models/models_0.d.ts +40 -22
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +266 -0
  51. package/dist-types/ts3.4/AccessAnalyzerClient.d.ts +4 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  57. package/dist-types/ts3.4/schemas/schemas_0.d.ts +273 -0
  58. package/package.json +33 -34
  59. package/dist-es/protocols/Aws_restJson1.js +0 -1553
  60. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { ApplyArchiveRuleCommandInput, ApplyArchiveRuleCommandOutput } from "./commands/ApplyArchiveRuleCommand";
11
11
  import { CancelPolicyGenerationCommandInput, CancelPolicyGenerationCommandOutput } from "./commands/CancelPolicyGenerationCommand";
@@ -178,6 +178,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
178
178
  * Optional extensions
179
179
  */
180
180
  extensions?: RuntimeExtension[];
181
+ /**
182
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
183
+ * may be overridden. A default will always be set by the client.
184
+ * Available options depend on the service's supported protocols and will not be validated by
185
+ * the client.
186
+ * @alpha
187
+ *
188
+ */
189
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
181
190
  /**
182
191
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
183
192
  */
@@ -515,12 +515,15 @@ export declare namespace AnalyzerConfiguration {
515
515
  internalAccess?: never;
516
516
  $unknown: [string, any];
517
517
  }
518
+ /**
519
+ * @deprecated unused in schema-serde mode.
520
+ *
521
+ */
518
522
  interface Visitor<T> {
519
523
  unusedAccess: (value: UnusedAccessConfiguration) => T;
520
524
  internalAccess: (value: InternalAccessConfiguration) => T;
521
525
  _: (name: string, value: any) => T;
522
526
  }
523
- const visit: <T>(value: AnalyzerConfiguration, visitor: Visitor<T>) => T;
524
527
  }
525
528
  /**
526
529
  * @public
@@ -1216,11 +1219,14 @@ export declare namespace RdsDbClusterSnapshotAttributeValue {
1216
1219
  accountIds?: never;
1217
1220
  $unknown: [string, any];
1218
1221
  }
1222
+ /**
1223
+ * @deprecated unused in schema-serde mode.
1224
+ *
1225
+ */
1219
1226
  interface Visitor<T> {
1220
1227
  accountIds: (value: string[]) => T;
1221
1228
  _: (name: string, value: any) => T;
1222
1229
  }
1223
- const visit: <T>(value: RdsDbClusterSnapshotAttributeValue, visitor: Visitor<T>) => T;
1224
1230
  }
1225
1231
  /**
1226
1232
  * <p>The proposed access control configuration for an Amazon RDS DB cluster snapshot. You can propose a configuration for a new Amazon RDS DB cluster snapshot or an Amazon RDS DB cluster snapshot that you own by specifying the <code>RdsDbClusterSnapshotAttributeValue</code> and optional KMS encryption key. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBClusterSnapshotAttribute.html">ModifyDBClusterSnapshotAttribute</a>.</p>
@@ -1262,11 +1268,14 @@ export declare namespace RdsDbSnapshotAttributeValue {
1262
1268
  accountIds?: never;
1263
1269
  $unknown: [string, any];
1264
1270
  }
1271
+ /**
1272
+ * @deprecated unused in schema-serde mode.
1273
+ *
1274
+ */
1265
1275
  interface Visitor<T> {
1266
1276
  accountIds: (value: string[]) => T;
1267
1277
  _: (name: string, value: any) => T;
1268
1278
  }
1269
- const visit: <T>(value: RdsDbSnapshotAttributeValue, visitor: Visitor<T>) => T;
1270
1279
  }
1271
1280
  /**
1272
1281
  * <p>The proposed access control configuration for an Amazon RDS DB snapshot. You can propose a configuration for a new Amazon RDS DB snapshot or an Amazon RDS DB snapshot that you own by specifying the <code>RdsDbSnapshotAttributeValue</code> and optional KMS encryption key. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBSnapshotAttribute.html">ModifyDBSnapshotAttribute</a>.</p>
@@ -1336,12 +1345,15 @@ export declare namespace NetworkOriginConfiguration {
1336
1345
  internetConfiguration?: never;
1337
1346
  $unknown: [string, any];
1338
1347
  }
1348
+ /**
1349
+ * @deprecated unused in schema-serde mode.
1350
+ *
1351
+ */
1339
1352
  interface Visitor<T> {
1340
1353
  vpcConfiguration: (value: VpcConfiguration) => T;
1341
1354
  internetConfiguration: (value: InternetConfiguration) => T;
1342
1355
  _: (name: string, value: any) => T;
1343
1356
  }
1344
- const visit: <T>(value: NetworkOriginConfiguration, visitor: Visitor<T>) => T;
1345
1357
  }
1346
1358
  /**
1347
1359
  * <p>The <code>PublicAccessBlock</code> configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses <code>false</code>. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses <code>true</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html">PublicAccessBlockConfiguration</a>. </p>
@@ -1415,12 +1427,15 @@ export declare namespace AclGrantee {
1415
1427
  uri?: never;
1416
1428
  $unknown: [string, any];
1417
1429
  }
1430
+ /**
1431
+ * @deprecated unused in schema-serde mode.
1432
+ *
1433
+ */
1418
1434
  interface Visitor<T> {
1419
1435
  id: (value: string) => T;
1420
1436
  uri: (value: string) => T;
1421
1437
  _: (name: string, value: any) => T;
1422
1438
  }
1423
- const visit: <T>(value: AclGrantee, visitor: Visitor<T>) => T;
1424
1439
  }
1425
1440
  /**
1426
1441
  * @public
@@ -1872,6 +1887,10 @@ export declare namespace Configuration {
1872
1887
  dynamodbTable?: never;
1873
1888
  $unknown: [string, any];
1874
1889
  }
1890
+ /**
1891
+ * @deprecated unused in schema-serde mode.
1892
+ *
1893
+ */
1875
1894
  interface Visitor<T> {
1876
1895
  ebsSnapshot: (value: EbsSnapshotConfiguration) => T;
1877
1896
  ecrRepository: (value: EcrRepositoryConfiguration) => T;
@@ -1889,7 +1908,6 @@ export declare namespace Configuration {
1889
1908
  dynamodbTable: (value: DynamodbTableConfiguration) => T;
1890
1909
  _: (name: string, value: any) => T;
1891
1910
  }
1892
- const visit: <T>(value: Configuration, visitor: Visitor<T>) => T;
1893
1911
  }
1894
1912
  /**
1895
1913
  * @public
@@ -2397,11 +2415,14 @@ export declare namespace RecommendedStep {
2397
2415
  unusedPermissionsRecommendedStep?: never;
2398
2416
  $unknown: [string, any];
2399
2417
  }
2418
+ /**
2419
+ * @deprecated unused in schema-serde mode.
2420
+ *
2421
+ */
2400
2422
  interface Visitor<T> {
2401
2423
  unusedPermissionsRecommendedStep: (value: UnusedPermissionsRecommendedStep) => T;
2402
2424
  _: (name: string, value: any) => T;
2403
2425
  }
2404
- const visit: <T>(value: RecommendedStep, visitor: Visitor<T>) => T;
2405
2426
  }
2406
2427
  /**
2407
2428
  * @public
@@ -2681,13 +2702,16 @@ export declare namespace FindingsStatistics {
2681
2702
  unusedAccessFindingsStatistics?: never;
2682
2703
  $unknown: [string, any];
2683
2704
  }
2705
+ /**
2706
+ * @deprecated unused in schema-serde mode.
2707
+ *
2708
+ */
2684
2709
  interface Visitor<T> {
2685
2710
  externalAccessFindingsStatistics: (value: ExternalAccessFindingsStatistics) => T;
2686
2711
  internalAccessFindingsStatistics: (value: InternalAccessFindingsStatistics) => T;
2687
2712
  unusedAccessFindingsStatistics: (value: UnusedAccessFindingsStatistics) => T;
2688
2713
  _: (name: string, value: any) => T;
2689
2714
  }
2690
- const visit: <T>(value: FindingsStatistics, visitor: Visitor<T>) => T;
2691
2715
  }
2692
2716
  /**
2693
2717
  * @public
@@ -3028,6 +3052,10 @@ export declare namespace FindingDetails {
3028
3052
  unusedIamUserPasswordDetails?: never;
3029
3053
  $unknown: [string, any];
3030
3054
  }
3055
+ /**
3056
+ * @deprecated unused in schema-serde mode.
3057
+ *
3058
+ */
3031
3059
  interface Visitor<T> {
3032
3060
  internalAccessDetails: (value: InternalAccessDetails) => T;
3033
3061
  externalAccessDetails: (value: ExternalAccessDetails) => T;
@@ -3037,7 +3065,6 @@ export declare namespace FindingDetails {
3037
3065
  unusedIamUserPasswordDetails: (value: UnusedIamUserPasswordDetails) => T;
3038
3066
  _: (name: string, value: any) => T;
3039
3067
  }
3040
- const visit: <T>(value: FindingDetails, visitor: Visitor<T>) => T;
3041
3068
  }
3042
3069
  /**
3043
3070
  * @public
@@ -4296,6 +4323,10 @@ export declare namespace PathElement {
4296
4323
  value?: never;
4297
4324
  $unknown: [string, any];
4298
4325
  }
4326
+ /**
4327
+ * @deprecated unused in schema-serde mode.
4328
+ *
4329
+ */
4299
4330
  interface Visitor<T> {
4300
4331
  index: (value: number) => T;
4301
4332
  key: (value: string) => T;
@@ -4303,7 +4334,6 @@ export declare namespace PathElement {
4303
4334
  value: (value: string) => T;
4304
4335
  _: (name: string, value: any) => T;
4305
4336
  }
4306
- const visit: <T>(value: PathElement, visitor: Visitor<T>) => T;
4307
4337
  }
4308
4338
  /**
4309
4339
  * <p>A position in a policy.</p>
@@ -4404,15 +4434,3 @@ export interface ValidatePolicyResponse {
4404
4434
  */
4405
4435
  nextToken?: string | undefined;
4406
4436
  }
4407
- /**
4408
- * @internal
4409
- */
4410
- export declare const CheckAccessNotGrantedRequestFilterSensitiveLog: (obj: CheckAccessNotGrantedRequest) => any;
4411
- /**
4412
- * @internal
4413
- */
4414
- export declare const CheckNoNewAccessRequestFilterSensitiveLog: (obj: CheckNoNewAccessRequest) => any;
4415
- /**
4416
- * @internal
4417
- */
4418
- export declare const CheckNoPublicAccessRequestFilterSensitiveLog: (obj: CheckNoPublicAccessRequest) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AccessAnalyzerHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,266 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessCheckPolicyDocument: StaticSimpleSchema;
3
+ export declare var Access: StaticStructureSchema;
4
+ export declare var AccessDeniedException: StaticErrorSchema;
5
+ export declare var AccessPreview: StaticStructureSchema;
6
+ export declare var AccessPreviewFinding: StaticStructureSchema;
7
+ export declare var AccessPreviewStatusReason: StaticStructureSchema;
8
+ export declare var AccessPreviewSummary: StaticStructureSchema;
9
+ export declare var AnalysisRule: StaticStructureSchema;
10
+ export declare var AnalysisRuleCriteria: StaticStructureSchema;
11
+ export declare var AnalyzedResource: StaticStructureSchema;
12
+ export declare var AnalyzedResourceSummary: StaticStructureSchema;
13
+ export declare var AnalyzerSummary: StaticStructureSchema;
14
+ export declare var ApplyArchiveRuleRequest: StaticStructureSchema;
15
+ export declare var ArchiveRuleSummary: StaticStructureSchema;
16
+ export declare var CancelPolicyGenerationRequest: StaticStructureSchema;
17
+ export declare var CancelPolicyGenerationResponse: StaticStructureSchema;
18
+ export declare var CheckAccessNotGrantedRequest: StaticStructureSchema;
19
+ export declare var CheckAccessNotGrantedResponse: StaticStructureSchema;
20
+ export declare var CheckNoNewAccessRequest: StaticStructureSchema;
21
+ export declare var CheckNoNewAccessResponse: StaticStructureSchema;
22
+ export declare var CheckNoPublicAccessRequest: StaticStructureSchema;
23
+ export declare var CheckNoPublicAccessResponse: StaticStructureSchema;
24
+ export declare var CloudTrailDetails: StaticStructureSchema;
25
+ export declare var CloudTrailProperties: StaticStructureSchema;
26
+ export declare var ConflictException: StaticErrorSchema;
27
+ export declare var CreateAccessPreviewRequest: StaticStructureSchema;
28
+ export declare var CreateAccessPreviewResponse: StaticStructureSchema;
29
+ export declare var CreateAnalyzerRequest: StaticStructureSchema;
30
+ export declare var CreateAnalyzerResponse: StaticStructureSchema;
31
+ export declare var CreateArchiveRuleRequest: StaticStructureSchema;
32
+ export declare var Criterion: StaticStructureSchema;
33
+ export declare var DeleteAnalyzerRequest: StaticStructureSchema;
34
+ export declare var DeleteArchiveRuleRequest: StaticStructureSchema;
35
+ export declare var DynamodbStreamConfiguration: StaticStructureSchema;
36
+ export declare var DynamodbTableConfiguration: StaticStructureSchema;
37
+ export declare var EbsSnapshotConfiguration: StaticStructureSchema;
38
+ export declare var EcrRepositoryConfiguration: StaticStructureSchema;
39
+ export declare var EfsFileSystemConfiguration: StaticStructureSchema;
40
+ export declare var ExternalAccessDetails: StaticStructureSchema;
41
+ export declare var ExternalAccessFindingsStatistics: StaticStructureSchema;
42
+ export declare var Finding: StaticStructureSchema;
43
+ export declare var FindingAggregationAccountDetails: StaticStructureSchema;
44
+ export declare var FindingSource: StaticStructureSchema;
45
+ export declare var FindingSourceDetail: StaticStructureSchema;
46
+ export declare var FindingSummary: StaticStructureSchema;
47
+ export declare var FindingSummaryV2: StaticStructureSchema;
48
+ export declare var GeneratedPolicy: StaticStructureSchema;
49
+ export declare var GeneratedPolicyProperties: StaticStructureSchema;
50
+ export declare var GeneratedPolicyResult: StaticStructureSchema;
51
+ export declare var GenerateFindingRecommendationRequest: StaticStructureSchema;
52
+ export declare var GetAccessPreviewRequest: StaticStructureSchema;
53
+ export declare var GetAccessPreviewResponse: StaticStructureSchema;
54
+ export declare var GetAnalyzedResourceRequest: StaticStructureSchema;
55
+ export declare var GetAnalyzedResourceResponse: StaticStructureSchema;
56
+ export declare var GetAnalyzerRequest: StaticStructureSchema;
57
+ export declare var GetAnalyzerResponse: StaticStructureSchema;
58
+ export declare var GetArchiveRuleRequest: StaticStructureSchema;
59
+ export declare var GetArchiveRuleResponse: StaticStructureSchema;
60
+ export declare var GetFindingRecommendationRequest: StaticStructureSchema;
61
+ export declare var GetFindingRecommendationResponse: StaticStructureSchema;
62
+ export declare var GetFindingRequest: StaticStructureSchema;
63
+ export declare var GetFindingResponse: StaticStructureSchema;
64
+ export declare var GetFindingsStatisticsRequest: StaticStructureSchema;
65
+ export declare var GetFindingsStatisticsResponse: StaticStructureSchema;
66
+ export declare var GetFindingV2Request: StaticStructureSchema;
67
+ export declare var GetFindingV2Response: StaticStructureSchema;
68
+ export declare var GetGeneratedPolicyRequest: StaticStructureSchema;
69
+ export declare var GetGeneratedPolicyResponse: StaticStructureSchema;
70
+ export declare var IamRoleConfiguration: StaticStructureSchema;
71
+ export declare var InlineArchiveRule: StaticStructureSchema;
72
+ export declare var InternalAccessAnalysisRule: StaticStructureSchema;
73
+ export declare var InternalAccessAnalysisRuleCriteria: StaticStructureSchema;
74
+ export declare var InternalAccessConfiguration: StaticStructureSchema;
75
+ export declare var InternalAccessDetails: StaticStructureSchema;
76
+ export declare var InternalAccessFindingsStatistics: StaticStructureSchema;
77
+ export declare var InternalAccessResourceTypeDetails: StaticStructureSchema;
78
+ export declare var InternalServerException: StaticErrorSchema;
79
+ export declare var InternetConfiguration: StaticStructureSchema;
80
+ export declare var InvalidParameterException: StaticErrorSchema;
81
+ export declare var JobDetails: StaticStructureSchema;
82
+ export declare var JobError: StaticStructureSchema;
83
+ export declare var KmsGrantConfiguration: StaticStructureSchema;
84
+ export declare var KmsGrantConstraints: StaticStructureSchema;
85
+ export declare var KmsKeyConfiguration: StaticStructureSchema;
86
+ export declare var ListAccessPreviewFindingsRequest: StaticStructureSchema;
87
+ export declare var ListAccessPreviewFindingsResponse: StaticStructureSchema;
88
+ export declare var ListAccessPreviewsRequest: StaticStructureSchema;
89
+ export declare var ListAccessPreviewsResponse: StaticStructureSchema;
90
+ export declare var ListAnalyzedResourcesRequest: StaticStructureSchema;
91
+ export declare var ListAnalyzedResourcesResponse: StaticStructureSchema;
92
+ export declare var ListAnalyzersRequest: StaticStructureSchema;
93
+ export declare var ListAnalyzersResponse: StaticStructureSchema;
94
+ export declare var ListArchiveRulesRequest: StaticStructureSchema;
95
+ export declare var ListArchiveRulesResponse: StaticStructureSchema;
96
+ export declare var ListFindingsRequest: StaticStructureSchema;
97
+ export declare var ListFindingsResponse: StaticStructureSchema;
98
+ export declare var ListFindingsV2Request: StaticStructureSchema;
99
+ export declare var ListFindingsV2Response: StaticStructureSchema;
100
+ export declare var ListPolicyGenerationsRequest: StaticStructureSchema;
101
+ export declare var ListPolicyGenerationsResponse: StaticStructureSchema;
102
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
103
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
104
+ export declare var Location: StaticStructureSchema;
105
+ export declare var PolicyGeneration: StaticStructureSchema;
106
+ export declare var PolicyGenerationDetails: StaticStructureSchema;
107
+ export declare var Position: StaticStructureSchema;
108
+ export declare var RdsDbClusterSnapshotConfiguration: StaticStructureSchema;
109
+ export declare var RdsDbSnapshotConfiguration: StaticStructureSchema;
110
+ export declare var ReasonSummary: StaticStructureSchema;
111
+ export declare var RecommendationError: StaticStructureSchema;
112
+ export declare var ResourceNotFoundException: StaticErrorSchema;
113
+ export declare var ResourceTypeDetails: StaticStructureSchema;
114
+ export declare var S3AccessPointConfiguration: StaticStructureSchema;
115
+ export declare var S3BucketAclGrantConfiguration: StaticStructureSchema;
116
+ export declare var S3BucketConfiguration: StaticStructureSchema;
117
+ export declare var S3ExpressDirectoryAccessPointConfiguration: StaticStructureSchema;
118
+ export declare var S3ExpressDirectoryBucketConfiguration: StaticStructureSchema;
119
+ export declare var S3PublicAccessBlockConfiguration: StaticStructureSchema;
120
+ export declare var SecretsManagerSecretConfiguration: StaticStructureSchema;
121
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
122
+ export declare var SnsTopicConfiguration: StaticStructureSchema;
123
+ export declare var SortCriteria: StaticStructureSchema;
124
+ export declare var Span: StaticStructureSchema;
125
+ export declare var SqsQueueConfiguration: StaticStructureSchema;
126
+ export declare var StartPolicyGenerationRequest: StaticStructureSchema;
127
+ export declare var StartPolicyGenerationResponse: StaticStructureSchema;
128
+ export declare var StartResourceScanRequest: StaticStructureSchema;
129
+ export declare var StatusReason: StaticStructureSchema;
130
+ export declare var Substring: StaticStructureSchema;
131
+ export declare var TagResourceRequest: StaticStructureSchema;
132
+ export declare var TagResourceResponse: StaticStructureSchema;
133
+ export declare var ThrottlingException: StaticErrorSchema;
134
+ export declare var Trail: StaticStructureSchema;
135
+ export declare var TrailProperties: StaticStructureSchema;
136
+ export declare var UnprocessableEntityException: StaticErrorSchema;
137
+ export declare var UntagResourceRequest: StaticStructureSchema;
138
+ export declare var UntagResourceResponse: StaticStructureSchema;
139
+ export declare var UnusedAccessConfiguration: StaticStructureSchema;
140
+ export declare var UnusedAccessFindingsStatistics: StaticStructureSchema;
141
+ export declare var UnusedAccessTypeStatistics: StaticStructureSchema;
142
+ export declare var UnusedAction: StaticStructureSchema;
143
+ export declare var UnusedIamRoleDetails: StaticStructureSchema;
144
+ export declare var UnusedIamUserAccessKeyDetails: StaticStructureSchema;
145
+ export declare var UnusedIamUserPasswordDetails: StaticStructureSchema;
146
+ export declare var UnusedPermissionDetails: StaticStructureSchema;
147
+ export declare var UnusedPermissionsRecommendedStep: StaticStructureSchema;
148
+ export declare var UpdateAnalyzerRequest: StaticStructureSchema;
149
+ export declare var UpdateAnalyzerResponse: StaticStructureSchema;
150
+ export declare var UpdateArchiveRuleRequest: StaticStructureSchema;
151
+ export declare var UpdateFindingsRequest: StaticStructureSchema;
152
+ export declare var ValidatePolicyFinding: StaticStructureSchema;
153
+ export declare var ValidatePolicyRequest: StaticStructureSchema;
154
+ export declare var ValidatePolicyResponse: StaticStructureSchema;
155
+ export declare var ValidationException: StaticErrorSchema;
156
+ export declare var ValidationExceptionField: StaticStructureSchema;
157
+ export declare var VpcConfiguration: StaticStructureSchema;
158
+ export declare var __Unit: "unit";
159
+ export declare var AccessAnalyzerServiceException: StaticErrorSchema;
160
+ export declare var AccessList: StaticListSchema;
161
+ export declare var AccessPreviewFindingsList: StaticListSchema;
162
+ export declare var AccessPreviewsList: StaticListSchema;
163
+ export declare var AccountAggregations: StaticListSchema;
164
+ export declare var AccountIdsList: number;
165
+ export declare var ActionList: number;
166
+ export declare var ActionsList: number;
167
+ export declare var AnalysisRuleCriteriaList: StaticListSchema;
168
+ export declare var AnalyzedResourcesList: StaticListSchema;
169
+ export declare var AnalyzersList: StaticListSchema;
170
+ export declare var ArchiveRulesList: StaticListSchema;
171
+ export declare var EbsGroupList: number;
172
+ export declare var EbsUserIdList: number;
173
+ export declare var FindingDetailsList: StaticListSchema;
174
+ export declare var FindingIdList: number;
175
+ export declare var FindingsList: StaticListSchema;
176
+ export declare var FindingsListV2: StaticListSchema;
177
+ export declare var FindingSourceList: StaticListSchema;
178
+ export declare var FindingsStatisticsList: StaticListSchema;
179
+ export declare var GeneratedPolicyList: StaticListSchema;
180
+ export declare var InlineArchiveRulesList: StaticListSchema;
181
+ export declare var InternalAccessAnalysisRuleCriteriaList: StaticListSchema;
182
+ export declare var KmsGrantConfigurationsList: StaticListSchema;
183
+ export declare var KmsGrantOperationsList: number;
184
+ export declare var LocationList: StaticListSchema;
185
+ export declare var PathElementList: StaticListSchema;
186
+ export declare var PolicyGenerationList: StaticListSchema;
187
+ export declare var RdsDbClusterSnapshotAccountIdsList: number;
188
+ export declare var RdsDbSnapshotAccountIdsList: number;
189
+ export declare var ReasonSummaryList: StaticListSchema;
190
+ export declare var RecommendedStepList: StaticListSchema;
191
+ export declare var RegionList: number;
192
+ export declare var ResourceArnsList: number;
193
+ export declare var ResourcesList: number;
194
+ export declare var ResourceTypeList: number;
195
+ export declare var S3BucketAclGrantConfigurationsList: StaticListSchema;
196
+ export declare var SharedViaList: number;
197
+ export declare var TagKeys: number;
198
+ export declare var TagsList: StaticListSchema;
199
+ export declare var TrailList: StaticListSchema;
200
+ export declare var TrailPropertiesList: StaticListSchema;
201
+ export declare var UnusedAccessTypeStatisticsList: StaticListSchema;
202
+ export declare var UnusedActionList: StaticListSchema;
203
+ export declare var ValidatePolicyFindingList: StaticListSchema;
204
+ export declare var ValidationExceptionFieldList: StaticListSchema;
205
+ export declare var ValueList: number;
206
+ export declare var ConditionKeyMap: number;
207
+ export declare var ConfigurationsMap: StaticMapSchema;
208
+ export declare var FilterCriteriaMap: StaticMapSchema;
209
+ export declare var FindingAggregationAccountDetailsMap: number;
210
+ export declare var InternalAccessResourceTypeStatisticsMap: StaticMapSchema;
211
+ export declare var KmsConstraintsMap: number;
212
+ export declare var KmsKeyPoliciesMap: number;
213
+ export declare var PrincipalMap: number;
214
+ export declare var RdsDbClusterSnapshotAttributesMap: StaticMapSchema;
215
+ export declare var RdsDbSnapshotAttributesMap: StaticMapSchema;
216
+ export declare var ResourceTypeStatisticsMap: StaticMapSchema;
217
+ export declare var S3AccessPointConfigurationsMap: StaticMapSchema;
218
+ export declare var S3ExpressDirectoryAccessPointConfigurationsMap: StaticMapSchema;
219
+ export declare var TagsMap: number;
220
+ export declare var AclGrantee: StaticStructureSchema;
221
+ export declare var AnalyzerConfiguration: StaticStructureSchema;
222
+ export declare var Configuration: StaticStructureSchema;
223
+ export declare var FindingDetails: StaticStructureSchema;
224
+ export declare var FindingsStatistics: StaticStructureSchema;
225
+ export declare var NetworkOriginConfiguration: StaticStructureSchema;
226
+ export declare var PathElement: StaticStructureSchema;
227
+ export declare var RdsDbClusterSnapshotAttributeValue: StaticStructureSchema;
228
+ export declare var RdsDbSnapshotAttributeValue: StaticStructureSchema;
229
+ export declare var RecommendedStep: StaticStructureSchema;
230
+ export declare var ApplyArchiveRule: StaticOperationSchema;
231
+ export declare var CancelPolicyGeneration: StaticOperationSchema;
232
+ export declare var CheckAccessNotGranted: StaticOperationSchema;
233
+ export declare var CheckNoNewAccess: StaticOperationSchema;
234
+ export declare var CheckNoPublicAccess: StaticOperationSchema;
235
+ export declare var CreateAccessPreview: StaticOperationSchema;
236
+ export declare var CreateAnalyzer: StaticOperationSchema;
237
+ export declare var CreateArchiveRule: StaticOperationSchema;
238
+ export declare var DeleteAnalyzer: StaticOperationSchema;
239
+ export declare var DeleteArchiveRule: StaticOperationSchema;
240
+ export declare var GenerateFindingRecommendation: StaticOperationSchema;
241
+ export declare var GetAccessPreview: StaticOperationSchema;
242
+ export declare var GetAnalyzedResource: StaticOperationSchema;
243
+ export declare var GetAnalyzer: StaticOperationSchema;
244
+ export declare var GetArchiveRule: StaticOperationSchema;
245
+ export declare var GetFinding: StaticOperationSchema;
246
+ export declare var GetFindingRecommendation: StaticOperationSchema;
247
+ export declare var GetFindingsStatistics: StaticOperationSchema;
248
+ export declare var GetFindingV2: StaticOperationSchema;
249
+ export declare var GetGeneratedPolicy: StaticOperationSchema;
250
+ export declare var ListAccessPreviewFindings: StaticOperationSchema;
251
+ export declare var ListAccessPreviews: StaticOperationSchema;
252
+ export declare var ListAnalyzedResources: StaticOperationSchema;
253
+ export declare var ListAnalyzers: StaticOperationSchema;
254
+ export declare var ListArchiveRules: StaticOperationSchema;
255
+ export declare var ListFindings: StaticOperationSchema;
256
+ export declare var ListFindingsV2: StaticOperationSchema;
257
+ export declare var ListPolicyGenerations: StaticOperationSchema;
258
+ export declare var ListTagsForResource: StaticOperationSchema;
259
+ export declare var StartPolicyGeneration: StaticOperationSchema;
260
+ export declare var StartResourceScan: StaticOperationSchema;
261
+ export declare var TagResource: StaticOperationSchema;
262
+ export declare var UntagResource: StaticOperationSchema;
263
+ export declare var UpdateAnalyzer: StaticOperationSchema;
264
+ export declare var UpdateArchiveRule: StaticOperationSchema;
265
+ export declare var UpdateFindings: StaticOperationSchema;
266
+ export declare var ValidatePolicy: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -300,6 +303,7 @@ export interface ClientDefaults
300
303
  retryMode?: string | __Provider<string>;
301
304
  logger?: __Logger;
302
305
  extensions?: RuntimeExtension[];
306
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
303
307
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
304
308
  }
305
309
  export type AccessAnalyzerClientConfigType = Partial<
@@ -192,7 +192,6 @@ export declare namespace AnalyzerConfiguration {
192
192
  internalAccess: (value: InternalAccessConfiguration) => T;
193
193
  _: (name: string, value: any) => T;
194
194
  }
195
- const visit: <T>(value: AnalyzerConfiguration, visitor: Visitor<T>) => T;
196
195
  }
197
196
  export type Type =
198
197
  | "ACCOUNT"
@@ -440,10 +439,6 @@ export declare namespace RdsDbClusterSnapshotAttributeValue {
440
439
  accountIds: (value: string[]) => T;
441
440
  _: (name: string, value: any) => T;
442
441
  }
443
- const visit: <T>(
444
- value: RdsDbClusterSnapshotAttributeValue,
445
- visitor: Visitor<T>
446
- ) => T;
447
442
  }
448
443
  export interface RdsDbClusterSnapshotConfiguration {
449
444
  attributes?: Record<string, RdsDbClusterSnapshotAttributeValue> | undefined;
@@ -465,10 +460,6 @@ export declare namespace RdsDbSnapshotAttributeValue {
465
460
  accountIds: (value: string[]) => T;
466
461
  _: (name: string, value: any) => T;
467
462
  }
468
- const visit: <T>(
469
- value: RdsDbSnapshotAttributeValue,
470
- visitor: Visitor<T>
471
- ) => T;
472
463
  }
473
464
  export interface RdsDbSnapshotConfiguration {
474
465
  attributes?: Record<string, RdsDbSnapshotAttributeValue> | undefined;
@@ -503,7 +494,6 @@ export declare namespace NetworkOriginConfiguration {
503
494
  internetConfiguration: (value: InternetConfiguration) => T;
504
495
  _: (name: string, value: any) => T;
505
496
  }
506
- const visit: <T>(value: NetworkOriginConfiguration, visitor: Visitor<T>) => T;
507
497
  }
508
498
  export interface S3PublicAccessBlockConfiguration {
509
499
  ignorePublicAcls: boolean | undefined;
@@ -539,7 +529,6 @@ export declare namespace AclGrantee {
539
529
  uri: (value: string) => T;
540
530
  _: (name: string, value: any) => T;
541
531
  }
542
- const visit: <T>(value: AclGrantee, visitor: Visitor<T>) => T;
543
532
  }
544
533
  export declare const AclPermission: {
545
534
  readonly FULL_CONTROL: "FULL_CONTROL";
@@ -870,7 +859,6 @@ export declare namespace Configuration {
870
859
  dynamodbTable: (value: DynamodbTableConfiguration) => T;
871
860
  _: (name: string, value: any) => T;
872
861
  }
873
- const visit: <T>(value: Configuration, visitor: Visitor<T>) => T;
874
862
  }
875
863
  export interface CreateAccessPreviewRequest {
876
864
  analyzerArn: string | undefined;
@@ -1028,7 +1016,6 @@ export declare namespace RecommendedStep {
1028
1016
  ) => T;
1029
1017
  _: (name: string, value: any) => T;
1030
1018
  }
1031
- const visit: <T>(value: RecommendedStep, visitor: Visitor<T>) => T;
1032
1019
  }
1033
1020
  export declare const Status: {
1034
1021
  readonly FAILED: "FAILED";
@@ -1133,7 +1120,6 @@ export declare namespace FindingsStatistics {
1133
1120
  ) => T;
1134
1121
  _: (name: string, value: any) => T;
1135
1122
  }
1136
- const visit: <T>(value: FindingsStatistics, visitor: Visitor<T>) => T;
1137
1123
  }
1138
1124
  export interface GetFindingsStatisticsResponse {
1139
1125
  findingsStatistics?: FindingsStatistics[] | undefined;
@@ -1287,7 +1273,6 @@ export declare namespace FindingDetails {
1287
1273
  unusedIamUserPasswordDetails: (value: UnusedIamUserPasswordDetails) => T;
1288
1274
  _: (name: string, value: any) => T;
1289
1275
  }
1290
- const visit: <T>(value: FindingDetails, visitor: Visitor<T>) => T;
1291
1276
  }
1292
1277
  export declare const FindingType: {
1293
1278
  readonly EXTERNAL_ACCESS: "ExternalAccess";
@@ -1661,7 +1646,6 @@ export declare namespace PathElement {
1661
1646
  value: (value: string) => T;
1662
1647
  _: (name: string, value: any) => T;
1663
1648
  }
1664
- const visit: <T>(value: PathElement, visitor: Visitor<T>) => T;
1665
1649
  }
1666
1650
  export interface Position {
1667
1651
  line: number | undefined;
@@ -1687,12 +1671,3 @@ export interface ValidatePolicyResponse {
1687
1671
  findings: ValidatePolicyFinding[] | undefined;
1688
1672
  nextToken?: string | undefined;
1689
1673
  }
1690
- export declare const CheckAccessNotGrantedRequestFilterSensitiveLog: (
1691
- obj: CheckAccessNotGrantedRequest
1692
- ) => any;
1693
- export declare const CheckNoNewAccessRequestFilterSensitiveLog: (
1694
- obj: CheckNoNewAccessRequest
1695
- ) => any;
1696
- export declare const CheckNoPublicAccessRequestFilterSensitiveLog: (
1697
- obj: CheckNoPublicAccessRequest
1698
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AccessAnalyzerClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy