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