@aws-sdk/client-backup 3.36.0 → 3.39.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 (178) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/Backup.js +0 -7
  3. package/dist-cjs/BackupClient.js +0 -12
  4. package/dist-cjs/commands/CreateBackupPlanCommand.js +0 -28
  5. package/dist-cjs/commands/CreateBackupSelectionCommand.js +0 -64
  6. package/dist-cjs/commands/CreateBackupVaultCommand.js +0 -30
  7. package/dist-cjs/commands/CreateFrameworkCommand.js +0 -27
  8. package/dist-cjs/commands/CreateReportPlanCommand.js +0 -27
  9. package/dist-cjs/commands/DeleteBackupPlanCommand.js +0 -26
  10. package/dist-cjs/commands/DeleteBackupSelectionCommand.js +0 -25
  11. package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -24
  12. package/dist-cjs/commands/DeleteBackupVaultCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +0 -29
  14. package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -24
  15. package/dist-cjs/commands/DeleteFrameworkCommand.js +0 -24
  16. package/dist-cjs/commands/DeleteRecoveryPointCommand.js +0 -26
  17. package/dist-cjs/commands/DeleteReportPlanCommand.js +0 -24
  18. package/dist-cjs/commands/DescribeBackupJobCommand.js +0 -24
  19. package/dist-cjs/commands/DescribeBackupVaultCommand.js +0 -24
  20. package/dist-cjs/commands/DescribeCopyJobCommand.js +0 -24
  21. package/dist-cjs/commands/DescribeFrameworkCommand.js +0 -24
  22. package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +0 -27
  23. package/dist-cjs/commands/DescribeProtectedResourceCommand.js +0 -26
  24. package/dist-cjs/commands/DescribeRecoveryPointCommand.js +0 -25
  25. package/dist-cjs/commands/DescribeRegionSettingsCommand.js +0 -28
  26. package/dist-cjs/commands/DescribeReportJobCommand.js +0 -25
  27. package/dist-cjs/commands/DescribeReportPlanCommand.js +0 -24
  28. package/dist-cjs/commands/DescribeRestoreJobCommand.js +0 -24
  29. package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +0 -27
  30. package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +0 -24
  31. package/dist-cjs/commands/GetBackupPlanCommand.js +0 -25
  32. package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +0 -24
  33. package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -24
  34. package/dist-cjs/commands/GetBackupSelectionCommand.js +0 -25
  35. package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -25
  36. package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +0 -24
  37. package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -24
  38. package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +0 -24
  39. package/dist-cjs/commands/ListBackupJobsCommand.js +0 -25
  40. package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +0 -25
  41. package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +0 -25
  42. package/dist-cjs/commands/ListBackupPlansCommand.js +0 -26
  43. package/dist-cjs/commands/ListBackupSelectionsCommand.js +0 -25
  44. package/dist-cjs/commands/ListBackupVaultsCommand.js +0 -25
  45. package/dist-cjs/commands/ListCopyJobsCommand.js +0 -24
  46. package/dist-cjs/commands/ListFrameworksCommand.js +0 -24
  47. package/dist-cjs/commands/ListProtectedResourcesCommand.js +0 -26
  48. package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -24
  49. package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -29
  50. package/dist-cjs/commands/ListReportJobsCommand.js +0 -24
  51. package/dist-cjs/commands/ListReportPlansCommand.js +0 -25
  52. package/dist-cjs/commands/ListRestoreJobsCommand.js +0 -25
  53. package/dist-cjs/commands/ListTagsCommand.js +0 -30
  54. package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -26
  55. package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +0 -28
  56. package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +0 -24
  57. package/dist-cjs/commands/StartBackupJobCommand.js +0 -24
  58. package/dist-cjs/commands/StartCopyJobCommand.js +0 -25
  59. package/dist-cjs/commands/StartReportJobCommand.js +0 -24
  60. package/dist-cjs/commands/StartRestoreJobCommand.js +0 -24
  61. package/dist-cjs/commands/StopBackupJobCommand.js +0 -24
  62. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  63. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  64. package/dist-cjs/commands/UpdateBackupPlanCommand.js +0 -26
  65. package/dist-cjs/commands/UpdateFrameworkCommand.js +0 -25
  66. package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +0 -26
  67. package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -33
  68. package/dist-cjs/commands/UpdateRegionSettingsCommand.js +0 -29
  69. package/dist-cjs/commands/UpdateReportPlanCommand.js +0 -25
  70. package/dist-cjs/commands/index.js +69 -0
  71. package/dist-cjs/endpoints.js +6 -1
  72. package/dist-cjs/index.js +4 -84
  73. package/dist-cjs/models/models_0.js +0 -462
  74. package/dist-cjs/pagination/ListBackupJobsPaginator.js +0 -10
  75. package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -10
  76. package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -10
  77. package/dist-cjs/pagination/ListBackupPlansPaginator.js +0 -10
  78. package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +0 -10
  79. package/dist-cjs/pagination/ListBackupVaultsPaginator.js +0 -10
  80. package/dist-cjs/pagination/ListCopyJobsPaginator.js +0 -10
  81. package/dist-cjs/pagination/ListFrameworksPaginator.js +0 -10
  82. package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +0 -10
  83. package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -10
  84. package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -10
  85. package/dist-cjs/pagination/ListReportJobsPaginator.js +0 -10
  86. package/dist-cjs/pagination/ListReportPlansPaginator.js +0 -10
  87. package/dist-cjs/pagination/ListRestoreJobsPaginator.js +0 -10
  88. package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
  89. package/dist-cjs/pagination/index.js +19 -0
  90. package/dist-cjs/protocols/Aws_restJson1.js +0 -5
  91. package/dist-cjs/runtimeConfig.browser.js +1 -5
  92. package/dist-cjs/runtimeConfig.js +1 -5
  93. package/dist-cjs/runtimeConfig.native.js +0 -3
  94. package/dist-cjs/runtimeConfig.shared.js +0 -3
  95. package/dist-es/commands/index.js +66 -0
  96. package/dist-es/endpoints.js +6 -1
  97. package/dist-es/index.js +4 -84
  98. package/dist-es/pagination/index.js +16 -0
  99. package/dist-types/commands/index.d.ts +66 -0
  100. package/dist-types/index.d.ts +4 -84
  101. package/dist-types/pagination/index.d.ts +16 -0
  102. package/dist-types/ts3.4/Backup.d.ts +67 -340
  103. package/dist-types/ts3.4/BackupClient.d.ts +24 -93
  104. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +2 -24
  105. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +2 -60
  106. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +2 -26
  107. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +2 -23
  108. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +2 -23
  109. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +2 -22
  110. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +2 -21
  111. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +2 -20
  112. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +2 -21
  113. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +2 -25
  114. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +2 -20
  115. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +2 -20
  116. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +2 -22
  117. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +2 -20
  118. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +2 -20
  119. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +2 -20
  120. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +2 -20
  121. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +2 -20
  122. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +2 -23
  123. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +2 -22
  124. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +2 -21
  125. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +2 -24
  126. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +2 -21
  127. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +2 -20
  128. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +2 -20
  129. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +2 -23
  130. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +2 -20
  133. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -20
  134. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +2 -21
  135. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +2 -21
  136. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +2 -20
  138. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +2 -21
  140. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +2 -21
  141. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +2 -21
  142. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +2 -22
  143. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +2 -21
  144. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +2 -21
  145. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +2 -20
  146. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +2 -22
  148. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +2 -25
  150. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +2 -20
  151. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +2 -21
  152. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +2 -21
  153. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -26
  154. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +2 -22
  155. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -24
  156. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +2 -20
  157. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +2 -20
  158. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +2 -21
  159. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +2 -20
  160. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +2 -20
  161. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +2 -20
  162. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
  163. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
  164. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +2 -22
  165. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +2 -21
  166. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -22
  167. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -29
  168. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +2 -25
  169. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +2 -21
  170. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  171. package/dist-types/ts3.4/index.d.ts +4 -84
  172. package/dist-types/ts3.4/models/models_0.d.ts +751 -3372
  173. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  174. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  175. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  176. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  177. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  178. package/package.json +32 -32
@@ -66,542 +66,269 @@ import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } f
66
66
  import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput } from "./commands/UpdateRecoveryPointLifecycleCommand";
67
67
  import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "./commands/UpdateRegionSettingsCommand";
68
68
  import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
69
- /**
70
- * <fullname>Backup</fullname>
71
- * <p>Backup is a unified backup service designed to protect Amazon Web Services
72
- * services and their associated data. Backup simplifies the creation, migration,
73
- * restoration, and deletion of backups, while also providing reporting and
74
- * auditing.</p>
75
- */
69
+
76
70
  export declare class Backup extends BackupClient {
77
- /**
78
- * <p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a
79
- * document that contains information that Backup uses to schedule tasks that
80
- * create recovery points for resources.</p>
81
- * <p>If you call <code>CreateBackupPlan</code> with a plan that already exists, you receive
82
- * an <code>AlreadyExistsException</code> exception.</p>
83
- */
71
+
84
72
  createBackupPlan(args: CreateBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupPlanCommandOutput>;
85
73
  createBackupPlan(args: CreateBackupPlanCommandInput, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
86
74
  createBackupPlan(args: CreateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
87
- /**
88
- * <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
89
- * Resources can be included by specifying patterns for a <code>ListOfTags</code> and selected
90
- * <code>Resources</code>. </p>
91
- * <p>For example, consider the following patterns:</p>
92
- * <ul>
93
- * <li>
94
- * <p>
95
- * <code>Resources: "arn:aws:ec2:region:account-id:volume/volume-id"</code>
96
- * </p>
97
- * </li>
98
- * <li>
99
- * <p>
100
- * <code>ConditionKey:"department"</code>
101
- * </p>
102
- * <p>
103
- * <code>ConditionValue:"finance"</code>
104
- * </p>
105
- * <p>
106
- * <code>ConditionType:"StringEquals"</code>
107
- * </p>
108
- * </li>
109
- * <li>
110
- * <p>
111
- * <code>ConditionKey:"importance"</code>
112
- * </p>
113
- * <p>
114
- * <code>ConditionValue:"critical"</code>
115
- * </p>
116
- * <p>
117
- * <code>ConditionType:"StringEquals"</code>
118
- * </p>
119
- * </li>
120
- * </ul>
121
- * <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)
122
- * volumes that are tagged as <code>"department=finance"</code>,
123
- * <code>"importance=critical"</code>, in addition to an EBS volume with the specified
124
- * volume ID.</p>
125
- * <p>Resources and conditions are additive in that all resources that match the pattern are
126
- * selected. This shouldn't be confused with a logical AND, where all conditions must match.
127
- * The matching patterns are logically put together using the OR operator.
128
- * In other words, all patterns that match are selected for backup.</p>
129
- */
75
+
130
76
  createBackupSelection(args: CreateBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupSelectionCommandOutput>;
131
77
  createBackupSelection(args: CreateBackupSelectionCommandInput, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
132
78
  createBackupSelection(args: CreateBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
133
- /**
134
- * <p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>
135
- * request includes a name, optionally one or more resource tags, an encryption key, and a
136
- * request ID.</p>
137
- * <note>
138
- * <p>Do not include sensitive data, such as passport numbers, in the name of a backup
139
- * vault.</p>
140
- * </note>
141
- */
79
+
142
80
  createBackupVault(args: CreateBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupVaultCommandOutput>;
143
81
  createBackupVault(args: CreateBackupVaultCommandInput, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
144
82
  createBackupVault(args: CreateBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
145
- /**
146
- * <p>Creates a framework with one or more controls. A framework is a collection of controls
147
- * that you can use to evaluate your backup practices. By using pre-built customizable
148
- * controls to define your policies, you can evaluate whether your backup practices comply
149
- * with your policies and which resources are not yet in compliance.</p>
150
- */
83
+
151
84
  createFramework(args: CreateFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateFrameworkCommandOutput>;
152
85
  createFramework(args: CreateFrameworkCommandInput, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
153
86
  createFramework(args: CreateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
154
- /**
155
- * <p>Creates a report plan. A report plan is a document that contains information about the
156
- * contents of the report and where Backup will deliver it.</p>
157
- * <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive
158
- * an <code>AlreadyExistsException</code> exception.</p>
159
- */
87
+
160
88
  createReportPlan(args: CreateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<CreateReportPlanCommandOutput>;
161
89
  createReportPlan(args: CreateReportPlanCommandInput, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
162
90
  createReportPlan(args: CreateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
163
- /**
164
- * <p>Deletes a backup plan. A backup plan can only be deleted after all associated selections
165
- * of resources have been deleted. Deleting a backup plan deletes the current version of a
166
- * backup plan. Previous versions, if any, will still exist.</p>
167
- */
91
+
168
92
  deleteBackupPlan(args: DeleteBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupPlanCommandOutput>;
169
93
  deleteBackupPlan(args: DeleteBackupPlanCommandInput, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
170
94
  deleteBackupPlan(args: DeleteBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
171
- /**
172
- * <p>Deletes the resource selection associated with a backup plan that is specified by the
173
- * <code>SelectionId</code>.</p>
174
- */
95
+
175
96
  deleteBackupSelection(args: DeleteBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupSelectionCommandOutput>;
176
97
  deleteBackupSelection(args: DeleteBackupSelectionCommandInput, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
177
98
  deleteBackupSelection(args: DeleteBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
178
- /**
179
- * <p>Deletes the backup vault identified by its name. A vault can be deleted only if it is
180
- * empty.</p>
181
- */
99
+
182
100
  deleteBackupVault(args: DeleteBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultCommandOutput>;
183
101
  deleteBackupVault(args: DeleteBackupVaultCommandInput, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
184
102
  deleteBackupVault(args: DeleteBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
185
- /**
186
- * <p>Deletes the policy document that manages permissions on a backup vault.</p>
187
- */
103
+
188
104
  deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
189
105
  deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
190
106
  deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
191
- /**
192
- * <p>Deletes Backup Vault Lock from a backup vault specified by a backup vault
193
- * name.</p>
194
- * <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using
195
- * API operations, and you will receive an <code>InvalidRequestException</code> if you attempt
196
- * to do so. For more information, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html">Vault Lock</a> in the
197
- * <i>Backup Developer Guide</i>.</p>
198
- */
107
+
199
108
  deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultLockConfigurationCommandOutput>;
200
109
  deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
201
110
  deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
202
- /**
203
- * <p>Deletes event notifications for the specified backup vault.</p>
204
- */
111
+
205
112
  deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultNotificationsCommandOutput>;
206
113
  deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
207
114
  deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
208
- /**
209
- * <p>Deletes the framework specified by a framework name.</p>
210
- */
115
+
211
116
  deleteFramework(args: DeleteFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFrameworkCommandOutput>;
212
117
  deleteFramework(args: DeleteFrameworkCommandInput, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
213
118
  deleteFramework(args: DeleteFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
214
- /**
215
- * <p>Deletes the recovery point specified by a recovery point ID.</p>
216
- * <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes
217
- * the existing continuous backup and stops future continuous backup.</p>
218
- */
119
+
219
120
  deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRecoveryPointCommandOutput>;
220
121
  deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
221
122
  deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
222
- /**
223
- * <p>Deletes the report plan specified by a report plan name.</p>
224
- */
123
+
225
124
  deleteReportPlan(args: DeleteReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportPlanCommandOutput>;
226
125
  deleteReportPlan(args: DeleteReportPlanCommandInput, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
227
126
  deleteReportPlan(args: DeleteReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
228
- /**
229
- * <p>Returns backup job details for the specified <code>BackupJobId</code>.</p>
230
- */
127
+
231
128
  describeBackupJob(args: DescribeBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupJobCommandOutput>;
232
129
  describeBackupJob(args: DescribeBackupJobCommandInput, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
233
130
  describeBackupJob(args: DescribeBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
234
- /**
235
- * <p>Returns metadata about a backup vault specified by its name.</p>
236
- */
131
+
237
132
  describeBackupVault(args: DescribeBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupVaultCommandOutput>;
238
133
  describeBackupVault(args: DescribeBackupVaultCommandInput, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
239
134
  describeBackupVault(args: DescribeBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
240
- /**
241
- * <p>Returns metadata associated with creating a copy of a resource.</p>
242
- */
135
+
243
136
  describeCopyJob(args: DescribeCopyJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCopyJobCommandOutput>;
244
137
  describeCopyJob(args: DescribeCopyJobCommandInput, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
245
138
  describeCopyJob(args: DescribeCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
246
- /**
247
- * <p>Returns the framework details for the specified <code>FrameworkName</code>.</p>
248
- */
139
+
249
140
  describeFramework(args: DescribeFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFrameworkCommandOutput>;
250
141
  describeFramework(args: DescribeFrameworkCommandInput, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
251
142
  describeFramework(args: DescribeFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
252
- /**
253
- * <p>Describes whether the Amazon Web Services account is opted in to cross-account backup.
254
- * Returns an error if the account is not a member of an Organizations organization.
255
- * Example: <code>describe-global-settings --region us-west-2</code>
256
- * </p>
257
- */
143
+
258
144
  describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGlobalSettingsCommandOutput>;
259
145
  describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
260
146
  describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
261
- /**
262
- * <p>Returns information about a saved resource, including the last time it was backed up,
263
- * its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved
264
- * resource.</p>
265
- */
147
+
266
148
  describeProtectedResource(args: DescribeProtectedResourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProtectedResourceCommandOutput>;
267
149
  describeProtectedResource(args: DescribeProtectedResourceCommandInput, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
268
150
  describeProtectedResource(args: DescribeProtectedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
269
- /**
270
- * <p>Returns metadata associated with a recovery point, including ID, status, encryption, and
271
- * lifecycle.</p>
272
- */
151
+
273
152
  describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRecoveryPointCommandOutput>;
274
153
  describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
275
154
  describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
276
- /**
277
- * <p>Returns the current service opt-in settings for the Region. If service opt-in is enabled
278
- * for a service, Backup tries to protect that service's resources in this Region,
279
- * when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
280
- * Backup does not try to protect that service's resources in this
281
- * Region.</p>
282
- */
155
+
283
156
  describeRegionSettings(args: DescribeRegionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRegionSettingsCommandOutput>;
284
157
  describeRegionSettings(args: DescribeRegionSettingsCommandInput, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
285
158
  describeRegionSettings(args: DescribeRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
286
- /**
287
- * <p>Returns the details associated with creating a report as specified by its
288
- * <code>ReportJobId</code>.</p>
289
- */
159
+
290
160
  describeReportJob(args: DescribeReportJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportJobCommandOutput>;
291
161
  describeReportJob(args: DescribeReportJobCommandInput, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
292
162
  describeReportJob(args: DescribeReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
293
- /**
294
- * <p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>
295
- */
163
+
296
164
  describeReportPlan(args: DescribeReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportPlanCommandOutput>;
297
165
  describeReportPlan(args: DescribeReportPlanCommandInput, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
298
166
  describeReportPlan(args: DescribeReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
299
- /**
300
- * <p>Returns metadata associated with a restore job that is specified by a job ID.</p>
301
- */
167
+
302
168
  describeRestoreJob(args: DescribeRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRestoreJobCommandOutput>;
303
169
  describeRestoreJob(args: DescribeRestoreJobCommandInput, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
304
170
  describeRestoreJob(args: DescribeRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
305
- /**
306
- * <p>Deletes the specified continuous backup recovery point from Backup and
307
- * releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the
308
- * lifecycle that you specified in your original backup plan.</p>
309
- * <p>Does not support snapshot backup recovery points.</p>
310
- */
171
+
311
172
  disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateRecoveryPointCommandOutput>;
312
173
  disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
313
174
  disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
314
- /**
315
- * <p>Returns the backup plan that is specified by the plan ID as a backup template.</p>
316
- */
175
+
317
176
  exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ExportBackupPlanTemplateCommandOutput>;
318
177
  exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
319
178
  exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
320
- /**
321
- * <p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The
322
- * details are the body of a backup plan in JSON format, in addition to plan metadata.</p>
323
- */
179
+
324
180
  getBackupPlan(args: GetBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanCommandOutput>;
325
181
  getBackupPlan(args: GetBackupPlanCommandInput, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
326
182
  getBackupPlan(args: GetBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
327
- /**
328
- * <p>Returns a valid JSON document specifying a backup plan or an error.</p>
329
- */
183
+
330
184
  getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromJSONCommandOutput>;
331
185
  getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
332
186
  getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
333
- /**
334
- * <p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>
335
- */
187
+
336
188
  getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromTemplateCommandOutput>;
337
189
  getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
338
190
  getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
339
- /**
340
- * <p>Returns selection metadata and a document in JSON format that specifies a list of
341
- * resources that are associated with a backup plan.</p>
342
- */
191
+
343
192
  getBackupSelection(args: GetBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupSelectionCommandOutput>;
344
193
  getBackupSelection(args: GetBackupSelectionCommandInput, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
345
194
  getBackupSelection(args: GetBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
346
- /**
347
- * <p>Returns the access policy document that is associated with the named backup
348
- * vault.</p>
349
- */
195
+
350
196
  getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupVaultAccessPolicyCommandOutput>;
351
197
  getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
352
198
  getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
353
- /**
354
- * <p>Returns event notifications for the specified backup vault.</p>
355
- */
199
+
356
200
  getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupVaultNotificationsCommandOutput>;
357
201
  getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
358
202
  getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
359
- /**
360
- * <p>Returns a set of metadata key-value pairs that were used to create the backup.</p>
361
- */
203
+
362
204
  getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
363
205
  getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
364
206
  getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
365
- /**
366
- * <p>Returns the Amazon Web Services resource types supported by Backup.</p>
367
- */
207
+
368
208
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSupportedResourceTypesCommandOutput>;
369
209
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
370
210
  getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
371
- /**
372
- * <p>Returns a list of existing backup jobs for an authenticated account for the last 30
373
- * days. For a longer period of time, consider using these <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html">monitoring tools</a>.</p>
374
- */
211
+
375
212
  listBackupJobs(args: ListBackupJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupJobsCommandOutput>;
376
213
  listBackupJobs(args: ListBackupJobsCommandInput, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
377
214
  listBackupJobs(args: ListBackupJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
378
- /**
379
- * <p>Returns a list of all active backup plans for an authenticated account. The list
380
- * contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion
381
- * dates, version IDs, plan names, and creator request IDs.</p>
382
- */
215
+
383
216
  listBackupPlans(args: ListBackupPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlansCommandOutput>;
384
217
  listBackupPlans(args: ListBackupPlansCommandInput, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
385
218
  listBackupPlans(args: ListBackupPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
386
- /**
387
- * <p>Returns metadata of your saved backup plan templates, including the template ID, name,
388
- * and the creation and deletion dates.</p>
389
- */
219
+
390
220
  listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlanTemplatesCommandOutput>;
391
221
  listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
392
222
  listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
393
- /**
394
- * <p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs),
395
- * backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>
396
- */
223
+
397
224
  listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupPlanVersionsCommandOutput>;
398
225
  listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
399
226
  listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
400
- /**
401
- * <p>Returns an array containing metadata of the resources associated with the target backup
402
- * plan.</p>
403
- */
227
+
404
228
  listBackupSelections(args: ListBackupSelectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupSelectionsCommandOutput>;
405
229
  listBackupSelections(args: ListBackupSelectionsCommandInput, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
406
230
  listBackupSelections(args: ListBackupSelectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
407
- /**
408
- * <p>Returns a list of recovery point storage containers along with information about
409
- * them.</p>
410
- */
231
+
411
232
  listBackupVaults(args: ListBackupVaultsCommandInput, options?: __HttpHandlerOptions): Promise<ListBackupVaultsCommandOutput>;
412
233
  listBackupVaults(args: ListBackupVaultsCommandInput, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
413
234
  listBackupVaults(args: ListBackupVaultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
414
- /**
415
- * <p>Returns metadata about your copy jobs.</p>
416
- */
235
+
417
236
  listCopyJobs(args: ListCopyJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCopyJobsCommandOutput>;
418
237
  listCopyJobs(args: ListCopyJobsCommandInput, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
419
238
  listCopyJobs(args: ListCopyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
420
- /**
421
- * <p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>
422
- */
239
+
423
240
  listFrameworks(args: ListFrameworksCommandInput, options?: __HttpHandlerOptions): Promise<ListFrameworksCommandOutput>;
424
241
  listFrameworks(args: ListFrameworksCommandInput, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
425
242
  listFrameworks(args: ListFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
426
- /**
427
- * <p>Returns an array of resources successfully backed up by Backup, including
428
- * the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a
429
- * resource type.</p>
430
- */
243
+
431
244
  listProtectedResources(args: ListProtectedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectedResourcesCommandOutput>;
432
245
  listProtectedResources(args: ListProtectedResourcesCommandInput, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
433
246
  listProtectedResources(args: ListProtectedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
434
- /**
435
- * <p>Returns detailed information about the recovery points stored in a backup vault.</p>
436
- */
247
+
437
248
  listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
438
249
  listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
439
250
  listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
440
- /**
441
- * <p>Returns detailed information about all the recovery points of the type specified by a
442
- * resource Amazon Resource Name (ARN).</p>
443
- * <note>
444
- * <p>For Amazon EFS and Amazon EC2, this action only lists recovery points
445
- * created by Backup.</p>
446
- * </note>
447
- */
251
+
448
252
  listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsByResourceCommandOutput>;
449
253
  listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
450
254
  listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
451
- /**
452
- * <p>Returns details about your report jobs.</p>
453
- */
255
+
454
256
  listReportJobs(args: ListReportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportJobsCommandOutput>;
455
257
  listReportJobs(args: ListReportJobsCommandInput, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
456
258
  listReportJobs(args: ListReportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
457
- /**
458
- * <p>Returns a list of your report plans. For detailed information about a single report
459
- * plan, use <code>DescribeReportPlan</code>.</p>
460
- */
259
+
461
260
  listReportPlans(args: ListReportPlansCommandInput, options?: __HttpHandlerOptions): Promise<ListReportPlansCommandOutput>;
462
261
  listReportPlans(args: ListReportPlansCommandInput, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
463
262
  listReportPlans(args: ListReportPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
464
- /**
465
- * <p>Returns a list of jobs that Backup initiated to restore a saved resource,
466
- * including details about the recovery process.</p>
467
- */
263
+
468
264
  listRestoreJobs(args: ListRestoreJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListRestoreJobsCommandOutput>;
469
265
  listRestoreJobs(args: ListRestoreJobsCommandInput, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
470
266
  listRestoreJobs(args: ListRestoreJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
471
- /**
472
- * <p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or
473
- * backup vault.</p>
474
- * <note>
475
- * <p>
476
- * <code>ListTags</code> are currently only supported with Amazon EFS
477
- * backups.</p>
478
- * </note>
479
- */
267
+
480
268
  listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
481
269
  listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
482
270
  listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
483
- /**
484
- * <p>Sets a resource-based policy that is used to manage access permissions on the target
485
- * backup vault. Requires a backup vault name and an access policy document in JSON
486
- * format.</p>
487
- */
271
+
488
272
  putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultAccessPolicyCommandOutput>;
489
273
  putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
490
274
  putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
491
- /**
492
- * <p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete
493
- * any recovery point stored in or created in a backup vault. Vault Lock also prevents
494
- * attempts to update the lifecycle policy that controls the retention period of any recovery
495
- * point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and
496
- * maximum retention period for future backup and copy jobs that target a backup vault.</p>
497
- */
275
+
498
276
  putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultLockConfigurationCommandOutput>;
499
277
  putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
500
278
  putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
501
- /**
502
- * <p>Turns on notifications on a backup vault for the specified topic and events.</p>
503
- */
279
+
504
280
  putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultNotificationsCommandOutput>;
505
281
  putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
506
282
  putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
507
- /**
508
- * <p>Starts an on-demand backup job for the specified resource.</p>
509
- */
283
+
510
284
  startBackupJob(args: StartBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<StartBackupJobCommandOutput>;
511
285
  startBackupJob(args: StartBackupJobCommandInput, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
512
286
  startBackupJob(args: StartBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
513
- /**
514
- * <p>Starts a job to create a one-time copy of the specified resource.</p>
515
- * <p>Does not support continuous backups.</p>
516
- */
287
+
517
288
  startCopyJob(args: StartCopyJobCommandInput, options?: __HttpHandlerOptions): Promise<StartCopyJobCommandOutput>;
518
289
  startCopyJob(args: StartCopyJobCommandInput, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
519
290
  startCopyJob(args: StartCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
520
- /**
521
- * <p>Starts an on-demand report job for the specified report plan.</p>
522
- */
291
+
523
292
  startReportJob(args: StartReportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReportJobCommandOutput>;
524
293
  startReportJob(args: StartReportJobCommandInput, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
525
294
  startReportJob(args: StartReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
526
- /**
527
- * <p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>
528
- */
295
+
529
296
  startRestoreJob(args: StartRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRestoreJobCommandOutput>;
530
297
  startRestoreJob(args: StartRestoreJobCommandInput, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
531
298
  startRestoreJob(args: StartRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
532
- /**
533
- * <p>Attempts to cancel a job to create a one-time backup of a resource.</p>
534
- */
299
+
535
300
  stopBackupJob(args: StopBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<StopBackupJobCommandOutput>;
536
301
  stopBackupJob(args: StopBackupJobCommandInput, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
537
302
  stopBackupJob(args: StopBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
538
- /**
539
- * <p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault
540
- * identified by an Amazon Resource Name (ARN).</p>
541
- */
303
+
542
304
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
543
305
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
544
306
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
545
- /**
546
- * <p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault
547
- * identified by an Amazon Resource Name (ARN)</p>
548
- */
307
+
549
308
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
550
309
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
551
310
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
552
- /**
553
- * <p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the
554
- * input document in JSON format. The new version is uniquely identified by a
555
- * <code>VersionId</code>.</p>
556
- */
311
+
557
312
  updateBackupPlan(args: UpdateBackupPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBackupPlanCommandOutput>;
558
313
  updateBackupPlan(args: UpdateBackupPlanCommandInput, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
559
314
  updateBackupPlan(args: UpdateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
560
- /**
561
- * <p>Updates an existing framework identified by its <code>FrameworkName</code> with the
562
- * input document in JSON format.</p>
563
- */
315
+
564
316
  updateFramework(args: UpdateFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFrameworkCommandOutput>;
565
317
  updateFramework(args: UpdateFrameworkCommandInput, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
566
318
  updateFramework(args: UpdateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
567
- /**
568
- * <p>Updates whether the Amazon Web Services account is opted in to cross-account backup.
569
- * Returns an error if the account is not an Organizations management account. Use the
570
- * <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
571
- */
319
+
572
320
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
573
321
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
574
322
  updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
575
- /**
576
- * <p>Sets the transition lifecycle of a recovery point.</p>
577
- * <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
578
- * it expires. Backup transitions and expires backups automatically according to
579
- * the lifecycle that you define.</p>
580
- * <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
581
- * days. Therefore, the “expire after days” setting must be 90 days greater than the
582
- * “transition to cold after days” setting. The “transition to cold after days” setting cannot
583
- * be changed after a backup has been transitioned to cold.</p>
584
- * <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
585
- * <p>Does not support continuous backups.</p>
586
- */
323
+
587
324
  updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRecoveryPointLifecycleCommandOutput>;
588
325
  updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
589
326
  updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
590
- /**
591
- * <p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled
592
- * for a service, Backup tries to protect that service's resources in this Region,
593
- * when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
594
- * Backup does not try to protect that service's resources in this Region. Use
595
- * the <code>DescribeRegionSettings</code> API to determine the resource types that are
596
- * supported.</p>
597
- */
327
+
598
328
  updateRegionSettings(args: UpdateRegionSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegionSettingsCommandOutput>;
599
329
  updateRegionSettings(args: UpdateRegionSettingsCommandInput, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
600
330
  updateRegionSettings(args: UpdateRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
601
- /**
602
- * <p>Updates an existing report plan identified by its <code>ReportPlanName</code> with the
603
- * input document in JSON format.</p>
604
- */
331
+
605
332
  updateReportPlan(args: UpdateReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<UpdateReportPlanCommandOutput>;
606
333
  updateReportPlan(args: UpdateReportPlanCommandInput, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;
607
334
  updateReportPlan(args: UpdateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateReportPlanCommandOutput) => void): void;