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