@aws-sdk/client-backup 3.50.0 → 3.51.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.
Files changed (97) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Backup.d.ts +335 -0
  3. package/dist-types/ts3.4/BackupClient.d.ts +139 -0
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  72. package/dist-types/ts3.4/index.d.ts +5 -0
  73. package/dist-types/ts3.4/models/index.d.ts +1 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +2211 -0
  75. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  76. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +4 -0
  77. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +4 -0
  78. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +4 -0
  79. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +4 -0
  81. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +200 -0
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  97. package/package.json +8 -8
@@ -0,0 +1 @@
1
+ export * from "./models_0";