@aws-sdk/client-accessanalyzer 3.296.0 → 3.298.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 (101) hide show
  1. package/dist-cjs/commands/ApplyArchiveRuleCommand.js +2 -3
  2. package/dist-cjs/commands/CancelPolicyGenerationCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAccessPreviewCommand.js +2 -3
  4. package/dist-cjs/commands/CreateAnalyzerCommand.js +2 -3
  5. package/dist-cjs/commands/CreateArchiveRuleCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAnalyzerCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteArchiveRuleCommand.js +2 -3
  8. package/dist-cjs/commands/GetAccessPreviewCommand.js +2 -3
  9. package/dist-cjs/commands/GetAnalyzedResourceCommand.js +2 -3
  10. package/dist-cjs/commands/GetAnalyzerCommand.js +2 -3
  11. package/dist-cjs/commands/GetArchiveRuleCommand.js +2 -3
  12. package/dist-cjs/commands/GetFindingCommand.js +2 -3
  13. package/dist-cjs/commands/GetGeneratedPolicyCommand.js +2 -3
  14. package/dist-cjs/commands/ListAccessPreviewFindingsCommand.js +2 -3
  15. package/dist-cjs/commands/ListAccessPreviewsCommand.js +2 -3
  16. package/dist-cjs/commands/ListAnalyzedResourcesCommand.js +2 -3
  17. package/dist-cjs/commands/ListAnalyzersCommand.js +2 -3
  18. package/dist-cjs/commands/ListArchiveRulesCommand.js +2 -3
  19. package/dist-cjs/commands/ListFindingsCommand.js +2 -3
  20. package/dist-cjs/commands/ListPolicyGenerationsCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/StartPolicyGenerationCommand.js +2 -3
  23. package/dist-cjs/commands/StartResourceScanCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateArchiveRuleCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateFindingsCommand.js +2 -3
  28. package/dist-cjs/commands/ValidatePolicyCommand.js +2 -3
  29. package/dist-cjs/models/models_0.js +1 -498
  30. package/dist-es/commands/ApplyArchiveRuleCommand.js +2 -3
  31. package/dist-es/commands/CancelPolicyGenerationCommand.js +2 -3
  32. package/dist-es/commands/CreateAccessPreviewCommand.js +2 -3
  33. package/dist-es/commands/CreateAnalyzerCommand.js +2 -3
  34. package/dist-es/commands/CreateArchiveRuleCommand.js +2 -3
  35. package/dist-es/commands/DeleteAnalyzerCommand.js +2 -3
  36. package/dist-es/commands/DeleteArchiveRuleCommand.js +2 -3
  37. package/dist-es/commands/GetAccessPreviewCommand.js +2 -3
  38. package/dist-es/commands/GetAnalyzedResourceCommand.js +2 -3
  39. package/dist-es/commands/GetAnalyzerCommand.js +2 -3
  40. package/dist-es/commands/GetArchiveRuleCommand.js +2 -3
  41. package/dist-es/commands/GetFindingCommand.js +2 -3
  42. package/dist-es/commands/GetGeneratedPolicyCommand.js +2 -3
  43. package/dist-es/commands/ListAccessPreviewFindingsCommand.js +2 -3
  44. package/dist-es/commands/ListAccessPreviewsCommand.js +2 -3
  45. package/dist-es/commands/ListAnalyzedResourcesCommand.js +2 -3
  46. package/dist-es/commands/ListAnalyzersCommand.js +2 -3
  47. package/dist-es/commands/ListArchiveRulesCommand.js +2 -3
  48. package/dist-es/commands/ListFindingsCommand.js +2 -3
  49. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  51. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -3
  52. package/dist-es/commands/StartResourceScanCommand.js +2 -3
  53. package/dist-es/commands/TagResourceCommand.js +2 -3
  54. package/dist-es/commands/UntagResourceCommand.js +2 -3
  55. package/dist-es/commands/UpdateArchiveRuleCommand.js +2 -3
  56. package/dist-es/commands/UpdateFindingsCommand.js +2 -3
  57. package/dist-es/commands/ValidatePolicyCommand.js +2 -3
  58. package/dist-es/models/models_0.js +0 -389
  59. package/dist-types/AccessAnalyzer.d.ts +29 -0
  60. package/dist-types/AccessAnalyzerClient.d.ts +24 -4
  61. package/dist-types/commands/ApplyArchiveRuleCommand.d.ts +16 -0
  62. package/dist-types/commands/CancelPolicyGenerationCommand.d.ts +16 -0
  63. package/dist-types/commands/CreateAccessPreviewCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateAnalyzerCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateArchiveRuleCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteAnalyzerCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteArchiveRuleCommand.d.ts +16 -0
  68. package/dist-types/commands/GetAccessPreviewCommand.d.ts +16 -0
  69. package/dist-types/commands/GetAnalyzedResourceCommand.d.ts +16 -0
  70. package/dist-types/commands/GetAnalyzerCommand.d.ts +16 -0
  71. package/dist-types/commands/GetArchiveRuleCommand.d.ts +16 -0
  72. package/dist-types/commands/GetFindingCommand.d.ts +16 -0
  73. package/dist-types/commands/GetGeneratedPolicyCommand.d.ts +16 -0
  74. package/dist-types/commands/ListAccessPreviewFindingsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListAccessPreviewsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListAnalyzedResourcesCommand.d.ts +16 -0
  77. package/dist-types/commands/ListAnalyzersCommand.d.ts +16 -0
  78. package/dist-types/commands/ListArchiveRulesCommand.d.ts +16 -0
  79. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  82. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +16 -0
  83. package/dist-types/commands/StartResourceScanCommand.d.ts +16 -0
  84. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  85. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  86. package/dist-types/commands/UpdateArchiveRuleCommand.d.ts +16 -0
  87. package/dist-types/commands/UpdateFindingsCommand.d.ts +16 -0
  88. package/dist-types/commands/ValidatePolicyCommand.d.ts +16 -0
  89. package/dist-types/models/AccessAnalyzerServiceException.d.ts +2 -0
  90. package/dist-types/models/models_0.d.ts +228 -425
  91. package/dist-types/pagination/Interfaces.d.ts +3 -0
  92. package/dist-types/pagination/ListAccessPreviewFindingsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListAccessPreviewsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListAnalyzedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListAnalyzersPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListArchiveRulesPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ValidatePolicyPaginator.d.ts +3 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -292
  101. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { AccessAnalyzerServiceException as __BaseException } from "./AccessAnalyzerServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>You do not have sufficient access to perform this action.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -12,6 +13,7 @@ export declare class AccessDeniedException extends __BaseException {
12
13
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
13
14
  }
14
15
  /**
16
+ * @public
15
17
  * <p>A conflict exception error.</p>
16
18
  */
17
19
  export declare class ConflictException extends __BaseException {
@@ -31,6 +33,7 @@ export declare class ConflictException extends __BaseException {
31
33
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
32
34
  }
33
35
  /**
36
+ * @public
34
37
  * <p>The criteria to use in the filter that defines the archive rule. For more information on
35
38
  * available filter keys, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html">IAM Access Analyzer
36
39
  * filter keys</a>.</p>
@@ -54,6 +57,7 @@ export interface Criterion {
54
57
  exists?: boolean;
55
58
  }
56
59
  /**
60
+ * @public
57
61
  * <p>Creates an archive rule.</p>
58
62
  */
59
63
  export interface CreateArchiveRuleRequest {
@@ -75,6 +79,7 @@ export interface CreateArchiveRuleRequest {
75
79
  clientToken?: string;
76
80
  }
77
81
  /**
82
+ * @public
78
83
  * <p>Internal server error.</p>
79
84
  */
80
85
  export declare class InternalServerException extends __BaseException {
@@ -91,6 +96,7 @@ export declare class InternalServerException extends __BaseException {
91
96
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
92
97
  }
93
98
  /**
99
+ * @public
94
100
  * <p>The specified resource could not be found.</p>
95
101
  */
96
102
  export declare class ResourceNotFoundException extends __BaseException {
@@ -110,6 +116,7 @@ export declare class ResourceNotFoundException extends __BaseException {
110
116
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
111
117
  }
112
118
  /**
119
+ * @public
113
120
  * <p>Service quote met error.</p>
114
121
  */
115
122
  export declare class ServiceQuotaExceededException extends __BaseException {
@@ -129,6 +136,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
129
136
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
130
137
  }
131
138
  /**
139
+ * @public
132
140
  * <p>Throttling limit exceeded error.</p>
133
141
  */
134
142
  export declare class ThrottlingException extends __BaseException {
@@ -147,6 +155,7 @@ export declare class ThrottlingException extends __BaseException {
147
155
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
148
156
  }
149
157
  /**
158
+ * @public
150
159
  * <p>Contains information about a validation exception.</p>
151
160
  */
152
161
  export interface ValidationExceptionField {
@@ -159,6 +168,9 @@ export interface ValidationExceptionField {
159
168
  */
160
169
  message: string | undefined;
161
170
  }
171
+ /**
172
+ * @public
173
+ */
162
174
  export declare enum ValidationExceptionReason {
163
175
  CANNOT_PARSE = "cannotParse",
164
176
  FIELD_VALIDATION_FAILED = "fieldValidationFailed",
@@ -166,6 +178,7 @@ export declare enum ValidationExceptionReason {
166
178
  UNKNOWN_OPERATION = "unknownOperation"
167
179
  }
168
180
  /**
181
+ * @public
169
182
  * <p>Validation exception error.</p>
170
183
  */
171
184
  export declare class ValidationException extends __BaseException {
@@ -185,6 +198,7 @@ export declare class ValidationException extends __BaseException {
185
198
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
186
199
  }
187
200
  /**
201
+ * @public
188
202
  * <p>Deletes an archive rule.</p>
189
203
  */
190
204
  export interface DeleteArchiveRuleRequest {
@@ -202,6 +216,7 @@ export interface DeleteArchiveRuleRequest {
202
216
  clientToken?: string;
203
217
  }
204
218
  /**
219
+ * @public
205
220
  * <p>Retrieves an archive rule.</p>
206
221
  */
207
222
  export interface GetArchiveRuleRequest {
@@ -215,6 +230,7 @@ export interface GetArchiveRuleRequest {
215
230
  ruleName: string | undefined;
216
231
  }
217
232
  /**
233
+ * @public
218
234
  * <p>Contains information about an archive rule.</p>
219
235
  */
220
236
  export interface ArchiveRuleSummary {
@@ -236,6 +252,7 @@ export interface ArchiveRuleSummary {
236
252
  updatedAt: Date | undefined;
237
253
  }
238
254
  /**
255
+ * @public
239
256
  * <p>The response to the request.</p>
240
257
  */
241
258
  export interface GetArchiveRuleResponse {
@@ -245,6 +262,7 @@ export interface GetArchiveRuleResponse {
245
262
  archiveRule: ArchiveRuleSummary | undefined;
246
263
  }
247
264
  /**
265
+ * @public
248
266
  * <p>Retrieves a list of archive rules created for the specified analyzer.</p>
249
267
  */
250
268
  export interface ListArchiveRulesRequest {
@@ -262,6 +280,7 @@ export interface ListArchiveRulesRequest {
262
280
  maxResults?: number;
263
281
  }
264
282
  /**
283
+ * @public
265
284
  * <p>The response to the request.</p>
266
285
  */
267
286
  export interface ListArchiveRulesResponse {
@@ -275,6 +294,7 @@ export interface ListArchiveRulesResponse {
275
294
  nextToken?: string;
276
295
  }
277
296
  /**
297
+ * @public
278
298
  * <p>Updates the specified archive rule.</p>
279
299
  */
280
300
  export interface UpdateArchiveRuleRequest {
@@ -297,6 +317,7 @@ export interface UpdateArchiveRuleRequest {
297
317
  clientToken?: string;
298
318
  }
299
319
  /**
320
+ * @public
300
321
  * <p>An criterion statement in an archive rule. Each archive rule may have multiple
301
322
  * criteria.</p>
302
323
  */
@@ -310,8 +331,12 @@ export interface InlineArchiveRule {
310
331
  */
311
332
  filter: Record<string, Criterion> | undefined;
312
333
  }
334
+ /**
335
+ * @public
336
+ */
313
337
  export type Type = "ACCOUNT" | "ORGANIZATION";
314
338
  /**
339
+ * @public
315
340
  * <p>Creates an analyzer.</p>
316
341
  */
317
342
  export interface CreateAnalyzerRequest {
@@ -340,6 +365,7 @@ export interface CreateAnalyzerRequest {
340
365
  clientToken?: string;
341
366
  }
342
367
  /**
368
+ * @public
343
369
  * <p>The response to the request to create an analyzer.</p>
344
370
  */
345
371
  export interface CreateAnalyzerResponse {
@@ -349,6 +375,7 @@ export interface CreateAnalyzerResponse {
349
375
  arn?: string;
350
376
  }
351
377
  /**
378
+ * @public
352
379
  * <p>Deletes an analyzer.</p>
353
380
  */
354
381
  export interface DeleteAnalyzerRequest {
@@ -362,6 +389,7 @@ export interface DeleteAnalyzerRequest {
362
389
  clientToken?: string;
363
390
  }
364
391
  /**
392
+ * @public
365
393
  * <p>Retrieves an analyzer.</p>
366
394
  */
367
395
  export interface GetAnalyzerRequest {
@@ -370,9 +398,16 @@ export interface GetAnalyzerRequest {
370
398
  */
371
399
  analyzerName: string | undefined;
372
400
  }
401
+ /**
402
+ * @public
403
+ */
373
404
  export type AnalyzerStatus = "ACTIVE" | "CREATING" | "DISABLED" | "FAILED";
405
+ /**
406
+ * @public
407
+ */
374
408
  export type ReasonCode = "AWS_SERVICE_ACCESS_DISABLED" | "DELEGATED_ADMINISTRATOR_DEREGISTERED" | "ORGANIZATION_DELETED" | "SERVICE_LINKED_ROLE_CREATION_FAILED";
375
409
  /**
410
+ * @public
376
411
  * <p>Provides more details about the current status of the analyzer. For example, if the
377
412
  * creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer
378
413
  * with organization as the type, this failure can be due to an issue with creating the
@@ -385,6 +420,7 @@ export interface StatusReason {
385
420
  code: ReasonCode | string | undefined;
386
421
  }
387
422
  /**
423
+ * @public
388
424
  * <p>Contains information about the analyzer.</p>
389
425
  */
390
426
  export interface AnalyzerSummary {
@@ -436,6 +472,7 @@ export interface AnalyzerSummary {
436
472
  statusReason?: StatusReason;
437
473
  }
438
474
  /**
475
+ * @public
439
476
  * <p>The response to the request.</p>
440
477
  */
441
478
  export interface GetAnalyzerResponse {
@@ -446,6 +483,7 @@ export interface GetAnalyzerResponse {
446
483
  analyzer: AnalyzerSummary | undefined;
447
484
  }
448
485
  /**
486
+ * @public
449
487
  * <p>Retrieves a list of analyzers.</p>
450
488
  */
451
489
  export interface ListAnalyzersRequest {
@@ -463,6 +501,7 @@ export interface ListAnalyzersRequest {
463
501
  type?: Type | string;
464
502
  }
465
503
  /**
504
+ * @public
466
505
  * <p>The response to the request.</p>
467
506
  */
468
507
  export interface ListAnalyzersResponse {
@@ -476,6 +515,7 @@ export interface ListAnalyzersResponse {
476
515
  nextToken?: string;
477
516
  }
478
517
  /**
518
+ * @public
479
519
  * <p>Retroactively applies an archive rule.</p>
480
520
  */
481
521
  export interface ApplyArchiveRuleRequest {
@@ -492,6 +532,9 @@ export interface ApplyArchiveRuleRequest {
492
532
  */
493
533
  clientToken?: string;
494
534
  }
535
+ /**
536
+ * @public
537
+ */
495
538
  export interface CancelPolicyGenerationRequest {
496
539
  /**
497
540
  * <p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code>
@@ -501,9 +544,13 @@ export interface CancelPolicyGenerationRequest {
501
544
  */
502
545
  jobId: string | undefined;
503
546
  }
547
+ /**
548
+ * @public
549
+ */
504
550
  export interface CancelPolicyGenerationResponse {
505
551
  }
506
552
  /**
553
+ * @public
507
554
  * <p>The proposed access control configuration for an Amazon EBS volume snapshot. You can propose
508
555
  * a configuration for a new Amazon EBS volume snapshot or an Amazon EBS volume snapshot that you own by
509
556
  * specifying the user IDs, groups, and optional KMS encryption key. For more information,
@@ -570,6 +617,7 @@ export interface EbsSnapshotConfiguration {
570
617
  kmsKeyId?: string;
571
618
  }
572
619
  /**
620
+ * @public
573
621
  * <p>The proposed access control configuration for an Amazon ECR repository. You can propose a
574
622
  * configuration for a new Amazon ECR repository or an existing Amazon ECR repository that you own by
575
623
  * specifying the Amazon ECR policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_Repository.html">Repository</a>.</p>
@@ -598,6 +646,7 @@ export interface EcrRepositoryConfiguration {
598
646
  repositoryPolicy?: string;
599
647
  }
600
648
  /**
649
+ * @public
601
650
  * <p>The proposed access control configuration for an Amazon EFS file system. You can propose a
602
651
  * configuration for a new Amazon EFS file system or an existing Amazon EFS file system that you own by
603
652
  * specifying the Amazon EFS policy. For more information, see <a href="https://docs.aws.amazon.com/efs/latest/ug/using-fs.html">Using file systems in Amazon EFS</a>.</p>
@@ -625,6 +674,7 @@ export interface EfsFileSystemConfiguration {
625
674
  fileSystemPolicy?: string;
626
675
  }
627
676
  /**
677
+ * @public
628
678
  * <p>The proposed access control configuration for an IAM role. You can propose a
629
679
  * configuration for a new IAM role or an existing IAM role that you own by specifying the
630
680
  * trust policy. If the configuration is for a new IAM role, you must specify the trust
@@ -641,6 +691,7 @@ export interface IamRoleConfiguration {
641
691
  trustPolicy?: string;
642
692
  }
643
693
  /**
694
+ * @public
644
695
  * <p>Use this structure to propose allowing <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations">cryptographic
645
696
  * operations</a> in the grant only when the operation request includes the specified
646
697
  * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">encryption
@@ -663,6 +714,9 @@ export interface KmsGrantConstraints {
663
714
  */
664
715
  encryptionContextSubset?: Record<string, string>;
665
716
  }
717
+ /**
718
+ * @public
719
+ */
666
720
  export declare enum KmsGrantOperation {
667
721
  CREATE_GRANT = "CreateGrant",
668
722
  DECRYPT = "Decrypt",
@@ -680,6 +734,7 @@ export declare enum KmsGrantOperation {
680
734
  VERIFY = "Verify"
681
735
  }
682
736
  /**
737
+ * @public
683
738
  * <p>A proposed grant configuration for a KMS key. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html">CreateGrant</a>.</p>
684
739
  */
685
740
  export interface KmsGrantConfiguration {
@@ -710,6 +765,7 @@ export interface KmsGrantConfiguration {
710
765
  issuingAccount: string | undefined;
711
766
  }
712
767
  /**
768
+ * @public
713
769
  * <p>Proposed access control configuration for a KMS key. You can propose a configuration
714
770
  * for a new KMS key or an existing KMS key that you own by specifying the key policy and
715
771
  * KMS grant configuration. If the configuration is for an existing key and you do not
@@ -737,9 +793,13 @@ export interface KmsKeyConfiguration {
737
793
  grants?: KmsGrantConfiguration[];
738
794
  }
739
795
  /**
796
+ * @public
740
797
  * <p>The values for a manual Amazon RDS DB cluster snapshot attribute.</p>
741
798
  */
742
799
  export type RdsDbClusterSnapshotAttributeValue = RdsDbClusterSnapshotAttributeValue.AccountIdsMember | RdsDbClusterSnapshotAttributeValue.$UnknownMember;
800
+ /**
801
+ * @public
802
+ */
743
803
  export declare namespace RdsDbClusterSnapshotAttributeValue {
744
804
  /**
745
805
  * <p>The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the
@@ -779,6 +839,7 @@ export declare namespace RdsDbClusterSnapshotAttributeValue {
779
839
  const visit: <T>(value: RdsDbClusterSnapshotAttributeValue, visitor: Visitor<T>) => T;
780
840
  }
781
841
  /**
842
+ * @public
782
843
  * <p>The proposed access control configuration for an Amazon RDS DB cluster snapshot. You can
783
844
  * propose a configuration for a new Amazon RDS DB cluster snapshot or an Amazon RDS DB cluster snapshot
784
845
  * that you own by specifying the <code>RdsDbClusterSnapshotAttributeValue</code> and optional
@@ -812,11 +873,15 @@ export interface RdsDbClusterSnapshotConfiguration {
812
873
  kmsKeyId?: string;
813
874
  }
814
875
  /**
876
+ * @public
815
877
  * <p>The name and values of a manual Amazon RDS DB snapshot attribute. Manual DB snapshot
816
878
  * attributes are used to authorize other Amazon Web Services accounts to restore a manual DB
817
879
  * snapshot.</p>
818
880
  */
819
881
  export type RdsDbSnapshotAttributeValue = RdsDbSnapshotAttributeValue.AccountIdsMember | RdsDbSnapshotAttributeValue.$UnknownMember;
882
+ /**
883
+ * @public
884
+ */
820
885
  export declare namespace RdsDbSnapshotAttributeValue {
821
886
  /**
822
887
  * <p>The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value
@@ -856,6 +921,7 @@ export declare namespace RdsDbSnapshotAttributeValue {
856
921
  const visit: <T>(value: RdsDbSnapshotAttributeValue, visitor: Visitor<T>) => T;
857
922
  }
858
923
  /**
924
+ * @public
859
925
  * <p>The proposed access control configuration for an Amazon RDS DB snapshot. You can propose a
860
926
  * configuration for a new Amazon RDS DB snapshot or an Amazon RDS DB snapshot that you own by
861
927
  * specifying the <code>RdsDbSnapshotAttributeValue</code> and optional KMS encryption key.
@@ -887,12 +953,14 @@ export interface RdsDbSnapshotConfiguration {
887
953
  kmsKeyId?: string;
888
954
  }
889
955
  /**
956
+ * @public
890
957
  * <p>This configuration sets the network origin for the Amazon S3 access point or multi-region
891
958
  * access point to <code>Internet</code>.</p>
892
959
  */
893
960
  export interface InternetConfiguration {
894
961
  }
895
962
  /**
963
+ * @public
896
964
  * <p>The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC
897
965
  * configuration does not apply to multi-region access points. For more information, see
898
966
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_VpcConfiguration.html">VpcConfiguration</a>. </p>
@@ -905,6 +973,7 @@ export interface VpcConfiguration {
905
973
  vpcId: string | undefined;
906
974
  }
907
975
  /**
976
+ * @public
908
977
  * <p>The proposed <code>InternetConfiguration</code> or <code>VpcConfiguration</code> to
909
978
  * apply to the Amazon S3 access point. <code>VpcConfiguration</code> does not apply to
910
979
  * multi-region access points. You can make the access point accessible from the internet, or
@@ -914,6 +983,9 @@ export interface VpcConfiguration {
914
983
  * points</a>.</p>
915
984
  */
916
985
  export type NetworkOriginConfiguration = NetworkOriginConfiguration.InternetConfigurationMember | NetworkOriginConfiguration.VpcConfigurationMember | NetworkOriginConfiguration.$UnknownMember;
986
+ /**
987
+ * @public
988
+ */
917
989
  export declare namespace NetworkOriginConfiguration {
918
990
  /**
919
991
  * <p>The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC
@@ -947,6 +1019,7 @@ export declare namespace NetworkOriginConfiguration {
947
1019
  const visit: <T>(value: NetworkOriginConfiguration, visitor: Visitor<T>) => T;
948
1020
  }
949
1021
  /**
1022
+ * @public
950
1023
  * <p>The <code>PublicAccessBlock</code> configuration to apply to this Amazon S3 bucket. If the
951
1024
  * proposed configuration is for an existing Amazon S3 bucket and the configuration is not
952
1025
  * specified, the access preview uses the existing setting. If the proposed configuration is
@@ -967,6 +1040,7 @@ export interface S3PublicAccessBlockConfiguration {
967
1040
  restrictPublicBuckets: boolean | undefined;
968
1041
  }
969
1042
  /**
1043
+ * @public
970
1044
  * <p>The configuration for an Amazon S3 access point or multi-region access point for the bucket.
971
1045
  * You can propose up to 10 access points or multi-region access points per bucket. If the
972
1046
  * proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses
@@ -997,10 +1071,14 @@ export interface S3AccessPointConfiguration {
997
1071
  networkOrigin?: NetworkOriginConfiguration;
998
1072
  }
999
1073
  /**
1074
+ * @public
1000
1075
  * <p>You specify each grantee as a type-value pair using one of these types. You can specify
1001
1076
  * only one type of grantee. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html">PutBucketAcl</a>.</p>
1002
1077
  */
1003
1078
  export type AclGrantee = AclGrantee.IdMember | AclGrantee.UriMember | AclGrantee.$UnknownMember;
1079
+ /**
1080
+ * @public
1081
+ */
1004
1082
  export declare namespace AclGrantee {
1005
1083
  /**
1006
1084
  * <p>The value specified is the canonical user ID of an Amazon Web Services account.</p>
@@ -1030,6 +1108,9 @@ export declare namespace AclGrantee {
1030
1108
  }
1031
1109
  const visit: <T>(value: AclGrantee, visitor: Visitor<T>) => T;
1032
1110
  }
1111
+ /**
1112
+ * @public
1113
+ */
1033
1114
  export declare enum AclPermission {
1034
1115
  FULL_CONTROL = "FULL_CONTROL",
1035
1116
  READ = "READ",
@@ -1038,6 +1119,7 @@ export declare enum AclPermission {
1038
1119
  WRITE_ACP = "WRITE_ACP"
1039
1120
  }
1040
1121
  /**
1122
+ * @public
1041
1123
  * <p>A proposed access control list grant configuration for an Amazon S3 bucket. For more
1042
1124
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls">How to Specify an
1043
1125
  * ACL</a>.</p>
@@ -1053,6 +1135,7 @@ export interface S3BucketAclGrantConfiguration {
1053
1135
  grantee: AclGrantee | undefined;
1054
1136
  }
1055
1137
  /**
1138
+ * @public
1056
1139
  * <p>Proposed access control configuration for an Amazon S3 bucket. You can propose a
1057
1140
  * configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying
1058
1141
  * the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and
@@ -1087,6 +1170,7 @@ export interface S3BucketConfiguration {
1087
1170
  accessPoints?: Record<string, S3AccessPointConfiguration>;
1088
1171
  }
1089
1172
  /**
1173
+ * @public
1090
1174
  * <p>The configuration for a Secrets Manager secret. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html">CreateSecret</a>.</p>
1091
1175
  * <p>You can propose a configuration for a new secret or an existing secret that you own by
1092
1176
  * specifying the secret policy and optional KMS encryption key. If the configuration is for
@@ -1111,6 +1195,7 @@ export interface SecretsManagerSecretConfiguration {
1111
1195
  secretPolicy?: string;
1112
1196
  }
1113
1197
  /**
1198
+ * @public
1114
1199
  * <p>The proposed access control configuration for an Amazon SNS topic. You can propose a
1115
1200
  * configuration for a new Amazon SNS topic or an existing Amazon SNS topic that you own by specifying
1116
1201
  * the policy. If the configuration is for an existing Amazon SNS topic and you do not specify the
@@ -1129,6 +1214,7 @@ export interface SnsTopicConfiguration {
1129
1214
  topicPolicy?: string;
1130
1215
  }
1131
1216
  /**
1217
+ * @public
1132
1218
  * <p>The proposed access control configuration for an Amazon SQS queue. You can propose a
1133
1219
  * configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying
1134
1220
  * the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not
@@ -1146,10 +1232,14 @@ export interface SqsQueueConfiguration {
1146
1232
  queuePolicy?: string;
1147
1233
  }
1148
1234
  /**
1235
+ * @public
1149
1236
  * <p>Access control configuration structures for your resource. You specify the configuration
1150
1237
  * as a type-value pair. You can specify only one type of access control configuration.</p>
1151
1238
  */
1152
1239
  export type Configuration = Configuration.EbsSnapshotMember | Configuration.EcrRepositoryMember | Configuration.EfsFileSystemMember | Configuration.IamRoleMember | Configuration.KmsKeyMember | Configuration.RdsDbClusterSnapshotMember | Configuration.RdsDbSnapshotMember | Configuration.S3BucketMember | Configuration.SecretsManagerSecretMember | Configuration.SnsTopicMember | Configuration.SqsQueueMember | Configuration.$UnknownMember;
1240
+ /**
1241
+ * @public
1242
+ */
1153
1243
  export declare namespace Configuration {
1154
1244
  /**
1155
1245
  * <p>The access control configuration is for an Amazon EBS volume snapshot.</p>
@@ -1368,6 +1458,9 @@ export declare namespace Configuration {
1368
1458
  }
1369
1459
  const visit: <T>(value: Configuration, visitor: Visitor<T>) => T;
1370
1460
  }
1461
+ /**
1462
+ * @public
1463
+ */
1371
1464
  export interface CreateAccessPreviewRequest {
1372
1465
  /**
1373
1466
  * <p>The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources">ARN of
@@ -1388,12 +1481,18 @@ export interface CreateAccessPreviewRequest {
1388
1481
  */
1389
1482
  clientToken?: string;
1390
1483
  }
1484
+ /**
1485
+ * @public
1486
+ */
1391
1487
  export interface CreateAccessPreviewResponse {
1392
1488
  /**
1393
1489
  * <p>The unique ID for the access preview.</p>
1394
1490
  */
1395
1491
  id: string | undefined;
1396
1492
  }
1493
+ /**
1494
+ * @public
1495
+ */
1397
1496
  export interface GetAccessPreviewRequest {
1398
1497
  /**
1399
1498
  * <p>The unique ID for the access preview.</p>
@@ -1405,16 +1504,23 @@ export interface GetAccessPreviewRequest {
1405
1504
  */
1406
1505
  analyzerArn: string | undefined;
1407
1506
  }
1507
+ /**
1508
+ * @public
1509
+ */
1408
1510
  export declare enum AccessPreviewStatus {
1409
1511
  COMPLETED = "COMPLETED",
1410
1512
  CREATING = "CREATING",
1411
1513
  FAILED = "FAILED"
1412
1514
  }
1515
+ /**
1516
+ * @public
1517
+ */
1413
1518
  export declare enum AccessPreviewStatusReasonCode {
1414
1519
  INTERNAL_ERROR = "INTERNAL_ERROR",
1415
1520
  INVALID_CONFIGURATION = "INVALID_CONFIGURATION"
1416
1521
  }
1417
1522
  /**
1523
+ * @public
1418
1524
  * <p>Provides more details about the current status of the access preview. For example, if
1419
1525
  * the creation of the access preview fails, a <code>Failed</code> status is returned. This
1420
1526
  * failure can be due to an internal issue with the analysis or due to an invalid proposed
@@ -1427,6 +1533,7 @@ export interface AccessPreviewStatusReason {
1427
1533
  code: AccessPreviewStatusReasonCode | string | undefined;
1428
1534
  }
1429
1535
  /**
1536
+ * @public
1430
1537
  * <p>Contains information about an access preview.</p>
1431
1538
  */
1432
1539
  export interface AccessPreview {
@@ -1473,6 +1580,9 @@ export interface AccessPreview {
1473
1580
  */
1474
1581
  statusReason?: AccessPreviewStatusReason;
1475
1582
  }
1583
+ /**
1584
+ * @public
1585
+ */
1476
1586
  export interface GetAccessPreviewResponse {
1477
1587
  /**
1478
1588
  * <p>An object that contains information about the access preview.</p>
@@ -1480,6 +1590,7 @@ export interface GetAccessPreviewResponse {
1480
1590
  accessPreview: AccessPreview | undefined;
1481
1591
  }
1482
1592
  /**
1593
+ * @public
1483
1594
  * <p>Retrieves an analyzed resource.</p>
1484
1595
  */
1485
1596
  export interface GetAnalyzedResourceRequest {
@@ -1493,9 +1604,16 @@ export interface GetAnalyzedResourceRequest {
1493
1604
  */
1494
1605
  resourceArn: string | undefined;
1495
1606
  }
1607
+ /**
1608
+ * @public
1609
+ */
1496
1610
  export type ResourceType = "AWS::EC2::Snapshot" | "AWS::ECR::Repository" | "AWS::EFS::FileSystem" | "AWS::IAM::Role" | "AWS::KMS::Key" | "AWS::Lambda::Function" | "AWS::Lambda::LayerVersion" | "AWS::RDS::DBClusterSnapshot" | "AWS::RDS::DBSnapshot" | "AWS::S3::Bucket" | "AWS::SNS::Topic" | "AWS::SQS::Queue" | "AWS::SecretsManager::Secret";
1611
+ /**
1612
+ * @public
1613
+ */
1497
1614
  export type FindingStatus = "ACTIVE" | "ARCHIVED" | "RESOLVED";
1498
1615
  /**
1616
+ * @public
1499
1617
  * <p>Contains details about the analyzed resource.</p>
1500
1618
  */
1501
1619
  export interface AnalyzedResource {
@@ -1548,6 +1666,7 @@ export interface AnalyzedResource {
1548
1666
  error?: string;
1549
1667
  }
1550
1668
  /**
1669
+ * @public
1551
1670
  * <p>The response to the request.</p>
1552
1671
  */
1553
1672
  export interface GetAnalyzedResourceResponse {
@@ -1558,6 +1677,7 @@ export interface GetAnalyzedResourceResponse {
1558
1677
  resource?: AnalyzedResource;
1559
1678
  }
1560
1679
  /**
1680
+ * @public
1561
1681
  * <p>Retrieves a finding.</p>
1562
1682
  */
1563
1683
  export interface GetFindingRequest {
@@ -1572,6 +1692,7 @@ export interface GetFindingRequest {
1572
1692
  id: string | undefined;
1573
1693
  }
1574
1694
  /**
1695
+ * @public
1575
1696
  * <p>Includes details about how the access that generated the finding is granted. This is
1576
1697
  * populated for Amazon S3 bucket findings.</p>
1577
1698
  */
@@ -1586,8 +1707,12 @@ export interface FindingSourceDetail {
1586
1707
  */
1587
1708
  accessPointAccount?: string;
1588
1709
  }
1710
+ /**
1711
+ * @public
1712
+ */
1589
1713
  export type FindingSourceType = "BUCKET_ACL" | "POLICY" | "S3_ACCESS_POINT" | "S3_ACCESS_POINT_ACCOUNT";
1590
1714
  /**
1715
+ * @public
1591
1716
  * <p>The source of the finding. This indicates how the access that generated the finding is
1592
1717
  * granted. It is populated for Amazon S3 bucket findings.</p>
1593
1718
  */
@@ -1603,6 +1728,7 @@ export interface FindingSource {
1603
1728
  detail?: FindingSourceDetail;
1604
1729
  }
1605
1730
  /**
1731
+ * @public
1606
1732
  * <p>Contains information about a finding.</p>
1607
1733
  */
1608
1734
  export interface Finding {
@@ -1667,6 +1793,7 @@ export interface Finding {
1667
1793
  sources?: FindingSource[];
1668
1794
  }
1669
1795
  /**
1796
+ * @public
1670
1797
  * <p>The response to the request.</p>
1671
1798
  */
1672
1799
  export interface GetFindingResponse {
@@ -1675,6 +1802,9 @@ export interface GetFindingResponse {
1675
1802
  */
1676
1803
  finding?: Finding;
1677
1804
  }
1805
+ /**
1806
+ * @public
1807
+ */
1678
1808
  export interface GetGeneratedPolicyRequest {
1679
1809
  /**
1680
1810
  * <p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code>
@@ -1688,7 +1818,7 @@ export interface GetGeneratedPolicyRequest {
1688
1818
  * policies with placeholders for resource ARNs for actions that support resource level
1689
1819
  * granularity in policies.</p>
1690
1820
  * <p>For example, in the resource section of a policy, you can receive a placeholder such as
1691
- * <code>"Resource":"arn:aws:s3:::${BucketName}"</code> instead of <code>"*"</code>.</p>
1821
+ * <code>"Resource":"arn:aws:s3:::$\{BucketName\}"</code> instead of <code>"*"</code>.</p>
1692
1822
  */
1693
1823
  includeResourcePlaceholders?: boolean;
1694
1824
  /**
@@ -1700,6 +1830,7 @@ export interface GetGeneratedPolicyRequest {
1700
1830
  includeServiceLevelTemplate?: boolean;
1701
1831
  }
1702
1832
  /**
1833
+ * @public
1703
1834
  * <p>Contains the text for the generated policy.</p>
1704
1835
  */
1705
1836
  export interface GeneratedPolicy {
@@ -1710,6 +1841,7 @@ export interface GeneratedPolicy {
1710
1841
  policy: string | undefined;
1711
1842
  }
1712
1843
  /**
1844
+ * @public
1713
1845
  * <p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>
1714
1846
  */
1715
1847
  export interface TrailProperties {
@@ -1730,6 +1862,7 @@ export interface TrailProperties {
1730
1862
  allRegions?: boolean;
1731
1863
  }
1732
1864
  /**
1865
+ * @public
1733
1866
  * <p>Contains information about CloudTrail access.</p>
1734
1867
  */
1735
1868
  export interface CloudTrailProperties {
@@ -1751,6 +1884,7 @@ export interface CloudTrailProperties {
1751
1884
  endTime: Date | undefined;
1752
1885
  }
1753
1886
  /**
1887
+ * @public
1754
1888
  * <p>Contains the generated policy details.</p>
1755
1889
  */
1756
1890
  export interface GeneratedPolicyProperties {
@@ -1770,6 +1904,7 @@ export interface GeneratedPolicyProperties {
1770
1904
  cloudTrailProperties?: CloudTrailProperties;
1771
1905
  }
1772
1906
  /**
1907
+ * @public
1773
1908
  * <p>Contains the text for the generated policy and its details.</p>
1774
1909
  */
1775
1910
  export interface GeneratedPolicyResult {
@@ -1784,6 +1919,9 @@ export interface GeneratedPolicyResult {
1784
1919
  */
1785
1920
  generatedPolicies?: GeneratedPolicy[];
1786
1921
  }
1922
+ /**
1923
+ * @public
1924
+ */
1787
1925
  export declare enum JobErrorCode {
1788
1926
  AUTHORIZATION_ERROR = "AUTHORIZATION_ERROR",
1789
1927
  RESOURCE_NOT_FOUND_ERROR = "RESOURCE_NOT_FOUND_ERROR",
@@ -1791,6 +1929,7 @@ export declare enum JobErrorCode {
1791
1929
  SERVICE_QUOTA_EXCEEDED_ERROR = "SERVICE_QUOTA_EXCEEDED_ERROR"
1792
1930
  }
1793
1931
  /**
1932
+ * @public
1794
1933
  * <p>Contains the details about the policy generation error.</p>
1795
1934
  */
1796
1935
  export interface JobError {
@@ -1804,6 +1943,9 @@ export interface JobError {
1804
1943
  */
1805
1944
  message: string | undefined;
1806
1945
  }
1946
+ /**
1947
+ * @public
1948
+ */
1807
1949
  export declare enum JobStatus {
1808
1950
  CANCELED = "CANCELED",
1809
1951
  FAILED = "FAILED",
@@ -1811,6 +1953,7 @@ export declare enum JobStatus {
1811
1953
  SUCCEEDED = "SUCCEEDED"
1812
1954
  }
1813
1955
  /**
1956
+ * @public
1814
1957
  * <p>Contains details about the policy generation request.</p>
1815
1958
  */
1816
1959
  export interface JobDetails {
@@ -1838,6 +1981,9 @@ export interface JobDetails {
1838
1981
  */
1839
1982
  jobError?: JobError;
1840
1983
  }
1984
+ /**
1985
+ * @public
1986
+ */
1841
1987
  export interface GetGeneratedPolicyResponse {
1842
1988
  /**
1843
1989
  * <p>A <code>GeneratedPolicyDetails</code> object that contains details about the generated
@@ -1850,6 +1996,9 @@ export interface GetGeneratedPolicyResponse {
1850
1996
  */
1851
1997
  generatedPolicyResult: GeneratedPolicyResult | undefined;
1852
1998
  }
1999
+ /**
2000
+ * @public
2001
+ */
1853
2002
  export interface ListAccessPreviewFindingsRequest {
1854
2003
  /**
1855
2004
  * <p>The unique ID for the access preview.</p>
@@ -1873,12 +2022,16 @@ export interface ListAccessPreviewFindingsRequest {
1873
2022
  */
1874
2023
  maxResults?: number;
1875
2024
  }
2025
+ /**
2026
+ * @public
2027
+ */
1876
2028
  export declare enum FindingChangeType {
1877
2029
  CHANGED = "CHANGED",
1878
2030
  NEW = "NEW",
1879
2031
  UNCHANGED = "UNCHANGED"
1880
2032
  }
1881
2033
  /**
2034
+ * @public
1882
2035
  * <p>An access preview finding generated by the access preview.</p>
1883
2036
  */
1884
2037
  export interface AccessPreviewFinding {
@@ -1975,6 +2128,9 @@ export interface AccessPreviewFinding {
1975
2128
  */
1976
2129
  sources?: FindingSource[];
1977
2130
  }
2131
+ /**
2132
+ * @public
2133
+ */
1978
2134
  export interface ListAccessPreviewFindingsResponse {
1979
2135
  /**
1980
2136
  * <p>A list of access preview findings that match the specified filter criteria.</p>
@@ -1985,6 +2141,9 @@ export interface ListAccessPreviewFindingsResponse {
1985
2141
  */
1986
2142
  nextToken?: string;
1987
2143
  }
2144
+ /**
2145
+ * @public
2146
+ */
1988
2147
  export interface ListAccessPreviewsRequest {
1989
2148
  /**
1990
2149
  * <p>The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources">ARN of
@@ -2001,6 +2160,7 @@ export interface ListAccessPreviewsRequest {
2001
2160
  maxResults?: number;
2002
2161
  }
2003
2162
  /**
2163
+ * @public
2004
2164
  * <p>Contains a summary of information about an access preview.</p>
2005
2165
  */
2006
2166
  export interface AccessPreviewSummary {
@@ -2043,6 +2203,9 @@ export interface AccessPreviewSummary {
2043
2203
  */
2044
2204
  statusReason?: AccessPreviewStatusReason;
2045
2205
  }
2206
+ /**
2207
+ * @public
2208
+ */
2046
2209
  export interface ListAccessPreviewsResponse {
2047
2210
  /**
2048
2211
  * <p>A list of access previews retrieved for the analyzer.</p>
@@ -2054,6 +2217,7 @@ export interface ListAccessPreviewsResponse {
2054
2217
  nextToken?: string;
2055
2218
  }
2056
2219
  /**
2220
+ * @public
2057
2221
  * <p>Retrieves a list of resources that have been analyzed.</p>
2058
2222
  */
2059
2223
  export interface ListAnalyzedResourcesRequest {
@@ -2076,6 +2240,7 @@ export interface ListAnalyzedResourcesRequest {
2076
2240
  maxResults?: number;
2077
2241
  }
2078
2242
  /**
2243
+ * @public
2079
2244
  * <p>Contains the ARN of the analyzed resource.</p>
2080
2245
  */
2081
2246
  export interface AnalyzedResourceSummary {
@@ -2093,6 +2258,7 @@ export interface AnalyzedResourceSummary {
2093
2258
  resourceType: ResourceType | string | undefined;
2094
2259
  }
2095
2260
  /**
2261
+ * @public
2096
2262
  * <p>The response to the request.</p>
2097
2263
  */
2098
2264
  export interface ListAnalyzedResourcesResponse {
@@ -2105,8 +2271,12 @@ export interface ListAnalyzedResourcesResponse {
2105
2271
  */
2106
2272
  nextToken?: string;
2107
2273
  }
2274
+ /**
2275
+ * @public
2276
+ */
2108
2277
  export type OrderBy = "ASC" | "DESC";
2109
2278
  /**
2279
+ * @public
2110
2280
  * <p>The criteria used to sort.</p>
2111
2281
  */
2112
2282
  export interface SortCriteria {
@@ -2120,6 +2290,7 @@ export interface SortCriteria {
2120
2290
  orderBy?: OrderBy | string;
2121
2291
  }
2122
2292
  /**
2293
+ * @public
2123
2294
  * <p>Retrieves a list of findings generated by the specified analyzer.</p>
2124
2295
  */
2125
2296
  export interface ListFindingsRequest {
@@ -2146,6 +2317,7 @@ export interface ListFindingsRequest {
2146
2317
  maxResults?: number;
2147
2318
  }
2148
2319
  /**
2320
+ * @public
2149
2321
  * <p>Contains information about a finding.</p>
2150
2322
  */
2151
2323
  export interface FindingSummary {
@@ -2211,6 +2383,7 @@ export interface FindingSummary {
2211
2383
  sources?: FindingSource[];
2212
2384
  }
2213
2385
  /**
2386
+ * @public
2214
2387
  * <p>The response to the request.</p>
2215
2388
  */
2216
2389
  export interface ListFindingsResponse {
@@ -2224,6 +2397,9 @@ export interface ListFindingsResponse {
2224
2397
  */
2225
2398
  nextToken?: string;
2226
2399
  }
2400
+ /**
2401
+ * @public
2402
+ */
2227
2403
  export interface ListPolicyGenerationsRequest {
2228
2404
  /**
2229
2405
  * <p>The ARN of the IAM entity (user or role) for which you are generating a policy. Use
@@ -2241,6 +2417,7 @@ export interface ListPolicyGenerationsRequest {
2241
2417
  nextToken?: string;
2242
2418
  }
2243
2419
  /**
2420
+ * @public
2244
2421
  * <p>Contains details about the policy generation status and properties.</p>
2245
2422
  */
2246
2423
  export interface PolicyGeneration {
@@ -2268,6 +2445,9 @@ export interface PolicyGeneration {
2268
2445
  */
2269
2446
  completedOn?: Date;
2270
2447
  }
2448
+ /**
2449
+ * @public
2450
+ */
2271
2451
  export interface ListPolicyGenerationsResponse {
2272
2452
  /**
2273
2453
  * <p>A <code>PolicyGeneration</code> object that contains details about the generated
@@ -2280,6 +2460,7 @@ export interface ListPolicyGenerationsResponse {
2280
2460
  nextToken?: string;
2281
2461
  }
2282
2462
  /**
2463
+ * @public
2283
2464
  * <p>Retrieves a list of tags applied to the specified resource.</p>
2284
2465
  */
2285
2466
  export interface ListTagsForResourceRequest {
@@ -2289,6 +2470,7 @@ export interface ListTagsForResourceRequest {
2289
2470
  resourceArn: string | undefined;
2290
2471
  }
2291
2472
  /**
2473
+ * @public
2292
2474
  * <p>The response to the request.</p>
2293
2475
  */
2294
2476
  export interface ListTagsForResourceResponse {
@@ -2298,6 +2480,7 @@ export interface ListTagsForResourceResponse {
2298
2480
  tags?: Record<string, string>;
2299
2481
  }
2300
2482
  /**
2483
+ * @public
2301
2484
  * <p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>
2302
2485
  */
2303
2486
  export interface Trail {
@@ -2318,6 +2501,7 @@ export interface Trail {
2318
2501
  allRegions?: boolean;
2319
2502
  }
2320
2503
  /**
2504
+ * @public
2321
2505
  * <p>Contains information about CloudTrail access.</p>
2322
2506
  */
2323
2507
  export interface CloudTrailDetails {
@@ -2343,6 +2527,7 @@ export interface CloudTrailDetails {
2343
2527
  endTime?: Date;
2344
2528
  }
2345
2529
  /**
2530
+ * @public
2346
2531
  * <p>Contains the ARN details about the IAM entity for which the policy is
2347
2532
  * generated.</p>
2348
2533
  */
@@ -2352,6 +2537,9 @@ export interface PolicyGenerationDetails {
2352
2537
  */
2353
2538
  principalArn: string | undefined;
2354
2539
  }
2540
+ /**
2541
+ * @public
2542
+ */
2355
2543
  export interface StartPolicyGenerationRequest {
2356
2544
  /**
2357
2545
  * <p>Contains the ARN of the IAM entity (user or role) for which you are generating a
@@ -2374,6 +2562,9 @@ export interface StartPolicyGenerationRequest {
2374
2562
  */
2375
2563
  clientToken?: string;
2376
2564
  }
2565
+ /**
2566
+ * @public
2567
+ */
2377
2568
  export interface StartPolicyGenerationResponse {
2378
2569
  /**
2379
2570
  * <p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code>
@@ -2384,6 +2575,7 @@ export interface StartPolicyGenerationResponse {
2384
2575
  jobId: string | undefined;
2385
2576
  }
2386
2577
  /**
2578
+ * @public
2387
2579
  * <p>Starts a scan of the policies applied to the specified resource.</p>
2388
2580
  */
2389
2581
  export interface StartResourceScanRequest {
@@ -2404,6 +2596,7 @@ export interface StartResourceScanRequest {
2404
2596
  resourceOwnerAccount?: string;
2405
2597
  }
2406
2598
  /**
2599
+ * @public
2407
2600
  * <p>Adds a tag to the specified resource.</p>
2408
2601
  */
2409
2602
  export interface TagResourceRequest {
@@ -2417,11 +2610,13 @@ export interface TagResourceRequest {
2417
2610
  tags: Record<string, string> | undefined;
2418
2611
  }
2419
2612
  /**
2613
+ * @public
2420
2614
  * <p>The response to the request.</p>
2421
2615
  */
2422
2616
  export interface TagResourceResponse {
2423
2617
  }
2424
2618
  /**
2619
+ * @public
2425
2620
  * <p>Removes a tag from the specified resource.</p>
2426
2621
  */
2427
2622
  export interface UntagResourceRequest {
@@ -2435,12 +2630,17 @@ export interface UntagResourceRequest {
2435
2630
  tagKeys: string[] | undefined;
2436
2631
  }
2437
2632
  /**
2633
+ * @public
2438
2634
  * <p>The response to the request.</p>
2439
2635
  */
2440
2636
  export interface UntagResourceResponse {
2441
2637
  }
2638
+ /**
2639
+ * @public
2640
+ */
2442
2641
  export type FindingStatusUpdate = "ACTIVE" | "ARCHIVED";
2443
2642
  /**
2643
+ * @public
2444
2644
  * <p>Updates findings with the new values provided in the request.</p>
2445
2645
  */
2446
2646
  export interface UpdateFindingsRequest {
@@ -2468,6 +2668,9 @@ export interface UpdateFindingsRequest {
2468
2668
  */
2469
2669
  clientToken?: string;
2470
2670
  }
2671
+ /**
2672
+ * @public
2673
+ */
2471
2674
  export declare enum Locale {
2472
2675
  DE = "DE",
2473
2676
  EN = "EN",
@@ -2480,11 +2683,17 @@ export declare enum Locale {
2480
2683
  ZH_CN = "ZH_CN",
2481
2684
  ZH_TW = "ZH_TW"
2482
2685
  }
2686
+ /**
2687
+ * @public
2688
+ */
2483
2689
  export declare enum PolicyType {
2484
2690
  IDENTITY_POLICY = "IDENTITY_POLICY",
2485
2691
  RESOURCE_POLICY = "RESOURCE_POLICY",
2486
2692
  SERVICE_CONTROL_POLICY = "SERVICE_CONTROL_POLICY"
2487
2693
  }
2694
+ /**
2695
+ * @public
2696
+ */
2488
2697
  export declare enum ValidatePolicyResourceType {
2489
2698
  ROLE_TRUST = "AWS::IAM::AssumeRolePolicyDocument",
2490
2699
  S3_ACCESS_POINT = "AWS::S3::AccessPoint",
@@ -2492,6 +2701,9 @@ export declare enum ValidatePolicyResourceType {
2492
2701
  S3_MULTI_REGION_ACCESS_POINT = "AWS::S3::MultiRegionAccessPoint",
2493
2702
  S3_OBJECT_LAMBDA_ACCESS_POINT = "AWS::S3ObjectLambda::AccessPoint"
2494
2703
  }
2704
+ /**
2705
+ * @public
2706
+ */
2495
2707
  export interface ValidatePolicyRequest {
2496
2708
  /**
2497
2709
  * <p>The locale to use for localizing the findings.</p>
@@ -2532,6 +2744,9 @@ export interface ValidatePolicyRequest {
2532
2744
  */
2533
2745
  validatePolicyResourceType?: ValidatePolicyResourceType | string;
2534
2746
  }
2747
+ /**
2748
+ * @public
2749
+ */
2535
2750
  export declare enum ValidatePolicyFindingType {
2536
2751
  ERROR = "ERROR",
2537
2752
  SECURITY_WARNING = "SECURITY_WARNING",
@@ -2539,6 +2754,7 @@ export declare enum ValidatePolicyFindingType {
2539
2754
  WARNING = "WARNING"
2540
2755
  }
2541
2756
  /**
2757
+ * @public
2542
2758
  * <p>A reference to a substring of a literal string in a JSON document.</p>
2543
2759
  */
2544
2760
  export interface Substring {
@@ -2552,9 +2768,13 @@ export interface Substring {
2552
2768
  length: number | undefined;
2553
2769
  }
2554
2770
  /**
2771
+ * @public
2555
2772
  * <p>A single element in a path through the JSON representation of a policy.</p>
2556
2773
  */
2557
2774
  export type PathElement = PathElement.IndexMember | PathElement.KeyMember | PathElement.SubstringMember | PathElement.ValueMember | PathElement.$UnknownMember;
2775
+ /**
2776
+ * @public
2777
+ */
2558
2778
  export declare namespace PathElement {
2559
2779
  /**
2560
2780
  * <p>Refers to an index in a JSON array.</p>
@@ -2613,6 +2833,7 @@ export declare namespace PathElement {
2613
2833
  const visit: <T>(value: PathElement, visitor: Visitor<T>) => T;
2614
2834
  }
2615
2835
  /**
2836
+ * @public
2616
2837
  * <p>A position in a policy.</p>
2617
2838
  */
2618
2839
  export interface Position {
@@ -2630,6 +2851,7 @@ export interface Position {
2630
2851
  offset: number | undefined;
2631
2852
  }
2632
2853
  /**
2854
+ * @public
2633
2855
  * <p>A span in a policy. The span consists of a start position (inclusive) and end position
2634
2856
  * (exclusive).</p>
2635
2857
  */
@@ -2644,6 +2866,7 @@ export interface Span {
2644
2866
  end: Position | undefined;
2645
2867
  }
2646
2868
  /**
2869
+ * @public
2647
2870
  * <p>A location in a policy that is represented as a path through the JSON representation and
2648
2871
  * a corresponding span.</p>
2649
2872
  */
@@ -2658,6 +2881,7 @@ export interface Location {
2658
2881
  span: Span | undefined;
2659
2882
  }
2660
2883
  /**
2884
+ * @public
2661
2885
  * <p>A finding in a policy. Each finding is an actionable recommendation that can be used to
2662
2886
  * improve the policy.</p>
2663
2887
  */
@@ -2692,6 +2916,9 @@ export interface ValidatePolicyFinding {
2692
2916
  */
2693
2917
  locations: Location[] | undefined;
2694
2918
  }
2919
+ /**
2920
+ * @public
2921
+ */
2695
2922
  export interface ValidatePolicyResponse {
2696
2923
  /**
2697
2924
  * <p>The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy
@@ -2703,427 +2930,3 @@ export interface ValidatePolicyResponse {
2703
2930
  */
2704
2931
  nextToken?: string;
2705
2932
  }
2706
- /**
2707
- * @internal
2708
- */
2709
- export declare const CriterionFilterSensitiveLog: (obj: Criterion) => any;
2710
- /**
2711
- * @internal
2712
- */
2713
- export declare const CreateArchiveRuleRequestFilterSensitiveLog: (obj: CreateArchiveRuleRequest) => any;
2714
- /**
2715
- * @internal
2716
- */
2717
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
2718
- /**
2719
- * @internal
2720
- */
2721
- export declare const DeleteArchiveRuleRequestFilterSensitiveLog: (obj: DeleteArchiveRuleRequest) => any;
2722
- /**
2723
- * @internal
2724
- */
2725
- export declare const GetArchiveRuleRequestFilterSensitiveLog: (obj: GetArchiveRuleRequest) => any;
2726
- /**
2727
- * @internal
2728
- */
2729
- export declare const ArchiveRuleSummaryFilterSensitiveLog: (obj: ArchiveRuleSummary) => any;
2730
- /**
2731
- * @internal
2732
- */
2733
- export declare const GetArchiveRuleResponseFilterSensitiveLog: (obj: GetArchiveRuleResponse) => any;
2734
- /**
2735
- * @internal
2736
- */
2737
- export declare const ListArchiveRulesRequestFilterSensitiveLog: (obj: ListArchiveRulesRequest) => any;
2738
- /**
2739
- * @internal
2740
- */
2741
- export declare const ListArchiveRulesResponseFilterSensitiveLog: (obj: ListArchiveRulesResponse) => any;
2742
- /**
2743
- * @internal
2744
- */
2745
- export declare const UpdateArchiveRuleRequestFilterSensitiveLog: (obj: UpdateArchiveRuleRequest) => any;
2746
- /**
2747
- * @internal
2748
- */
2749
- export declare const InlineArchiveRuleFilterSensitiveLog: (obj: InlineArchiveRule) => any;
2750
- /**
2751
- * @internal
2752
- */
2753
- export declare const CreateAnalyzerRequestFilterSensitiveLog: (obj: CreateAnalyzerRequest) => any;
2754
- /**
2755
- * @internal
2756
- */
2757
- export declare const CreateAnalyzerResponseFilterSensitiveLog: (obj: CreateAnalyzerResponse) => any;
2758
- /**
2759
- * @internal
2760
- */
2761
- export declare const DeleteAnalyzerRequestFilterSensitiveLog: (obj: DeleteAnalyzerRequest) => any;
2762
- /**
2763
- * @internal
2764
- */
2765
- export declare const GetAnalyzerRequestFilterSensitiveLog: (obj: GetAnalyzerRequest) => any;
2766
- /**
2767
- * @internal
2768
- */
2769
- export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
2770
- /**
2771
- * @internal
2772
- */
2773
- export declare const AnalyzerSummaryFilterSensitiveLog: (obj: AnalyzerSummary) => any;
2774
- /**
2775
- * @internal
2776
- */
2777
- export declare const GetAnalyzerResponseFilterSensitiveLog: (obj: GetAnalyzerResponse) => any;
2778
- /**
2779
- * @internal
2780
- */
2781
- export declare const ListAnalyzersRequestFilterSensitiveLog: (obj: ListAnalyzersRequest) => any;
2782
- /**
2783
- * @internal
2784
- */
2785
- export declare const ListAnalyzersResponseFilterSensitiveLog: (obj: ListAnalyzersResponse) => any;
2786
- /**
2787
- * @internal
2788
- */
2789
- export declare const ApplyArchiveRuleRequestFilterSensitiveLog: (obj: ApplyArchiveRuleRequest) => any;
2790
- /**
2791
- * @internal
2792
- */
2793
- export declare const CancelPolicyGenerationRequestFilterSensitiveLog: (obj: CancelPolicyGenerationRequest) => any;
2794
- /**
2795
- * @internal
2796
- */
2797
- export declare const CancelPolicyGenerationResponseFilterSensitiveLog: (obj: CancelPolicyGenerationResponse) => any;
2798
- /**
2799
- * @internal
2800
- */
2801
- export declare const EbsSnapshotConfigurationFilterSensitiveLog: (obj: EbsSnapshotConfiguration) => any;
2802
- /**
2803
- * @internal
2804
- */
2805
- export declare const EcrRepositoryConfigurationFilterSensitiveLog: (obj: EcrRepositoryConfiguration) => any;
2806
- /**
2807
- * @internal
2808
- */
2809
- export declare const EfsFileSystemConfigurationFilterSensitiveLog: (obj: EfsFileSystemConfiguration) => any;
2810
- /**
2811
- * @internal
2812
- */
2813
- export declare const IamRoleConfigurationFilterSensitiveLog: (obj: IamRoleConfiguration) => any;
2814
- /**
2815
- * @internal
2816
- */
2817
- export declare const KmsGrantConstraintsFilterSensitiveLog: (obj: KmsGrantConstraints) => any;
2818
- /**
2819
- * @internal
2820
- */
2821
- export declare const KmsGrantConfigurationFilterSensitiveLog: (obj: KmsGrantConfiguration) => any;
2822
- /**
2823
- * @internal
2824
- */
2825
- export declare const KmsKeyConfigurationFilterSensitiveLog: (obj: KmsKeyConfiguration) => any;
2826
- /**
2827
- * @internal
2828
- */
2829
- export declare const RdsDbClusterSnapshotAttributeValueFilterSensitiveLog: (obj: RdsDbClusterSnapshotAttributeValue) => any;
2830
- /**
2831
- * @internal
2832
- */
2833
- export declare const RdsDbClusterSnapshotConfigurationFilterSensitiveLog: (obj: RdsDbClusterSnapshotConfiguration) => any;
2834
- /**
2835
- * @internal
2836
- */
2837
- export declare const RdsDbSnapshotAttributeValueFilterSensitiveLog: (obj: RdsDbSnapshotAttributeValue) => any;
2838
- /**
2839
- * @internal
2840
- */
2841
- export declare const RdsDbSnapshotConfigurationFilterSensitiveLog: (obj: RdsDbSnapshotConfiguration) => any;
2842
- /**
2843
- * @internal
2844
- */
2845
- export declare const InternetConfigurationFilterSensitiveLog: (obj: InternetConfiguration) => any;
2846
- /**
2847
- * @internal
2848
- */
2849
- export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
2850
- /**
2851
- * @internal
2852
- */
2853
- export declare const NetworkOriginConfigurationFilterSensitiveLog: (obj: NetworkOriginConfiguration) => any;
2854
- /**
2855
- * @internal
2856
- */
2857
- export declare const S3PublicAccessBlockConfigurationFilterSensitiveLog: (obj: S3PublicAccessBlockConfiguration) => any;
2858
- /**
2859
- * @internal
2860
- */
2861
- export declare const S3AccessPointConfigurationFilterSensitiveLog: (obj: S3AccessPointConfiguration) => any;
2862
- /**
2863
- * @internal
2864
- */
2865
- export declare const AclGranteeFilterSensitiveLog: (obj: AclGrantee) => any;
2866
- /**
2867
- * @internal
2868
- */
2869
- export declare const S3BucketAclGrantConfigurationFilterSensitiveLog: (obj: S3BucketAclGrantConfiguration) => any;
2870
- /**
2871
- * @internal
2872
- */
2873
- export declare const S3BucketConfigurationFilterSensitiveLog: (obj: S3BucketConfiguration) => any;
2874
- /**
2875
- * @internal
2876
- */
2877
- export declare const SecretsManagerSecretConfigurationFilterSensitiveLog: (obj: SecretsManagerSecretConfiguration) => any;
2878
- /**
2879
- * @internal
2880
- */
2881
- export declare const SnsTopicConfigurationFilterSensitiveLog: (obj: SnsTopicConfiguration) => any;
2882
- /**
2883
- * @internal
2884
- */
2885
- export declare const SqsQueueConfigurationFilterSensitiveLog: (obj: SqsQueueConfiguration) => any;
2886
- /**
2887
- * @internal
2888
- */
2889
- export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
2890
- /**
2891
- * @internal
2892
- */
2893
- export declare const CreateAccessPreviewRequestFilterSensitiveLog: (obj: CreateAccessPreviewRequest) => any;
2894
- /**
2895
- * @internal
2896
- */
2897
- export declare const CreateAccessPreviewResponseFilterSensitiveLog: (obj: CreateAccessPreviewResponse) => any;
2898
- /**
2899
- * @internal
2900
- */
2901
- export declare const GetAccessPreviewRequestFilterSensitiveLog: (obj: GetAccessPreviewRequest) => any;
2902
- /**
2903
- * @internal
2904
- */
2905
- export declare const AccessPreviewStatusReasonFilterSensitiveLog: (obj: AccessPreviewStatusReason) => any;
2906
- /**
2907
- * @internal
2908
- */
2909
- export declare const AccessPreviewFilterSensitiveLog: (obj: AccessPreview) => any;
2910
- /**
2911
- * @internal
2912
- */
2913
- export declare const GetAccessPreviewResponseFilterSensitiveLog: (obj: GetAccessPreviewResponse) => any;
2914
- /**
2915
- * @internal
2916
- */
2917
- export declare const GetAnalyzedResourceRequestFilterSensitiveLog: (obj: GetAnalyzedResourceRequest) => any;
2918
- /**
2919
- * @internal
2920
- */
2921
- export declare const AnalyzedResourceFilterSensitiveLog: (obj: AnalyzedResource) => any;
2922
- /**
2923
- * @internal
2924
- */
2925
- export declare const GetAnalyzedResourceResponseFilterSensitiveLog: (obj: GetAnalyzedResourceResponse) => any;
2926
- /**
2927
- * @internal
2928
- */
2929
- export declare const GetFindingRequestFilterSensitiveLog: (obj: GetFindingRequest) => any;
2930
- /**
2931
- * @internal
2932
- */
2933
- export declare const FindingSourceDetailFilterSensitiveLog: (obj: FindingSourceDetail) => any;
2934
- /**
2935
- * @internal
2936
- */
2937
- export declare const FindingSourceFilterSensitiveLog: (obj: FindingSource) => any;
2938
- /**
2939
- * @internal
2940
- */
2941
- export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
2942
- /**
2943
- * @internal
2944
- */
2945
- export declare const GetFindingResponseFilterSensitiveLog: (obj: GetFindingResponse) => any;
2946
- /**
2947
- * @internal
2948
- */
2949
- export declare const GetGeneratedPolicyRequestFilterSensitiveLog: (obj: GetGeneratedPolicyRequest) => any;
2950
- /**
2951
- * @internal
2952
- */
2953
- export declare const GeneratedPolicyFilterSensitiveLog: (obj: GeneratedPolicy) => any;
2954
- /**
2955
- * @internal
2956
- */
2957
- export declare const TrailPropertiesFilterSensitiveLog: (obj: TrailProperties) => any;
2958
- /**
2959
- * @internal
2960
- */
2961
- export declare const CloudTrailPropertiesFilterSensitiveLog: (obj: CloudTrailProperties) => any;
2962
- /**
2963
- * @internal
2964
- */
2965
- export declare const GeneratedPolicyPropertiesFilterSensitiveLog: (obj: GeneratedPolicyProperties) => any;
2966
- /**
2967
- * @internal
2968
- */
2969
- export declare const GeneratedPolicyResultFilterSensitiveLog: (obj: GeneratedPolicyResult) => any;
2970
- /**
2971
- * @internal
2972
- */
2973
- export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
2974
- /**
2975
- * @internal
2976
- */
2977
- export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
2978
- /**
2979
- * @internal
2980
- */
2981
- export declare const GetGeneratedPolicyResponseFilterSensitiveLog: (obj: GetGeneratedPolicyResponse) => any;
2982
- /**
2983
- * @internal
2984
- */
2985
- export declare const ListAccessPreviewFindingsRequestFilterSensitiveLog: (obj: ListAccessPreviewFindingsRequest) => any;
2986
- /**
2987
- * @internal
2988
- */
2989
- export declare const AccessPreviewFindingFilterSensitiveLog: (obj: AccessPreviewFinding) => any;
2990
- /**
2991
- * @internal
2992
- */
2993
- export declare const ListAccessPreviewFindingsResponseFilterSensitiveLog: (obj: ListAccessPreviewFindingsResponse) => any;
2994
- /**
2995
- * @internal
2996
- */
2997
- export declare const ListAccessPreviewsRequestFilterSensitiveLog: (obj: ListAccessPreviewsRequest) => any;
2998
- /**
2999
- * @internal
3000
- */
3001
- export declare const AccessPreviewSummaryFilterSensitiveLog: (obj: AccessPreviewSummary) => any;
3002
- /**
3003
- * @internal
3004
- */
3005
- export declare const ListAccessPreviewsResponseFilterSensitiveLog: (obj: ListAccessPreviewsResponse) => any;
3006
- /**
3007
- * @internal
3008
- */
3009
- export declare const ListAnalyzedResourcesRequestFilterSensitiveLog: (obj: ListAnalyzedResourcesRequest) => any;
3010
- /**
3011
- * @internal
3012
- */
3013
- export declare const AnalyzedResourceSummaryFilterSensitiveLog: (obj: AnalyzedResourceSummary) => any;
3014
- /**
3015
- * @internal
3016
- */
3017
- export declare const ListAnalyzedResourcesResponseFilterSensitiveLog: (obj: ListAnalyzedResourcesResponse) => any;
3018
- /**
3019
- * @internal
3020
- */
3021
- export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
3022
- /**
3023
- * @internal
3024
- */
3025
- export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
3026
- /**
3027
- * @internal
3028
- */
3029
- export declare const FindingSummaryFilterSensitiveLog: (obj: FindingSummary) => any;
3030
- /**
3031
- * @internal
3032
- */
3033
- export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
3034
- /**
3035
- * @internal
3036
- */
3037
- export declare const ListPolicyGenerationsRequestFilterSensitiveLog: (obj: ListPolicyGenerationsRequest) => any;
3038
- /**
3039
- * @internal
3040
- */
3041
- export declare const PolicyGenerationFilterSensitiveLog: (obj: PolicyGeneration) => any;
3042
- /**
3043
- * @internal
3044
- */
3045
- export declare const ListPolicyGenerationsResponseFilterSensitiveLog: (obj: ListPolicyGenerationsResponse) => any;
3046
- /**
3047
- * @internal
3048
- */
3049
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3050
- /**
3051
- * @internal
3052
- */
3053
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3054
- /**
3055
- * @internal
3056
- */
3057
- export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
3058
- /**
3059
- * @internal
3060
- */
3061
- export declare const CloudTrailDetailsFilterSensitiveLog: (obj: CloudTrailDetails) => any;
3062
- /**
3063
- * @internal
3064
- */
3065
- export declare const PolicyGenerationDetailsFilterSensitiveLog: (obj: PolicyGenerationDetails) => any;
3066
- /**
3067
- * @internal
3068
- */
3069
- export declare const StartPolicyGenerationRequestFilterSensitiveLog: (obj: StartPolicyGenerationRequest) => any;
3070
- /**
3071
- * @internal
3072
- */
3073
- export declare const StartPolicyGenerationResponseFilterSensitiveLog: (obj: StartPolicyGenerationResponse) => any;
3074
- /**
3075
- * @internal
3076
- */
3077
- export declare const StartResourceScanRequestFilterSensitiveLog: (obj: StartResourceScanRequest) => any;
3078
- /**
3079
- * @internal
3080
- */
3081
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3082
- /**
3083
- * @internal
3084
- */
3085
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3086
- /**
3087
- * @internal
3088
- */
3089
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3090
- /**
3091
- * @internal
3092
- */
3093
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3094
- /**
3095
- * @internal
3096
- */
3097
- export declare const UpdateFindingsRequestFilterSensitiveLog: (obj: UpdateFindingsRequest) => any;
3098
- /**
3099
- * @internal
3100
- */
3101
- export declare const ValidatePolicyRequestFilterSensitiveLog: (obj: ValidatePolicyRequest) => any;
3102
- /**
3103
- * @internal
3104
- */
3105
- export declare const SubstringFilterSensitiveLog: (obj: Substring) => any;
3106
- /**
3107
- * @internal
3108
- */
3109
- export declare const PathElementFilterSensitiveLog: (obj: PathElement) => any;
3110
- /**
3111
- * @internal
3112
- */
3113
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
3114
- /**
3115
- * @internal
3116
- */
3117
- export declare const SpanFilterSensitiveLog: (obj: Span) => any;
3118
- /**
3119
- * @internal
3120
- */
3121
- export declare const LocationFilterSensitiveLog: (obj: Location) => any;
3122
- /**
3123
- * @internal
3124
- */
3125
- export declare const ValidatePolicyFindingFilterSensitiveLog: (obj: ValidatePolicyFinding) => any;
3126
- /**
3127
- * @internal
3128
- */
3129
- export declare const ValidatePolicyResponseFilterSensitiveLog: (obj: ValidatePolicyResponse) => any;