@aws-sdk/client-securityhub 3.145.0 → 3.155.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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/commands/InviteMembersCommand.js +2 -1
- package/dist-cjs/commands/ListEnabledProductsForImportCommand.js +3 -3
- package/dist-cjs/commands/ListFindingAggregatorsCommand.js +3 -3
- package/dist-cjs/commands/ListInvitationsCommand.js +3 -3
- package/dist-cjs/commands/ListMembersCommand.js +3 -3
- package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/models/models_0.js +53 -53
- package/dist-cjs/models/models_1.js +60 -58
- package/dist-cjs/models/models_2.js +53 -1
- package/dist-cjs/protocols/Aws_restJson1.js +330 -0
- package/dist-es/commands/InviteMembersCommand.js +2 -1
- package/dist-es/commands/ListEnabledProductsForImportCommand.js +1 -1
- package/dist-es/commands/ListFindingAggregatorsCommand.js +1 -1
- package/dist-es/commands/ListInvitationsCommand.js +1 -1
- package/dist-es/commands/ListMembersCommand.js +1 -1
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/models/models_0.js +12 -12
- package/dist-es/models/models_1.js +18 -13
- package/dist-es/models/models_2.js +13 -0
- package/dist-es/protocols/Aws_restJson1.js +259 -3
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1272 -257
- package/dist-types/models/models_1.d.ts +663 -233
- package/dist-types/models/models_2.d.ts +199 -2
- package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListEnabledProductsForImportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingAggregatorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +172 -114
- package/dist-types/ts3.4/models/models_1.d.ts +132 -101
- package/dist-types/ts3.4/models/models_2.d.ts +102 -2
- package/package.json +4 -4
|
@@ -1,6 +1,58 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateStandardsControlResponseFilterSensitiveLog = exports.UpdateStandardsControlRequestFilterSensitiveLog = exports.UpdateSecurityHubConfigurationResponseFilterSensitiveLog = exports.UpdateSecurityHubConfigurationRequestFilterSensitiveLog = exports.UpdateOrganizationConfigurationResponseFilterSensitiveLog = exports.UpdateOrganizationConfigurationRequestFilterSensitiveLog = exports.UpdateInsightResponseFilterSensitiveLog = exports.UpdateInsightRequestFilterSensitiveLog = exports.UpdateFindingsResponseFilterSensitiveLog = exports.UpdateFindingsRequestFilterSensitiveLog = exports.UpdateFindingAggregatorResponseFilterSensitiveLog = exports.UpdateFindingAggregatorRequestFilterSensitiveLog = exports.UpdateActionTargetResponseFilterSensitiveLog = exports.UpdateActionTargetRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = void 0;
|
|
3
|
+
exports.UpdateStandardsControlResponseFilterSensitiveLog = exports.UpdateStandardsControlRequestFilterSensitiveLog = exports.UpdateSecurityHubConfigurationResponseFilterSensitiveLog = exports.UpdateSecurityHubConfigurationRequestFilterSensitiveLog = exports.UpdateOrganizationConfigurationResponseFilterSensitiveLog = exports.UpdateOrganizationConfigurationRequestFilterSensitiveLog = exports.UpdateInsightResponseFilterSensitiveLog = exports.UpdateInsightRequestFilterSensitiveLog = exports.UpdateFindingsResponseFilterSensitiveLog = exports.UpdateFindingsRequestFilterSensitiveLog = exports.UpdateFindingAggregatorResponseFilterSensitiveLog = exports.UpdateFindingAggregatorRequestFilterSensitiveLog = exports.UpdateActionTargetResponseFilterSensitiveLog = exports.UpdateActionTargetRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListOrganizationAdminAccountsResponseFilterSensitiveLog = exports.ListOrganizationAdminAccountsRequestFilterSensitiveLog = exports.ListMembersResponseFilterSensitiveLog = exports.ListMembersRequestFilterSensitiveLog = exports.ListInvitationsResponseFilterSensitiveLog = exports.ListInvitationsRequestFilterSensitiveLog = exports.ListFindingAggregatorsResponseFilterSensitiveLog = exports.ListFindingAggregatorsRequestFilterSensitiveLog = exports.ListEnabledProductsForImportResponseFilterSensitiveLog = exports.ListEnabledProductsForImportRequestFilterSensitiveLog = exports.InviteMembersResponseFilterSensitiveLog = void 0;
|
|
4
|
+
const InviteMembersResponseFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
exports.InviteMembersResponseFilterSensitiveLog = InviteMembersResponseFilterSensitiveLog;
|
|
8
|
+
const ListEnabledProductsForImportRequestFilterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
exports.ListEnabledProductsForImportRequestFilterSensitiveLog = ListEnabledProductsForImportRequestFilterSensitiveLog;
|
|
12
|
+
const ListEnabledProductsForImportResponseFilterSensitiveLog = (obj) => ({
|
|
13
|
+
...obj,
|
|
14
|
+
});
|
|
15
|
+
exports.ListEnabledProductsForImportResponseFilterSensitiveLog = ListEnabledProductsForImportResponseFilterSensitiveLog;
|
|
16
|
+
const ListFindingAggregatorsRequestFilterSensitiveLog = (obj) => ({
|
|
17
|
+
...obj,
|
|
18
|
+
});
|
|
19
|
+
exports.ListFindingAggregatorsRequestFilterSensitiveLog = ListFindingAggregatorsRequestFilterSensitiveLog;
|
|
20
|
+
const ListFindingAggregatorsResponseFilterSensitiveLog = (obj) => ({
|
|
21
|
+
...obj,
|
|
22
|
+
});
|
|
23
|
+
exports.ListFindingAggregatorsResponseFilterSensitiveLog = ListFindingAggregatorsResponseFilterSensitiveLog;
|
|
24
|
+
const ListInvitationsRequestFilterSensitiveLog = (obj) => ({
|
|
25
|
+
...obj,
|
|
26
|
+
});
|
|
27
|
+
exports.ListInvitationsRequestFilterSensitiveLog = ListInvitationsRequestFilterSensitiveLog;
|
|
28
|
+
const ListInvitationsResponseFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
exports.ListInvitationsResponseFilterSensitiveLog = ListInvitationsResponseFilterSensitiveLog;
|
|
32
|
+
const ListMembersRequestFilterSensitiveLog = (obj) => ({
|
|
33
|
+
...obj,
|
|
34
|
+
});
|
|
35
|
+
exports.ListMembersRequestFilterSensitiveLog = ListMembersRequestFilterSensitiveLog;
|
|
36
|
+
const ListMembersResponseFilterSensitiveLog = (obj) => ({
|
|
37
|
+
...obj,
|
|
38
|
+
});
|
|
39
|
+
exports.ListMembersResponseFilterSensitiveLog = ListMembersResponseFilterSensitiveLog;
|
|
40
|
+
const ListOrganizationAdminAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
exports.ListOrganizationAdminAccountsRequestFilterSensitiveLog = ListOrganizationAdminAccountsRequestFilterSensitiveLog;
|
|
44
|
+
const ListOrganizationAdminAccountsResponseFilterSensitiveLog = (obj) => ({
|
|
45
|
+
...obj,
|
|
46
|
+
});
|
|
47
|
+
exports.ListOrganizationAdminAccountsResponseFilterSensitiveLog = ListOrganizationAdminAccountsResponseFilterSensitiveLog;
|
|
48
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
49
|
+
...obj,
|
|
50
|
+
});
|
|
51
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
52
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
53
|
+
...obj,
|
|
54
|
+
});
|
|
55
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
4
56
|
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
5
57
|
...obj,
|
|
6
58
|
});
|
|
@@ -4260,6 +4260,153 @@ const serializeAws_restJson1AwsAutoScalingLaunchConfigurationMetadataOptions = (
|
|
|
4260
4260
|
...(input.HttpTokens != null && { HttpTokens: input.HttpTokens }),
|
|
4261
4261
|
};
|
|
4262
4262
|
};
|
|
4263
|
+
const serializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsDetails = (input, context) => {
|
|
4264
|
+
return {
|
|
4265
|
+
...(input.BackupOptions != null && { BackupOptions: serializeAws_restJson1FieldMap(input.BackupOptions, context) }),
|
|
4266
|
+
...(input.ResourceType != null && { ResourceType: input.ResourceType }),
|
|
4267
|
+
};
|
|
4268
|
+
};
|
|
4269
|
+
const serializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsList = (input, context) => {
|
|
4270
|
+
return input
|
|
4271
|
+
.filter((e) => e != null)
|
|
4272
|
+
.map((entry) => {
|
|
4273
|
+
return serializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsDetails(entry, context);
|
|
4274
|
+
});
|
|
4275
|
+
};
|
|
4276
|
+
const serializeAws_restJson1AwsBackupBackupPlanBackupPlanDetails = (input, context) => {
|
|
4277
|
+
return {
|
|
4278
|
+
...(input.AdvancedBackupSettings != null && {
|
|
4279
|
+
AdvancedBackupSettings: serializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsList(input.AdvancedBackupSettings, context),
|
|
4280
|
+
}),
|
|
4281
|
+
...(input.BackupPlanName != null && { BackupPlanName: input.BackupPlanName }),
|
|
4282
|
+
...(input.BackupPlanRule != null && {
|
|
4283
|
+
BackupPlanRule: serializeAws_restJson1AwsBackupBackupPlanRuleList(input.BackupPlanRule, context),
|
|
4284
|
+
}),
|
|
4285
|
+
};
|
|
4286
|
+
};
|
|
4287
|
+
const serializeAws_restJson1AwsBackupBackupPlanDetails = (input, context) => {
|
|
4288
|
+
return {
|
|
4289
|
+
...(input.BackupPlan != null && {
|
|
4290
|
+
BackupPlan: serializeAws_restJson1AwsBackupBackupPlanBackupPlanDetails(input.BackupPlan, context),
|
|
4291
|
+
}),
|
|
4292
|
+
...(input.BackupPlanArn != null && { BackupPlanArn: input.BackupPlanArn }),
|
|
4293
|
+
...(input.BackupPlanId != null && { BackupPlanId: input.BackupPlanId }),
|
|
4294
|
+
...(input.VersionId != null && { VersionId: input.VersionId }),
|
|
4295
|
+
};
|
|
4296
|
+
};
|
|
4297
|
+
const serializeAws_restJson1AwsBackupBackupPlanLifecycleDetails = (input, context) => {
|
|
4298
|
+
return {
|
|
4299
|
+
...(input.DeleteAfterDays != null && { DeleteAfterDays: input.DeleteAfterDays }),
|
|
4300
|
+
...(input.MoveToColdStorageAfterDays != null && { MoveToColdStorageAfterDays: input.MoveToColdStorageAfterDays }),
|
|
4301
|
+
};
|
|
4302
|
+
};
|
|
4303
|
+
const serializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsDetails = (input, context) => {
|
|
4304
|
+
return {
|
|
4305
|
+
...(input.DestinationBackupVaultArn != null && { DestinationBackupVaultArn: input.DestinationBackupVaultArn }),
|
|
4306
|
+
...(input.Lifecycle != null && {
|
|
4307
|
+
Lifecycle: serializeAws_restJson1AwsBackupBackupPlanLifecycleDetails(input.Lifecycle, context),
|
|
4308
|
+
}),
|
|
4309
|
+
};
|
|
4310
|
+
};
|
|
4311
|
+
const serializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsList = (input, context) => {
|
|
4312
|
+
return input
|
|
4313
|
+
.filter((e) => e != null)
|
|
4314
|
+
.map((entry) => {
|
|
4315
|
+
return serializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsDetails(entry, context);
|
|
4316
|
+
});
|
|
4317
|
+
};
|
|
4318
|
+
const serializeAws_restJson1AwsBackupBackupPlanRuleDetails = (input, context) => {
|
|
4319
|
+
return {
|
|
4320
|
+
...(input.CompletionWindowMinutes != null && { CompletionWindowMinutes: input.CompletionWindowMinutes }),
|
|
4321
|
+
...(input.CopyActions != null && {
|
|
4322
|
+
CopyActions: serializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsList(input.CopyActions, context),
|
|
4323
|
+
}),
|
|
4324
|
+
...(input.EnableContinuousBackup != null && { EnableContinuousBackup: input.EnableContinuousBackup }),
|
|
4325
|
+
...(input.Lifecycle != null && {
|
|
4326
|
+
Lifecycle: serializeAws_restJson1AwsBackupBackupPlanLifecycleDetails(input.Lifecycle, context),
|
|
4327
|
+
}),
|
|
4328
|
+
...(input.RuleId != null && { RuleId: input.RuleId }),
|
|
4329
|
+
...(input.RuleName != null && { RuleName: input.RuleName }),
|
|
4330
|
+
...(input.ScheduleExpression != null && { ScheduleExpression: input.ScheduleExpression }),
|
|
4331
|
+
...(input.StartWindowMinutes != null && { StartWindowMinutes: input.StartWindowMinutes }),
|
|
4332
|
+
...(input.TargetBackupVault != null && { TargetBackupVault: input.TargetBackupVault }),
|
|
4333
|
+
};
|
|
4334
|
+
};
|
|
4335
|
+
const serializeAws_restJson1AwsBackupBackupPlanRuleList = (input, context) => {
|
|
4336
|
+
return input
|
|
4337
|
+
.filter((e) => e != null)
|
|
4338
|
+
.map((entry) => {
|
|
4339
|
+
return serializeAws_restJson1AwsBackupBackupPlanRuleDetails(entry, context);
|
|
4340
|
+
});
|
|
4341
|
+
};
|
|
4342
|
+
const serializeAws_restJson1AwsBackupBackupVaultDetails = (input, context) => {
|
|
4343
|
+
return {
|
|
4344
|
+
...(input.AccessPolicy != null && { AccessPolicy: input.AccessPolicy }),
|
|
4345
|
+
...(input.BackupVaultArn != null && { BackupVaultArn: input.BackupVaultArn }),
|
|
4346
|
+
...(input.BackupVaultName != null && { BackupVaultName: input.BackupVaultName }),
|
|
4347
|
+
...(input.EncryptionKeyArn != null && { EncryptionKeyArn: input.EncryptionKeyArn }),
|
|
4348
|
+
...(input.Notifications != null && {
|
|
4349
|
+
Notifications: serializeAws_restJson1AwsBackupBackupVaultNotificationsDetails(input.Notifications, context),
|
|
4350
|
+
}),
|
|
4351
|
+
};
|
|
4352
|
+
};
|
|
4353
|
+
const serializeAws_restJson1AwsBackupBackupVaultNotificationsDetails = (input, context) => {
|
|
4354
|
+
return {
|
|
4355
|
+
...(input.BackupVaultEvents != null && {
|
|
4356
|
+
BackupVaultEvents: serializeAws_restJson1NonEmptyStringList(input.BackupVaultEvents, context),
|
|
4357
|
+
}),
|
|
4358
|
+
...(input.SnsTopicArn != null && { SnsTopicArn: input.SnsTopicArn }),
|
|
4359
|
+
};
|
|
4360
|
+
};
|
|
4361
|
+
const serializeAws_restJson1AwsBackupRecoveryPointCalculatedLifecycleDetails = (input, context) => {
|
|
4362
|
+
return {
|
|
4363
|
+
...(input.DeleteAt != null && { DeleteAt: input.DeleteAt }),
|
|
4364
|
+
...(input.MoveToColdStorageAt != null && { MoveToColdStorageAt: input.MoveToColdStorageAt }),
|
|
4365
|
+
};
|
|
4366
|
+
};
|
|
4367
|
+
const serializeAws_restJson1AwsBackupRecoveryPointCreatedByDetails = (input, context) => {
|
|
4368
|
+
return {
|
|
4369
|
+
...(input.BackupPlanArn != null && { BackupPlanArn: input.BackupPlanArn }),
|
|
4370
|
+
...(input.BackupPlanId != null && { BackupPlanId: input.BackupPlanId }),
|
|
4371
|
+
...(input.BackupPlanVersion != null && { BackupPlanVersion: input.BackupPlanVersion }),
|
|
4372
|
+
...(input.BackupRuleId != null && { BackupRuleId: input.BackupRuleId }),
|
|
4373
|
+
};
|
|
4374
|
+
};
|
|
4375
|
+
const serializeAws_restJson1AwsBackupRecoveryPointDetails = (input, context) => {
|
|
4376
|
+
return {
|
|
4377
|
+
...(input.BackupSizeInBytes != null && { BackupSizeInBytes: input.BackupSizeInBytes }),
|
|
4378
|
+
...(input.BackupVaultArn != null && { BackupVaultArn: input.BackupVaultArn }),
|
|
4379
|
+
...(input.BackupVaultName != null && { BackupVaultName: input.BackupVaultName }),
|
|
4380
|
+
...(input.CalculatedLifecycle != null && {
|
|
4381
|
+
CalculatedLifecycle: serializeAws_restJson1AwsBackupRecoveryPointCalculatedLifecycleDetails(input.CalculatedLifecycle, context),
|
|
4382
|
+
}),
|
|
4383
|
+
...(input.CompletionDate != null && { CompletionDate: input.CompletionDate }),
|
|
4384
|
+
...(input.CreatedBy != null && {
|
|
4385
|
+
CreatedBy: serializeAws_restJson1AwsBackupRecoveryPointCreatedByDetails(input.CreatedBy, context),
|
|
4386
|
+
}),
|
|
4387
|
+
...(input.CreationDate != null && { CreationDate: input.CreationDate }),
|
|
4388
|
+
...(input.EncryptionKeyArn != null && { EncryptionKeyArn: input.EncryptionKeyArn }),
|
|
4389
|
+
...(input.IamRoleArn != null && { IamRoleArn: input.IamRoleArn }),
|
|
4390
|
+
...(input.IsEncrypted != null && { IsEncrypted: input.IsEncrypted }),
|
|
4391
|
+
...(input.LastRestoreTime != null && { LastRestoreTime: input.LastRestoreTime }),
|
|
4392
|
+
...(input.Lifecycle != null && {
|
|
4393
|
+
Lifecycle: serializeAws_restJson1AwsBackupRecoveryPointLifecycleDetails(input.Lifecycle, context),
|
|
4394
|
+
}),
|
|
4395
|
+
...(input.RecoveryPointArn != null && { RecoveryPointArn: input.RecoveryPointArn }),
|
|
4396
|
+
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
4397
|
+
...(input.ResourceType != null && { ResourceType: input.ResourceType }),
|
|
4398
|
+
...(input.SourceBackupVaultArn != null && { SourceBackupVaultArn: input.SourceBackupVaultArn }),
|
|
4399
|
+
...(input.Status != null && { Status: input.Status }),
|
|
4400
|
+
...(input.StatusMessage != null && { StatusMessage: input.StatusMessage }),
|
|
4401
|
+
...(input.StorageClass != null && { StorageClass: input.StorageClass }),
|
|
4402
|
+
};
|
|
4403
|
+
};
|
|
4404
|
+
const serializeAws_restJson1AwsBackupRecoveryPointLifecycleDetails = (input, context) => {
|
|
4405
|
+
return {
|
|
4406
|
+
...(input.DeleteAfterDays != null && { DeleteAfterDays: input.DeleteAfterDays }),
|
|
4407
|
+
...(input.MoveToColdStorageAfterDays != null && { MoveToColdStorageAfterDays: input.MoveToColdStorageAfterDays }),
|
|
4408
|
+
};
|
|
4409
|
+
};
|
|
4263
4410
|
const serializeAws_restJson1AwsCertificateManagerCertificateDetails = (input, context) => {
|
|
4264
4411
|
return {
|
|
4265
4412
|
...(input.CertificateAuthorityArn != null && { CertificateAuthorityArn: input.CertificateAuthorityArn }),
|
|
@@ -9748,6 +9895,15 @@ const serializeAws_restJson1ResourceDetails = (input, context) => {
|
|
|
9748
9895
|
...(input.AwsAutoScalingLaunchConfiguration != null && {
|
|
9749
9896
|
AwsAutoScalingLaunchConfiguration: serializeAws_restJson1AwsAutoScalingLaunchConfigurationDetails(input.AwsAutoScalingLaunchConfiguration, context),
|
|
9750
9897
|
}),
|
|
9898
|
+
...(input.AwsBackupBackupPlan != null && {
|
|
9899
|
+
AwsBackupBackupPlan: serializeAws_restJson1AwsBackupBackupPlanDetails(input.AwsBackupBackupPlan, context),
|
|
9900
|
+
}),
|
|
9901
|
+
...(input.AwsBackupBackupVault != null && {
|
|
9902
|
+
AwsBackupBackupVault: serializeAws_restJson1AwsBackupBackupVaultDetails(input.AwsBackupBackupVault, context),
|
|
9903
|
+
}),
|
|
9904
|
+
...(input.AwsBackupRecoveryPoint != null && {
|
|
9905
|
+
AwsBackupRecoveryPoint: serializeAws_restJson1AwsBackupRecoveryPointDetails(input.AwsBackupRecoveryPoint, context),
|
|
9906
|
+
}),
|
|
9751
9907
|
...(input.AwsCertificateManagerCertificate != null && {
|
|
9752
9908
|
AwsCertificateManagerCertificate: serializeAws_restJson1AwsCertificateManagerCertificateDetails(input.AwsCertificateManagerCertificate, context),
|
|
9753
9909
|
}),
|
|
@@ -10253,9 +10409,11 @@ const serializeAws_restJson1SoftwarePackage = (input, context) => {
|
|
|
10253
10409
|
...(input.Architecture != null && { Architecture: input.Architecture }),
|
|
10254
10410
|
...(input.Epoch != null && { Epoch: input.Epoch }),
|
|
10255
10411
|
...(input.FilePath != null && { FilePath: input.FilePath }),
|
|
10412
|
+
...(input.FixedInVersion != null && { FixedInVersion: input.FixedInVersion }),
|
|
10256
10413
|
...(input.Name != null && { Name: input.Name }),
|
|
10257
10414
|
...(input.PackageManager != null && { PackageManager: input.PackageManager }),
|
|
10258
10415
|
...(input.Release != null && { Release: input.Release }),
|
|
10416
|
+
...(input.Remediation != null && { Remediation: input.Remediation }),
|
|
10259
10417
|
...(input.Version != null && { Version: input.Version }),
|
|
10260
10418
|
};
|
|
10261
10419
|
};
|
|
@@ -10474,6 +10632,7 @@ const serializeAws_restJson1VpcInfoPeeringOptionsDetails = (input, context) => {
|
|
|
10474
10632
|
const serializeAws_restJson1Vulnerability = (input, context) => {
|
|
10475
10633
|
return {
|
|
10476
10634
|
...(input.Cvss != null && { Cvss: serializeAws_restJson1CvssList(input.Cvss, context) }),
|
|
10635
|
+
...(input.FixAvailable != null && { FixAvailable: input.FixAvailable }),
|
|
10477
10636
|
...(input.Id != null && { Id: input.Id }),
|
|
10478
10637
|
...(input.ReferenceUrls != null && {
|
|
10479
10638
|
ReferenceUrls: serializeAws_restJson1StringList(input.ReferenceUrls, context),
|
|
@@ -10985,6 +11144,165 @@ const deserializeAws_restJson1AwsAutoScalingLaunchConfigurationMetadataOptions =
|
|
|
10985
11144
|
HttpTokens: (0, smithy_client_1.expectString)(output.HttpTokens),
|
|
10986
11145
|
};
|
|
10987
11146
|
};
|
|
11147
|
+
const deserializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsDetails = (output, context) => {
|
|
11148
|
+
return {
|
|
11149
|
+
BackupOptions: output.BackupOptions != null ? deserializeAws_restJson1FieldMap(output.BackupOptions, context) : undefined,
|
|
11150
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
11151
|
+
};
|
|
11152
|
+
};
|
|
11153
|
+
const deserializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsList = (output, context) => {
|
|
11154
|
+
const retVal = (output || [])
|
|
11155
|
+
.filter((e) => e != null)
|
|
11156
|
+
.map((entry) => {
|
|
11157
|
+
if (entry === null) {
|
|
11158
|
+
return null;
|
|
11159
|
+
}
|
|
11160
|
+
return deserializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsDetails(entry, context);
|
|
11161
|
+
});
|
|
11162
|
+
return retVal;
|
|
11163
|
+
};
|
|
11164
|
+
const deserializeAws_restJson1AwsBackupBackupPlanBackupPlanDetails = (output, context) => {
|
|
11165
|
+
return {
|
|
11166
|
+
AdvancedBackupSettings: output.AdvancedBackupSettings != null
|
|
11167
|
+
? deserializeAws_restJson1AwsBackupBackupPlanAdvancedBackupSettingsList(output.AdvancedBackupSettings, context)
|
|
11168
|
+
: undefined,
|
|
11169
|
+
BackupPlanName: (0, smithy_client_1.expectString)(output.BackupPlanName),
|
|
11170
|
+
BackupPlanRule: output.BackupPlanRule != null
|
|
11171
|
+
? deserializeAws_restJson1AwsBackupBackupPlanRuleList(output.BackupPlanRule, context)
|
|
11172
|
+
: undefined,
|
|
11173
|
+
};
|
|
11174
|
+
};
|
|
11175
|
+
const deserializeAws_restJson1AwsBackupBackupPlanDetails = (output, context) => {
|
|
11176
|
+
return {
|
|
11177
|
+
BackupPlan: output.BackupPlan != null
|
|
11178
|
+
? deserializeAws_restJson1AwsBackupBackupPlanBackupPlanDetails(output.BackupPlan, context)
|
|
11179
|
+
: undefined,
|
|
11180
|
+
BackupPlanArn: (0, smithy_client_1.expectString)(output.BackupPlanArn),
|
|
11181
|
+
BackupPlanId: (0, smithy_client_1.expectString)(output.BackupPlanId),
|
|
11182
|
+
VersionId: (0, smithy_client_1.expectString)(output.VersionId),
|
|
11183
|
+
};
|
|
11184
|
+
};
|
|
11185
|
+
const deserializeAws_restJson1AwsBackupBackupPlanLifecycleDetails = (output, context) => {
|
|
11186
|
+
return {
|
|
11187
|
+
DeleteAfterDays: (0, smithy_client_1.expectLong)(output.DeleteAfterDays),
|
|
11188
|
+
MoveToColdStorageAfterDays: (0, smithy_client_1.expectLong)(output.MoveToColdStorageAfterDays),
|
|
11189
|
+
};
|
|
11190
|
+
};
|
|
11191
|
+
const deserializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsDetails = (output, context) => {
|
|
11192
|
+
return {
|
|
11193
|
+
DestinationBackupVaultArn: (0, smithy_client_1.expectString)(output.DestinationBackupVaultArn),
|
|
11194
|
+
Lifecycle: output.Lifecycle != null
|
|
11195
|
+
? deserializeAws_restJson1AwsBackupBackupPlanLifecycleDetails(output.Lifecycle, context)
|
|
11196
|
+
: undefined,
|
|
11197
|
+
};
|
|
11198
|
+
};
|
|
11199
|
+
const deserializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsList = (output, context) => {
|
|
11200
|
+
const retVal = (output || [])
|
|
11201
|
+
.filter((e) => e != null)
|
|
11202
|
+
.map((entry) => {
|
|
11203
|
+
if (entry === null) {
|
|
11204
|
+
return null;
|
|
11205
|
+
}
|
|
11206
|
+
return deserializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsDetails(entry, context);
|
|
11207
|
+
});
|
|
11208
|
+
return retVal;
|
|
11209
|
+
};
|
|
11210
|
+
const deserializeAws_restJson1AwsBackupBackupPlanRuleDetails = (output, context) => {
|
|
11211
|
+
return {
|
|
11212
|
+
CompletionWindowMinutes: (0, smithy_client_1.expectLong)(output.CompletionWindowMinutes),
|
|
11213
|
+
CopyActions: output.CopyActions != null
|
|
11214
|
+
? deserializeAws_restJson1AwsBackupBackupPlanRuleCopyActionsList(output.CopyActions, context)
|
|
11215
|
+
: undefined,
|
|
11216
|
+
EnableContinuousBackup: (0, smithy_client_1.expectBoolean)(output.EnableContinuousBackup),
|
|
11217
|
+
Lifecycle: output.Lifecycle != null
|
|
11218
|
+
? deserializeAws_restJson1AwsBackupBackupPlanLifecycleDetails(output.Lifecycle, context)
|
|
11219
|
+
: undefined,
|
|
11220
|
+
RuleId: (0, smithy_client_1.expectString)(output.RuleId),
|
|
11221
|
+
RuleName: (0, smithy_client_1.expectString)(output.RuleName),
|
|
11222
|
+
ScheduleExpression: (0, smithy_client_1.expectString)(output.ScheduleExpression),
|
|
11223
|
+
StartWindowMinutes: (0, smithy_client_1.expectLong)(output.StartWindowMinutes),
|
|
11224
|
+
TargetBackupVault: (0, smithy_client_1.expectString)(output.TargetBackupVault),
|
|
11225
|
+
};
|
|
11226
|
+
};
|
|
11227
|
+
const deserializeAws_restJson1AwsBackupBackupPlanRuleList = (output, context) => {
|
|
11228
|
+
const retVal = (output || [])
|
|
11229
|
+
.filter((e) => e != null)
|
|
11230
|
+
.map((entry) => {
|
|
11231
|
+
if (entry === null) {
|
|
11232
|
+
return null;
|
|
11233
|
+
}
|
|
11234
|
+
return deserializeAws_restJson1AwsBackupBackupPlanRuleDetails(entry, context);
|
|
11235
|
+
});
|
|
11236
|
+
return retVal;
|
|
11237
|
+
};
|
|
11238
|
+
const deserializeAws_restJson1AwsBackupBackupVaultDetails = (output, context) => {
|
|
11239
|
+
return {
|
|
11240
|
+
AccessPolicy: (0, smithy_client_1.expectString)(output.AccessPolicy),
|
|
11241
|
+
BackupVaultArn: (0, smithy_client_1.expectString)(output.BackupVaultArn),
|
|
11242
|
+
BackupVaultName: (0, smithy_client_1.expectString)(output.BackupVaultName),
|
|
11243
|
+
EncryptionKeyArn: (0, smithy_client_1.expectString)(output.EncryptionKeyArn),
|
|
11244
|
+
Notifications: output.Notifications != null
|
|
11245
|
+
? deserializeAws_restJson1AwsBackupBackupVaultNotificationsDetails(output.Notifications, context)
|
|
11246
|
+
: undefined,
|
|
11247
|
+
};
|
|
11248
|
+
};
|
|
11249
|
+
const deserializeAws_restJson1AwsBackupBackupVaultNotificationsDetails = (output, context) => {
|
|
11250
|
+
return {
|
|
11251
|
+
BackupVaultEvents: output.BackupVaultEvents != null
|
|
11252
|
+
? deserializeAws_restJson1NonEmptyStringList(output.BackupVaultEvents, context)
|
|
11253
|
+
: undefined,
|
|
11254
|
+
SnsTopicArn: (0, smithy_client_1.expectString)(output.SnsTopicArn),
|
|
11255
|
+
};
|
|
11256
|
+
};
|
|
11257
|
+
const deserializeAws_restJson1AwsBackupRecoveryPointCalculatedLifecycleDetails = (output, context) => {
|
|
11258
|
+
return {
|
|
11259
|
+
DeleteAt: (0, smithy_client_1.expectString)(output.DeleteAt),
|
|
11260
|
+
MoveToColdStorageAt: (0, smithy_client_1.expectString)(output.MoveToColdStorageAt),
|
|
11261
|
+
};
|
|
11262
|
+
};
|
|
11263
|
+
const deserializeAws_restJson1AwsBackupRecoveryPointCreatedByDetails = (output, context) => {
|
|
11264
|
+
return {
|
|
11265
|
+
BackupPlanArn: (0, smithy_client_1.expectString)(output.BackupPlanArn),
|
|
11266
|
+
BackupPlanId: (0, smithy_client_1.expectString)(output.BackupPlanId),
|
|
11267
|
+
BackupPlanVersion: (0, smithy_client_1.expectString)(output.BackupPlanVersion),
|
|
11268
|
+
BackupRuleId: (0, smithy_client_1.expectString)(output.BackupRuleId),
|
|
11269
|
+
};
|
|
11270
|
+
};
|
|
11271
|
+
const deserializeAws_restJson1AwsBackupRecoveryPointDetails = (output, context) => {
|
|
11272
|
+
return {
|
|
11273
|
+
BackupSizeInBytes: (0, smithy_client_1.expectLong)(output.BackupSizeInBytes),
|
|
11274
|
+
BackupVaultArn: (0, smithy_client_1.expectString)(output.BackupVaultArn),
|
|
11275
|
+
BackupVaultName: (0, smithy_client_1.expectString)(output.BackupVaultName),
|
|
11276
|
+
CalculatedLifecycle: output.CalculatedLifecycle != null
|
|
11277
|
+
? deserializeAws_restJson1AwsBackupRecoveryPointCalculatedLifecycleDetails(output.CalculatedLifecycle, context)
|
|
11278
|
+
: undefined,
|
|
11279
|
+
CompletionDate: (0, smithy_client_1.expectString)(output.CompletionDate),
|
|
11280
|
+
CreatedBy: output.CreatedBy != null
|
|
11281
|
+
? deserializeAws_restJson1AwsBackupRecoveryPointCreatedByDetails(output.CreatedBy, context)
|
|
11282
|
+
: undefined,
|
|
11283
|
+
CreationDate: (0, smithy_client_1.expectString)(output.CreationDate),
|
|
11284
|
+
EncryptionKeyArn: (0, smithy_client_1.expectString)(output.EncryptionKeyArn),
|
|
11285
|
+
IamRoleArn: (0, smithy_client_1.expectString)(output.IamRoleArn),
|
|
11286
|
+
IsEncrypted: (0, smithy_client_1.expectBoolean)(output.IsEncrypted),
|
|
11287
|
+
LastRestoreTime: (0, smithy_client_1.expectString)(output.LastRestoreTime),
|
|
11288
|
+
Lifecycle: output.Lifecycle != null
|
|
11289
|
+
? deserializeAws_restJson1AwsBackupRecoveryPointLifecycleDetails(output.Lifecycle, context)
|
|
11290
|
+
: undefined,
|
|
11291
|
+
RecoveryPointArn: (0, smithy_client_1.expectString)(output.RecoveryPointArn),
|
|
11292
|
+
ResourceArn: (0, smithy_client_1.expectString)(output.ResourceArn),
|
|
11293
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
11294
|
+
SourceBackupVaultArn: (0, smithy_client_1.expectString)(output.SourceBackupVaultArn),
|
|
11295
|
+
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
11296
|
+
StatusMessage: (0, smithy_client_1.expectString)(output.StatusMessage),
|
|
11297
|
+
StorageClass: (0, smithy_client_1.expectString)(output.StorageClass),
|
|
11298
|
+
};
|
|
11299
|
+
};
|
|
11300
|
+
const deserializeAws_restJson1AwsBackupRecoveryPointLifecycleDetails = (output, context) => {
|
|
11301
|
+
return {
|
|
11302
|
+
DeleteAfterDays: (0, smithy_client_1.expectLong)(output.DeleteAfterDays),
|
|
11303
|
+
MoveToColdStorageAfterDays: (0, smithy_client_1.expectLong)(output.MoveToColdStorageAfterDays),
|
|
11304
|
+
};
|
|
11305
|
+
};
|
|
10988
11306
|
const deserializeAws_restJson1AwsCertificateManagerCertificateDetails = (output, context) => {
|
|
10989
11307
|
return {
|
|
10990
11308
|
CertificateAuthorityArn: (0, smithy_client_1.expectString)(output.CertificateAuthorityArn),
|
|
@@ -17076,6 +17394,15 @@ const deserializeAws_restJson1ResourceDetails = (output, context) => {
|
|
|
17076
17394
|
AwsAutoScalingLaunchConfiguration: output.AwsAutoScalingLaunchConfiguration != null
|
|
17077
17395
|
? deserializeAws_restJson1AwsAutoScalingLaunchConfigurationDetails(output.AwsAutoScalingLaunchConfiguration, context)
|
|
17078
17396
|
: undefined,
|
|
17397
|
+
AwsBackupBackupPlan: output.AwsBackupBackupPlan != null
|
|
17398
|
+
? deserializeAws_restJson1AwsBackupBackupPlanDetails(output.AwsBackupBackupPlan, context)
|
|
17399
|
+
: undefined,
|
|
17400
|
+
AwsBackupBackupVault: output.AwsBackupBackupVault != null
|
|
17401
|
+
? deserializeAws_restJson1AwsBackupBackupVaultDetails(output.AwsBackupBackupVault, context)
|
|
17402
|
+
: undefined,
|
|
17403
|
+
AwsBackupRecoveryPoint: output.AwsBackupRecoveryPoint != null
|
|
17404
|
+
? deserializeAws_restJson1AwsBackupRecoveryPointDetails(output.AwsBackupRecoveryPoint, context)
|
|
17405
|
+
: undefined,
|
|
17079
17406
|
AwsCertificateManagerCertificate: output.AwsCertificateManagerCertificate != null
|
|
17080
17407
|
? deserializeAws_restJson1AwsCertificateManagerCertificateDetails(output.AwsCertificateManagerCertificate, context)
|
|
17081
17408
|
: undefined,
|
|
@@ -17633,9 +17960,11 @@ const deserializeAws_restJson1SoftwarePackage = (output, context) => {
|
|
|
17633
17960
|
Architecture: (0, smithy_client_1.expectString)(output.Architecture),
|
|
17634
17961
|
Epoch: (0, smithy_client_1.expectString)(output.Epoch),
|
|
17635
17962
|
FilePath: (0, smithy_client_1.expectString)(output.FilePath),
|
|
17963
|
+
FixedInVersion: (0, smithy_client_1.expectString)(output.FixedInVersion),
|
|
17636
17964
|
Name: (0, smithy_client_1.expectString)(output.Name),
|
|
17637
17965
|
PackageManager: (0, smithy_client_1.expectString)(output.PackageManager),
|
|
17638
17966
|
Release: (0, smithy_client_1.expectString)(output.Release),
|
|
17967
|
+
Remediation: (0, smithy_client_1.expectString)(output.Remediation),
|
|
17639
17968
|
Version: (0, smithy_client_1.expectString)(output.Version),
|
|
17640
17969
|
};
|
|
17641
17970
|
};
|
|
@@ -17934,6 +18263,7 @@ const deserializeAws_restJson1VpcInfoPeeringOptionsDetails = (output, context) =
|
|
|
17934
18263
|
const deserializeAws_restJson1Vulnerability = (output, context) => {
|
|
17935
18264
|
return {
|
|
17936
18265
|
Cvss: output.Cvss != null ? deserializeAws_restJson1CvssList(output.Cvss, context) : undefined,
|
|
18266
|
+
FixAvailable: (0, smithy_client_1.expectString)(output.FixAvailable),
|
|
17937
18267
|
Id: (0, smithy_client_1.expectString)(output.Id),
|
|
17938
18268
|
ReferenceUrls: output.ReferenceUrls != null ? deserializeAws_restJson1StringList(output.ReferenceUrls, context) : undefined,
|
|
17939
18269
|
RelatedVulnerabilities: output.RelatedVulnerabilities != null
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { InviteMembersRequestFilterSensitiveLog
|
|
4
|
+
import { InviteMembersRequestFilterSensitiveLog } from "../models/models_1";
|
|
5
|
+
import { InviteMembersResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_restJson1InviteMembersCommand, serializeAws_restJson1InviteMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
7
|
var InviteMembersCommand = (function (_super) {
|
|
7
8
|
__extends(InviteMembersCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListEnabledProductsForImportRequestFilterSensitiveLog, ListEnabledProductsForImportResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListEnabledProductsForImportRequestFilterSensitiveLog, ListEnabledProductsForImportResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListEnabledProductsForImportCommand, serializeAws_restJson1ListEnabledProductsForImportCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEnabledProductsForImportCommand = (function (_super) {
|
|
7
7
|
__extends(ListEnabledProductsForImportCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListFindingAggregatorsRequestFilterSensitiveLog, ListFindingAggregatorsResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListFindingAggregatorsRequestFilterSensitiveLog, ListFindingAggregatorsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListFindingAggregatorsCommand, serializeAws_restJson1ListFindingAggregatorsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListFindingAggregatorsCommand = (function (_super) {
|
|
7
7
|
__extends(ListFindingAggregatorsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListInvitationsRequestFilterSensitiveLog, ListInvitationsResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListInvitationsRequestFilterSensitiveLog, ListInvitationsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListInvitationsCommand, serializeAws_restJson1ListInvitationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListInvitationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListInvitationsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListMembersRequestFilterSensitiveLog, ListMembersResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListMembersRequestFilterSensitiveLog, ListMembersResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListMembersCommand, serializeAws_restJson1ListMembersCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListMembersCommand = (function (_super) {
|
|
7
7
|
__extends(ListMembersCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListOrganizationAdminAccountsRequestFilterSensitiveLog, ListOrganizationAdminAccountsResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListOrganizationAdminAccountsRequestFilterSensitiveLog, ListOrganizationAdminAccountsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListOrganizationAdminAccountsCommand, serializeAws_restJson1ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListOrganizationAdminAccountsCommand = (function (_super) {
|
|
7
7
|
__extends(ListOrganizationAdminAccountsCommand, _super);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -146,6 +146,18 @@ export var AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetailsFilterSens
|
|
|
146
146
|
export var AwsAutoScalingLaunchConfigurationInstanceMonitoringDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
147
|
export var AwsAutoScalingLaunchConfigurationMetadataOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
148
|
export var AwsAutoScalingLaunchConfigurationDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var AwsBackupBackupPlanAdvancedBackupSettingsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var AwsBackupBackupPlanLifecycleDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var AwsBackupBackupPlanRuleCopyActionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var AwsBackupBackupPlanRuleDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var AwsBackupBackupPlanBackupPlanDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var AwsBackupBackupPlanDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var AwsBackupBackupVaultNotificationsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var AwsBackupBackupVaultDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var AwsBackupRecoveryPointCalculatedLifecycleDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var AwsBackupRecoveryPointCreatedByDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var AwsBackupRecoveryPointLifecycleDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var AwsBackupRecoveryPointDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
161
|
export var AwsCertificateManagerCertificateResourceRecordFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
162
|
export var AwsCertificateManagerCertificateDomainValidationOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
163
|
export var AwsCertificateManagerCertificateExtendedKeyUsageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -378,15 +390,3 @@ export var RuleGroupSourceListDetailsFilterSensitiveLog = function (obj) { retur
|
|
|
378
390
|
export var RuleGroupSourceStatefulRulesHeaderDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
391
|
export var RuleGroupSourceStatefulRulesOptionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
392
|
export var RuleGroupSourceStatefulRulesDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
export var RuleGroupSourceCustomActionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
-
export var RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
export var RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
-
export var RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
export var RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
export var RuleGroupSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
export var RuleGroupVariablesIpSetsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -90,6 +90,12 @@ export var VerificationState;
|
|
|
90
90
|
VerificationState["TRUE_POSITIVE"] = "TRUE_POSITIVE";
|
|
91
91
|
VerificationState["UNKNOWN"] = "UNKNOWN";
|
|
92
92
|
})(VerificationState || (VerificationState = {}));
|
|
93
|
+
export var VulnerabilityFixAvailable;
|
|
94
|
+
(function (VulnerabilityFixAvailable) {
|
|
95
|
+
VulnerabilityFixAvailable["NO"] = "NO";
|
|
96
|
+
VulnerabilityFixAvailable["PARTIAL"] = "PARTIAL";
|
|
97
|
+
VulnerabilityFixAvailable["YES"] = "YES";
|
|
98
|
+
})(VulnerabilityFixAvailable || (VulnerabilityFixAvailable = {}));
|
|
93
99
|
export var WorkflowStatus;
|
|
94
100
|
(function (WorkflowStatus) {
|
|
95
101
|
WorkflowStatus["NEW"] = "NEW";
|
|
@@ -171,6 +177,18 @@ export var SortOrder;
|
|
|
171
177
|
SortOrder["ASCENDING"] = "asc";
|
|
172
178
|
SortOrder["DESCENDING"] = "desc";
|
|
173
179
|
})(SortOrder || (SortOrder = {}));
|
|
180
|
+
export var RuleGroupSourceCustomActionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesDestinationPortsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesDestinationsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesSourcePortsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesSourcesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var RuleGroupSourceStatelessRuleMatchAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var RuleGroupSourceStatelessRuleDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var RuleGroupSourceStatelessRulesDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var RuleGroupSourceStatelessRulesAndCustomActionsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var RuleGroupSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var RuleGroupVariablesIpSetsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
192
|
export var RuleGroupVariablesPortSetsDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
193
|
export var RuleGroupVariablesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
194
|
export var RuleGroupDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -435,16 +453,3 @@ export var GetMembersRequestFilterSensitiveLog = function (obj) { return (__assi
|
|
|
435
453
|
export var MemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
454
|
export var GetMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
455
|
export var InviteMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
export var InviteMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
-
export var ListEnabledProductsForImportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
export var ListEnabledProductsForImportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
export var ListFindingAggregatorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
export var ListFindingAggregatorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
-
export var ListInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
export var ListInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
export var ListMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
export var ListMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
-
export var ListOrganizationAdminAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
export var ListOrganizationAdminAccountsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var InviteMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
3
|
+
export var ListEnabledProductsForImportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
|
+
export var ListEnabledProductsForImportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
export var ListFindingAggregatorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
export var ListFindingAggregatorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
+
export var ListInvitationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
|
+
export var ListInvitationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
export var ListMembersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
export var ListMembersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
+
export var ListOrganizationAdminAccountsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
+
export var ListOrganizationAdminAccountsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
2
15
|
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
3
16
|
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
4
17
|
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|