@aws-sdk/client-backup 3.34.0 → 3.37.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 +48 -0
- package/dist-cjs/Backup.js +997 -0
- package/dist-cjs/BackupClient.js +35 -0
- package/dist-cjs/commands/CreateBackupPlanCommand.js +36 -0
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +36 -0
- package/dist-cjs/commands/CreateBackupVaultCommand.js +36 -0
- package/dist-cjs/commands/CreateFrameworkCommand.js +36 -0
- package/dist-cjs/commands/CreateReportPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +36 -0
- package/dist-cjs/commands/DeleteFrameworkCommand.js +36 -0
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +36 -0
- package/dist-cjs/commands/DeleteReportPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeBackupJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +36 -0
- package/dist-cjs/commands/DescribeCopyJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeFrameworkCommand.js +36 -0
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +36 -0
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +36 -0
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +36 -0
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +36 -0
- package/dist-cjs/commands/DescribeReportJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeReportPlanCommand.js +36 -0
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +36 -0
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +36 -0
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetBackupPlanCommand.js +36 -0
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +36 -0
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +36 -0
- package/dist-cjs/commands/GetBackupSelectionCommand.js +36 -0
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +36 -0
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +36 -0
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +36 -0
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +36 -0
- package/dist-cjs/commands/ListBackupJobsCommand.js +36 -0
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +36 -0
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +36 -0
- package/dist-cjs/commands/ListBackupPlansCommand.js +36 -0
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +36 -0
- package/dist-cjs/commands/ListBackupVaultsCommand.js +36 -0
- package/dist-cjs/commands/ListCopyJobsCommand.js +36 -0
- package/dist-cjs/commands/ListFrameworksCommand.js +36 -0
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +36 -0
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +36 -0
- package/dist-cjs/commands/ListReportJobsCommand.js +36 -0
- package/dist-cjs/commands/ListReportPlansCommand.js +36 -0
- package/dist-cjs/commands/ListRestoreJobsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsCommand.js +36 -0
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +36 -0
- package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +36 -0
- package/dist-cjs/commands/StartBackupJobCommand.js +36 -0
- package/dist-cjs/commands/StartCopyJobCommand.js +36 -0
- package/dist-cjs/commands/StartReportJobCommand.js +36 -0
- package/dist-cjs/commands/StartRestoreJobCommand.js +36 -0
- package/dist-cjs/commands/StopBackupJobCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.js +36 -0
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +36 -0
- package/dist-cjs/commands/UpdateFrameworkCommand.js +36 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +36 -0
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +36 -0
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +36 -0
- package/dist-cjs/commands/UpdateReportPlanCommand.js +36 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +88 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1009 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListBackupJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +35 -0
- package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBackupPlansPaginator.js +35 -0
- package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +35 -0
- package/dist-cjs/pagination/ListBackupVaultsPaginator.js +35 -0
- package/dist-cjs/pagination/ListCopyJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListFrameworksPaginator.js +35 -0
- package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +35 -0
- package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +35 -0
- package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +35 -0
- package/dist-cjs/pagination/ListReportJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListReportPlansPaginator.js +35 -0
- package/dist-cjs/pagination/ListRestoreJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListTagsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8567 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/Backup.js +1000 -0
- package/dist-es/BackupClient.js +37 -0
- package/dist-es/commands/CreateBackupPlanCommand.js +39 -0
- package/dist-es/commands/CreateBackupSelectionCommand.js +39 -0
- package/dist-es/commands/CreateBackupVaultCommand.js +39 -0
- package/dist-es/commands/CreateFrameworkCommand.js +39 -0
- package/dist-es/commands/CreateReportPlanCommand.js +39 -0
- package/dist-es/commands/DeleteBackupPlanCommand.js +39 -0
- package/dist-es/commands/DeleteBackupSelectionCommand.js +39 -0
- package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +39 -0
- package/dist-es/commands/DeleteBackupVaultCommand.js +39 -0
- package/dist-es/commands/DeleteBackupVaultLockConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +39 -0
- package/dist-es/commands/DeleteFrameworkCommand.js +39 -0
- package/dist-es/commands/DeleteRecoveryPointCommand.js +39 -0
- package/dist-es/commands/DeleteReportPlanCommand.js +39 -0
- package/dist-es/commands/DescribeBackupJobCommand.js +39 -0
- package/dist-es/commands/DescribeBackupVaultCommand.js +39 -0
- package/dist-es/commands/DescribeCopyJobCommand.js +39 -0
- package/dist-es/commands/DescribeFrameworkCommand.js +39 -0
- package/dist-es/commands/DescribeGlobalSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeProtectedResourceCommand.js +39 -0
- package/dist-es/commands/DescribeRecoveryPointCommand.js +39 -0
- package/dist-es/commands/DescribeRegionSettingsCommand.js +39 -0
- package/dist-es/commands/DescribeReportJobCommand.js +39 -0
- package/dist-es/commands/DescribeReportPlanCommand.js +39 -0
- package/dist-es/commands/DescribeRestoreJobCommand.js +39 -0
- package/dist-es/commands/DisassociateRecoveryPointCommand.js +39 -0
- package/dist-es/commands/ExportBackupPlanTemplateCommand.js +39 -0
- package/dist-es/commands/GetBackupPlanCommand.js +39 -0
- package/dist-es/commands/GetBackupPlanFromJSONCommand.js +39 -0
- package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +39 -0
- package/dist-es/commands/GetBackupSelectionCommand.js +39 -0
- package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +39 -0
- package/dist-es/commands/GetBackupVaultNotificationsCommand.js +39 -0
- package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +39 -0
- package/dist-es/commands/GetSupportedResourceTypesCommand.js +39 -0
- package/dist-es/commands/ListBackupJobsCommand.js +39 -0
- package/dist-es/commands/ListBackupPlanTemplatesCommand.js +39 -0
- package/dist-es/commands/ListBackupPlanVersionsCommand.js +39 -0
- package/dist-es/commands/ListBackupPlansCommand.js +39 -0
- package/dist-es/commands/ListBackupSelectionsCommand.js +39 -0
- package/dist-es/commands/ListBackupVaultsCommand.js +39 -0
- package/dist-es/commands/ListCopyJobsCommand.js +39 -0
- package/dist-es/commands/ListFrameworksCommand.js +39 -0
- package/dist-es/commands/ListProtectedResourcesCommand.js +39 -0
- package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +39 -0
- package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +39 -0
- package/dist-es/commands/ListReportJobsCommand.js +39 -0
- package/dist-es/commands/ListReportPlansCommand.js +39 -0
- package/dist-es/commands/ListRestoreJobsCommand.js +39 -0
- package/dist-es/commands/ListTagsCommand.js +39 -0
- package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +39 -0
- package/dist-es/commands/PutBackupVaultLockConfigurationCommand.js +39 -0
- package/dist-es/commands/PutBackupVaultNotificationsCommand.js +39 -0
- package/dist-es/commands/StartBackupJobCommand.js +39 -0
- package/dist-es/commands/StartCopyJobCommand.js +39 -0
- package/dist-es/commands/StartReportJobCommand.js +39 -0
- package/dist-es/commands/StartRestoreJobCommand.js +39 -0
- package/dist-es/commands/StopBackupJobCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateBackupPlanCommand.js +39 -0
- package/dist-es/commands/UpdateFrameworkCommand.js +39 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +39 -0
- package/dist-es/commands/UpdateRegionSettingsCommand.js +39 -0
- package/dist-es/commands/UpdateReportPlanCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/dist-es/index.js +85 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +679 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListBackupJobsPaginator.js +74 -0
- package/dist-es/pagination/ListBackupPlanTemplatesPaginator.js +74 -0
- package/dist-es/pagination/ListBackupPlanVersionsPaginator.js +74 -0
- package/dist-es/pagination/ListBackupPlansPaginator.js +74 -0
- package/dist-es/pagination/ListBackupSelectionsPaginator.js +74 -0
- package/dist-es/pagination/ListBackupVaultsPaginator.js +74 -0
- package/dist-es/pagination/ListCopyJobsPaginator.js +74 -0
- package/dist-es/pagination/ListFrameworksPaginator.js +74 -0
- package/dist-es/pagination/ListProtectedResourcesPaginator.js +74 -0
- package/dist-es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +74 -0
- package/dist-es/pagination/ListRecoveryPointsByResourcePaginator.js +74 -0
- package/dist-es/pagination/ListReportJobsPaginator.js +74 -0
- package/dist-es/pagination/ListReportPlansPaginator.js +74 -0
- package/dist-es/pagination/ListRestoreJobsPaginator.js +74 -0
- package/dist-es/pagination/ListTagsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restJson1.js +9603 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/Backup.d.ts +608 -0
- package/dist-types/BackupClient.d.ts +202 -0
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +39 -0
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +75 -0
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +41 -0
- package/dist-types/commands/CreateFrameworkCommand.d.ts +38 -0
- package/dist-types/commands/CreateReportPlanCommand.d.ts +38 -0
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +37 -0
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +36 -0
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +36 -0
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +40 -0
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +37 -0
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +35 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +35 -0
- package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +38 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +37 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +36 -0
- package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +39 -0
- package/dist-types/commands/DescribeReportJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +38 -0
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +35 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +36 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +35 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +35 -0
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +36 -0
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +36 -0
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +35 -0
- package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +35 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +36 -0
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +36 -0
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +36 -0
- package/dist-types/commands/ListBackupPlansCommand.d.ts +37 -0
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +36 -0
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +36 -0
- package/dist-types/commands/ListCopyJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListFrameworksCommand.d.ts +35 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +37 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +35 -0
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +40 -0
- package/dist-types/commands/ListReportJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListReportPlansCommand.d.ts +36 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +36 -0
- package/dist-types/commands/ListTagsCommand.d.ts +41 -0
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -0
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +35 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +36 -0
- package/dist-types/commands/StartReportJobCommand.d.ts +35 -0
- package/dist-types/commands/StartRestoreJobCommand.d.ts +35 -0
- package/dist-types/commands/StopBackupJobCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +37 -0
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +36 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +44 -0
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +40 -0
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/dist-types/index.d.ts +85 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/dist-types/models/models_0.d.ts +4834 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListBackupJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBackupPlanTemplatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBackupPlanVersionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBackupPlansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBackupSelectionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBackupVaultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCopyJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListFrameworksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProtectedResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRecoveryPointsByResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/ListReportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListReportPlansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRestoreJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +200 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Backup.d.ts +335 -0
- package/dist-types/ts3.4/BackupClient.d.ts +133 -0
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/dist-types/ts3.4/index.d.ts +85 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2213 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +200 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/Backup.ts +0 -2480
- package/BackupClient.ts +0 -518
- package/commands/CreateBackupPlanCommand.ts +0 -98
- package/commands/CreateBackupSelectionCommand.ts +0 -134
- package/commands/CreateBackupVaultCommand.ts +0 -100
- package/commands/CreateFrameworkCommand.ts +0 -98
- package/commands/CreateReportPlanCommand.ts +0 -97
- package/commands/DeleteBackupPlanCommand.ts +0 -96
- package/commands/DeleteBackupSelectionCommand.ts +0 -95
- package/commands/DeleteBackupVaultAccessPolicyCommand.ts +0 -97
- package/commands/DeleteBackupVaultCommand.ts +0 -95
- package/commands/DeleteBackupVaultNotificationsCommand.ts +0 -100
- package/commands/DeleteFrameworkCommand.ts +0 -94
- package/commands/DeleteRecoveryPointCommand.ts +0 -96
- package/commands/DeleteReportPlanCommand.ts +0 -94
- package/commands/DescribeBackupJobCommand.ts +0 -94
- package/commands/DescribeBackupVaultCommand.ts +0 -94
- package/commands/DescribeCopyJobCommand.ts +0 -94
- package/commands/DescribeFrameworkCommand.ts +0 -94
- package/commands/DescribeGlobalSettingsCommand.ts +0 -97
- package/commands/DescribeProtectedResourceCommand.ts +0 -99
- package/commands/DescribeRecoveryPointCommand.ts +0 -95
- package/commands/DescribeRegionSettingsCommand.ts +0 -98
- package/commands/DescribeReportJobCommand.ts +0 -95
- package/commands/DescribeReportPlanCommand.ts +0 -94
- package/commands/DescribeRestoreJobCommand.ts +0 -94
- package/commands/DisassociateRecoveryPointCommand.ts +0 -100
- package/commands/ExportBackupPlanTemplateCommand.ts +0 -94
- package/commands/GetBackupPlanCommand.ts +0 -95
- package/commands/GetBackupPlanFromJSONCommand.ts +0 -94
- package/commands/GetBackupPlanFromTemplateCommand.ts +0 -97
- package/commands/GetBackupSelectionCommand.ts +0 -95
- package/commands/GetBackupVaultAccessPolicyCommand.ts +0 -98
- package/commands/GetBackupVaultNotificationsCommand.ts +0 -97
- package/commands/GetRecoveryPointRestoreMetadataCommand.ts +0 -102
- package/commands/GetSupportedResourceTypesCommand.ts +0 -97
- package/commands/ListBackupJobsCommand.ts +0 -95
- package/commands/ListBackupPlanTemplatesCommand.ts +0 -95
- package/commands/ListBackupPlanVersionsCommand.ts +0 -95
- package/commands/ListBackupPlansCommand.ts +0 -96
- package/commands/ListBackupSelectionsCommand.ts +0 -95
- package/commands/ListBackupVaultsCommand.ts +0 -95
- package/commands/ListCopyJobsCommand.ts +0 -94
- package/commands/ListFrameworksCommand.ts +0 -94
- package/commands/ListProtectedResourcesCommand.ts +0 -96
- package/commands/ListRecoveryPointsByBackupVaultCommand.ts +0 -102
- package/commands/ListRecoveryPointsByResourceCommand.ts +0 -104
- package/commands/ListReportJobsCommand.ts +0 -94
- package/commands/ListReportPlansCommand.ts +0 -95
- package/commands/ListRestoreJobsCommand.ts +0 -95
- package/commands/ListTagsCommand.ts +0 -96
- package/commands/PutBackupVaultAccessPolicyCommand.ts +0 -99
- package/commands/PutBackupVaultNotificationsCommand.ts +0 -97
- package/commands/StartBackupJobCommand.ts +0 -94
- package/commands/StartCopyJobCommand.ts +0 -95
- package/commands/StartReportJobCommand.ts +0 -94
- package/commands/StartRestoreJobCommand.ts +0 -94
- package/commands/StopBackupJobCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -95
- package/commands/UpdateBackupPlanCommand.ts +0 -96
- package/commands/UpdateFrameworkCommand.ts +0 -95
- package/commands/UpdateGlobalSettingsCommand.ts +0 -96
- package/commands/UpdateRecoveryPointLifecycleCommand.ts +0 -108
- package/commands/UpdateRegionSettingsCommand.ts +0 -99
- package/commands/UpdateReportPlanCommand.ts +0 -95
- package/dist/cjs/Backup.js +0 -975
- package/dist/cjs/Backup.js.map +0 -1
- package/dist/cjs/BackupClient.js +0 -48
- package/dist/cjs/BackupClient.js.map +0 -1
- package/dist/cjs/commands/CreateBackupPlanCommand.js +0 -65
- package/dist/cjs/commands/CreateBackupPlanCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBackupSelectionCommand.js +0 -101
- package/dist/cjs/commands/CreateBackupSelectionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBackupVaultCommand.js +0 -67
- package/dist/cjs/commands/CreateBackupVaultCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFrameworkCommand.js +0 -65
- package/dist/cjs/commands/CreateFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReportPlanCommand.js +0 -64
- package/dist/cjs/commands/CreateReportPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackupPlanCommand.js +0 -63
- package/dist/cjs/commands/DeleteBackupPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackupSelectionCommand.js +0 -62
- package/dist/cjs/commands/DeleteBackupSelectionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -61
- package/dist/cjs/commands/DeleteBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackupVaultCommand.js +0 -62
- package/dist/cjs/commands/DeleteBackupVaultCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -61
- package/dist/cjs/commands/DeleteBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFrameworkCommand.js +0 -61
- package/dist/cjs/commands/DeleteFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRecoveryPointCommand.js +0 -63
- package/dist/cjs/commands/DeleteRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReportPlanCommand.js +0 -61
- package/dist/cjs/commands/DeleteReportPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBackupJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeBackupJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBackupVaultCommand.js +0 -61
- package/dist/cjs/commands/DescribeBackupVaultCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCopyJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeCopyJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFrameworkCommand.js +0 -61
- package/dist/cjs/commands/DescribeFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeGlobalSettingsCommand.js +0 -64
- package/dist/cjs/commands/DescribeGlobalSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProtectedResourceCommand.js +0 -63
- package/dist/cjs/commands/DescribeProtectedResourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRecoveryPointCommand.js +0 -62
- package/dist/cjs/commands/DescribeRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegionSettingsCommand.js +0 -65
- package/dist/cjs/commands/DescribeRegionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReportJobCommand.js +0 -62
- package/dist/cjs/commands/DescribeReportJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeReportPlanCommand.js +0 -61
- package/dist/cjs/commands/DescribeReportPlanCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRestoreJobCommand.js +0 -61
- package/dist/cjs/commands/DescribeRestoreJobCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateRecoveryPointCommand.js +0 -64
- package/dist/cjs/commands/DisassociateRecoveryPointCommand.js.map +0 -1
- package/dist/cjs/commands/ExportBackupPlanTemplateCommand.js +0 -61
- package/dist/cjs/commands/ExportBackupPlanTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupPlanCommand.js +0 -62
- package/dist/cjs/commands/GetBackupPlanCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupPlanFromJSONCommand.js +0 -61
- package/dist/cjs/commands/GetBackupPlanFromJSONCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -61
- package/dist/cjs/commands/GetBackupPlanFromTemplateCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupSelectionCommand.js +0 -62
- package/dist/cjs/commands/GetBackupSelectionCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -62
- package/dist/cjs/commands/GetBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetBackupVaultNotificationsCommand.js +0 -61
- package/dist/cjs/commands/GetBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -61
- package/dist/cjs/commands/GetRecoveryPointRestoreMetadataCommand.js.map +0 -1
- package/dist/cjs/commands/GetSupportedResourceTypesCommand.js +0 -61
- package/dist/cjs/commands/GetSupportedResourceTypesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupJobsCommand.js +0 -62
- package/dist/cjs/commands/ListBackupJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupPlanTemplatesCommand.js +0 -62
- package/dist/cjs/commands/ListBackupPlanTemplatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupPlanVersionsCommand.js +0 -62
- package/dist/cjs/commands/ListBackupPlanVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupPlansCommand.js +0 -63
- package/dist/cjs/commands/ListBackupPlansCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupSelectionsCommand.js +0 -62
- package/dist/cjs/commands/ListBackupSelectionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListBackupVaultsCommand.js +0 -62
- package/dist/cjs/commands/ListBackupVaultsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCopyJobsCommand.js +0 -61
- package/dist/cjs/commands/ListCopyJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListFrameworksCommand.js +0 -61
- package/dist/cjs/commands/ListFrameworksCommand.js.map +0 -1
- package/dist/cjs/commands/ListProtectedResourcesCommand.js +0 -63
- package/dist/cjs/commands/ListProtectedResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -61
- package/dist/cjs/commands/ListRecoveryPointsByBackupVaultCommand.js.map +0 -1
- package/dist/cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -66
- package/dist/cjs/commands/ListRecoveryPointsByResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListReportJobsCommand.js +0 -61
- package/dist/cjs/commands/ListReportJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReportPlansCommand.js +0 -62
- package/dist/cjs/commands/ListReportPlansCommand.js.map +0 -1
- package/dist/cjs/commands/ListRestoreJobsCommand.js +0 -62
- package/dist/cjs/commands/ListRestoreJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js +0 -67
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -63
- package/dist/cjs/commands/PutBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutBackupVaultNotificationsCommand.js +0 -61
- package/dist/cjs/commands/PutBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/cjs/commands/StartBackupJobCommand.js +0 -61
- package/dist/cjs/commands/StartBackupJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartCopyJobCommand.js +0 -62
- package/dist/cjs/commands/StartCopyJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartReportJobCommand.js +0 -61
- package/dist/cjs/commands/StartReportJobCommand.js.map +0 -1
- package/dist/cjs/commands/StartRestoreJobCommand.js +0 -61
- package/dist/cjs/commands/StartRestoreJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopBackupJobCommand.js +0 -61
- package/dist/cjs/commands/StopBackupJobCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -62
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -62
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBackupPlanCommand.js +0 -63
- package/dist/cjs/commands/UpdateBackupPlanCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFrameworkCommand.js +0 -62
- package/dist/cjs/commands/UpdateFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGlobalSettingsCommand.js +0 -63
- package/dist/cjs/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -70
- package/dist/cjs/commands/UpdateRecoveryPointLifecycleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegionSettingsCommand.js +0 -66
- package/dist/cjs/commands/UpdateRegionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateReportPlanCommand.js +0 -62
- package/dist/cjs/commands/UpdateReportPlanCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -87
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -1454
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListBackupJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupPlanTemplatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupPlanVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlansPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupPlansPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupSelectionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupSelectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupVaultsPaginator.js +0 -46
- package/dist/cjs/pagination/ListBackupVaultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCopyJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListCopyJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFrameworksPaginator.js +0 -46
- package/dist/cjs/pagination/ListFrameworksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProtectedResourcesPaginator.js +0 -46
- package/dist/cjs/pagination/ListProtectedResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -46
- package/dist/cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -46
- package/dist/cjs/pagination/ListRecoveryPointsByResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReportJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListReportJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReportPlansPaginator.js +0 -46
- package/dist/cjs/pagination/ListReportPlansPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRestoreJobsPaginator.js +0 -46
- package/dist/cjs/pagination/ListRestoreJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -8303
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Backup.js +0 -971
- package/dist/es/Backup.js.map +0 -1
- package/dist/es/BackupClient.js +0 -38
- package/dist/es/BackupClient.js.map +0 -1
- package/dist/es/commands/CreateBackupPlanCommand.js +0 -40
- package/dist/es/commands/CreateBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/CreateBackupSelectionCommand.js +0 -40
- package/dist/es/commands/CreateBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/CreateBackupVaultCommand.js +0 -40
- package/dist/es/commands/CreateBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/CreateFrameworkCommand.js +0 -40
- package/dist/es/commands/CreateFrameworkCommand.js.map +0 -1
- package/dist/es/commands/CreateReportPlanCommand.js +0 -40
- package/dist/es/commands/CreateReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupPlanCommand.js +0 -40
- package/dist/es/commands/DeleteBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupSelectionCommand.js +0 -40
- package/dist/es/commands/DeleteBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -40
- package/dist/es/commands/DeleteBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultCommand.js +0 -40
- package/dist/es/commands/DeleteBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultNotificationsCommand.js +0 -40
- package/dist/es/commands/DeleteBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteFrameworkCommand.js +0 -40
- package/dist/es/commands/DeleteFrameworkCommand.js.map +0 -1
- package/dist/es/commands/DeleteRecoveryPointCommand.js +0 -40
- package/dist/es/commands/DeleteRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteReportPlanCommand.js +0 -40
- package/dist/es/commands/DeleteReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupJobCommand.js +0 -40
- package/dist/es/commands/DescribeBackupJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupVaultCommand.js +0 -40
- package/dist/es/commands/DescribeBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/DescribeCopyJobCommand.js +0 -40
- package/dist/es/commands/DescribeCopyJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeFrameworkCommand.js +0 -40
- package/dist/es/commands/DescribeFrameworkCommand.js.map +0 -1
- package/dist/es/commands/DescribeGlobalSettingsCommand.js +0 -40
- package/dist/es/commands/DescribeGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeProtectedResourceCommand.js +0 -40
- package/dist/es/commands/DescribeProtectedResourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeRecoveryPointCommand.js +0 -40
- package/dist/es/commands/DescribeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegionSettingsCommand.js +0 -40
- package/dist/es/commands/DescribeRegionSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReportJobCommand.js +0 -40
- package/dist/es/commands/DescribeReportJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeReportPlanCommand.js +0 -40
- package/dist/es/commands/DescribeReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeRestoreJobCommand.js +0 -40
- package/dist/es/commands/DescribeRestoreJobCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRecoveryPointCommand.js +0 -40
- package/dist/es/commands/DisassociateRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/ExportBackupPlanTemplateCommand.js +0 -40
- package/dist/es/commands/ExportBackupPlanTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanCommand.js +0 -40
- package/dist/es/commands/GetBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanFromJSONCommand.js +0 -40
- package/dist/es/commands/GetBackupPlanFromJSONCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanFromTemplateCommand.js +0 -40
- package/dist/es/commands/GetBackupPlanFromTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetBackupSelectionCommand.js +0 -40
- package/dist/es/commands/GetBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/GetBackupVaultAccessPolicyCommand.js +0 -40
- package/dist/es/commands/GetBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBackupVaultNotificationsCommand.js +0 -40
- package/dist/es/commands/GetBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -40
- package/dist/es/commands/GetRecoveryPointRestoreMetadataCommand.js.map +0 -1
- package/dist/es/commands/GetSupportedResourceTypesCommand.js +0 -40
- package/dist/es/commands/GetSupportedResourceTypesCommand.js.map +0 -1
- package/dist/es/commands/ListBackupJobsCommand.js +0 -40
- package/dist/es/commands/ListBackupJobsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlanTemplatesCommand.js +0 -40
- package/dist/es/commands/ListBackupPlanTemplatesCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlanVersionsCommand.js +0 -40
- package/dist/es/commands/ListBackupPlanVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlansCommand.js +0 -40
- package/dist/es/commands/ListBackupPlansCommand.js.map +0 -1
- package/dist/es/commands/ListBackupSelectionsCommand.js +0 -40
- package/dist/es/commands/ListBackupSelectionsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupVaultsCommand.js +0 -40
- package/dist/es/commands/ListBackupVaultsCommand.js.map +0 -1
- package/dist/es/commands/ListCopyJobsCommand.js +0 -40
- package/dist/es/commands/ListCopyJobsCommand.js.map +0 -1
- package/dist/es/commands/ListFrameworksCommand.js +0 -40
- package/dist/es/commands/ListFrameworksCommand.js.map +0 -1
- package/dist/es/commands/ListProtectedResourcesCommand.js +0 -40
- package/dist/es/commands/ListProtectedResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -40
- package/dist/es/commands/ListRecoveryPointsByBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/ListRecoveryPointsByResourceCommand.js +0 -40
- package/dist/es/commands/ListRecoveryPointsByResourceCommand.js.map +0 -1
- package/dist/es/commands/ListReportJobsCommand.js +0 -40
- package/dist/es/commands/ListReportJobsCommand.js.map +0 -1
- package/dist/es/commands/ListReportPlansCommand.js +0 -40
- package/dist/es/commands/ListReportPlansCommand.js.map +0 -1
- package/dist/es/commands/ListRestoreJobsCommand.js +0 -40
- package/dist/es/commands/ListRestoreJobsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js +0 -40
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/PutBackupVaultAccessPolicyCommand.js +0 -40
- package/dist/es/commands/PutBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBackupVaultNotificationsCommand.js +0 -40
- package/dist/es/commands/PutBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/StartBackupJobCommand.js +0 -40
- package/dist/es/commands/StartBackupJobCommand.js.map +0 -1
- package/dist/es/commands/StartCopyJobCommand.js +0 -40
- package/dist/es/commands/StartCopyJobCommand.js.map +0 -1
- package/dist/es/commands/StartReportJobCommand.js +0 -40
- package/dist/es/commands/StartReportJobCommand.js.map +0 -1
- package/dist/es/commands/StartRestoreJobCommand.js +0 -40
- package/dist/es/commands/StartRestoreJobCommand.js.map +0 -1
- package/dist/es/commands/StopBackupJobCommand.js +0 -40
- package/dist/es/commands/StopBackupJobCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateBackupPlanCommand.js +0 -40
- package/dist/es/commands/UpdateBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/UpdateFrameworkCommand.js +0 -40
- package/dist/es/commands/UpdateFrameworkCommand.js.map +0 -1
- package/dist/es/commands/UpdateGlobalSettingsCommand.js +0 -40
- package/dist/es/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateRecoveryPointLifecycleCommand.js +0 -40
- package/dist/es/commands/UpdateRecoveryPointLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegionSettingsCommand.js +0 -40
- package/dist/es/commands/UpdateRegionSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateReportPlanCommand.js +0 -40
- package/dist/es/commands/UpdateReportPlanCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -84
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -672
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListBackupJobsPaginator.js +0 -75
- package/dist/es/pagination/ListBackupJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlanTemplatesPaginator.js +0 -75
- package/dist/es/pagination/ListBackupPlanTemplatesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlanVersionsPaginator.js +0 -75
- package/dist/es/pagination/ListBackupPlanVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlansPaginator.js +0 -75
- package/dist/es/pagination/ListBackupPlansPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupSelectionsPaginator.js +0 -75
- package/dist/es/pagination/ListBackupSelectionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupVaultsPaginator.js +0 -75
- package/dist/es/pagination/ListBackupVaultsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCopyJobsPaginator.js +0 -75
- package/dist/es/pagination/ListCopyJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFrameworksPaginator.js +0 -75
- package/dist/es/pagination/ListFrameworksPaginator.js.map +0 -1
- package/dist/es/pagination/ListProtectedResourcesPaginator.js +0 -75
- package/dist/es/pagination/ListProtectedResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -75
- package/dist/es/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecoveryPointsByResourcePaginator.js +0 -75
- package/dist/es/pagination/ListRecoveryPointsByResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListReportJobsPaginator.js +0 -75
- package/dist/es/pagination/ListReportJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListReportPlansPaginator.js +0 -75
- package/dist/es/pagination/ListReportPlansPaginator.js.map +0 -1
- package/dist/es/pagination/ListRestoreJobsPaginator.js +0 -75
- package/dist/es/pagination/ListRestoreJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsPaginator.js +0 -75
- package/dist/es/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9306
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Backup.d.ts +0 -586
- package/dist/types/BackupClient.d.ts +0 -200
- package/dist/types/commands/CreateBackupPlanCommand.d.ts +0 -39
- package/dist/types/commands/CreateBackupSelectionCommand.d.ts +0 -75
- package/dist/types/commands/CreateBackupVaultCommand.d.ts +0 -41
- package/dist/types/commands/CreateFrameworkCommand.d.ts +0 -39
- package/dist/types/commands/CreateReportPlanCommand.d.ts +0 -38
- package/dist/types/commands/DeleteBackupPlanCommand.d.ts +0 -37
- package/dist/types/commands/DeleteBackupSelectionCommand.d.ts +0 -36
- package/dist/types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteBackupVaultCommand.d.ts +0 -36
- package/dist/types/commands/DeleteBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteFrameworkCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRecoveryPointCommand.d.ts +0 -37
- package/dist/types/commands/DeleteReportPlanCommand.d.ts +0 -35
- package/dist/types/commands/DescribeBackupJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeBackupVaultCommand.d.ts +0 -35
- package/dist/types/commands/DescribeCopyJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeFrameworkCommand.d.ts +0 -35
- package/dist/types/commands/DescribeGlobalSettingsCommand.d.ts +0 -38
- package/dist/types/commands/DescribeProtectedResourceCommand.d.ts +0 -37
- package/dist/types/commands/DescribeRecoveryPointCommand.d.ts +0 -36
- package/dist/types/commands/DescribeRegionSettingsCommand.d.ts +0 -39
- package/dist/types/commands/DescribeReportJobCommand.d.ts +0 -36
- package/dist/types/commands/DescribeReportPlanCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRestoreJobCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateRecoveryPointCommand.d.ts +0 -38
- package/dist/types/commands/ExportBackupPlanTemplateCommand.d.ts +0 -35
- package/dist/types/commands/GetBackupPlanCommand.d.ts +0 -36
- package/dist/types/commands/GetBackupPlanFromJSONCommand.d.ts +0 -35
- package/dist/types/commands/GetBackupPlanFromTemplateCommand.d.ts +0 -35
- package/dist/types/commands/GetBackupSelectionCommand.d.ts +0 -36
- package/dist/types/commands/GetBackupVaultAccessPolicyCommand.d.ts +0 -36
- package/dist/types/commands/GetBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +0 -35
- package/dist/types/commands/GetSupportedResourceTypesCommand.d.ts +0 -35
- package/dist/types/commands/ListBackupJobsCommand.d.ts +0 -36
- package/dist/types/commands/ListBackupPlanTemplatesCommand.d.ts +0 -36
- package/dist/types/commands/ListBackupPlanVersionsCommand.d.ts +0 -36
- package/dist/types/commands/ListBackupPlansCommand.d.ts +0 -37
- package/dist/types/commands/ListBackupSelectionsCommand.d.ts +0 -36
- package/dist/types/commands/ListBackupVaultsCommand.d.ts +0 -36
- package/dist/types/commands/ListCopyJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListFrameworksCommand.d.ts +0 -35
- package/dist/types/commands/ListProtectedResourcesCommand.d.ts +0 -37
- package/dist/types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +0 -35
- package/dist/types/commands/ListRecoveryPointsByResourceCommand.d.ts +0 -40
- package/dist/types/commands/ListReportJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListReportPlansCommand.d.ts +0 -36
- package/dist/types/commands/ListRestoreJobsCommand.d.ts +0 -36
- package/dist/types/commands/ListTagsCommand.d.ts +0 -41
- package/dist/types/commands/PutBackupVaultAccessPolicyCommand.d.ts +0 -37
- package/dist/types/commands/PutBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/commands/StartBackupJobCommand.d.ts +0 -35
- package/dist/types/commands/StartCopyJobCommand.d.ts +0 -36
- package/dist/types/commands/StartReportJobCommand.d.ts +0 -35
- package/dist/types/commands/StartRestoreJobCommand.d.ts +0 -35
- package/dist/types/commands/StopBackupJobCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UpdateBackupPlanCommand.d.ts +0 -37
- package/dist/types/commands/UpdateFrameworkCommand.d.ts +0 -36
- package/dist/types/commands/UpdateGlobalSettingsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +0 -44
- package/dist/types/commands/UpdateRegionSettingsCommand.d.ts +0 -40
- package/dist/types/commands/UpdateReportPlanCommand.d.ts +0 -36
- package/dist/types/index.d.ts +0 -83
- package/dist/types/models/models_0.d.ts +0 -4641
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListBackupJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBackupPlanTemplatesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBackupPlanVersionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBackupPlansPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBackupSelectionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBackupVaultsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListCopyJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListFrameworksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProtectedResourcesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRecoveryPointsByResourcePaginator.d.ts +0 -4
- package/dist/types/pagination/ListReportJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListReportPlansPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRestoreJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTagsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -194
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Backup.d.ts +0 -586
- package/dist/types/ts3.4/BackupClient.d.ts +0 -200
- package/dist/types/ts3.4/commands/CreateBackupPlanCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/CreateBackupVaultCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateFrameworkCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateReportPlanCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteFrameworkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteReportPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeBackupJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCopyJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeFrameworkCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DescribeReportJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeReportPlanCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBackupPlanCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetBackupSelectionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListBackupJobsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBackupPlansCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListBackupVaultsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListCopyJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListFrameworksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListReportJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListReportPlansCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListRestoreJobsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListTagsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartBackupJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartCopyJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StartReportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartRestoreJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopBackupJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateFrameworkCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/UpdateReportPlanCommand.d.ts +0 -36
- package/dist/types/ts3.4/index.d.ts +0 -83
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4641
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListFrameworksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListReportJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListReportPlansPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTagsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -194
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -57
- package/index.ts +0 -83
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5622
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListBackupJobsPaginator.ts +0 -58
- package/pagination/ListBackupPlanTemplatesPaginator.ts +0 -58
- package/pagination/ListBackupPlanVersionsPaginator.ts +0 -58
- package/pagination/ListBackupPlansPaginator.ts +0 -58
- package/pagination/ListBackupSelectionsPaginator.ts +0 -58
- package/pagination/ListBackupVaultsPaginator.ts +0 -58
- package/pagination/ListCopyJobsPaginator.ts +0 -58
- package/pagination/ListFrameworksPaginator.ts +0 -58
- package/pagination/ListProtectedResourcesPaginator.ts +0 -58
- package/pagination/ListRecoveryPointsByBackupVaultPaginator.ts +0 -58
- package/pagination/ListRecoveryPointsByResourcePaginator.ts +0 -58
- package/pagination/ListReportJobsPaginator.ts +0 -58
- package/pagination/ListReportPlansPaginator.ts +0 -58
- package/pagination/ListRestoreJobsPaginator.ts +0 -58
- package/pagination/ListTagsPaginator.ts +0 -54
- package/protocols/Aws_restJson1.ts +0 -9395
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,679 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AdvancedBackupSetting;
|
|
4
|
+
(function (AdvancedBackupSetting) {
|
|
5
|
+
AdvancedBackupSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AdvancedBackupSetting || (AdvancedBackupSetting = {}));
|
|
7
|
+
export var AlreadyExistsException;
|
|
8
|
+
(function (AlreadyExistsException) {
|
|
9
|
+
AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AlreadyExistsException || (AlreadyExistsException = {}));
|
|
11
|
+
export var RecoveryPointCreator;
|
|
12
|
+
(function (RecoveryPointCreator) {
|
|
13
|
+
RecoveryPointCreator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(RecoveryPointCreator || (RecoveryPointCreator = {}));
|
|
15
|
+
export var BackupJobState;
|
|
16
|
+
(function (BackupJobState) {
|
|
17
|
+
BackupJobState["ABORTED"] = "ABORTED";
|
|
18
|
+
BackupJobState["ABORTING"] = "ABORTING";
|
|
19
|
+
BackupJobState["COMPLETED"] = "COMPLETED";
|
|
20
|
+
BackupJobState["CREATED"] = "CREATED";
|
|
21
|
+
BackupJobState["EXPIRED"] = "EXPIRED";
|
|
22
|
+
BackupJobState["FAILED"] = "FAILED";
|
|
23
|
+
BackupJobState["PENDING"] = "PENDING";
|
|
24
|
+
BackupJobState["RUNNING"] = "RUNNING";
|
|
25
|
+
})(BackupJobState || (BackupJobState = {}));
|
|
26
|
+
export var BackupJob;
|
|
27
|
+
(function (BackupJob) {
|
|
28
|
+
BackupJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(BackupJob || (BackupJob = {}));
|
|
30
|
+
export var Lifecycle;
|
|
31
|
+
(function (Lifecycle) {
|
|
32
|
+
Lifecycle.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(Lifecycle || (Lifecycle = {}));
|
|
34
|
+
export var CopyAction;
|
|
35
|
+
(function (CopyAction) {
|
|
36
|
+
CopyAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(CopyAction || (CopyAction = {}));
|
|
38
|
+
export var BackupRule;
|
|
39
|
+
(function (BackupRule) {
|
|
40
|
+
BackupRule.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
|
|
41
|
+
})(BackupRule || (BackupRule = {}));
|
|
42
|
+
export var BackupPlan;
|
|
43
|
+
(function (BackupPlan) {
|
|
44
|
+
BackupPlan.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return BackupRule.filterSensitiveLog(item); }) }))); };
|
|
45
|
+
})(BackupPlan || (BackupPlan = {}));
|
|
46
|
+
export var BackupRuleInput;
|
|
47
|
+
(function (BackupRuleInput) {
|
|
48
|
+
BackupRuleInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
|
|
49
|
+
})(BackupRuleInput || (BackupRuleInput = {}));
|
|
50
|
+
export var BackupPlanInput;
|
|
51
|
+
(function (BackupPlanInput) {
|
|
52
|
+
BackupPlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Rules && { Rules: obj.Rules.map(function (item) { return BackupRuleInput.filterSensitiveLog(item); }) }))); };
|
|
53
|
+
})(BackupPlanInput || (BackupPlanInput = {}));
|
|
54
|
+
export var BackupPlansListMember;
|
|
55
|
+
(function (BackupPlansListMember) {
|
|
56
|
+
BackupPlansListMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
+
})(BackupPlansListMember || (BackupPlansListMember = {}));
|
|
58
|
+
export var BackupPlanTemplatesListMember;
|
|
59
|
+
(function (BackupPlanTemplatesListMember) {
|
|
60
|
+
BackupPlanTemplatesListMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
61
|
+
})(BackupPlanTemplatesListMember || (BackupPlanTemplatesListMember = {}));
|
|
62
|
+
export var ConditionType;
|
|
63
|
+
(function (ConditionType) {
|
|
64
|
+
ConditionType["STRINGEQUALS"] = "STRINGEQUALS";
|
|
65
|
+
})(ConditionType || (ConditionType = {}));
|
|
66
|
+
export var Condition;
|
|
67
|
+
(function (Condition) {
|
|
68
|
+
Condition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
})(Condition || (Condition = {}));
|
|
70
|
+
export var BackupSelection;
|
|
71
|
+
(function (BackupSelection) {
|
|
72
|
+
BackupSelection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(BackupSelection || (BackupSelection = {}));
|
|
74
|
+
export var BackupSelectionsListMember;
|
|
75
|
+
(function (BackupSelectionsListMember) {
|
|
76
|
+
BackupSelectionsListMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
})(BackupSelectionsListMember || (BackupSelectionsListMember = {}));
|
|
78
|
+
export var BackupVaultEvent;
|
|
79
|
+
(function (BackupVaultEvent) {
|
|
80
|
+
BackupVaultEvent["BACKUP_JOB_COMPLETED"] = "BACKUP_JOB_COMPLETED";
|
|
81
|
+
BackupVaultEvent["BACKUP_JOB_EXPIRED"] = "BACKUP_JOB_EXPIRED";
|
|
82
|
+
BackupVaultEvent["BACKUP_JOB_FAILED"] = "BACKUP_JOB_FAILED";
|
|
83
|
+
BackupVaultEvent["BACKUP_JOB_STARTED"] = "BACKUP_JOB_STARTED";
|
|
84
|
+
BackupVaultEvent["BACKUP_JOB_SUCCESSFUL"] = "BACKUP_JOB_SUCCESSFUL";
|
|
85
|
+
BackupVaultEvent["BACKUP_PLAN_CREATED"] = "BACKUP_PLAN_CREATED";
|
|
86
|
+
BackupVaultEvent["BACKUP_PLAN_MODIFIED"] = "BACKUP_PLAN_MODIFIED";
|
|
87
|
+
BackupVaultEvent["COPY_JOB_FAILED"] = "COPY_JOB_FAILED";
|
|
88
|
+
BackupVaultEvent["COPY_JOB_STARTED"] = "COPY_JOB_STARTED";
|
|
89
|
+
BackupVaultEvent["COPY_JOB_SUCCESSFUL"] = "COPY_JOB_SUCCESSFUL";
|
|
90
|
+
BackupVaultEvent["RECOVERY_POINT_MODIFIED"] = "RECOVERY_POINT_MODIFIED";
|
|
91
|
+
BackupVaultEvent["RESTORE_JOB_COMPLETED"] = "RESTORE_JOB_COMPLETED";
|
|
92
|
+
BackupVaultEvent["RESTORE_JOB_FAILED"] = "RESTORE_JOB_FAILED";
|
|
93
|
+
BackupVaultEvent["RESTORE_JOB_STARTED"] = "RESTORE_JOB_STARTED";
|
|
94
|
+
BackupVaultEvent["RESTORE_JOB_SUCCESSFUL"] = "RESTORE_JOB_SUCCESSFUL";
|
|
95
|
+
})(BackupVaultEvent || (BackupVaultEvent = {}));
|
|
96
|
+
export var BackupVaultListMember;
|
|
97
|
+
(function (BackupVaultListMember) {
|
|
98
|
+
BackupVaultListMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
})(BackupVaultListMember || (BackupVaultListMember = {}));
|
|
100
|
+
export var CalculatedLifecycle;
|
|
101
|
+
(function (CalculatedLifecycle) {
|
|
102
|
+
CalculatedLifecycle.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
})(CalculatedLifecycle || (CalculatedLifecycle = {}));
|
|
104
|
+
export var ConflictException;
|
|
105
|
+
(function (ConflictException) {
|
|
106
|
+
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
})(ConflictException || (ConflictException = {}));
|
|
108
|
+
export var ControlInputParameter;
|
|
109
|
+
(function (ControlInputParameter) {
|
|
110
|
+
ControlInputParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
})(ControlInputParameter || (ControlInputParameter = {}));
|
|
112
|
+
export var ControlScope;
|
|
113
|
+
(function (ControlScope) {
|
|
114
|
+
ControlScope.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
})(ControlScope || (ControlScope = {}));
|
|
116
|
+
export var CopyJobState;
|
|
117
|
+
(function (CopyJobState) {
|
|
118
|
+
CopyJobState["COMPLETED"] = "COMPLETED";
|
|
119
|
+
CopyJobState["CREATED"] = "CREATED";
|
|
120
|
+
CopyJobState["FAILED"] = "FAILED";
|
|
121
|
+
CopyJobState["RUNNING"] = "RUNNING";
|
|
122
|
+
})(CopyJobState || (CopyJobState = {}));
|
|
123
|
+
export var CopyJob;
|
|
124
|
+
(function (CopyJob) {
|
|
125
|
+
CopyJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
})(CopyJob || (CopyJob = {}));
|
|
127
|
+
export var CreateBackupPlanInput;
|
|
128
|
+
(function (CreateBackupPlanInput) {
|
|
129
|
+
CreateBackupPlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanInput.filterSensitiveLog(obj.BackupPlan) })), (obj.BackupPlanTags && { BackupPlanTags: SENSITIVE_STRING }))); };
|
|
130
|
+
})(CreateBackupPlanInput || (CreateBackupPlanInput = {}));
|
|
131
|
+
export var CreateBackupPlanOutput;
|
|
132
|
+
(function (CreateBackupPlanOutput) {
|
|
133
|
+
CreateBackupPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
})(CreateBackupPlanOutput || (CreateBackupPlanOutput = {}));
|
|
135
|
+
export var InvalidParameterValueException;
|
|
136
|
+
(function (InvalidParameterValueException) {
|
|
137
|
+
InvalidParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
})(InvalidParameterValueException || (InvalidParameterValueException = {}));
|
|
139
|
+
export var LimitExceededException;
|
|
140
|
+
(function (LimitExceededException) {
|
|
141
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
143
|
+
export var MissingParameterValueException;
|
|
144
|
+
(function (MissingParameterValueException) {
|
|
145
|
+
MissingParameterValueException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
})(MissingParameterValueException || (MissingParameterValueException = {}));
|
|
147
|
+
export var ServiceUnavailableException;
|
|
148
|
+
(function (ServiceUnavailableException) {
|
|
149
|
+
ServiceUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
})(ServiceUnavailableException || (ServiceUnavailableException = {}));
|
|
151
|
+
export var CreateBackupSelectionInput;
|
|
152
|
+
(function (CreateBackupSelectionInput) {
|
|
153
|
+
CreateBackupSelectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
})(CreateBackupSelectionInput || (CreateBackupSelectionInput = {}));
|
|
155
|
+
export var CreateBackupSelectionOutput;
|
|
156
|
+
(function (CreateBackupSelectionOutput) {
|
|
157
|
+
CreateBackupSelectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
})(CreateBackupSelectionOutput || (CreateBackupSelectionOutput = {}));
|
|
159
|
+
export var CreateBackupVaultInput;
|
|
160
|
+
(function (CreateBackupVaultInput) {
|
|
161
|
+
CreateBackupVaultInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupVaultTags && { BackupVaultTags: SENSITIVE_STRING }))); };
|
|
162
|
+
})(CreateBackupVaultInput || (CreateBackupVaultInput = {}));
|
|
163
|
+
export var CreateBackupVaultOutput;
|
|
164
|
+
(function (CreateBackupVaultOutput) {
|
|
165
|
+
CreateBackupVaultOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
})(CreateBackupVaultOutput || (CreateBackupVaultOutput = {}));
|
|
167
|
+
export var FrameworkControl;
|
|
168
|
+
(function (FrameworkControl) {
|
|
169
|
+
FrameworkControl.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
})(FrameworkControl || (FrameworkControl = {}));
|
|
171
|
+
export var CreateFrameworkInput;
|
|
172
|
+
(function (CreateFrameworkInput) {
|
|
173
|
+
CreateFrameworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
})(CreateFrameworkInput || (CreateFrameworkInput = {}));
|
|
175
|
+
export var CreateFrameworkOutput;
|
|
176
|
+
(function (CreateFrameworkOutput) {
|
|
177
|
+
CreateFrameworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
})(CreateFrameworkOutput || (CreateFrameworkOutput = {}));
|
|
179
|
+
export var ReportDeliveryChannel;
|
|
180
|
+
(function (ReportDeliveryChannel) {
|
|
181
|
+
ReportDeliveryChannel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
})(ReportDeliveryChannel || (ReportDeliveryChannel = {}));
|
|
183
|
+
export var ReportSetting;
|
|
184
|
+
(function (ReportSetting) {
|
|
185
|
+
ReportSetting.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(ReportSetting || (ReportSetting = {}));
|
|
187
|
+
export var CreateReportPlanInput;
|
|
188
|
+
(function (CreateReportPlanInput) {
|
|
189
|
+
CreateReportPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(CreateReportPlanInput || (CreateReportPlanInput = {}));
|
|
191
|
+
export var CreateReportPlanOutput;
|
|
192
|
+
(function (CreateReportPlanOutput) {
|
|
193
|
+
CreateReportPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(CreateReportPlanOutput || (CreateReportPlanOutput = {}));
|
|
195
|
+
export var DeleteBackupPlanInput;
|
|
196
|
+
(function (DeleteBackupPlanInput) {
|
|
197
|
+
DeleteBackupPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(DeleteBackupPlanInput || (DeleteBackupPlanInput = {}));
|
|
199
|
+
export var DeleteBackupPlanOutput;
|
|
200
|
+
(function (DeleteBackupPlanOutput) {
|
|
201
|
+
DeleteBackupPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(DeleteBackupPlanOutput || (DeleteBackupPlanOutput = {}));
|
|
203
|
+
export var InvalidRequestException;
|
|
204
|
+
(function (InvalidRequestException) {
|
|
205
|
+
InvalidRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(InvalidRequestException || (InvalidRequestException = {}));
|
|
207
|
+
export var ResourceNotFoundException;
|
|
208
|
+
(function (ResourceNotFoundException) {
|
|
209
|
+
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
211
|
+
export var DeleteBackupSelectionInput;
|
|
212
|
+
(function (DeleteBackupSelectionInput) {
|
|
213
|
+
DeleteBackupSelectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
})(DeleteBackupSelectionInput || (DeleteBackupSelectionInput = {}));
|
|
215
|
+
export var DeleteBackupVaultInput;
|
|
216
|
+
(function (DeleteBackupVaultInput) {
|
|
217
|
+
DeleteBackupVaultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
})(DeleteBackupVaultInput || (DeleteBackupVaultInput = {}));
|
|
219
|
+
export var DeleteBackupVaultAccessPolicyInput;
|
|
220
|
+
(function (DeleteBackupVaultAccessPolicyInput) {
|
|
221
|
+
DeleteBackupVaultAccessPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(DeleteBackupVaultAccessPolicyInput || (DeleteBackupVaultAccessPolicyInput = {}));
|
|
223
|
+
export var DeleteBackupVaultLockConfigurationInput;
|
|
224
|
+
(function (DeleteBackupVaultLockConfigurationInput) {
|
|
225
|
+
DeleteBackupVaultLockConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(DeleteBackupVaultLockConfigurationInput || (DeleteBackupVaultLockConfigurationInput = {}));
|
|
227
|
+
export var DeleteBackupVaultNotificationsInput;
|
|
228
|
+
(function (DeleteBackupVaultNotificationsInput) {
|
|
229
|
+
DeleteBackupVaultNotificationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(DeleteBackupVaultNotificationsInput || (DeleteBackupVaultNotificationsInput = {}));
|
|
231
|
+
export var DeleteFrameworkInput;
|
|
232
|
+
(function (DeleteFrameworkInput) {
|
|
233
|
+
DeleteFrameworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(DeleteFrameworkInput || (DeleteFrameworkInput = {}));
|
|
235
|
+
export var DeleteRecoveryPointInput;
|
|
236
|
+
(function (DeleteRecoveryPointInput) {
|
|
237
|
+
DeleteRecoveryPointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(DeleteRecoveryPointInput || (DeleteRecoveryPointInput = {}));
|
|
239
|
+
export var InvalidResourceStateException;
|
|
240
|
+
(function (InvalidResourceStateException) {
|
|
241
|
+
InvalidResourceStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
})(InvalidResourceStateException || (InvalidResourceStateException = {}));
|
|
243
|
+
export var DeleteReportPlanInput;
|
|
244
|
+
(function (DeleteReportPlanInput) {
|
|
245
|
+
DeleteReportPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
})(DeleteReportPlanInput || (DeleteReportPlanInput = {}));
|
|
247
|
+
export var DependencyFailureException;
|
|
248
|
+
(function (DependencyFailureException) {
|
|
249
|
+
DependencyFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
})(DependencyFailureException || (DependencyFailureException = {}));
|
|
251
|
+
export var DescribeBackupJobInput;
|
|
252
|
+
(function (DescribeBackupJobInput) {
|
|
253
|
+
DescribeBackupJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
})(DescribeBackupJobInput || (DescribeBackupJobInput = {}));
|
|
255
|
+
export var DescribeBackupJobOutput;
|
|
256
|
+
(function (DescribeBackupJobOutput) {
|
|
257
|
+
DescribeBackupJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
})(DescribeBackupJobOutput || (DescribeBackupJobOutput = {}));
|
|
259
|
+
export var DescribeBackupVaultInput;
|
|
260
|
+
(function (DescribeBackupVaultInput) {
|
|
261
|
+
DescribeBackupVaultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
})(DescribeBackupVaultInput || (DescribeBackupVaultInput = {}));
|
|
263
|
+
export var DescribeBackupVaultOutput;
|
|
264
|
+
(function (DescribeBackupVaultOutput) {
|
|
265
|
+
DescribeBackupVaultOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
})(DescribeBackupVaultOutput || (DescribeBackupVaultOutput = {}));
|
|
267
|
+
export var DescribeCopyJobInput;
|
|
268
|
+
(function (DescribeCopyJobInput) {
|
|
269
|
+
DescribeCopyJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
})(DescribeCopyJobInput || (DescribeCopyJobInput = {}));
|
|
271
|
+
export var DescribeCopyJobOutput;
|
|
272
|
+
(function (DescribeCopyJobOutput) {
|
|
273
|
+
DescribeCopyJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
})(DescribeCopyJobOutput || (DescribeCopyJobOutput = {}));
|
|
275
|
+
export var DescribeFrameworkInput;
|
|
276
|
+
(function (DescribeFrameworkInput) {
|
|
277
|
+
DescribeFrameworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
})(DescribeFrameworkInput || (DescribeFrameworkInput = {}));
|
|
279
|
+
export var DescribeFrameworkOutput;
|
|
280
|
+
(function (DescribeFrameworkOutput) {
|
|
281
|
+
DescribeFrameworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
})(DescribeFrameworkOutput || (DescribeFrameworkOutput = {}));
|
|
283
|
+
export var DescribeGlobalSettingsInput;
|
|
284
|
+
(function (DescribeGlobalSettingsInput) {
|
|
285
|
+
DescribeGlobalSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
})(DescribeGlobalSettingsInput || (DescribeGlobalSettingsInput = {}));
|
|
287
|
+
export var DescribeGlobalSettingsOutput;
|
|
288
|
+
(function (DescribeGlobalSettingsOutput) {
|
|
289
|
+
DescribeGlobalSettingsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(DescribeGlobalSettingsOutput || (DescribeGlobalSettingsOutput = {}));
|
|
291
|
+
export var DescribeProtectedResourceInput;
|
|
292
|
+
(function (DescribeProtectedResourceInput) {
|
|
293
|
+
DescribeProtectedResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
})(DescribeProtectedResourceInput || (DescribeProtectedResourceInput = {}));
|
|
295
|
+
export var DescribeProtectedResourceOutput;
|
|
296
|
+
(function (DescribeProtectedResourceOutput) {
|
|
297
|
+
DescribeProtectedResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
})(DescribeProtectedResourceOutput || (DescribeProtectedResourceOutput = {}));
|
|
299
|
+
export var DescribeRecoveryPointInput;
|
|
300
|
+
(function (DescribeRecoveryPointInput) {
|
|
301
|
+
DescribeRecoveryPointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
})(DescribeRecoveryPointInput || (DescribeRecoveryPointInput = {}));
|
|
303
|
+
export var RecoveryPointStatus;
|
|
304
|
+
(function (RecoveryPointStatus) {
|
|
305
|
+
RecoveryPointStatus["COMPLETED"] = "COMPLETED";
|
|
306
|
+
RecoveryPointStatus["DELETING"] = "DELETING";
|
|
307
|
+
RecoveryPointStatus["EXPIRED"] = "EXPIRED";
|
|
308
|
+
RecoveryPointStatus["PARTIAL"] = "PARTIAL";
|
|
309
|
+
})(RecoveryPointStatus || (RecoveryPointStatus = {}));
|
|
310
|
+
export var StorageClass;
|
|
311
|
+
(function (StorageClass) {
|
|
312
|
+
StorageClass["COLD"] = "COLD";
|
|
313
|
+
StorageClass["DELETED"] = "DELETED";
|
|
314
|
+
StorageClass["WARM"] = "WARM";
|
|
315
|
+
})(StorageClass || (StorageClass = {}));
|
|
316
|
+
export var DescribeRecoveryPointOutput;
|
|
317
|
+
(function (DescribeRecoveryPointOutput) {
|
|
318
|
+
DescribeRecoveryPointOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
})(DescribeRecoveryPointOutput || (DescribeRecoveryPointOutput = {}));
|
|
320
|
+
export var DescribeRegionSettingsInput;
|
|
321
|
+
(function (DescribeRegionSettingsInput) {
|
|
322
|
+
DescribeRegionSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
})(DescribeRegionSettingsInput || (DescribeRegionSettingsInput = {}));
|
|
324
|
+
export var DescribeRegionSettingsOutput;
|
|
325
|
+
(function (DescribeRegionSettingsOutput) {
|
|
326
|
+
DescribeRegionSettingsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
})(DescribeRegionSettingsOutput || (DescribeRegionSettingsOutput = {}));
|
|
328
|
+
export var DescribeReportJobInput;
|
|
329
|
+
(function (DescribeReportJobInput) {
|
|
330
|
+
DescribeReportJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
})(DescribeReportJobInput || (DescribeReportJobInput = {}));
|
|
332
|
+
export var ReportDestination;
|
|
333
|
+
(function (ReportDestination) {
|
|
334
|
+
ReportDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
})(ReportDestination || (ReportDestination = {}));
|
|
336
|
+
export var ReportJob;
|
|
337
|
+
(function (ReportJob) {
|
|
338
|
+
ReportJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
})(ReportJob || (ReportJob = {}));
|
|
340
|
+
export var DescribeReportJobOutput;
|
|
341
|
+
(function (DescribeReportJobOutput) {
|
|
342
|
+
DescribeReportJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
})(DescribeReportJobOutput || (DescribeReportJobOutput = {}));
|
|
344
|
+
export var DescribeReportPlanInput;
|
|
345
|
+
(function (DescribeReportPlanInput) {
|
|
346
|
+
DescribeReportPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
})(DescribeReportPlanInput || (DescribeReportPlanInput = {}));
|
|
348
|
+
export var ReportPlan;
|
|
349
|
+
(function (ReportPlan) {
|
|
350
|
+
ReportPlan.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(ReportPlan || (ReportPlan = {}));
|
|
352
|
+
export var DescribeReportPlanOutput;
|
|
353
|
+
(function (DescribeReportPlanOutput) {
|
|
354
|
+
DescribeReportPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
})(DescribeReportPlanOutput || (DescribeReportPlanOutput = {}));
|
|
356
|
+
export var DescribeRestoreJobInput;
|
|
357
|
+
(function (DescribeRestoreJobInput) {
|
|
358
|
+
DescribeRestoreJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(DescribeRestoreJobInput || (DescribeRestoreJobInput = {}));
|
|
360
|
+
export var RestoreJobStatus;
|
|
361
|
+
(function (RestoreJobStatus) {
|
|
362
|
+
RestoreJobStatus["ABORTED"] = "ABORTED";
|
|
363
|
+
RestoreJobStatus["COMPLETED"] = "COMPLETED";
|
|
364
|
+
RestoreJobStatus["FAILED"] = "FAILED";
|
|
365
|
+
RestoreJobStatus["PENDING"] = "PENDING";
|
|
366
|
+
RestoreJobStatus["RUNNING"] = "RUNNING";
|
|
367
|
+
})(RestoreJobStatus || (RestoreJobStatus = {}));
|
|
368
|
+
export var DescribeRestoreJobOutput;
|
|
369
|
+
(function (DescribeRestoreJobOutput) {
|
|
370
|
+
DescribeRestoreJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
})(DescribeRestoreJobOutput || (DescribeRestoreJobOutput = {}));
|
|
372
|
+
export var DisassociateRecoveryPointInput;
|
|
373
|
+
(function (DisassociateRecoveryPointInput) {
|
|
374
|
+
DisassociateRecoveryPointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(DisassociateRecoveryPointInput || (DisassociateRecoveryPointInput = {}));
|
|
376
|
+
export var ExportBackupPlanTemplateInput;
|
|
377
|
+
(function (ExportBackupPlanTemplateInput) {
|
|
378
|
+
ExportBackupPlanTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
})(ExportBackupPlanTemplateInput || (ExportBackupPlanTemplateInput = {}));
|
|
380
|
+
export var ExportBackupPlanTemplateOutput;
|
|
381
|
+
(function (ExportBackupPlanTemplateOutput) {
|
|
382
|
+
ExportBackupPlanTemplateOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
})(ExportBackupPlanTemplateOutput || (ExportBackupPlanTemplateOutput = {}));
|
|
384
|
+
export var GetBackupPlanInput;
|
|
385
|
+
(function (GetBackupPlanInput) {
|
|
386
|
+
GetBackupPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
})(GetBackupPlanInput || (GetBackupPlanInput = {}));
|
|
388
|
+
export var GetBackupPlanOutput;
|
|
389
|
+
(function (GetBackupPlanOutput) {
|
|
390
|
+
GetBackupPlanOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlan.filterSensitiveLog(obj.BackupPlan) }))); };
|
|
391
|
+
})(GetBackupPlanOutput || (GetBackupPlanOutput = {}));
|
|
392
|
+
export var GetBackupPlanFromJSONInput;
|
|
393
|
+
(function (GetBackupPlanFromJSONInput) {
|
|
394
|
+
GetBackupPlanFromJSONInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
})(GetBackupPlanFromJSONInput || (GetBackupPlanFromJSONInput = {}));
|
|
396
|
+
export var GetBackupPlanFromJSONOutput;
|
|
397
|
+
(function (GetBackupPlanFromJSONOutput) {
|
|
398
|
+
GetBackupPlanFromJSONOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlan.filterSensitiveLog(obj.BackupPlan) }))); };
|
|
399
|
+
})(GetBackupPlanFromJSONOutput || (GetBackupPlanFromJSONOutput = {}));
|
|
400
|
+
export var GetBackupPlanFromTemplateInput;
|
|
401
|
+
(function (GetBackupPlanFromTemplateInput) {
|
|
402
|
+
GetBackupPlanFromTemplateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
})(GetBackupPlanFromTemplateInput || (GetBackupPlanFromTemplateInput = {}));
|
|
404
|
+
export var GetBackupPlanFromTemplateOutput;
|
|
405
|
+
(function (GetBackupPlanFromTemplateOutput) {
|
|
406
|
+
GetBackupPlanFromTemplateOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlanDocument && { BackupPlanDocument: BackupPlan.filterSensitiveLog(obj.BackupPlanDocument) }))); };
|
|
407
|
+
})(GetBackupPlanFromTemplateOutput || (GetBackupPlanFromTemplateOutput = {}));
|
|
408
|
+
export var GetBackupSelectionInput;
|
|
409
|
+
(function (GetBackupSelectionInput) {
|
|
410
|
+
GetBackupSelectionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
})(GetBackupSelectionInput || (GetBackupSelectionInput = {}));
|
|
412
|
+
export var GetBackupSelectionOutput;
|
|
413
|
+
(function (GetBackupSelectionOutput) {
|
|
414
|
+
GetBackupSelectionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
})(GetBackupSelectionOutput || (GetBackupSelectionOutput = {}));
|
|
416
|
+
export var GetBackupVaultAccessPolicyInput;
|
|
417
|
+
(function (GetBackupVaultAccessPolicyInput) {
|
|
418
|
+
GetBackupVaultAccessPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
})(GetBackupVaultAccessPolicyInput || (GetBackupVaultAccessPolicyInput = {}));
|
|
420
|
+
export var GetBackupVaultAccessPolicyOutput;
|
|
421
|
+
(function (GetBackupVaultAccessPolicyOutput) {
|
|
422
|
+
GetBackupVaultAccessPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
})(GetBackupVaultAccessPolicyOutput || (GetBackupVaultAccessPolicyOutput = {}));
|
|
424
|
+
export var GetBackupVaultNotificationsInput;
|
|
425
|
+
(function (GetBackupVaultNotificationsInput) {
|
|
426
|
+
GetBackupVaultNotificationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
})(GetBackupVaultNotificationsInput || (GetBackupVaultNotificationsInput = {}));
|
|
428
|
+
export var GetBackupVaultNotificationsOutput;
|
|
429
|
+
(function (GetBackupVaultNotificationsOutput) {
|
|
430
|
+
GetBackupVaultNotificationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
})(GetBackupVaultNotificationsOutput || (GetBackupVaultNotificationsOutput = {}));
|
|
432
|
+
export var GetRecoveryPointRestoreMetadataInput;
|
|
433
|
+
(function (GetRecoveryPointRestoreMetadataInput) {
|
|
434
|
+
GetRecoveryPointRestoreMetadataInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
})(GetRecoveryPointRestoreMetadataInput || (GetRecoveryPointRestoreMetadataInput = {}));
|
|
436
|
+
export var GetRecoveryPointRestoreMetadataOutput;
|
|
437
|
+
(function (GetRecoveryPointRestoreMetadataOutput) {
|
|
438
|
+
GetRecoveryPointRestoreMetadataOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RestoreMetadata && { RestoreMetadata: SENSITIVE_STRING }))); };
|
|
439
|
+
})(GetRecoveryPointRestoreMetadataOutput || (GetRecoveryPointRestoreMetadataOutput = {}));
|
|
440
|
+
export var GetSupportedResourceTypesOutput;
|
|
441
|
+
(function (GetSupportedResourceTypesOutput) {
|
|
442
|
+
GetSupportedResourceTypesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
})(GetSupportedResourceTypesOutput || (GetSupportedResourceTypesOutput = {}));
|
|
444
|
+
export var ListBackupJobsInput;
|
|
445
|
+
(function (ListBackupJobsInput) {
|
|
446
|
+
ListBackupJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
})(ListBackupJobsInput || (ListBackupJobsInput = {}));
|
|
448
|
+
export var ListBackupJobsOutput;
|
|
449
|
+
(function (ListBackupJobsOutput) {
|
|
450
|
+
ListBackupJobsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
})(ListBackupJobsOutput || (ListBackupJobsOutput = {}));
|
|
452
|
+
export var ListBackupPlansInput;
|
|
453
|
+
(function (ListBackupPlansInput) {
|
|
454
|
+
ListBackupPlansInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
})(ListBackupPlansInput || (ListBackupPlansInput = {}));
|
|
456
|
+
export var ListBackupPlansOutput;
|
|
457
|
+
(function (ListBackupPlansOutput) {
|
|
458
|
+
ListBackupPlansOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
})(ListBackupPlansOutput || (ListBackupPlansOutput = {}));
|
|
460
|
+
export var ListBackupPlanTemplatesInput;
|
|
461
|
+
(function (ListBackupPlanTemplatesInput) {
|
|
462
|
+
ListBackupPlanTemplatesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
})(ListBackupPlanTemplatesInput || (ListBackupPlanTemplatesInput = {}));
|
|
464
|
+
export var ListBackupPlanTemplatesOutput;
|
|
465
|
+
(function (ListBackupPlanTemplatesOutput) {
|
|
466
|
+
ListBackupPlanTemplatesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
})(ListBackupPlanTemplatesOutput || (ListBackupPlanTemplatesOutput = {}));
|
|
468
|
+
export var ListBackupPlanVersionsInput;
|
|
469
|
+
(function (ListBackupPlanVersionsInput) {
|
|
470
|
+
ListBackupPlanVersionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
})(ListBackupPlanVersionsInput || (ListBackupPlanVersionsInput = {}));
|
|
472
|
+
export var ListBackupPlanVersionsOutput;
|
|
473
|
+
(function (ListBackupPlanVersionsOutput) {
|
|
474
|
+
ListBackupPlanVersionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(ListBackupPlanVersionsOutput || (ListBackupPlanVersionsOutput = {}));
|
|
476
|
+
export var ListBackupSelectionsInput;
|
|
477
|
+
(function (ListBackupSelectionsInput) {
|
|
478
|
+
ListBackupSelectionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(ListBackupSelectionsInput || (ListBackupSelectionsInput = {}));
|
|
480
|
+
export var ListBackupSelectionsOutput;
|
|
481
|
+
(function (ListBackupSelectionsOutput) {
|
|
482
|
+
ListBackupSelectionsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(ListBackupSelectionsOutput || (ListBackupSelectionsOutput = {}));
|
|
484
|
+
export var ListBackupVaultsInput;
|
|
485
|
+
(function (ListBackupVaultsInput) {
|
|
486
|
+
ListBackupVaultsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(ListBackupVaultsInput || (ListBackupVaultsInput = {}));
|
|
488
|
+
export var ListBackupVaultsOutput;
|
|
489
|
+
(function (ListBackupVaultsOutput) {
|
|
490
|
+
ListBackupVaultsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(ListBackupVaultsOutput || (ListBackupVaultsOutput = {}));
|
|
492
|
+
export var ListCopyJobsInput;
|
|
493
|
+
(function (ListCopyJobsInput) {
|
|
494
|
+
ListCopyJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(ListCopyJobsInput || (ListCopyJobsInput = {}));
|
|
496
|
+
export var ListCopyJobsOutput;
|
|
497
|
+
(function (ListCopyJobsOutput) {
|
|
498
|
+
ListCopyJobsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(ListCopyJobsOutput || (ListCopyJobsOutput = {}));
|
|
500
|
+
export var ListFrameworksInput;
|
|
501
|
+
(function (ListFrameworksInput) {
|
|
502
|
+
ListFrameworksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(ListFrameworksInput || (ListFrameworksInput = {}));
|
|
504
|
+
export var Framework;
|
|
505
|
+
(function (Framework) {
|
|
506
|
+
Framework.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
})(Framework || (Framework = {}));
|
|
508
|
+
export var ListFrameworksOutput;
|
|
509
|
+
(function (ListFrameworksOutput) {
|
|
510
|
+
ListFrameworksOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(ListFrameworksOutput || (ListFrameworksOutput = {}));
|
|
512
|
+
export var ListProtectedResourcesInput;
|
|
513
|
+
(function (ListProtectedResourcesInput) {
|
|
514
|
+
ListProtectedResourcesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
})(ListProtectedResourcesInput || (ListProtectedResourcesInput = {}));
|
|
516
|
+
export var ProtectedResource;
|
|
517
|
+
(function (ProtectedResource) {
|
|
518
|
+
ProtectedResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(ProtectedResource || (ProtectedResource = {}));
|
|
520
|
+
export var ListProtectedResourcesOutput;
|
|
521
|
+
(function (ListProtectedResourcesOutput) {
|
|
522
|
+
ListProtectedResourcesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
})(ListProtectedResourcesOutput || (ListProtectedResourcesOutput = {}));
|
|
524
|
+
export var ListRecoveryPointsByBackupVaultInput;
|
|
525
|
+
(function (ListRecoveryPointsByBackupVaultInput) {
|
|
526
|
+
ListRecoveryPointsByBackupVaultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(ListRecoveryPointsByBackupVaultInput || (ListRecoveryPointsByBackupVaultInput = {}));
|
|
528
|
+
export var RecoveryPointByBackupVault;
|
|
529
|
+
(function (RecoveryPointByBackupVault) {
|
|
530
|
+
RecoveryPointByBackupVault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
})(RecoveryPointByBackupVault || (RecoveryPointByBackupVault = {}));
|
|
532
|
+
export var ListRecoveryPointsByBackupVaultOutput;
|
|
533
|
+
(function (ListRecoveryPointsByBackupVaultOutput) {
|
|
534
|
+
ListRecoveryPointsByBackupVaultOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
})(ListRecoveryPointsByBackupVaultOutput || (ListRecoveryPointsByBackupVaultOutput = {}));
|
|
536
|
+
export var ListRecoveryPointsByResourceInput;
|
|
537
|
+
(function (ListRecoveryPointsByResourceInput) {
|
|
538
|
+
ListRecoveryPointsByResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
})(ListRecoveryPointsByResourceInput || (ListRecoveryPointsByResourceInput = {}));
|
|
540
|
+
export var RecoveryPointByResource;
|
|
541
|
+
(function (RecoveryPointByResource) {
|
|
542
|
+
RecoveryPointByResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
})(RecoveryPointByResource || (RecoveryPointByResource = {}));
|
|
544
|
+
export var ListRecoveryPointsByResourceOutput;
|
|
545
|
+
(function (ListRecoveryPointsByResourceOutput) {
|
|
546
|
+
ListRecoveryPointsByResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
})(ListRecoveryPointsByResourceOutput || (ListRecoveryPointsByResourceOutput = {}));
|
|
548
|
+
export var ListReportJobsInput;
|
|
549
|
+
(function (ListReportJobsInput) {
|
|
550
|
+
ListReportJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
})(ListReportJobsInput || (ListReportJobsInput = {}));
|
|
552
|
+
export var ListReportJobsOutput;
|
|
553
|
+
(function (ListReportJobsOutput) {
|
|
554
|
+
ListReportJobsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
})(ListReportJobsOutput || (ListReportJobsOutput = {}));
|
|
556
|
+
export var ListReportPlansInput;
|
|
557
|
+
(function (ListReportPlansInput) {
|
|
558
|
+
ListReportPlansInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
})(ListReportPlansInput || (ListReportPlansInput = {}));
|
|
560
|
+
export var ListReportPlansOutput;
|
|
561
|
+
(function (ListReportPlansOutput) {
|
|
562
|
+
ListReportPlansOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
})(ListReportPlansOutput || (ListReportPlansOutput = {}));
|
|
564
|
+
export var ListRestoreJobsInput;
|
|
565
|
+
(function (ListRestoreJobsInput) {
|
|
566
|
+
ListRestoreJobsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
})(ListRestoreJobsInput || (ListRestoreJobsInput = {}));
|
|
568
|
+
export var RestoreJobsListMember;
|
|
569
|
+
(function (RestoreJobsListMember) {
|
|
570
|
+
RestoreJobsListMember.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
})(RestoreJobsListMember || (RestoreJobsListMember = {}));
|
|
572
|
+
export var ListRestoreJobsOutput;
|
|
573
|
+
(function (ListRestoreJobsOutput) {
|
|
574
|
+
ListRestoreJobsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
})(ListRestoreJobsOutput || (ListRestoreJobsOutput = {}));
|
|
576
|
+
export var ListTagsInput;
|
|
577
|
+
(function (ListTagsInput) {
|
|
578
|
+
ListTagsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
})(ListTagsInput || (ListTagsInput = {}));
|
|
580
|
+
export var ListTagsOutput;
|
|
581
|
+
(function (ListTagsOutput) {
|
|
582
|
+
ListTagsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
583
|
+
})(ListTagsOutput || (ListTagsOutput = {}));
|
|
584
|
+
export var PutBackupVaultAccessPolicyInput;
|
|
585
|
+
(function (PutBackupVaultAccessPolicyInput) {
|
|
586
|
+
PutBackupVaultAccessPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
})(PutBackupVaultAccessPolicyInput || (PutBackupVaultAccessPolicyInput = {}));
|
|
588
|
+
export var PutBackupVaultLockConfigurationInput;
|
|
589
|
+
(function (PutBackupVaultLockConfigurationInput) {
|
|
590
|
+
PutBackupVaultLockConfigurationInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
})(PutBackupVaultLockConfigurationInput || (PutBackupVaultLockConfigurationInput = {}));
|
|
592
|
+
export var PutBackupVaultNotificationsInput;
|
|
593
|
+
(function (PutBackupVaultNotificationsInput) {
|
|
594
|
+
PutBackupVaultNotificationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
})(PutBackupVaultNotificationsInput || (PutBackupVaultNotificationsInput = {}));
|
|
596
|
+
export var StartBackupJobInput;
|
|
597
|
+
(function (StartBackupJobInput) {
|
|
598
|
+
StartBackupJobInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RecoveryPointTags && { RecoveryPointTags: SENSITIVE_STRING }))); };
|
|
599
|
+
})(StartBackupJobInput || (StartBackupJobInput = {}));
|
|
600
|
+
export var StartBackupJobOutput;
|
|
601
|
+
(function (StartBackupJobOutput) {
|
|
602
|
+
StartBackupJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
})(StartBackupJobOutput || (StartBackupJobOutput = {}));
|
|
604
|
+
export var StartCopyJobInput;
|
|
605
|
+
(function (StartCopyJobInput) {
|
|
606
|
+
StartCopyJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
})(StartCopyJobInput || (StartCopyJobInput = {}));
|
|
608
|
+
export var StartCopyJobOutput;
|
|
609
|
+
(function (StartCopyJobOutput) {
|
|
610
|
+
StartCopyJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
})(StartCopyJobOutput || (StartCopyJobOutput = {}));
|
|
612
|
+
export var StartReportJobInput;
|
|
613
|
+
(function (StartReportJobInput) {
|
|
614
|
+
StartReportJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
})(StartReportJobInput || (StartReportJobInput = {}));
|
|
616
|
+
export var StartReportJobOutput;
|
|
617
|
+
(function (StartReportJobOutput) {
|
|
618
|
+
StartReportJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
})(StartReportJobOutput || (StartReportJobOutput = {}));
|
|
620
|
+
export var StartRestoreJobInput;
|
|
621
|
+
(function (StartRestoreJobInput) {
|
|
622
|
+
StartRestoreJobInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: SENSITIVE_STRING }))); };
|
|
623
|
+
})(StartRestoreJobInput || (StartRestoreJobInput = {}));
|
|
624
|
+
export var StartRestoreJobOutput;
|
|
625
|
+
(function (StartRestoreJobOutput) {
|
|
626
|
+
StartRestoreJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
})(StartRestoreJobOutput || (StartRestoreJobOutput = {}));
|
|
628
|
+
export var StopBackupJobInput;
|
|
629
|
+
(function (StopBackupJobInput) {
|
|
630
|
+
StopBackupJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
})(StopBackupJobInput || (StopBackupJobInput = {}));
|
|
632
|
+
export var TagResourceInput;
|
|
633
|
+
(function (TagResourceInput) {
|
|
634
|
+
TagResourceInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
635
|
+
})(TagResourceInput || (TagResourceInput = {}));
|
|
636
|
+
export var UntagResourceInput;
|
|
637
|
+
(function (UntagResourceInput) {
|
|
638
|
+
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TagKeyList && { TagKeyList: SENSITIVE_STRING }))); };
|
|
639
|
+
})(UntagResourceInput || (UntagResourceInput = {}));
|
|
640
|
+
export var UpdateBackupPlanInput;
|
|
641
|
+
(function (UpdateBackupPlanInput) {
|
|
642
|
+
UpdateBackupPlanInput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.BackupPlan && { BackupPlan: BackupPlanInput.filterSensitiveLog(obj.BackupPlan) }))); };
|
|
643
|
+
})(UpdateBackupPlanInput || (UpdateBackupPlanInput = {}));
|
|
644
|
+
export var UpdateBackupPlanOutput;
|
|
645
|
+
(function (UpdateBackupPlanOutput) {
|
|
646
|
+
UpdateBackupPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(UpdateBackupPlanOutput || (UpdateBackupPlanOutput = {}));
|
|
648
|
+
export var UpdateFrameworkInput;
|
|
649
|
+
(function (UpdateFrameworkInput) {
|
|
650
|
+
UpdateFrameworkInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
})(UpdateFrameworkInput || (UpdateFrameworkInput = {}));
|
|
652
|
+
export var UpdateFrameworkOutput;
|
|
653
|
+
(function (UpdateFrameworkOutput) {
|
|
654
|
+
UpdateFrameworkOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(UpdateFrameworkOutput || (UpdateFrameworkOutput = {}));
|
|
656
|
+
export var UpdateGlobalSettingsInput;
|
|
657
|
+
(function (UpdateGlobalSettingsInput) {
|
|
658
|
+
UpdateGlobalSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(UpdateGlobalSettingsInput || (UpdateGlobalSettingsInput = {}));
|
|
660
|
+
export var UpdateRecoveryPointLifecycleInput;
|
|
661
|
+
(function (UpdateRecoveryPointLifecycleInput) {
|
|
662
|
+
UpdateRecoveryPointLifecycleInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(UpdateRecoveryPointLifecycleInput || (UpdateRecoveryPointLifecycleInput = {}));
|
|
664
|
+
export var UpdateRecoveryPointLifecycleOutput;
|
|
665
|
+
(function (UpdateRecoveryPointLifecycleOutput) {
|
|
666
|
+
UpdateRecoveryPointLifecycleOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(UpdateRecoveryPointLifecycleOutput || (UpdateRecoveryPointLifecycleOutput = {}));
|
|
668
|
+
export var UpdateRegionSettingsInput;
|
|
669
|
+
(function (UpdateRegionSettingsInput) {
|
|
670
|
+
UpdateRegionSettingsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(UpdateRegionSettingsInput || (UpdateRegionSettingsInput = {}));
|
|
672
|
+
export var UpdateReportPlanInput;
|
|
673
|
+
(function (UpdateReportPlanInput) {
|
|
674
|
+
UpdateReportPlanInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(UpdateReportPlanInput || (UpdateReportPlanInput = {}));
|
|
676
|
+
export var UpdateReportPlanOutput;
|
|
677
|
+
(function (UpdateReportPlanOutput) {
|
|
678
|
+
UpdateReportPlanOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(UpdateReportPlanOutput || (UpdateReportPlanOutput = {}));
|