@aws-sdk/client-accessanalyzer 3.297.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 (61) 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/models/models_0.d.ts +0 -424
  60. package/dist-types/ts3.4/models/models_0.d.ts +0 -292
  61. package/package.json +4 -3
@@ -2930,427 +2930,3 @@ export interface ValidatePolicyResponse {
2930
2930
  */
2931
2931
  nextToken?: string;
2932
2932
  }
2933
- /**
2934
- * @internal
2935
- */
2936
- export declare const CriterionFilterSensitiveLog: (obj: Criterion) => any;
2937
- /**
2938
- * @internal
2939
- */
2940
- export declare const CreateArchiveRuleRequestFilterSensitiveLog: (obj: CreateArchiveRuleRequest) => any;
2941
- /**
2942
- * @internal
2943
- */
2944
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
2945
- /**
2946
- * @internal
2947
- */
2948
- export declare const DeleteArchiveRuleRequestFilterSensitiveLog: (obj: DeleteArchiveRuleRequest) => any;
2949
- /**
2950
- * @internal
2951
- */
2952
- export declare const GetArchiveRuleRequestFilterSensitiveLog: (obj: GetArchiveRuleRequest) => any;
2953
- /**
2954
- * @internal
2955
- */
2956
- export declare const ArchiveRuleSummaryFilterSensitiveLog: (obj: ArchiveRuleSummary) => any;
2957
- /**
2958
- * @internal
2959
- */
2960
- export declare const GetArchiveRuleResponseFilterSensitiveLog: (obj: GetArchiveRuleResponse) => any;
2961
- /**
2962
- * @internal
2963
- */
2964
- export declare const ListArchiveRulesRequestFilterSensitiveLog: (obj: ListArchiveRulesRequest) => any;
2965
- /**
2966
- * @internal
2967
- */
2968
- export declare const ListArchiveRulesResponseFilterSensitiveLog: (obj: ListArchiveRulesResponse) => any;
2969
- /**
2970
- * @internal
2971
- */
2972
- export declare const UpdateArchiveRuleRequestFilterSensitiveLog: (obj: UpdateArchiveRuleRequest) => any;
2973
- /**
2974
- * @internal
2975
- */
2976
- export declare const InlineArchiveRuleFilterSensitiveLog: (obj: InlineArchiveRule) => any;
2977
- /**
2978
- * @internal
2979
- */
2980
- export declare const CreateAnalyzerRequestFilterSensitiveLog: (obj: CreateAnalyzerRequest) => any;
2981
- /**
2982
- * @internal
2983
- */
2984
- export declare const CreateAnalyzerResponseFilterSensitiveLog: (obj: CreateAnalyzerResponse) => any;
2985
- /**
2986
- * @internal
2987
- */
2988
- export declare const DeleteAnalyzerRequestFilterSensitiveLog: (obj: DeleteAnalyzerRequest) => any;
2989
- /**
2990
- * @internal
2991
- */
2992
- export declare const GetAnalyzerRequestFilterSensitiveLog: (obj: GetAnalyzerRequest) => any;
2993
- /**
2994
- * @internal
2995
- */
2996
- export declare const StatusReasonFilterSensitiveLog: (obj: StatusReason) => any;
2997
- /**
2998
- * @internal
2999
- */
3000
- export declare const AnalyzerSummaryFilterSensitiveLog: (obj: AnalyzerSummary) => any;
3001
- /**
3002
- * @internal
3003
- */
3004
- export declare const GetAnalyzerResponseFilterSensitiveLog: (obj: GetAnalyzerResponse) => any;
3005
- /**
3006
- * @internal
3007
- */
3008
- export declare const ListAnalyzersRequestFilterSensitiveLog: (obj: ListAnalyzersRequest) => any;
3009
- /**
3010
- * @internal
3011
- */
3012
- export declare const ListAnalyzersResponseFilterSensitiveLog: (obj: ListAnalyzersResponse) => any;
3013
- /**
3014
- * @internal
3015
- */
3016
- export declare const ApplyArchiveRuleRequestFilterSensitiveLog: (obj: ApplyArchiveRuleRequest) => any;
3017
- /**
3018
- * @internal
3019
- */
3020
- export declare const CancelPolicyGenerationRequestFilterSensitiveLog: (obj: CancelPolicyGenerationRequest) => any;
3021
- /**
3022
- * @internal
3023
- */
3024
- export declare const CancelPolicyGenerationResponseFilterSensitiveLog: (obj: CancelPolicyGenerationResponse) => any;
3025
- /**
3026
- * @internal
3027
- */
3028
- export declare const EbsSnapshotConfigurationFilterSensitiveLog: (obj: EbsSnapshotConfiguration) => any;
3029
- /**
3030
- * @internal
3031
- */
3032
- export declare const EcrRepositoryConfigurationFilterSensitiveLog: (obj: EcrRepositoryConfiguration) => any;
3033
- /**
3034
- * @internal
3035
- */
3036
- export declare const EfsFileSystemConfigurationFilterSensitiveLog: (obj: EfsFileSystemConfiguration) => any;
3037
- /**
3038
- * @internal
3039
- */
3040
- export declare const IamRoleConfigurationFilterSensitiveLog: (obj: IamRoleConfiguration) => any;
3041
- /**
3042
- * @internal
3043
- */
3044
- export declare const KmsGrantConstraintsFilterSensitiveLog: (obj: KmsGrantConstraints) => any;
3045
- /**
3046
- * @internal
3047
- */
3048
- export declare const KmsGrantConfigurationFilterSensitiveLog: (obj: KmsGrantConfiguration) => any;
3049
- /**
3050
- * @internal
3051
- */
3052
- export declare const KmsKeyConfigurationFilterSensitiveLog: (obj: KmsKeyConfiguration) => any;
3053
- /**
3054
- * @internal
3055
- */
3056
- export declare const RdsDbClusterSnapshotAttributeValueFilterSensitiveLog: (obj: RdsDbClusterSnapshotAttributeValue) => any;
3057
- /**
3058
- * @internal
3059
- */
3060
- export declare const RdsDbClusterSnapshotConfigurationFilterSensitiveLog: (obj: RdsDbClusterSnapshotConfiguration) => any;
3061
- /**
3062
- * @internal
3063
- */
3064
- export declare const RdsDbSnapshotAttributeValueFilterSensitiveLog: (obj: RdsDbSnapshotAttributeValue) => any;
3065
- /**
3066
- * @internal
3067
- */
3068
- export declare const RdsDbSnapshotConfigurationFilterSensitiveLog: (obj: RdsDbSnapshotConfiguration) => any;
3069
- /**
3070
- * @internal
3071
- */
3072
- export declare const InternetConfigurationFilterSensitiveLog: (obj: InternetConfiguration) => any;
3073
- /**
3074
- * @internal
3075
- */
3076
- export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
3077
- /**
3078
- * @internal
3079
- */
3080
- export declare const NetworkOriginConfigurationFilterSensitiveLog: (obj: NetworkOriginConfiguration) => any;
3081
- /**
3082
- * @internal
3083
- */
3084
- export declare const S3PublicAccessBlockConfigurationFilterSensitiveLog: (obj: S3PublicAccessBlockConfiguration) => any;
3085
- /**
3086
- * @internal
3087
- */
3088
- export declare const S3AccessPointConfigurationFilterSensitiveLog: (obj: S3AccessPointConfiguration) => any;
3089
- /**
3090
- * @internal
3091
- */
3092
- export declare const AclGranteeFilterSensitiveLog: (obj: AclGrantee) => any;
3093
- /**
3094
- * @internal
3095
- */
3096
- export declare const S3BucketAclGrantConfigurationFilterSensitiveLog: (obj: S3BucketAclGrantConfiguration) => any;
3097
- /**
3098
- * @internal
3099
- */
3100
- export declare const S3BucketConfigurationFilterSensitiveLog: (obj: S3BucketConfiguration) => any;
3101
- /**
3102
- * @internal
3103
- */
3104
- export declare const SecretsManagerSecretConfigurationFilterSensitiveLog: (obj: SecretsManagerSecretConfiguration) => any;
3105
- /**
3106
- * @internal
3107
- */
3108
- export declare const SnsTopicConfigurationFilterSensitiveLog: (obj: SnsTopicConfiguration) => any;
3109
- /**
3110
- * @internal
3111
- */
3112
- export declare const SqsQueueConfigurationFilterSensitiveLog: (obj: SqsQueueConfiguration) => any;
3113
- /**
3114
- * @internal
3115
- */
3116
- export declare const ConfigurationFilterSensitiveLog: (obj: Configuration) => any;
3117
- /**
3118
- * @internal
3119
- */
3120
- export declare const CreateAccessPreviewRequestFilterSensitiveLog: (obj: CreateAccessPreviewRequest) => any;
3121
- /**
3122
- * @internal
3123
- */
3124
- export declare const CreateAccessPreviewResponseFilterSensitiveLog: (obj: CreateAccessPreviewResponse) => any;
3125
- /**
3126
- * @internal
3127
- */
3128
- export declare const GetAccessPreviewRequestFilterSensitiveLog: (obj: GetAccessPreviewRequest) => any;
3129
- /**
3130
- * @internal
3131
- */
3132
- export declare const AccessPreviewStatusReasonFilterSensitiveLog: (obj: AccessPreviewStatusReason) => any;
3133
- /**
3134
- * @internal
3135
- */
3136
- export declare const AccessPreviewFilterSensitiveLog: (obj: AccessPreview) => any;
3137
- /**
3138
- * @internal
3139
- */
3140
- export declare const GetAccessPreviewResponseFilterSensitiveLog: (obj: GetAccessPreviewResponse) => any;
3141
- /**
3142
- * @internal
3143
- */
3144
- export declare const GetAnalyzedResourceRequestFilterSensitiveLog: (obj: GetAnalyzedResourceRequest) => any;
3145
- /**
3146
- * @internal
3147
- */
3148
- export declare const AnalyzedResourceFilterSensitiveLog: (obj: AnalyzedResource) => any;
3149
- /**
3150
- * @internal
3151
- */
3152
- export declare const GetAnalyzedResourceResponseFilterSensitiveLog: (obj: GetAnalyzedResourceResponse) => any;
3153
- /**
3154
- * @internal
3155
- */
3156
- export declare const GetFindingRequestFilterSensitiveLog: (obj: GetFindingRequest) => any;
3157
- /**
3158
- * @internal
3159
- */
3160
- export declare const FindingSourceDetailFilterSensitiveLog: (obj: FindingSourceDetail) => any;
3161
- /**
3162
- * @internal
3163
- */
3164
- export declare const FindingSourceFilterSensitiveLog: (obj: FindingSource) => any;
3165
- /**
3166
- * @internal
3167
- */
3168
- export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
3169
- /**
3170
- * @internal
3171
- */
3172
- export declare const GetFindingResponseFilterSensitiveLog: (obj: GetFindingResponse) => any;
3173
- /**
3174
- * @internal
3175
- */
3176
- export declare const GetGeneratedPolicyRequestFilterSensitiveLog: (obj: GetGeneratedPolicyRequest) => any;
3177
- /**
3178
- * @internal
3179
- */
3180
- export declare const GeneratedPolicyFilterSensitiveLog: (obj: GeneratedPolicy) => any;
3181
- /**
3182
- * @internal
3183
- */
3184
- export declare const TrailPropertiesFilterSensitiveLog: (obj: TrailProperties) => any;
3185
- /**
3186
- * @internal
3187
- */
3188
- export declare const CloudTrailPropertiesFilterSensitiveLog: (obj: CloudTrailProperties) => any;
3189
- /**
3190
- * @internal
3191
- */
3192
- export declare const GeneratedPolicyPropertiesFilterSensitiveLog: (obj: GeneratedPolicyProperties) => any;
3193
- /**
3194
- * @internal
3195
- */
3196
- export declare const GeneratedPolicyResultFilterSensitiveLog: (obj: GeneratedPolicyResult) => any;
3197
- /**
3198
- * @internal
3199
- */
3200
- export declare const JobErrorFilterSensitiveLog: (obj: JobError) => any;
3201
- /**
3202
- * @internal
3203
- */
3204
- export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
3205
- /**
3206
- * @internal
3207
- */
3208
- export declare const GetGeneratedPolicyResponseFilterSensitiveLog: (obj: GetGeneratedPolicyResponse) => any;
3209
- /**
3210
- * @internal
3211
- */
3212
- export declare const ListAccessPreviewFindingsRequestFilterSensitiveLog: (obj: ListAccessPreviewFindingsRequest) => any;
3213
- /**
3214
- * @internal
3215
- */
3216
- export declare const AccessPreviewFindingFilterSensitiveLog: (obj: AccessPreviewFinding) => any;
3217
- /**
3218
- * @internal
3219
- */
3220
- export declare const ListAccessPreviewFindingsResponseFilterSensitiveLog: (obj: ListAccessPreviewFindingsResponse) => any;
3221
- /**
3222
- * @internal
3223
- */
3224
- export declare const ListAccessPreviewsRequestFilterSensitiveLog: (obj: ListAccessPreviewsRequest) => any;
3225
- /**
3226
- * @internal
3227
- */
3228
- export declare const AccessPreviewSummaryFilterSensitiveLog: (obj: AccessPreviewSummary) => any;
3229
- /**
3230
- * @internal
3231
- */
3232
- export declare const ListAccessPreviewsResponseFilterSensitiveLog: (obj: ListAccessPreviewsResponse) => any;
3233
- /**
3234
- * @internal
3235
- */
3236
- export declare const ListAnalyzedResourcesRequestFilterSensitiveLog: (obj: ListAnalyzedResourcesRequest) => any;
3237
- /**
3238
- * @internal
3239
- */
3240
- export declare const AnalyzedResourceSummaryFilterSensitiveLog: (obj: AnalyzedResourceSummary) => any;
3241
- /**
3242
- * @internal
3243
- */
3244
- export declare const ListAnalyzedResourcesResponseFilterSensitiveLog: (obj: ListAnalyzedResourcesResponse) => any;
3245
- /**
3246
- * @internal
3247
- */
3248
- export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
3249
- /**
3250
- * @internal
3251
- */
3252
- export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
3253
- /**
3254
- * @internal
3255
- */
3256
- export declare const FindingSummaryFilterSensitiveLog: (obj: FindingSummary) => any;
3257
- /**
3258
- * @internal
3259
- */
3260
- export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
3261
- /**
3262
- * @internal
3263
- */
3264
- export declare const ListPolicyGenerationsRequestFilterSensitiveLog: (obj: ListPolicyGenerationsRequest) => any;
3265
- /**
3266
- * @internal
3267
- */
3268
- export declare const PolicyGenerationFilterSensitiveLog: (obj: PolicyGeneration) => any;
3269
- /**
3270
- * @internal
3271
- */
3272
- export declare const ListPolicyGenerationsResponseFilterSensitiveLog: (obj: ListPolicyGenerationsResponse) => any;
3273
- /**
3274
- * @internal
3275
- */
3276
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3277
- /**
3278
- * @internal
3279
- */
3280
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3281
- /**
3282
- * @internal
3283
- */
3284
- export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
3285
- /**
3286
- * @internal
3287
- */
3288
- export declare const CloudTrailDetailsFilterSensitiveLog: (obj: CloudTrailDetails) => any;
3289
- /**
3290
- * @internal
3291
- */
3292
- export declare const PolicyGenerationDetailsFilterSensitiveLog: (obj: PolicyGenerationDetails) => any;
3293
- /**
3294
- * @internal
3295
- */
3296
- export declare const StartPolicyGenerationRequestFilterSensitiveLog: (obj: StartPolicyGenerationRequest) => any;
3297
- /**
3298
- * @internal
3299
- */
3300
- export declare const StartPolicyGenerationResponseFilterSensitiveLog: (obj: StartPolicyGenerationResponse) => any;
3301
- /**
3302
- * @internal
3303
- */
3304
- export declare const StartResourceScanRequestFilterSensitiveLog: (obj: StartResourceScanRequest) => any;
3305
- /**
3306
- * @internal
3307
- */
3308
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3309
- /**
3310
- * @internal
3311
- */
3312
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3313
- /**
3314
- * @internal
3315
- */
3316
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3317
- /**
3318
- * @internal
3319
- */
3320
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3321
- /**
3322
- * @internal
3323
- */
3324
- export declare const UpdateFindingsRequestFilterSensitiveLog: (obj: UpdateFindingsRequest) => any;
3325
- /**
3326
- * @internal
3327
- */
3328
- export declare const ValidatePolicyRequestFilterSensitiveLog: (obj: ValidatePolicyRequest) => any;
3329
- /**
3330
- * @internal
3331
- */
3332
- export declare const SubstringFilterSensitiveLog: (obj: Substring) => any;
3333
- /**
3334
- * @internal
3335
- */
3336
- export declare const PathElementFilterSensitiveLog: (obj: PathElement) => any;
3337
- /**
3338
- * @internal
3339
- */
3340
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
3341
- /**
3342
- * @internal
3343
- */
3344
- export declare const SpanFilterSensitiveLog: (obj: Span) => any;
3345
- /**
3346
- * @internal
3347
- */
3348
- export declare const LocationFilterSensitiveLog: (obj: Location) => any;
3349
- /**
3350
- * @internal
3351
- */
3352
- export declare const ValidatePolicyFindingFilterSensitiveLog: (obj: ValidatePolicyFinding) => any;
3353
- /**
3354
- * @internal
3355
- */
3356
- export declare const ValidatePolicyResponseFilterSensitiveLog: (obj: ValidatePolicyResponse) => any;