@aws-sdk/client-inspector2 3.297.0 → 3.299.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 (69) hide show
  1. package/dist-cjs/commands/AssociateMemberCommand.js +2 -3
  2. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -3
  3. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -3
  4. package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -3
  5. package/dist-cjs/commands/CreateFilterCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteFilterCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DisableCommand.js +2 -3
  10. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -3
  11. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -3
  12. package/dist-cjs/commands/EnableCommand.js +2 -3
  13. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -3
  14. package/dist-cjs/commands/GetConfigurationCommand.js +2 -3
  15. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -3
  16. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -3
  17. package/dist-cjs/commands/GetMemberCommand.js +2 -3
  18. package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -3
  19. package/dist-cjs/commands/ListCoverageCommand.js +2 -3
  20. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -3
  21. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -3
  22. package/dist-cjs/commands/ListFiltersCommand.js +2 -3
  23. package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -3
  24. package/dist-cjs/commands/ListFindingsCommand.js +2 -3
  25. package/dist-cjs/commands/ListMembersCommand.js +2 -3
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  27. package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateFilterCommand.js +2 -3
  32. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -3
  33. package/dist-cjs/models/models_0.js +1 -656
  34. package/dist-es/commands/AssociateMemberCommand.js +2 -3
  35. package/dist-es/commands/BatchGetAccountStatusCommand.js +2 -3
  36. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +2 -3
  37. package/dist-es/commands/CancelFindingsReportCommand.js +2 -3
  38. package/dist-es/commands/CreateFilterCommand.js +2 -3
  39. package/dist-es/commands/CreateFindingsReportCommand.js +2 -3
  40. package/dist-es/commands/DeleteFilterCommand.js +2 -3
  41. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -3
  42. package/dist-es/commands/DisableCommand.js +2 -3
  43. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +2 -3
  44. package/dist-es/commands/DisassociateMemberCommand.js +2 -3
  45. package/dist-es/commands/EnableCommand.js +2 -3
  46. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +2 -3
  47. package/dist-es/commands/GetConfigurationCommand.js +2 -3
  48. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +2 -3
  49. package/dist-es/commands/GetFindingsReportStatusCommand.js +2 -3
  50. package/dist-es/commands/GetMemberCommand.js +2 -3
  51. package/dist-es/commands/ListAccountPermissionsCommand.js +2 -3
  52. package/dist-es/commands/ListCoverageCommand.js +2 -3
  53. package/dist-es/commands/ListCoverageStatisticsCommand.js +2 -3
  54. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +2 -3
  55. package/dist-es/commands/ListFiltersCommand.js +2 -3
  56. package/dist-es/commands/ListFindingAggregationsCommand.js +2 -3
  57. package/dist-es/commands/ListFindingsCommand.js +2 -3
  58. package/dist-es/commands/ListMembersCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/ListUsageTotalsCommand.js +2 -3
  61. package/dist-es/commands/TagResourceCommand.js +2 -3
  62. package/dist-es/commands/UntagResourceCommand.js +2 -3
  63. package/dist-es/commands/UpdateConfigurationCommand.js +2 -3
  64. package/dist-es/commands/UpdateFilterCommand.js +2 -3
  65. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -3
  66. package/dist-es/models/models_0.js +0 -502
  67. package/dist-types/models/models_0.d.ts +0 -600
  68. package/dist-types/ts3.4/models/models_0.d.ts +0 -400
  69. package/package.json +11 -10
@@ -4004,603 +4004,3 @@ export interface UpdateOrganizationConfigurationResponse {
4004
4004
  */
4005
4005
  autoEnable: AutoEnable | undefined;
4006
4006
  }
4007
- /**
4008
- * @internal
4009
- */
4010
- export declare const ResourceStatusFilterSensitiveLog: (obj: ResourceStatus) => any;
4011
- /**
4012
- * @internal
4013
- */
4014
- export declare const AccountFilterSensitiveLog: (obj: Account) => any;
4015
- /**
4016
- * @internal
4017
- */
4018
- export declare const AccountAggregationFilterSensitiveLog: (obj: AccountAggregation) => any;
4019
- /**
4020
- * @internal
4021
- */
4022
- export declare const SeverityCountsFilterSensitiveLog: (obj: SeverityCounts) => any;
4023
- /**
4024
- * @internal
4025
- */
4026
- export declare const AccountAggregationResponseFilterSensitiveLog: (obj: AccountAggregationResponse) => any;
4027
- /**
4028
- * @internal
4029
- */
4030
- export declare const StateFilterSensitiveLog: (obj: State) => any;
4031
- /**
4032
- * @internal
4033
- */
4034
- export declare const ResourceStateFilterSensitiveLog: (obj: ResourceState) => any;
4035
- /**
4036
- * @internal
4037
- */
4038
- export declare const AccountStateFilterSensitiveLog: (obj: AccountState) => any;
4039
- /**
4040
- * @internal
4041
- */
4042
- export declare const StringFilterFilterSensitiveLog: (obj: StringFilter) => any;
4043
- /**
4044
- * @internal
4045
- */
4046
- export declare const AmiAggregationFilterSensitiveLog: (obj: AmiAggregation) => any;
4047
- /**
4048
- * @internal
4049
- */
4050
- export declare const AwsEcrContainerAggregationFilterSensitiveLog: (obj: AwsEcrContainerAggregation) => any;
4051
- /**
4052
- * @internal
4053
- */
4054
- export declare const MapFilterFilterSensitiveLog: (obj: MapFilter) => any;
4055
- /**
4056
- * @internal
4057
- */
4058
- export declare const Ec2InstanceAggregationFilterSensitiveLog: (obj: Ec2InstanceAggregation) => any;
4059
- /**
4060
- * @internal
4061
- */
4062
- export declare const FindingTypeAggregationFilterSensitiveLog: (obj: FindingTypeAggregation) => any;
4063
- /**
4064
- * @internal
4065
- */
4066
- export declare const ImageLayerAggregationFilterSensitiveLog: (obj: ImageLayerAggregation) => any;
4067
- /**
4068
- * @internal
4069
- */
4070
- export declare const LambdaFunctionAggregationFilterSensitiveLog: (obj: LambdaFunctionAggregation) => any;
4071
- /**
4072
- * @internal
4073
- */
4074
- export declare const LambdaLayerAggregationFilterSensitiveLog: (obj: LambdaLayerAggregation) => any;
4075
- /**
4076
- * @internal
4077
- */
4078
- export declare const PackageAggregationFilterSensitiveLog: (obj: PackageAggregation) => any;
4079
- /**
4080
- * @internal
4081
- */
4082
- export declare const RepositoryAggregationFilterSensitiveLog: (obj: RepositoryAggregation) => any;
4083
- /**
4084
- * @internal
4085
- */
4086
- export declare const TitleAggregationFilterSensitiveLog: (obj: TitleAggregation) => any;
4087
- /**
4088
- * @internal
4089
- */
4090
- export declare const AggregationRequestFilterSensitiveLog: (obj: AggregationRequest) => any;
4091
- /**
4092
- * @internal
4093
- */
4094
- export declare const AmiAggregationResponseFilterSensitiveLog: (obj: AmiAggregationResponse) => any;
4095
- /**
4096
- * @internal
4097
- */
4098
- export declare const AwsEcrContainerAggregationResponseFilterSensitiveLog: (obj: AwsEcrContainerAggregationResponse) => any;
4099
- /**
4100
- * @internal
4101
- */
4102
- export declare const Ec2InstanceAggregationResponseFilterSensitiveLog: (obj: Ec2InstanceAggregationResponse) => any;
4103
- /**
4104
- * @internal
4105
- */
4106
- export declare const FindingTypeAggregationResponseFilterSensitiveLog: (obj: FindingTypeAggregationResponse) => any;
4107
- /**
4108
- * @internal
4109
- */
4110
- export declare const ImageLayerAggregationResponseFilterSensitiveLog: (obj: ImageLayerAggregationResponse) => any;
4111
- /**
4112
- * @internal
4113
- */
4114
- export declare const LambdaFunctionAggregationResponseFilterSensitiveLog: (obj: LambdaFunctionAggregationResponse) => any;
4115
- /**
4116
- * @internal
4117
- */
4118
- export declare const LambdaLayerAggregationResponseFilterSensitiveLog: (obj: LambdaLayerAggregationResponse) => any;
4119
- /**
4120
- * @internal
4121
- */
4122
- export declare const PackageAggregationResponseFilterSensitiveLog: (obj: PackageAggregationResponse) => any;
4123
- /**
4124
- * @internal
4125
- */
4126
- export declare const RepositoryAggregationResponseFilterSensitiveLog: (obj: RepositoryAggregationResponse) => any;
4127
- /**
4128
- * @internal
4129
- */
4130
- export declare const TitleAggregationResponseFilterSensitiveLog: (obj: TitleAggregationResponse) => any;
4131
- /**
4132
- * @internal
4133
- */
4134
- export declare const AggregationResponseFilterSensitiveLog: (obj: AggregationResponse) => any;
4135
- /**
4136
- * @internal
4137
- */
4138
- export declare const AssociateMemberRequestFilterSensitiveLog: (obj: AssociateMemberRequest) => any;
4139
- /**
4140
- * @internal
4141
- */
4142
- export declare const AssociateMemberResponseFilterSensitiveLog: (obj: AssociateMemberResponse) => any;
4143
- /**
4144
- * @internal
4145
- */
4146
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
4147
- /**
4148
- * @internal
4149
- */
4150
- export declare const AutoEnableFilterSensitiveLog: (obj: AutoEnable) => any;
4151
- /**
4152
- * @internal
4153
- */
4154
- export declare const AwsEc2InstanceDetailsFilterSensitiveLog: (obj: AwsEc2InstanceDetails) => any;
4155
- /**
4156
- * @internal
4157
- */
4158
- export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
4159
- /**
4160
- * @internal
4161
- */
4162
- export declare const LambdaVpcConfigFilterSensitiveLog: (obj: LambdaVpcConfig) => any;
4163
- /**
4164
- * @internal
4165
- */
4166
- export declare const AwsLambdaFunctionDetailsFilterSensitiveLog: (obj: AwsLambdaFunctionDetails) => any;
4167
- /**
4168
- * @internal
4169
- */
4170
- export declare const BatchGetAccountStatusRequestFilterSensitiveLog: (obj: BatchGetAccountStatusRequest) => any;
4171
- /**
4172
- * @internal
4173
- */
4174
- export declare const FailedAccountFilterSensitiveLog: (obj: FailedAccount) => any;
4175
- /**
4176
- * @internal
4177
- */
4178
- export declare const BatchGetAccountStatusResponseFilterSensitiveLog: (obj: BatchGetAccountStatusResponse) => any;
4179
- /**
4180
- * @internal
4181
- */
4182
- export declare const BatchGetFreeTrialInfoRequestFilterSensitiveLog: (obj: BatchGetFreeTrialInfoRequest) => any;
4183
- /**
4184
- * @internal
4185
- */
4186
- export declare const FreeTrialInfoFilterSensitiveLog: (obj: FreeTrialInfo) => any;
4187
- /**
4188
- * @internal
4189
- */
4190
- export declare const FreeTrialAccountInfoFilterSensitiveLog: (obj: FreeTrialAccountInfo) => any;
4191
- /**
4192
- * @internal
4193
- */
4194
- export declare const FreeTrialInfoErrorFilterSensitiveLog: (obj: FreeTrialInfoError) => any;
4195
- /**
4196
- * @internal
4197
- */
4198
- export declare const BatchGetFreeTrialInfoResponseFilterSensitiveLog: (obj: BatchGetFreeTrialInfoResponse) => any;
4199
- /**
4200
- * @internal
4201
- */
4202
- export declare const CancelFindingsReportRequestFilterSensitiveLog: (obj: CancelFindingsReportRequest) => any;
4203
- /**
4204
- * @internal
4205
- */
4206
- export declare const CancelFindingsReportResponseFilterSensitiveLog: (obj: CancelFindingsReportResponse) => any;
4207
- /**
4208
- * @internal
4209
- */
4210
- export declare const CountsFilterSensitiveLog: (obj: Counts) => any;
4211
- /**
4212
- * @internal
4213
- */
4214
- export declare const CoverageStringFilterFilterSensitiveLog: (obj: CoverageStringFilter) => any;
4215
- /**
4216
- * @internal
4217
- */
4218
- export declare const CoverageMapFilterFilterSensitiveLog: (obj: CoverageMapFilter) => any;
4219
- /**
4220
- * @internal
4221
- */
4222
- export declare const CoverageFilterCriteriaFilterSensitiveLog: (obj: CoverageFilterCriteria) => any;
4223
- /**
4224
- * @internal
4225
- */
4226
- export declare const Ec2MetadataFilterSensitiveLog: (obj: Ec2Metadata) => any;
4227
- /**
4228
- * @internal
4229
- */
4230
- export declare const EcrContainerImageMetadataFilterSensitiveLog: (obj: EcrContainerImageMetadata) => any;
4231
- /**
4232
- * @internal
4233
- */
4234
- export declare const EcrRepositoryMetadataFilterSensitiveLog: (obj: EcrRepositoryMetadata) => any;
4235
- /**
4236
- * @internal
4237
- */
4238
- export declare const LambdaFunctionMetadataFilterSensitiveLog: (obj: LambdaFunctionMetadata) => any;
4239
- /**
4240
- * @internal
4241
- */
4242
- export declare const ResourceScanMetadataFilterSensitiveLog: (obj: ResourceScanMetadata) => any;
4243
- /**
4244
- * @internal
4245
- */
4246
- export declare const ScanStatusFilterSensitiveLog: (obj: ScanStatus) => any;
4247
- /**
4248
- * @internal
4249
- */
4250
- export declare const CoveredResourceFilterSensitiveLog: (obj: CoveredResource) => any;
4251
- /**
4252
- * @internal
4253
- */
4254
- export declare const DateFilterFilterSensitiveLog: (obj: DateFilter) => any;
4255
- /**
4256
- * @internal
4257
- */
4258
- export declare const NumberFilterFilterSensitiveLog: (obj: NumberFilter) => any;
4259
- /**
4260
- * @internal
4261
- */
4262
- export declare const PortRangeFilterFilterSensitiveLog: (obj: PortRangeFilter) => any;
4263
- /**
4264
- * @internal
4265
- */
4266
- export declare const PackageFilterFilterSensitiveLog: (obj: PackageFilter) => any;
4267
- /**
4268
- * @internal
4269
- */
4270
- export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
4271
- /**
4272
- * @internal
4273
- */
4274
- export declare const CreateFilterRequestFilterSensitiveLog: (obj: CreateFilterRequest) => any;
4275
- /**
4276
- * @internal
4277
- */
4278
- export declare const CreateFilterResponseFilterSensitiveLog: (obj: CreateFilterResponse) => any;
4279
- /**
4280
- * @internal
4281
- */
4282
- export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
4283
- /**
4284
- * @internal
4285
- */
4286
- export declare const CreateFindingsReportRequestFilterSensitiveLog: (obj: CreateFindingsReportRequest) => any;
4287
- /**
4288
- * @internal
4289
- */
4290
- export declare const CreateFindingsReportResponseFilterSensitiveLog: (obj: CreateFindingsReportResponse) => any;
4291
- /**
4292
- * @internal
4293
- */
4294
- export declare const CvssScoreFilterSensitiveLog: (obj: CvssScore) => any;
4295
- /**
4296
- * @internal
4297
- */
4298
- export declare const CvssScoreAdjustmentFilterSensitiveLog: (obj: CvssScoreAdjustment) => any;
4299
- /**
4300
- * @internal
4301
- */
4302
- export declare const CvssScoreDetailsFilterSensitiveLog: (obj: CvssScoreDetails) => any;
4303
- /**
4304
- * @internal
4305
- */
4306
- export declare const DelegatedAdminFilterSensitiveLog: (obj: DelegatedAdmin) => any;
4307
- /**
4308
- * @internal
4309
- */
4310
- export declare const DelegatedAdminAccountFilterSensitiveLog: (obj: DelegatedAdminAccount) => any;
4311
- /**
4312
- * @internal
4313
- */
4314
- export declare const DeleteFilterRequestFilterSensitiveLog: (obj: DeleteFilterRequest) => any;
4315
- /**
4316
- * @internal
4317
- */
4318
- export declare const DeleteFilterResponseFilterSensitiveLog: (obj: DeleteFilterResponse) => any;
4319
- /**
4320
- * @internal
4321
- */
4322
- export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
4323
- /**
4324
- * @internal
4325
- */
4326
- export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
4327
- /**
4328
- * @internal
4329
- */
4330
- export declare const DisableRequestFilterSensitiveLog: (obj: DisableRequest) => any;
4331
- /**
4332
- * @internal
4333
- */
4334
- export declare const DisableResponseFilterSensitiveLog: (obj: DisableResponse) => any;
4335
- /**
4336
- * @internal
4337
- */
4338
- export declare const DisableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: DisableDelegatedAdminAccountRequest) => any;
4339
- /**
4340
- * @internal
4341
- */
4342
- export declare const DisableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: DisableDelegatedAdminAccountResponse) => any;
4343
- /**
4344
- * @internal
4345
- */
4346
- export declare const DisassociateMemberRequestFilterSensitiveLog: (obj: DisassociateMemberRequest) => any;
4347
- /**
4348
- * @internal
4349
- */
4350
- export declare const DisassociateMemberResponseFilterSensitiveLog: (obj: DisassociateMemberResponse) => any;
4351
- /**
4352
- * @internal
4353
- */
4354
- export declare const EcrConfigurationFilterSensitiveLog: (obj: EcrConfiguration) => any;
4355
- /**
4356
- * @internal
4357
- */
4358
- export declare const EcrRescanDurationStateFilterSensitiveLog: (obj: EcrRescanDurationState) => any;
4359
- /**
4360
- * @internal
4361
- */
4362
- export declare const EcrConfigurationStateFilterSensitiveLog: (obj: EcrConfigurationState) => any;
4363
- /**
4364
- * @internal
4365
- */
4366
- export declare const EnableRequestFilterSensitiveLog: (obj: EnableRequest) => any;
4367
- /**
4368
- * @internal
4369
- */
4370
- export declare const EnableResponseFilterSensitiveLog: (obj: EnableResponse) => any;
4371
- /**
4372
- * @internal
4373
- */
4374
- export declare const EnableDelegatedAdminAccountRequestFilterSensitiveLog: (obj: EnableDelegatedAdminAccountRequest) => any;
4375
- /**
4376
- * @internal
4377
- */
4378
- export declare const EnableDelegatedAdminAccountResponseFilterSensitiveLog: (obj: EnableDelegatedAdminAccountResponse) => any;
4379
- /**
4380
- * @internal
4381
- */
4382
- export declare const ExploitabilityDetailsFilterSensitiveLog: (obj: ExploitabilityDetails) => any;
4383
- /**
4384
- * @internal
4385
- */
4386
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
4387
- /**
4388
- * @internal
4389
- */
4390
- export declare const InspectorScoreDetailsFilterSensitiveLog: (obj: InspectorScoreDetails) => any;
4391
- /**
4392
- * @internal
4393
- */
4394
- export declare const StepFilterSensitiveLog: (obj: Step) => any;
4395
- /**
4396
- * @internal
4397
- */
4398
- export declare const NetworkPathFilterSensitiveLog: (obj: NetworkPath) => any;
4399
- /**
4400
- * @internal
4401
- */
4402
- export declare const PortRangeFilterSensitiveLog: (obj: PortRange) => any;
4403
- /**
4404
- * @internal
4405
- */
4406
- export declare const NetworkReachabilityDetailsFilterSensitiveLog: (obj: NetworkReachabilityDetails) => any;
4407
- /**
4408
- * @internal
4409
- */
4410
- export declare const VulnerablePackageFilterSensitiveLog: (obj: VulnerablePackage) => any;
4411
- /**
4412
- * @internal
4413
- */
4414
- export declare const PackageVulnerabilityDetailsFilterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
4415
- /**
4416
- * @internal
4417
- */
4418
- export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
4419
- /**
4420
- * @internal
4421
- */
4422
- export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
4423
- /**
4424
- * @internal
4425
- */
4426
- export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
4427
- /**
4428
- * @internal
4429
- */
4430
- export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
4431
- /**
4432
- * @internal
4433
- */
4434
- export declare const FindingFilterSensitiveLog: (obj: Finding) => any;
4435
- /**
4436
- * @internal
4437
- */
4438
- export declare const GetConfigurationRequestFilterSensitiveLog: (obj: GetConfigurationRequest) => any;
4439
- /**
4440
- * @internal
4441
- */
4442
- export declare const GetConfigurationResponseFilterSensitiveLog: (obj: GetConfigurationResponse) => any;
4443
- /**
4444
- * @internal
4445
- */
4446
- export declare const GetDelegatedAdminAccountRequestFilterSensitiveLog: (obj: GetDelegatedAdminAccountRequest) => any;
4447
- /**
4448
- * @internal
4449
- */
4450
- export declare const GetDelegatedAdminAccountResponseFilterSensitiveLog: (obj: GetDelegatedAdminAccountResponse) => any;
4451
- /**
4452
- * @internal
4453
- */
4454
- export declare const GetFindingsReportStatusRequestFilterSensitiveLog: (obj: GetFindingsReportStatusRequest) => any;
4455
- /**
4456
- * @internal
4457
- */
4458
- export declare const GetFindingsReportStatusResponseFilterSensitiveLog: (obj: GetFindingsReportStatusResponse) => any;
4459
- /**
4460
- * @internal
4461
- */
4462
- export declare const GetMemberRequestFilterSensitiveLog: (obj: GetMemberRequest) => any;
4463
- /**
4464
- * @internal
4465
- */
4466
- export declare const MemberFilterSensitiveLog: (obj: Member) => any;
4467
- /**
4468
- * @internal
4469
- */
4470
- export declare const GetMemberResponseFilterSensitiveLog: (obj: GetMemberResponse) => any;
4471
- /**
4472
- * @internal
4473
- */
4474
- export declare const ListAccountPermissionsRequestFilterSensitiveLog: (obj: ListAccountPermissionsRequest) => any;
4475
- /**
4476
- * @internal
4477
- */
4478
- export declare const PermissionFilterSensitiveLog: (obj: Permission) => any;
4479
- /**
4480
- * @internal
4481
- */
4482
- export declare const ListAccountPermissionsResponseFilterSensitiveLog: (obj: ListAccountPermissionsResponse) => any;
4483
- /**
4484
- * @internal
4485
- */
4486
- export declare const ListCoverageRequestFilterSensitiveLog: (obj: ListCoverageRequest) => any;
4487
- /**
4488
- * @internal
4489
- */
4490
- export declare const ListCoverageResponseFilterSensitiveLog: (obj: ListCoverageResponse) => any;
4491
- /**
4492
- * @internal
4493
- */
4494
- export declare const ListCoverageStatisticsRequestFilterSensitiveLog: (obj: ListCoverageStatisticsRequest) => any;
4495
- /**
4496
- * @internal
4497
- */
4498
- export declare const ListCoverageStatisticsResponseFilterSensitiveLog: (obj: ListCoverageStatisticsResponse) => any;
4499
- /**
4500
- * @internal
4501
- */
4502
- export declare const ListDelegatedAdminAccountsRequestFilterSensitiveLog: (obj: ListDelegatedAdminAccountsRequest) => any;
4503
- /**
4504
- * @internal
4505
- */
4506
- export declare const ListDelegatedAdminAccountsResponseFilterSensitiveLog: (obj: ListDelegatedAdminAccountsResponse) => any;
4507
- /**
4508
- * @internal
4509
- */
4510
- export declare const ListFiltersRequestFilterSensitiveLog: (obj: ListFiltersRequest) => any;
4511
- /**
4512
- * @internal
4513
- */
4514
- export declare const ListFiltersResponseFilterSensitiveLog: (obj: ListFiltersResponse) => any;
4515
- /**
4516
- * @internal
4517
- */
4518
- export declare const ListFindingAggregationsRequestFilterSensitiveLog: (obj: ListFindingAggregationsRequest) => any;
4519
- /**
4520
- * @internal
4521
- */
4522
- export declare const ListFindingAggregationsResponseFilterSensitiveLog: (obj: ListFindingAggregationsResponse) => any;
4523
- /**
4524
- * @internal
4525
- */
4526
- export declare const SortCriteriaFilterSensitiveLog: (obj: SortCriteria) => any;
4527
- /**
4528
- * @internal
4529
- */
4530
- export declare const ListFindingsRequestFilterSensitiveLog: (obj: ListFindingsRequest) => any;
4531
- /**
4532
- * @internal
4533
- */
4534
- export declare const ListFindingsResponseFilterSensitiveLog: (obj: ListFindingsResponse) => any;
4535
- /**
4536
- * @internal
4537
- */
4538
- export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
4539
- /**
4540
- * @internal
4541
- */
4542
- export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
4543
- /**
4544
- * @internal
4545
- */
4546
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
4547
- /**
4548
- * @internal
4549
- */
4550
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
4551
- /**
4552
- * @internal
4553
- */
4554
- export declare const ListUsageTotalsRequestFilterSensitiveLog: (obj: ListUsageTotalsRequest) => any;
4555
- /**
4556
- * @internal
4557
- */
4558
- export declare const UsageFilterSensitiveLog: (obj: Usage) => any;
4559
- /**
4560
- * @internal
4561
- */
4562
- export declare const UsageTotalFilterSensitiveLog: (obj: UsageTotal) => any;
4563
- /**
4564
- * @internal
4565
- */
4566
- export declare const ListUsageTotalsResponseFilterSensitiveLog: (obj: ListUsageTotalsResponse) => any;
4567
- /**
4568
- * @internal
4569
- */
4570
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
4571
- /**
4572
- * @internal
4573
- */
4574
- export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
4575
- /**
4576
- * @internal
4577
- */
4578
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
4579
- /**
4580
- * @internal
4581
- */
4582
- export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
4583
- /**
4584
- * @internal
4585
- */
4586
- export declare const UpdateConfigurationRequestFilterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
4587
- /**
4588
- * @internal
4589
- */
4590
- export declare const UpdateConfigurationResponseFilterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
4591
- /**
4592
- * @internal
4593
- */
4594
- export declare const UpdateFilterRequestFilterSensitiveLog: (obj: UpdateFilterRequest) => any;
4595
- /**
4596
- * @internal
4597
- */
4598
- export declare const UpdateFilterResponseFilterSensitiveLog: (obj: UpdateFilterResponse) => any;
4599
- /**
4600
- * @internal
4601
- */
4602
- export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
4603
- /**
4604
- * @internal
4605
- */
4606
- export declare const UpdateOrganizationConfigurationResponseFilterSensitiveLog: (obj: UpdateOrganizationConfigurationResponse) => any;