@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
|
@@ -1,4641 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
/**
|
|
3
|
-
* <p>A list of backup options for each resource type.</p>
|
|
4
|
-
*/
|
|
5
|
-
export interface AdvancedBackupSetting {
|
|
6
|
-
/**
|
|
7
|
-
* <p>Specifies an object containing resource type and backup options. The only supported
|
|
8
|
-
* resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service
|
|
9
|
-
* (VSS). For a CloudFormation example, see the <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/integrate-cloudformation-with-aws-backup.html">sample
|
|
10
|
-
* CloudFormation template to enable Windows VSS</a> in the <i>Backup User Guide</i>.</p>
|
|
11
|
-
* <p>Valid values: <code>EC2</code>.</p>
|
|
12
|
-
*/
|
|
13
|
-
ResourceType?: string;
|
|
14
|
-
/**
|
|
15
|
-
* <p>Specifies the backup option for a selected resource. This option is only available for
|
|
16
|
-
* Windows VSS backup jobs.</p>
|
|
17
|
-
* <p>Valid values: </p>
|
|
18
|
-
* <p>Set to <code>"WindowsVSS":"enabled"</code> to enable the <code>WindowsVSS</code> backup
|
|
19
|
-
* option and create a Windows VSS backup. </p>
|
|
20
|
-
* <p>Set to <code>"WindowsVSS":"disabled"</code> to create a regular backup. The
|
|
21
|
-
* <code>WindowsVSS</code> option is not enabled by default.</p>
|
|
22
|
-
* <p>If you specify an invalid option, you get an <code>InvalidParameterValueException</code>
|
|
23
|
-
* exception.</p>
|
|
24
|
-
* <p>For more information about Windows VSS backups, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/windows-backups.html">Creating a VSS-Enabled Windows
|
|
25
|
-
* Backup</a>.</p>
|
|
26
|
-
*/
|
|
27
|
-
BackupOptions?: {
|
|
28
|
-
[key: string]: string;
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
export declare namespace AdvancedBackupSetting {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
const filterSensitiveLog: (obj: AdvancedBackupSetting) => any;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* <p>The required resource already exists.</p>
|
|
39
|
-
*/
|
|
40
|
-
export interface AlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
41
|
-
name: "AlreadyExistsException";
|
|
42
|
-
$fault: "client";
|
|
43
|
-
Code?: string;
|
|
44
|
-
Message?: string;
|
|
45
|
-
/**
|
|
46
|
-
* <p></p>
|
|
47
|
-
*/
|
|
48
|
-
CreatorRequestId?: string;
|
|
49
|
-
/**
|
|
50
|
-
* <p></p>
|
|
51
|
-
*/
|
|
52
|
-
Arn?: string;
|
|
53
|
-
/**
|
|
54
|
-
* <p></p>
|
|
55
|
-
*/
|
|
56
|
-
Type?: string;
|
|
57
|
-
/**
|
|
58
|
-
* <p></p>
|
|
59
|
-
*/
|
|
60
|
-
Context?: string;
|
|
61
|
-
}
|
|
62
|
-
export declare namespace AlreadyExistsException {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* <p>Contains information about the backup plan and rule that Backup used to
|
|
70
|
-
* initiate the recovery point backup.</p>
|
|
71
|
-
*/
|
|
72
|
-
export interface RecoveryPointCreator {
|
|
73
|
-
/**
|
|
74
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
75
|
-
*/
|
|
76
|
-
BackupPlanId?: string;
|
|
77
|
-
/**
|
|
78
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
79
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
80
|
-
*/
|
|
81
|
-
BackupPlanArn?: string;
|
|
82
|
-
/**
|
|
83
|
-
* <p>Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at
|
|
84
|
-
* most 1,024 bytes long. They cannot be edited.</p>
|
|
85
|
-
*/
|
|
86
|
-
BackupPlanVersion?: string;
|
|
87
|
-
/**
|
|
88
|
-
* <p>Uniquely identifies a rule used to schedule the backup of a selection of
|
|
89
|
-
* resources.</p>
|
|
90
|
-
*/
|
|
91
|
-
BackupRuleId?: string;
|
|
92
|
-
}
|
|
93
|
-
export declare namespace RecoveryPointCreator {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
const filterSensitiveLog: (obj: RecoveryPointCreator) => any;
|
|
98
|
-
}
|
|
99
|
-
export declare enum BackupJobState {
|
|
100
|
-
ABORTED = "ABORTED",
|
|
101
|
-
ABORTING = "ABORTING",
|
|
102
|
-
COMPLETED = "COMPLETED",
|
|
103
|
-
CREATED = "CREATED",
|
|
104
|
-
EXPIRED = "EXPIRED",
|
|
105
|
-
FAILED = "FAILED",
|
|
106
|
-
PENDING = "PENDING",
|
|
107
|
-
RUNNING = "RUNNING"
|
|
108
|
-
}
|
|
109
|
-
/**
|
|
110
|
-
* <p>Contains detailed information about a backup job.</p>
|
|
111
|
-
*/
|
|
112
|
-
export interface BackupJob {
|
|
113
|
-
/**
|
|
114
|
-
* <p>The account ID that owns the backup job.</p>
|
|
115
|
-
*/
|
|
116
|
-
AccountId?: string;
|
|
117
|
-
/**
|
|
118
|
-
* <p>Uniquely identifies a request to Backup to back up a resource.</p>
|
|
119
|
-
*/
|
|
120
|
-
BackupJobId?: string;
|
|
121
|
-
/**
|
|
122
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
123
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
124
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
125
|
-
* hyphens.</p>
|
|
126
|
-
*/
|
|
127
|
-
BackupVaultName?: string;
|
|
128
|
-
/**
|
|
129
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
130
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
131
|
-
*/
|
|
132
|
-
BackupVaultArn?: string;
|
|
133
|
-
/**
|
|
134
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
135
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
136
|
-
*/
|
|
137
|
-
RecoveryPointArn?: string;
|
|
138
|
-
/**
|
|
139
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
|
|
140
|
-
* resource type.</p>
|
|
141
|
-
*/
|
|
142
|
-
ResourceArn?: string;
|
|
143
|
-
/**
|
|
144
|
-
* <p>The date and time a backup job is created, in Unix format and Coordinated Universal Time
|
|
145
|
-
* (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the
|
|
146
|
-
* value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
147
|
-
*/
|
|
148
|
-
CreationDate?: Date;
|
|
149
|
-
/**
|
|
150
|
-
* <p>The date and time a job to create a backup job is completed, in Unix format and
|
|
151
|
-
* Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to
|
|
152
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
153
|
-
* 12:11:30.087 AM.</p>
|
|
154
|
-
*/
|
|
155
|
-
CompletionDate?: Date;
|
|
156
|
-
/**
|
|
157
|
-
* <p>The current state of a resource recovery point.</p>
|
|
158
|
-
*/
|
|
159
|
-
State?: BackupJobState | string;
|
|
160
|
-
/**
|
|
161
|
-
* <p>A detailed message explaining the status of the job to back up a resource.</p>
|
|
162
|
-
*/
|
|
163
|
-
StatusMessage?: string;
|
|
164
|
-
/**
|
|
165
|
-
* <p>Contains an estimated percentage complete of a job at the time the job status was
|
|
166
|
-
* queried.</p>
|
|
167
|
-
*/
|
|
168
|
-
PercentDone?: string;
|
|
169
|
-
/**
|
|
170
|
-
* <p>The size, in bytes, of a backup.</p>
|
|
171
|
-
*/
|
|
172
|
-
BackupSizeInBytes?: number;
|
|
173
|
-
/**
|
|
174
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point. IAM roles other
|
|
175
|
-
* than the default role must include either <code>AWSBackup</code> or <code>AwsBackup</code>
|
|
176
|
-
* in the role name. For example,
|
|
177
|
-
* <code>arn:aws:iam::123456789012:role/AWSBackupRDSAccess</code>. Role names without those
|
|
178
|
-
* strings lack permissions to perform backup jobs.</p>
|
|
179
|
-
*/
|
|
180
|
-
IamRoleArn?: string;
|
|
181
|
-
/**
|
|
182
|
-
* <p>Contains identifying information about the creation of a backup job, including the
|
|
183
|
-
* <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,
|
|
184
|
-
* and <code>BackupRuleId</code> of the backup plan used to create it.</p>
|
|
185
|
-
*/
|
|
186
|
-
CreatedBy?: RecoveryPointCreator;
|
|
187
|
-
/**
|
|
188
|
-
* <p>The date and time a job to back up resources is expected to be completed, in Unix format
|
|
189
|
-
* and Coordinated Universal Time (UTC). The value of <code>ExpectedCompletionDate</code> is
|
|
190
|
-
* accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January
|
|
191
|
-
* 26, 2018 12:11:30.087 AM.</p>
|
|
192
|
-
*/
|
|
193
|
-
ExpectedCompletionDate?: Date;
|
|
194
|
-
/**
|
|
195
|
-
* <p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job
|
|
196
|
-
* must be started before it is canceled. The value is calculated by adding the start window
|
|
197
|
-
* to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2
|
|
198
|
-
* hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of
|
|
199
|
-
* <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087
|
|
200
|
-
* represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
201
|
-
*/
|
|
202
|
-
StartBy?: Date;
|
|
203
|
-
/**
|
|
204
|
-
* <p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only
|
|
205
|
-
* supported resource type is Amazon EC2.</p>
|
|
206
|
-
*/
|
|
207
|
-
ResourceType?: string;
|
|
208
|
-
/**
|
|
209
|
-
* <p>The size in bytes transferred to a backup vault at the time that the job status was
|
|
210
|
-
* queried.</p>
|
|
211
|
-
*/
|
|
212
|
-
BytesTransferred?: number;
|
|
213
|
-
/**
|
|
214
|
-
* <p>Specifies the backup option for a selected resource. This option is only available for
|
|
215
|
-
* Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
|
|
216
|
-
* <p>Valid values: Set to <code>"WindowsVSS":"enabled"</code> to enable the
|
|
217
|
-
* <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to
|
|
218
|
-
* <code>"WindowsVSS":"disabled"</code> to create a regular backup. If you specify an
|
|
219
|
-
* invalid option, you get an <code>InvalidParameterValueException</code> exception.</p>
|
|
220
|
-
*/
|
|
221
|
-
BackupOptions?: {
|
|
222
|
-
[key: string]: string;
|
|
223
|
-
};
|
|
224
|
-
/**
|
|
225
|
-
* <p>Represents the type of backup for a backup job.</p>
|
|
226
|
-
*/
|
|
227
|
-
BackupType?: string;
|
|
228
|
-
}
|
|
229
|
-
export declare namespace BackupJob {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
|
-
const filterSensitiveLog: (obj: BackupJob) => any;
|
|
234
|
-
}
|
|
235
|
-
/**
|
|
236
|
-
* <p>Contains an array of <code>Transition</code> objects specifying how long in days before
|
|
237
|
-
* a recovery point transitions to cold storage or is deleted.</p>
|
|
238
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
239
|
-
* days. Therefore, on the console, the “expire after days” setting must be 90 days greater
|
|
240
|
-
* than the “transition to cold after days” setting. The “transition to cold after days”
|
|
241
|
-
* setting cannot be changed after a backup has been transitioned to cold.</p>
|
|
242
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
243
|
-
*/
|
|
244
|
-
export interface Lifecycle {
|
|
245
|
-
/**
|
|
246
|
-
* <p>Specifies the number of days after creation that a recovery point is moved to cold
|
|
247
|
-
* storage.</p>
|
|
248
|
-
*/
|
|
249
|
-
MoveToColdStorageAfterDays?: number;
|
|
250
|
-
/**
|
|
251
|
-
* <p>Specifies the number of days after creation that a recovery point is deleted. Must be
|
|
252
|
-
* greater than 90 days plus <code>MoveToColdStorageAfterDays</code>.</p>
|
|
253
|
-
*/
|
|
254
|
-
DeleteAfterDays?: number;
|
|
255
|
-
}
|
|
256
|
-
export declare namespace Lifecycle {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
const filterSensitiveLog: (obj: Lifecycle) => any;
|
|
261
|
-
}
|
|
262
|
-
/**
|
|
263
|
-
* <p>The details of the copy operation.</p>
|
|
264
|
-
*/
|
|
265
|
-
export interface CopyAction {
|
|
266
|
-
/**
|
|
267
|
-
* <p>Contains an array of <code>Transition</code> objects specifying how long in days before
|
|
268
|
-
* a recovery point transitions to cold storage or is deleted.</p>
|
|
269
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
270
|
-
* days. Therefore, on the console, the “expire after days” setting must be 90 days greater
|
|
271
|
-
* than the “transition to cold after days” setting. The “transition to cold after days”
|
|
272
|
-
* setting cannot be changed after a backup has been transitioned to cold.</p>
|
|
273
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
274
|
-
*/
|
|
275
|
-
Lifecycle?: Lifecycle;
|
|
276
|
-
/**
|
|
277
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for
|
|
278
|
-
* the copied backup. For example,
|
|
279
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
280
|
-
*/
|
|
281
|
-
DestinationBackupVaultArn: string | undefined;
|
|
282
|
-
}
|
|
283
|
-
export declare namespace CopyAction {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
|
-
const filterSensitiveLog: (obj: CopyAction) => any;
|
|
288
|
-
}
|
|
289
|
-
/**
|
|
290
|
-
* <p>Specifies a scheduled task used to back up a selection of resources.</p>
|
|
291
|
-
*/
|
|
292
|
-
export interface BackupRule {
|
|
293
|
-
/**
|
|
294
|
-
* <p>An optional display name for a backup rule.</p>
|
|
295
|
-
*/
|
|
296
|
-
RuleName: string | undefined;
|
|
297
|
-
/**
|
|
298
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
299
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
300
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
301
|
-
* hyphens.</p>
|
|
302
|
-
*/
|
|
303
|
-
TargetBackupVaultName: string | undefined;
|
|
304
|
-
/**
|
|
305
|
-
* <p>A cron expression in UTC specifying when Backup initiates a backup job. For
|
|
306
|
-
* more information about cron expressions, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html">Schedule Expressions for Rules</a> in the <i>Amazon CloudWatch Events User
|
|
307
|
-
* Guide.</i>. Prior to specifying a value for this parameter, we recommend testing
|
|
308
|
-
* your cron expression using one of the many available cron generator and testing
|
|
309
|
-
* tools.</p>
|
|
310
|
-
*/
|
|
311
|
-
ScheduleExpression?: string;
|
|
312
|
-
/**
|
|
313
|
-
* <p>A value in minutes after a backup is scheduled before a job will be canceled if it
|
|
314
|
-
* doesn't start successfully. This value is optional.</p>
|
|
315
|
-
*/
|
|
316
|
-
StartWindowMinutes?: number;
|
|
317
|
-
/**
|
|
318
|
-
* <p>A value in minutes after a backup job is successfully started before it must be
|
|
319
|
-
* completed or it will be canceled by Backup. This value is optional.</p>
|
|
320
|
-
*/
|
|
321
|
-
CompletionWindowMinutes?: number;
|
|
322
|
-
/**
|
|
323
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
324
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
325
|
-
* the lifecycle that you define. </p>
|
|
326
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
327
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
328
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
329
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
330
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
331
|
-
*/
|
|
332
|
-
Lifecycle?: Lifecycle;
|
|
333
|
-
/**
|
|
334
|
-
* <p>An array of key-value pair strings that are assigned to resources that are associated
|
|
335
|
-
* with this rule when restored from backup.</p>
|
|
336
|
-
*/
|
|
337
|
-
RecoveryPointTags?: {
|
|
338
|
-
[key: string]: string;
|
|
339
|
-
};
|
|
340
|
-
/**
|
|
341
|
-
* <p>Uniquely identifies a rule that is used to schedule the backup of a selection of
|
|
342
|
-
* resources.</p>
|
|
343
|
-
*/
|
|
344
|
-
RuleId?: string;
|
|
345
|
-
/**
|
|
346
|
-
* <p>An array of <code>CopyAction</code> objects, which contains the details of the copy
|
|
347
|
-
* operation.</p>
|
|
348
|
-
*/
|
|
349
|
-
CopyActions?: CopyAction[];
|
|
350
|
-
/**
|
|
351
|
-
* <p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False
|
|
352
|
-
* (or not specified) causes Backup to create snapshot backups.</p>
|
|
353
|
-
*/
|
|
354
|
-
EnableContinuousBackup?: boolean;
|
|
355
|
-
}
|
|
356
|
-
export declare namespace BackupRule {
|
|
357
|
-
/**
|
|
358
|
-
* @internal
|
|
359
|
-
*/
|
|
360
|
-
const filterSensitiveLog: (obj: BackupRule) => any;
|
|
361
|
-
}
|
|
362
|
-
/**
|
|
363
|
-
* <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
|
|
364
|
-
* objects, each of which specifies a backup rule. Each rule in a backup plan is a separate
|
|
365
|
-
* scheduled task and can back up a different selection of Amazon Web Services
|
|
366
|
-
* resources.</p>
|
|
367
|
-
*/
|
|
368
|
-
export interface BackupPlan {
|
|
369
|
-
/**
|
|
370
|
-
* <p>The display name of a backup plan.</p>
|
|
371
|
-
*/
|
|
372
|
-
BackupPlanName: string | undefined;
|
|
373
|
-
/**
|
|
374
|
-
* <p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task
|
|
375
|
-
* that is used to back up a selection of resources. </p>
|
|
376
|
-
*/
|
|
377
|
-
Rules: BackupRule[] | undefined;
|
|
378
|
-
/**
|
|
379
|
-
* <p>Contains a list of <code>BackupOptions</code> for each resource type.</p>
|
|
380
|
-
*/
|
|
381
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
382
|
-
}
|
|
383
|
-
export declare namespace BackupPlan {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
|
-
const filterSensitiveLog: (obj: BackupPlan) => any;
|
|
388
|
-
}
|
|
389
|
-
/**
|
|
390
|
-
* <p>Specifies a scheduled task used to back up a selection of resources.</p>
|
|
391
|
-
*/
|
|
392
|
-
export interface BackupRuleInput {
|
|
393
|
-
/**
|
|
394
|
-
* <p>An optional display name for a backup rule.</p>
|
|
395
|
-
*/
|
|
396
|
-
RuleName: string | undefined;
|
|
397
|
-
/**
|
|
398
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
399
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
400
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
401
|
-
* hyphens.</p>
|
|
402
|
-
*/
|
|
403
|
-
TargetBackupVaultName: string | undefined;
|
|
404
|
-
/**
|
|
405
|
-
* <p>A CRON expression in UTC specifying when Backup initiates a backup
|
|
406
|
-
* job.</p>
|
|
407
|
-
*/
|
|
408
|
-
ScheduleExpression?: string;
|
|
409
|
-
/**
|
|
410
|
-
* <p>A value in minutes after a backup is scheduled before a job will be canceled if it
|
|
411
|
-
* doesn't start successfully. This value is optional.</p>
|
|
412
|
-
*/
|
|
413
|
-
StartWindowMinutes?: number;
|
|
414
|
-
/**
|
|
415
|
-
* <p>A value in minutes after a backup job is successfully started before it must be
|
|
416
|
-
* completed or it will be canceled by Backup. This value is optional.</p>
|
|
417
|
-
*/
|
|
418
|
-
CompletionWindowMinutes?: number;
|
|
419
|
-
/**
|
|
420
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
421
|
-
* it expires. Backup will transition and expire backups automatically according
|
|
422
|
-
* to the lifecycle that you define. </p>
|
|
423
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
424
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
425
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
426
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
427
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
428
|
-
*/
|
|
429
|
-
Lifecycle?: Lifecycle;
|
|
430
|
-
/**
|
|
431
|
-
* <p>To help organize your resources, you can assign your own metadata to the resources that
|
|
432
|
-
* you create. Each tag is a key-value pair.</p>
|
|
433
|
-
*/
|
|
434
|
-
RecoveryPointTags?: {
|
|
435
|
-
[key: string]: string;
|
|
436
|
-
};
|
|
437
|
-
/**
|
|
438
|
-
* <p>An array of <code>CopyAction</code> objects, which contains the details of the copy
|
|
439
|
-
* operation.</p>
|
|
440
|
-
*/
|
|
441
|
-
CopyActions?: CopyAction[];
|
|
442
|
-
/**
|
|
443
|
-
* <p>Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False
|
|
444
|
-
* (or not specified) causes Backup to create snapshot backups.</p>
|
|
445
|
-
*/
|
|
446
|
-
EnableContinuousBackup?: boolean;
|
|
447
|
-
}
|
|
448
|
-
export declare namespace BackupRuleInput {
|
|
449
|
-
/**
|
|
450
|
-
* @internal
|
|
451
|
-
*/
|
|
452
|
-
const filterSensitiveLog: (obj: BackupRuleInput) => any;
|
|
453
|
-
}
|
|
454
|
-
/**
|
|
455
|
-
* <p>Contains an optional backup plan display name and an array of <code>BackupRule</code>
|
|
456
|
-
* objects, each of which specifies a backup rule. Each rule in a backup plan is a separate
|
|
457
|
-
* scheduled task and can back up a different selection of Amazon Web Services resources.
|
|
458
|
-
* </p>
|
|
459
|
-
*/
|
|
460
|
-
export interface BackupPlanInput {
|
|
461
|
-
/**
|
|
462
|
-
* <p>The optional display name of a backup plan.</p>
|
|
463
|
-
*/
|
|
464
|
-
BackupPlanName: string | undefined;
|
|
465
|
-
/**
|
|
466
|
-
* <p>An array of <code>BackupRule</code> objects, each of which specifies a scheduled task
|
|
467
|
-
* that is used to back up a selection of resources.</p>
|
|
468
|
-
*/
|
|
469
|
-
Rules: BackupRuleInput[] | undefined;
|
|
470
|
-
/**
|
|
471
|
-
* <p>Specifies a list of <code>BackupOptions</code> for each resource type. These settings
|
|
472
|
-
* are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
|
|
473
|
-
*/
|
|
474
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
475
|
-
}
|
|
476
|
-
export declare namespace BackupPlanInput {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
const filterSensitiveLog: (obj: BackupPlanInput) => any;
|
|
481
|
-
}
|
|
482
|
-
/**
|
|
483
|
-
* <p>Contains metadata about a backup plan.</p>
|
|
484
|
-
*/
|
|
485
|
-
export interface BackupPlansListMember {
|
|
486
|
-
/**
|
|
487
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
488
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
489
|
-
*/
|
|
490
|
-
BackupPlanArn?: string;
|
|
491
|
-
/**
|
|
492
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
493
|
-
*/
|
|
494
|
-
BackupPlanId?: string;
|
|
495
|
-
/**
|
|
496
|
-
* <p>The date and time a resource backup plan is created, in Unix format and Coordinated
|
|
497
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
498
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
499
|
-
* AM.</p>
|
|
500
|
-
*/
|
|
501
|
-
CreationDate?: Date;
|
|
502
|
-
/**
|
|
503
|
-
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal
|
|
504
|
-
* Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For
|
|
505
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
506
|
-
* AM.</p>
|
|
507
|
-
*/
|
|
508
|
-
DeletionDate?: Date;
|
|
509
|
-
/**
|
|
510
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
511
|
-
* long. Version IDs cannot be edited.</p>
|
|
512
|
-
*/
|
|
513
|
-
VersionId?: string;
|
|
514
|
-
/**
|
|
515
|
-
* <p>The display name of a saved backup plan.</p>
|
|
516
|
-
*/
|
|
517
|
-
BackupPlanName?: string;
|
|
518
|
-
/**
|
|
519
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
520
|
-
* without the risk of running the operation twice.</p>
|
|
521
|
-
*/
|
|
522
|
-
CreatorRequestId?: string;
|
|
523
|
-
/**
|
|
524
|
-
* <p>The last time a job to back up resources was run with this rule. A date and time, in
|
|
525
|
-
* Unix format and Coordinated Universal Time (UTC). The value of
|
|
526
|
-
* <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value
|
|
527
|
-
* 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
528
|
-
*/
|
|
529
|
-
LastExecutionDate?: Date;
|
|
530
|
-
/**
|
|
531
|
-
* <p>Contains a list of <code>BackupOptions</code> for a resource type.</p>
|
|
532
|
-
*/
|
|
533
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
534
|
-
}
|
|
535
|
-
export declare namespace BackupPlansListMember {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
|
-
const filterSensitiveLog: (obj: BackupPlansListMember) => any;
|
|
540
|
-
}
|
|
541
|
-
/**
|
|
542
|
-
* <p>An object specifying metadata associated with a backup plan template.</p>
|
|
543
|
-
*/
|
|
544
|
-
export interface BackupPlanTemplatesListMember {
|
|
545
|
-
/**
|
|
546
|
-
* <p>Uniquely identifies a stored backup plan template.</p>
|
|
547
|
-
*/
|
|
548
|
-
BackupPlanTemplateId?: string;
|
|
549
|
-
/**
|
|
550
|
-
* <p>The optional display name of a backup plan template.</p>
|
|
551
|
-
*/
|
|
552
|
-
BackupPlanTemplateName?: string;
|
|
553
|
-
}
|
|
554
|
-
export declare namespace BackupPlanTemplatesListMember {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
const filterSensitiveLog: (obj: BackupPlanTemplatesListMember) => any;
|
|
559
|
-
}
|
|
560
|
-
export declare enum ConditionType {
|
|
561
|
-
STRINGEQUALS = "STRINGEQUALS"
|
|
562
|
-
}
|
|
563
|
-
/**
|
|
564
|
-
* <p>Contains an array of triplets made up of a condition type (such as
|
|
565
|
-
* <code>StringEquals</code>), a key, and a value. Conditions are used to filter resources
|
|
566
|
-
* in a selection that is assigned to a backup plan.</p>
|
|
567
|
-
*/
|
|
568
|
-
export interface Condition {
|
|
569
|
-
/**
|
|
570
|
-
* <p>An operation, such as <code>StringEquals</code>, that is applied to a key-value pair
|
|
571
|
-
* used to filter resources in a selection.</p>
|
|
572
|
-
*/
|
|
573
|
-
ConditionType: ConditionType | string | undefined;
|
|
574
|
-
/**
|
|
575
|
-
* <p>The key in a key-value pair. For example, in <code>"ec2:ResourceTag/Department":
|
|
576
|
-
* "accounting"</code>, <code>"ec2:ResourceTag/Department"</code> is the key.</p>
|
|
577
|
-
*/
|
|
578
|
-
ConditionKey: string | undefined;
|
|
579
|
-
/**
|
|
580
|
-
* <p>The value in a key-value pair. For example, in <code>"ec2:ResourceTag/Department":
|
|
581
|
-
* "accounting"</code>, <code>"accounting"</code> is the value.</p>
|
|
582
|
-
*/
|
|
583
|
-
ConditionValue: string | undefined;
|
|
584
|
-
}
|
|
585
|
-
export declare namespace Condition {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
const filterSensitiveLog: (obj: Condition) => any;
|
|
590
|
-
}
|
|
591
|
-
/**
|
|
592
|
-
* <p>Used to specify a set of resources to a backup plan.</p>
|
|
593
|
-
*/
|
|
594
|
-
export interface BackupSelection {
|
|
595
|
-
/**
|
|
596
|
-
* <p>The display name of a resource selection document.</p>
|
|
597
|
-
*/
|
|
598
|
-
SelectionName: string | undefined;
|
|
599
|
-
/**
|
|
600
|
-
* <p>The ARN of the IAM role that Backup uses to authenticate when backing up the
|
|
601
|
-
* target resource; for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
602
|
-
*/
|
|
603
|
-
IamRoleArn: string | undefined;
|
|
604
|
-
/**
|
|
605
|
-
* <p>An array of strings that contain Amazon Resource Names (ARNs)
|
|
606
|
-
*
|
|
607
|
-
* of resources to assign to a backup plan.</p>
|
|
608
|
-
*/
|
|
609
|
-
Resources?: string[];
|
|
610
|
-
/**
|
|
611
|
-
* <p>An array of conditions used to specify a set of resources to assign to a backup plan;
|
|
612
|
-
* for example, <code>"StringEquals": {"ec2:ResourceTag/Department": "accounting"</code>.
|
|
613
|
-
* Assigns the backup plan to every resource with at least one matching tag.</p>
|
|
614
|
-
*/
|
|
615
|
-
ListOfTags?: Condition[];
|
|
616
|
-
}
|
|
617
|
-
export declare namespace BackupSelection {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: BackupSelection) => any;
|
|
622
|
-
}
|
|
623
|
-
/**
|
|
624
|
-
* <p>Contains metadata about a <code>BackupSelection</code> object.</p>
|
|
625
|
-
*/
|
|
626
|
-
export interface BackupSelectionsListMember {
|
|
627
|
-
/**
|
|
628
|
-
* <p>Uniquely identifies a request to assign a set of resources to a backup plan.</p>
|
|
629
|
-
*/
|
|
630
|
-
SelectionId?: string;
|
|
631
|
-
/**
|
|
632
|
-
* <p>The display name of a resource selection document.</p>
|
|
633
|
-
*/
|
|
634
|
-
SelectionName?: string;
|
|
635
|
-
/**
|
|
636
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
637
|
-
*/
|
|
638
|
-
BackupPlanId?: string;
|
|
639
|
-
/**
|
|
640
|
-
* <p>The date and time a backup plan is created, in Unix format and Coordinated Universal
|
|
641
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
642
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
643
|
-
* AM.</p>
|
|
644
|
-
*/
|
|
645
|
-
CreationDate?: Date;
|
|
646
|
-
/**
|
|
647
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
648
|
-
* without the risk of running the operation twice.</p>
|
|
649
|
-
*/
|
|
650
|
-
CreatorRequestId?: string;
|
|
651
|
-
/**
|
|
652
|
-
* <p>Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point;
|
|
653
|
-
* for example, <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
654
|
-
*/
|
|
655
|
-
IamRoleArn?: string;
|
|
656
|
-
}
|
|
657
|
-
export declare namespace BackupSelectionsListMember {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
const filterSensitiveLog: (obj: BackupSelectionsListMember) => any;
|
|
662
|
-
}
|
|
663
|
-
export declare enum BackupVaultEvent {
|
|
664
|
-
BACKUP_JOB_COMPLETED = "BACKUP_JOB_COMPLETED",
|
|
665
|
-
BACKUP_JOB_EXPIRED = "BACKUP_JOB_EXPIRED",
|
|
666
|
-
BACKUP_JOB_FAILED = "BACKUP_JOB_FAILED",
|
|
667
|
-
BACKUP_JOB_STARTED = "BACKUP_JOB_STARTED",
|
|
668
|
-
BACKUP_JOB_SUCCESSFUL = "BACKUP_JOB_SUCCESSFUL",
|
|
669
|
-
BACKUP_PLAN_CREATED = "BACKUP_PLAN_CREATED",
|
|
670
|
-
BACKUP_PLAN_MODIFIED = "BACKUP_PLAN_MODIFIED",
|
|
671
|
-
COPY_JOB_FAILED = "COPY_JOB_FAILED",
|
|
672
|
-
COPY_JOB_STARTED = "COPY_JOB_STARTED",
|
|
673
|
-
COPY_JOB_SUCCESSFUL = "COPY_JOB_SUCCESSFUL",
|
|
674
|
-
RECOVERY_POINT_MODIFIED = "RECOVERY_POINT_MODIFIED",
|
|
675
|
-
RESTORE_JOB_COMPLETED = "RESTORE_JOB_COMPLETED",
|
|
676
|
-
RESTORE_JOB_FAILED = "RESTORE_JOB_FAILED",
|
|
677
|
-
RESTORE_JOB_STARTED = "RESTORE_JOB_STARTED",
|
|
678
|
-
RESTORE_JOB_SUCCESSFUL = "RESTORE_JOB_SUCCESSFUL"
|
|
679
|
-
}
|
|
680
|
-
/**
|
|
681
|
-
* <p>Contains metadata about a backup vault.</p>
|
|
682
|
-
*/
|
|
683
|
-
export interface BackupVaultListMember {
|
|
684
|
-
/**
|
|
685
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
686
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
687
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
688
|
-
* hyphens.</p>
|
|
689
|
-
*/
|
|
690
|
-
BackupVaultName?: string;
|
|
691
|
-
/**
|
|
692
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
693
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
694
|
-
*/
|
|
695
|
-
BackupVaultArn?: string;
|
|
696
|
-
/**
|
|
697
|
-
* <p>The date and time a resource backup is created, in Unix format and Coordinated Universal
|
|
698
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
699
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
700
|
-
* AM.</p>
|
|
701
|
-
*/
|
|
702
|
-
CreationDate?: Date;
|
|
703
|
-
/**
|
|
704
|
-
* <p>The server-side encryption key that is used to protect your backups; for example,
|
|
705
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
706
|
-
*/
|
|
707
|
-
EncryptionKeyArn?: string;
|
|
708
|
-
/**
|
|
709
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
710
|
-
* without the risk of running the operation twice.</p>
|
|
711
|
-
*/
|
|
712
|
-
CreatorRequestId?: string;
|
|
713
|
-
/**
|
|
714
|
-
* <p>The number of recovery points that are stored in a backup vault.</p>
|
|
715
|
-
*/
|
|
716
|
-
NumberOfRecoveryPoints?: number;
|
|
717
|
-
}
|
|
718
|
-
export declare namespace BackupVaultListMember {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
|
-
const filterSensitiveLog: (obj: BackupVaultListMember) => any;
|
|
723
|
-
}
|
|
724
|
-
/**
|
|
725
|
-
* <p>Contains <code>DeleteAt</code> and <code>MoveToColdStorageAt</code> timestamps, which
|
|
726
|
-
* are used to specify a lifecycle for a recovery point.</p>
|
|
727
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
728
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
729
|
-
* the lifecycle that you define.</p>
|
|
730
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
731
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
732
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
733
|
-
* be changed after a backup has been transitioned to cold.</p>
|
|
734
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
735
|
-
*/
|
|
736
|
-
export interface CalculatedLifecycle {
|
|
737
|
-
/**
|
|
738
|
-
* <p>A timestamp that specifies when to transition a recovery point to cold storage.</p>
|
|
739
|
-
*/
|
|
740
|
-
MoveToColdStorageAt?: Date;
|
|
741
|
-
/**
|
|
742
|
-
* <p>A timestamp that specifies when to delete a recovery point.</p>
|
|
743
|
-
*/
|
|
744
|
-
DeleteAt?: Date;
|
|
745
|
-
}
|
|
746
|
-
export declare namespace CalculatedLifecycle {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
const filterSensitiveLog: (obj: CalculatedLifecycle) => any;
|
|
751
|
-
}
|
|
752
|
-
/**
|
|
753
|
-
* <p>Backup can't perform the action that you requested until it finishes
|
|
754
|
-
* performing a previous action. Try again later.</p>
|
|
755
|
-
*/
|
|
756
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
757
|
-
name: "ConflictException";
|
|
758
|
-
$fault: "client";
|
|
759
|
-
Code?: string;
|
|
760
|
-
Message?: string;
|
|
761
|
-
Type?: string;
|
|
762
|
-
Context?: string;
|
|
763
|
-
}
|
|
764
|
-
export declare namespace ConflictException {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
|
-
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
769
|
-
}
|
|
770
|
-
/**
|
|
771
|
-
* <p>A list of parameters for a control. A control can have zero, one, or more than one
|
|
772
|
-
* parameter. An example of a control with two parameters is: "backup plan frequency is at
|
|
773
|
-
* least <code>daily</code> and the retention period is at least <code>1 year</code>". The
|
|
774
|
-
* first parameter is <code>daily</code>. The second parameter is <code>1 year</code>.</p>
|
|
775
|
-
*/
|
|
776
|
-
export interface ControlInputParameter {
|
|
777
|
-
/**
|
|
778
|
-
* <p>The name of a parameter, for example, <code>BackupPlanFrequency</code>.</p>
|
|
779
|
-
*/
|
|
780
|
-
ParameterName?: string;
|
|
781
|
-
/**
|
|
782
|
-
* <p>The value of parameter, for example, <code>hourly</code>.</p>
|
|
783
|
-
*/
|
|
784
|
-
ParameterValue?: string;
|
|
785
|
-
}
|
|
786
|
-
export declare namespace ControlInputParameter {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
|
-
const filterSensitiveLog: (obj: ControlInputParameter) => any;
|
|
791
|
-
}
|
|
792
|
-
/**
|
|
793
|
-
* <p>A framework consists of one or more controls. Each control has its own control scope.
|
|
794
|
-
* The control scope defines what the control will evaluate. Three examples of control scopes
|
|
795
|
-
* are: a specific backup plan, all backup plans with a specific tag, or all backup
|
|
796
|
-
* plans.</p>
|
|
797
|
-
* <note>
|
|
798
|
-
* <p>To set a control scope that includes all of a particular resource, leave the
|
|
799
|
-
* <code>ControlScope</code> empty or do not pass it when calling
|
|
800
|
-
* <code>CreateFramework</code>.</p>
|
|
801
|
-
* </note>
|
|
802
|
-
*/
|
|
803
|
-
export interface ControlScope {
|
|
804
|
-
/**
|
|
805
|
-
* <p>Describes whether the control scope includes a specific resource identified by its
|
|
806
|
-
* unique Amazon Resource Name (ARN).</p>
|
|
807
|
-
*/
|
|
808
|
-
ComplianceResourceIds?: string[];
|
|
809
|
-
/**
|
|
810
|
-
* <p>Describes whether the control scope includes one or more types of resources, such as
|
|
811
|
-
* <code>EFS</code> or <code>RDS</code>.</p>
|
|
812
|
-
*/
|
|
813
|
-
ComplianceResourceTypes?: string[];
|
|
814
|
-
/**
|
|
815
|
-
* <p>Describes whether the control scope includes resources with one or more tags. Each tag
|
|
816
|
-
* is a key-value pair.</p>
|
|
817
|
-
*/
|
|
818
|
-
Tags?: {
|
|
819
|
-
[key: string]: string;
|
|
820
|
-
};
|
|
821
|
-
}
|
|
822
|
-
export declare namespace ControlScope {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
const filterSensitiveLog: (obj: ControlScope) => any;
|
|
827
|
-
}
|
|
828
|
-
export declare enum CopyJobState {
|
|
829
|
-
COMPLETED = "COMPLETED",
|
|
830
|
-
CREATED = "CREATED",
|
|
831
|
-
FAILED = "FAILED",
|
|
832
|
-
RUNNING = "RUNNING"
|
|
833
|
-
}
|
|
834
|
-
/**
|
|
835
|
-
* <p>Contains detailed information about a copy job.</p>
|
|
836
|
-
*/
|
|
837
|
-
export interface CopyJob {
|
|
838
|
-
/**
|
|
839
|
-
* <p>The account ID that owns the copy job.</p>
|
|
840
|
-
*/
|
|
841
|
-
AccountId?: string;
|
|
842
|
-
/**
|
|
843
|
-
* <p>Uniquely identifies a copy job.</p>
|
|
844
|
-
*/
|
|
845
|
-
CopyJobId?: string;
|
|
846
|
-
/**
|
|
847
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
|
|
848
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>. </p>
|
|
849
|
-
*/
|
|
850
|
-
SourceBackupVaultArn?: string;
|
|
851
|
-
/**
|
|
852
|
-
* <p>An ARN that uniquely identifies a source recovery point; for example,
|
|
853
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
854
|
-
*/
|
|
855
|
-
SourceRecoveryPointArn?: string;
|
|
856
|
-
/**
|
|
857
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for
|
|
858
|
-
* example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
859
|
-
*/
|
|
860
|
-
DestinationBackupVaultArn?: string;
|
|
861
|
-
/**
|
|
862
|
-
* <p>An ARN that uniquely identifies a destination recovery point; for example,
|
|
863
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
864
|
-
*/
|
|
865
|
-
DestinationRecoveryPointArn?: string;
|
|
866
|
-
/**
|
|
867
|
-
* <p>The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store
|
|
868
|
-
* (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS)
|
|
869
|
-
* database.</p>
|
|
870
|
-
*/
|
|
871
|
-
ResourceArn?: string;
|
|
872
|
-
/**
|
|
873
|
-
* <p>The date and time a copy job is created, in Unix format and Coordinated Universal Time
|
|
874
|
-
* (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For example, the
|
|
875
|
-
* value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
876
|
-
*/
|
|
877
|
-
CreationDate?: Date;
|
|
878
|
-
/**
|
|
879
|
-
* <p>The date and time a copy job is completed, in Unix format and Coordinated Universal Time
|
|
880
|
-
* (UTC). The value of <code>CompletionDate</code> is accurate to milliseconds. For example,
|
|
881
|
-
* the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
882
|
-
*/
|
|
883
|
-
CompletionDate?: Date;
|
|
884
|
-
/**
|
|
885
|
-
* <p>The current state of a copy job.</p>
|
|
886
|
-
*/
|
|
887
|
-
State?: CopyJobState | string;
|
|
888
|
-
/**
|
|
889
|
-
* <p>A detailed message explaining the status of the job to copy a resource.</p>
|
|
890
|
-
*/
|
|
891
|
-
StatusMessage?: string;
|
|
892
|
-
/**
|
|
893
|
-
* <p>The size, in bytes, of a copy job.</p>
|
|
894
|
-
*/
|
|
895
|
-
BackupSizeInBytes?: number;
|
|
896
|
-
/**
|
|
897
|
-
* <p>Specifies the IAM role ARN used to copy the target recovery point; for example,
|
|
898
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
899
|
-
*/
|
|
900
|
-
IamRoleArn?: string;
|
|
901
|
-
/**
|
|
902
|
-
* <p>Contains information about the backup plan and rule that Backup used to
|
|
903
|
-
* initiate the recovery point backup.</p>
|
|
904
|
-
*/
|
|
905
|
-
CreatedBy?: RecoveryPointCreator;
|
|
906
|
-
/**
|
|
907
|
-
* <p>The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>
|
|
908
|
-
*/
|
|
909
|
-
ResourceType?: string;
|
|
910
|
-
}
|
|
911
|
-
export declare namespace CopyJob {
|
|
912
|
-
/**
|
|
913
|
-
* @internal
|
|
914
|
-
*/
|
|
915
|
-
const filterSensitiveLog: (obj: CopyJob) => any;
|
|
916
|
-
}
|
|
917
|
-
export interface CreateBackupPlanInput {
|
|
918
|
-
/**
|
|
919
|
-
* <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
|
|
920
|
-
* more sets of <code>Rules</code>.</p>
|
|
921
|
-
*/
|
|
922
|
-
BackupPlan: BackupPlanInput | undefined;
|
|
923
|
-
/**
|
|
924
|
-
* <p>To help organize your resources, you can assign your own metadata to the resources that
|
|
925
|
-
* you create. Each tag is a key-value pair. The specified tags are assigned to all backups
|
|
926
|
-
* created with this plan.</p>
|
|
927
|
-
*/
|
|
928
|
-
BackupPlanTags?: {
|
|
929
|
-
[key: string]: string;
|
|
930
|
-
};
|
|
931
|
-
/**
|
|
932
|
-
* <p>Identifies the request and allows failed requests to be retried without the risk of
|
|
933
|
-
* running the operation twice. If the request includes a <code>CreatorRequestId</code> that
|
|
934
|
-
* matches an existing backup plan, that plan is returned. This parameter is optional.</p>
|
|
935
|
-
*/
|
|
936
|
-
CreatorRequestId?: string;
|
|
937
|
-
}
|
|
938
|
-
export declare namespace CreateBackupPlanInput {
|
|
939
|
-
/**
|
|
940
|
-
* @internal
|
|
941
|
-
*/
|
|
942
|
-
const filterSensitiveLog: (obj: CreateBackupPlanInput) => any;
|
|
943
|
-
}
|
|
944
|
-
export interface CreateBackupPlanOutput {
|
|
945
|
-
/**
|
|
946
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
947
|
-
*/
|
|
948
|
-
BackupPlanId?: string;
|
|
949
|
-
/**
|
|
950
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
951
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
952
|
-
*/
|
|
953
|
-
BackupPlanArn?: string;
|
|
954
|
-
/**
|
|
955
|
-
* <p>The date and time that a backup plan is created, in Unix format and Coordinated
|
|
956
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
957
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
958
|
-
* AM.</p>
|
|
959
|
-
*/
|
|
960
|
-
CreationDate?: Date;
|
|
961
|
-
/**
|
|
962
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
963
|
-
* long. They cannot be edited.</p>
|
|
964
|
-
*/
|
|
965
|
-
VersionId?: string;
|
|
966
|
-
/**
|
|
967
|
-
* <p>A list of <code>BackupOptions</code> settings for a resource type. This option is only
|
|
968
|
-
* available for Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
|
|
969
|
-
*/
|
|
970
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
971
|
-
}
|
|
972
|
-
export declare namespace CreateBackupPlanOutput {
|
|
973
|
-
/**
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
976
|
-
const filterSensitiveLog: (obj: CreateBackupPlanOutput) => any;
|
|
977
|
-
}
|
|
978
|
-
/**
|
|
979
|
-
* <p>Indicates that something is wrong with a parameter's value. For example, the value is
|
|
980
|
-
* out of range.</p>
|
|
981
|
-
*/
|
|
982
|
-
export interface InvalidParameterValueException extends __SmithyException, $MetadataBearer {
|
|
983
|
-
name: "InvalidParameterValueException";
|
|
984
|
-
$fault: "client";
|
|
985
|
-
Code?: string;
|
|
986
|
-
Message?: string;
|
|
987
|
-
/**
|
|
988
|
-
* <p></p>
|
|
989
|
-
*/
|
|
990
|
-
Type?: string;
|
|
991
|
-
/**
|
|
992
|
-
* <p></p>
|
|
993
|
-
*/
|
|
994
|
-
Context?: string;
|
|
995
|
-
}
|
|
996
|
-
export declare namespace InvalidParameterValueException {
|
|
997
|
-
/**
|
|
998
|
-
* @internal
|
|
999
|
-
*/
|
|
1000
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
1001
|
-
}
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
|
|
1004
|
-
* in a request.</p>
|
|
1005
|
-
*/
|
|
1006
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
1007
|
-
name: "LimitExceededException";
|
|
1008
|
-
$fault: "client";
|
|
1009
|
-
Code?: string;
|
|
1010
|
-
Message?: string;
|
|
1011
|
-
/**
|
|
1012
|
-
* <p></p>
|
|
1013
|
-
*/
|
|
1014
|
-
Type?: string;
|
|
1015
|
-
/**
|
|
1016
|
-
* <p></p>
|
|
1017
|
-
*/
|
|
1018
|
-
Context?: string;
|
|
1019
|
-
}
|
|
1020
|
-
export declare namespace LimitExceededException {
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
1024
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
1025
|
-
}
|
|
1026
|
-
/**
|
|
1027
|
-
* <p>Indicates that a required parameter is missing.</p>
|
|
1028
|
-
*/
|
|
1029
|
-
export interface MissingParameterValueException extends __SmithyException, $MetadataBearer {
|
|
1030
|
-
name: "MissingParameterValueException";
|
|
1031
|
-
$fault: "client";
|
|
1032
|
-
Code?: string;
|
|
1033
|
-
Message?: string;
|
|
1034
|
-
/**
|
|
1035
|
-
* <p></p>
|
|
1036
|
-
*/
|
|
1037
|
-
Type?: string;
|
|
1038
|
-
/**
|
|
1039
|
-
* <p></p>
|
|
1040
|
-
*/
|
|
1041
|
-
Context?: string;
|
|
1042
|
-
}
|
|
1043
|
-
export declare namespace MissingParameterValueException {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
const filterSensitiveLog: (obj: MissingParameterValueException) => any;
|
|
1048
|
-
}
|
|
1049
|
-
/**
|
|
1050
|
-
* <p>The request failed due to a temporary failure of the server.</p>
|
|
1051
|
-
*/
|
|
1052
|
-
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
1053
|
-
name: "ServiceUnavailableException";
|
|
1054
|
-
$fault: "server";
|
|
1055
|
-
Code?: string;
|
|
1056
|
-
Message?: string;
|
|
1057
|
-
/**
|
|
1058
|
-
* <p></p>
|
|
1059
|
-
*/
|
|
1060
|
-
Type?: string;
|
|
1061
|
-
/**
|
|
1062
|
-
* <p></p>
|
|
1063
|
-
*/
|
|
1064
|
-
Context?: string;
|
|
1065
|
-
}
|
|
1066
|
-
export declare namespace ServiceUnavailableException {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
|
|
1071
|
-
}
|
|
1072
|
-
export interface CreateBackupSelectionInput {
|
|
1073
|
-
/**
|
|
1074
|
-
* <p>Uniquely identifies the backup plan to be associated with the selection of
|
|
1075
|
-
* resources.</p>
|
|
1076
|
-
*/
|
|
1077
|
-
BackupPlanId: string | undefined;
|
|
1078
|
-
/**
|
|
1079
|
-
* <p>Specifies the body of a request to assign a set of resources to a backup plan.</p>
|
|
1080
|
-
*/
|
|
1081
|
-
BackupSelection: BackupSelection | undefined;
|
|
1082
|
-
/**
|
|
1083
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
1084
|
-
* without the risk of running the operation twice.</p>
|
|
1085
|
-
*/
|
|
1086
|
-
CreatorRequestId?: string;
|
|
1087
|
-
}
|
|
1088
|
-
export declare namespace CreateBackupSelectionInput {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
|
-
const filterSensitiveLog: (obj: CreateBackupSelectionInput) => any;
|
|
1093
|
-
}
|
|
1094
|
-
export interface CreateBackupSelectionOutput {
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>Uniquely identifies the body of a request to assign a set of resources to a backup
|
|
1097
|
-
* plan.</p>
|
|
1098
|
-
*/
|
|
1099
|
-
SelectionId?: string;
|
|
1100
|
-
/**
|
|
1101
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
1102
|
-
*/
|
|
1103
|
-
BackupPlanId?: string;
|
|
1104
|
-
/**
|
|
1105
|
-
* <p>The date and time a backup selection is created, in Unix format and Coordinated
|
|
1106
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
1107
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1108
|
-
* AM.</p>
|
|
1109
|
-
*/
|
|
1110
|
-
CreationDate?: Date;
|
|
1111
|
-
}
|
|
1112
|
-
export declare namespace CreateBackupSelectionOutput {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: CreateBackupSelectionOutput) => any;
|
|
1117
|
-
}
|
|
1118
|
-
export interface CreateBackupVaultInput {
|
|
1119
|
-
/**
|
|
1120
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1121
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1122
|
-
* Region where they are created. They consist of letters, numbers, and hyphens.</p>
|
|
1123
|
-
*/
|
|
1124
|
-
BackupVaultName: string | undefined;
|
|
1125
|
-
/**
|
|
1126
|
-
* <p>Metadata that you can assign to help organize the resources that you create. Each tag is
|
|
1127
|
-
* a key-value pair.</p>
|
|
1128
|
-
*/
|
|
1129
|
-
BackupVaultTags?: {
|
|
1130
|
-
[key: string]: string;
|
|
1131
|
-
};
|
|
1132
|
-
/**
|
|
1133
|
-
* <p>The server-side encryption key that is used to protect your backups; for example,
|
|
1134
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
1135
|
-
*/
|
|
1136
|
-
EncryptionKeyArn?: string;
|
|
1137
|
-
/**
|
|
1138
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
1139
|
-
* without the risk of running the operation twice.</p>
|
|
1140
|
-
*/
|
|
1141
|
-
CreatorRequestId?: string;
|
|
1142
|
-
}
|
|
1143
|
-
export declare namespace CreateBackupVaultInput {
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
|
-
const filterSensitiveLog: (obj: CreateBackupVaultInput) => any;
|
|
1148
|
-
}
|
|
1149
|
-
export interface CreateBackupVaultOutput {
|
|
1150
|
-
/**
|
|
1151
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1152
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
1153
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
1154
|
-
*/
|
|
1155
|
-
BackupVaultName?: string;
|
|
1156
|
-
/**
|
|
1157
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
1158
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
1159
|
-
*/
|
|
1160
|
-
BackupVaultArn?: string;
|
|
1161
|
-
/**
|
|
1162
|
-
* <p>The date and time a backup vault is created, in Unix format and Coordinated Universal
|
|
1163
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
1164
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1165
|
-
* AM.</p>
|
|
1166
|
-
*/
|
|
1167
|
-
CreationDate?: Date;
|
|
1168
|
-
}
|
|
1169
|
-
export declare namespace CreateBackupVaultOutput {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
|
-
const filterSensitiveLog: (obj: CreateBackupVaultOutput) => any;
|
|
1174
|
-
}
|
|
1175
|
-
/**
|
|
1176
|
-
* <p>Contains detailed information about all of the controls of a framework. Each framework
|
|
1177
|
-
* must contain at least one control.</p>
|
|
1178
|
-
*/
|
|
1179
|
-
export interface FrameworkControl {
|
|
1180
|
-
/**
|
|
1181
|
-
* <p>The name of a control. This name is between 1 and 256 characters.</p>
|
|
1182
|
-
*/
|
|
1183
|
-
ControlName: string | undefined;
|
|
1184
|
-
/**
|
|
1185
|
-
* <p>A list of <code>ParameterName</code> and <code>ParameterValue</code> pairs.</p>
|
|
1186
|
-
*/
|
|
1187
|
-
ControlInputParameters?: ControlInputParameter[];
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>The scope of a control. The control scope defines what the control will evaluate. Three
|
|
1190
|
-
* examples of control scopes are: a specific backup plan, all backup plans with a specific
|
|
1191
|
-
* tag, or all backup plans. For more information, see <code>ControlScope</code>.</p>
|
|
1192
|
-
*/
|
|
1193
|
-
ControlScope?: ControlScope;
|
|
1194
|
-
}
|
|
1195
|
-
export declare namespace FrameworkControl {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
const filterSensitiveLog: (obj: FrameworkControl) => any;
|
|
1200
|
-
}
|
|
1201
|
-
export interface CreateFrameworkInput {
|
|
1202
|
-
/**
|
|
1203
|
-
* <p>The unique name of the framework. The name must be between 1 and 256 characters,
|
|
1204
|
-
* starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and
|
|
1205
|
-
* underscores (_).</p>
|
|
1206
|
-
*/
|
|
1207
|
-
FrameworkName: string | undefined;
|
|
1208
|
-
/**
|
|
1209
|
-
* <p>An optional description of the framework with a maximum of 1,024 characters.</p>
|
|
1210
|
-
*/
|
|
1211
|
-
FrameworkDescription?: string;
|
|
1212
|
-
/**
|
|
1213
|
-
* <p>A list of the controls that make up the framework. Each control in the list has a name,
|
|
1214
|
-
* input parameters, and scope.</p>
|
|
1215
|
-
*/
|
|
1216
|
-
FrameworkControls: FrameworkControl[] | undefined;
|
|
1217
|
-
/**
|
|
1218
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
1219
|
-
* calls to <code>CreateFrameworkInput</code>. Retrying a successful request with the same
|
|
1220
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
1221
|
-
*/
|
|
1222
|
-
IdempotencyToken?: string;
|
|
1223
|
-
/**
|
|
1224
|
-
* <p>Metadata that you can assign to help organize the frameworks that you create. Each tag
|
|
1225
|
-
* is a key-value pair.</p>
|
|
1226
|
-
*/
|
|
1227
|
-
FrameworkTags?: {
|
|
1228
|
-
[key: string]: string;
|
|
1229
|
-
};
|
|
1230
|
-
}
|
|
1231
|
-
export declare namespace CreateFrameworkInput {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
const filterSensitiveLog: (obj: CreateFrameworkInput) => any;
|
|
1236
|
-
}
|
|
1237
|
-
export interface CreateFrameworkOutput {
|
|
1238
|
-
/**
|
|
1239
|
-
* <p>The unique name of the framework. The name must be between 1 and 256 characters,
|
|
1240
|
-
* starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and
|
|
1241
|
-
* underscores (_).</p>
|
|
1242
|
-
*/
|
|
1243
|
-
FrameworkName?: string;
|
|
1244
|
-
/**
|
|
1245
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
1246
|
-
* depends on the resource type.</p>
|
|
1247
|
-
*/
|
|
1248
|
-
FrameworkArn?: string;
|
|
1249
|
-
}
|
|
1250
|
-
export declare namespace CreateFrameworkOutput {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
const filterSensitiveLog: (obj: CreateFrameworkOutput) => any;
|
|
1255
|
-
}
|
|
1256
|
-
/**
|
|
1257
|
-
* <p>Contains information from your report plan about where to deliver your reports,
|
|
1258
|
-
* specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your
|
|
1259
|
-
* reports.</p>
|
|
1260
|
-
*/
|
|
1261
|
-
export interface ReportDeliveryChannel {
|
|
1262
|
-
/**
|
|
1263
|
-
* <p>The unique name of the S3 bucket that receives your reports.</p>
|
|
1264
|
-
*/
|
|
1265
|
-
S3BucketName: string | undefined;
|
|
1266
|
-
/**
|
|
1267
|
-
* <p>The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path:
|
|
1268
|
-
* s3://your-bucket-name/<code>prefix</code>/Backup/us-west-2/year/month/day/report-name.
|
|
1269
|
-
* If not specified, there is no prefix.</p>
|
|
1270
|
-
*/
|
|
1271
|
-
S3KeyPrefix?: string;
|
|
1272
|
-
/**
|
|
1273
|
-
* <p>A list of the format of your reports: <code>CSV</code>, <code>JSON</code>, or both. If
|
|
1274
|
-
* not specified, the default format is <code>CSV</code>.</p>
|
|
1275
|
-
*/
|
|
1276
|
-
Formats?: string[];
|
|
1277
|
-
}
|
|
1278
|
-
export declare namespace ReportDeliveryChannel {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: ReportDeliveryChannel) => any;
|
|
1283
|
-
}
|
|
1284
|
-
/**
|
|
1285
|
-
* <p>Contains detailed information about a report setting.</p>
|
|
1286
|
-
*/
|
|
1287
|
-
export interface ReportSetting {
|
|
1288
|
-
/**
|
|
1289
|
-
* <p>Identifies the report template for the report. Reports are built using a report
|
|
1290
|
-
* template. The report templates are:</p>
|
|
1291
|
-
* <p>
|
|
1292
|
-
* <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
|
|
1293
|
-
* </p>
|
|
1294
|
-
*/
|
|
1295
|
-
ReportTemplate: string | undefined;
|
|
1296
|
-
}
|
|
1297
|
-
export declare namespace ReportSetting {
|
|
1298
|
-
/**
|
|
1299
|
-
* @internal
|
|
1300
|
-
*/
|
|
1301
|
-
const filterSensitiveLog: (obj: ReportSetting) => any;
|
|
1302
|
-
}
|
|
1303
|
-
export interface CreateReportPlanInput {
|
|
1304
|
-
/**
|
|
1305
|
-
* <p>The unique name of the report plan. The name must be between 1 and 256 characters,
|
|
1306
|
-
* starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and
|
|
1307
|
-
* underscores (_).</p>
|
|
1308
|
-
*/
|
|
1309
|
-
ReportPlanName: string | undefined;
|
|
1310
|
-
/**
|
|
1311
|
-
* <p>An optional description of the report plan with a maximum of 1,024 characters.</p>
|
|
1312
|
-
*/
|
|
1313
|
-
ReportPlanDescription?: string;
|
|
1314
|
-
/**
|
|
1315
|
-
* <p>A structure that contains information about where and how to deliver your reports,
|
|
1316
|
-
* specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your
|
|
1317
|
-
* reports.</p>
|
|
1318
|
-
*/
|
|
1319
|
-
ReportDeliveryChannel: ReportDeliveryChannel | undefined;
|
|
1320
|
-
/**
|
|
1321
|
-
* <p>Identifies the report template for the report. Reports are built using a report
|
|
1322
|
-
* template. The report templates are:</p>
|
|
1323
|
-
* <p>
|
|
1324
|
-
* <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
|
|
1325
|
-
* </p>
|
|
1326
|
-
*/
|
|
1327
|
-
ReportSetting: ReportSetting | undefined;
|
|
1328
|
-
/**
|
|
1329
|
-
* <p>Metadata that you can assign to help organize the frameworks that you create. Each tag
|
|
1330
|
-
* is a key-value pair.</p>
|
|
1331
|
-
*/
|
|
1332
|
-
ReportPlanTags?: {
|
|
1333
|
-
[key: string]: string;
|
|
1334
|
-
};
|
|
1335
|
-
/**
|
|
1336
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
1337
|
-
* calls to <code>CreateReportPlanInput</code>. Retrying a successful request with the same
|
|
1338
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
1339
|
-
*/
|
|
1340
|
-
IdempotencyToken?: string;
|
|
1341
|
-
}
|
|
1342
|
-
export declare namespace CreateReportPlanInput {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
|
-
const filterSensitiveLog: (obj: CreateReportPlanInput) => any;
|
|
1347
|
-
}
|
|
1348
|
-
export interface CreateReportPlanOutput {
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>The unique name of the report plan.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
ReportPlanName?: string;
|
|
1353
|
-
/**
|
|
1354
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
1355
|
-
* depends on the resource type.</p>
|
|
1356
|
-
*/
|
|
1357
|
-
ReportPlanArn?: string;
|
|
1358
|
-
}
|
|
1359
|
-
export declare namespace CreateReportPlanOutput {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
|
-
const filterSensitiveLog: (obj: CreateReportPlanOutput) => any;
|
|
1364
|
-
}
|
|
1365
|
-
export interface DeleteBackupPlanInput {
|
|
1366
|
-
/**
|
|
1367
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
1368
|
-
*/
|
|
1369
|
-
BackupPlanId: string | undefined;
|
|
1370
|
-
}
|
|
1371
|
-
export declare namespace DeleteBackupPlanInput {
|
|
1372
|
-
/**
|
|
1373
|
-
* @internal
|
|
1374
|
-
*/
|
|
1375
|
-
const filterSensitiveLog: (obj: DeleteBackupPlanInput) => any;
|
|
1376
|
-
}
|
|
1377
|
-
export interface DeleteBackupPlanOutput {
|
|
1378
|
-
/**
|
|
1379
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
1380
|
-
*/
|
|
1381
|
-
BackupPlanId?: string;
|
|
1382
|
-
/**
|
|
1383
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
1384
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
1385
|
-
*/
|
|
1386
|
-
BackupPlanArn?: string;
|
|
1387
|
-
/**
|
|
1388
|
-
* <p>The date and time a backup plan is deleted, in Unix format and Coordinated Universal
|
|
1389
|
-
* Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds. For
|
|
1390
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1391
|
-
* AM.</p>
|
|
1392
|
-
*/
|
|
1393
|
-
DeletionDate?: Date;
|
|
1394
|
-
/**
|
|
1395
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
1396
|
-
* long. Version IDs cannot be edited.</p>
|
|
1397
|
-
*/
|
|
1398
|
-
VersionId?: string;
|
|
1399
|
-
}
|
|
1400
|
-
export declare namespace DeleteBackupPlanOutput {
|
|
1401
|
-
/**
|
|
1402
|
-
* @internal
|
|
1403
|
-
*/
|
|
1404
|
-
const filterSensitiveLog: (obj: DeleteBackupPlanOutput) => any;
|
|
1405
|
-
}
|
|
1406
|
-
/**
|
|
1407
|
-
* <p>Indicates that something is wrong with the input to the request. For example, a
|
|
1408
|
-
* parameter is of the wrong type.</p>
|
|
1409
|
-
*/
|
|
1410
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
1411
|
-
name: "InvalidRequestException";
|
|
1412
|
-
$fault: "client";
|
|
1413
|
-
Code?: string;
|
|
1414
|
-
Message?: string;
|
|
1415
|
-
/**
|
|
1416
|
-
* <p></p>
|
|
1417
|
-
*/
|
|
1418
|
-
Type?: string;
|
|
1419
|
-
/**
|
|
1420
|
-
* <p></p>
|
|
1421
|
-
*/
|
|
1422
|
-
Context?: string;
|
|
1423
|
-
}
|
|
1424
|
-
export declare namespace InvalidRequestException {
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
const filterSensitiveLog: (obj: InvalidRequestException) => any;
|
|
1429
|
-
}
|
|
1430
|
-
/**
|
|
1431
|
-
* <p>A resource that is required for the action doesn't exist.</p>
|
|
1432
|
-
*/
|
|
1433
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1434
|
-
name: "ResourceNotFoundException";
|
|
1435
|
-
$fault: "client";
|
|
1436
|
-
Code?: string;
|
|
1437
|
-
Message?: string;
|
|
1438
|
-
/**
|
|
1439
|
-
* <p></p>
|
|
1440
|
-
*/
|
|
1441
|
-
Type?: string;
|
|
1442
|
-
/**
|
|
1443
|
-
* <p></p>
|
|
1444
|
-
*/
|
|
1445
|
-
Context?: string;
|
|
1446
|
-
}
|
|
1447
|
-
export declare namespace ResourceNotFoundException {
|
|
1448
|
-
/**
|
|
1449
|
-
* @internal
|
|
1450
|
-
*/
|
|
1451
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
1452
|
-
}
|
|
1453
|
-
export interface DeleteBackupSelectionInput {
|
|
1454
|
-
/**
|
|
1455
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
1456
|
-
*/
|
|
1457
|
-
BackupPlanId: string | undefined;
|
|
1458
|
-
/**
|
|
1459
|
-
* <p>Uniquely identifies the body of a request to assign a set of resources to a backup
|
|
1460
|
-
* plan.</p>
|
|
1461
|
-
*/
|
|
1462
|
-
SelectionId: string | undefined;
|
|
1463
|
-
}
|
|
1464
|
-
export declare namespace DeleteBackupSelectionInput {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
const filterSensitiveLog: (obj: DeleteBackupSelectionInput) => any;
|
|
1469
|
-
}
|
|
1470
|
-
export interface DeleteBackupVaultInput {
|
|
1471
|
-
/**
|
|
1472
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1473
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1474
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1475
|
-
* hyphens.</p>
|
|
1476
|
-
*/
|
|
1477
|
-
BackupVaultName: string | undefined;
|
|
1478
|
-
}
|
|
1479
|
-
export declare namespace DeleteBackupVaultInput {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: DeleteBackupVaultInput) => any;
|
|
1484
|
-
}
|
|
1485
|
-
export interface DeleteBackupVaultAccessPolicyInput {
|
|
1486
|
-
/**
|
|
1487
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1488
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1489
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1490
|
-
* hyphens.</p>
|
|
1491
|
-
*/
|
|
1492
|
-
BackupVaultName: string | undefined;
|
|
1493
|
-
}
|
|
1494
|
-
export declare namespace DeleteBackupVaultAccessPolicyInput {
|
|
1495
|
-
/**
|
|
1496
|
-
* @internal
|
|
1497
|
-
*/
|
|
1498
|
-
const filterSensitiveLog: (obj: DeleteBackupVaultAccessPolicyInput) => any;
|
|
1499
|
-
}
|
|
1500
|
-
export interface DeleteBackupVaultNotificationsInput {
|
|
1501
|
-
/**
|
|
1502
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1503
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
1504
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
1505
|
-
*/
|
|
1506
|
-
BackupVaultName: string | undefined;
|
|
1507
|
-
}
|
|
1508
|
-
export declare namespace DeleteBackupVaultNotificationsInput {
|
|
1509
|
-
/**
|
|
1510
|
-
* @internal
|
|
1511
|
-
*/
|
|
1512
|
-
const filterSensitiveLog: (obj: DeleteBackupVaultNotificationsInput) => any;
|
|
1513
|
-
}
|
|
1514
|
-
export interface DeleteFrameworkInput {
|
|
1515
|
-
/**
|
|
1516
|
-
* <p>The unique name of a framework.</p>
|
|
1517
|
-
*/
|
|
1518
|
-
FrameworkName: string | undefined;
|
|
1519
|
-
}
|
|
1520
|
-
export declare namespace DeleteFrameworkInput {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
const filterSensitiveLog: (obj: DeleteFrameworkInput) => any;
|
|
1525
|
-
}
|
|
1526
|
-
export interface DeleteRecoveryPointInput {
|
|
1527
|
-
/**
|
|
1528
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1529
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1530
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1531
|
-
* hyphens.</p>
|
|
1532
|
-
*/
|
|
1533
|
-
BackupVaultName: string | undefined;
|
|
1534
|
-
/**
|
|
1535
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
1536
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
1537
|
-
*/
|
|
1538
|
-
RecoveryPointArn: string | undefined;
|
|
1539
|
-
}
|
|
1540
|
-
export declare namespace DeleteRecoveryPointInput {
|
|
1541
|
-
/**
|
|
1542
|
-
* @internal
|
|
1543
|
-
*/
|
|
1544
|
-
const filterSensitiveLog: (obj: DeleteRecoveryPointInput) => any;
|
|
1545
|
-
}
|
|
1546
|
-
/**
|
|
1547
|
-
* <p>Backup is already performing an action on this recovery point. It can't
|
|
1548
|
-
* perform the action you requested until the first action finishes. Try again later.</p>
|
|
1549
|
-
*/
|
|
1550
|
-
export interface InvalidResourceStateException extends __SmithyException, $MetadataBearer {
|
|
1551
|
-
name: "InvalidResourceStateException";
|
|
1552
|
-
$fault: "client";
|
|
1553
|
-
Code?: string;
|
|
1554
|
-
Message?: string;
|
|
1555
|
-
/**
|
|
1556
|
-
* <p></p>
|
|
1557
|
-
*/
|
|
1558
|
-
Type?: string;
|
|
1559
|
-
/**
|
|
1560
|
-
* <p></p>
|
|
1561
|
-
*/
|
|
1562
|
-
Context?: string;
|
|
1563
|
-
}
|
|
1564
|
-
export declare namespace InvalidResourceStateException {
|
|
1565
|
-
/**
|
|
1566
|
-
* @internal
|
|
1567
|
-
*/
|
|
1568
|
-
const filterSensitiveLog: (obj: InvalidResourceStateException) => any;
|
|
1569
|
-
}
|
|
1570
|
-
export interface DeleteReportPlanInput {
|
|
1571
|
-
/**
|
|
1572
|
-
* <p>The unique name of a report plan.</p>
|
|
1573
|
-
*/
|
|
1574
|
-
ReportPlanName: string | undefined;
|
|
1575
|
-
}
|
|
1576
|
-
export declare namespace DeleteReportPlanInput {
|
|
1577
|
-
/**
|
|
1578
|
-
* @internal
|
|
1579
|
-
*/
|
|
1580
|
-
const filterSensitiveLog: (obj: DeleteReportPlanInput) => any;
|
|
1581
|
-
}
|
|
1582
|
-
/**
|
|
1583
|
-
* <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
|
|
1584
|
-
*/
|
|
1585
|
-
export interface DependencyFailureException extends __SmithyException, $MetadataBearer {
|
|
1586
|
-
name: "DependencyFailureException";
|
|
1587
|
-
$fault: "server";
|
|
1588
|
-
Code?: string;
|
|
1589
|
-
Message?: string;
|
|
1590
|
-
/**
|
|
1591
|
-
* <p></p>
|
|
1592
|
-
*/
|
|
1593
|
-
Type?: string;
|
|
1594
|
-
/**
|
|
1595
|
-
* <p></p>
|
|
1596
|
-
*/
|
|
1597
|
-
Context?: string;
|
|
1598
|
-
}
|
|
1599
|
-
export declare namespace DependencyFailureException {
|
|
1600
|
-
/**
|
|
1601
|
-
* @internal
|
|
1602
|
-
*/
|
|
1603
|
-
const filterSensitiveLog: (obj: DependencyFailureException) => any;
|
|
1604
|
-
}
|
|
1605
|
-
export interface DescribeBackupJobInput {
|
|
1606
|
-
/**
|
|
1607
|
-
* <p>Uniquely identifies a request to Backup to back up a resource.</p>
|
|
1608
|
-
*/
|
|
1609
|
-
BackupJobId: string | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export declare namespace DescribeBackupJobInput {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
const filterSensitiveLog: (obj: DescribeBackupJobInput) => any;
|
|
1616
|
-
}
|
|
1617
|
-
export interface DescribeBackupJobOutput {
|
|
1618
|
-
/**
|
|
1619
|
-
* <p>Returns the account ID that owns the backup job.</p>
|
|
1620
|
-
*/
|
|
1621
|
-
AccountId?: string;
|
|
1622
|
-
/**
|
|
1623
|
-
* <p>Uniquely identifies a request to Backup to back up a resource.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
BackupJobId?: string;
|
|
1626
|
-
/**
|
|
1627
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1628
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1629
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1630
|
-
* hyphens.</p>
|
|
1631
|
-
*/
|
|
1632
|
-
BackupVaultName?: string;
|
|
1633
|
-
/**
|
|
1634
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
1635
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
1636
|
-
*/
|
|
1637
|
-
BackupVaultArn?: string;
|
|
1638
|
-
/**
|
|
1639
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
1640
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
1641
|
-
*/
|
|
1642
|
-
RecoveryPointArn?: string;
|
|
1643
|
-
/**
|
|
1644
|
-
* <p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the
|
|
1645
|
-
* resource type.</p>
|
|
1646
|
-
*/
|
|
1647
|
-
ResourceArn?: string;
|
|
1648
|
-
/**
|
|
1649
|
-
* <p>The date and time that a backup job is created, in Unix format and Coordinated Universal
|
|
1650
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
1651
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1652
|
-
* AM.</p>
|
|
1653
|
-
*/
|
|
1654
|
-
CreationDate?: Date;
|
|
1655
|
-
/**
|
|
1656
|
-
* <p>The date and time that a job to create a backup job is completed, in Unix format and
|
|
1657
|
-
* Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to
|
|
1658
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
1659
|
-
* 12:11:30.087 AM.</p>
|
|
1660
|
-
*/
|
|
1661
|
-
CompletionDate?: Date;
|
|
1662
|
-
/**
|
|
1663
|
-
* <p>The current state of a resource recovery point.</p>
|
|
1664
|
-
*/
|
|
1665
|
-
State?: BackupJobState | string;
|
|
1666
|
-
/**
|
|
1667
|
-
* <p>A detailed message explaining the status of the job to back up a resource.</p>
|
|
1668
|
-
*/
|
|
1669
|
-
StatusMessage?: string;
|
|
1670
|
-
/**
|
|
1671
|
-
* <p>Contains an estimated percentage that is complete of a job at the time the job status
|
|
1672
|
-
* was queried.</p>
|
|
1673
|
-
*/
|
|
1674
|
-
PercentDone?: string;
|
|
1675
|
-
/**
|
|
1676
|
-
* <p>The size, in bytes, of a backup.</p>
|
|
1677
|
-
*/
|
|
1678
|
-
BackupSizeInBytes?: number;
|
|
1679
|
-
/**
|
|
1680
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
1681
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
1682
|
-
*/
|
|
1683
|
-
IamRoleArn?: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* <p>Contains identifying information about the creation of a backup job, including the
|
|
1686
|
-
* <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,
|
|
1687
|
-
* and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
CreatedBy?: RecoveryPointCreator;
|
|
1690
|
-
/**
|
|
1691
|
-
* <p>The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>
|
|
1692
|
-
*/
|
|
1693
|
-
ResourceType?: string;
|
|
1694
|
-
/**
|
|
1695
|
-
* <p>The size in bytes transferred to a backup vault at the time that the job status was
|
|
1696
|
-
* queried.</p>
|
|
1697
|
-
*/
|
|
1698
|
-
BytesTransferred?: number;
|
|
1699
|
-
/**
|
|
1700
|
-
* <p>The date and time that a job to back up resources is expected to be completed, in Unix
|
|
1701
|
-
* format and Coordinated Universal Time (UTC). The value of
|
|
1702
|
-
* <code>ExpectedCompletionDate</code> is accurate to milliseconds. For example, the value
|
|
1703
|
-
* 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1704
|
-
*/
|
|
1705
|
-
ExpectedCompletionDate?: Date;
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job
|
|
1708
|
-
* must be started before it is canceled. The value is calculated by adding the start window
|
|
1709
|
-
* to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2
|
|
1710
|
-
* hours, the <code>StartBy</code> time would be 8:00 PM on the date specified. The value of
|
|
1711
|
-
* <code>StartBy</code> is accurate to milliseconds. For example, the value 1516925490.087
|
|
1712
|
-
* represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1713
|
-
*/
|
|
1714
|
-
StartBy?: Date;
|
|
1715
|
-
/**
|
|
1716
|
-
* <p>Represents the options specified as part of backup plan or on-demand backup job.</p>
|
|
1717
|
-
*/
|
|
1718
|
-
BackupOptions?: {
|
|
1719
|
-
[key: string]: string;
|
|
1720
|
-
};
|
|
1721
|
-
/**
|
|
1722
|
-
* <p>Represents the actual backup type selected for a backup job. For example, if a
|
|
1723
|
-
* successful Windows Volume Shadow Copy Service (VSS) backup was taken,
|
|
1724
|
-
* <code>BackupType</code> returns <code>"WindowsVSS"</code>. If <code>BackupType</code> is
|
|
1725
|
-
* empty, then the backup type was a regular backup.</p>
|
|
1726
|
-
*/
|
|
1727
|
-
BackupType?: string;
|
|
1728
|
-
}
|
|
1729
|
-
export declare namespace DescribeBackupJobOutput {
|
|
1730
|
-
/**
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
const filterSensitiveLog: (obj: DescribeBackupJobOutput) => any;
|
|
1734
|
-
}
|
|
1735
|
-
export interface DescribeBackupVaultInput {
|
|
1736
|
-
/**
|
|
1737
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1738
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1739
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1740
|
-
* hyphens.</p>
|
|
1741
|
-
*/
|
|
1742
|
-
BackupVaultName: string | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export declare namespace DescribeBackupVaultInput {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
const filterSensitiveLog: (obj: DescribeBackupVaultInput) => any;
|
|
1749
|
-
}
|
|
1750
|
-
export interface DescribeBackupVaultOutput {
|
|
1751
|
-
/**
|
|
1752
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1753
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
1754
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
1755
|
-
*/
|
|
1756
|
-
BackupVaultName?: string;
|
|
1757
|
-
/**
|
|
1758
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
1759
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
1760
|
-
*/
|
|
1761
|
-
BackupVaultArn?: string;
|
|
1762
|
-
/**
|
|
1763
|
-
* <p>The server-side encryption key that is used to protect your backups; for example,
|
|
1764
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
1765
|
-
*/
|
|
1766
|
-
EncryptionKeyArn?: string;
|
|
1767
|
-
/**
|
|
1768
|
-
* <p>The date and time that a backup vault is created, in Unix format and Coordinated
|
|
1769
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
1770
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1771
|
-
* AM.</p>
|
|
1772
|
-
*/
|
|
1773
|
-
CreationDate?: Date;
|
|
1774
|
-
/**
|
|
1775
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
1776
|
-
* without the risk of running the operation twice.</p>
|
|
1777
|
-
*/
|
|
1778
|
-
CreatorRequestId?: string;
|
|
1779
|
-
/**
|
|
1780
|
-
* <p>The number of recovery points that are stored in a backup vault.</p>
|
|
1781
|
-
*/
|
|
1782
|
-
NumberOfRecoveryPoints?: number;
|
|
1783
|
-
}
|
|
1784
|
-
export declare namespace DescribeBackupVaultOutput {
|
|
1785
|
-
/**
|
|
1786
|
-
* @internal
|
|
1787
|
-
*/
|
|
1788
|
-
const filterSensitiveLog: (obj: DescribeBackupVaultOutput) => any;
|
|
1789
|
-
}
|
|
1790
|
-
export interface DescribeCopyJobInput {
|
|
1791
|
-
/**
|
|
1792
|
-
* <p>Uniquely identifies a copy job.</p>
|
|
1793
|
-
*/
|
|
1794
|
-
CopyJobId: string | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export declare namespace DescribeCopyJobInput {
|
|
1797
|
-
/**
|
|
1798
|
-
* @internal
|
|
1799
|
-
*/
|
|
1800
|
-
const filterSensitiveLog: (obj: DescribeCopyJobInput) => any;
|
|
1801
|
-
}
|
|
1802
|
-
export interface DescribeCopyJobOutput {
|
|
1803
|
-
/**
|
|
1804
|
-
* <p>Contains detailed information about a copy job.</p>
|
|
1805
|
-
*/
|
|
1806
|
-
CopyJob?: CopyJob;
|
|
1807
|
-
}
|
|
1808
|
-
export declare namespace DescribeCopyJobOutput {
|
|
1809
|
-
/**
|
|
1810
|
-
* @internal
|
|
1811
|
-
*/
|
|
1812
|
-
const filterSensitiveLog: (obj: DescribeCopyJobOutput) => any;
|
|
1813
|
-
}
|
|
1814
|
-
export interface DescribeFrameworkInput {
|
|
1815
|
-
/**
|
|
1816
|
-
* <p>The unique name of a framework.</p>
|
|
1817
|
-
*/
|
|
1818
|
-
FrameworkName: string | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export declare namespace DescribeFrameworkInput {
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
|
-
const filterSensitiveLog: (obj: DescribeFrameworkInput) => any;
|
|
1825
|
-
}
|
|
1826
|
-
export interface DescribeFrameworkOutput {
|
|
1827
|
-
/**
|
|
1828
|
-
* <p>The unique name of a framework.</p>
|
|
1829
|
-
*/
|
|
1830
|
-
FrameworkName?: string;
|
|
1831
|
-
/**
|
|
1832
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
1833
|
-
* depends on the resource type.</p>
|
|
1834
|
-
*/
|
|
1835
|
-
FrameworkArn?: string;
|
|
1836
|
-
/**
|
|
1837
|
-
* <p>An optional description of the framework.</p>
|
|
1838
|
-
*/
|
|
1839
|
-
FrameworkDescription?: string;
|
|
1840
|
-
/**
|
|
1841
|
-
* <p>A list of the controls that make up the framework. Each control in the list has a name,
|
|
1842
|
-
* input parameters, and scope.</p>
|
|
1843
|
-
*/
|
|
1844
|
-
FrameworkControls?: FrameworkControl[];
|
|
1845
|
-
/**
|
|
1846
|
-
* <p>The date and time that a framework is created, in Unix format and Coordinated Universal
|
|
1847
|
-
* Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For
|
|
1848
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1849
|
-
* AM.</p>
|
|
1850
|
-
*/
|
|
1851
|
-
CreationTime?: Date;
|
|
1852
|
-
/**
|
|
1853
|
-
* <p>The deployment status of a framework. The statuses are:</p>
|
|
1854
|
-
* <p>
|
|
1855
|
-
* <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED |
|
|
1856
|
-
* FAILED</code>
|
|
1857
|
-
* </p>
|
|
1858
|
-
*/
|
|
1859
|
-
DeploymentStatus?: string;
|
|
1860
|
-
/**
|
|
1861
|
-
* <p>A framework consists of one or more controls. Each control governs a resource, such as
|
|
1862
|
-
* backup plans, backup selections, backup vaults, or recovery points. You can also turn
|
|
1863
|
-
* Config recording on or off for each resource. The statuses are:</p>
|
|
1864
|
-
* <ul>
|
|
1865
|
-
* <li>
|
|
1866
|
-
* <p>
|
|
1867
|
-
* <code>ACTIVE</code> when recording is turned on for all resources governed by the
|
|
1868
|
-
* framework.</p>
|
|
1869
|
-
* </li>
|
|
1870
|
-
* <li>
|
|
1871
|
-
* <p>
|
|
1872
|
-
* <code>PARTIALLY_ACTIVE</code> when recording is turned off for at least one
|
|
1873
|
-
* resource governed by the framework.</p>
|
|
1874
|
-
* </li>
|
|
1875
|
-
* <li>
|
|
1876
|
-
* <p>
|
|
1877
|
-
* <code>INACTIVE</code> when recording is turned off for all resources governed by
|
|
1878
|
-
* the framework.</p>
|
|
1879
|
-
* </li>
|
|
1880
|
-
* <li>
|
|
1881
|
-
* <p>
|
|
1882
|
-
* <code>UNAVAILABLE</code> when Backup is unable to validate recording
|
|
1883
|
-
* status at this time.</p>
|
|
1884
|
-
* </li>
|
|
1885
|
-
* </ul>
|
|
1886
|
-
*/
|
|
1887
|
-
FrameworkStatus?: string;
|
|
1888
|
-
/**
|
|
1889
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
1890
|
-
* calls to <code>DescribeFrameworkOutput</code>. Retrying a successful request with the same
|
|
1891
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
1892
|
-
*/
|
|
1893
|
-
IdempotencyToken?: string;
|
|
1894
|
-
}
|
|
1895
|
-
export declare namespace DescribeFrameworkOutput {
|
|
1896
|
-
/**
|
|
1897
|
-
* @internal
|
|
1898
|
-
*/
|
|
1899
|
-
const filterSensitiveLog: (obj: DescribeFrameworkOutput) => any;
|
|
1900
|
-
}
|
|
1901
|
-
export interface DescribeGlobalSettingsInput {
|
|
1902
|
-
}
|
|
1903
|
-
export declare namespace DescribeGlobalSettingsInput {
|
|
1904
|
-
/**
|
|
1905
|
-
* @internal
|
|
1906
|
-
*/
|
|
1907
|
-
const filterSensitiveLog: (obj: DescribeGlobalSettingsInput) => any;
|
|
1908
|
-
}
|
|
1909
|
-
export interface DescribeGlobalSettingsOutput {
|
|
1910
|
-
/**
|
|
1911
|
-
* <p>The status of the flag <code>isCrossAccountBackupEnabled</code>.</p>
|
|
1912
|
-
*/
|
|
1913
|
-
GlobalSettings?: {
|
|
1914
|
-
[key: string]: string;
|
|
1915
|
-
};
|
|
1916
|
-
/**
|
|
1917
|
-
* <p>The date and time that the flag <code>isCrossAccountBackupEnabled</code> was last
|
|
1918
|
-
* updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of
|
|
1919
|
-
* <code>LastUpdateTime</code> is accurate to milliseconds. For example, the value
|
|
1920
|
-
* 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
1921
|
-
*/
|
|
1922
|
-
LastUpdateTime?: Date;
|
|
1923
|
-
}
|
|
1924
|
-
export declare namespace DescribeGlobalSettingsOutput {
|
|
1925
|
-
/**
|
|
1926
|
-
* @internal
|
|
1927
|
-
*/
|
|
1928
|
-
const filterSensitiveLog: (obj: DescribeGlobalSettingsOutput) => any;
|
|
1929
|
-
}
|
|
1930
|
-
export interface DescribeProtectedResourceInput {
|
|
1931
|
-
/**
|
|
1932
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
1933
|
-
* depends on the resource type.</p>
|
|
1934
|
-
*/
|
|
1935
|
-
ResourceArn: string | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export declare namespace DescribeProtectedResourceInput {
|
|
1938
|
-
/**
|
|
1939
|
-
* @internal
|
|
1940
|
-
*/
|
|
1941
|
-
const filterSensitiveLog: (obj: DescribeProtectedResourceInput) => any;
|
|
1942
|
-
}
|
|
1943
|
-
export interface DescribeProtectedResourceOutput {
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
|
|
1946
|
-
* resource type.</p>
|
|
1947
|
-
*/
|
|
1948
|
-
ResourceArn?: string;
|
|
1949
|
-
/**
|
|
1950
|
-
* <p>The type of Amazon Web Services resource saved as a recovery point; for example, an
|
|
1951
|
-
* Amazon EBS volume or an Amazon RDS database.</p>
|
|
1952
|
-
*/
|
|
1953
|
-
ResourceType?: string;
|
|
1954
|
-
/**
|
|
1955
|
-
* <p>The date and time that a resource was last backed up, in Unix format and Coordinated
|
|
1956
|
-
* Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds.
|
|
1957
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
1958
|
-
* AM.</p>
|
|
1959
|
-
*/
|
|
1960
|
-
LastBackupTime?: Date;
|
|
1961
|
-
}
|
|
1962
|
-
export declare namespace DescribeProtectedResourceOutput {
|
|
1963
|
-
/**
|
|
1964
|
-
* @internal
|
|
1965
|
-
*/
|
|
1966
|
-
const filterSensitiveLog: (obj: DescribeProtectedResourceOutput) => any;
|
|
1967
|
-
}
|
|
1968
|
-
export interface DescribeRecoveryPointInput {
|
|
1969
|
-
/**
|
|
1970
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
1971
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
1972
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
1973
|
-
* hyphens.</p>
|
|
1974
|
-
*/
|
|
1975
|
-
BackupVaultName: string | undefined;
|
|
1976
|
-
/**
|
|
1977
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
1978
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
1979
|
-
*/
|
|
1980
|
-
RecoveryPointArn: string | undefined;
|
|
1981
|
-
}
|
|
1982
|
-
export declare namespace DescribeRecoveryPointInput {
|
|
1983
|
-
/**
|
|
1984
|
-
* @internal
|
|
1985
|
-
*/
|
|
1986
|
-
const filterSensitiveLog: (obj: DescribeRecoveryPointInput) => any;
|
|
1987
|
-
}
|
|
1988
|
-
export declare enum RecoveryPointStatus {
|
|
1989
|
-
COMPLETED = "COMPLETED",
|
|
1990
|
-
DELETING = "DELETING",
|
|
1991
|
-
EXPIRED = "EXPIRED",
|
|
1992
|
-
PARTIAL = "PARTIAL"
|
|
1993
|
-
}
|
|
1994
|
-
export declare enum StorageClass {
|
|
1995
|
-
COLD = "COLD",
|
|
1996
|
-
DELETED = "DELETED",
|
|
1997
|
-
WARM = "WARM"
|
|
1998
|
-
}
|
|
1999
|
-
export interface DescribeRecoveryPointOutput {
|
|
2000
|
-
/**
|
|
2001
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
2002
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
2003
|
-
*/
|
|
2004
|
-
RecoveryPointArn?: string;
|
|
2005
|
-
/**
|
|
2006
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2007
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
2008
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
2009
|
-
*/
|
|
2010
|
-
BackupVaultName?: string;
|
|
2011
|
-
/**
|
|
2012
|
-
* <p>An ARN that uniquely identifies a backup vault; for example,
|
|
2013
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
2014
|
-
*/
|
|
2015
|
-
BackupVaultArn?: string;
|
|
2016
|
-
/**
|
|
2017
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies the source vault where the
|
|
2018
|
-
* resource was originally backed up in; for example,
|
|
2019
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:BackupVault</code>. If the recovery is
|
|
2020
|
-
* restored to the same Amazon Web Services account or Region, this value will be
|
|
2021
|
-
* <code>null</code>.</p>
|
|
2022
|
-
*/
|
|
2023
|
-
SourceBackupVaultArn?: string;
|
|
2024
|
-
/**
|
|
2025
|
-
* <p>An ARN that uniquely identifies a saved resource. The format of the ARN depends on the
|
|
2026
|
-
* resource type.</p>
|
|
2027
|
-
*/
|
|
2028
|
-
ResourceArn?: string;
|
|
2029
|
-
/**
|
|
2030
|
-
* <p>The type of Amazon Web Services resource to save as a recovery point; for example, an
|
|
2031
|
-
* Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.</p>
|
|
2032
|
-
*/
|
|
2033
|
-
ResourceType?: string;
|
|
2034
|
-
/**
|
|
2035
|
-
* <p>Contains identifying information about the creation of a recovery point, including the
|
|
2036
|
-
* <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,
|
|
2037
|
-
* and <code>BackupRuleId</code> of the backup plan used to create it.</p>
|
|
2038
|
-
*/
|
|
2039
|
-
CreatedBy?: RecoveryPointCreator;
|
|
2040
|
-
/**
|
|
2041
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
2042
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
2043
|
-
*/
|
|
2044
|
-
IamRoleArn?: string;
|
|
2045
|
-
/**
|
|
2046
|
-
* <p>A status code specifying the state of the recovery point.</p>
|
|
2047
|
-
* <p>
|
|
2048
|
-
* <code>PARTIAL</code> status indicates Backup could not create the recovery
|
|
2049
|
-
* point before the backup window closed. To increase your backup plan window using the API,
|
|
2050
|
-
* see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/API_UpdateBackupPlan.html">UpdateBackupPlan</a>. You can also increase your backup plan window using the
|
|
2051
|
-
* Console by choosing and editing your backup plan.</p>
|
|
2052
|
-
* <p>
|
|
2053
|
-
* <code>EXPIRED</code> status indicates that the recovery point has exceeded its retention
|
|
2054
|
-
* period, but Backup lacks permission or is otherwise unable to delete it. To
|
|
2055
|
-
* manually delete these recovery points, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/gs-cleanup-resources.html#cleanup-backups"> Step 3:
|
|
2056
|
-
* Delete the recovery points</a> in the <i>Clean up resources</i>
|
|
2057
|
-
* section of <i>Getting started</i>.</p>
|
|
2058
|
-
*/
|
|
2059
|
-
Status?: RecoveryPointStatus | string;
|
|
2060
|
-
/**
|
|
2061
|
-
* <p>A status message explaining the reason for the recovery point deletion failure.</p>
|
|
2062
|
-
*/
|
|
2063
|
-
StatusMessage?: string;
|
|
2064
|
-
/**
|
|
2065
|
-
* <p>The date and time that a recovery point is created, in Unix format and Coordinated
|
|
2066
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
2067
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2068
|
-
* AM.</p>
|
|
2069
|
-
*/
|
|
2070
|
-
CreationDate?: Date;
|
|
2071
|
-
/**
|
|
2072
|
-
* <p>The date and time that a job to create a recovery point is completed, in Unix format and
|
|
2073
|
-
* Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to
|
|
2074
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
2075
|
-
* 12:11:30.087 AM.</p>
|
|
2076
|
-
*/
|
|
2077
|
-
CompletionDate?: Date;
|
|
2078
|
-
/**
|
|
2079
|
-
* <p>The size, in bytes, of a backup.</p>
|
|
2080
|
-
*/
|
|
2081
|
-
BackupSizeInBytes?: number;
|
|
2082
|
-
/**
|
|
2083
|
-
* <p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and
|
|
2084
|
-
* <code>MoveToColdStorageAt</code> timestamps.</p>
|
|
2085
|
-
*/
|
|
2086
|
-
CalculatedLifecycle?: CalculatedLifecycle;
|
|
2087
|
-
/**
|
|
2088
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
2089
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
2090
|
-
* the lifecycle that you define. </p>
|
|
2091
|
-
* <p>Backups that are transitioned to cold storage must be stored in cold storage for a
|
|
2092
|
-
* minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than
|
|
2093
|
-
* the “transition to cold after days” setting. The “transition to cold after days” setting
|
|
2094
|
-
* cannot be changed after a backup has been transitioned to cold. </p>
|
|
2095
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
2096
|
-
*/
|
|
2097
|
-
Lifecycle?: Lifecycle;
|
|
2098
|
-
/**
|
|
2099
|
-
* <p>The server-side encryption key used to protect your backups; for example,
|
|
2100
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
2101
|
-
*/
|
|
2102
|
-
EncryptionKeyArn?: string;
|
|
2103
|
-
/**
|
|
2104
|
-
* <p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is
|
|
2105
|
-
* encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>
|
|
2106
|
-
*/
|
|
2107
|
-
IsEncrypted?: boolean;
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>Specifies the storage class of the recovery point. Valid values are <code>WARM</code> or
|
|
2110
|
-
* <code>COLD</code>.</p>
|
|
2111
|
-
*/
|
|
2112
|
-
StorageClass?: StorageClass | string;
|
|
2113
|
-
/**
|
|
2114
|
-
* <p>The date and time that a recovery point was last restored, in Unix format and
|
|
2115
|
-
* Coordinated Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to
|
|
2116
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
2117
|
-
* 12:11:30.087 AM.</p>
|
|
2118
|
-
*/
|
|
2119
|
-
LastRestoreTime?: Date;
|
|
2120
|
-
}
|
|
2121
|
-
export declare namespace DescribeRecoveryPointOutput {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DescribeRecoveryPointOutput) => any;
|
|
2126
|
-
}
|
|
2127
|
-
export interface DescribeRegionSettingsInput {
|
|
2128
|
-
}
|
|
2129
|
-
export declare namespace DescribeRegionSettingsInput {
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
const filterSensitiveLog: (obj: DescribeRegionSettingsInput) => any;
|
|
2134
|
-
}
|
|
2135
|
-
export interface DescribeRegionSettingsOutput {
|
|
2136
|
-
/**
|
|
2137
|
-
* <p>Returns a list of all services along with the opt-in preferences in the Region.</p>
|
|
2138
|
-
*/
|
|
2139
|
-
ResourceTypeOptInPreference?: {
|
|
2140
|
-
[key: string]: boolean;
|
|
2141
|
-
};
|
|
2142
|
-
}
|
|
2143
|
-
export declare namespace DescribeRegionSettingsOutput {
|
|
2144
|
-
/**
|
|
2145
|
-
* @internal
|
|
2146
|
-
*/
|
|
2147
|
-
const filterSensitiveLog: (obj: DescribeRegionSettingsOutput) => any;
|
|
2148
|
-
}
|
|
2149
|
-
export interface DescribeReportJobInput {
|
|
2150
|
-
/**
|
|
2151
|
-
* <p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded
|
|
2152
|
-
* string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>
|
|
2153
|
-
*/
|
|
2154
|
-
ReportJobId: string | undefined;
|
|
2155
|
-
}
|
|
2156
|
-
export declare namespace DescribeReportJobInput {
|
|
2157
|
-
/**
|
|
2158
|
-
* @internal
|
|
2159
|
-
*/
|
|
2160
|
-
const filterSensitiveLog: (obj: DescribeReportJobInput) => any;
|
|
2161
|
-
}
|
|
2162
|
-
/**
|
|
2163
|
-
* <p>Contains information from your report job about your report destination.</p>
|
|
2164
|
-
*/
|
|
2165
|
-
export interface ReportDestination {
|
|
2166
|
-
/**
|
|
2167
|
-
* <p>The unique name of the Amazon S3 bucket that receives your reports.</p>
|
|
2168
|
-
*/
|
|
2169
|
-
S3BucketName?: string;
|
|
2170
|
-
/**
|
|
2171
|
-
* <p>The object key that uniquely identifies your reports in your S3 bucket.</p>
|
|
2172
|
-
*/
|
|
2173
|
-
S3Keys?: string[];
|
|
2174
|
-
}
|
|
2175
|
-
export declare namespace ReportDestination {
|
|
2176
|
-
/**
|
|
2177
|
-
* @internal
|
|
2178
|
-
*/
|
|
2179
|
-
const filterSensitiveLog: (obj: ReportDestination) => any;
|
|
2180
|
-
}
|
|
2181
|
-
/**
|
|
2182
|
-
* <p>Contains detailed information about a report job. A report job compiles a report based
|
|
2183
|
-
* on a report plan and publishes it to Amazon S3.</p>
|
|
2184
|
-
*/
|
|
2185
|
-
export interface ReportJob {
|
|
2186
|
-
/**
|
|
2187
|
-
* <p>The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded
|
|
2188
|
-
* string that is at most 1,024 bytes long. Report job IDs cannot be edited.</p>
|
|
2189
|
-
*/
|
|
2190
|
-
ReportJobId?: string;
|
|
2191
|
-
/**
|
|
2192
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
2193
|
-
* depends on the resource type.</p>
|
|
2194
|
-
*/
|
|
2195
|
-
ReportPlanArn?: string;
|
|
2196
|
-
/**
|
|
2197
|
-
* <p>Identifies the report template for the report. Reports are built using a report
|
|
2198
|
-
* template. The report templates are: </p>
|
|
2199
|
-
* <p>
|
|
2200
|
-
* <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
|
|
2201
|
-
* </p>
|
|
2202
|
-
*/
|
|
2203
|
-
ReportTemplate?: string;
|
|
2204
|
-
/**
|
|
2205
|
-
* <p>The date and time that a report job is created, in Unix format and Coordinated Universal
|
|
2206
|
-
* Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For
|
|
2207
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2208
|
-
* AM.</p>
|
|
2209
|
-
*/
|
|
2210
|
-
CreationTime?: Date;
|
|
2211
|
-
/**
|
|
2212
|
-
* <p>The date and time that a report job is completed, in Unix format and Coordinated
|
|
2213
|
-
* Universal Time (UTC). The value of <code>CompletionTime</code> is accurate to milliseconds.
|
|
2214
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2215
|
-
* AM.</p>
|
|
2216
|
-
*/
|
|
2217
|
-
CompletionTime?: Date;
|
|
2218
|
-
/**
|
|
2219
|
-
* <p>The status of a report job. The statuses are:</p>
|
|
2220
|
-
* <p>
|
|
2221
|
-
* <code>CREATED | RUNNING | COMPLETED | FAILED</code>
|
|
2222
|
-
* </p>
|
|
2223
|
-
* <p>
|
|
2224
|
-
* <code>COMPLETED</code> means that the report is available for your review at your
|
|
2225
|
-
* designated destination. If the status is <code>FAILED</code>, review the
|
|
2226
|
-
* <code>StatusMessage</code> for the reason.</p>
|
|
2227
|
-
*/
|
|
2228
|
-
Status?: string;
|
|
2229
|
-
/**
|
|
2230
|
-
* <p>A message explaining the status of the report job.</p>
|
|
2231
|
-
*/
|
|
2232
|
-
StatusMessage?: string;
|
|
2233
|
-
/**
|
|
2234
|
-
* <p>The S3 bucket name and S3 keys for the destination where the report job publishes the
|
|
2235
|
-
* report.</p>
|
|
2236
|
-
*/
|
|
2237
|
-
ReportDestination?: ReportDestination;
|
|
2238
|
-
}
|
|
2239
|
-
export declare namespace ReportJob {
|
|
2240
|
-
/**
|
|
2241
|
-
* @internal
|
|
2242
|
-
*/
|
|
2243
|
-
const filterSensitiveLog: (obj: ReportJob) => any;
|
|
2244
|
-
}
|
|
2245
|
-
export interface DescribeReportJobOutput {
|
|
2246
|
-
/**
|
|
2247
|
-
* <p>A list of information about a report job, including its completion and creation times,
|
|
2248
|
-
* report destination, unique report job ID, Amazon Resource Name (ARN), report template,
|
|
2249
|
-
* status, and status message.</p>
|
|
2250
|
-
*/
|
|
2251
|
-
ReportJob?: ReportJob;
|
|
2252
|
-
}
|
|
2253
|
-
export declare namespace DescribeReportJobOutput {
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
const filterSensitiveLog: (obj: DescribeReportJobOutput) => any;
|
|
2258
|
-
}
|
|
2259
|
-
export interface DescribeReportPlanInput {
|
|
2260
|
-
/**
|
|
2261
|
-
* <p>The unique name of a report plan.</p>
|
|
2262
|
-
*/
|
|
2263
|
-
ReportPlanName: string | undefined;
|
|
2264
|
-
}
|
|
2265
|
-
export declare namespace DescribeReportPlanInput {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: DescribeReportPlanInput) => any;
|
|
2270
|
-
}
|
|
2271
|
-
/**
|
|
2272
|
-
* <p>Contains detailed information about a report plan.</p>
|
|
2273
|
-
*/
|
|
2274
|
-
export interface ReportPlan {
|
|
2275
|
-
/**
|
|
2276
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
2277
|
-
* depends on the resource type.</p>
|
|
2278
|
-
*/
|
|
2279
|
-
ReportPlanArn?: string;
|
|
2280
|
-
/**
|
|
2281
|
-
* <p>The unique name of the report plan. This name is between 1 and 256 characters starting
|
|
2282
|
-
* with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores
|
|
2283
|
-
* (_).</p>
|
|
2284
|
-
*/
|
|
2285
|
-
ReportPlanName?: string;
|
|
2286
|
-
/**
|
|
2287
|
-
* <p>An optional description of the report plan with a maximum 1,024 characters.</p>
|
|
2288
|
-
*/
|
|
2289
|
-
ReportPlanDescription?: string;
|
|
2290
|
-
/**
|
|
2291
|
-
* <p>Identifies the report template for the report. Reports are built using a report
|
|
2292
|
-
* template. The report templates are:</p>
|
|
2293
|
-
* <p>
|
|
2294
|
-
* <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
|
|
2295
|
-
* </p>
|
|
2296
|
-
*/
|
|
2297
|
-
ReportSetting?: ReportSetting;
|
|
2298
|
-
/**
|
|
2299
|
-
* <p>Contains information about where and how to deliver your reports, specifically your
|
|
2300
|
-
* Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>
|
|
2301
|
-
*/
|
|
2302
|
-
ReportDeliveryChannel?: ReportDeliveryChannel;
|
|
2303
|
-
/**
|
|
2304
|
-
* <p>The deployment status of a report plan. The statuses are:</p>
|
|
2305
|
-
* <p>
|
|
2306
|
-
* <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS |
|
|
2307
|
-
* COMPLETED</code>
|
|
2308
|
-
* </p>
|
|
2309
|
-
*/
|
|
2310
|
-
DeploymentStatus?: string;
|
|
2311
|
-
/**
|
|
2312
|
-
* <p>The date and time that a report plan is created, in Unix format and Coordinated
|
|
2313
|
-
* Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds.
|
|
2314
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2315
|
-
* AM.</p>
|
|
2316
|
-
*/
|
|
2317
|
-
CreationTime?: Date;
|
|
2318
|
-
/**
|
|
2319
|
-
* <p>The date and time that a report job associated with this report plan last attempted to
|
|
2320
|
-
* run, in Unix format and Coordinated Universal Time (UTC). The value of
|
|
2321
|
-
* <code>LastAttemptedExecutionTime</code> is accurate to milliseconds. For example, the
|
|
2322
|
-
* value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
2323
|
-
*/
|
|
2324
|
-
LastAttemptedExecutionTime?: Date;
|
|
2325
|
-
/**
|
|
2326
|
-
* <p>The date and time that a report job associated with this report plan last successfully
|
|
2327
|
-
* ran, in Unix format and Coordinated Universal Time (UTC). The value of
|
|
2328
|
-
* <code>LastSuccessfulExecutionTime</code> is accurate to milliseconds. For example, the
|
|
2329
|
-
* value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
2330
|
-
*/
|
|
2331
|
-
LastSuccessfulExecutionTime?: Date;
|
|
2332
|
-
}
|
|
2333
|
-
export declare namespace ReportPlan {
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
const filterSensitiveLog: (obj: ReportPlan) => any;
|
|
2338
|
-
}
|
|
2339
|
-
export interface DescribeReportPlanOutput {
|
|
2340
|
-
/**
|
|
2341
|
-
* <p>Returns details about the report plan that is specified by its name. These details
|
|
2342
|
-
* include the report plan's Amazon Resource Name (ARN), description, settings, delivery
|
|
2343
|
-
* channel, deployment status, creation time, and last attempted and successful run
|
|
2344
|
-
* times.</p>
|
|
2345
|
-
*/
|
|
2346
|
-
ReportPlan?: ReportPlan;
|
|
2347
|
-
}
|
|
2348
|
-
export declare namespace DescribeReportPlanOutput {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
const filterSensitiveLog: (obj: DescribeReportPlanOutput) => any;
|
|
2353
|
-
}
|
|
2354
|
-
export interface DescribeRestoreJobInput {
|
|
2355
|
-
/**
|
|
2356
|
-
* <p>Uniquely identifies the job that restores a recovery point.</p>
|
|
2357
|
-
*/
|
|
2358
|
-
RestoreJobId: string | undefined;
|
|
2359
|
-
}
|
|
2360
|
-
export declare namespace DescribeRestoreJobInput {
|
|
2361
|
-
/**
|
|
2362
|
-
* @internal
|
|
2363
|
-
*/
|
|
2364
|
-
const filterSensitiveLog: (obj: DescribeRestoreJobInput) => any;
|
|
2365
|
-
}
|
|
2366
|
-
export declare enum RestoreJobStatus {
|
|
2367
|
-
ABORTED = "ABORTED",
|
|
2368
|
-
COMPLETED = "COMPLETED",
|
|
2369
|
-
FAILED = "FAILED",
|
|
2370
|
-
PENDING = "PENDING",
|
|
2371
|
-
RUNNING = "RUNNING"
|
|
2372
|
-
}
|
|
2373
|
-
export interface DescribeRestoreJobOutput {
|
|
2374
|
-
/**
|
|
2375
|
-
* <p>Returns the account ID that owns the restore job.</p>
|
|
2376
|
-
*/
|
|
2377
|
-
AccountId?: string;
|
|
2378
|
-
/**
|
|
2379
|
-
* <p>Uniquely identifies the job that restores a recovery point.</p>
|
|
2380
|
-
*/
|
|
2381
|
-
RestoreJobId?: string;
|
|
2382
|
-
/**
|
|
2383
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
2384
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
2385
|
-
*/
|
|
2386
|
-
RecoveryPointArn?: string;
|
|
2387
|
-
/**
|
|
2388
|
-
* <p>The date and time that a restore job is created, in Unix format and Coordinated
|
|
2389
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
2390
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2391
|
-
* AM.</p>
|
|
2392
|
-
*/
|
|
2393
|
-
CreationDate?: Date;
|
|
2394
|
-
/**
|
|
2395
|
-
* <p>The date and time that a job to restore a recovery point is completed, in Unix format
|
|
2396
|
-
* and Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate
|
|
2397
|
-
* to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
2398
|
-
* 12:11:30.087 AM.</p>
|
|
2399
|
-
*/
|
|
2400
|
-
CompletionDate?: Date;
|
|
2401
|
-
/**
|
|
2402
|
-
* <p>Status code specifying the state of the job that is initiated by Backup to
|
|
2403
|
-
* restore a recovery point.</p>
|
|
2404
|
-
*/
|
|
2405
|
-
Status?: RestoreJobStatus | string;
|
|
2406
|
-
/**
|
|
2407
|
-
* <p>A message showing the status of a job to restore a recovery point.</p>
|
|
2408
|
-
*/
|
|
2409
|
-
StatusMessage?: string;
|
|
2410
|
-
/**
|
|
2411
|
-
* <p>Contains an estimated percentage that is complete of a job at the time the job status
|
|
2412
|
-
* was queried.</p>
|
|
2413
|
-
*/
|
|
2414
|
-
PercentDone?: string;
|
|
2415
|
-
/**
|
|
2416
|
-
* <p>The size, in bytes, of the restored resource.</p>
|
|
2417
|
-
*/
|
|
2418
|
-
BackupSizeInBytes?: number;
|
|
2419
|
-
/**
|
|
2420
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
2421
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
2422
|
-
*/
|
|
2423
|
-
IamRoleArn?: string;
|
|
2424
|
-
/**
|
|
2425
|
-
* <p>The amount of time in minutes that a job restoring a recovery point is expected to
|
|
2426
|
-
* take.</p>
|
|
2427
|
-
*/
|
|
2428
|
-
ExpectedCompletionTimeMinutes?: number;
|
|
2429
|
-
/**
|
|
2430
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource whose recovery point
|
|
2431
|
-
* is being restored. The format of the ARN depends on the resource type of the backed-up
|
|
2432
|
-
* resource.</p>
|
|
2433
|
-
*/
|
|
2434
|
-
CreatedResourceArn?: string;
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>Returns metadata associated with a restore job listed by resource type.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
ResourceType?: string;
|
|
2439
|
-
}
|
|
2440
|
-
export declare namespace DescribeRestoreJobOutput {
|
|
2441
|
-
/**
|
|
2442
|
-
* @internal
|
|
2443
|
-
*/
|
|
2444
|
-
const filterSensitiveLog: (obj: DescribeRestoreJobOutput) => any;
|
|
2445
|
-
}
|
|
2446
|
-
export interface DisassociateRecoveryPointInput {
|
|
2447
|
-
/**
|
|
2448
|
-
* <p>The unique name of an Backup vault.</p>
|
|
2449
|
-
*/
|
|
2450
|
-
BackupVaultName: string | undefined;
|
|
2451
|
-
/**
|
|
2452
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery
|
|
2453
|
-
* point.</p>
|
|
2454
|
-
*/
|
|
2455
|
-
RecoveryPointArn: string | undefined;
|
|
2456
|
-
}
|
|
2457
|
-
export declare namespace DisassociateRecoveryPointInput {
|
|
2458
|
-
/**
|
|
2459
|
-
* @internal
|
|
2460
|
-
*/
|
|
2461
|
-
const filterSensitiveLog: (obj: DisassociateRecoveryPointInput) => any;
|
|
2462
|
-
}
|
|
2463
|
-
export interface ExportBackupPlanTemplateInput {
|
|
2464
|
-
/**
|
|
2465
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
2466
|
-
*/
|
|
2467
|
-
BackupPlanId: string | undefined;
|
|
2468
|
-
}
|
|
2469
|
-
export declare namespace ExportBackupPlanTemplateInput {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
const filterSensitiveLog: (obj: ExportBackupPlanTemplateInput) => any;
|
|
2474
|
-
}
|
|
2475
|
-
export interface ExportBackupPlanTemplateOutput {
|
|
2476
|
-
/**
|
|
2477
|
-
* <p>The body of a backup plan template in JSON format.</p>
|
|
2478
|
-
* <note>
|
|
2479
|
-
* <p>This is a signed JSON document that cannot be modified before being passed to
|
|
2480
|
-
* <code>GetBackupPlanFromJSON.</code>
|
|
2481
|
-
* </p>
|
|
2482
|
-
* </note>
|
|
2483
|
-
*/
|
|
2484
|
-
BackupPlanTemplateJson?: string;
|
|
2485
|
-
}
|
|
2486
|
-
export declare namespace ExportBackupPlanTemplateOutput {
|
|
2487
|
-
/**
|
|
2488
|
-
* @internal
|
|
2489
|
-
*/
|
|
2490
|
-
const filterSensitiveLog: (obj: ExportBackupPlanTemplateOutput) => any;
|
|
2491
|
-
}
|
|
2492
|
-
export interface GetBackupPlanInput {
|
|
2493
|
-
/**
|
|
2494
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
2495
|
-
*/
|
|
2496
|
-
BackupPlanId: string | undefined;
|
|
2497
|
-
/**
|
|
2498
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
2499
|
-
* long. Version IDs cannot be edited.</p>
|
|
2500
|
-
*/
|
|
2501
|
-
VersionId?: string;
|
|
2502
|
-
}
|
|
2503
|
-
export declare namespace GetBackupPlanInput {
|
|
2504
|
-
/**
|
|
2505
|
-
* @internal
|
|
2506
|
-
*/
|
|
2507
|
-
const filterSensitiveLog: (obj: GetBackupPlanInput) => any;
|
|
2508
|
-
}
|
|
2509
|
-
export interface GetBackupPlanOutput {
|
|
2510
|
-
/**
|
|
2511
|
-
* <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
|
|
2512
|
-
* more sets of <code>Rules</code>.</p>
|
|
2513
|
-
*/
|
|
2514
|
-
BackupPlan?: BackupPlan;
|
|
2515
|
-
/**
|
|
2516
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
2517
|
-
*/
|
|
2518
|
-
BackupPlanId?: string;
|
|
2519
|
-
/**
|
|
2520
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
2521
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
2522
|
-
*/
|
|
2523
|
-
BackupPlanArn?: string;
|
|
2524
|
-
/**
|
|
2525
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
2526
|
-
* long. Version IDs cannot be edited.</p>
|
|
2527
|
-
*/
|
|
2528
|
-
VersionId?: string;
|
|
2529
|
-
/**
|
|
2530
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
2531
|
-
* without the risk of running the operation twice.</p>
|
|
2532
|
-
*/
|
|
2533
|
-
CreatorRequestId?: string;
|
|
2534
|
-
/**
|
|
2535
|
-
* <p>The date and time that a backup plan is created, in Unix format and Coordinated
|
|
2536
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
2537
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2538
|
-
* AM.</p>
|
|
2539
|
-
*/
|
|
2540
|
-
CreationDate?: Date;
|
|
2541
|
-
/**
|
|
2542
|
-
* <p>The date and time that a backup plan is deleted, in Unix format and Coordinated
|
|
2543
|
-
* Universal Time (UTC). The value of <code>DeletionDate</code> is accurate to milliseconds.
|
|
2544
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2545
|
-
* AM.</p>
|
|
2546
|
-
*/
|
|
2547
|
-
DeletionDate?: Date;
|
|
2548
|
-
/**
|
|
2549
|
-
* <p>The last time a job to back up resources was run with this backup plan. A date and time,
|
|
2550
|
-
* in Unix format and Coordinated Universal Time (UTC). The value of
|
|
2551
|
-
* <code>LastExecutionDate</code> is accurate to milliseconds. For example, the value
|
|
2552
|
-
* 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.</p>
|
|
2553
|
-
*/
|
|
2554
|
-
LastExecutionDate?: Date;
|
|
2555
|
-
/**
|
|
2556
|
-
* <p>Contains a list of <code>BackupOptions</code> for each resource type. The list is
|
|
2557
|
-
* populated only if the advanced option is set for the backup plan.</p>
|
|
2558
|
-
*/
|
|
2559
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
2560
|
-
}
|
|
2561
|
-
export declare namespace GetBackupPlanOutput {
|
|
2562
|
-
/**
|
|
2563
|
-
* @internal
|
|
2564
|
-
*/
|
|
2565
|
-
const filterSensitiveLog: (obj: GetBackupPlanOutput) => any;
|
|
2566
|
-
}
|
|
2567
|
-
export interface GetBackupPlanFromJSONInput {
|
|
2568
|
-
/**
|
|
2569
|
-
* <p>A customer-supplied backup plan document in JSON format.</p>
|
|
2570
|
-
*/
|
|
2571
|
-
BackupPlanTemplateJson: string | undefined;
|
|
2572
|
-
}
|
|
2573
|
-
export declare namespace GetBackupPlanFromJSONInput {
|
|
2574
|
-
/**
|
|
2575
|
-
* @internal
|
|
2576
|
-
*/
|
|
2577
|
-
const filterSensitiveLog: (obj: GetBackupPlanFromJSONInput) => any;
|
|
2578
|
-
}
|
|
2579
|
-
export interface GetBackupPlanFromJSONOutput {
|
|
2580
|
-
/**
|
|
2581
|
-
* <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
|
|
2582
|
-
* more sets of <code>Rules</code>.</p>
|
|
2583
|
-
*/
|
|
2584
|
-
BackupPlan?: BackupPlan;
|
|
2585
|
-
}
|
|
2586
|
-
export declare namespace GetBackupPlanFromJSONOutput {
|
|
2587
|
-
/**
|
|
2588
|
-
* @internal
|
|
2589
|
-
*/
|
|
2590
|
-
const filterSensitiveLog: (obj: GetBackupPlanFromJSONOutput) => any;
|
|
2591
|
-
}
|
|
2592
|
-
export interface GetBackupPlanFromTemplateInput {
|
|
2593
|
-
/**
|
|
2594
|
-
* <p>Uniquely identifies a stored backup plan template.</p>
|
|
2595
|
-
*/
|
|
2596
|
-
BackupPlanTemplateId: string | undefined;
|
|
2597
|
-
}
|
|
2598
|
-
export declare namespace GetBackupPlanFromTemplateInput {
|
|
2599
|
-
/**
|
|
2600
|
-
* @internal
|
|
2601
|
-
*/
|
|
2602
|
-
const filterSensitiveLog: (obj: GetBackupPlanFromTemplateInput) => any;
|
|
2603
|
-
}
|
|
2604
|
-
export interface GetBackupPlanFromTemplateOutput {
|
|
2605
|
-
/**
|
|
2606
|
-
* <p>Returns the body of a backup plan based on the target template, including the name,
|
|
2607
|
-
* rules, and backup vault of the plan.</p>
|
|
2608
|
-
*/
|
|
2609
|
-
BackupPlanDocument?: BackupPlan;
|
|
2610
|
-
}
|
|
2611
|
-
export declare namespace GetBackupPlanFromTemplateOutput {
|
|
2612
|
-
/**
|
|
2613
|
-
* @internal
|
|
2614
|
-
*/
|
|
2615
|
-
const filterSensitiveLog: (obj: GetBackupPlanFromTemplateOutput) => any;
|
|
2616
|
-
}
|
|
2617
|
-
export interface GetBackupSelectionInput {
|
|
2618
|
-
/**
|
|
2619
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
2620
|
-
*/
|
|
2621
|
-
BackupPlanId: string | undefined;
|
|
2622
|
-
/**
|
|
2623
|
-
* <p>Uniquely identifies the body of a request to assign a set of resources to a backup
|
|
2624
|
-
* plan.</p>
|
|
2625
|
-
*/
|
|
2626
|
-
SelectionId: string | undefined;
|
|
2627
|
-
}
|
|
2628
|
-
export declare namespace GetBackupSelectionInput {
|
|
2629
|
-
/**
|
|
2630
|
-
* @internal
|
|
2631
|
-
*/
|
|
2632
|
-
const filterSensitiveLog: (obj: GetBackupSelectionInput) => any;
|
|
2633
|
-
}
|
|
2634
|
-
export interface GetBackupSelectionOutput {
|
|
2635
|
-
/**
|
|
2636
|
-
* <p>Specifies the body of a request to assign a set of resources to a backup plan.</p>
|
|
2637
|
-
*/
|
|
2638
|
-
BackupSelection?: BackupSelection;
|
|
2639
|
-
/**
|
|
2640
|
-
* <p>Uniquely identifies the body of a request to assign a set of resources to a backup
|
|
2641
|
-
* plan.</p>
|
|
2642
|
-
*/
|
|
2643
|
-
SelectionId?: string;
|
|
2644
|
-
/**
|
|
2645
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
2646
|
-
*/
|
|
2647
|
-
BackupPlanId?: string;
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The date and time a backup selection is created, in Unix format and Coordinated
|
|
2650
|
-
* Universal Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds.
|
|
2651
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
2652
|
-
* AM.</p>
|
|
2653
|
-
*/
|
|
2654
|
-
CreationDate?: Date;
|
|
2655
|
-
/**
|
|
2656
|
-
* <p>A unique string that identifies the request and allows failed requests to be retried
|
|
2657
|
-
* without the risk of running the operation twice.</p>
|
|
2658
|
-
*/
|
|
2659
|
-
CreatorRequestId?: string;
|
|
2660
|
-
}
|
|
2661
|
-
export declare namespace GetBackupSelectionOutput {
|
|
2662
|
-
/**
|
|
2663
|
-
* @internal
|
|
2664
|
-
*/
|
|
2665
|
-
const filterSensitiveLog: (obj: GetBackupSelectionOutput) => any;
|
|
2666
|
-
}
|
|
2667
|
-
export interface GetBackupVaultAccessPolicyInput {
|
|
2668
|
-
/**
|
|
2669
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2670
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
2671
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
2672
|
-
* hyphens.</p>
|
|
2673
|
-
*/
|
|
2674
|
-
BackupVaultName: string | undefined;
|
|
2675
|
-
}
|
|
2676
|
-
export declare namespace GetBackupVaultAccessPolicyInput {
|
|
2677
|
-
/**
|
|
2678
|
-
* @internal
|
|
2679
|
-
*/
|
|
2680
|
-
const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyInput) => any;
|
|
2681
|
-
}
|
|
2682
|
-
export interface GetBackupVaultAccessPolicyOutput {
|
|
2683
|
-
/**
|
|
2684
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2685
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
2686
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
2687
|
-
*/
|
|
2688
|
-
BackupVaultName?: string;
|
|
2689
|
-
/**
|
|
2690
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
2691
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
2692
|
-
*/
|
|
2693
|
-
BackupVaultArn?: string;
|
|
2694
|
-
/**
|
|
2695
|
-
* <p>The backup vault access policy document in JSON format.</p>
|
|
2696
|
-
*/
|
|
2697
|
-
Policy?: string;
|
|
2698
|
-
}
|
|
2699
|
-
export declare namespace GetBackupVaultAccessPolicyOutput {
|
|
2700
|
-
/**
|
|
2701
|
-
* @internal
|
|
2702
|
-
*/
|
|
2703
|
-
const filterSensitiveLog: (obj: GetBackupVaultAccessPolicyOutput) => any;
|
|
2704
|
-
}
|
|
2705
|
-
export interface GetBackupVaultNotificationsInput {
|
|
2706
|
-
/**
|
|
2707
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2708
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
2709
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
2710
|
-
* hyphens.</p>
|
|
2711
|
-
*/
|
|
2712
|
-
BackupVaultName: string | undefined;
|
|
2713
|
-
}
|
|
2714
|
-
export declare namespace GetBackupVaultNotificationsInput {
|
|
2715
|
-
/**
|
|
2716
|
-
* @internal
|
|
2717
|
-
*/
|
|
2718
|
-
const filterSensitiveLog: (obj: GetBackupVaultNotificationsInput) => any;
|
|
2719
|
-
}
|
|
2720
|
-
export interface GetBackupVaultNotificationsOutput {
|
|
2721
|
-
/**
|
|
2722
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2723
|
-
* by names that are unique to the account used to create them and the Region where they are
|
|
2724
|
-
* created. They consist of lowercase letters, numbers, and hyphens.</p>
|
|
2725
|
-
*/
|
|
2726
|
-
BackupVaultName?: string;
|
|
2727
|
-
/**
|
|
2728
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
|
|
2729
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
2730
|
-
*/
|
|
2731
|
-
BackupVaultArn?: string;
|
|
2732
|
-
/**
|
|
2733
|
-
* <p>An ARN that uniquely identifies an Amazon Simple Notification Service (Amazon SNS)
|
|
2734
|
-
* topic; for example, <code>arn:aws:sns:us-west-2:111122223333:MyTopic</code>.</p>
|
|
2735
|
-
*/
|
|
2736
|
-
SNSTopicArn?: string;
|
|
2737
|
-
/**
|
|
2738
|
-
* <p>An array of events that indicate the status of jobs to back up resources to the backup
|
|
2739
|
-
* vault.</p>
|
|
2740
|
-
*/
|
|
2741
|
-
BackupVaultEvents?: (BackupVaultEvent | string)[];
|
|
2742
|
-
}
|
|
2743
|
-
export declare namespace GetBackupVaultNotificationsOutput {
|
|
2744
|
-
/**
|
|
2745
|
-
* @internal
|
|
2746
|
-
*/
|
|
2747
|
-
const filterSensitiveLog: (obj: GetBackupVaultNotificationsOutput) => any;
|
|
2748
|
-
}
|
|
2749
|
-
export interface GetRecoveryPointRestoreMetadataInput {
|
|
2750
|
-
/**
|
|
2751
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
2752
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
2753
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
2754
|
-
* hyphens.</p>
|
|
2755
|
-
*/
|
|
2756
|
-
BackupVaultName: string | undefined;
|
|
2757
|
-
/**
|
|
2758
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
2759
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
2760
|
-
*/
|
|
2761
|
-
RecoveryPointArn: string | undefined;
|
|
2762
|
-
}
|
|
2763
|
-
export declare namespace GetRecoveryPointRestoreMetadataInput {
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataInput) => any;
|
|
2768
|
-
}
|
|
2769
|
-
export interface GetRecoveryPointRestoreMetadataOutput {
|
|
2770
|
-
/**
|
|
2771
|
-
* <p>An ARN that uniquely identifies a backup vault; for example,
|
|
2772
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
2773
|
-
*/
|
|
2774
|
-
BackupVaultArn?: string;
|
|
2775
|
-
/**
|
|
2776
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
2777
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
2778
|
-
*/
|
|
2779
|
-
RecoveryPointArn?: string;
|
|
2780
|
-
/**
|
|
2781
|
-
* <p>The set of metadata key-value pairs that describe the original configuration of the
|
|
2782
|
-
* backed-up resource. These values vary depending on the service that is being
|
|
2783
|
-
* restored.</p>
|
|
2784
|
-
*/
|
|
2785
|
-
RestoreMetadata?: {
|
|
2786
|
-
[key: string]: string;
|
|
2787
|
-
};
|
|
2788
|
-
}
|
|
2789
|
-
export declare namespace GetRecoveryPointRestoreMetadataOutput {
|
|
2790
|
-
/**
|
|
2791
|
-
* @internal
|
|
2792
|
-
*/
|
|
2793
|
-
const filterSensitiveLog: (obj: GetRecoveryPointRestoreMetadataOutput) => any;
|
|
2794
|
-
}
|
|
2795
|
-
export interface GetSupportedResourceTypesOutput {
|
|
2796
|
-
/**
|
|
2797
|
-
* <p>Contains a string with the supported Amazon Web Services resource types:</p>
|
|
2798
|
-
* <ul>
|
|
2799
|
-
* <li>
|
|
2800
|
-
* <p>
|
|
2801
|
-
* <code>DynamoDB</code> for Amazon DynamoDB</p>
|
|
2802
|
-
* </li>
|
|
2803
|
-
* <li>
|
|
2804
|
-
* <p>
|
|
2805
|
-
* <code>EBS</code> for Amazon Elastic Block Store</p>
|
|
2806
|
-
* </li>
|
|
2807
|
-
* <li>
|
|
2808
|
-
* <p>
|
|
2809
|
-
* <code>EC2</code> for Amazon Elastic Compute Cloud</p>
|
|
2810
|
-
* </li>
|
|
2811
|
-
* <li>
|
|
2812
|
-
* <p>
|
|
2813
|
-
* <code>EFS</code> for Amazon Elastic File System</p>
|
|
2814
|
-
* </li>
|
|
2815
|
-
* <li>
|
|
2816
|
-
* <p>
|
|
2817
|
-
* <code>RDS</code> for Amazon Relational Database Service</p>
|
|
2818
|
-
* </li>
|
|
2819
|
-
* <li>
|
|
2820
|
-
* <p>
|
|
2821
|
-
* <code>Aurora</code> for Amazon Aurora</p>
|
|
2822
|
-
* </li>
|
|
2823
|
-
* <li>
|
|
2824
|
-
* <p>
|
|
2825
|
-
* <code>Storage Gateway</code> for Storage Gateway</p>
|
|
2826
|
-
* </li>
|
|
2827
|
-
* </ul>
|
|
2828
|
-
*/
|
|
2829
|
-
ResourceTypes?: string[];
|
|
2830
|
-
}
|
|
2831
|
-
export declare namespace GetSupportedResourceTypesOutput {
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
const filterSensitiveLog: (obj: GetSupportedResourceTypesOutput) => any;
|
|
2836
|
-
}
|
|
2837
|
-
export interface ListBackupJobsInput {
|
|
2838
|
-
/**
|
|
2839
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
2840
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
2841
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
2842
|
-
* token.</p>
|
|
2843
|
-
*/
|
|
2844
|
-
NextToken?: string;
|
|
2845
|
-
/**
|
|
2846
|
-
* <p>The maximum number of items to be returned.</p>
|
|
2847
|
-
*/
|
|
2848
|
-
MaxResults?: number;
|
|
2849
|
-
/**
|
|
2850
|
-
* <p>Returns only backup jobs that match the specified resource Amazon Resource Name
|
|
2851
|
-
* (ARN).</p>
|
|
2852
|
-
*/
|
|
2853
|
-
ByResourceArn?: string;
|
|
2854
|
-
/**
|
|
2855
|
-
* <p>Returns only backup jobs that are in the specified state.</p>
|
|
2856
|
-
*/
|
|
2857
|
-
ByState?: BackupJobState | string;
|
|
2858
|
-
/**
|
|
2859
|
-
* <p>Returns only backup jobs that will be stored in the specified backup vault. Backup
|
|
2860
|
-
* vaults are identified by names that are unique to the account used to create them and the
|
|
2861
|
-
* Amazon Web Services Region where they are created. They consist of lowercase letters,
|
|
2862
|
-
* numbers, and hyphens.</p>
|
|
2863
|
-
*/
|
|
2864
|
-
ByBackupVaultName?: string;
|
|
2865
|
-
/**
|
|
2866
|
-
* <p>Returns only backup jobs that were created before the specified date.</p>
|
|
2867
|
-
*/
|
|
2868
|
-
ByCreatedBefore?: Date;
|
|
2869
|
-
/**
|
|
2870
|
-
* <p>Returns only backup jobs that were created after the specified date.</p>
|
|
2871
|
-
*/
|
|
2872
|
-
ByCreatedAfter?: Date;
|
|
2873
|
-
/**
|
|
2874
|
-
* <p>Returns only backup jobs for the specified resources:</p>
|
|
2875
|
-
* <ul>
|
|
2876
|
-
* <li>
|
|
2877
|
-
* <p>
|
|
2878
|
-
* <code>DynamoDB</code> for Amazon DynamoDB</p>
|
|
2879
|
-
* </li>
|
|
2880
|
-
* <li>
|
|
2881
|
-
* <p>
|
|
2882
|
-
* <code>EBS</code> for Amazon Elastic Block Store</p>
|
|
2883
|
-
* </li>
|
|
2884
|
-
* <li>
|
|
2885
|
-
* <p>
|
|
2886
|
-
* <code>EC2</code> for Amazon Elastic Compute Cloud</p>
|
|
2887
|
-
* </li>
|
|
2888
|
-
* <li>
|
|
2889
|
-
* <p>
|
|
2890
|
-
* <code>EFS</code> for Amazon Elastic File System</p>
|
|
2891
|
-
* </li>
|
|
2892
|
-
* <li>
|
|
2893
|
-
* <p>
|
|
2894
|
-
* <code>RDS</code> for Amazon Relational Database Service</p>
|
|
2895
|
-
* </li>
|
|
2896
|
-
* <li>
|
|
2897
|
-
* <p>
|
|
2898
|
-
* <code>Aurora</code> for Amazon Aurora</p>
|
|
2899
|
-
* </li>
|
|
2900
|
-
* <li>
|
|
2901
|
-
* <p>
|
|
2902
|
-
* <code>Storage Gateway</code> for Storage Gateway</p>
|
|
2903
|
-
* </li>
|
|
2904
|
-
* </ul>
|
|
2905
|
-
*/
|
|
2906
|
-
ByResourceType?: string;
|
|
2907
|
-
/**
|
|
2908
|
-
* <p>The account ID to list the jobs from. Returns only backup jobs associated with the
|
|
2909
|
-
* specified account ID.</p>
|
|
2910
|
-
* <p>If used from an Organizations management account, passing <code>*</code> returns
|
|
2911
|
-
* all jobs across the organization.</p>
|
|
2912
|
-
*/
|
|
2913
|
-
ByAccountId?: string;
|
|
2914
|
-
}
|
|
2915
|
-
export declare namespace ListBackupJobsInput {
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2919
|
-
const filterSensitiveLog: (obj: ListBackupJobsInput) => any;
|
|
2920
|
-
}
|
|
2921
|
-
export interface ListBackupJobsOutput {
|
|
2922
|
-
/**
|
|
2923
|
-
* <p>An array of structures containing metadata about your backup jobs returned in JSON
|
|
2924
|
-
* format.</p>
|
|
2925
|
-
*/
|
|
2926
|
-
BackupJobs?: BackupJob[];
|
|
2927
|
-
/**
|
|
2928
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
2929
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
2930
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
2931
|
-
* token.</p>
|
|
2932
|
-
*/
|
|
2933
|
-
NextToken?: string;
|
|
2934
|
-
}
|
|
2935
|
-
export declare namespace ListBackupJobsOutput {
|
|
2936
|
-
/**
|
|
2937
|
-
* @internal
|
|
2938
|
-
*/
|
|
2939
|
-
const filterSensitiveLog: (obj: ListBackupJobsOutput) => any;
|
|
2940
|
-
}
|
|
2941
|
-
export interface ListBackupPlansInput {
|
|
2942
|
-
/**
|
|
2943
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
2944
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
2945
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
2946
|
-
* token.</p>
|
|
2947
|
-
*/
|
|
2948
|
-
NextToken?: string;
|
|
2949
|
-
/**
|
|
2950
|
-
* <p>The maximum number of items to be returned.</p>
|
|
2951
|
-
*/
|
|
2952
|
-
MaxResults?: number;
|
|
2953
|
-
/**
|
|
2954
|
-
* <p>A Boolean value with a default value of <code>FALSE</code> that returns deleted backup
|
|
2955
|
-
* plans when set to <code>TRUE</code>.</p>
|
|
2956
|
-
*/
|
|
2957
|
-
IncludeDeleted?: boolean;
|
|
2958
|
-
}
|
|
2959
|
-
export declare namespace ListBackupPlansInput {
|
|
2960
|
-
/**
|
|
2961
|
-
* @internal
|
|
2962
|
-
*/
|
|
2963
|
-
const filterSensitiveLog: (obj: ListBackupPlansInput) => any;
|
|
2964
|
-
}
|
|
2965
|
-
export interface ListBackupPlansOutput {
|
|
2966
|
-
/**
|
|
2967
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
2968
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
2969
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
2970
|
-
* token.</p>
|
|
2971
|
-
*/
|
|
2972
|
-
NextToken?: string;
|
|
2973
|
-
/**
|
|
2974
|
-
* <p>An array of backup plan list items containing metadata about your saved backup
|
|
2975
|
-
* plans.</p>
|
|
2976
|
-
*/
|
|
2977
|
-
BackupPlansList?: BackupPlansListMember[];
|
|
2978
|
-
}
|
|
2979
|
-
export declare namespace ListBackupPlansOutput {
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
const filterSensitiveLog: (obj: ListBackupPlansOutput) => any;
|
|
2984
|
-
}
|
|
2985
|
-
export interface ListBackupPlanTemplatesInput {
|
|
2986
|
-
/**
|
|
2987
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
2988
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
2989
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
2990
|
-
* token.</p>
|
|
2991
|
-
*/
|
|
2992
|
-
NextToken?: string;
|
|
2993
|
-
/**
|
|
2994
|
-
* <p>The maximum number of items to be returned.</p>
|
|
2995
|
-
*/
|
|
2996
|
-
MaxResults?: number;
|
|
2997
|
-
}
|
|
2998
|
-
export declare namespace ListBackupPlanTemplatesInput {
|
|
2999
|
-
/**
|
|
3000
|
-
* @internal
|
|
3001
|
-
*/
|
|
3002
|
-
const filterSensitiveLog: (obj: ListBackupPlanTemplatesInput) => any;
|
|
3003
|
-
}
|
|
3004
|
-
export interface ListBackupPlanTemplatesOutput {
|
|
3005
|
-
/**
|
|
3006
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3007
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3008
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3009
|
-
* token.</p>
|
|
3010
|
-
*/
|
|
3011
|
-
NextToken?: string;
|
|
3012
|
-
/**
|
|
3013
|
-
* <p>An array of template list items containing metadata about your saved templates.</p>
|
|
3014
|
-
*/
|
|
3015
|
-
BackupPlanTemplatesList?: BackupPlanTemplatesListMember[];
|
|
3016
|
-
}
|
|
3017
|
-
export declare namespace ListBackupPlanTemplatesOutput {
|
|
3018
|
-
/**
|
|
3019
|
-
* @internal
|
|
3020
|
-
*/
|
|
3021
|
-
const filterSensitiveLog: (obj: ListBackupPlanTemplatesOutput) => any;
|
|
3022
|
-
}
|
|
3023
|
-
export interface ListBackupPlanVersionsInput {
|
|
3024
|
-
/**
|
|
3025
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
3026
|
-
*/
|
|
3027
|
-
BackupPlanId: string | undefined;
|
|
3028
|
-
/**
|
|
3029
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3030
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3031
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3032
|
-
* token.</p>
|
|
3033
|
-
*/
|
|
3034
|
-
NextToken?: string;
|
|
3035
|
-
/**
|
|
3036
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3037
|
-
*/
|
|
3038
|
-
MaxResults?: number;
|
|
3039
|
-
}
|
|
3040
|
-
export declare namespace ListBackupPlanVersionsInput {
|
|
3041
|
-
/**
|
|
3042
|
-
* @internal
|
|
3043
|
-
*/
|
|
3044
|
-
const filterSensitiveLog: (obj: ListBackupPlanVersionsInput) => any;
|
|
3045
|
-
}
|
|
3046
|
-
export interface ListBackupPlanVersionsOutput {
|
|
3047
|
-
/**
|
|
3048
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3049
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3050
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3051
|
-
* token.</p>
|
|
3052
|
-
*/
|
|
3053
|
-
NextToken?: string;
|
|
3054
|
-
/**
|
|
3055
|
-
* <p>An array of version list items containing metadata about your backup plans.</p>
|
|
3056
|
-
*/
|
|
3057
|
-
BackupPlanVersionsList?: BackupPlansListMember[];
|
|
3058
|
-
}
|
|
3059
|
-
export declare namespace ListBackupPlanVersionsOutput {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: ListBackupPlanVersionsOutput) => any;
|
|
3064
|
-
}
|
|
3065
|
-
export interface ListBackupSelectionsInput {
|
|
3066
|
-
/**
|
|
3067
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
3068
|
-
*/
|
|
3069
|
-
BackupPlanId: string | undefined;
|
|
3070
|
-
/**
|
|
3071
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3072
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3073
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3074
|
-
* token.</p>
|
|
3075
|
-
*/
|
|
3076
|
-
NextToken?: string;
|
|
3077
|
-
/**
|
|
3078
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3079
|
-
*/
|
|
3080
|
-
MaxResults?: number;
|
|
3081
|
-
}
|
|
3082
|
-
export declare namespace ListBackupSelectionsInput {
|
|
3083
|
-
/**
|
|
3084
|
-
* @internal
|
|
3085
|
-
*/
|
|
3086
|
-
const filterSensitiveLog: (obj: ListBackupSelectionsInput) => any;
|
|
3087
|
-
}
|
|
3088
|
-
export interface ListBackupSelectionsOutput {
|
|
3089
|
-
/**
|
|
3090
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3091
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3092
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3093
|
-
* token.</p>
|
|
3094
|
-
*/
|
|
3095
|
-
NextToken?: string;
|
|
3096
|
-
/**
|
|
3097
|
-
* <p>An array of backup selection list items containing metadata about each resource in the
|
|
3098
|
-
* list.</p>
|
|
3099
|
-
*/
|
|
3100
|
-
BackupSelectionsList?: BackupSelectionsListMember[];
|
|
3101
|
-
}
|
|
3102
|
-
export declare namespace ListBackupSelectionsOutput {
|
|
3103
|
-
/**
|
|
3104
|
-
* @internal
|
|
3105
|
-
*/
|
|
3106
|
-
const filterSensitiveLog: (obj: ListBackupSelectionsOutput) => any;
|
|
3107
|
-
}
|
|
3108
|
-
export interface ListBackupVaultsInput {
|
|
3109
|
-
/**
|
|
3110
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3111
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3112
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3113
|
-
* token.</p>
|
|
3114
|
-
*/
|
|
3115
|
-
NextToken?: string;
|
|
3116
|
-
/**
|
|
3117
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3118
|
-
*/
|
|
3119
|
-
MaxResults?: number;
|
|
3120
|
-
}
|
|
3121
|
-
export declare namespace ListBackupVaultsInput {
|
|
3122
|
-
/**
|
|
3123
|
-
* @internal
|
|
3124
|
-
*/
|
|
3125
|
-
const filterSensitiveLog: (obj: ListBackupVaultsInput) => any;
|
|
3126
|
-
}
|
|
3127
|
-
export interface ListBackupVaultsOutput {
|
|
3128
|
-
/**
|
|
3129
|
-
* <p>An array of backup vault list members containing vault metadata, including Amazon
|
|
3130
|
-
* Resource Name (ARN), display name, creation date, number of saved recovery points, and
|
|
3131
|
-
* encryption information if the resources saved in the backup vault are encrypted.</p>
|
|
3132
|
-
*/
|
|
3133
|
-
BackupVaultList?: BackupVaultListMember[];
|
|
3134
|
-
/**
|
|
3135
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3136
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3137
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3138
|
-
* token.</p>
|
|
3139
|
-
*/
|
|
3140
|
-
NextToken?: string;
|
|
3141
|
-
}
|
|
3142
|
-
export declare namespace ListBackupVaultsOutput {
|
|
3143
|
-
/**
|
|
3144
|
-
* @internal
|
|
3145
|
-
*/
|
|
3146
|
-
const filterSensitiveLog: (obj: ListBackupVaultsOutput) => any;
|
|
3147
|
-
}
|
|
3148
|
-
export interface ListCopyJobsInput {
|
|
3149
|
-
/**
|
|
3150
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3151
|
-
* made to return maxResults number of items, NextToken allows you to return more items in
|
|
3152
|
-
* your list starting at the location pointed to by the next token. </p>
|
|
3153
|
-
*/
|
|
3154
|
-
NextToken?: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3157
|
-
*/
|
|
3158
|
-
MaxResults?: number;
|
|
3159
|
-
/**
|
|
3160
|
-
* <p>Returns only copy jobs that match the specified resource Amazon Resource Name (ARN).
|
|
3161
|
-
* </p>
|
|
3162
|
-
*/
|
|
3163
|
-
ByResourceArn?: string;
|
|
3164
|
-
/**
|
|
3165
|
-
* <p>Returns only copy jobs that are in the specified state.</p>
|
|
3166
|
-
*/
|
|
3167
|
-
ByState?: CopyJobState | string;
|
|
3168
|
-
/**
|
|
3169
|
-
* <p>Returns only copy jobs that were created before the specified date.</p>
|
|
3170
|
-
*/
|
|
3171
|
-
ByCreatedBefore?: Date;
|
|
3172
|
-
/**
|
|
3173
|
-
* <p>Returns only copy jobs that were created after the specified date.</p>
|
|
3174
|
-
*/
|
|
3175
|
-
ByCreatedAfter?: Date;
|
|
3176
|
-
/**
|
|
3177
|
-
* <p>Returns only backup jobs for the specified resources:</p>
|
|
3178
|
-
* <ul>
|
|
3179
|
-
* <li>
|
|
3180
|
-
* <p>
|
|
3181
|
-
* <code>DynamoDB</code> for Amazon DynamoDB</p>
|
|
3182
|
-
* </li>
|
|
3183
|
-
* <li>
|
|
3184
|
-
* <p>
|
|
3185
|
-
* <code>EBS</code> for Amazon Elastic Block Store</p>
|
|
3186
|
-
* </li>
|
|
3187
|
-
* <li>
|
|
3188
|
-
* <p>
|
|
3189
|
-
* <code>EC2</code> for Amazon Elastic Compute Cloud</p>
|
|
3190
|
-
* </li>
|
|
3191
|
-
* <li>
|
|
3192
|
-
* <p>
|
|
3193
|
-
* <code>EFS</code> for Amazon Elastic File System</p>
|
|
3194
|
-
* </li>
|
|
3195
|
-
* <li>
|
|
3196
|
-
* <p>
|
|
3197
|
-
* <code>RDS</code> for Amazon Relational Database Service</p>
|
|
3198
|
-
* </li>
|
|
3199
|
-
* <li>
|
|
3200
|
-
* <p>
|
|
3201
|
-
* <code>Aurora</code> for Amazon Aurora</p>
|
|
3202
|
-
* </li>
|
|
3203
|
-
* <li>
|
|
3204
|
-
* <p>
|
|
3205
|
-
* <code>Storage Gateway</code> for Storage Gateway</p>
|
|
3206
|
-
* </li>
|
|
3207
|
-
* </ul>
|
|
3208
|
-
*/
|
|
3209
|
-
ByResourceType?: string;
|
|
3210
|
-
/**
|
|
3211
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a source backup vault to copy
|
|
3212
|
-
* from; for example, <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.
|
|
3213
|
-
* </p>
|
|
3214
|
-
*/
|
|
3215
|
-
ByDestinationVaultArn?: string;
|
|
3216
|
-
/**
|
|
3217
|
-
* <p>The account ID to list the jobs from. Returns only copy jobs associated with the
|
|
3218
|
-
* specified account ID.</p>
|
|
3219
|
-
*/
|
|
3220
|
-
ByAccountId?: string;
|
|
3221
|
-
}
|
|
3222
|
-
export declare namespace ListCopyJobsInput {
|
|
3223
|
-
/**
|
|
3224
|
-
* @internal
|
|
3225
|
-
*/
|
|
3226
|
-
const filterSensitiveLog: (obj: ListCopyJobsInput) => any;
|
|
3227
|
-
}
|
|
3228
|
-
export interface ListCopyJobsOutput {
|
|
3229
|
-
/**
|
|
3230
|
-
* <p>An array of structures containing metadata about your copy jobs returned in JSON format.
|
|
3231
|
-
* </p>
|
|
3232
|
-
*/
|
|
3233
|
-
CopyJobs?: CopyJob[];
|
|
3234
|
-
/**
|
|
3235
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3236
|
-
* made to return maxResults number of items, NextToken allows you to return more items in
|
|
3237
|
-
* your list starting at the location pointed to by the next token. </p>
|
|
3238
|
-
*/
|
|
3239
|
-
NextToken?: string;
|
|
3240
|
-
}
|
|
3241
|
-
export declare namespace ListCopyJobsOutput {
|
|
3242
|
-
/**
|
|
3243
|
-
* @internal
|
|
3244
|
-
*/
|
|
3245
|
-
const filterSensitiveLog: (obj: ListCopyJobsOutput) => any;
|
|
3246
|
-
}
|
|
3247
|
-
export interface ListFrameworksInput {
|
|
3248
|
-
/**
|
|
3249
|
-
* <p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will
|
|
3250
|
-
* return 1 MB of data.</p>
|
|
3251
|
-
*/
|
|
3252
|
-
MaxResults?: number;
|
|
3253
|
-
/**
|
|
3254
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3255
|
-
* used to return the next set of items in the list.</p>
|
|
3256
|
-
*/
|
|
3257
|
-
NextToken?: string;
|
|
3258
|
-
}
|
|
3259
|
-
export declare namespace ListFrameworksInput {
|
|
3260
|
-
/**
|
|
3261
|
-
* @internal
|
|
3262
|
-
*/
|
|
3263
|
-
const filterSensitiveLog: (obj: ListFrameworksInput) => any;
|
|
3264
|
-
}
|
|
3265
|
-
/**
|
|
3266
|
-
* <p>Contains detailed information about a framework. Frameworks contain controls, which
|
|
3267
|
-
* evaluate and report on your backup events and resources. Frameworks generate daily
|
|
3268
|
-
* compliance results.</p>
|
|
3269
|
-
*/
|
|
3270
|
-
export interface Framework {
|
|
3271
|
-
/**
|
|
3272
|
-
* <p>The unique name of a framework. This name is between 1 and 256 characters, starting with
|
|
3273
|
-
* a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>
|
|
3274
|
-
*/
|
|
3275
|
-
FrameworkName?: string;
|
|
3276
|
-
/**
|
|
3277
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
3278
|
-
* depends on the resource type.</p>
|
|
3279
|
-
*/
|
|
3280
|
-
FrameworkArn?: string;
|
|
3281
|
-
/**
|
|
3282
|
-
* <p>An optional description of the framework with a maximum 1,024 characters.</p>
|
|
3283
|
-
*/
|
|
3284
|
-
FrameworkDescription?: string;
|
|
3285
|
-
/**
|
|
3286
|
-
* <p>The number of controls contained by the framework.</p>
|
|
3287
|
-
*/
|
|
3288
|
-
NumberOfControls?: number;
|
|
3289
|
-
/**
|
|
3290
|
-
* <p>The date and time that a framework is created, in Unix format and Coordinated Universal
|
|
3291
|
-
* Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For
|
|
3292
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
3293
|
-
* AM.</p>
|
|
3294
|
-
*/
|
|
3295
|
-
CreationTime?: Date;
|
|
3296
|
-
/**
|
|
3297
|
-
* <p>The deployment status of a framework. The statuses are:</p>
|
|
3298
|
-
* <p>
|
|
3299
|
-
* <code>CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED |
|
|
3300
|
-
* FAILED</code>
|
|
3301
|
-
* </p>
|
|
3302
|
-
*/
|
|
3303
|
-
DeploymentStatus?: string;
|
|
3304
|
-
}
|
|
3305
|
-
export declare namespace Framework {
|
|
3306
|
-
/**
|
|
3307
|
-
* @internal
|
|
3308
|
-
*/
|
|
3309
|
-
const filterSensitiveLog: (obj: Framework) => any;
|
|
3310
|
-
}
|
|
3311
|
-
export interface ListFrameworksOutput {
|
|
3312
|
-
/**
|
|
3313
|
-
* <p>A list of frameworks with details for each framework, including the framework name,
|
|
3314
|
-
* Amazon Resource Name (ARN), description, number of controls, creation time, and deployment
|
|
3315
|
-
* status.</p>
|
|
3316
|
-
*/
|
|
3317
|
-
Frameworks?: Framework[];
|
|
3318
|
-
/**
|
|
3319
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3320
|
-
* used to return the next set of items in the list.</p>
|
|
3321
|
-
*/
|
|
3322
|
-
NextToken?: string;
|
|
3323
|
-
}
|
|
3324
|
-
export declare namespace ListFrameworksOutput {
|
|
3325
|
-
/**
|
|
3326
|
-
* @internal
|
|
3327
|
-
*/
|
|
3328
|
-
const filterSensitiveLog: (obj: ListFrameworksOutput) => any;
|
|
3329
|
-
}
|
|
3330
|
-
export interface ListProtectedResourcesInput {
|
|
3331
|
-
/**
|
|
3332
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3333
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3334
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3335
|
-
* token.</p>
|
|
3336
|
-
*/
|
|
3337
|
-
NextToken?: string;
|
|
3338
|
-
/**
|
|
3339
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3340
|
-
*/
|
|
3341
|
-
MaxResults?: number;
|
|
3342
|
-
}
|
|
3343
|
-
export declare namespace ListProtectedResourcesInput {
|
|
3344
|
-
/**
|
|
3345
|
-
* @internal
|
|
3346
|
-
*/
|
|
3347
|
-
const filterSensitiveLog: (obj: ListProtectedResourcesInput) => any;
|
|
3348
|
-
}
|
|
3349
|
-
/**
|
|
3350
|
-
* <p>A structure that contains information about a backed-up resource.</p>
|
|
3351
|
-
*/
|
|
3352
|
-
export interface ProtectedResource {
|
|
3353
|
-
/**
|
|
3354
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
3355
|
-
* depends on the resource type.</p>
|
|
3356
|
-
*/
|
|
3357
|
-
ResourceArn?: string;
|
|
3358
|
-
/**
|
|
3359
|
-
* <p>The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For
|
|
3360
|
-
* Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is
|
|
3361
|
-
* Amazon EC2.</p>
|
|
3362
|
-
*/
|
|
3363
|
-
ResourceType?: string;
|
|
3364
|
-
/**
|
|
3365
|
-
* <p>The date and time a resource was last backed up, in Unix format and Coordinated
|
|
3366
|
-
* Universal Time (UTC). The value of <code>LastBackupTime</code> is accurate to milliseconds.
|
|
3367
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
3368
|
-
* AM.</p>
|
|
3369
|
-
*/
|
|
3370
|
-
LastBackupTime?: Date;
|
|
3371
|
-
}
|
|
3372
|
-
export declare namespace ProtectedResource {
|
|
3373
|
-
/**
|
|
3374
|
-
* @internal
|
|
3375
|
-
*/
|
|
3376
|
-
const filterSensitiveLog: (obj: ProtectedResource) => any;
|
|
3377
|
-
}
|
|
3378
|
-
export interface ListProtectedResourcesOutput {
|
|
3379
|
-
/**
|
|
3380
|
-
* <p>An array of resources successfully backed up by Backup including the time
|
|
3381
|
-
* the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource
|
|
3382
|
-
* type.</p>
|
|
3383
|
-
*/
|
|
3384
|
-
Results?: ProtectedResource[];
|
|
3385
|
-
/**
|
|
3386
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3387
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3388
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3389
|
-
* token.</p>
|
|
3390
|
-
*/
|
|
3391
|
-
NextToken?: string;
|
|
3392
|
-
}
|
|
3393
|
-
export declare namespace ListProtectedResourcesOutput {
|
|
3394
|
-
/**
|
|
3395
|
-
* @internal
|
|
3396
|
-
*/
|
|
3397
|
-
const filterSensitiveLog: (obj: ListProtectedResourcesOutput) => any;
|
|
3398
|
-
}
|
|
3399
|
-
export interface ListRecoveryPointsByBackupVaultInput {
|
|
3400
|
-
/**
|
|
3401
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
3402
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
3403
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
3404
|
-
* hyphens.</p>
|
|
3405
|
-
* <note>
|
|
3406
|
-
* <p>Backup vault name might not be available when a supported service creates the
|
|
3407
|
-
* backup.</p>
|
|
3408
|
-
* </note>
|
|
3409
|
-
*/
|
|
3410
|
-
BackupVaultName: string | undefined;
|
|
3411
|
-
/**
|
|
3412
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3413
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3414
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3415
|
-
* token.</p>
|
|
3416
|
-
*/
|
|
3417
|
-
NextToken?: string;
|
|
3418
|
-
/**
|
|
3419
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3420
|
-
*/
|
|
3421
|
-
MaxResults?: number;
|
|
3422
|
-
/**
|
|
3423
|
-
* <p>Returns only recovery points that match the specified resource Amazon Resource Name
|
|
3424
|
-
* (ARN).</p>
|
|
3425
|
-
*/
|
|
3426
|
-
ByResourceArn?: string;
|
|
3427
|
-
/**
|
|
3428
|
-
* <p>Returns only recovery points that match the specified resource type.</p>
|
|
3429
|
-
*/
|
|
3430
|
-
ByResourceType?: string;
|
|
3431
|
-
/**
|
|
3432
|
-
* <p>Returns only recovery points that match the specified backup plan ID.</p>
|
|
3433
|
-
*/
|
|
3434
|
-
ByBackupPlanId?: string;
|
|
3435
|
-
/**
|
|
3436
|
-
* <p>Returns only recovery points that were created before the specified timestamp.</p>
|
|
3437
|
-
*/
|
|
3438
|
-
ByCreatedBefore?: Date;
|
|
3439
|
-
/**
|
|
3440
|
-
* <p>Returns only recovery points that were created after the specified timestamp.</p>
|
|
3441
|
-
*/
|
|
3442
|
-
ByCreatedAfter?: Date;
|
|
3443
|
-
}
|
|
3444
|
-
export declare namespace ListRecoveryPointsByBackupVaultInput {
|
|
3445
|
-
/**
|
|
3446
|
-
* @internal
|
|
3447
|
-
*/
|
|
3448
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultInput) => any;
|
|
3449
|
-
}
|
|
3450
|
-
/**
|
|
3451
|
-
* <p>Contains detailed information about the recovery points stored in a backup vault.</p>
|
|
3452
|
-
*/
|
|
3453
|
-
export interface RecoveryPointByBackupVault {
|
|
3454
|
-
/**
|
|
3455
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
3456
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
3457
|
-
*/
|
|
3458
|
-
RecoveryPointArn?: string;
|
|
3459
|
-
/**
|
|
3460
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
3461
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
3462
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
3463
|
-
* hyphens.</p>
|
|
3464
|
-
*/
|
|
3465
|
-
BackupVaultName?: string;
|
|
3466
|
-
/**
|
|
3467
|
-
* <p>An ARN that uniquely identifies a backup vault; for example,
|
|
3468
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
3469
|
-
*/
|
|
3470
|
-
BackupVaultArn?: string;
|
|
3471
|
-
/**
|
|
3472
|
-
* <p>The backup vault where the recovery point was originally copied from. If the recovery
|
|
3473
|
-
* point is restored to the same account this value will be <code>null</code>.</p>
|
|
3474
|
-
*/
|
|
3475
|
-
SourceBackupVaultArn?: string;
|
|
3476
|
-
/**
|
|
3477
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
|
|
3478
|
-
* resource type.</p>
|
|
3479
|
-
*/
|
|
3480
|
-
ResourceArn?: string;
|
|
3481
|
-
/**
|
|
3482
|
-
* <p>The type of Amazon Web Services resource saved as a recovery point; for example, an
|
|
3483
|
-
* Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only
|
|
3484
|
-
* supported resource type is Amazon EC2.</p>
|
|
3485
|
-
*/
|
|
3486
|
-
ResourceType?: string;
|
|
3487
|
-
/**
|
|
3488
|
-
* <p>Contains identifying information about the creation of a recovery point, including the
|
|
3489
|
-
* <code>BackupPlanArn</code>, <code>BackupPlanId</code>, <code>BackupPlanVersion</code>,
|
|
3490
|
-
* and <code>BackupRuleId</code> of the backup plan that is used to create it.</p>
|
|
3491
|
-
*/
|
|
3492
|
-
CreatedBy?: RecoveryPointCreator;
|
|
3493
|
-
/**
|
|
3494
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
3495
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
3496
|
-
*/
|
|
3497
|
-
IamRoleArn?: string;
|
|
3498
|
-
/**
|
|
3499
|
-
* <p>A status code specifying the state of the recovery point.</p>
|
|
3500
|
-
*/
|
|
3501
|
-
Status?: RecoveryPointStatus | string;
|
|
3502
|
-
/**
|
|
3503
|
-
* <p>A message explaining the reason of the recovery point deletion failure.</p>
|
|
3504
|
-
*/
|
|
3505
|
-
StatusMessage?: string;
|
|
3506
|
-
/**
|
|
3507
|
-
* <p>The date and time a recovery point is created, in Unix format and Coordinated Universal
|
|
3508
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
3509
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
3510
|
-
* AM.</p>
|
|
3511
|
-
*/
|
|
3512
|
-
CreationDate?: Date;
|
|
3513
|
-
/**
|
|
3514
|
-
* <p>The date and time a job to restore a recovery point is completed, in Unix format and
|
|
3515
|
-
* Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to
|
|
3516
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
3517
|
-
* 12:11:30.087 AM.</p>
|
|
3518
|
-
*/
|
|
3519
|
-
CompletionDate?: Date;
|
|
3520
|
-
/**
|
|
3521
|
-
* <p>The size, in bytes, of a backup.</p>
|
|
3522
|
-
*/
|
|
3523
|
-
BackupSizeInBytes?: number;
|
|
3524
|
-
/**
|
|
3525
|
-
* <p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and
|
|
3526
|
-
* <code>MoveToColdStorageAt</code> timestamps.</p>
|
|
3527
|
-
*/
|
|
3528
|
-
CalculatedLifecycle?: CalculatedLifecycle;
|
|
3529
|
-
/**
|
|
3530
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
3531
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
3532
|
-
* the lifecycle that you define. </p>
|
|
3533
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
3534
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
3535
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
3536
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
3537
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
3538
|
-
*/
|
|
3539
|
-
Lifecycle?: Lifecycle;
|
|
3540
|
-
/**
|
|
3541
|
-
* <p>The server-side encryption key that is used to protect your backups; for example,
|
|
3542
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
3543
|
-
*/
|
|
3544
|
-
EncryptionKeyArn?: string;
|
|
3545
|
-
/**
|
|
3546
|
-
* <p>A Boolean value that is returned as <code>TRUE</code> if the specified recovery point is
|
|
3547
|
-
* encrypted, or <code>FALSE</code> if the recovery point is not encrypted.</p>
|
|
3548
|
-
*/
|
|
3549
|
-
IsEncrypted?: boolean;
|
|
3550
|
-
/**
|
|
3551
|
-
* <p>The date and time a recovery point was last restored, in Unix format and Coordinated
|
|
3552
|
-
* Universal Time (UTC). The value of <code>LastRestoreTime</code> is accurate to
|
|
3553
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
3554
|
-
* 12:11:30.087 AM.</p>
|
|
3555
|
-
*/
|
|
3556
|
-
LastRestoreTime?: Date;
|
|
3557
|
-
}
|
|
3558
|
-
export declare namespace RecoveryPointByBackupVault {
|
|
3559
|
-
/**
|
|
3560
|
-
* @internal
|
|
3561
|
-
*/
|
|
3562
|
-
const filterSensitiveLog: (obj: RecoveryPointByBackupVault) => any;
|
|
3563
|
-
}
|
|
3564
|
-
export interface ListRecoveryPointsByBackupVaultOutput {
|
|
3565
|
-
/**
|
|
3566
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3567
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3568
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3569
|
-
* token.</p>
|
|
3570
|
-
*/
|
|
3571
|
-
NextToken?: string;
|
|
3572
|
-
/**
|
|
3573
|
-
* <p>An array of objects that contain detailed information about recovery points saved in a
|
|
3574
|
-
* backup vault.</p>
|
|
3575
|
-
*/
|
|
3576
|
-
RecoveryPoints?: RecoveryPointByBackupVault[];
|
|
3577
|
-
}
|
|
3578
|
-
export declare namespace ListRecoveryPointsByBackupVaultOutput {
|
|
3579
|
-
/**
|
|
3580
|
-
* @internal
|
|
3581
|
-
*/
|
|
3582
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsByBackupVaultOutput) => any;
|
|
3583
|
-
}
|
|
3584
|
-
export interface ListRecoveryPointsByResourceInput {
|
|
3585
|
-
/**
|
|
3586
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the
|
|
3587
|
-
* resource type.</p>
|
|
3588
|
-
*/
|
|
3589
|
-
ResourceArn: string | undefined;
|
|
3590
|
-
/**
|
|
3591
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3592
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3593
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3594
|
-
* token.</p>
|
|
3595
|
-
*/
|
|
3596
|
-
NextToken?: string;
|
|
3597
|
-
/**
|
|
3598
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3599
|
-
* <note>
|
|
3600
|
-
* <p>Amazon RDS requires a value of at least 20.</p>
|
|
3601
|
-
* </note>
|
|
3602
|
-
*/
|
|
3603
|
-
MaxResults?: number;
|
|
3604
|
-
}
|
|
3605
|
-
export declare namespace ListRecoveryPointsByResourceInput {
|
|
3606
|
-
/**
|
|
3607
|
-
* @internal
|
|
3608
|
-
*/
|
|
3609
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsByResourceInput) => any;
|
|
3610
|
-
}
|
|
3611
|
-
/**
|
|
3612
|
-
* <p>Contains detailed information about a saved recovery point.</p>
|
|
3613
|
-
*/
|
|
3614
|
-
export interface RecoveryPointByResource {
|
|
3615
|
-
/**
|
|
3616
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
3617
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
3618
|
-
*/
|
|
3619
|
-
RecoveryPointArn?: string;
|
|
3620
|
-
/**
|
|
3621
|
-
* <p>The date and time a recovery point is created, in Unix format and Coordinated Universal
|
|
3622
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
3623
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
3624
|
-
* AM.</p>
|
|
3625
|
-
*/
|
|
3626
|
-
CreationDate?: Date;
|
|
3627
|
-
/**
|
|
3628
|
-
* <p>A status code specifying the state of the recovery point.</p>
|
|
3629
|
-
*/
|
|
3630
|
-
Status?: RecoveryPointStatus | string;
|
|
3631
|
-
/**
|
|
3632
|
-
* <p>A message explaining the reason of the recovery point deletion failure.</p>
|
|
3633
|
-
*/
|
|
3634
|
-
StatusMessage?: string;
|
|
3635
|
-
/**
|
|
3636
|
-
* <p>The server-side encryption key that is used to protect your backups; for example,
|
|
3637
|
-
* <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
|
|
3638
|
-
*/
|
|
3639
|
-
EncryptionKeyArn?: string;
|
|
3640
|
-
/**
|
|
3641
|
-
* <p>The size, in bytes, of a backup.</p>
|
|
3642
|
-
*/
|
|
3643
|
-
BackupSizeBytes?: number;
|
|
3644
|
-
/**
|
|
3645
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
3646
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
3647
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
3648
|
-
* hyphens.</p>
|
|
3649
|
-
*/
|
|
3650
|
-
BackupVaultName?: string;
|
|
3651
|
-
}
|
|
3652
|
-
export declare namespace RecoveryPointByResource {
|
|
3653
|
-
/**
|
|
3654
|
-
* @internal
|
|
3655
|
-
*/
|
|
3656
|
-
const filterSensitiveLog: (obj: RecoveryPointByResource) => any;
|
|
3657
|
-
}
|
|
3658
|
-
export interface ListRecoveryPointsByResourceOutput {
|
|
3659
|
-
/**
|
|
3660
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3661
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3662
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3663
|
-
* token.</p>
|
|
3664
|
-
*/
|
|
3665
|
-
NextToken?: string;
|
|
3666
|
-
/**
|
|
3667
|
-
* <p>An array of objects that contain detailed information about recovery points of the
|
|
3668
|
-
* specified resource type.</p>
|
|
3669
|
-
* <note>
|
|
3670
|
-
* <p>Only Amazon EFS and Amazon EC2 recovery points return
|
|
3671
|
-
* BackupVaultName.</p>
|
|
3672
|
-
* </note>
|
|
3673
|
-
*/
|
|
3674
|
-
RecoveryPoints?: RecoveryPointByResource[];
|
|
3675
|
-
}
|
|
3676
|
-
export declare namespace ListRecoveryPointsByResourceOutput {
|
|
3677
|
-
/**
|
|
3678
|
-
* @internal
|
|
3679
|
-
*/
|
|
3680
|
-
const filterSensitiveLog: (obj: ListRecoveryPointsByResourceOutput) => any;
|
|
3681
|
-
}
|
|
3682
|
-
export interface ListReportJobsInput {
|
|
3683
|
-
/**
|
|
3684
|
-
* <p>Returns only report jobs with the specified report plan name.</p>
|
|
3685
|
-
*/
|
|
3686
|
-
ByReportPlanName?: string;
|
|
3687
|
-
/**
|
|
3688
|
-
* <p>Returns only report jobs that were created before the date and time specified in Unix
|
|
3689
|
-
* format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents
|
|
3690
|
-
* Friday, January 26, 2018 12:11:30 AM.</p>
|
|
3691
|
-
*/
|
|
3692
|
-
ByCreationBefore?: Date;
|
|
3693
|
-
/**
|
|
3694
|
-
* <p>Returns only report jobs that were created after the date and time specified in Unix
|
|
3695
|
-
* format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents
|
|
3696
|
-
* Friday, January 26, 2018 12:11:30 AM.</p>
|
|
3697
|
-
*/
|
|
3698
|
-
ByCreationAfter?: Date;
|
|
3699
|
-
/**
|
|
3700
|
-
* <p>Returns only report jobs that are in the specified status. The statuses are:</p>
|
|
3701
|
-
* <p>
|
|
3702
|
-
* <code>CREATED | RUNNING | COMPLETED | FAILED</code>
|
|
3703
|
-
* </p>
|
|
3704
|
-
*/
|
|
3705
|
-
ByStatus?: string;
|
|
3706
|
-
/**
|
|
3707
|
-
* <p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will
|
|
3708
|
-
* return 1 MB of data.</p>
|
|
3709
|
-
*/
|
|
3710
|
-
MaxResults?: number;
|
|
3711
|
-
/**
|
|
3712
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3713
|
-
* used to return the next set of items in the list.</p>
|
|
3714
|
-
*/
|
|
3715
|
-
NextToken?: string;
|
|
3716
|
-
}
|
|
3717
|
-
export declare namespace ListReportJobsInput {
|
|
3718
|
-
/**
|
|
3719
|
-
* @internal
|
|
3720
|
-
*/
|
|
3721
|
-
const filterSensitiveLog: (obj: ListReportJobsInput) => any;
|
|
3722
|
-
}
|
|
3723
|
-
export interface ListReportJobsOutput {
|
|
3724
|
-
/**
|
|
3725
|
-
* <p>Details about your report jobs in JSON format.</p>
|
|
3726
|
-
*/
|
|
3727
|
-
ReportJobs?: ReportJob[];
|
|
3728
|
-
/**
|
|
3729
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3730
|
-
* used to return the next set of items in the list.</p>
|
|
3731
|
-
*/
|
|
3732
|
-
NextToken?: string;
|
|
3733
|
-
}
|
|
3734
|
-
export declare namespace ListReportJobsOutput {
|
|
3735
|
-
/**
|
|
3736
|
-
* @internal
|
|
3737
|
-
*/
|
|
3738
|
-
const filterSensitiveLog: (obj: ListReportJobsOutput) => any;
|
|
3739
|
-
}
|
|
3740
|
-
export interface ListReportPlansInput {
|
|
3741
|
-
/**
|
|
3742
|
-
* <p>The number of desired results from 1 to 1000. Optional. If unspecified, the query will
|
|
3743
|
-
* return 1 MB of data.</p>
|
|
3744
|
-
*/
|
|
3745
|
-
MaxResults?: number;
|
|
3746
|
-
/**
|
|
3747
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3748
|
-
* used to return the next set of items in the list.</p>
|
|
3749
|
-
*/
|
|
3750
|
-
NextToken?: string;
|
|
3751
|
-
}
|
|
3752
|
-
export declare namespace ListReportPlansInput {
|
|
3753
|
-
/**
|
|
3754
|
-
* @internal
|
|
3755
|
-
*/
|
|
3756
|
-
const filterSensitiveLog: (obj: ListReportPlansInput) => any;
|
|
3757
|
-
}
|
|
3758
|
-
export interface ListReportPlansOutput {
|
|
3759
|
-
/**
|
|
3760
|
-
* <p>A list of your report plans with detailed information for each plan. This information
|
|
3761
|
-
* includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery
|
|
3762
|
-
* channel, deployment status, creation time, and last times the report plan attempted to and
|
|
3763
|
-
* successfully ran.</p>
|
|
3764
|
-
*/
|
|
3765
|
-
ReportPlans?: ReportPlan[];
|
|
3766
|
-
/**
|
|
3767
|
-
* <p>An identifier that was returned from the previous call to this operation, which can be
|
|
3768
|
-
* used to return the next set of items in the list.</p>
|
|
3769
|
-
*/
|
|
3770
|
-
NextToken?: string;
|
|
3771
|
-
}
|
|
3772
|
-
export declare namespace ListReportPlansOutput {
|
|
3773
|
-
/**
|
|
3774
|
-
* @internal
|
|
3775
|
-
*/
|
|
3776
|
-
const filterSensitiveLog: (obj: ListReportPlansOutput) => any;
|
|
3777
|
-
}
|
|
3778
|
-
export interface ListRestoreJobsInput {
|
|
3779
|
-
/**
|
|
3780
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3781
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3782
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3783
|
-
* token.</p>
|
|
3784
|
-
*/
|
|
3785
|
-
NextToken?: string;
|
|
3786
|
-
/**
|
|
3787
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3788
|
-
*/
|
|
3789
|
-
MaxResults?: number;
|
|
3790
|
-
/**
|
|
3791
|
-
* <p>The account ID to list the jobs from. Returns only restore jobs associated with the
|
|
3792
|
-
* specified account ID.</p>
|
|
3793
|
-
*/
|
|
3794
|
-
ByAccountId?: string;
|
|
3795
|
-
/**
|
|
3796
|
-
* <p>Returns only restore jobs that were created before the specified date.</p>
|
|
3797
|
-
*/
|
|
3798
|
-
ByCreatedBefore?: Date;
|
|
3799
|
-
/**
|
|
3800
|
-
* <p>Returns only restore jobs that were created after the specified date.</p>
|
|
3801
|
-
*/
|
|
3802
|
-
ByCreatedAfter?: Date;
|
|
3803
|
-
/**
|
|
3804
|
-
* <p>Returns only restore jobs associated with the specified job status.</p>
|
|
3805
|
-
*/
|
|
3806
|
-
ByStatus?: RestoreJobStatus | string;
|
|
3807
|
-
}
|
|
3808
|
-
export declare namespace ListRestoreJobsInput {
|
|
3809
|
-
/**
|
|
3810
|
-
* @internal
|
|
3811
|
-
*/
|
|
3812
|
-
const filterSensitiveLog: (obj: ListRestoreJobsInput) => any;
|
|
3813
|
-
}
|
|
3814
|
-
/**
|
|
3815
|
-
* <p>Contains metadata about a restore job.</p>
|
|
3816
|
-
*/
|
|
3817
|
-
export interface RestoreJobsListMember {
|
|
3818
|
-
/**
|
|
3819
|
-
* <p>The account ID that owns the restore job.</p>
|
|
3820
|
-
*/
|
|
3821
|
-
AccountId?: string;
|
|
3822
|
-
/**
|
|
3823
|
-
* <p>Uniquely identifies the job that restores a recovery point.</p>
|
|
3824
|
-
*/
|
|
3825
|
-
RestoreJobId?: string;
|
|
3826
|
-
/**
|
|
3827
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
3828
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
3829
|
-
*/
|
|
3830
|
-
RecoveryPointArn?: string;
|
|
3831
|
-
/**
|
|
3832
|
-
* <p>The date and time a restore job is created, in Unix format and Coordinated Universal
|
|
3833
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
3834
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
3835
|
-
* AM.</p>
|
|
3836
|
-
*/
|
|
3837
|
-
CreationDate?: Date;
|
|
3838
|
-
/**
|
|
3839
|
-
* <p>The date and time a job to restore a recovery point is completed, in Unix format and
|
|
3840
|
-
* Coordinated Universal Time (UTC). The value of <code>CompletionDate</code> is accurate to
|
|
3841
|
-
* milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018
|
|
3842
|
-
* 12:11:30.087 AM.</p>
|
|
3843
|
-
*/
|
|
3844
|
-
CompletionDate?: Date;
|
|
3845
|
-
/**
|
|
3846
|
-
* <p>A status code specifying the state of the job initiated by Backup to restore
|
|
3847
|
-
* a recovery point.</p>
|
|
3848
|
-
*/
|
|
3849
|
-
Status?: RestoreJobStatus | string;
|
|
3850
|
-
/**
|
|
3851
|
-
* <p>A detailed message explaining the status of the job to restore a recovery point.</p>
|
|
3852
|
-
*/
|
|
3853
|
-
StatusMessage?: string;
|
|
3854
|
-
/**
|
|
3855
|
-
* <p>Contains an estimated percentage complete of a job at the time the job status was
|
|
3856
|
-
* queried.</p>
|
|
3857
|
-
*/
|
|
3858
|
-
PercentDone?: string;
|
|
3859
|
-
/**
|
|
3860
|
-
* <p>The size, in bytes, of the restored resource.</p>
|
|
3861
|
-
*/
|
|
3862
|
-
BackupSizeInBytes?: number;
|
|
3863
|
-
/**
|
|
3864
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
3865
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
3866
|
-
*/
|
|
3867
|
-
IamRoleArn?: string;
|
|
3868
|
-
/**
|
|
3869
|
-
* <p>The amount of time in minutes that a job restoring a recovery point is expected to
|
|
3870
|
-
* take.</p>
|
|
3871
|
-
*/
|
|
3872
|
-
ExpectedCompletionTimeMinutes?: number;
|
|
3873
|
-
/**
|
|
3874
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
3875
|
-
* depends on the resource type.</p>
|
|
3876
|
-
*/
|
|
3877
|
-
CreatedResourceArn?: string;
|
|
3878
|
-
/**
|
|
3879
|
-
* <p>The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store
|
|
3880
|
-
* (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
|
|
3881
|
-
* For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is
|
|
3882
|
-
* Amazon EC2.</p>
|
|
3883
|
-
*/
|
|
3884
|
-
ResourceType?: string;
|
|
3885
|
-
}
|
|
3886
|
-
export declare namespace RestoreJobsListMember {
|
|
3887
|
-
/**
|
|
3888
|
-
* @internal
|
|
3889
|
-
*/
|
|
3890
|
-
const filterSensitiveLog: (obj: RestoreJobsListMember) => any;
|
|
3891
|
-
}
|
|
3892
|
-
export interface ListRestoreJobsOutput {
|
|
3893
|
-
/**
|
|
3894
|
-
* <p>An array of objects that contain detailed information about jobs to restore saved
|
|
3895
|
-
* resources.</p>
|
|
3896
|
-
*/
|
|
3897
|
-
RestoreJobs?: RestoreJobsListMember[];
|
|
3898
|
-
/**
|
|
3899
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3900
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3901
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3902
|
-
* token.</p>
|
|
3903
|
-
*/
|
|
3904
|
-
NextToken?: string;
|
|
3905
|
-
}
|
|
3906
|
-
export declare namespace ListRestoreJobsOutput {
|
|
3907
|
-
/**
|
|
3908
|
-
* @internal
|
|
3909
|
-
*/
|
|
3910
|
-
const filterSensitiveLog: (obj: ListRestoreJobsOutput) => any;
|
|
3911
|
-
}
|
|
3912
|
-
export interface ListTagsInput {
|
|
3913
|
-
/**
|
|
3914
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
3915
|
-
* depends on the type of resource. Valid targets for <code>ListTags</code> are recovery
|
|
3916
|
-
* points, backup plans, and backup vaults.</p>
|
|
3917
|
-
*/
|
|
3918
|
-
ResourceArn: string | undefined;
|
|
3919
|
-
/**
|
|
3920
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3921
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3922
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3923
|
-
* token.</p>
|
|
3924
|
-
*/
|
|
3925
|
-
NextToken?: string;
|
|
3926
|
-
/**
|
|
3927
|
-
* <p>The maximum number of items to be returned.</p>
|
|
3928
|
-
*/
|
|
3929
|
-
MaxResults?: number;
|
|
3930
|
-
}
|
|
3931
|
-
export declare namespace ListTagsInput {
|
|
3932
|
-
/**
|
|
3933
|
-
* @internal
|
|
3934
|
-
*/
|
|
3935
|
-
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
3936
|
-
}
|
|
3937
|
-
export interface ListTagsOutput {
|
|
3938
|
-
/**
|
|
3939
|
-
* <p>The next item following a partial list of returned items. For example, if a request is
|
|
3940
|
-
* made to return <code>maxResults</code> number of items, <code>NextToken</code> allows you
|
|
3941
|
-
* to return more items in your list starting at the location pointed to by the next
|
|
3942
|
-
* token.</p>
|
|
3943
|
-
*/
|
|
3944
|
-
NextToken?: string;
|
|
3945
|
-
/**
|
|
3946
|
-
* <p>To help organize your resources, you can assign your own metadata to the resources you
|
|
3947
|
-
* create. Each tag is a key-value pair.</p>
|
|
3948
|
-
*/
|
|
3949
|
-
Tags?: {
|
|
3950
|
-
[key: string]: string;
|
|
3951
|
-
};
|
|
3952
|
-
}
|
|
3953
|
-
export declare namespace ListTagsOutput {
|
|
3954
|
-
/**
|
|
3955
|
-
* @internal
|
|
3956
|
-
*/
|
|
3957
|
-
const filterSensitiveLog: (obj: ListTagsOutput) => any;
|
|
3958
|
-
}
|
|
3959
|
-
export interface PutBackupVaultAccessPolicyInput {
|
|
3960
|
-
/**
|
|
3961
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
3962
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
3963
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
3964
|
-
* hyphens.</p>
|
|
3965
|
-
*/
|
|
3966
|
-
BackupVaultName: string | undefined;
|
|
3967
|
-
/**
|
|
3968
|
-
* <p>The backup vault access policy document in JSON format.</p>
|
|
3969
|
-
*/
|
|
3970
|
-
Policy?: string;
|
|
3971
|
-
}
|
|
3972
|
-
export declare namespace PutBackupVaultAccessPolicyInput {
|
|
3973
|
-
/**
|
|
3974
|
-
* @internal
|
|
3975
|
-
*/
|
|
3976
|
-
const filterSensitiveLog: (obj: PutBackupVaultAccessPolicyInput) => any;
|
|
3977
|
-
}
|
|
3978
|
-
export interface PutBackupVaultNotificationsInput {
|
|
3979
|
-
/**
|
|
3980
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
3981
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
3982
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
3983
|
-
* hyphens.</p>
|
|
3984
|
-
*/
|
|
3985
|
-
BackupVaultName: string | undefined;
|
|
3986
|
-
/**
|
|
3987
|
-
* <p>The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for
|
|
3988
|
-
* example, <code>arn:aws:sns:us-west-2:111122223333:MyVaultTopic</code>.</p>
|
|
3989
|
-
*/
|
|
3990
|
-
SNSTopicArn: string | undefined;
|
|
3991
|
-
/**
|
|
3992
|
-
* <p>An array of events that indicate the status of jobs to back up resources to the backup
|
|
3993
|
-
* vault.</p>
|
|
3994
|
-
* <note>
|
|
3995
|
-
* <p>The following events are supported:</p>
|
|
3996
|
-
* <p>
|
|
3997
|
-
* <code>BACKUP_JOB_STARTED</code>, <code>BACKUP_JOB_COMPLETED</code>,</p>
|
|
3998
|
-
* <p>
|
|
3999
|
-
* <code>COPY_JOB_STARTED</code>, <code>COPY_JOB_SUCCESSFUL</code>,
|
|
4000
|
-
* <code>COPY_JOB_FAILED</code>,</p>
|
|
4001
|
-
* <p>
|
|
4002
|
-
* <code>RESTORE_JOB_STARTED</code>, <code>RESTORE_JOB_COMPLETED</code>, and
|
|
4003
|
-
* <code>RECOVERY_POINT_MODIFIED</code>.</p>
|
|
4004
|
-
* <p>To find failed backup jobs, use <code>BACKUP_JOB_COMPLETED</code> and filter using
|
|
4005
|
-
* event metadata.</p>
|
|
4006
|
-
* <p>Other events in the following list are deprecated.</p>
|
|
4007
|
-
* </note>
|
|
4008
|
-
*/
|
|
4009
|
-
BackupVaultEvents: (BackupVaultEvent | string)[] | undefined;
|
|
4010
|
-
}
|
|
4011
|
-
export declare namespace PutBackupVaultNotificationsInput {
|
|
4012
|
-
/**
|
|
4013
|
-
* @internal
|
|
4014
|
-
*/
|
|
4015
|
-
const filterSensitiveLog: (obj: PutBackupVaultNotificationsInput) => any;
|
|
4016
|
-
}
|
|
4017
|
-
export interface StartBackupJobInput {
|
|
4018
|
-
/**
|
|
4019
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
4020
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
4021
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
4022
|
-
* hyphens.</p>
|
|
4023
|
-
*/
|
|
4024
|
-
BackupVaultName: string | undefined;
|
|
4025
|
-
/**
|
|
4026
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
4027
|
-
* depends on the resource type.</p>
|
|
4028
|
-
*/
|
|
4029
|
-
ResourceArn: string | undefined;
|
|
4030
|
-
/**
|
|
4031
|
-
* <p>Specifies the IAM role ARN used to create the target recovery point; for example,
|
|
4032
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
4033
|
-
*/
|
|
4034
|
-
IamRoleArn: string | undefined;
|
|
4035
|
-
/**
|
|
4036
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4037
|
-
* calls to <code>StartBackupJob</code>. Retrying a successful request with the same
|
|
4038
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
4039
|
-
*/
|
|
4040
|
-
IdempotencyToken?: string;
|
|
4041
|
-
/**
|
|
4042
|
-
* <p>A value in minutes after a backup is scheduled before a job will be canceled if it
|
|
4043
|
-
* doesn't start successfully. This value is optional, and the default is 8 hours.</p>
|
|
4044
|
-
*/
|
|
4045
|
-
StartWindowMinutes?: number;
|
|
4046
|
-
/**
|
|
4047
|
-
* <p>A value in minutes during which a successfully started backup must complete, or else AWS
|
|
4048
|
-
* Backup will cancel the job. This value is optional. This value begins counting down from
|
|
4049
|
-
* when the backup was scheduled. It does not add additional time for
|
|
4050
|
-
* <code>StartWindowMinutes</code>, or if the backup started later than scheduled.</p>
|
|
4051
|
-
*/
|
|
4052
|
-
CompleteWindowMinutes?: number;
|
|
4053
|
-
/**
|
|
4054
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
4055
|
-
* it expires. Backup will transition and expire backups automatically according
|
|
4056
|
-
* to the lifecycle that you define. </p>
|
|
4057
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
4058
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
4059
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
4060
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
4061
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
4062
|
-
*/
|
|
4063
|
-
Lifecycle?: Lifecycle;
|
|
4064
|
-
/**
|
|
4065
|
-
* <p>To help organize your resources, you can assign your own metadata to the resources that
|
|
4066
|
-
* you create. Each tag is a key-value pair.</p>
|
|
4067
|
-
*/
|
|
4068
|
-
RecoveryPointTags?: {
|
|
4069
|
-
[key: string]: string;
|
|
4070
|
-
};
|
|
4071
|
-
/**
|
|
4072
|
-
* <p>Specifies the backup option for a selected resource. This option is only available for
|
|
4073
|
-
* Windows Volume Shadow Copy Service (VSS) backup jobs.</p>
|
|
4074
|
-
* <p>Valid values: Set to <code>"WindowsVSS":"enabled"</code> to enable the
|
|
4075
|
-
* <code>WindowsVSS</code> backup option and create a Windows VSS backup. Set to
|
|
4076
|
-
* <code>"WindowsVSS""disabled"</code> to create a regular backup. The
|
|
4077
|
-
* <code>WindowsVSS</code> option is not enabled by default.</p>
|
|
4078
|
-
*/
|
|
4079
|
-
BackupOptions?: {
|
|
4080
|
-
[key: string]: string;
|
|
4081
|
-
};
|
|
4082
|
-
}
|
|
4083
|
-
export declare namespace StartBackupJobInput {
|
|
4084
|
-
/**
|
|
4085
|
-
* @internal
|
|
4086
|
-
*/
|
|
4087
|
-
const filterSensitiveLog: (obj: StartBackupJobInput) => any;
|
|
4088
|
-
}
|
|
4089
|
-
export interface StartBackupJobOutput {
|
|
4090
|
-
/**
|
|
4091
|
-
* <p>Uniquely identifies a request to Backup to back up a resource.</p>
|
|
4092
|
-
*/
|
|
4093
|
-
BackupJobId?: string;
|
|
4094
|
-
/**
|
|
4095
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
4096
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
4097
|
-
*/
|
|
4098
|
-
RecoveryPointArn?: string;
|
|
4099
|
-
/**
|
|
4100
|
-
* <p>The date and time that a backup job is created, in Unix format and Coordinated Universal
|
|
4101
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
4102
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
4103
|
-
* AM.</p>
|
|
4104
|
-
*/
|
|
4105
|
-
CreationDate?: Date;
|
|
4106
|
-
}
|
|
4107
|
-
export declare namespace StartBackupJobOutput {
|
|
4108
|
-
/**
|
|
4109
|
-
* @internal
|
|
4110
|
-
*/
|
|
4111
|
-
const filterSensitiveLog: (obj: StartBackupJobOutput) => any;
|
|
4112
|
-
}
|
|
4113
|
-
export interface StartCopyJobInput {
|
|
4114
|
-
/**
|
|
4115
|
-
* <p>An ARN that uniquely identifies a recovery point to use for the copy job; for example,
|
|
4116
|
-
* arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
|
|
4117
|
-
* </p>
|
|
4118
|
-
*/
|
|
4119
|
-
RecoveryPointArn: string | undefined;
|
|
4120
|
-
/**
|
|
4121
|
-
* <p>The name of a logical source container where backups are stored. Backup vaults are
|
|
4122
|
-
* identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers,
|
|
4123
|
-
* and hyphens.</p>
|
|
4124
|
-
*/
|
|
4125
|
-
SourceBackupVaultName: string | undefined;
|
|
4126
|
-
/**
|
|
4127
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a destination backup vault to
|
|
4128
|
-
* copy to; for example,
|
|
4129
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
4130
|
-
*/
|
|
4131
|
-
DestinationBackupVaultArn: string | undefined;
|
|
4132
|
-
/**
|
|
4133
|
-
* <p>Specifies the IAM role ARN used to copy the target recovery point; for example,
|
|
4134
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
4135
|
-
*/
|
|
4136
|
-
IamRoleArn: string | undefined;
|
|
4137
|
-
/**
|
|
4138
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4139
|
-
* calls to <code>StartCopyJob</code>. Retrying a successful request with the same idempotency
|
|
4140
|
-
* token results in a success message with no action taken.</p>
|
|
4141
|
-
*/
|
|
4142
|
-
IdempotencyToken?: string;
|
|
4143
|
-
/**
|
|
4144
|
-
* <p>Contains an array of <code>Transition</code> objects specifying how long in days before
|
|
4145
|
-
* a recovery point transitions to cold storage or is deleted.</p>
|
|
4146
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
4147
|
-
* days. Therefore, on the console, the “expire after days” setting must be 90 days greater
|
|
4148
|
-
* than the “transition to cold after days” setting. The “transition to cold after days”
|
|
4149
|
-
* setting cannot be changed after a backup has been transitioned to cold.</p>
|
|
4150
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
4151
|
-
*/
|
|
4152
|
-
Lifecycle?: Lifecycle;
|
|
4153
|
-
}
|
|
4154
|
-
export declare namespace StartCopyJobInput {
|
|
4155
|
-
/**
|
|
4156
|
-
* @internal
|
|
4157
|
-
*/
|
|
4158
|
-
const filterSensitiveLog: (obj: StartCopyJobInput) => any;
|
|
4159
|
-
}
|
|
4160
|
-
export interface StartCopyJobOutput {
|
|
4161
|
-
/**
|
|
4162
|
-
* <p>Uniquely identifies a copy job.</p>
|
|
4163
|
-
*/
|
|
4164
|
-
CopyJobId?: string;
|
|
4165
|
-
/**
|
|
4166
|
-
* <p>The date and time that a copy job is created, in Unix format and Coordinated Universal
|
|
4167
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
4168
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
4169
|
-
* AM.</p>
|
|
4170
|
-
*/
|
|
4171
|
-
CreationDate?: Date;
|
|
4172
|
-
}
|
|
4173
|
-
export declare namespace StartCopyJobOutput {
|
|
4174
|
-
/**
|
|
4175
|
-
* @internal
|
|
4176
|
-
*/
|
|
4177
|
-
const filterSensitiveLog: (obj: StartCopyJobOutput) => any;
|
|
4178
|
-
}
|
|
4179
|
-
export interface StartReportJobInput {
|
|
4180
|
-
/**
|
|
4181
|
-
* <p>The unique name of a report plan.</p>
|
|
4182
|
-
*/
|
|
4183
|
-
ReportPlanName: string | undefined;
|
|
4184
|
-
/**
|
|
4185
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4186
|
-
* calls to <code>StartReportJobInput</code>. Retrying a successful request with the same
|
|
4187
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
4188
|
-
*/
|
|
4189
|
-
IdempotencyToken?: string;
|
|
4190
|
-
}
|
|
4191
|
-
export declare namespace StartReportJobInput {
|
|
4192
|
-
/**
|
|
4193
|
-
* @internal
|
|
4194
|
-
*/
|
|
4195
|
-
const filterSensitiveLog: (obj: StartReportJobInput) => any;
|
|
4196
|
-
}
|
|
4197
|
-
export interface StartReportJobOutput {
|
|
4198
|
-
/**
|
|
4199
|
-
* <p>The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded
|
|
4200
|
-
* string that is at most 1,024 bytes long. The report job ID cannot be edited.</p>
|
|
4201
|
-
*/
|
|
4202
|
-
ReportJobId?: string;
|
|
4203
|
-
}
|
|
4204
|
-
export declare namespace StartReportJobOutput {
|
|
4205
|
-
/**
|
|
4206
|
-
* @internal
|
|
4207
|
-
*/
|
|
4208
|
-
const filterSensitiveLog: (obj: StartReportJobOutput) => any;
|
|
4209
|
-
}
|
|
4210
|
-
export interface StartRestoreJobInput {
|
|
4211
|
-
/**
|
|
4212
|
-
* <p>An ARN that uniquely identifies a recovery point; for example,
|
|
4213
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
4214
|
-
*/
|
|
4215
|
-
RecoveryPointArn: string | undefined;
|
|
4216
|
-
/**
|
|
4217
|
-
* <p>A set of metadata key-value pairs. Contains information, such as a resource name,
|
|
4218
|
-
* required to restore a recovery point.</p>
|
|
4219
|
-
* <p> You can get configuration metadata about a resource at the time it was backed up by
|
|
4220
|
-
* calling <code>GetRecoveryPointRestoreMetadata</code>. However, values in addition to those
|
|
4221
|
-
* provided by <code>GetRecoveryPointRestoreMetadata</code> might be required to restore a
|
|
4222
|
-
* resource. For example, you might need to provide a new resource name if the original
|
|
4223
|
-
* already exists.</p>
|
|
4224
|
-
* <p>You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance:</p>
|
|
4225
|
-
* <ul>
|
|
4226
|
-
* <li>
|
|
4227
|
-
* <p>
|
|
4228
|
-
* <code>file-system-id</code>: The ID of the Amazon EFS file system that is
|
|
4229
|
-
* backed up by Backup. Returned in
|
|
4230
|
-
* <code>GetRecoveryPointRestoreMetadata</code>.</p>
|
|
4231
|
-
* </li>
|
|
4232
|
-
* <li>
|
|
4233
|
-
* <p>
|
|
4234
|
-
* <code>Encrypted</code>: A Boolean value that, if true, specifies that the file
|
|
4235
|
-
* system is encrypted. If <code>KmsKeyId</code> is specified, <code>Encrypted</code>
|
|
4236
|
-
* must be set to <code>true</code>.</p>
|
|
4237
|
-
* </li>
|
|
4238
|
-
* <li>
|
|
4239
|
-
* <p>
|
|
4240
|
-
* <code>KmsKeyId</code>: Specifies the Amazon Web Services KMS key that is used to
|
|
4241
|
-
* encrypt the restored file system. You can specify a key from another Amazon Web Services account provided that key it is properly shared with your account via Amazon Web Services KMS.</p>
|
|
4242
|
-
* </li>
|
|
4243
|
-
* <li>
|
|
4244
|
-
* <p>
|
|
4245
|
-
* <code>PerformanceMode</code>: Specifies the throughput mode of the file
|
|
4246
|
-
* system.</p>
|
|
4247
|
-
* </li>
|
|
4248
|
-
* <li>
|
|
4249
|
-
* <p>
|
|
4250
|
-
* <code>CreationToken</code>: A user-supplied value that ensures the uniqueness
|
|
4251
|
-
* (idempotency) of the request.</p>
|
|
4252
|
-
* </li>
|
|
4253
|
-
* <li>
|
|
4254
|
-
* <p>
|
|
4255
|
-
* <code>newFileSystem</code>: A Boolean value that, if true, specifies that the
|
|
4256
|
-
* recovery point is restored to a new Amazon EFS file system.</p>
|
|
4257
|
-
* </li>
|
|
4258
|
-
* <li>
|
|
4259
|
-
* <p>
|
|
4260
|
-
* <code>ItemsToRestore</code>: An array of one to five strings where each string is
|
|
4261
|
-
* a file path. Use <code>ItemsToRestore</code> to restore specific files or directories
|
|
4262
|
-
* rather than the entire file system. This parameter is optional. For example,
|
|
4263
|
-
* <code>"itemsToRestore":"[\"/my.test\"]"</code>.</p>
|
|
4264
|
-
* </li>
|
|
4265
|
-
* </ul>
|
|
4266
|
-
*/
|
|
4267
|
-
Metadata: {
|
|
4268
|
-
[key: string]: string;
|
|
4269
|
-
} | undefined;
|
|
4270
|
-
/**
|
|
4271
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that Backup uses to create
|
|
4272
|
-
* the target recovery point; for example,
|
|
4273
|
-
* <code>arn:aws:iam::123456789012:role/S3Access</code>.</p>
|
|
4274
|
-
*/
|
|
4275
|
-
IamRoleArn: string | undefined;
|
|
4276
|
-
/**
|
|
4277
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4278
|
-
* calls to <code>StartRestoreJob</code>. Retrying a successful request with the same
|
|
4279
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
4280
|
-
*/
|
|
4281
|
-
IdempotencyToken?: string;
|
|
4282
|
-
/**
|
|
4283
|
-
* <p>Starts a job to restore a recovery point for one of the following resources:</p>
|
|
4284
|
-
* <ul>
|
|
4285
|
-
* <li>
|
|
4286
|
-
* <p>
|
|
4287
|
-
* <code>DynamoDB</code> for Amazon DynamoDB</p>
|
|
4288
|
-
* </li>
|
|
4289
|
-
* <li>
|
|
4290
|
-
* <p>
|
|
4291
|
-
* <code>EBS</code> for Amazon Elastic Block Store</p>
|
|
4292
|
-
* </li>
|
|
4293
|
-
* <li>
|
|
4294
|
-
* <p>
|
|
4295
|
-
* <code>EC2</code> for Amazon Elastic Compute Cloud</p>
|
|
4296
|
-
* </li>
|
|
4297
|
-
* <li>
|
|
4298
|
-
* <p>
|
|
4299
|
-
* <code>EFS</code> for Amazon Elastic File System</p>
|
|
4300
|
-
* </li>
|
|
4301
|
-
* <li>
|
|
4302
|
-
* <p>
|
|
4303
|
-
* <code>RDS</code> for Amazon Relational Database Service</p>
|
|
4304
|
-
* </li>
|
|
4305
|
-
* <li>
|
|
4306
|
-
* <p>
|
|
4307
|
-
* <code>Aurora</code> for Amazon Aurora</p>
|
|
4308
|
-
* </li>
|
|
4309
|
-
* <li>
|
|
4310
|
-
* <p>
|
|
4311
|
-
* <code>Storage Gateway</code> for Storage Gateway</p>
|
|
4312
|
-
* </li>
|
|
4313
|
-
* </ul>
|
|
4314
|
-
*/
|
|
4315
|
-
ResourceType?: string;
|
|
4316
|
-
}
|
|
4317
|
-
export declare namespace StartRestoreJobInput {
|
|
4318
|
-
/**
|
|
4319
|
-
* @internal
|
|
4320
|
-
*/
|
|
4321
|
-
const filterSensitiveLog: (obj: StartRestoreJobInput) => any;
|
|
4322
|
-
}
|
|
4323
|
-
export interface StartRestoreJobOutput {
|
|
4324
|
-
/**
|
|
4325
|
-
* <p>Uniquely identifies the job that restores a recovery point.</p>
|
|
4326
|
-
*/
|
|
4327
|
-
RestoreJobId?: string;
|
|
4328
|
-
}
|
|
4329
|
-
export declare namespace StartRestoreJobOutput {
|
|
4330
|
-
/**
|
|
4331
|
-
* @internal
|
|
4332
|
-
*/
|
|
4333
|
-
const filterSensitiveLog: (obj: StartRestoreJobOutput) => any;
|
|
4334
|
-
}
|
|
4335
|
-
export interface StopBackupJobInput {
|
|
4336
|
-
/**
|
|
4337
|
-
* <p>Uniquely identifies a request to Backup to back up a resource.</p>
|
|
4338
|
-
*/
|
|
4339
|
-
BackupJobId: string | undefined;
|
|
4340
|
-
}
|
|
4341
|
-
export declare namespace StopBackupJobInput {
|
|
4342
|
-
/**
|
|
4343
|
-
* @internal
|
|
4344
|
-
*/
|
|
4345
|
-
const filterSensitiveLog: (obj: StopBackupJobInput) => any;
|
|
4346
|
-
}
|
|
4347
|
-
export interface TagResourceInput {
|
|
4348
|
-
/**
|
|
4349
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
|
|
4350
|
-
* the tagged resource.</p>
|
|
4351
|
-
*/
|
|
4352
|
-
ResourceArn: string | undefined;
|
|
4353
|
-
/**
|
|
4354
|
-
* <p>Key-value pairs that are used to help organize your resources. You can assign your own
|
|
4355
|
-
* metadata to the resources you create.</p>
|
|
4356
|
-
*/
|
|
4357
|
-
Tags: {
|
|
4358
|
-
[key: string]: string;
|
|
4359
|
-
} | undefined;
|
|
4360
|
-
}
|
|
4361
|
-
export declare namespace TagResourceInput {
|
|
4362
|
-
/**
|
|
4363
|
-
* @internal
|
|
4364
|
-
*/
|
|
4365
|
-
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
4366
|
-
}
|
|
4367
|
-
export interface UntagResourceInput {
|
|
4368
|
-
/**
|
|
4369
|
-
* <p>An ARN that uniquely identifies a resource. The format of the ARN depends on the type of
|
|
4370
|
-
* the tagged resource.</p>
|
|
4371
|
-
*/
|
|
4372
|
-
ResourceArn: string | undefined;
|
|
4373
|
-
/**
|
|
4374
|
-
* <p>A list of keys to identify which key-value tags to remove from a resource.</p>
|
|
4375
|
-
*/
|
|
4376
|
-
TagKeyList: string[] | undefined;
|
|
4377
|
-
}
|
|
4378
|
-
export declare namespace UntagResourceInput {
|
|
4379
|
-
/**
|
|
4380
|
-
* @internal
|
|
4381
|
-
*/
|
|
4382
|
-
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
4383
|
-
}
|
|
4384
|
-
export interface UpdateBackupPlanInput {
|
|
4385
|
-
/**
|
|
4386
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
4387
|
-
*/
|
|
4388
|
-
BackupPlanId: string | undefined;
|
|
4389
|
-
/**
|
|
4390
|
-
* <p>Specifies the body of a backup plan. Includes a <code>BackupPlanName</code> and one or
|
|
4391
|
-
* more sets of <code>Rules</code>.</p>
|
|
4392
|
-
*/
|
|
4393
|
-
BackupPlan: BackupPlanInput | undefined;
|
|
4394
|
-
}
|
|
4395
|
-
export declare namespace UpdateBackupPlanInput {
|
|
4396
|
-
/**
|
|
4397
|
-
* @internal
|
|
4398
|
-
*/
|
|
4399
|
-
const filterSensitiveLog: (obj: UpdateBackupPlanInput) => any;
|
|
4400
|
-
}
|
|
4401
|
-
export interface UpdateBackupPlanOutput {
|
|
4402
|
-
/**
|
|
4403
|
-
* <p>Uniquely identifies a backup plan.</p>
|
|
4404
|
-
*/
|
|
4405
|
-
BackupPlanId?: string;
|
|
4406
|
-
/**
|
|
4407
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
|
|
4408
|
-
* <code>arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50</code>.</p>
|
|
4409
|
-
*/
|
|
4410
|
-
BackupPlanArn?: string;
|
|
4411
|
-
/**
|
|
4412
|
-
* <p>The date and time a backup plan is created, in Unix format and Coordinated Universal
|
|
4413
|
-
* Time (UTC). The value of <code>CreationDate</code> is accurate to milliseconds. For
|
|
4414
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
4415
|
-
* AM.</p>
|
|
4416
|
-
*/
|
|
4417
|
-
CreationDate?: Date;
|
|
4418
|
-
/**
|
|
4419
|
-
* <p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes
|
|
4420
|
-
* long. Version Ids cannot be edited.</p>
|
|
4421
|
-
*/
|
|
4422
|
-
VersionId?: string;
|
|
4423
|
-
/**
|
|
4424
|
-
* <p>Contains a list of <code>BackupOptions</code> for each resource type.</p>
|
|
4425
|
-
*/
|
|
4426
|
-
AdvancedBackupSettings?: AdvancedBackupSetting[];
|
|
4427
|
-
}
|
|
4428
|
-
export declare namespace UpdateBackupPlanOutput {
|
|
4429
|
-
/**
|
|
4430
|
-
* @internal
|
|
4431
|
-
*/
|
|
4432
|
-
const filterSensitiveLog: (obj: UpdateBackupPlanOutput) => any;
|
|
4433
|
-
}
|
|
4434
|
-
export interface UpdateFrameworkInput {
|
|
4435
|
-
/**
|
|
4436
|
-
* <p>The unique name of a framework. This name is between 1 and 256 characters, starting with
|
|
4437
|
-
* a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>
|
|
4438
|
-
*/
|
|
4439
|
-
FrameworkName: string | undefined;
|
|
4440
|
-
/**
|
|
4441
|
-
* <p>An optional description of the framework with a maximum 1,024 characters.</p>
|
|
4442
|
-
*/
|
|
4443
|
-
FrameworkDescription?: string;
|
|
4444
|
-
/**
|
|
4445
|
-
* <p>A list of the controls that make up the framework. Each control in the list has a name,
|
|
4446
|
-
* input parameters, and scope.</p>
|
|
4447
|
-
*/
|
|
4448
|
-
FrameworkControls?: FrameworkControl[];
|
|
4449
|
-
/**
|
|
4450
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4451
|
-
* calls to <code>UpdateFrameworkInput</code>. Retrying a successful request with the same
|
|
4452
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
4453
|
-
*/
|
|
4454
|
-
IdempotencyToken?: string;
|
|
4455
|
-
}
|
|
4456
|
-
export declare namespace UpdateFrameworkInput {
|
|
4457
|
-
/**
|
|
4458
|
-
* @internal
|
|
4459
|
-
*/
|
|
4460
|
-
const filterSensitiveLog: (obj: UpdateFrameworkInput) => any;
|
|
4461
|
-
}
|
|
4462
|
-
export interface UpdateFrameworkOutput {
|
|
4463
|
-
/**
|
|
4464
|
-
* <p>The unique name of a framework. This name is between 1 and 256 characters, starting with
|
|
4465
|
-
* a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).</p>
|
|
4466
|
-
*/
|
|
4467
|
-
FrameworkName?: string;
|
|
4468
|
-
/**
|
|
4469
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
4470
|
-
* depends on the resource type.</p>
|
|
4471
|
-
*/
|
|
4472
|
-
FrameworkArn?: string;
|
|
4473
|
-
/**
|
|
4474
|
-
* <p>The date and time that a framework is created, in Unix format and Coordinated Universal
|
|
4475
|
-
* Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For
|
|
4476
|
-
* example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
4477
|
-
* AM.</p>
|
|
4478
|
-
*/
|
|
4479
|
-
CreationTime?: Date;
|
|
4480
|
-
}
|
|
4481
|
-
export declare namespace UpdateFrameworkOutput {
|
|
4482
|
-
/**
|
|
4483
|
-
* @internal
|
|
4484
|
-
*/
|
|
4485
|
-
const filterSensitiveLog: (obj: UpdateFrameworkOutput) => any;
|
|
4486
|
-
}
|
|
4487
|
-
export interface UpdateGlobalSettingsInput {
|
|
4488
|
-
/**
|
|
4489
|
-
* <p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example:
|
|
4490
|
-
* <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false
|
|
4491
|
-
* --region us-west-2</code>.</p>
|
|
4492
|
-
*/
|
|
4493
|
-
GlobalSettings?: {
|
|
4494
|
-
[key: string]: string;
|
|
4495
|
-
};
|
|
4496
|
-
}
|
|
4497
|
-
export declare namespace UpdateGlobalSettingsInput {
|
|
4498
|
-
/**
|
|
4499
|
-
* @internal
|
|
4500
|
-
*/
|
|
4501
|
-
const filterSensitiveLog: (obj: UpdateGlobalSettingsInput) => any;
|
|
4502
|
-
}
|
|
4503
|
-
export interface UpdateRecoveryPointLifecycleInput {
|
|
4504
|
-
/**
|
|
4505
|
-
* <p>The name of a logical container where backups are stored. Backup vaults are identified
|
|
4506
|
-
* by names that are unique to the account used to create them and the Amazon Web Services
|
|
4507
|
-
* Region where they are created. They consist of lowercase letters, numbers, and
|
|
4508
|
-
* hyphens.</p>
|
|
4509
|
-
*/
|
|
4510
|
-
BackupVaultName: string | undefined;
|
|
4511
|
-
/**
|
|
4512
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
4513
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
4514
|
-
*/
|
|
4515
|
-
RecoveryPointArn: string | undefined;
|
|
4516
|
-
/**
|
|
4517
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
4518
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
4519
|
-
* the lifecycle that you define. </p>
|
|
4520
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
4521
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
4522
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
4523
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
4524
|
-
*/
|
|
4525
|
-
Lifecycle?: Lifecycle;
|
|
4526
|
-
}
|
|
4527
|
-
export declare namespace UpdateRecoveryPointLifecycleInput {
|
|
4528
|
-
/**
|
|
4529
|
-
* @internal
|
|
4530
|
-
*/
|
|
4531
|
-
const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleInput) => any;
|
|
4532
|
-
}
|
|
4533
|
-
export interface UpdateRecoveryPointLifecycleOutput {
|
|
4534
|
-
/**
|
|
4535
|
-
* <p>An ARN that uniquely identifies a backup vault; for example,
|
|
4536
|
-
* <code>arn:aws:backup:us-east-1:123456789012:vault:aBackupVault</code>.</p>
|
|
4537
|
-
*/
|
|
4538
|
-
BackupVaultArn?: string;
|
|
4539
|
-
/**
|
|
4540
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
|
|
4541
|
-
* <code>arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45</code>.</p>
|
|
4542
|
-
*/
|
|
4543
|
-
RecoveryPointArn?: string;
|
|
4544
|
-
/**
|
|
4545
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
4546
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
4547
|
-
* the lifecycle that you define. </p>
|
|
4548
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
4549
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
4550
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
4551
|
-
* be changed after a backup has been transitioned to cold. </p>
|
|
4552
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
4553
|
-
*/
|
|
4554
|
-
Lifecycle?: Lifecycle;
|
|
4555
|
-
/**
|
|
4556
|
-
* <p>A <code>CalculatedLifecycle</code> object containing <code>DeleteAt</code> and
|
|
4557
|
-
* <code>MoveToColdStorageAt</code> timestamps.</p>
|
|
4558
|
-
*/
|
|
4559
|
-
CalculatedLifecycle?: CalculatedLifecycle;
|
|
4560
|
-
}
|
|
4561
|
-
export declare namespace UpdateRecoveryPointLifecycleOutput {
|
|
4562
|
-
/**
|
|
4563
|
-
* @internal
|
|
4564
|
-
*/
|
|
4565
|
-
const filterSensitiveLog: (obj: UpdateRecoveryPointLifecycleOutput) => any;
|
|
4566
|
-
}
|
|
4567
|
-
export interface UpdateRegionSettingsInput {
|
|
4568
|
-
/**
|
|
4569
|
-
* <p>Updates the list of services along with the opt-in preferences for the Region.</p>
|
|
4570
|
-
*/
|
|
4571
|
-
ResourceTypeOptInPreference?: {
|
|
4572
|
-
[key: string]: boolean;
|
|
4573
|
-
};
|
|
4574
|
-
}
|
|
4575
|
-
export declare namespace UpdateRegionSettingsInput {
|
|
4576
|
-
/**
|
|
4577
|
-
* @internal
|
|
4578
|
-
*/
|
|
4579
|
-
const filterSensitiveLog: (obj: UpdateRegionSettingsInput) => any;
|
|
4580
|
-
}
|
|
4581
|
-
export interface UpdateReportPlanInput {
|
|
4582
|
-
/**
|
|
4583
|
-
* <p>The unique name of the report plan. This name is between 1 and 256 characters, starting
|
|
4584
|
-
* with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores
|
|
4585
|
-
* (_).</p>
|
|
4586
|
-
*/
|
|
4587
|
-
ReportPlanName: string | undefined;
|
|
4588
|
-
/**
|
|
4589
|
-
* <p>An optional description of the report plan with a maximum 1,024 characters.</p>
|
|
4590
|
-
*/
|
|
4591
|
-
ReportPlanDescription?: string;
|
|
4592
|
-
/**
|
|
4593
|
-
* <p>A structure that contains information about where to deliver your reports, specifically
|
|
4594
|
-
* your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.</p>
|
|
4595
|
-
*/
|
|
4596
|
-
ReportDeliveryChannel?: ReportDeliveryChannel;
|
|
4597
|
-
/**
|
|
4598
|
-
* <p>Identifies the report template for the report. Reports are built using a report
|
|
4599
|
-
* template. The report templates are:</p>
|
|
4600
|
-
* <p>
|
|
4601
|
-
* <code>BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT</code>
|
|
4602
|
-
* </p>
|
|
4603
|
-
*/
|
|
4604
|
-
ReportSetting?: ReportSetting;
|
|
4605
|
-
/**
|
|
4606
|
-
* <p>A customer-chosen string that you can use to distinguish between otherwise identical
|
|
4607
|
-
* calls to <code>UpdateReportPlanInput</code>. Retrying a successful request with the same
|
|
4608
|
-
* idempotency token results in a success message with no action taken.</p>
|
|
4609
|
-
*/
|
|
4610
|
-
IdempotencyToken?: string;
|
|
4611
|
-
}
|
|
4612
|
-
export declare namespace UpdateReportPlanInput {
|
|
4613
|
-
/**
|
|
4614
|
-
* @internal
|
|
4615
|
-
*/
|
|
4616
|
-
const filterSensitiveLog: (obj: UpdateReportPlanInput) => any;
|
|
4617
|
-
}
|
|
4618
|
-
export interface UpdateReportPlanOutput {
|
|
4619
|
-
/**
|
|
4620
|
-
* <p>The unique name of the report plan.</p>
|
|
4621
|
-
*/
|
|
4622
|
-
ReportPlanName?: string;
|
|
4623
|
-
/**
|
|
4624
|
-
* <p>An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN
|
|
4625
|
-
* depends on the resource type.</p>
|
|
4626
|
-
*/
|
|
4627
|
-
ReportPlanArn?: string;
|
|
4628
|
-
/**
|
|
4629
|
-
* <p>The date and time that a report plan is created, in Unix format and Coordinated
|
|
4630
|
-
* Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds.
|
|
4631
|
-
* For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
|
|
4632
|
-
* AM.</p>
|
|
4633
|
-
*/
|
|
4634
|
-
CreationTime?: Date;
|
|
4635
|
-
}
|
|
4636
|
-
export declare namespace UpdateReportPlanOutput {
|
|
4637
|
-
/**
|
|
4638
|
-
* @internal
|
|
4639
|
-
*/
|
|
4640
|
-
const filterSensitiveLog: (obj: UpdateReportPlanOutput) => any;
|
|
4641
|
-
}
|