@aws-sdk/client-backup 3.31.0 → 3.35.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 +39 -0
- package/dist-cjs/Backup.js +975 -0
- package/dist-cjs/Backup.js.map +1 -0
- package/dist-cjs/BackupClient.js +48 -0
- package/dist-cjs/BackupClient.js.map +1 -0
- package/dist-cjs/commands/CreateBackupPlanCommand.js +65 -0
- package/dist-cjs/commands/CreateBackupPlanCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +101 -0
- package/dist-cjs/commands/CreateBackupSelectionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBackupVaultCommand.js +67 -0
- package/dist-cjs/commands/CreateBackupVaultCommand.js.map +1 -0
- package/dist-cjs/commands/CreateFrameworkCommand.js +65 -0
- package/dist-cjs/commands/CreateFrameworkCommand.js.map +1 -0
- package/dist-cjs/commands/CreateReportPlanCommand.js +64 -0
- package/dist-cjs/commands/CreateReportPlanCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +63 -0
- package/dist-cjs/commands/DeleteBackupPlanCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +62 -0
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +61 -0
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +62 -0
- package/dist-cjs/commands/DeleteBackupVaultCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +61 -0
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteFrameworkCommand.js +61 -0
- package/dist-cjs/commands/DeleteFrameworkCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +63 -0
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteReportPlanCommand.js +61 -0
- package/dist-cjs/commands/DeleteReportPlanCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeBackupJobCommand.js +61 -0
- package/dist-cjs/commands/DescribeBackupJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +61 -0
- package/dist-cjs/commands/DescribeBackupVaultCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeCopyJobCommand.js +61 -0
- package/dist-cjs/commands/DescribeCopyJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeFrameworkCommand.js +61 -0
- package/dist-cjs/commands/DescribeFrameworkCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +64 -0
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +63 -0
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +62 -0
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +65 -0
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReportJobCommand.js +62 -0
- package/dist-cjs/commands/DescribeReportJobCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeReportPlanCommand.js +61 -0
- package/dist-cjs/commands/DescribeReportPlanCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +61 -0
- package/dist-cjs/commands/DescribeRestoreJobCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +64 -0
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js.map +1 -0
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +61 -0
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupPlanCommand.js +62 -0
- package/dist-cjs/commands/GetBackupPlanCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +61 -0
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +61 -0
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupSelectionCommand.js +62 -0
- package/dist-cjs/commands/GetBackupSelectionCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +62 -0
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +61 -0
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +61 -0
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js.map +1 -0
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +61 -0
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupJobsCommand.js +62 -0
- package/dist-cjs/commands/ListBackupJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +62 -0
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +62 -0
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupPlansCommand.js +63 -0
- package/dist-cjs/commands/ListBackupPlansCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +62 -0
- package/dist-cjs/commands/ListBackupSelectionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListBackupVaultsCommand.js +62 -0
- package/dist-cjs/commands/ListBackupVaultsCommand.js.map +1 -0
- package/dist-cjs/commands/ListCopyJobsCommand.js +61 -0
- package/dist-cjs/commands/ListCopyJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListFrameworksCommand.js +61 -0
- package/dist-cjs/commands/ListFrameworksCommand.js.map +1 -0
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +63 -0
- package/dist-cjs/commands/ListProtectedResourcesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +61 -0
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js.map +1 -0
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +66 -0
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListReportJobsCommand.js +61 -0
- package/dist-cjs/commands/ListReportJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListReportPlansCommand.js +62 -0
- package/dist-cjs/commands/ListReportPlansCommand.js.map +1 -0
- package/dist-cjs/commands/ListRestoreJobsCommand.js +62 -0
- package/dist-cjs/commands/ListRestoreJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsCommand.js +67 -0
- package/dist-cjs/commands/ListTagsCommand.js.map +1 -0
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +63 -0
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +61 -0
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-cjs/commands/StartBackupJobCommand.js +61 -0
- package/dist-cjs/commands/StartBackupJobCommand.js.map +1 -0
- package/dist-cjs/commands/StartCopyJobCommand.js +62 -0
- package/dist-cjs/commands/StartCopyJobCommand.js.map +1 -0
- package/dist-cjs/commands/StartReportJobCommand.js +61 -0
- package/dist-cjs/commands/StartReportJobCommand.js.map +1 -0
- package/dist-cjs/commands/StartRestoreJobCommand.js +61 -0
- package/dist-cjs/commands/StartRestoreJobCommand.js.map +1 -0
- package/dist-cjs/commands/StopBackupJobCommand.js +61 -0
- package/dist-cjs/commands/StopBackupJobCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +62 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +63 -0
- package/dist-cjs/commands/UpdateBackupPlanCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateFrameworkCommand.js +62 -0
- package/dist-cjs/commands/UpdateFrameworkCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +63 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +70 -0
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +66 -0
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateReportPlanCommand.js +62 -0
- package/dist-cjs/commands/UpdateReportPlanCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +87 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupJobsPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupJobsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupPlanTemplatesPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupPlanVersionsPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupPlansPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupPlansPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupSelectionsPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupSelectionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBackupVaultsPaginator.js +0 -0
- package/dist-cjs/pagination/ListBackupVaultsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListCopyJobsPaginator.js +0 -0
- package/dist-cjs/pagination/ListCopyJobsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListFrameworksPaginator.js +0 -0
- package/dist-cjs/pagination/ListFrameworksPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListProtectedResourcesPaginator.js +0 -0
- package/dist-cjs/pagination/ListProtectedResourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -0
- package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRecoveryPointsByResourcePaginator.js +0 -0
- package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListReportJobsPaginator.js +0 -0
- package/dist-cjs/pagination/ListReportJobsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListReportPlansPaginator.js +0 -0
- package/dist-cjs/pagination/ListReportPlansPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRestoreJobsPaginator.js +0 -0
- package/dist-cjs/pagination/ListRestoreJobsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListTagsPaginator.js +0 -0
- package/dist-cjs/pagination/ListTagsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +8303 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Backup.js +971 -0
- package/dist-es/Backup.js.map +1 -0
- package/dist-es/BackupClient.js +38 -0
- package/dist-es/BackupClient.js.map +1 -0
- package/dist-es/commands/CreateBackupPlanCommand.js +40 -0
- package/dist-es/commands/CreateBackupPlanCommand.js.map +1 -0
- package/dist-es/commands/CreateBackupSelectionCommand.js +40 -0
- package/dist-es/commands/CreateBackupSelectionCommand.js.map +1 -0
- package/dist-es/commands/CreateBackupVaultCommand.js +40 -0
- package/dist-es/commands/CreateBackupVaultCommand.js.map +1 -0
- package/dist-es/commands/CreateFrameworkCommand.js +40 -0
- package/dist-es/commands/CreateFrameworkCommand.js.map +1 -0
- package/dist-es/commands/CreateReportPlanCommand.js +40 -0
- package/dist-es/commands/CreateReportPlanCommand.js.map +1 -0
- package/dist-es/commands/DeleteBackupPlanCommand.js +40 -0
- package/dist-es/commands/DeleteBackupPlanCommand.js.map +1 -0
- package/dist-es/commands/DeleteBackupSelectionCommand.js +40 -0
- package/dist-es/commands/DeleteBackupSelectionCommand.js.map +1 -0
- package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js +40 -0
- package/dist-es/commands/DeleteBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteBackupVaultCommand.js +40 -0
- package/dist-es/commands/DeleteBackupVaultCommand.js.map +1 -0
- package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js +40 -0
- package/dist-es/commands/DeleteBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-es/commands/DeleteFrameworkCommand.js +40 -0
- package/dist-es/commands/DeleteFrameworkCommand.js.map +1 -0
- package/dist-es/commands/DeleteRecoveryPointCommand.js +40 -0
- package/dist-es/commands/DeleteRecoveryPointCommand.js.map +1 -0
- package/dist-es/commands/DeleteReportPlanCommand.js +40 -0
- package/dist-es/commands/DeleteReportPlanCommand.js.map +1 -0
- package/dist-es/commands/DescribeBackupJobCommand.js +40 -0
- package/dist-es/commands/DescribeBackupJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeBackupVaultCommand.js +40 -0
- package/dist-es/commands/DescribeBackupVaultCommand.js.map +1 -0
- package/dist-es/commands/DescribeCopyJobCommand.js +40 -0
- package/dist-es/commands/DescribeCopyJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeFrameworkCommand.js +40 -0
- package/dist-es/commands/DescribeFrameworkCommand.js.map +1 -0
- package/dist-es/commands/DescribeGlobalSettingsCommand.js +40 -0
- package/dist-es/commands/DescribeGlobalSettingsCommand.js.map +1 -0
- package/dist-es/commands/DescribeProtectedResourceCommand.js +40 -0
- package/dist-es/commands/DescribeProtectedResourceCommand.js.map +1 -0
- package/dist-es/commands/DescribeRecoveryPointCommand.js +40 -0
- package/dist-es/commands/DescribeRecoveryPointCommand.js.map +1 -0
- package/dist-es/commands/DescribeRegionSettingsCommand.js +40 -0
- package/dist-es/commands/DescribeRegionSettingsCommand.js.map +1 -0
- package/dist-es/commands/DescribeReportJobCommand.js +40 -0
- package/dist-es/commands/DescribeReportJobCommand.js.map +1 -0
- package/dist-es/commands/DescribeReportPlanCommand.js +40 -0
- package/dist-es/commands/DescribeReportPlanCommand.js.map +1 -0
- package/dist-es/commands/DescribeRestoreJobCommand.js +40 -0
- package/dist-es/commands/DescribeRestoreJobCommand.js.map +1 -0
- package/dist-es/commands/DisassociateRecoveryPointCommand.js +40 -0
- package/dist-es/commands/DisassociateRecoveryPointCommand.js.map +1 -0
- package/dist-es/commands/ExportBackupPlanTemplateCommand.js +40 -0
- package/dist-es/commands/ExportBackupPlanTemplateCommand.js.map +1 -0
- package/dist-es/commands/GetBackupPlanCommand.js +40 -0
- package/dist-es/commands/GetBackupPlanCommand.js.map +1 -0
- package/dist-es/commands/GetBackupPlanFromJSONCommand.js +40 -0
- package/dist-es/commands/GetBackupPlanFromJSONCommand.js.map +1 -0
- package/dist-es/commands/GetBackupPlanFromTemplateCommand.js +40 -0
- package/dist-es/commands/GetBackupPlanFromTemplateCommand.js.map +1 -0
- package/dist-es/commands/GetBackupSelectionCommand.js +40 -0
- package/dist-es/commands/GetBackupSelectionCommand.js.map +1 -0
- package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js +40 -0
- package/dist-es/commands/GetBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetBackupVaultNotificationsCommand.js +40 -0
- package/dist-es/commands/GetBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js +40 -0
- package/dist-es/commands/GetRecoveryPointRestoreMetadataCommand.js.map +1 -0
- package/dist-es/commands/GetSupportedResourceTypesCommand.js +40 -0
- package/dist-es/commands/GetSupportedResourceTypesCommand.js.map +1 -0
- package/dist-es/commands/ListBackupJobsCommand.js +40 -0
- package/dist-es/commands/ListBackupJobsCommand.js.map +1 -0
- package/dist-es/commands/ListBackupPlanTemplatesCommand.js +40 -0
- package/dist-es/commands/ListBackupPlanTemplatesCommand.js.map +1 -0
- package/dist-es/commands/ListBackupPlanVersionsCommand.js +40 -0
- package/dist-es/commands/ListBackupPlanVersionsCommand.js.map +1 -0
- package/dist-es/commands/ListBackupPlansCommand.js +40 -0
- package/dist-es/commands/ListBackupPlansCommand.js.map +1 -0
- package/dist-es/commands/ListBackupSelectionsCommand.js +40 -0
- package/dist-es/commands/ListBackupSelectionsCommand.js.map +1 -0
- package/dist-es/commands/ListBackupVaultsCommand.js +40 -0
- package/dist-es/commands/ListBackupVaultsCommand.js.map +1 -0
- package/dist-es/commands/ListCopyJobsCommand.js +40 -0
- package/dist-es/commands/ListCopyJobsCommand.js.map +1 -0
- package/dist-es/commands/ListFrameworksCommand.js +40 -0
- package/dist-es/commands/ListFrameworksCommand.js.map +1 -0
- package/dist-es/commands/ListProtectedResourcesCommand.js +40 -0
- package/dist-es/commands/ListProtectedResourcesCommand.js.map +1 -0
- package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js +40 -0
- package/dist-es/commands/ListRecoveryPointsByBackupVaultCommand.js.map +1 -0
- package/dist-es/commands/ListRecoveryPointsByResourceCommand.js +40 -0
- package/dist-es/commands/ListRecoveryPointsByResourceCommand.js.map +1 -0
- package/dist-es/commands/ListReportJobsCommand.js +40 -0
- package/dist-es/commands/ListReportJobsCommand.js.map +1 -0
- package/dist-es/commands/ListReportPlansCommand.js +40 -0
- package/dist-es/commands/ListReportPlansCommand.js.map +1 -0
- package/dist-es/commands/ListRestoreJobsCommand.js +40 -0
- package/dist-es/commands/ListRestoreJobsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsCommand.js +40 -0
- package/dist-es/commands/ListTagsCommand.js.map +1 -0
- package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js +40 -0
- package/dist-es/commands/PutBackupVaultAccessPolicyCommand.js.map +1 -0
- package/dist-es/commands/PutBackupVaultNotificationsCommand.js +40 -0
- package/dist-es/commands/PutBackupVaultNotificationsCommand.js.map +1 -0
- package/dist-es/commands/StartBackupJobCommand.js +40 -0
- package/dist-es/commands/StartBackupJobCommand.js.map +1 -0
- package/dist-es/commands/StartCopyJobCommand.js +40 -0
- package/dist-es/commands/StartCopyJobCommand.js.map +1 -0
- package/dist-es/commands/StartReportJobCommand.js +40 -0
- package/dist-es/commands/StartReportJobCommand.js.map +1 -0
- package/dist-es/commands/StartRestoreJobCommand.js +40 -0
- package/dist-es/commands/StartRestoreJobCommand.js.map +1 -0
- package/dist-es/commands/StopBackupJobCommand.js +40 -0
- package/dist-es/commands/StopBackupJobCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateBackupPlanCommand.js +40 -0
- package/dist-es/commands/UpdateBackupPlanCommand.js.map +1 -0
- package/dist-es/commands/UpdateFrameworkCommand.js +40 -0
- package/dist-es/commands/UpdateFrameworkCommand.js.map +1 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +40 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js +40 -0
- package/dist-es/commands/UpdateRecoveryPointLifecycleCommand.js.map +1 -0
- package/dist-es/commands/UpdateRegionSettingsCommand.js +40 -0
- package/dist-es/commands/UpdateRegionSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdateReportPlanCommand.js +40 -0
- package/dist-es/commands/UpdateReportPlanCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/dist-es/models/models_0.js +672 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListBackupJobsPaginator.js +75 -0
- package/dist-es/pagination/ListBackupJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListBackupPlanTemplatesPaginator.js +75 -0
- package/dist-es/pagination/ListBackupPlanTemplatesPaginator.js.map +1 -0
- package/dist-es/pagination/ListBackupPlanVersionsPaginator.js +75 -0
- package/dist-es/pagination/ListBackupPlanVersionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListBackupPlansPaginator.js +75 -0
- package/dist-es/pagination/ListBackupPlansPaginator.js.map +1 -0
- package/dist-es/pagination/ListBackupSelectionsPaginator.js +75 -0
- package/dist-es/pagination/ListBackupSelectionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListBackupVaultsPaginator.js +75 -0
- package/dist-es/pagination/ListBackupVaultsPaginator.js.map +1 -0
- package/dist-es/pagination/ListCopyJobsPaginator.js +75 -0
- package/dist-es/pagination/ListCopyJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListFrameworksPaginator.js +75 -0
- package/dist-es/pagination/ListFrameworksPaginator.js.map +1 -0
- package/dist-es/pagination/ListProtectedResourcesPaginator.js +75 -0
- package/dist-es/pagination/ListProtectedResourcesPaginator.js.map +1 -0
- package/dist-es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +75 -0
- package/dist-es/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +1 -0
- package/dist-es/pagination/ListRecoveryPointsByResourcePaginator.js +75 -0
- package/dist-es/pagination/ListRecoveryPointsByResourcePaginator.js.map +1 -0
- package/dist-es/pagination/ListReportJobsPaginator.js +75 -0
- package/dist-es/pagination/ListReportJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListReportPlansPaginator.js +75 -0
- package/dist-es/pagination/ListReportPlansPaginator.js.map +1 -0
- package/dist-es/pagination/ListRestoreJobsPaginator.js +75 -0
- package/dist-es/pagination/ListRestoreJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTagsPaginator.js +75 -0
- package/dist-es/pagination/ListTagsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +9306 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Backup.d.ts +586 -0
- package/dist-types/BackupClient.d.ts +200 -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 +39 -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/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/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 → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -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 +194 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Backup.d.ts +586 -0
- package/dist-types/ts3.4/BackupClient.d.ts +200 -0
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -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 +194 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/Backup.ts +2481 -0
- package/src/BackupClient.ts +519 -0
- package/src/commands/CreateBackupPlanCommand.ts +99 -0
- package/src/commands/CreateBackupSelectionCommand.ts +135 -0
- package/src/commands/CreateBackupVaultCommand.ts +101 -0
- package/src/commands/CreateFrameworkCommand.ts +99 -0
- package/src/commands/CreateReportPlanCommand.ts +98 -0
- package/src/commands/DeleteBackupPlanCommand.ts +97 -0
- package/src/commands/DeleteBackupSelectionCommand.ts +96 -0
- package/src/commands/DeleteBackupVaultAccessPolicyCommand.ts +98 -0
- package/src/commands/DeleteBackupVaultCommand.ts +96 -0
- package/src/commands/DeleteBackupVaultNotificationsCommand.ts +101 -0
- package/src/commands/DeleteFrameworkCommand.ts +95 -0
- package/src/commands/DeleteRecoveryPointCommand.ts +97 -0
- package/src/commands/DeleteReportPlanCommand.ts +95 -0
- package/src/commands/DescribeBackupJobCommand.ts +95 -0
- package/src/commands/DescribeBackupVaultCommand.ts +95 -0
- package/src/commands/DescribeCopyJobCommand.ts +95 -0
- package/src/commands/DescribeFrameworkCommand.ts +95 -0
- package/src/commands/DescribeGlobalSettingsCommand.ts +98 -0
- package/src/commands/DescribeProtectedResourceCommand.ts +100 -0
- package/src/commands/DescribeRecoveryPointCommand.ts +96 -0
- package/src/commands/DescribeRegionSettingsCommand.ts +99 -0
- package/src/commands/DescribeReportJobCommand.ts +96 -0
- package/src/commands/DescribeReportPlanCommand.ts +95 -0
- package/src/commands/DescribeRestoreJobCommand.ts +95 -0
- package/src/commands/DisassociateRecoveryPointCommand.ts +101 -0
- package/src/commands/ExportBackupPlanTemplateCommand.ts +95 -0
- package/src/commands/GetBackupPlanCommand.ts +96 -0
- package/src/commands/GetBackupPlanFromJSONCommand.ts +95 -0
- package/src/commands/GetBackupPlanFromTemplateCommand.ts +98 -0
- package/src/commands/GetBackupSelectionCommand.ts +96 -0
- package/src/commands/GetBackupVaultAccessPolicyCommand.ts +99 -0
- package/src/commands/GetBackupVaultNotificationsCommand.ts +98 -0
- package/src/commands/GetRecoveryPointRestoreMetadataCommand.ts +103 -0
- package/src/commands/GetSupportedResourceTypesCommand.ts +98 -0
- package/src/commands/ListBackupJobsCommand.ts +96 -0
- package/src/commands/ListBackupPlanTemplatesCommand.ts +96 -0
- package/src/commands/ListBackupPlanVersionsCommand.ts +96 -0
- package/src/commands/ListBackupPlansCommand.ts +97 -0
- package/src/commands/ListBackupSelectionsCommand.ts +96 -0
- package/src/commands/ListBackupVaultsCommand.ts +96 -0
- package/src/commands/ListCopyJobsCommand.ts +95 -0
- package/src/commands/ListFrameworksCommand.ts +95 -0
- package/src/commands/ListProtectedResourcesCommand.ts +97 -0
- package/src/commands/ListRecoveryPointsByBackupVaultCommand.ts +103 -0
- package/src/commands/ListRecoveryPointsByResourceCommand.ts +105 -0
- package/src/commands/ListReportJobsCommand.ts +95 -0
- package/src/commands/ListReportPlansCommand.ts +96 -0
- package/src/commands/ListRestoreJobsCommand.ts +96 -0
- package/src/commands/ListTagsCommand.ts +97 -0
- package/src/commands/PutBackupVaultAccessPolicyCommand.ts +100 -0
- package/src/commands/PutBackupVaultNotificationsCommand.ts +98 -0
- package/src/commands/StartBackupJobCommand.ts +95 -0
- package/src/commands/StartCopyJobCommand.ts +96 -0
- package/src/commands/StartReportJobCommand.ts +95 -0
- package/src/commands/StartRestoreJobCommand.ts +95 -0
- package/src/commands/StopBackupJobCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +96 -0
- package/src/commands/UntagResourceCommand.ts +96 -0
- package/src/commands/UpdateBackupPlanCommand.ts +97 -0
- package/src/commands/UpdateFrameworkCommand.ts +96 -0
- package/src/commands/UpdateGlobalSettingsCommand.ts +97 -0
- package/src/commands/UpdateRecoveryPointLifecycleCommand.ts +109 -0
- package/src/commands/UpdateRegionSettingsCommand.ts +100 -0
- package/src/commands/UpdateReportPlanCommand.ts +96 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListBackupJobsPaginator.ts +59 -0
- package/src/pagination/ListBackupPlanTemplatesPaginator.ts +59 -0
- package/src/pagination/ListBackupPlanVersionsPaginator.ts +59 -0
- package/src/pagination/ListBackupPlansPaginator.ts +59 -0
- package/src/pagination/ListBackupSelectionsPaginator.ts +59 -0
- package/src/pagination/ListBackupVaultsPaginator.ts +59 -0
- package/src/pagination/ListCopyJobsPaginator.ts +59 -0
- package/src/pagination/ListFrameworksPaginator.ts +59 -0
- package/src/pagination/ListProtectedResourcesPaginator.ts +59 -0
- package/src/pagination/ListRecoveryPointsByBackupVaultPaginator.ts +59 -0
- package/src/pagination/ListRecoveryPointsByResourcePaginator.ts +59 -0
- package/src/pagination/ListReportJobsPaginator.ts +59 -0
- package/src/pagination/ListReportPlansPaginator.ts +59 -0
- package/src/pagination/ListRestoreJobsPaginator.ts +59 -0
- package/src/pagination/ListTagsPaginator.ts +55 -0
- package/src/protocols/Aws_restJson1.ts +9396 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListBackupJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlanTemplatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlanVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupPlansPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupSelectionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBackupVaultsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListCopyJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListFrameworksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProtectedResourcesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRecoveryPointsByResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReportJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListReportPlansPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRestoreJobsPaginator.js.map +0 -1
- 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 -978
- package/dist/es/Backup.js.map +0 -1
- package/dist/es/BackupClient.js +0 -50
- package/dist/es/BackupClient.js.map +0 -1
- package/dist/es/commands/CreateBackupPlanCommand.js +0 -69
- package/dist/es/commands/CreateBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/CreateBackupSelectionCommand.js +0 -105
- package/dist/es/commands/CreateBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/CreateBackupVaultCommand.js +0 -71
- package/dist/es/commands/CreateBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/CreateFrameworkCommand.js +0 -69
- package/dist/es/commands/CreateFrameworkCommand.js.map +0 -1
- package/dist/es/commands/CreateReportPlanCommand.js +0 -68
- package/dist/es/commands/CreateReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupPlanCommand.js +0 -67
- package/dist/es/commands/DeleteBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupSelectionCommand.js +0 -66
- package/dist/es/commands/DeleteBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -65
- package/dist/es/commands/DeleteBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultCommand.js +0 -66
- package/dist/es/commands/DeleteBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/DeleteBackupVaultNotificationsCommand.js +0 -65
- package/dist/es/commands/DeleteBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteFrameworkCommand.js +0 -65
- package/dist/es/commands/DeleteFrameworkCommand.js.map +0 -1
- package/dist/es/commands/DeleteRecoveryPointCommand.js +0 -67
- package/dist/es/commands/DeleteRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteReportPlanCommand.js +0 -65
- package/dist/es/commands/DeleteReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupJobCommand.js +0 -65
- package/dist/es/commands/DescribeBackupJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupVaultCommand.js +0 -65
- package/dist/es/commands/DescribeBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/DescribeCopyJobCommand.js +0 -65
- package/dist/es/commands/DescribeCopyJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeFrameworkCommand.js +0 -65
- package/dist/es/commands/DescribeFrameworkCommand.js.map +0 -1
- package/dist/es/commands/DescribeGlobalSettingsCommand.js +0 -68
- package/dist/es/commands/DescribeGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeProtectedResourceCommand.js +0 -67
- package/dist/es/commands/DescribeProtectedResourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeRecoveryPointCommand.js +0 -66
- package/dist/es/commands/DescribeRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegionSettingsCommand.js +0 -69
- package/dist/es/commands/DescribeRegionSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeReportJobCommand.js +0 -66
- package/dist/es/commands/DescribeReportJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeReportPlanCommand.js +0 -65
- package/dist/es/commands/DescribeReportPlanCommand.js.map +0 -1
- package/dist/es/commands/DescribeRestoreJobCommand.js +0 -65
- package/dist/es/commands/DescribeRestoreJobCommand.js.map +0 -1
- package/dist/es/commands/DisassociateRecoveryPointCommand.js +0 -68
- package/dist/es/commands/DisassociateRecoveryPointCommand.js.map +0 -1
- package/dist/es/commands/ExportBackupPlanTemplateCommand.js +0 -65
- package/dist/es/commands/ExportBackupPlanTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanCommand.js +0 -66
- package/dist/es/commands/GetBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanFromJSONCommand.js +0 -65
- package/dist/es/commands/GetBackupPlanFromJSONCommand.js.map +0 -1
- package/dist/es/commands/GetBackupPlanFromTemplateCommand.js +0 -65
- package/dist/es/commands/GetBackupPlanFromTemplateCommand.js.map +0 -1
- package/dist/es/commands/GetBackupSelectionCommand.js +0 -66
- package/dist/es/commands/GetBackupSelectionCommand.js.map +0 -1
- package/dist/es/commands/GetBackupVaultAccessPolicyCommand.js +0 -66
- package/dist/es/commands/GetBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetBackupVaultNotificationsCommand.js +0 -65
- package/dist/es/commands/GetBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -65
- package/dist/es/commands/GetRecoveryPointRestoreMetadataCommand.js.map +0 -1
- package/dist/es/commands/GetSupportedResourceTypesCommand.js +0 -65
- package/dist/es/commands/GetSupportedResourceTypesCommand.js.map +0 -1
- package/dist/es/commands/ListBackupJobsCommand.js +0 -66
- package/dist/es/commands/ListBackupJobsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlanTemplatesCommand.js +0 -66
- package/dist/es/commands/ListBackupPlanTemplatesCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlanVersionsCommand.js +0 -66
- package/dist/es/commands/ListBackupPlanVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupPlansCommand.js +0 -67
- package/dist/es/commands/ListBackupPlansCommand.js.map +0 -1
- package/dist/es/commands/ListBackupSelectionsCommand.js +0 -66
- package/dist/es/commands/ListBackupSelectionsCommand.js.map +0 -1
- package/dist/es/commands/ListBackupVaultsCommand.js +0 -66
- package/dist/es/commands/ListBackupVaultsCommand.js.map +0 -1
- package/dist/es/commands/ListCopyJobsCommand.js +0 -65
- package/dist/es/commands/ListCopyJobsCommand.js.map +0 -1
- package/dist/es/commands/ListFrameworksCommand.js +0 -65
- package/dist/es/commands/ListFrameworksCommand.js.map +0 -1
- package/dist/es/commands/ListProtectedResourcesCommand.js +0 -67
- package/dist/es/commands/ListProtectedResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -65
- package/dist/es/commands/ListRecoveryPointsByBackupVaultCommand.js.map +0 -1
- package/dist/es/commands/ListRecoveryPointsByResourceCommand.js +0 -70
- package/dist/es/commands/ListRecoveryPointsByResourceCommand.js.map +0 -1
- package/dist/es/commands/ListReportJobsCommand.js +0 -65
- package/dist/es/commands/ListReportJobsCommand.js.map +0 -1
- package/dist/es/commands/ListReportPlansCommand.js +0 -66
- package/dist/es/commands/ListReportPlansCommand.js.map +0 -1
- package/dist/es/commands/ListRestoreJobsCommand.js +0 -66
- package/dist/es/commands/ListRestoreJobsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js +0 -71
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/PutBackupVaultAccessPolicyCommand.js +0 -67
- package/dist/es/commands/PutBackupVaultAccessPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutBackupVaultNotificationsCommand.js +0 -65
- package/dist/es/commands/PutBackupVaultNotificationsCommand.js.map +0 -1
- package/dist/es/commands/StartBackupJobCommand.js +0 -65
- package/dist/es/commands/StartBackupJobCommand.js.map +0 -1
- package/dist/es/commands/StartCopyJobCommand.js +0 -66
- package/dist/es/commands/StartCopyJobCommand.js.map +0 -1
- package/dist/es/commands/StartReportJobCommand.js +0 -65
- package/dist/es/commands/StartReportJobCommand.js.map +0 -1
- package/dist/es/commands/StartRestoreJobCommand.js +0 -65
- package/dist/es/commands/StartRestoreJobCommand.js.map +0 -1
- package/dist/es/commands/StopBackupJobCommand.js +0 -65
- package/dist/es/commands/StopBackupJobCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -66
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -66
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateBackupPlanCommand.js +0 -67
- package/dist/es/commands/UpdateBackupPlanCommand.js.map +0 -1
- package/dist/es/commands/UpdateFrameworkCommand.js +0 -66
- package/dist/es/commands/UpdateFrameworkCommand.js.map +0 -1
- package/dist/es/commands/UpdateGlobalSettingsCommand.js +0 -67
- package/dist/es/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateRecoveryPointLifecycleCommand.js +0 -74
- package/dist/es/commands/UpdateRecoveryPointLifecycleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegionSettingsCommand.js +0 -70
- package/dist/es/commands/UpdateRegionSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateReportPlanCommand.js +0 -66
- 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.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1128
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListBackupJobsPaginator.js +0 -87
- package/dist/es/pagination/ListBackupJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlanTemplatesPaginator.js +0 -87
- package/dist/es/pagination/ListBackupPlanTemplatesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlanVersionsPaginator.js +0 -87
- package/dist/es/pagination/ListBackupPlanVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupPlansPaginator.js +0 -87
- package/dist/es/pagination/ListBackupPlansPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupSelectionsPaginator.js +0 -87
- package/dist/es/pagination/ListBackupSelectionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListBackupVaultsPaginator.js +0 -87
- package/dist/es/pagination/ListBackupVaultsPaginator.js.map +0 -1
- package/dist/es/pagination/ListCopyJobsPaginator.js +0 -87
- package/dist/es/pagination/ListCopyJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListFrameworksPaginator.js +0 -87
- package/dist/es/pagination/ListFrameworksPaginator.js.map +0 -1
- package/dist/es/pagination/ListProtectedResourcesPaginator.js +0 -87
- package/dist/es/pagination/ListProtectedResourcesPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -87
- package/dist/es/pagination/ListRecoveryPointsByBackupVaultPaginator.js.map +0 -1
- package/dist/es/pagination/ListRecoveryPointsByResourcePaginator.js +0 -87
- package/dist/es/pagination/ListRecoveryPointsByResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListReportJobsPaginator.js +0 -87
- package/dist/es/pagination/ListReportJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListReportPlansPaginator.js +0 -87
- package/dist/es/pagination/ListReportPlansPaginator.js.map +0 -1
- package/dist/es/pagination/ListRestoreJobsPaginator.js +0 -87
- package/dist/es/pagination/ListRestoreJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsPaginator.js +0 -87
- package/dist/es/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -9311
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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/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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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/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 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- 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/src/Backup.ts
ADDED
|
@@ -0,0 +1,2481 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
import { BackupClient } from "./BackupClient";
|
|
4
|
+
import {
|
|
5
|
+
CreateBackupPlanCommand,
|
|
6
|
+
CreateBackupPlanCommandInput,
|
|
7
|
+
CreateBackupPlanCommandOutput,
|
|
8
|
+
} from "./commands/CreateBackupPlanCommand";
|
|
9
|
+
import {
|
|
10
|
+
CreateBackupSelectionCommand,
|
|
11
|
+
CreateBackupSelectionCommandInput,
|
|
12
|
+
CreateBackupSelectionCommandOutput,
|
|
13
|
+
} from "./commands/CreateBackupSelectionCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateBackupVaultCommand,
|
|
16
|
+
CreateBackupVaultCommandInput,
|
|
17
|
+
CreateBackupVaultCommandOutput,
|
|
18
|
+
} from "./commands/CreateBackupVaultCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateFrameworkCommand,
|
|
21
|
+
CreateFrameworkCommandInput,
|
|
22
|
+
CreateFrameworkCommandOutput,
|
|
23
|
+
} from "./commands/CreateFrameworkCommand";
|
|
24
|
+
import {
|
|
25
|
+
CreateReportPlanCommand,
|
|
26
|
+
CreateReportPlanCommandInput,
|
|
27
|
+
CreateReportPlanCommandOutput,
|
|
28
|
+
} from "./commands/CreateReportPlanCommand";
|
|
29
|
+
import {
|
|
30
|
+
DeleteBackupPlanCommand,
|
|
31
|
+
DeleteBackupPlanCommandInput,
|
|
32
|
+
DeleteBackupPlanCommandOutput,
|
|
33
|
+
} from "./commands/DeleteBackupPlanCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteBackupSelectionCommand,
|
|
36
|
+
DeleteBackupSelectionCommandInput,
|
|
37
|
+
DeleteBackupSelectionCommandOutput,
|
|
38
|
+
} from "./commands/DeleteBackupSelectionCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeleteBackupVaultAccessPolicyCommand,
|
|
41
|
+
DeleteBackupVaultAccessPolicyCommandInput,
|
|
42
|
+
DeleteBackupVaultAccessPolicyCommandOutput,
|
|
43
|
+
} from "./commands/DeleteBackupVaultAccessPolicyCommand";
|
|
44
|
+
import {
|
|
45
|
+
DeleteBackupVaultCommand,
|
|
46
|
+
DeleteBackupVaultCommandInput,
|
|
47
|
+
DeleteBackupVaultCommandOutput,
|
|
48
|
+
} from "./commands/DeleteBackupVaultCommand";
|
|
49
|
+
import {
|
|
50
|
+
DeleteBackupVaultNotificationsCommand,
|
|
51
|
+
DeleteBackupVaultNotificationsCommandInput,
|
|
52
|
+
DeleteBackupVaultNotificationsCommandOutput,
|
|
53
|
+
} from "./commands/DeleteBackupVaultNotificationsCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteFrameworkCommand,
|
|
56
|
+
DeleteFrameworkCommandInput,
|
|
57
|
+
DeleteFrameworkCommandOutput,
|
|
58
|
+
} from "./commands/DeleteFrameworkCommand";
|
|
59
|
+
import {
|
|
60
|
+
DeleteRecoveryPointCommand,
|
|
61
|
+
DeleteRecoveryPointCommandInput,
|
|
62
|
+
DeleteRecoveryPointCommandOutput,
|
|
63
|
+
} from "./commands/DeleteRecoveryPointCommand";
|
|
64
|
+
import {
|
|
65
|
+
DeleteReportPlanCommand,
|
|
66
|
+
DeleteReportPlanCommandInput,
|
|
67
|
+
DeleteReportPlanCommandOutput,
|
|
68
|
+
} from "./commands/DeleteReportPlanCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeBackupJobCommand,
|
|
71
|
+
DescribeBackupJobCommandInput,
|
|
72
|
+
DescribeBackupJobCommandOutput,
|
|
73
|
+
} from "./commands/DescribeBackupJobCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeBackupVaultCommand,
|
|
76
|
+
DescribeBackupVaultCommandInput,
|
|
77
|
+
DescribeBackupVaultCommandOutput,
|
|
78
|
+
} from "./commands/DescribeBackupVaultCommand";
|
|
79
|
+
import {
|
|
80
|
+
DescribeCopyJobCommand,
|
|
81
|
+
DescribeCopyJobCommandInput,
|
|
82
|
+
DescribeCopyJobCommandOutput,
|
|
83
|
+
} from "./commands/DescribeCopyJobCommand";
|
|
84
|
+
import {
|
|
85
|
+
DescribeFrameworkCommand,
|
|
86
|
+
DescribeFrameworkCommandInput,
|
|
87
|
+
DescribeFrameworkCommandOutput,
|
|
88
|
+
} from "./commands/DescribeFrameworkCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeGlobalSettingsCommand,
|
|
91
|
+
DescribeGlobalSettingsCommandInput,
|
|
92
|
+
DescribeGlobalSettingsCommandOutput,
|
|
93
|
+
} from "./commands/DescribeGlobalSettingsCommand";
|
|
94
|
+
import {
|
|
95
|
+
DescribeProtectedResourceCommand,
|
|
96
|
+
DescribeProtectedResourceCommandInput,
|
|
97
|
+
DescribeProtectedResourceCommandOutput,
|
|
98
|
+
} from "./commands/DescribeProtectedResourceCommand";
|
|
99
|
+
import {
|
|
100
|
+
DescribeRecoveryPointCommand,
|
|
101
|
+
DescribeRecoveryPointCommandInput,
|
|
102
|
+
DescribeRecoveryPointCommandOutput,
|
|
103
|
+
} from "./commands/DescribeRecoveryPointCommand";
|
|
104
|
+
import {
|
|
105
|
+
DescribeRegionSettingsCommand,
|
|
106
|
+
DescribeRegionSettingsCommandInput,
|
|
107
|
+
DescribeRegionSettingsCommandOutput,
|
|
108
|
+
} from "./commands/DescribeRegionSettingsCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeReportJobCommand,
|
|
111
|
+
DescribeReportJobCommandInput,
|
|
112
|
+
DescribeReportJobCommandOutput,
|
|
113
|
+
} from "./commands/DescribeReportJobCommand";
|
|
114
|
+
import {
|
|
115
|
+
DescribeReportPlanCommand,
|
|
116
|
+
DescribeReportPlanCommandInput,
|
|
117
|
+
DescribeReportPlanCommandOutput,
|
|
118
|
+
} from "./commands/DescribeReportPlanCommand";
|
|
119
|
+
import {
|
|
120
|
+
DescribeRestoreJobCommand,
|
|
121
|
+
DescribeRestoreJobCommandInput,
|
|
122
|
+
DescribeRestoreJobCommandOutput,
|
|
123
|
+
} from "./commands/DescribeRestoreJobCommand";
|
|
124
|
+
import {
|
|
125
|
+
DisassociateRecoveryPointCommand,
|
|
126
|
+
DisassociateRecoveryPointCommandInput,
|
|
127
|
+
DisassociateRecoveryPointCommandOutput,
|
|
128
|
+
} from "./commands/DisassociateRecoveryPointCommand";
|
|
129
|
+
import {
|
|
130
|
+
ExportBackupPlanTemplateCommand,
|
|
131
|
+
ExportBackupPlanTemplateCommandInput,
|
|
132
|
+
ExportBackupPlanTemplateCommandOutput,
|
|
133
|
+
} from "./commands/ExportBackupPlanTemplateCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetBackupPlanCommand,
|
|
136
|
+
GetBackupPlanCommandInput,
|
|
137
|
+
GetBackupPlanCommandOutput,
|
|
138
|
+
} from "./commands/GetBackupPlanCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetBackupPlanFromJSONCommand,
|
|
141
|
+
GetBackupPlanFromJSONCommandInput,
|
|
142
|
+
GetBackupPlanFromJSONCommandOutput,
|
|
143
|
+
} from "./commands/GetBackupPlanFromJSONCommand";
|
|
144
|
+
import {
|
|
145
|
+
GetBackupPlanFromTemplateCommand,
|
|
146
|
+
GetBackupPlanFromTemplateCommandInput,
|
|
147
|
+
GetBackupPlanFromTemplateCommandOutput,
|
|
148
|
+
} from "./commands/GetBackupPlanFromTemplateCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetBackupSelectionCommand,
|
|
151
|
+
GetBackupSelectionCommandInput,
|
|
152
|
+
GetBackupSelectionCommandOutput,
|
|
153
|
+
} from "./commands/GetBackupSelectionCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetBackupVaultAccessPolicyCommand,
|
|
156
|
+
GetBackupVaultAccessPolicyCommandInput,
|
|
157
|
+
GetBackupVaultAccessPolicyCommandOutput,
|
|
158
|
+
} from "./commands/GetBackupVaultAccessPolicyCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetBackupVaultNotificationsCommand,
|
|
161
|
+
GetBackupVaultNotificationsCommandInput,
|
|
162
|
+
GetBackupVaultNotificationsCommandOutput,
|
|
163
|
+
} from "./commands/GetBackupVaultNotificationsCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetRecoveryPointRestoreMetadataCommand,
|
|
166
|
+
GetRecoveryPointRestoreMetadataCommandInput,
|
|
167
|
+
GetRecoveryPointRestoreMetadataCommandOutput,
|
|
168
|
+
} from "./commands/GetRecoveryPointRestoreMetadataCommand";
|
|
169
|
+
import {
|
|
170
|
+
GetSupportedResourceTypesCommand,
|
|
171
|
+
GetSupportedResourceTypesCommandInput,
|
|
172
|
+
GetSupportedResourceTypesCommandOutput,
|
|
173
|
+
} from "./commands/GetSupportedResourceTypesCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListBackupJobsCommand,
|
|
176
|
+
ListBackupJobsCommandInput,
|
|
177
|
+
ListBackupJobsCommandOutput,
|
|
178
|
+
} from "./commands/ListBackupJobsCommand";
|
|
179
|
+
import {
|
|
180
|
+
ListBackupPlansCommand,
|
|
181
|
+
ListBackupPlansCommandInput,
|
|
182
|
+
ListBackupPlansCommandOutput,
|
|
183
|
+
} from "./commands/ListBackupPlansCommand";
|
|
184
|
+
import {
|
|
185
|
+
ListBackupPlanTemplatesCommand,
|
|
186
|
+
ListBackupPlanTemplatesCommandInput,
|
|
187
|
+
ListBackupPlanTemplatesCommandOutput,
|
|
188
|
+
} from "./commands/ListBackupPlanTemplatesCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListBackupPlanVersionsCommand,
|
|
191
|
+
ListBackupPlanVersionsCommandInput,
|
|
192
|
+
ListBackupPlanVersionsCommandOutput,
|
|
193
|
+
} from "./commands/ListBackupPlanVersionsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListBackupSelectionsCommand,
|
|
196
|
+
ListBackupSelectionsCommandInput,
|
|
197
|
+
ListBackupSelectionsCommandOutput,
|
|
198
|
+
} from "./commands/ListBackupSelectionsCommand";
|
|
199
|
+
import {
|
|
200
|
+
ListBackupVaultsCommand,
|
|
201
|
+
ListBackupVaultsCommandInput,
|
|
202
|
+
ListBackupVaultsCommandOutput,
|
|
203
|
+
} from "./commands/ListBackupVaultsCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListCopyJobsCommand,
|
|
206
|
+
ListCopyJobsCommandInput,
|
|
207
|
+
ListCopyJobsCommandOutput,
|
|
208
|
+
} from "./commands/ListCopyJobsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListFrameworksCommand,
|
|
211
|
+
ListFrameworksCommandInput,
|
|
212
|
+
ListFrameworksCommandOutput,
|
|
213
|
+
} from "./commands/ListFrameworksCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListProtectedResourcesCommand,
|
|
216
|
+
ListProtectedResourcesCommandInput,
|
|
217
|
+
ListProtectedResourcesCommandOutput,
|
|
218
|
+
} from "./commands/ListProtectedResourcesCommand";
|
|
219
|
+
import {
|
|
220
|
+
ListRecoveryPointsByBackupVaultCommand,
|
|
221
|
+
ListRecoveryPointsByBackupVaultCommandInput,
|
|
222
|
+
ListRecoveryPointsByBackupVaultCommandOutput,
|
|
223
|
+
} from "./commands/ListRecoveryPointsByBackupVaultCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListRecoveryPointsByResourceCommand,
|
|
226
|
+
ListRecoveryPointsByResourceCommandInput,
|
|
227
|
+
ListRecoveryPointsByResourceCommandOutput,
|
|
228
|
+
} from "./commands/ListRecoveryPointsByResourceCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListReportJobsCommand,
|
|
231
|
+
ListReportJobsCommandInput,
|
|
232
|
+
ListReportJobsCommandOutput,
|
|
233
|
+
} from "./commands/ListReportJobsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListReportPlansCommand,
|
|
236
|
+
ListReportPlansCommandInput,
|
|
237
|
+
ListReportPlansCommandOutput,
|
|
238
|
+
} from "./commands/ListReportPlansCommand";
|
|
239
|
+
import {
|
|
240
|
+
ListRestoreJobsCommand,
|
|
241
|
+
ListRestoreJobsCommandInput,
|
|
242
|
+
ListRestoreJobsCommandOutput,
|
|
243
|
+
} from "./commands/ListRestoreJobsCommand";
|
|
244
|
+
import { ListTagsCommand, ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
|
|
245
|
+
import {
|
|
246
|
+
PutBackupVaultAccessPolicyCommand,
|
|
247
|
+
PutBackupVaultAccessPolicyCommandInput,
|
|
248
|
+
PutBackupVaultAccessPolicyCommandOutput,
|
|
249
|
+
} from "./commands/PutBackupVaultAccessPolicyCommand";
|
|
250
|
+
import {
|
|
251
|
+
PutBackupVaultNotificationsCommand,
|
|
252
|
+
PutBackupVaultNotificationsCommandInput,
|
|
253
|
+
PutBackupVaultNotificationsCommandOutput,
|
|
254
|
+
} from "./commands/PutBackupVaultNotificationsCommand";
|
|
255
|
+
import {
|
|
256
|
+
StartBackupJobCommand,
|
|
257
|
+
StartBackupJobCommandInput,
|
|
258
|
+
StartBackupJobCommandOutput,
|
|
259
|
+
} from "./commands/StartBackupJobCommand";
|
|
260
|
+
import {
|
|
261
|
+
StartCopyJobCommand,
|
|
262
|
+
StartCopyJobCommandInput,
|
|
263
|
+
StartCopyJobCommandOutput,
|
|
264
|
+
} from "./commands/StartCopyJobCommand";
|
|
265
|
+
import {
|
|
266
|
+
StartReportJobCommand,
|
|
267
|
+
StartReportJobCommandInput,
|
|
268
|
+
StartReportJobCommandOutput,
|
|
269
|
+
} from "./commands/StartReportJobCommand";
|
|
270
|
+
import {
|
|
271
|
+
StartRestoreJobCommand,
|
|
272
|
+
StartRestoreJobCommandInput,
|
|
273
|
+
StartRestoreJobCommandOutput,
|
|
274
|
+
} from "./commands/StartRestoreJobCommand";
|
|
275
|
+
import {
|
|
276
|
+
StopBackupJobCommand,
|
|
277
|
+
StopBackupJobCommandInput,
|
|
278
|
+
StopBackupJobCommandOutput,
|
|
279
|
+
} from "./commands/StopBackupJobCommand";
|
|
280
|
+
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
281
|
+
import {
|
|
282
|
+
UntagResourceCommand,
|
|
283
|
+
UntagResourceCommandInput,
|
|
284
|
+
UntagResourceCommandOutput,
|
|
285
|
+
} from "./commands/UntagResourceCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateBackupPlanCommand,
|
|
288
|
+
UpdateBackupPlanCommandInput,
|
|
289
|
+
UpdateBackupPlanCommandOutput,
|
|
290
|
+
} from "./commands/UpdateBackupPlanCommand";
|
|
291
|
+
import {
|
|
292
|
+
UpdateFrameworkCommand,
|
|
293
|
+
UpdateFrameworkCommandInput,
|
|
294
|
+
UpdateFrameworkCommandOutput,
|
|
295
|
+
} from "./commands/UpdateFrameworkCommand";
|
|
296
|
+
import {
|
|
297
|
+
UpdateGlobalSettingsCommand,
|
|
298
|
+
UpdateGlobalSettingsCommandInput,
|
|
299
|
+
UpdateGlobalSettingsCommandOutput,
|
|
300
|
+
} from "./commands/UpdateGlobalSettingsCommand";
|
|
301
|
+
import {
|
|
302
|
+
UpdateRecoveryPointLifecycleCommand,
|
|
303
|
+
UpdateRecoveryPointLifecycleCommandInput,
|
|
304
|
+
UpdateRecoveryPointLifecycleCommandOutput,
|
|
305
|
+
} from "./commands/UpdateRecoveryPointLifecycleCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateRegionSettingsCommand,
|
|
308
|
+
UpdateRegionSettingsCommandInput,
|
|
309
|
+
UpdateRegionSettingsCommandOutput,
|
|
310
|
+
} from "./commands/UpdateRegionSettingsCommand";
|
|
311
|
+
import {
|
|
312
|
+
UpdateReportPlanCommand,
|
|
313
|
+
UpdateReportPlanCommandInput,
|
|
314
|
+
UpdateReportPlanCommandOutput,
|
|
315
|
+
} from "./commands/UpdateReportPlanCommand";
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* <fullname>Backup</fullname>
|
|
319
|
+
* <p>Backup is a unified backup service designed to protect Amazon Web Services
|
|
320
|
+
* services and their associated data. Backup simplifies the creation, migration,
|
|
321
|
+
* restoration, and deletion of backups, while also providing reporting and
|
|
322
|
+
* auditing.</p>
|
|
323
|
+
*/
|
|
324
|
+
export class Backup extends BackupClient {
|
|
325
|
+
/**
|
|
326
|
+
* <p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a
|
|
327
|
+
* document that contains information that Backup uses to schedule tasks that
|
|
328
|
+
* create recovery points for resources.</p>
|
|
329
|
+
* <p>If you call <code>CreateBackupPlan</code> with a plan that already exists, you receive
|
|
330
|
+
* an <code>AlreadyExistsException</code> exception.</p>
|
|
331
|
+
*/
|
|
332
|
+
public createBackupPlan(
|
|
333
|
+
args: CreateBackupPlanCommandInput,
|
|
334
|
+
options?: __HttpHandlerOptions
|
|
335
|
+
): Promise<CreateBackupPlanCommandOutput>;
|
|
336
|
+
public createBackupPlan(
|
|
337
|
+
args: CreateBackupPlanCommandInput,
|
|
338
|
+
cb: (err: any, data?: CreateBackupPlanCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
public createBackupPlan(
|
|
341
|
+
args: CreateBackupPlanCommandInput,
|
|
342
|
+
options: __HttpHandlerOptions,
|
|
343
|
+
cb: (err: any, data?: CreateBackupPlanCommandOutput) => void
|
|
344
|
+
): void;
|
|
345
|
+
public createBackupPlan(
|
|
346
|
+
args: CreateBackupPlanCommandInput,
|
|
347
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBackupPlanCommandOutput) => void),
|
|
348
|
+
cb?: (err: any, data?: CreateBackupPlanCommandOutput) => void
|
|
349
|
+
): Promise<CreateBackupPlanCommandOutput> | void {
|
|
350
|
+
const command = new CreateBackupPlanCommand(args);
|
|
351
|
+
if (typeof optionsOrCb === "function") {
|
|
352
|
+
this.send(command, optionsOrCb);
|
|
353
|
+
} else if (typeof cb === "function") {
|
|
354
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
355
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
356
|
+
} else {
|
|
357
|
+
return this.send(command, optionsOrCb);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
/**
|
|
362
|
+
* <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
|
363
|
+
* Resources can be included by specifying patterns for a <code>ListOfTags</code> and selected
|
|
364
|
+
* <code>Resources</code>. </p>
|
|
365
|
+
* <p>For example, consider the following patterns:</p>
|
|
366
|
+
* <ul>
|
|
367
|
+
* <li>
|
|
368
|
+
* <p>
|
|
369
|
+
* <code>Resources: "arn:aws:ec2:region:account-id:volume/volume-id"</code>
|
|
370
|
+
* </p>
|
|
371
|
+
* </li>
|
|
372
|
+
* <li>
|
|
373
|
+
* <p>
|
|
374
|
+
* <code>ConditionKey:"department"</code>
|
|
375
|
+
* </p>
|
|
376
|
+
* <p>
|
|
377
|
+
* <code>ConditionValue:"finance"</code>
|
|
378
|
+
* </p>
|
|
379
|
+
* <p>
|
|
380
|
+
* <code>ConditionType:"StringEquals"</code>
|
|
381
|
+
* </p>
|
|
382
|
+
* </li>
|
|
383
|
+
* <li>
|
|
384
|
+
* <p>
|
|
385
|
+
* <code>ConditionKey:"importance"</code>
|
|
386
|
+
* </p>
|
|
387
|
+
* <p>
|
|
388
|
+
* <code>ConditionValue:"critical"</code>
|
|
389
|
+
* </p>
|
|
390
|
+
* <p>
|
|
391
|
+
* <code>ConditionType:"StringEquals"</code>
|
|
392
|
+
* </p>
|
|
393
|
+
* </li>
|
|
394
|
+
* </ul>
|
|
395
|
+
* <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)
|
|
396
|
+
* volumes that are tagged as <code>"department=finance"</code>,
|
|
397
|
+
* <code>"importance=critical"</code>, in addition to an EBS volume with the specified
|
|
398
|
+
* volume ID.</p>
|
|
399
|
+
* <p>Resources and conditions are additive in that all resources that match the pattern are
|
|
400
|
+
* selected. This shouldn't be confused with a logical AND, where all conditions must match.
|
|
401
|
+
* The matching patterns are logically put together using the OR operator.
|
|
402
|
+
* In other words, all patterns that match are selected for backup.</p>
|
|
403
|
+
*/
|
|
404
|
+
public createBackupSelection(
|
|
405
|
+
args: CreateBackupSelectionCommandInput,
|
|
406
|
+
options?: __HttpHandlerOptions
|
|
407
|
+
): Promise<CreateBackupSelectionCommandOutput>;
|
|
408
|
+
public createBackupSelection(
|
|
409
|
+
args: CreateBackupSelectionCommandInput,
|
|
410
|
+
cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void
|
|
411
|
+
): void;
|
|
412
|
+
public createBackupSelection(
|
|
413
|
+
args: CreateBackupSelectionCommandInput,
|
|
414
|
+
options: __HttpHandlerOptions,
|
|
415
|
+
cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void
|
|
416
|
+
): void;
|
|
417
|
+
public createBackupSelection(
|
|
418
|
+
args: CreateBackupSelectionCommandInput,
|
|
419
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBackupSelectionCommandOutput) => void),
|
|
420
|
+
cb?: (err: any, data?: CreateBackupSelectionCommandOutput) => void
|
|
421
|
+
): Promise<CreateBackupSelectionCommandOutput> | void {
|
|
422
|
+
const command = new CreateBackupSelectionCommand(args);
|
|
423
|
+
if (typeof optionsOrCb === "function") {
|
|
424
|
+
this.send(command, optionsOrCb);
|
|
425
|
+
} else if (typeof cb === "function") {
|
|
426
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
427
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
428
|
+
} else {
|
|
429
|
+
return this.send(command, optionsOrCb);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* <p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>
|
|
435
|
+
* request includes a name, optionally one or more resource tags, an encryption key, and a
|
|
436
|
+
* request ID.</p>
|
|
437
|
+
* <note>
|
|
438
|
+
* <p>Do not include sensitive data, such as passport numbers, in the name of a backup
|
|
439
|
+
* vault.</p>
|
|
440
|
+
* </note>
|
|
441
|
+
*/
|
|
442
|
+
public createBackupVault(
|
|
443
|
+
args: CreateBackupVaultCommandInput,
|
|
444
|
+
options?: __HttpHandlerOptions
|
|
445
|
+
): Promise<CreateBackupVaultCommandOutput>;
|
|
446
|
+
public createBackupVault(
|
|
447
|
+
args: CreateBackupVaultCommandInput,
|
|
448
|
+
cb: (err: any, data?: CreateBackupVaultCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
public createBackupVault(
|
|
451
|
+
args: CreateBackupVaultCommandInput,
|
|
452
|
+
options: __HttpHandlerOptions,
|
|
453
|
+
cb: (err: any, data?: CreateBackupVaultCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
public createBackupVault(
|
|
456
|
+
args: CreateBackupVaultCommandInput,
|
|
457
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateBackupVaultCommandOutput) => void),
|
|
458
|
+
cb?: (err: any, data?: CreateBackupVaultCommandOutput) => void
|
|
459
|
+
): Promise<CreateBackupVaultCommandOutput> | void {
|
|
460
|
+
const command = new CreateBackupVaultCommand(args);
|
|
461
|
+
if (typeof optionsOrCb === "function") {
|
|
462
|
+
this.send(command, optionsOrCb);
|
|
463
|
+
} else if (typeof cb === "function") {
|
|
464
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
465
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
466
|
+
} else {
|
|
467
|
+
return this.send(command, optionsOrCb);
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* <p>Creates a framework with one or more controls. A framework is a collection of controls
|
|
473
|
+
* that you can use to evaluate your backup practices. By using pre-built customizable
|
|
474
|
+
* controls to define your policies, you can evaluate whether your backup practices comply
|
|
475
|
+
* with your policies. To get insights into the compliance status of your frameworks, you can
|
|
476
|
+
* set up automatic daily reports.</p>
|
|
477
|
+
*/
|
|
478
|
+
public createFramework(
|
|
479
|
+
args: CreateFrameworkCommandInput,
|
|
480
|
+
options?: __HttpHandlerOptions
|
|
481
|
+
): Promise<CreateFrameworkCommandOutput>;
|
|
482
|
+
public createFramework(
|
|
483
|
+
args: CreateFrameworkCommandInput,
|
|
484
|
+
cb: (err: any, data?: CreateFrameworkCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
public createFramework(
|
|
487
|
+
args: CreateFrameworkCommandInput,
|
|
488
|
+
options: __HttpHandlerOptions,
|
|
489
|
+
cb: (err: any, data?: CreateFrameworkCommandOutput) => void
|
|
490
|
+
): void;
|
|
491
|
+
public createFramework(
|
|
492
|
+
args: CreateFrameworkCommandInput,
|
|
493
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateFrameworkCommandOutput) => void),
|
|
494
|
+
cb?: (err: any, data?: CreateFrameworkCommandOutput) => void
|
|
495
|
+
): Promise<CreateFrameworkCommandOutput> | void {
|
|
496
|
+
const command = new CreateFrameworkCommand(args);
|
|
497
|
+
if (typeof optionsOrCb === "function") {
|
|
498
|
+
this.send(command, optionsOrCb);
|
|
499
|
+
} else if (typeof cb === "function") {
|
|
500
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
501
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
502
|
+
} else {
|
|
503
|
+
return this.send(command, optionsOrCb);
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* <p>Creates a report plan. A report plan is a document that contains information about the
|
|
509
|
+
* contents of the report and where Backup will deliver it.</p>
|
|
510
|
+
* <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive
|
|
511
|
+
* an <code>AlreadyExistsException</code> exception.</p>
|
|
512
|
+
*/
|
|
513
|
+
public createReportPlan(
|
|
514
|
+
args: CreateReportPlanCommandInput,
|
|
515
|
+
options?: __HttpHandlerOptions
|
|
516
|
+
): Promise<CreateReportPlanCommandOutput>;
|
|
517
|
+
public createReportPlan(
|
|
518
|
+
args: CreateReportPlanCommandInput,
|
|
519
|
+
cb: (err: any, data?: CreateReportPlanCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
public createReportPlan(
|
|
522
|
+
args: CreateReportPlanCommandInput,
|
|
523
|
+
options: __HttpHandlerOptions,
|
|
524
|
+
cb: (err: any, data?: CreateReportPlanCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
public createReportPlan(
|
|
527
|
+
args: CreateReportPlanCommandInput,
|
|
528
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateReportPlanCommandOutput) => void),
|
|
529
|
+
cb?: (err: any, data?: CreateReportPlanCommandOutput) => void
|
|
530
|
+
): Promise<CreateReportPlanCommandOutput> | void {
|
|
531
|
+
const command = new CreateReportPlanCommand(args);
|
|
532
|
+
if (typeof optionsOrCb === "function") {
|
|
533
|
+
this.send(command, optionsOrCb);
|
|
534
|
+
} else if (typeof cb === "function") {
|
|
535
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
536
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
537
|
+
} else {
|
|
538
|
+
return this.send(command, optionsOrCb);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* <p>Deletes a backup plan. A backup plan can only be deleted after all associated selections
|
|
544
|
+
* of resources have been deleted. Deleting a backup plan deletes the current version of a
|
|
545
|
+
* backup plan. Previous versions, if any, will still exist.</p>
|
|
546
|
+
*/
|
|
547
|
+
public deleteBackupPlan(
|
|
548
|
+
args: DeleteBackupPlanCommandInput,
|
|
549
|
+
options?: __HttpHandlerOptions
|
|
550
|
+
): Promise<DeleteBackupPlanCommandOutput>;
|
|
551
|
+
public deleteBackupPlan(
|
|
552
|
+
args: DeleteBackupPlanCommandInput,
|
|
553
|
+
cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void
|
|
554
|
+
): void;
|
|
555
|
+
public deleteBackupPlan(
|
|
556
|
+
args: DeleteBackupPlanCommandInput,
|
|
557
|
+
options: __HttpHandlerOptions,
|
|
558
|
+
cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void
|
|
559
|
+
): void;
|
|
560
|
+
public deleteBackupPlan(
|
|
561
|
+
args: DeleteBackupPlanCommandInput,
|
|
562
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBackupPlanCommandOutput) => void),
|
|
563
|
+
cb?: (err: any, data?: DeleteBackupPlanCommandOutput) => void
|
|
564
|
+
): Promise<DeleteBackupPlanCommandOutput> | void {
|
|
565
|
+
const command = new DeleteBackupPlanCommand(args);
|
|
566
|
+
if (typeof optionsOrCb === "function") {
|
|
567
|
+
this.send(command, optionsOrCb);
|
|
568
|
+
} else if (typeof cb === "function") {
|
|
569
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
570
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
571
|
+
} else {
|
|
572
|
+
return this.send(command, optionsOrCb);
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* <p>Deletes the resource selection associated with a backup plan that is specified by the
|
|
578
|
+
* <code>SelectionId</code>.</p>
|
|
579
|
+
*/
|
|
580
|
+
public deleteBackupSelection(
|
|
581
|
+
args: DeleteBackupSelectionCommandInput,
|
|
582
|
+
options?: __HttpHandlerOptions
|
|
583
|
+
): Promise<DeleteBackupSelectionCommandOutput>;
|
|
584
|
+
public deleteBackupSelection(
|
|
585
|
+
args: DeleteBackupSelectionCommandInput,
|
|
586
|
+
cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void
|
|
587
|
+
): void;
|
|
588
|
+
public deleteBackupSelection(
|
|
589
|
+
args: DeleteBackupSelectionCommandInput,
|
|
590
|
+
options: __HttpHandlerOptions,
|
|
591
|
+
cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void
|
|
592
|
+
): void;
|
|
593
|
+
public deleteBackupSelection(
|
|
594
|
+
args: DeleteBackupSelectionCommandInput,
|
|
595
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBackupSelectionCommandOutput) => void),
|
|
596
|
+
cb?: (err: any, data?: DeleteBackupSelectionCommandOutput) => void
|
|
597
|
+
): Promise<DeleteBackupSelectionCommandOutput> | void {
|
|
598
|
+
const command = new DeleteBackupSelectionCommand(args);
|
|
599
|
+
if (typeof optionsOrCb === "function") {
|
|
600
|
+
this.send(command, optionsOrCb);
|
|
601
|
+
} else if (typeof cb === "function") {
|
|
602
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
603
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
604
|
+
} else {
|
|
605
|
+
return this.send(command, optionsOrCb);
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
/**
|
|
610
|
+
* <p>Deletes the backup vault identified by its name. A vault can be deleted only if it is
|
|
611
|
+
* empty.</p>
|
|
612
|
+
*/
|
|
613
|
+
public deleteBackupVault(
|
|
614
|
+
args: DeleteBackupVaultCommandInput,
|
|
615
|
+
options?: __HttpHandlerOptions
|
|
616
|
+
): Promise<DeleteBackupVaultCommandOutput>;
|
|
617
|
+
public deleteBackupVault(
|
|
618
|
+
args: DeleteBackupVaultCommandInput,
|
|
619
|
+
cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
public deleteBackupVault(
|
|
622
|
+
args: DeleteBackupVaultCommandInput,
|
|
623
|
+
options: __HttpHandlerOptions,
|
|
624
|
+
cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void
|
|
625
|
+
): void;
|
|
626
|
+
public deleteBackupVault(
|
|
627
|
+
args: DeleteBackupVaultCommandInput,
|
|
628
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBackupVaultCommandOutput) => void),
|
|
629
|
+
cb?: (err: any, data?: DeleteBackupVaultCommandOutput) => void
|
|
630
|
+
): Promise<DeleteBackupVaultCommandOutput> | void {
|
|
631
|
+
const command = new DeleteBackupVaultCommand(args);
|
|
632
|
+
if (typeof optionsOrCb === "function") {
|
|
633
|
+
this.send(command, optionsOrCb);
|
|
634
|
+
} else if (typeof cb === "function") {
|
|
635
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
636
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
637
|
+
} else {
|
|
638
|
+
return this.send(command, optionsOrCb);
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
/**
|
|
643
|
+
* <p>Deletes the policy document that manages permissions on a backup vault.</p>
|
|
644
|
+
*/
|
|
645
|
+
public deleteBackupVaultAccessPolicy(
|
|
646
|
+
args: DeleteBackupVaultAccessPolicyCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
|
|
649
|
+
public deleteBackupVaultAccessPolicy(
|
|
650
|
+
args: DeleteBackupVaultAccessPolicyCommandInput,
|
|
651
|
+
cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
public deleteBackupVaultAccessPolicy(
|
|
654
|
+
args: DeleteBackupVaultAccessPolicyCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void
|
|
657
|
+
): void;
|
|
658
|
+
public deleteBackupVaultAccessPolicy(
|
|
659
|
+
args: DeleteBackupVaultAccessPolicyCommandInput,
|
|
660
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void),
|
|
661
|
+
cb?: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void
|
|
662
|
+
): Promise<DeleteBackupVaultAccessPolicyCommandOutput> | void {
|
|
663
|
+
const command = new DeleteBackupVaultAccessPolicyCommand(args);
|
|
664
|
+
if (typeof optionsOrCb === "function") {
|
|
665
|
+
this.send(command, optionsOrCb);
|
|
666
|
+
} else if (typeof cb === "function") {
|
|
667
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
668
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
669
|
+
} else {
|
|
670
|
+
return this.send(command, optionsOrCb);
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
/**
|
|
675
|
+
* <p>Deletes event notifications for the specified backup vault.</p>
|
|
676
|
+
*/
|
|
677
|
+
public deleteBackupVaultNotifications(
|
|
678
|
+
args: DeleteBackupVaultNotificationsCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<DeleteBackupVaultNotificationsCommandOutput>;
|
|
681
|
+
public deleteBackupVaultNotifications(
|
|
682
|
+
args: DeleteBackupVaultNotificationsCommandInput,
|
|
683
|
+
cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
public deleteBackupVaultNotifications(
|
|
686
|
+
args: DeleteBackupVaultNotificationsCommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
public deleteBackupVaultNotifications(
|
|
691
|
+
args: DeleteBackupVaultNotificationsCommandInput,
|
|
692
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void),
|
|
693
|
+
cb?: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void
|
|
694
|
+
): Promise<DeleteBackupVaultNotificationsCommandOutput> | void {
|
|
695
|
+
const command = new DeleteBackupVaultNotificationsCommand(args);
|
|
696
|
+
if (typeof optionsOrCb === "function") {
|
|
697
|
+
this.send(command, optionsOrCb);
|
|
698
|
+
} else if (typeof cb === "function") {
|
|
699
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
700
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
701
|
+
} else {
|
|
702
|
+
return this.send(command, optionsOrCb);
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* <p>Deletes the framework specified by a framework name.</p>
|
|
708
|
+
*/
|
|
709
|
+
public deleteFramework(
|
|
710
|
+
args: DeleteFrameworkCommandInput,
|
|
711
|
+
options?: __HttpHandlerOptions
|
|
712
|
+
): Promise<DeleteFrameworkCommandOutput>;
|
|
713
|
+
public deleteFramework(
|
|
714
|
+
args: DeleteFrameworkCommandInput,
|
|
715
|
+
cb: (err: any, data?: DeleteFrameworkCommandOutput) => void
|
|
716
|
+
): void;
|
|
717
|
+
public deleteFramework(
|
|
718
|
+
args: DeleteFrameworkCommandInput,
|
|
719
|
+
options: __HttpHandlerOptions,
|
|
720
|
+
cb: (err: any, data?: DeleteFrameworkCommandOutput) => void
|
|
721
|
+
): void;
|
|
722
|
+
public deleteFramework(
|
|
723
|
+
args: DeleteFrameworkCommandInput,
|
|
724
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteFrameworkCommandOutput) => void),
|
|
725
|
+
cb?: (err: any, data?: DeleteFrameworkCommandOutput) => void
|
|
726
|
+
): Promise<DeleteFrameworkCommandOutput> | void {
|
|
727
|
+
const command = new DeleteFrameworkCommand(args);
|
|
728
|
+
if (typeof optionsOrCb === "function") {
|
|
729
|
+
this.send(command, optionsOrCb);
|
|
730
|
+
} else if (typeof cb === "function") {
|
|
731
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
732
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
733
|
+
} else {
|
|
734
|
+
return this.send(command, optionsOrCb);
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* <p>Deletes the recovery point specified by a recovery point ID.</p>
|
|
740
|
+
* <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes
|
|
741
|
+
* the existing continuous backup and stops future continuous backup.</p>
|
|
742
|
+
*/
|
|
743
|
+
public deleteRecoveryPoint(
|
|
744
|
+
args: DeleteRecoveryPointCommandInput,
|
|
745
|
+
options?: __HttpHandlerOptions
|
|
746
|
+
): Promise<DeleteRecoveryPointCommandOutput>;
|
|
747
|
+
public deleteRecoveryPoint(
|
|
748
|
+
args: DeleteRecoveryPointCommandInput,
|
|
749
|
+
cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void
|
|
750
|
+
): void;
|
|
751
|
+
public deleteRecoveryPoint(
|
|
752
|
+
args: DeleteRecoveryPointCommandInput,
|
|
753
|
+
options: __HttpHandlerOptions,
|
|
754
|
+
cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void
|
|
755
|
+
): void;
|
|
756
|
+
public deleteRecoveryPoint(
|
|
757
|
+
args: DeleteRecoveryPointCommandInput,
|
|
758
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRecoveryPointCommandOutput) => void),
|
|
759
|
+
cb?: (err: any, data?: DeleteRecoveryPointCommandOutput) => void
|
|
760
|
+
): Promise<DeleteRecoveryPointCommandOutput> | void {
|
|
761
|
+
const command = new DeleteRecoveryPointCommand(args);
|
|
762
|
+
if (typeof optionsOrCb === "function") {
|
|
763
|
+
this.send(command, optionsOrCb);
|
|
764
|
+
} else if (typeof cb === "function") {
|
|
765
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
766
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
767
|
+
} else {
|
|
768
|
+
return this.send(command, optionsOrCb);
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* <p>Deletes the report plan specified by a report plan name.</p>
|
|
774
|
+
*/
|
|
775
|
+
public deleteReportPlan(
|
|
776
|
+
args: DeleteReportPlanCommandInput,
|
|
777
|
+
options?: __HttpHandlerOptions
|
|
778
|
+
): Promise<DeleteReportPlanCommandOutput>;
|
|
779
|
+
public deleteReportPlan(
|
|
780
|
+
args: DeleteReportPlanCommandInput,
|
|
781
|
+
cb: (err: any, data?: DeleteReportPlanCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
public deleteReportPlan(
|
|
784
|
+
args: DeleteReportPlanCommandInput,
|
|
785
|
+
options: __HttpHandlerOptions,
|
|
786
|
+
cb: (err: any, data?: DeleteReportPlanCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
public deleteReportPlan(
|
|
789
|
+
args: DeleteReportPlanCommandInput,
|
|
790
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteReportPlanCommandOutput) => void),
|
|
791
|
+
cb?: (err: any, data?: DeleteReportPlanCommandOutput) => void
|
|
792
|
+
): Promise<DeleteReportPlanCommandOutput> | void {
|
|
793
|
+
const command = new DeleteReportPlanCommand(args);
|
|
794
|
+
if (typeof optionsOrCb === "function") {
|
|
795
|
+
this.send(command, optionsOrCb);
|
|
796
|
+
} else if (typeof cb === "function") {
|
|
797
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
798
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
799
|
+
} else {
|
|
800
|
+
return this.send(command, optionsOrCb);
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* <p>Returns backup job details for the specified <code>BackupJobId</code>.</p>
|
|
806
|
+
*/
|
|
807
|
+
public describeBackupJob(
|
|
808
|
+
args: DescribeBackupJobCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<DescribeBackupJobCommandOutput>;
|
|
811
|
+
public describeBackupJob(
|
|
812
|
+
args: DescribeBackupJobCommandInput,
|
|
813
|
+
cb: (err: any, data?: DescribeBackupJobCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
public describeBackupJob(
|
|
816
|
+
args: DescribeBackupJobCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: DescribeBackupJobCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
public describeBackupJob(
|
|
821
|
+
args: DescribeBackupJobCommandInput,
|
|
822
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeBackupJobCommandOutput) => void),
|
|
823
|
+
cb?: (err: any, data?: DescribeBackupJobCommandOutput) => void
|
|
824
|
+
): Promise<DescribeBackupJobCommandOutput> | void {
|
|
825
|
+
const command = new DescribeBackupJobCommand(args);
|
|
826
|
+
if (typeof optionsOrCb === "function") {
|
|
827
|
+
this.send(command, optionsOrCb);
|
|
828
|
+
} else if (typeof cb === "function") {
|
|
829
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
830
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
831
|
+
} else {
|
|
832
|
+
return this.send(command, optionsOrCb);
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
/**
|
|
837
|
+
* <p>Returns metadata about a backup vault specified by its name.</p>
|
|
838
|
+
*/
|
|
839
|
+
public describeBackupVault(
|
|
840
|
+
args: DescribeBackupVaultCommandInput,
|
|
841
|
+
options?: __HttpHandlerOptions
|
|
842
|
+
): Promise<DescribeBackupVaultCommandOutput>;
|
|
843
|
+
public describeBackupVault(
|
|
844
|
+
args: DescribeBackupVaultCommandInput,
|
|
845
|
+
cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void
|
|
846
|
+
): void;
|
|
847
|
+
public describeBackupVault(
|
|
848
|
+
args: DescribeBackupVaultCommandInput,
|
|
849
|
+
options: __HttpHandlerOptions,
|
|
850
|
+
cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void
|
|
851
|
+
): void;
|
|
852
|
+
public describeBackupVault(
|
|
853
|
+
args: DescribeBackupVaultCommandInput,
|
|
854
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeBackupVaultCommandOutput) => void),
|
|
855
|
+
cb?: (err: any, data?: DescribeBackupVaultCommandOutput) => void
|
|
856
|
+
): Promise<DescribeBackupVaultCommandOutput> | void {
|
|
857
|
+
const command = new DescribeBackupVaultCommand(args);
|
|
858
|
+
if (typeof optionsOrCb === "function") {
|
|
859
|
+
this.send(command, optionsOrCb);
|
|
860
|
+
} else if (typeof cb === "function") {
|
|
861
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
862
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
863
|
+
} else {
|
|
864
|
+
return this.send(command, optionsOrCb);
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* <p>Returns metadata associated with creating a copy of a resource.</p>
|
|
870
|
+
*/
|
|
871
|
+
public describeCopyJob(
|
|
872
|
+
args: DescribeCopyJobCommandInput,
|
|
873
|
+
options?: __HttpHandlerOptions
|
|
874
|
+
): Promise<DescribeCopyJobCommandOutput>;
|
|
875
|
+
public describeCopyJob(
|
|
876
|
+
args: DescribeCopyJobCommandInput,
|
|
877
|
+
cb: (err: any, data?: DescribeCopyJobCommandOutput) => void
|
|
878
|
+
): void;
|
|
879
|
+
public describeCopyJob(
|
|
880
|
+
args: DescribeCopyJobCommandInput,
|
|
881
|
+
options: __HttpHandlerOptions,
|
|
882
|
+
cb: (err: any, data?: DescribeCopyJobCommandOutput) => void
|
|
883
|
+
): void;
|
|
884
|
+
public describeCopyJob(
|
|
885
|
+
args: DescribeCopyJobCommandInput,
|
|
886
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCopyJobCommandOutput) => void),
|
|
887
|
+
cb?: (err: any, data?: DescribeCopyJobCommandOutput) => void
|
|
888
|
+
): Promise<DescribeCopyJobCommandOutput> | void {
|
|
889
|
+
const command = new DescribeCopyJobCommand(args);
|
|
890
|
+
if (typeof optionsOrCb === "function") {
|
|
891
|
+
this.send(command, optionsOrCb);
|
|
892
|
+
} else if (typeof cb === "function") {
|
|
893
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
894
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
895
|
+
} else {
|
|
896
|
+
return this.send(command, optionsOrCb);
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* <p>Returns the framework details for the specified <code>FrameworkName</code>.</p>
|
|
902
|
+
*/
|
|
903
|
+
public describeFramework(
|
|
904
|
+
args: DescribeFrameworkCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<DescribeFrameworkCommandOutput>;
|
|
907
|
+
public describeFramework(
|
|
908
|
+
args: DescribeFrameworkCommandInput,
|
|
909
|
+
cb: (err: any, data?: DescribeFrameworkCommandOutput) => void
|
|
910
|
+
): void;
|
|
911
|
+
public describeFramework(
|
|
912
|
+
args: DescribeFrameworkCommandInput,
|
|
913
|
+
options: __HttpHandlerOptions,
|
|
914
|
+
cb: (err: any, data?: DescribeFrameworkCommandOutput) => void
|
|
915
|
+
): void;
|
|
916
|
+
public describeFramework(
|
|
917
|
+
args: DescribeFrameworkCommandInput,
|
|
918
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeFrameworkCommandOutput) => void),
|
|
919
|
+
cb?: (err: any, data?: DescribeFrameworkCommandOutput) => void
|
|
920
|
+
): Promise<DescribeFrameworkCommandOutput> | void {
|
|
921
|
+
const command = new DescribeFrameworkCommand(args);
|
|
922
|
+
if (typeof optionsOrCb === "function") {
|
|
923
|
+
this.send(command, optionsOrCb);
|
|
924
|
+
} else if (typeof cb === "function") {
|
|
925
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
926
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
927
|
+
} else {
|
|
928
|
+
return this.send(command, optionsOrCb);
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
/**
|
|
933
|
+
* <p>Describes whether the Amazon Web Services account is opted in to cross-account backup.
|
|
934
|
+
* Returns an error if the account is not a member of an Organizations organization.
|
|
935
|
+
* Example: <code>describe-global-settings --region us-west-2</code>
|
|
936
|
+
* </p>
|
|
937
|
+
*/
|
|
938
|
+
public describeGlobalSettings(
|
|
939
|
+
args: DescribeGlobalSettingsCommandInput,
|
|
940
|
+
options?: __HttpHandlerOptions
|
|
941
|
+
): Promise<DescribeGlobalSettingsCommandOutput>;
|
|
942
|
+
public describeGlobalSettings(
|
|
943
|
+
args: DescribeGlobalSettingsCommandInput,
|
|
944
|
+
cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void
|
|
945
|
+
): void;
|
|
946
|
+
public describeGlobalSettings(
|
|
947
|
+
args: DescribeGlobalSettingsCommandInput,
|
|
948
|
+
options: __HttpHandlerOptions,
|
|
949
|
+
cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void
|
|
950
|
+
): void;
|
|
951
|
+
public describeGlobalSettings(
|
|
952
|
+
args: DescribeGlobalSettingsCommandInput,
|
|
953
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeGlobalSettingsCommandOutput) => void),
|
|
954
|
+
cb?: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void
|
|
955
|
+
): Promise<DescribeGlobalSettingsCommandOutput> | void {
|
|
956
|
+
const command = new DescribeGlobalSettingsCommand(args);
|
|
957
|
+
if (typeof optionsOrCb === "function") {
|
|
958
|
+
this.send(command, optionsOrCb);
|
|
959
|
+
} else if (typeof cb === "function") {
|
|
960
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
961
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
962
|
+
} else {
|
|
963
|
+
return this.send(command, optionsOrCb);
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
/**
|
|
968
|
+
* <p>Returns information about a saved resource, including the last time it was backed up,
|
|
969
|
+
* its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved
|
|
970
|
+
* resource.</p>
|
|
971
|
+
*/
|
|
972
|
+
public describeProtectedResource(
|
|
973
|
+
args: DescribeProtectedResourceCommandInput,
|
|
974
|
+
options?: __HttpHandlerOptions
|
|
975
|
+
): Promise<DescribeProtectedResourceCommandOutput>;
|
|
976
|
+
public describeProtectedResource(
|
|
977
|
+
args: DescribeProtectedResourceCommandInput,
|
|
978
|
+
cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void
|
|
979
|
+
): void;
|
|
980
|
+
public describeProtectedResource(
|
|
981
|
+
args: DescribeProtectedResourceCommandInput,
|
|
982
|
+
options: __HttpHandlerOptions,
|
|
983
|
+
cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void
|
|
984
|
+
): void;
|
|
985
|
+
public describeProtectedResource(
|
|
986
|
+
args: DescribeProtectedResourceCommandInput,
|
|
987
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeProtectedResourceCommandOutput) => void),
|
|
988
|
+
cb?: (err: any, data?: DescribeProtectedResourceCommandOutput) => void
|
|
989
|
+
): Promise<DescribeProtectedResourceCommandOutput> | void {
|
|
990
|
+
const command = new DescribeProtectedResourceCommand(args);
|
|
991
|
+
if (typeof optionsOrCb === "function") {
|
|
992
|
+
this.send(command, optionsOrCb);
|
|
993
|
+
} else if (typeof cb === "function") {
|
|
994
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
995
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
996
|
+
} else {
|
|
997
|
+
return this.send(command, optionsOrCb);
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* <p>Returns metadata associated with a recovery point, including ID, status, encryption, and
|
|
1003
|
+
* lifecycle.</p>
|
|
1004
|
+
*/
|
|
1005
|
+
public describeRecoveryPoint(
|
|
1006
|
+
args: DescribeRecoveryPointCommandInput,
|
|
1007
|
+
options?: __HttpHandlerOptions
|
|
1008
|
+
): Promise<DescribeRecoveryPointCommandOutput>;
|
|
1009
|
+
public describeRecoveryPoint(
|
|
1010
|
+
args: DescribeRecoveryPointCommandInput,
|
|
1011
|
+
cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void
|
|
1012
|
+
): void;
|
|
1013
|
+
public describeRecoveryPoint(
|
|
1014
|
+
args: DescribeRecoveryPointCommandInput,
|
|
1015
|
+
options: __HttpHandlerOptions,
|
|
1016
|
+
cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void
|
|
1017
|
+
): void;
|
|
1018
|
+
public describeRecoveryPoint(
|
|
1019
|
+
args: DescribeRecoveryPointCommandInput,
|
|
1020
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRecoveryPointCommandOutput) => void),
|
|
1021
|
+
cb?: (err: any, data?: DescribeRecoveryPointCommandOutput) => void
|
|
1022
|
+
): Promise<DescribeRecoveryPointCommandOutput> | void {
|
|
1023
|
+
const command = new DescribeRecoveryPointCommand(args);
|
|
1024
|
+
if (typeof optionsOrCb === "function") {
|
|
1025
|
+
this.send(command, optionsOrCb);
|
|
1026
|
+
} else if (typeof cb === "function") {
|
|
1027
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1028
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1029
|
+
} else {
|
|
1030
|
+
return this.send(command, optionsOrCb);
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
/**
|
|
1035
|
+
* <p>Returns the current service opt-in settings for the Region. If service opt-in is enabled
|
|
1036
|
+
* for a service, Backup tries to protect that service's resources in this Region,
|
|
1037
|
+
* when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
|
|
1038
|
+
* Backup does not try to protect that service's resources in this
|
|
1039
|
+
* Region.</p>
|
|
1040
|
+
*/
|
|
1041
|
+
public describeRegionSettings(
|
|
1042
|
+
args: DescribeRegionSettingsCommandInput,
|
|
1043
|
+
options?: __HttpHandlerOptions
|
|
1044
|
+
): Promise<DescribeRegionSettingsCommandOutput>;
|
|
1045
|
+
public describeRegionSettings(
|
|
1046
|
+
args: DescribeRegionSettingsCommandInput,
|
|
1047
|
+
cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
public describeRegionSettings(
|
|
1050
|
+
args: DescribeRegionSettingsCommandInput,
|
|
1051
|
+
options: __HttpHandlerOptions,
|
|
1052
|
+
cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void
|
|
1053
|
+
): void;
|
|
1054
|
+
public describeRegionSettings(
|
|
1055
|
+
args: DescribeRegionSettingsCommandInput,
|
|
1056
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRegionSettingsCommandOutput) => void),
|
|
1057
|
+
cb?: (err: any, data?: DescribeRegionSettingsCommandOutput) => void
|
|
1058
|
+
): Promise<DescribeRegionSettingsCommandOutput> | void {
|
|
1059
|
+
const command = new DescribeRegionSettingsCommand(args);
|
|
1060
|
+
if (typeof optionsOrCb === "function") {
|
|
1061
|
+
this.send(command, optionsOrCb);
|
|
1062
|
+
} else if (typeof cb === "function") {
|
|
1063
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1064
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1065
|
+
} else {
|
|
1066
|
+
return this.send(command, optionsOrCb);
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
/**
|
|
1071
|
+
* <p>Returns the details associated with creating a report as specified by its
|
|
1072
|
+
* <code>ReportJobId</code>.</p>
|
|
1073
|
+
*/
|
|
1074
|
+
public describeReportJob(
|
|
1075
|
+
args: DescribeReportJobCommandInput,
|
|
1076
|
+
options?: __HttpHandlerOptions
|
|
1077
|
+
): Promise<DescribeReportJobCommandOutput>;
|
|
1078
|
+
public describeReportJob(
|
|
1079
|
+
args: DescribeReportJobCommandInput,
|
|
1080
|
+
cb: (err: any, data?: DescribeReportJobCommandOutput) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
public describeReportJob(
|
|
1083
|
+
args: DescribeReportJobCommandInput,
|
|
1084
|
+
options: __HttpHandlerOptions,
|
|
1085
|
+
cb: (err: any, data?: DescribeReportJobCommandOutput) => void
|
|
1086
|
+
): void;
|
|
1087
|
+
public describeReportJob(
|
|
1088
|
+
args: DescribeReportJobCommandInput,
|
|
1089
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReportJobCommandOutput) => void),
|
|
1090
|
+
cb?: (err: any, data?: DescribeReportJobCommandOutput) => void
|
|
1091
|
+
): Promise<DescribeReportJobCommandOutput> | void {
|
|
1092
|
+
const command = new DescribeReportJobCommand(args);
|
|
1093
|
+
if (typeof optionsOrCb === "function") {
|
|
1094
|
+
this.send(command, optionsOrCb);
|
|
1095
|
+
} else if (typeof cb === "function") {
|
|
1096
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1097
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1098
|
+
} else {
|
|
1099
|
+
return this.send(command, optionsOrCb);
|
|
1100
|
+
}
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>
|
|
1105
|
+
*/
|
|
1106
|
+
public describeReportPlan(
|
|
1107
|
+
args: DescribeReportPlanCommandInput,
|
|
1108
|
+
options?: __HttpHandlerOptions
|
|
1109
|
+
): Promise<DescribeReportPlanCommandOutput>;
|
|
1110
|
+
public describeReportPlan(
|
|
1111
|
+
args: DescribeReportPlanCommandInput,
|
|
1112
|
+
cb: (err: any, data?: DescribeReportPlanCommandOutput) => void
|
|
1113
|
+
): void;
|
|
1114
|
+
public describeReportPlan(
|
|
1115
|
+
args: DescribeReportPlanCommandInput,
|
|
1116
|
+
options: __HttpHandlerOptions,
|
|
1117
|
+
cb: (err: any, data?: DescribeReportPlanCommandOutput) => void
|
|
1118
|
+
): void;
|
|
1119
|
+
public describeReportPlan(
|
|
1120
|
+
args: DescribeReportPlanCommandInput,
|
|
1121
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeReportPlanCommandOutput) => void),
|
|
1122
|
+
cb?: (err: any, data?: DescribeReportPlanCommandOutput) => void
|
|
1123
|
+
): Promise<DescribeReportPlanCommandOutput> | void {
|
|
1124
|
+
const command = new DescribeReportPlanCommand(args);
|
|
1125
|
+
if (typeof optionsOrCb === "function") {
|
|
1126
|
+
this.send(command, optionsOrCb);
|
|
1127
|
+
} else if (typeof cb === "function") {
|
|
1128
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1129
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1130
|
+
} else {
|
|
1131
|
+
return this.send(command, optionsOrCb);
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* <p>Returns metadata associated with a restore job that is specified by a job ID.</p>
|
|
1137
|
+
*/
|
|
1138
|
+
public describeRestoreJob(
|
|
1139
|
+
args: DescribeRestoreJobCommandInput,
|
|
1140
|
+
options?: __HttpHandlerOptions
|
|
1141
|
+
): Promise<DescribeRestoreJobCommandOutput>;
|
|
1142
|
+
public describeRestoreJob(
|
|
1143
|
+
args: DescribeRestoreJobCommandInput,
|
|
1144
|
+
cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void
|
|
1145
|
+
): void;
|
|
1146
|
+
public describeRestoreJob(
|
|
1147
|
+
args: DescribeRestoreJobCommandInput,
|
|
1148
|
+
options: __HttpHandlerOptions,
|
|
1149
|
+
cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void
|
|
1150
|
+
): void;
|
|
1151
|
+
public describeRestoreJob(
|
|
1152
|
+
args: DescribeRestoreJobCommandInput,
|
|
1153
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRestoreJobCommandOutput) => void),
|
|
1154
|
+
cb?: (err: any, data?: DescribeRestoreJobCommandOutput) => void
|
|
1155
|
+
): Promise<DescribeRestoreJobCommandOutput> | void {
|
|
1156
|
+
const command = new DescribeRestoreJobCommand(args);
|
|
1157
|
+
if (typeof optionsOrCb === "function") {
|
|
1158
|
+
this.send(command, optionsOrCb);
|
|
1159
|
+
} else if (typeof cb === "function") {
|
|
1160
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1161
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1162
|
+
} else {
|
|
1163
|
+
return this.send(command, optionsOrCb);
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* <p>Deletes the specified continuous backup recovery point from Backup and
|
|
1169
|
+
* releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the
|
|
1170
|
+
* lifecycle that you specified in your original backup plan.</p>
|
|
1171
|
+
* <p>Does not support snapshot backup recovery points.</p>
|
|
1172
|
+
*/
|
|
1173
|
+
public disassociateRecoveryPoint(
|
|
1174
|
+
args: DisassociateRecoveryPointCommandInput,
|
|
1175
|
+
options?: __HttpHandlerOptions
|
|
1176
|
+
): Promise<DisassociateRecoveryPointCommandOutput>;
|
|
1177
|
+
public disassociateRecoveryPoint(
|
|
1178
|
+
args: DisassociateRecoveryPointCommandInput,
|
|
1179
|
+
cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void
|
|
1180
|
+
): void;
|
|
1181
|
+
public disassociateRecoveryPoint(
|
|
1182
|
+
args: DisassociateRecoveryPointCommandInput,
|
|
1183
|
+
options: __HttpHandlerOptions,
|
|
1184
|
+
cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void
|
|
1185
|
+
): void;
|
|
1186
|
+
public disassociateRecoveryPoint(
|
|
1187
|
+
args: DisassociateRecoveryPointCommandInput,
|
|
1188
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DisassociateRecoveryPointCommandOutput) => void),
|
|
1189
|
+
cb?: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void
|
|
1190
|
+
): Promise<DisassociateRecoveryPointCommandOutput> | void {
|
|
1191
|
+
const command = new DisassociateRecoveryPointCommand(args);
|
|
1192
|
+
if (typeof optionsOrCb === "function") {
|
|
1193
|
+
this.send(command, optionsOrCb);
|
|
1194
|
+
} else if (typeof cb === "function") {
|
|
1195
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1196
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1197
|
+
} else {
|
|
1198
|
+
return this.send(command, optionsOrCb);
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/**
|
|
1203
|
+
* <p>Returns the backup plan that is specified by the plan ID as a backup template.</p>
|
|
1204
|
+
*/
|
|
1205
|
+
public exportBackupPlanTemplate(
|
|
1206
|
+
args: ExportBackupPlanTemplateCommandInput,
|
|
1207
|
+
options?: __HttpHandlerOptions
|
|
1208
|
+
): Promise<ExportBackupPlanTemplateCommandOutput>;
|
|
1209
|
+
public exportBackupPlanTemplate(
|
|
1210
|
+
args: ExportBackupPlanTemplateCommandInput,
|
|
1211
|
+
cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void
|
|
1212
|
+
): void;
|
|
1213
|
+
public exportBackupPlanTemplate(
|
|
1214
|
+
args: ExportBackupPlanTemplateCommandInput,
|
|
1215
|
+
options: __HttpHandlerOptions,
|
|
1216
|
+
cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1218
|
+
public exportBackupPlanTemplate(
|
|
1219
|
+
args: ExportBackupPlanTemplateCommandInput,
|
|
1220
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ExportBackupPlanTemplateCommandOutput) => void),
|
|
1221
|
+
cb?: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void
|
|
1222
|
+
): Promise<ExportBackupPlanTemplateCommandOutput> | void {
|
|
1223
|
+
const command = new ExportBackupPlanTemplateCommand(args);
|
|
1224
|
+
if (typeof optionsOrCb === "function") {
|
|
1225
|
+
this.send(command, optionsOrCb);
|
|
1226
|
+
} else if (typeof cb === "function") {
|
|
1227
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1228
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1229
|
+
} else {
|
|
1230
|
+
return this.send(command, optionsOrCb);
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* <p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The
|
|
1236
|
+
* details are the body of a backup plan in JSON format, in addition to plan metadata.</p>
|
|
1237
|
+
*/
|
|
1238
|
+
public getBackupPlan(
|
|
1239
|
+
args: GetBackupPlanCommandInput,
|
|
1240
|
+
options?: __HttpHandlerOptions
|
|
1241
|
+
): Promise<GetBackupPlanCommandOutput>;
|
|
1242
|
+
public getBackupPlan(
|
|
1243
|
+
args: GetBackupPlanCommandInput,
|
|
1244
|
+
cb: (err: any, data?: GetBackupPlanCommandOutput) => void
|
|
1245
|
+
): void;
|
|
1246
|
+
public getBackupPlan(
|
|
1247
|
+
args: GetBackupPlanCommandInput,
|
|
1248
|
+
options: __HttpHandlerOptions,
|
|
1249
|
+
cb: (err: any, data?: GetBackupPlanCommandOutput) => void
|
|
1250
|
+
): void;
|
|
1251
|
+
public getBackupPlan(
|
|
1252
|
+
args: GetBackupPlanCommandInput,
|
|
1253
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupPlanCommandOutput) => void),
|
|
1254
|
+
cb?: (err: any, data?: GetBackupPlanCommandOutput) => void
|
|
1255
|
+
): Promise<GetBackupPlanCommandOutput> | void {
|
|
1256
|
+
const command = new GetBackupPlanCommand(args);
|
|
1257
|
+
if (typeof optionsOrCb === "function") {
|
|
1258
|
+
this.send(command, optionsOrCb);
|
|
1259
|
+
} else if (typeof cb === "function") {
|
|
1260
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1261
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1262
|
+
} else {
|
|
1263
|
+
return this.send(command, optionsOrCb);
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
|
|
1267
|
+
/**
|
|
1268
|
+
* <p>Returns a valid JSON document specifying a backup plan or an error.</p>
|
|
1269
|
+
*/
|
|
1270
|
+
public getBackupPlanFromJSON(
|
|
1271
|
+
args: GetBackupPlanFromJSONCommandInput,
|
|
1272
|
+
options?: __HttpHandlerOptions
|
|
1273
|
+
): Promise<GetBackupPlanFromJSONCommandOutput>;
|
|
1274
|
+
public getBackupPlanFromJSON(
|
|
1275
|
+
args: GetBackupPlanFromJSONCommandInput,
|
|
1276
|
+
cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void
|
|
1277
|
+
): void;
|
|
1278
|
+
public getBackupPlanFromJSON(
|
|
1279
|
+
args: GetBackupPlanFromJSONCommandInput,
|
|
1280
|
+
options: __HttpHandlerOptions,
|
|
1281
|
+
cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void
|
|
1282
|
+
): void;
|
|
1283
|
+
public getBackupPlanFromJSON(
|
|
1284
|
+
args: GetBackupPlanFromJSONCommandInput,
|
|
1285
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupPlanFromJSONCommandOutput) => void),
|
|
1286
|
+
cb?: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void
|
|
1287
|
+
): Promise<GetBackupPlanFromJSONCommandOutput> | void {
|
|
1288
|
+
const command = new GetBackupPlanFromJSONCommand(args);
|
|
1289
|
+
if (typeof optionsOrCb === "function") {
|
|
1290
|
+
this.send(command, optionsOrCb);
|
|
1291
|
+
} else if (typeof cb === "function") {
|
|
1292
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1293
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1294
|
+
} else {
|
|
1295
|
+
return this.send(command, optionsOrCb);
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
public getBackupPlanFromTemplate(
|
|
1303
|
+
args: GetBackupPlanFromTemplateCommandInput,
|
|
1304
|
+
options?: __HttpHandlerOptions
|
|
1305
|
+
): Promise<GetBackupPlanFromTemplateCommandOutput>;
|
|
1306
|
+
public getBackupPlanFromTemplate(
|
|
1307
|
+
args: GetBackupPlanFromTemplateCommandInput,
|
|
1308
|
+
cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void
|
|
1309
|
+
): void;
|
|
1310
|
+
public getBackupPlanFromTemplate(
|
|
1311
|
+
args: GetBackupPlanFromTemplateCommandInput,
|
|
1312
|
+
options: __HttpHandlerOptions,
|
|
1313
|
+
cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void
|
|
1314
|
+
): void;
|
|
1315
|
+
public getBackupPlanFromTemplate(
|
|
1316
|
+
args: GetBackupPlanFromTemplateCommandInput,
|
|
1317
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void),
|
|
1318
|
+
cb?: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void
|
|
1319
|
+
): Promise<GetBackupPlanFromTemplateCommandOutput> | void {
|
|
1320
|
+
const command = new GetBackupPlanFromTemplateCommand(args);
|
|
1321
|
+
if (typeof optionsOrCb === "function") {
|
|
1322
|
+
this.send(command, optionsOrCb);
|
|
1323
|
+
} else if (typeof cb === "function") {
|
|
1324
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1325
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1326
|
+
} else {
|
|
1327
|
+
return this.send(command, optionsOrCb);
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* <p>Returns selection metadata and a document in JSON format that specifies a list of
|
|
1333
|
+
* resources that are associated with a backup plan.</p>
|
|
1334
|
+
*/
|
|
1335
|
+
public getBackupSelection(
|
|
1336
|
+
args: GetBackupSelectionCommandInput,
|
|
1337
|
+
options?: __HttpHandlerOptions
|
|
1338
|
+
): Promise<GetBackupSelectionCommandOutput>;
|
|
1339
|
+
public getBackupSelection(
|
|
1340
|
+
args: GetBackupSelectionCommandInput,
|
|
1341
|
+
cb: (err: any, data?: GetBackupSelectionCommandOutput) => void
|
|
1342
|
+
): void;
|
|
1343
|
+
public getBackupSelection(
|
|
1344
|
+
args: GetBackupSelectionCommandInput,
|
|
1345
|
+
options: __HttpHandlerOptions,
|
|
1346
|
+
cb: (err: any, data?: GetBackupSelectionCommandOutput) => void
|
|
1347
|
+
): void;
|
|
1348
|
+
public getBackupSelection(
|
|
1349
|
+
args: GetBackupSelectionCommandInput,
|
|
1350
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupSelectionCommandOutput) => void),
|
|
1351
|
+
cb?: (err: any, data?: GetBackupSelectionCommandOutput) => void
|
|
1352
|
+
): Promise<GetBackupSelectionCommandOutput> | void {
|
|
1353
|
+
const command = new GetBackupSelectionCommand(args);
|
|
1354
|
+
if (typeof optionsOrCb === "function") {
|
|
1355
|
+
this.send(command, optionsOrCb);
|
|
1356
|
+
} else if (typeof cb === "function") {
|
|
1357
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1358
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1359
|
+
} else {
|
|
1360
|
+
return this.send(command, optionsOrCb);
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
/**
|
|
1365
|
+
* <p>Returns the access policy document that is associated with the named backup
|
|
1366
|
+
* vault.</p>
|
|
1367
|
+
*/
|
|
1368
|
+
public getBackupVaultAccessPolicy(
|
|
1369
|
+
args: GetBackupVaultAccessPolicyCommandInput,
|
|
1370
|
+
options?: __HttpHandlerOptions
|
|
1371
|
+
): Promise<GetBackupVaultAccessPolicyCommandOutput>;
|
|
1372
|
+
public getBackupVaultAccessPolicy(
|
|
1373
|
+
args: GetBackupVaultAccessPolicyCommandInput,
|
|
1374
|
+
cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void
|
|
1375
|
+
): void;
|
|
1376
|
+
public getBackupVaultAccessPolicy(
|
|
1377
|
+
args: GetBackupVaultAccessPolicyCommandInput,
|
|
1378
|
+
options: __HttpHandlerOptions,
|
|
1379
|
+
cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void
|
|
1380
|
+
): void;
|
|
1381
|
+
public getBackupVaultAccessPolicy(
|
|
1382
|
+
args: GetBackupVaultAccessPolicyCommandInput,
|
|
1383
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void),
|
|
1384
|
+
cb?: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void
|
|
1385
|
+
): Promise<GetBackupVaultAccessPolicyCommandOutput> | void {
|
|
1386
|
+
const command = new GetBackupVaultAccessPolicyCommand(args);
|
|
1387
|
+
if (typeof optionsOrCb === "function") {
|
|
1388
|
+
this.send(command, optionsOrCb);
|
|
1389
|
+
} else if (typeof cb === "function") {
|
|
1390
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1391
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1392
|
+
} else {
|
|
1393
|
+
return this.send(command, optionsOrCb);
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* <p>Returns event notifications for the specified backup vault.</p>
|
|
1399
|
+
*/
|
|
1400
|
+
public getBackupVaultNotifications(
|
|
1401
|
+
args: GetBackupVaultNotificationsCommandInput,
|
|
1402
|
+
options?: __HttpHandlerOptions
|
|
1403
|
+
): Promise<GetBackupVaultNotificationsCommandOutput>;
|
|
1404
|
+
public getBackupVaultNotifications(
|
|
1405
|
+
args: GetBackupVaultNotificationsCommandInput,
|
|
1406
|
+
cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1408
|
+
public getBackupVaultNotifications(
|
|
1409
|
+
args: GetBackupVaultNotificationsCommandInput,
|
|
1410
|
+
options: __HttpHandlerOptions,
|
|
1411
|
+
cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void
|
|
1412
|
+
): void;
|
|
1413
|
+
public getBackupVaultNotifications(
|
|
1414
|
+
args: GetBackupVaultNotificationsCommandInput,
|
|
1415
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetBackupVaultNotificationsCommandOutput) => void),
|
|
1416
|
+
cb?: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void
|
|
1417
|
+
): Promise<GetBackupVaultNotificationsCommandOutput> | void {
|
|
1418
|
+
const command = new GetBackupVaultNotificationsCommand(args);
|
|
1419
|
+
if (typeof optionsOrCb === "function") {
|
|
1420
|
+
this.send(command, optionsOrCb);
|
|
1421
|
+
} else if (typeof cb === "function") {
|
|
1422
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1423
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1424
|
+
} else {
|
|
1425
|
+
return this.send(command, optionsOrCb);
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
/**
|
|
1430
|
+
* <p>Returns a set of metadata key-value pairs that were used to create the backup.</p>
|
|
1431
|
+
*/
|
|
1432
|
+
public getRecoveryPointRestoreMetadata(
|
|
1433
|
+
args: GetRecoveryPointRestoreMetadataCommandInput,
|
|
1434
|
+
options?: __HttpHandlerOptions
|
|
1435
|
+
): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
|
|
1436
|
+
public getRecoveryPointRestoreMetadata(
|
|
1437
|
+
args: GetRecoveryPointRestoreMetadataCommandInput,
|
|
1438
|
+
cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
|
|
1439
|
+
): void;
|
|
1440
|
+
public getRecoveryPointRestoreMetadata(
|
|
1441
|
+
args: GetRecoveryPointRestoreMetadataCommandInput,
|
|
1442
|
+
options: __HttpHandlerOptions,
|
|
1443
|
+
cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
|
|
1444
|
+
): void;
|
|
1445
|
+
public getRecoveryPointRestoreMetadata(
|
|
1446
|
+
args: GetRecoveryPointRestoreMetadataCommandInput,
|
|
1447
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void),
|
|
1448
|
+
cb?: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void
|
|
1449
|
+
): Promise<GetRecoveryPointRestoreMetadataCommandOutput> | void {
|
|
1450
|
+
const command = new GetRecoveryPointRestoreMetadataCommand(args);
|
|
1451
|
+
if (typeof optionsOrCb === "function") {
|
|
1452
|
+
this.send(command, optionsOrCb);
|
|
1453
|
+
} else if (typeof cb === "function") {
|
|
1454
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1455
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1456
|
+
} else {
|
|
1457
|
+
return this.send(command, optionsOrCb);
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
/**
|
|
1462
|
+
* <p>Returns the Amazon Web Services resource types supported by Backup.</p>
|
|
1463
|
+
*/
|
|
1464
|
+
public getSupportedResourceTypes(
|
|
1465
|
+
args: GetSupportedResourceTypesCommandInput,
|
|
1466
|
+
options?: __HttpHandlerOptions
|
|
1467
|
+
): Promise<GetSupportedResourceTypesCommandOutput>;
|
|
1468
|
+
public getSupportedResourceTypes(
|
|
1469
|
+
args: GetSupportedResourceTypesCommandInput,
|
|
1470
|
+
cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void
|
|
1471
|
+
): void;
|
|
1472
|
+
public getSupportedResourceTypes(
|
|
1473
|
+
args: GetSupportedResourceTypesCommandInput,
|
|
1474
|
+
options: __HttpHandlerOptions,
|
|
1475
|
+
cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void
|
|
1476
|
+
): void;
|
|
1477
|
+
public getSupportedResourceTypes(
|
|
1478
|
+
args: GetSupportedResourceTypesCommandInput,
|
|
1479
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSupportedResourceTypesCommandOutput) => void),
|
|
1480
|
+
cb?: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void
|
|
1481
|
+
): Promise<GetSupportedResourceTypesCommandOutput> | void {
|
|
1482
|
+
const command = new GetSupportedResourceTypesCommand(args);
|
|
1483
|
+
if (typeof optionsOrCb === "function") {
|
|
1484
|
+
this.send(command, optionsOrCb);
|
|
1485
|
+
} else if (typeof cb === "function") {
|
|
1486
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1487
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1488
|
+
} else {
|
|
1489
|
+
return this.send(command, optionsOrCb);
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
/**
|
|
1494
|
+
* <p>Returns a list of existing backup jobs for an authenticated account for the last 30
|
|
1495
|
+
* days. For a longer period of time, consider using these <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">monitoring tools</a>.</p>
|
|
1496
|
+
*/
|
|
1497
|
+
public listBackupJobs(
|
|
1498
|
+
args: ListBackupJobsCommandInput,
|
|
1499
|
+
options?: __HttpHandlerOptions
|
|
1500
|
+
): Promise<ListBackupJobsCommandOutput>;
|
|
1501
|
+
public listBackupJobs(
|
|
1502
|
+
args: ListBackupJobsCommandInput,
|
|
1503
|
+
cb: (err: any, data?: ListBackupJobsCommandOutput) => void
|
|
1504
|
+
): void;
|
|
1505
|
+
public listBackupJobs(
|
|
1506
|
+
args: ListBackupJobsCommandInput,
|
|
1507
|
+
options: __HttpHandlerOptions,
|
|
1508
|
+
cb: (err: any, data?: ListBackupJobsCommandOutput) => void
|
|
1509
|
+
): void;
|
|
1510
|
+
public listBackupJobs(
|
|
1511
|
+
args: ListBackupJobsCommandInput,
|
|
1512
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupJobsCommandOutput) => void),
|
|
1513
|
+
cb?: (err: any, data?: ListBackupJobsCommandOutput) => void
|
|
1514
|
+
): Promise<ListBackupJobsCommandOutput> | void {
|
|
1515
|
+
const command = new ListBackupJobsCommand(args);
|
|
1516
|
+
if (typeof optionsOrCb === "function") {
|
|
1517
|
+
this.send(command, optionsOrCb);
|
|
1518
|
+
} else if (typeof cb === "function") {
|
|
1519
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1520
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1521
|
+
} else {
|
|
1522
|
+
return this.send(command, optionsOrCb);
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
/**
|
|
1527
|
+
* <p>Returns a list of all active backup plans for an authenticated account. The list
|
|
1528
|
+
* contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion
|
|
1529
|
+
* dates, version IDs, plan names, and creator request IDs.</p>
|
|
1530
|
+
*/
|
|
1531
|
+
public listBackupPlans(
|
|
1532
|
+
args: ListBackupPlansCommandInput,
|
|
1533
|
+
options?: __HttpHandlerOptions
|
|
1534
|
+
): Promise<ListBackupPlansCommandOutput>;
|
|
1535
|
+
public listBackupPlans(
|
|
1536
|
+
args: ListBackupPlansCommandInput,
|
|
1537
|
+
cb: (err: any, data?: ListBackupPlansCommandOutput) => void
|
|
1538
|
+
): void;
|
|
1539
|
+
public listBackupPlans(
|
|
1540
|
+
args: ListBackupPlansCommandInput,
|
|
1541
|
+
options: __HttpHandlerOptions,
|
|
1542
|
+
cb: (err: any, data?: ListBackupPlansCommandOutput) => void
|
|
1543
|
+
): void;
|
|
1544
|
+
public listBackupPlans(
|
|
1545
|
+
args: ListBackupPlansCommandInput,
|
|
1546
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupPlansCommandOutput) => void),
|
|
1547
|
+
cb?: (err: any, data?: ListBackupPlansCommandOutput) => void
|
|
1548
|
+
): Promise<ListBackupPlansCommandOutput> | void {
|
|
1549
|
+
const command = new ListBackupPlansCommand(args);
|
|
1550
|
+
if (typeof optionsOrCb === "function") {
|
|
1551
|
+
this.send(command, optionsOrCb);
|
|
1552
|
+
} else if (typeof cb === "function") {
|
|
1553
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1554
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1555
|
+
} else {
|
|
1556
|
+
return this.send(command, optionsOrCb);
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/**
|
|
1561
|
+
* <p>Returns metadata of your saved backup plan templates, including the template ID, name,
|
|
1562
|
+
* and the creation and deletion dates.</p>
|
|
1563
|
+
*/
|
|
1564
|
+
public listBackupPlanTemplates(
|
|
1565
|
+
args: ListBackupPlanTemplatesCommandInput,
|
|
1566
|
+
options?: __HttpHandlerOptions
|
|
1567
|
+
): Promise<ListBackupPlanTemplatesCommandOutput>;
|
|
1568
|
+
public listBackupPlanTemplates(
|
|
1569
|
+
args: ListBackupPlanTemplatesCommandInput,
|
|
1570
|
+
cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void
|
|
1571
|
+
): void;
|
|
1572
|
+
public listBackupPlanTemplates(
|
|
1573
|
+
args: ListBackupPlanTemplatesCommandInput,
|
|
1574
|
+
options: __HttpHandlerOptions,
|
|
1575
|
+
cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void
|
|
1576
|
+
): void;
|
|
1577
|
+
public listBackupPlanTemplates(
|
|
1578
|
+
args: ListBackupPlanTemplatesCommandInput,
|
|
1579
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupPlanTemplatesCommandOutput) => void),
|
|
1580
|
+
cb?: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void
|
|
1581
|
+
): Promise<ListBackupPlanTemplatesCommandOutput> | void {
|
|
1582
|
+
const command = new ListBackupPlanTemplatesCommand(args);
|
|
1583
|
+
if (typeof optionsOrCb === "function") {
|
|
1584
|
+
this.send(command, optionsOrCb);
|
|
1585
|
+
} else if (typeof cb === "function") {
|
|
1586
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1587
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1588
|
+
} else {
|
|
1589
|
+
return this.send(command, optionsOrCb);
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
/**
|
|
1594
|
+
* <p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs),
|
|
1595
|
+
* backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>
|
|
1596
|
+
*/
|
|
1597
|
+
public listBackupPlanVersions(
|
|
1598
|
+
args: ListBackupPlanVersionsCommandInput,
|
|
1599
|
+
options?: __HttpHandlerOptions
|
|
1600
|
+
): Promise<ListBackupPlanVersionsCommandOutput>;
|
|
1601
|
+
public listBackupPlanVersions(
|
|
1602
|
+
args: ListBackupPlanVersionsCommandInput,
|
|
1603
|
+
cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void
|
|
1604
|
+
): void;
|
|
1605
|
+
public listBackupPlanVersions(
|
|
1606
|
+
args: ListBackupPlanVersionsCommandInput,
|
|
1607
|
+
options: __HttpHandlerOptions,
|
|
1608
|
+
cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void
|
|
1609
|
+
): void;
|
|
1610
|
+
public listBackupPlanVersions(
|
|
1611
|
+
args: ListBackupPlanVersionsCommandInput,
|
|
1612
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupPlanVersionsCommandOutput) => void),
|
|
1613
|
+
cb?: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void
|
|
1614
|
+
): Promise<ListBackupPlanVersionsCommandOutput> | void {
|
|
1615
|
+
const command = new ListBackupPlanVersionsCommand(args);
|
|
1616
|
+
if (typeof optionsOrCb === "function") {
|
|
1617
|
+
this.send(command, optionsOrCb);
|
|
1618
|
+
} else if (typeof cb === "function") {
|
|
1619
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1620
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1621
|
+
} else {
|
|
1622
|
+
return this.send(command, optionsOrCb);
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>Returns an array containing metadata of the resources associated with the target backup
|
|
1628
|
+
* plan.</p>
|
|
1629
|
+
*/
|
|
1630
|
+
public listBackupSelections(
|
|
1631
|
+
args: ListBackupSelectionsCommandInput,
|
|
1632
|
+
options?: __HttpHandlerOptions
|
|
1633
|
+
): Promise<ListBackupSelectionsCommandOutput>;
|
|
1634
|
+
public listBackupSelections(
|
|
1635
|
+
args: ListBackupSelectionsCommandInput,
|
|
1636
|
+
cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void
|
|
1637
|
+
): void;
|
|
1638
|
+
public listBackupSelections(
|
|
1639
|
+
args: ListBackupSelectionsCommandInput,
|
|
1640
|
+
options: __HttpHandlerOptions,
|
|
1641
|
+
cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void
|
|
1642
|
+
): void;
|
|
1643
|
+
public listBackupSelections(
|
|
1644
|
+
args: ListBackupSelectionsCommandInput,
|
|
1645
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupSelectionsCommandOutput) => void),
|
|
1646
|
+
cb?: (err: any, data?: ListBackupSelectionsCommandOutput) => void
|
|
1647
|
+
): Promise<ListBackupSelectionsCommandOutput> | void {
|
|
1648
|
+
const command = new ListBackupSelectionsCommand(args);
|
|
1649
|
+
if (typeof optionsOrCb === "function") {
|
|
1650
|
+
this.send(command, optionsOrCb);
|
|
1651
|
+
} else if (typeof cb === "function") {
|
|
1652
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1653
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1654
|
+
} else {
|
|
1655
|
+
return this.send(command, optionsOrCb);
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
|
+
/**
|
|
1660
|
+
* <p>Returns a list of recovery point storage containers along with information about
|
|
1661
|
+
* them.</p>
|
|
1662
|
+
*/
|
|
1663
|
+
public listBackupVaults(
|
|
1664
|
+
args: ListBackupVaultsCommandInput,
|
|
1665
|
+
options?: __HttpHandlerOptions
|
|
1666
|
+
): Promise<ListBackupVaultsCommandOutput>;
|
|
1667
|
+
public listBackupVaults(
|
|
1668
|
+
args: ListBackupVaultsCommandInput,
|
|
1669
|
+
cb: (err: any, data?: ListBackupVaultsCommandOutput) => void
|
|
1670
|
+
): void;
|
|
1671
|
+
public listBackupVaults(
|
|
1672
|
+
args: ListBackupVaultsCommandInput,
|
|
1673
|
+
options: __HttpHandlerOptions,
|
|
1674
|
+
cb: (err: any, data?: ListBackupVaultsCommandOutput) => void
|
|
1675
|
+
): void;
|
|
1676
|
+
public listBackupVaults(
|
|
1677
|
+
args: ListBackupVaultsCommandInput,
|
|
1678
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListBackupVaultsCommandOutput) => void),
|
|
1679
|
+
cb?: (err: any, data?: ListBackupVaultsCommandOutput) => void
|
|
1680
|
+
): Promise<ListBackupVaultsCommandOutput> | void {
|
|
1681
|
+
const command = new ListBackupVaultsCommand(args);
|
|
1682
|
+
if (typeof optionsOrCb === "function") {
|
|
1683
|
+
this.send(command, optionsOrCb);
|
|
1684
|
+
} else if (typeof cb === "function") {
|
|
1685
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1686
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1687
|
+
} else {
|
|
1688
|
+
return this.send(command, optionsOrCb);
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* <p>Returns metadata about your copy jobs.</p>
|
|
1694
|
+
*/
|
|
1695
|
+
public listCopyJobs(
|
|
1696
|
+
args: ListCopyJobsCommandInput,
|
|
1697
|
+
options?: __HttpHandlerOptions
|
|
1698
|
+
): Promise<ListCopyJobsCommandOutput>;
|
|
1699
|
+
public listCopyJobs(args: ListCopyJobsCommandInput, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
|
|
1700
|
+
public listCopyJobs(
|
|
1701
|
+
args: ListCopyJobsCommandInput,
|
|
1702
|
+
options: __HttpHandlerOptions,
|
|
1703
|
+
cb: (err: any, data?: ListCopyJobsCommandOutput) => void
|
|
1704
|
+
): void;
|
|
1705
|
+
public listCopyJobs(
|
|
1706
|
+
args: ListCopyJobsCommandInput,
|
|
1707
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCopyJobsCommandOutput) => void),
|
|
1708
|
+
cb?: (err: any, data?: ListCopyJobsCommandOutput) => void
|
|
1709
|
+
): Promise<ListCopyJobsCommandOutput> | void {
|
|
1710
|
+
const command = new ListCopyJobsCommand(args);
|
|
1711
|
+
if (typeof optionsOrCb === "function") {
|
|
1712
|
+
this.send(command, optionsOrCb);
|
|
1713
|
+
} else if (typeof cb === "function") {
|
|
1714
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1715
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1716
|
+
} else {
|
|
1717
|
+
return this.send(command, optionsOrCb);
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1721
|
+
/**
|
|
1722
|
+
* <p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>
|
|
1723
|
+
*/
|
|
1724
|
+
public listFrameworks(
|
|
1725
|
+
args: ListFrameworksCommandInput,
|
|
1726
|
+
options?: __HttpHandlerOptions
|
|
1727
|
+
): Promise<ListFrameworksCommandOutput>;
|
|
1728
|
+
public listFrameworks(
|
|
1729
|
+
args: ListFrameworksCommandInput,
|
|
1730
|
+
cb: (err: any, data?: ListFrameworksCommandOutput) => void
|
|
1731
|
+
): void;
|
|
1732
|
+
public listFrameworks(
|
|
1733
|
+
args: ListFrameworksCommandInput,
|
|
1734
|
+
options: __HttpHandlerOptions,
|
|
1735
|
+
cb: (err: any, data?: ListFrameworksCommandOutput) => void
|
|
1736
|
+
): void;
|
|
1737
|
+
public listFrameworks(
|
|
1738
|
+
args: ListFrameworksCommandInput,
|
|
1739
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListFrameworksCommandOutput) => void),
|
|
1740
|
+
cb?: (err: any, data?: ListFrameworksCommandOutput) => void
|
|
1741
|
+
): Promise<ListFrameworksCommandOutput> | void {
|
|
1742
|
+
const command = new ListFrameworksCommand(args);
|
|
1743
|
+
if (typeof optionsOrCb === "function") {
|
|
1744
|
+
this.send(command, optionsOrCb);
|
|
1745
|
+
} else if (typeof cb === "function") {
|
|
1746
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1747
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1748
|
+
} else {
|
|
1749
|
+
return this.send(command, optionsOrCb);
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
/**
|
|
1754
|
+
* <p>Returns an array of resources successfully backed up by Backup, including
|
|
1755
|
+
* the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a
|
|
1756
|
+
* resource type.</p>
|
|
1757
|
+
*/
|
|
1758
|
+
public listProtectedResources(
|
|
1759
|
+
args: ListProtectedResourcesCommandInput,
|
|
1760
|
+
options?: __HttpHandlerOptions
|
|
1761
|
+
): Promise<ListProtectedResourcesCommandOutput>;
|
|
1762
|
+
public listProtectedResources(
|
|
1763
|
+
args: ListProtectedResourcesCommandInput,
|
|
1764
|
+
cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void
|
|
1765
|
+
): void;
|
|
1766
|
+
public listProtectedResources(
|
|
1767
|
+
args: ListProtectedResourcesCommandInput,
|
|
1768
|
+
options: __HttpHandlerOptions,
|
|
1769
|
+
cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void
|
|
1770
|
+
): void;
|
|
1771
|
+
public listProtectedResources(
|
|
1772
|
+
args: ListProtectedResourcesCommandInput,
|
|
1773
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProtectedResourcesCommandOutput) => void),
|
|
1774
|
+
cb?: (err: any, data?: ListProtectedResourcesCommandOutput) => void
|
|
1775
|
+
): Promise<ListProtectedResourcesCommandOutput> | void {
|
|
1776
|
+
const command = new ListProtectedResourcesCommand(args);
|
|
1777
|
+
if (typeof optionsOrCb === "function") {
|
|
1778
|
+
this.send(command, optionsOrCb);
|
|
1779
|
+
} else if (typeof cb === "function") {
|
|
1780
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1781
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1782
|
+
} else {
|
|
1783
|
+
return this.send(command, optionsOrCb);
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
|
|
1787
|
+
/**
|
|
1788
|
+
* <p>Returns detailed information about the recovery points stored in a backup vault.</p>
|
|
1789
|
+
*/
|
|
1790
|
+
public listRecoveryPointsByBackupVault(
|
|
1791
|
+
args: ListRecoveryPointsByBackupVaultCommandInput,
|
|
1792
|
+
options?: __HttpHandlerOptions
|
|
1793
|
+
): Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
|
|
1794
|
+
public listRecoveryPointsByBackupVault(
|
|
1795
|
+
args: ListRecoveryPointsByBackupVaultCommandInput,
|
|
1796
|
+
cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void
|
|
1797
|
+
): void;
|
|
1798
|
+
public listRecoveryPointsByBackupVault(
|
|
1799
|
+
args: ListRecoveryPointsByBackupVaultCommandInput,
|
|
1800
|
+
options: __HttpHandlerOptions,
|
|
1801
|
+
cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void
|
|
1802
|
+
): void;
|
|
1803
|
+
public listRecoveryPointsByBackupVault(
|
|
1804
|
+
args: ListRecoveryPointsByBackupVaultCommandInput,
|
|
1805
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void),
|
|
1806
|
+
cb?: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void
|
|
1807
|
+
): Promise<ListRecoveryPointsByBackupVaultCommandOutput> | void {
|
|
1808
|
+
const command = new ListRecoveryPointsByBackupVaultCommand(args);
|
|
1809
|
+
if (typeof optionsOrCb === "function") {
|
|
1810
|
+
this.send(command, optionsOrCb);
|
|
1811
|
+
} else if (typeof cb === "function") {
|
|
1812
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1813
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1814
|
+
} else {
|
|
1815
|
+
return this.send(command, optionsOrCb);
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
/**
|
|
1820
|
+
* <p>Returns detailed information about all the recovery points of the type specified by a
|
|
1821
|
+
* resource Amazon Resource Name (ARN).</p>
|
|
1822
|
+
* <note>
|
|
1823
|
+
* <p>For Amazon EFS and Amazon EC2, this action only lists recovery points
|
|
1824
|
+
* created by Backup.</p>
|
|
1825
|
+
* </note>
|
|
1826
|
+
*/
|
|
1827
|
+
public listRecoveryPointsByResource(
|
|
1828
|
+
args: ListRecoveryPointsByResourceCommandInput,
|
|
1829
|
+
options?: __HttpHandlerOptions
|
|
1830
|
+
): Promise<ListRecoveryPointsByResourceCommandOutput>;
|
|
1831
|
+
public listRecoveryPointsByResource(
|
|
1832
|
+
args: ListRecoveryPointsByResourceCommandInput,
|
|
1833
|
+
cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void
|
|
1834
|
+
): void;
|
|
1835
|
+
public listRecoveryPointsByResource(
|
|
1836
|
+
args: ListRecoveryPointsByResourceCommandInput,
|
|
1837
|
+
options: __HttpHandlerOptions,
|
|
1838
|
+
cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void
|
|
1839
|
+
): void;
|
|
1840
|
+
public listRecoveryPointsByResource(
|
|
1841
|
+
args: ListRecoveryPointsByResourceCommandInput,
|
|
1842
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void),
|
|
1843
|
+
cb?: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void
|
|
1844
|
+
): Promise<ListRecoveryPointsByResourceCommandOutput> | void {
|
|
1845
|
+
const command = new ListRecoveryPointsByResourceCommand(args);
|
|
1846
|
+
if (typeof optionsOrCb === "function") {
|
|
1847
|
+
this.send(command, optionsOrCb);
|
|
1848
|
+
} else if (typeof cb === "function") {
|
|
1849
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1850
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1851
|
+
} else {
|
|
1852
|
+
return this.send(command, optionsOrCb);
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
/**
|
|
1857
|
+
* <p>Returns details about your report jobs.</p>
|
|
1858
|
+
*/
|
|
1859
|
+
public listReportJobs(
|
|
1860
|
+
args: ListReportJobsCommandInput,
|
|
1861
|
+
options?: __HttpHandlerOptions
|
|
1862
|
+
): Promise<ListReportJobsCommandOutput>;
|
|
1863
|
+
public listReportJobs(
|
|
1864
|
+
args: ListReportJobsCommandInput,
|
|
1865
|
+
cb: (err: any, data?: ListReportJobsCommandOutput) => void
|
|
1866
|
+
): void;
|
|
1867
|
+
public listReportJobs(
|
|
1868
|
+
args: ListReportJobsCommandInput,
|
|
1869
|
+
options: __HttpHandlerOptions,
|
|
1870
|
+
cb: (err: any, data?: ListReportJobsCommandOutput) => void
|
|
1871
|
+
): void;
|
|
1872
|
+
public listReportJobs(
|
|
1873
|
+
args: ListReportJobsCommandInput,
|
|
1874
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListReportJobsCommandOutput) => void),
|
|
1875
|
+
cb?: (err: any, data?: ListReportJobsCommandOutput) => void
|
|
1876
|
+
): Promise<ListReportJobsCommandOutput> | void {
|
|
1877
|
+
const command = new ListReportJobsCommand(args);
|
|
1878
|
+
if (typeof optionsOrCb === "function") {
|
|
1879
|
+
this.send(command, optionsOrCb);
|
|
1880
|
+
} else if (typeof cb === "function") {
|
|
1881
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1882
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1883
|
+
} else {
|
|
1884
|
+
return this.send(command, optionsOrCb);
|
|
1885
|
+
}
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
/**
|
|
1889
|
+
* <p>Returns a list of your report plans. For detailed information about a single report
|
|
1890
|
+
* plan, use <code>DescribeReportPlan</code>.</p>
|
|
1891
|
+
*/
|
|
1892
|
+
public listReportPlans(
|
|
1893
|
+
args: ListReportPlansCommandInput,
|
|
1894
|
+
options?: __HttpHandlerOptions
|
|
1895
|
+
): Promise<ListReportPlansCommandOutput>;
|
|
1896
|
+
public listReportPlans(
|
|
1897
|
+
args: ListReportPlansCommandInput,
|
|
1898
|
+
cb: (err: any, data?: ListReportPlansCommandOutput) => void
|
|
1899
|
+
): void;
|
|
1900
|
+
public listReportPlans(
|
|
1901
|
+
args: ListReportPlansCommandInput,
|
|
1902
|
+
options: __HttpHandlerOptions,
|
|
1903
|
+
cb: (err: any, data?: ListReportPlansCommandOutput) => void
|
|
1904
|
+
): void;
|
|
1905
|
+
public listReportPlans(
|
|
1906
|
+
args: ListReportPlansCommandInput,
|
|
1907
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListReportPlansCommandOutput) => void),
|
|
1908
|
+
cb?: (err: any, data?: ListReportPlansCommandOutput) => void
|
|
1909
|
+
): Promise<ListReportPlansCommandOutput> | void {
|
|
1910
|
+
const command = new ListReportPlansCommand(args);
|
|
1911
|
+
if (typeof optionsOrCb === "function") {
|
|
1912
|
+
this.send(command, optionsOrCb);
|
|
1913
|
+
} else if (typeof cb === "function") {
|
|
1914
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1915
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1916
|
+
} else {
|
|
1917
|
+
return this.send(command, optionsOrCb);
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
/**
|
|
1922
|
+
* <p>Returns a list of jobs that Backup initiated to restore a saved resource,
|
|
1923
|
+
* including details about the recovery process.</p>
|
|
1924
|
+
*/
|
|
1925
|
+
public listRestoreJobs(
|
|
1926
|
+
args: ListRestoreJobsCommandInput,
|
|
1927
|
+
options?: __HttpHandlerOptions
|
|
1928
|
+
): Promise<ListRestoreJobsCommandOutput>;
|
|
1929
|
+
public listRestoreJobs(
|
|
1930
|
+
args: ListRestoreJobsCommandInput,
|
|
1931
|
+
cb: (err: any, data?: ListRestoreJobsCommandOutput) => void
|
|
1932
|
+
): void;
|
|
1933
|
+
public listRestoreJobs(
|
|
1934
|
+
args: ListRestoreJobsCommandInput,
|
|
1935
|
+
options: __HttpHandlerOptions,
|
|
1936
|
+
cb: (err: any, data?: ListRestoreJobsCommandOutput) => void
|
|
1937
|
+
): void;
|
|
1938
|
+
public listRestoreJobs(
|
|
1939
|
+
args: ListRestoreJobsCommandInput,
|
|
1940
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRestoreJobsCommandOutput) => void),
|
|
1941
|
+
cb?: (err: any, data?: ListRestoreJobsCommandOutput) => void
|
|
1942
|
+
): Promise<ListRestoreJobsCommandOutput> | void {
|
|
1943
|
+
const command = new ListRestoreJobsCommand(args);
|
|
1944
|
+
if (typeof optionsOrCb === "function") {
|
|
1945
|
+
this.send(command, optionsOrCb);
|
|
1946
|
+
} else if (typeof cb === "function") {
|
|
1947
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1948
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1949
|
+
} else {
|
|
1950
|
+
return this.send(command, optionsOrCb);
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1954
|
+
/**
|
|
1955
|
+
* <p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or
|
|
1956
|
+
* backup vault.</p>
|
|
1957
|
+
* <note>
|
|
1958
|
+
* <p>
|
|
1959
|
+
* <code>ListTags</code> are currently only supported with Amazon EFS
|
|
1960
|
+
* backups.</p>
|
|
1961
|
+
* </note>
|
|
1962
|
+
*/
|
|
1963
|
+
public listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
|
|
1964
|
+
public listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
1965
|
+
public listTags(
|
|
1966
|
+
args: ListTagsCommandInput,
|
|
1967
|
+
options: __HttpHandlerOptions,
|
|
1968
|
+
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
1969
|
+
): void;
|
|
1970
|
+
public listTags(
|
|
1971
|
+
args: ListTagsCommandInput,
|
|
1972
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsCommandOutput) => void),
|
|
1973
|
+
cb?: (err: any, data?: ListTagsCommandOutput) => void
|
|
1974
|
+
): Promise<ListTagsCommandOutput> | void {
|
|
1975
|
+
const command = new ListTagsCommand(args);
|
|
1976
|
+
if (typeof optionsOrCb === "function") {
|
|
1977
|
+
this.send(command, optionsOrCb);
|
|
1978
|
+
} else if (typeof cb === "function") {
|
|
1979
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1980
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1981
|
+
} else {
|
|
1982
|
+
return this.send(command, optionsOrCb);
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
/**
|
|
1987
|
+
* <p>Sets a resource-based policy that is used to manage access permissions on the target
|
|
1988
|
+
* backup vault. Requires a backup vault name and an access policy document in JSON
|
|
1989
|
+
* format.</p>
|
|
1990
|
+
*/
|
|
1991
|
+
public putBackupVaultAccessPolicy(
|
|
1992
|
+
args: PutBackupVaultAccessPolicyCommandInput,
|
|
1993
|
+
options?: __HttpHandlerOptions
|
|
1994
|
+
): Promise<PutBackupVaultAccessPolicyCommandOutput>;
|
|
1995
|
+
public putBackupVaultAccessPolicy(
|
|
1996
|
+
args: PutBackupVaultAccessPolicyCommandInput,
|
|
1997
|
+
cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void
|
|
1998
|
+
): void;
|
|
1999
|
+
public putBackupVaultAccessPolicy(
|
|
2000
|
+
args: PutBackupVaultAccessPolicyCommandInput,
|
|
2001
|
+
options: __HttpHandlerOptions,
|
|
2002
|
+
cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void
|
|
2003
|
+
): void;
|
|
2004
|
+
public putBackupVaultAccessPolicy(
|
|
2005
|
+
args: PutBackupVaultAccessPolicyCommandInput,
|
|
2006
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void),
|
|
2007
|
+
cb?: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void
|
|
2008
|
+
): Promise<PutBackupVaultAccessPolicyCommandOutput> | void {
|
|
2009
|
+
const command = new PutBackupVaultAccessPolicyCommand(args);
|
|
2010
|
+
if (typeof optionsOrCb === "function") {
|
|
2011
|
+
this.send(command, optionsOrCb);
|
|
2012
|
+
} else if (typeof cb === "function") {
|
|
2013
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2014
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2015
|
+
} else {
|
|
2016
|
+
return this.send(command, optionsOrCb);
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
/**
|
|
2021
|
+
* <p>Turns on notifications on a backup vault for the specified topic and events.</p>
|
|
2022
|
+
*/
|
|
2023
|
+
public putBackupVaultNotifications(
|
|
2024
|
+
args: PutBackupVaultNotificationsCommandInput,
|
|
2025
|
+
options?: __HttpHandlerOptions
|
|
2026
|
+
): Promise<PutBackupVaultNotificationsCommandOutput>;
|
|
2027
|
+
public putBackupVaultNotifications(
|
|
2028
|
+
args: PutBackupVaultNotificationsCommandInput,
|
|
2029
|
+
cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
|
|
2030
|
+
): void;
|
|
2031
|
+
public putBackupVaultNotifications(
|
|
2032
|
+
args: PutBackupVaultNotificationsCommandInput,
|
|
2033
|
+
options: __HttpHandlerOptions,
|
|
2034
|
+
cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
|
|
2035
|
+
): void;
|
|
2036
|
+
public putBackupVaultNotifications(
|
|
2037
|
+
args: PutBackupVaultNotificationsCommandInput,
|
|
2038
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PutBackupVaultNotificationsCommandOutput) => void),
|
|
2039
|
+
cb?: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void
|
|
2040
|
+
): Promise<PutBackupVaultNotificationsCommandOutput> | void {
|
|
2041
|
+
const command = new PutBackupVaultNotificationsCommand(args);
|
|
2042
|
+
if (typeof optionsOrCb === "function") {
|
|
2043
|
+
this.send(command, optionsOrCb);
|
|
2044
|
+
} else if (typeof cb === "function") {
|
|
2045
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2046
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2047
|
+
} else {
|
|
2048
|
+
return this.send(command, optionsOrCb);
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* <p>Starts an on-demand backup job for the specified resource.</p>
|
|
2054
|
+
*/
|
|
2055
|
+
public startBackupJob(
|
|
2056
|
+
args: StartBackupJobCommandInput,
|
|
2057
|
+
options?: __HttpHandlerOptions
|
|
2058
|
+
): Promise<StartBackupJobCommandOutput>;
|
|
2059
|
+
public startBackupJob(
|
|
2060
|
+
args: StartBackupJobCommandInput,
|
|
2061
|
+
cb: (err: any, data?: StartBackupJobCommandOutput) => void
|
|
2062
|
+
): void;
|
|
2063
|
+
public startBackupJob(
|
|
2064
|
+
args: StartBackupJobCommandInput,
|
|
2065
|
+
options: __HttpHandlerOptions,
|
|
2066
|
+
cb: (err: any, data?: StartBackupJobCommandOutput) => void
|
|
2067
|
+
): void;
|
|
2068
|
+
public startBackupJob(
|
|
2069
|
+
args: StartBackupJobCommandInput,
|
|
2070
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartBackupJobCommandOutput) => void),
|
|
2071
|
+
cb?: (err: any, data?: StartBackupJobCommandOutput) => void
|
|
2072
|
+
): Promise<StartBackupJobCommandOutput> | void {
|
|
2073
|
+
const command = new StartBackupJobCommand(args);
|
|
2074
|
+
if (typeof optionsOrCb === "function") {
|
|
2075
|
+
this.send(command, optionsOrCb);
|
|
2076
|
+
} else if (typeof cb === "function") {
|
|
2077
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2078
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2079
|
+
} else {
|
|
2080
|
+
return this.send(command, optionsOrCb);
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>Starts a job to create a one-time copy of the specified resource.</p>
|
|
2086
|
+
* <p>Does not support continuous backups.</p>
|
|
2087
|
+
*/
|
|
2088
|
+
public startCopyJob(
|
|
2089
|
+
args: StartCopyJobCommandInput,
|
|
2090
|
+
options?: __HttpHandlerOptions
|
|
2091
|
+
): Promise<StartCopyJobCommandOutput>;
|
|
2092
|
+
public startCopyJob(args: StartCopyJobCommandInput, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
|
|
2093
|
+
public startCopyJob(
|
|
2094
|
+
args: StartCopyJobCommandInput,
|
|
2095
|
+
options: __HttpHandlerOptions,
|
|
2096
|
+
cb: (err: any, data?: StartCopyJobCommandOutput) => void
|
|
2097
|
+
): void;
|
|
2098
|
+
public startCopyJob(
|
|
2099
|
+
args: StartCopyJobCommandInput,
|
|
2100
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartCopyJobCommandOutput) => void),
|
|
2101
|
+
cb?: (err: any, data?: StartCopyJobCommandOutput) => void
|
|
2102
|
+
): Promise<StartCopyJobCommandOutput> | void {
|
|
2103
|
+
const command = new StartCopyJobCommand(args);
|
|
2104
|
+
if (typeof optionsOrCb === "function") {
|
|
2105
|
+
this.send(command, optionsOrCb);
|
|
2106
|
+
} else if (typeof cb === "function") {
|
|
2107
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2108
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2109
|
+
} else {
|
|
2110
|
+
return this.send(command, optionsOrCb);
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
/**
|
|
2115
|
+
* <p>Starts an on-demand report job for the specified report plan.</p>
|
|
2116
|
+
*/
|
|
2117
|
+
public startReportJob(
|
|
2118
|
+
args: StartReportJobCommandInput,
|
|
2119
|
+
options?: __HttpHandlerOptions
|
|
2120
|
+
): Promise<StartReportJobCommandOutput>;
|
|
2121
|
+
public startReportJob(
|
|
2122
|
+
args: StartReportJobCommandInput,
|
|
2123
|
+
cb: (err: any, data?: StartReportJobCommandOutput) => void
|
|
2124
|
+
): void;
|
|
2125
|
+
public startReportJob(
|
|
2126
|
+
args: StartReportJobCommandInput,
|
|
2127
|
+
options: __HttpHandlerOptions,
|
|
2128
|
+
cb: (err: any, data?: StartReportJobCommandOutput) => void
|
|
2129
|
+
): void;
|
|
2130
|
+
public startReportJob(
|
|
2131
|
+
args: StartReportJobCommandInput,
|
|
2132
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartReportJobCommandOutput) => void),
|
|
2133
|
+
cb?: (err: any, data?: StartReportJobCommandOutput) => void
|
|
2134
|
+
): Promise<StartReportJobCommandOutput> | void {
|
|
2135
|
+
const command = new StartReportJobCommand(args);
|
|
2136
|
+
if (typeof optionsOrCb === "function") {
|
|
2137
|
+
this.send(command, optionsOrCb);
|
|
2138
|
+
} else if (typeof cb === "function") {
|
|
2139
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2140
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2141
|
+
} else {
|
|
2142
|
+
return this.send(command, optionsOrCb);
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2146
|
+
/**
|
|
2147
|
+
* <p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>
|
|
2148
|
+
*/
|
|
2149
|
+
public startRestoreJob(
|
|
2150
|
+
args: StartRestoreJobCommandInput,
|
|
2151
|
+
options?: __HttpHandlerOptions
|
|
2152
|
+
): Promise<StartRestoreJobCommandOutput>;
|
|
2153
|
+
public startRestoreJob(
|
|
2154
|
+
args: StartRestoreJobCommandInput,
|
|
2155
|
+
cb: (err: any, data?: StartRestoreJobCommandOutput) => void
|
|
2156
|
+
): void;
|
|
2157
|
+
public startRestoreJob(
|
|
2158
|
+
args: StartRestoreJobCommandInput,
|
|
2159
|
+
options: __HttpHandlerOptions,
|
|
2160
|
+
cb: (err: any, data?: StartRestoreJobCommandOutput) => void
|
|
2161
|
+
): void;
|
|
2162
|
+
public startRestoreJob(
|
|
2163
|
+
args: StartRestoreJobCommandInput,
|
|
2164
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StartRestoreJobCommandOutput) => void),
|
|
2165
|
+
cb?: (err: any, data?: StartRestoreJobCommandOutput) => void
|
|
2166
|
+
): Promise<StartRestoreJobCommandOutput> | void {
|
|
2167
|
+
const command = new StartRestoreJobCommand(args);
|
|
2168
|
+
if (typeof optionsOrCb === "function") {
|
|
2169
|
+
this.send(command, optionsOrCb);
|
|
2170
|
+
} else if (typeof cb === "function") {
|
|
2171
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2172
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2173
|
+
} else {
|
|
2174
|
+
return this.send(command, optionsOrCb);
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
/**
|
|
2179
|
+
* <p>Attempts to cancel a job to create a one-time backup of a resource.</p>
|
|
2180
|
+
*/
|
|
2181
|
+
public stopBackupJob(
|
|
2182
|
+
args: StopBackupJobCommandInput,
|
|
2183
|
+
options?: __HttpHandlerOptions
|
|
2184
|
+
): Promise<StopBackupJobCommandOutput>;
|
|
2185
|
+
public stopBackupJob(
|
|
2186
|
+
args: StopBackupJobCommandInput,
|
|
2187
|
+
cb: (err: any, data?: StopBackupJobCommandOutput) => void
|
|
2188
|
+
): void;
|
|
2189
|
+
public stopBackupJob(
|
|
2190
|
+
args: StopBackupJobCommandInput,
|
|
2191
|
+
options: __HttpHandlerOptions,
|
|
2192
|
+
cb: (err: any, data?: StopBackupJobCommandOutput) => void
|
|
2193
|
+
): void;
|
|
2194
|
+
public stopBackupJob(
|
|
2195
|
+
args: StopBackupJobCommandInput,
|
|
2196
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopBackupJobCommandOutput) => void),
|
|
2197
|
+
cb?: (err: any, data?: StopBackupJobCommandOutput) => void
|
|
2198
|
+
): Promise<StopBackupJobCommandOutput> | void {
|
|
2199
|
+
const command = new StopBackupJobCommand(args);
|
|
2200
|
+
if (typeof optionsOrCb === "function") {
|
|
2201
|
+
this.send(command, optionsOrCb);
|
|
2202
|
+
} else if (typeof cb === "function") {
|
|
2203
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2204
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2205
|
+
} else {
|
|
2206
|
+
return this.send(command, optionsOrCb);
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
/**
|
|
2211
|
+
* <p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault
|
|
2212
|
+
* identified by an Amazon Resource Name (ARN).</p>
|
|
2213
|
+
*/
|
|
2214
|
+
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2215
|
+
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2216
|
+
public tagResource(
|
|
2217
|
+
args: TagResourceCommandInput,
|
|
2218
|
+
options: __HttpHandlerOptions,
|
|
2219
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2220
|
+
): void;
|
|
2221
|
+
public tagResource(
|
|
2222
|
+
args: TagResourceCommandInput,
|
|
2223
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
2224
|
+
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
2225
|
+
): Promise<TagResourceCommandOutput> | void {
|
|
2226
|
+
const command = new TagResourceCommand(args);
|
|
2227
|
+
if (typeof optionsOrCb === "function") {
|
|
2228
|
+
this.send(command, optionsOrCb);
|
|
2229
|
+
} else if (typeof cb === "function") {
|
|
2230
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2231
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2232
|
+
} else {
|
|
2233
|
+
return this.send(command, optionsOrCb);
|
|
2234
|
+
}
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
/**
|
|
2238
|
+
* <p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault
|
|
2239
|
+
* identified by an Amazon Resource Name (ARN)</p>
|
|
2240
|
+
*/
|
|
2241
|
+
public untagResource(
|
|
2242
|
+
args: UntagResourceCommandInput,
|
|
2243
|
+
options?: __HttpHandlerOptions
|
|
2244
|
+
): Promise<UntagResourceCommandOutput>;
|
|
2245
|
+
public untagResource(
|
|
2246
|
+
args: UntagResourceCommandInput,
|
|
2247
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2248
|
+
): void;
|
|
2249
|
+
public untagResource(
|
|
2250
|
+
args: UntagResourceCommandInput,
|
|
2251
|
+
options: __HttpHandlerOptions,
|
|
2252
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2253
|
+
): void;
|
|
2254
|
+
public untagResource(
|
|
2255
|
+
args: UntagResourceCommandInput,
|
|
2256
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
2257
|
+
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2258
|
+
): Promise<UntagResourceCommandOutput> | void {
|
|
2259
|
+
const command = new UntagResourceCommand(args);
|
|
2260
|
+
if (typeof optionsOrCb === "function") {
|
|
2261
|
+
this.send(command, optionsOrCb);
|
|
2262
|
+
} else if (typeof cb === "function") {
|
|
2263
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2264
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2265
|
+
} else {
|
|
2266
|
+
return this.send(command, optionsOrCb);
|
|
2267
|
+
}
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
/**
|
|
2271
|
+
* <p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the
|
|
2272
|
+
* input document in JSON format. The new version is uniquely identified by a
|
|
2273
|
+
* <code>VersionId</code>.</p>
|
|
2274
|
+
*/
|
|
2275
|
+
public updateBackupPlan(
|
|
2276
|
+
args: UpdateBackupPlanCommandInput,
|
|
2277
|
+
options?: __HttpHandlerOptions
|
|
2278
|
+
): Promise<UpdateBackupPlanCommandOutput>;
|
|
2279
|
+
public updateBackupPlan(
|
|
2280
|
+
args: UpdateBackupPlanCommandInput,
|
|
2281
|
+
cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void
|
|
2282
|
+
): void;
|
|
2283
|
+
public updateBackupPlan(
|
|
2284
|
+
args: UpdateBackupPlanCommandInput,
|
|
2285
|
+
options: __HttpHandlerOptions,
|
|
2286
|
+
cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void
|
|
2287
|
+
): void;
|
|
2288
|
+
public updateBackupPlan(
|
|
2289
|
+
args: UpdateBackupPlanCommandInput,
|
|
2290
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateBackupPlanCommandOutput) => void),
|
|
2291
|
+
cb?: (err: any, data?: UpdateBackupPlanCommandOutput) => void
|
|
2292
|
+
): Promise<UpdateBackupPlanCommandOutput> | void {
|
|
2293
|
+
const command = new UpdateBackupPlanCommand(args);
|
|
2294
|
+
if (typeof optionsOrCb === "function") {
|
|
2295
|
+
this.send(command, optionsOrCb);
|
|
2296
|
+
} else if (typeof cb === "function") {
|
|
2297
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2298
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2299
|
+
} else {
|
|
2300
|
+
return this.send(command, optionsOrCb);
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
/**
|
|
2305
|
+
* <p>Updates an existing framework identified by its <code>FrameworkName</code> with the
|
|
2306
|
+
* input document in JSON format.</p>
|
|
2307
|
+
*/
|
|
2308
|
+
public updateFramework(
|
|
2309
|
+
args: UpdateFrameworkCommandInput,
|
|
2310
|
+
options?: __HttpHandlerOptions
|
|
2311
|
+
): Promise<UpdateFrameworkCommandOutput>;
|
|
2312
|
+
public updateFramework(
|
|
2313
|
+
args: UpdateFrameworkCommandInput,
|
|
2314
|
+
cb: (err: any, data?: UpdateFrameworkCommandOutput) => void
|
|
2315
|
+
): void;
|
|
2316
|
+
public updateFramework(
|
|
2317
|
+
args: UpdateFrameworkCommandInput,
|
|
2318
|
+
options: __HttpHandlerOptions,
|
|
2319
|
+
cb: (err: any, data?: UpdateFrameworkCommandOutput) => void
|
|
2320
|
+
): void;
|
|
2321
|
+
public updateFramework(
|
|
2322
|
+
args: UpdateFrameworkCommandInput,
|
|
2323
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateFrameworkCommandOutput) => void),
|
|
2324
|
+
cb?: (err: any, data?: UpdateFrameworkCommandOutput) => void
|
|
2325
|
+
): Promise<UpdateFrameworkCommandOutput> | void {
|
|
2326
|
+
const command = new UpdateFrameworkCommand(args);
|
|
2327
|
+
if (typeof optionsOrCb === "function") {
|
|
2328
|
+
this.send(command, optionsOrCb);
|
|
2329
|
+
} else if (typeof cb === "function") {
|
|
2330
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2331
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2332
|
+
} else {
|
|
2333
|
+
return this.send(command, optionsOrCb);
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
/**
|
|
2338
|
+
* <p>Updates whether the Amazon Web Services account is opted in to cross-account backup.
|
|
2339
|
+
* Returns an error if the account is not an Organizations management account. Use the
|
|
2340
|
+
* <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
|
|
2341
|
+
*/
|
|
2342
|
+
public updateGlobalSettings(
|
|
2343
|
+
args: UpdateGlobalSettingsCommandInput,
|
|
2344
|
+
options?: __HttpHandlerOptions
|
|
2345
|
+
): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
2346
|
+
public updateGlobalSettings(
|
|
2347
|
+
args: UpdateGlobalSettingsCommandInput,
|
|
2348
|
+
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
2349
|
+
): void;
|
|
2350
|
+
public updateGlobalSettings(
|
|
2351
|
+
args: UpdateGlobalSettingsCommandInput,
|
|
2352
|
+
options: __HttpHandlerOptions,
|
|
2353
|
+
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
2354
|
+
): void;
|
|
2355
|
+
public updateGlobalSettings(
|
|
2356
|
+
args: UpdateGlobalSettingsCommandInput,
|
|
2357
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateGlobalSettingsCommandOutput) => void),
|
|
2358
|
+
cb?: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
2359
|
+
): Promise<UpdateGlobalSettingsCommandOutput> | void {
|
|
2360
|
+
const command = new UpdateGlobalSettingsCommand(args);
|
|
2361
|
+
if (typeof optionsOrCb === "function") {
|
|
2362
|
+
this.send(command, optionsOrCb);
|
|
2363
|
+
} else if (typeof cb === "function") {
|
|
2364
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2365
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2366
|
+
} else {
|
|
2367
|
+
return this.send(command, optionsOrCb);
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2371
|
+
/**
|
|
2372
|
+
* <p>Sets the transition lifecycle of a recovery point.</p>
|
|
2373
|
+
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
2374
|
+
* it expires. Backup transitions and expires backups automatically according to
|
|
2375
|
+
* the lifecycle that you define.</p>
|
|
2376
|
+
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
2377
|
+
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
2378
|
+
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
2379
|
+
* be changed after a backup has been transitioned to cold.</p>
|
|
2380
|
+
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
2381
|
+
* <p>Does not support continuous backups.</p>
|
|
2382
|
+
*/
|
|
2383
|
+
public updateRecoveryPointLifecycle(
|
|
2384
|
+
args: UpdateRecoveryPointLifecycleCommandInput,
|
|
2385
|
+
options?: __HttpHandlerOptions
|
|
2386
|
+
): Promise<UpdateRecoveryPointLifecycleCommandOutput>;
|
|
2387
|
+
public updateRecoveryPointLifecycle(
|
|
2388
|
+
args: UpdateRecoveryPointLifecycleCommandInput,
|
|
2389
|
+
cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void
|
|
2390
|
+
): void;
|
|
2391
|
+
public updateRecoveryPointLifecycle(
|
|
2392
|
+
args: UpdateRecoveryPointLifecycleCommandInput,
|
|
2393
|
+
options: __HttpHandlerOptions,
|
|
2394
|
+
cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void
|
|
2395
|
+
): void;
|
|
2396
|
+
public updateRecoveryPointLifecycle(
|
|
2397
|
+
args: UpdateRecoveryPointLifecycleCommandInput,
|
|
2398
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void),
|
|
2399
|
+
cb?: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void
|
|
2400
|
+
): Promise<UpdateRecoveryPointLifecycleCommandOutput> | void {
|
|
2401
|
+
const command = new UpdateRecoveryPointLifecycleCommand(args);
|
|
2402
|
+
if (typeof optionsOrCb === "function") {
|
|
2403
|
+
this.send(command, optionsOrCb);
|
|
2404
|
+
} else if (typeof cb === "function") {
|
|
2405
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2406
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2407
|
+
} else {
|
|
2408
|
+
return this.send(command, optionsOrCb);
|
|
2409
|
+
}
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* <p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled
|
|
2414
|
+
* for a service, Backup tries to protect that service's resources in this Region,
|
|
2415
|
+
* when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
|
|
2416
|
+
* Backup does not try to protect that service's resources in this Region. Use
|
|
2417
|
+
* the <code>DescribeRegionSettings</code> API to determine the resource types that are
|
|
2418
|
+
* supported.</p>
|
|
2419
|
+
*/
|
|
2420
|
+
public updateRegionSettings(
|
|
2421
|
+
args: UpdateRegionSettingsCommandInput,
|
|
2422
|
+
options?: __HttpHandlerOptions
|
|
2423
|
+
): Promise<UpdateRegionSettingsCommandOutput>;
|
|
2424
|
+
public updateRegionSettings(
|
|
2425
|
+
args: UpdateRegionSettingsCommandInput,
|
|
2426
|
+
cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void
|
|
2427
|
+
): void;
|
|
2428
|
+
public updateRegionSettings(
|
|
2429
|
+
args: UpdateRegionSettingsCommandInput,
|
|
2430
|
+
options: __HttpHandlerOptions,
|
|
2431
|
+
cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void
|
|
2432
|
+
): void;
|
|
2433
|
+
public updateRegionSettings(
|
|
2434
|
+
args: UpdateRegionSettingsCommandInput,
|
|
2435
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateRegionSettingsCommandOutput) => void),
|
|
2436
|
+
cb?: (err: any, data?: UpdateRegionSettingsCommandOutput) => void
|
|
2437
|
+
): Promise<UpdateRegionSettingsCommandOutput> | void {
|
|
2438
|
+
const command = new UpdateRegionSettingsCommand(args);
|
|
2439
|
+
if (typeof optionsOrCb === "function") {
|
|
2440
|
+
this.send(command, optionsOrCb);
|
|
2441
|
+
} else if (typeof cb === "function") {
|
|
2442
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2443
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2444
|
+
} else {
|
|
2445
|
+
return this.send(command, optionsOrCb);
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
|
|
2449
|
+
/**
|
|
2450
|
+
* <p>Updates an existing report plan identified by its <code>ReportPlanName</code> with the
|
|
2451
|
+
* input document in JSON format.</p>
|
|
2452
|
+
*/
|
|
2453
|
+
public updateReportPlan(
|
|
2454
|
+
args: UpdateReportPlanCommandInput,
|
|
2455
|
+
options?: __HttpHandlerOptions
|
|
2456
|
+
): Promise<UpdateReportPlanCommandOutput>;
|
|
2457
|
+
public updateReportPlan(
|
|
2458
|
+
args: UpdateReportPlanCommandInput,
|
|
2459
|
+
cb: (err: any, data?: UpdateReportPlanCommandOutput) => void
|
|
2460
|
+
): void;
|
|
2461
|
+
public updateReportPlan(
|
|
2462
|
+
args: UpdateReportPlanCommandInput,
|
|
2463
|
+
options: __HttpHandlerOptions,
|
|
2464
|
+
cb: (err: any, data?: UpdateReportPlanCommandOutput) => void
|
|
2465
|
+
): void;
|
|
2466
|
+
public updateReportPlan(
|
|
2467
|
+
args: UpdateReportPlanCommandInput,
|
|
2468
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateReportPlanCommandOutput) => void),
|
|
2469
|
+
cb?: (err: any, data?: UpdateReportPlanCommandOutput) => void
|
|
2470
|
+
): Promise<UpdateReportPlanCommandOutput> | void {
|
|
2471
|
+
const command = new UpdateReportPlanCommand(args);
|
|
2472
|
+
if (typeof optionsOrCb === "function") {
|
|
2473
|
+
this.send(command, optionsOrCb);
|
|
2474
|
+
} else if (typeof cb === "function") {
|
|
2475
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2476
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2477
|
+
} else {
|
|
2478
|
+
return this.send(command, optionsOrCb);
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
}
|