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