@aws-sdk/client-backup 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/Backup.d.ts +73 -0
- package/dist-types/BackupClient.d.ts +24 -4
- package/dist-types/commands/CancelLegalHoldCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +16 -0
- package/dist-types/commands/CreateFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateLegalHoldCommand.d.ts +16 -0
- package/dist-types/commands/CreateReportPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +16 -0
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/GetLegalHoldCommand.d.ts +16 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +16 -0
- package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +16 -0
- package/dist-types/commands/ListCopyJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListFrameworksCommand.d.ts +16 -0
- package/dist-types/commands/ListLegalHoldsCommand.d.ts +16 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +16 -0
- package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +16 -0
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListReportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListReportPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsCommand.d.ts +16 -0
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +16 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +16 -0
- package/dist-types/commands/StartReportJobCommand.d.ts +16 -0
- package/dist-types/commands/StartRestoreJobCommand.d.ts +16 -0
- package/dist-types/commands/StopBackupJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +16 -0
- package/dist-types/models/BackupServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +451 -6
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBackupJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBackupPlanTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBackupPlanVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBackupPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBackupSelectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBackupVaultsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCopyJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFrameworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLegalHoldsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProtectedResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecoveryPointsByLegalHoldPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecoveryPointsByResourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListReportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReportPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRestoreJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
- package/package.json +3 -3
package/dist-types/Backup.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleC
|
|
|
73
73
|
import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "./commands/UpdateRegionSettingsCommand";
|
|
74
74
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
|
|
75
75
|
/**
|
|
76
|
+
* @public
|
|
76
77
|
* <fullname>Backup</fullname>
|
|
77
78
|
* <p>Backup is a unified backup service designed to protect Amazon Web Services
|
|
78
79
|
* services and their associated data. Backup simplifies the creation, migration,
|
|
@@ -81,6 +82,7 @@ import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./c
|
|
|
81
82
|
*/
|
|
82
83
|
export declare class Backup extends BackupClient {
|
|
83
84
|
/**
|
|
85
|
+
* @public
|
|
84
86
|
* <p>This action removes the specified legal hold on a recovery point.
|
|
85
87
|
* This action can only be performed by a user with sufficient permissions.</p>
|
|
86
88
|
*/
|
|
@@ -88,6 +90,7 @@ export declare class Backup extends BackupClient {
|
|
|
88
90
|
cancelLegalHold(args: CancelLegalHoldCommandInput, cb: (err: any, data?: CancelLegalHoldCommandOutput) => void): void;
|
|
89
91
|
cancelLegalHold(args: CancelLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelLegalHoldCommandOutput) => void): void;
|
|
90
92
|
/**
|
|
93
|
+
* @public
|
|
91
94
|
* <p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a
|
|
92
95
|
* document that contains information that Backup uses to schedule tasks that
|
|
93
96
|
* create recovery points for resources.</p>
|
|
@@ -98,6 +101,7 @@ export declare class Backup extends BackupClient {
|
|
|
98
101
|
createBackupPlan(args: CreateBackupPlanCommandInput, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
|
|
99
102
|
createBackupPlan(args: CreateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
|
|
100
103
|
/**
|
|
104
|
+
* @public
|
|
101
105
|
* <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
|
102
106
|
* For examples, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-json">Assigning resources programmatically</a>. </p>
|
|
103
107
|
*/
|
|
@@ -105,6 +109,7 @@ export declare class Backup extends BackupClient {
|
|
|
105
109
|
createBackupSelection(args: CreateBackupSelectionCommandInput, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
|
|
106
110
|
createBackupSelection(args: CreateBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
|
|
107
111
|
/**
|
|
112
|
+
* @public
|
|
108
113
|
* <p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>
|
|
109
114
|
* request includes a name, optionally one or more resource tags, an encryption key, and a
|
|
110
115
|
* request ID.</p>
|
|
@@ -117,6 +122,7 @@ export declare class Backup extends BackupClient {
|
|
|
117
122
|
createBackupVault(args: CreateBackupVaultCommandInput, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
|
|
118
123
|
createBackupVault(args: CreateBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupVaultCommandOutput) => void): void;
|
|
119
124
|
/**
|
|
125
|
+
* @public
|
|
120
126
|
* <p>Creates a framework with one or more controls. A framework is a collection of controls
|
|
121
127
|
* that you can use to evaluate your backup practices. By using pre-built customizable
|
|
122
128
|
* controls to define your policies, you can evaluate whether your backup practices comply
|
|
@@ -126,6 +132,7 @@ export declare class Backup extends BackupClient {
|
|
|
126
132
|
createFramework(args: CreateFrameworkCommandInput, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
|
|
127
133
|
createFramework(args: CreateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFrameworkCommandOutput) => void): void;
|
|
128
134
|
/**
|
|
135
|
+
* @public
|
|
129
136
|
* <p>This action creates a legal hold on a recovery point (backup). A legal hold
|
|
130
137
|
* is a restraint on altering or deleting a backup until an authorized user cancels the
|
|
131
138
|
* legal hold. Any actions to delete or disassociate a recovery point will fail with
|
|
@@ -135,6 +142,7 @@ export declare class Backup extends BackupClient {
|
|
|
135
142
|
createLegalHold(args: CreateLegalHoldCommandInput, cb: (err: any, data?: CreateLegalHoldCommandOutput) => void): void;
|
|
136
143
|
createLegalHold(args: CreateLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLegalHoldCommandOutput) => void): void;
|
|
137
144
|
/**
|
|
145
|
+
* @public
|
|
138
146
|
* <p>Creates a report plan. A report plan is a document that contains information about the
|
|
139
147
|
* contents of the report and where Backup will deliver it.</p>
|
|
140
148
|
* <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive
|
|
@@ -144,6 +152,7 @@ export declare class Backup extends BackupClient {
|
|
|
144
152
|
createReportPlan(args: CreateReportPlanCommandInput, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
|
|
145
153
|
createReportPlan(args: CreateReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReportPlanCommandOutput) => void): void;
|
|
146
154
|
/**
|
|
155
|
+
* @public
|
|
147
156
|
* <p>Deletes a backup plan. A backup plan can only be deleted after all associated selections
|
|
148
157
|
* of resources have been deleted. Deleting a backup plan deletes the current version of a
|
|
149
158
|
* backup plan. Previous versions, if any, will still exist.</p>
|
|
@@ -152,6 +161,7 @@ export declare class Backup extends BackupClient {
|
|
|
152
161
|
deleteBackupPlan(args: DeleteBackupPlanCommandInput, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
|
|
153
162
|
deleteBackupPlan(args: DeleteBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupPlanCommandOutput) => void): void;
|
|
154
163
|
/**
|
|
164
|
+
* @public
|
|
155
165
|
* <p>Deletes the resource selection associated with a backup plan that is specified by the
|
|
156
166
|
* <code>SelectionId</code>.</p>
|
|
157
167
|
*/
|
|
@@ -159,6 +169,7 @@ export declare class Backup extends BackupClient {
|
|
|
159
169
|
deleteBackupSelection(args: DeleteBackupSelectionCommandInput, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
|
|
160
170
|
deleteBackupSelection(args: DeleteBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupSelectionCommandOutput) => void): void;
|
|
161
171
|
/**
|
|
172
|
+
* @public
|
|
162
173
|
* <p>Deletes the backup vault identified by its name. A vault can be deleted only if it is
|
|
163
174
|
* empty.</p>
|
|
164
175
|
*/
|
|
@@ -166,12 +177,14 @@ export declare class Backup extends BackupClient {
|
|
|
166
177
|
deleteBackupVault(args: DeleteBackupVaultCommandInput, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
|
|
167
178
|
deleteBackupVault(args: DeleteBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultCommandOutput) => void): void;
|
|
168
179
|
/**
|
|
180
|
+
* @public
|
|
169
181
|
* <p>Deletes the policy document that manages permissions on a backup vault.</p>
|
|
170
182
|
*/
|
|
171
183
|
deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
|
|
172
184
|
deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
173
185
|
deleteBackupVaultAccessPolicy(args: DeleteBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
174
186
|
/**
|
|
187
|
+
* @public
|
|
175
188
|
* <p>Deletes Backup Vault Lock from a backup vault specified by a backup vault
|
|
176
189
|
* name.</p>
|
|
177
190
|
* <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using
|
|
@@ -183,18 +196,21 @@ export declare class Backup extends BackupClient {
|
|
|
183
196
|
deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
|
|
184
197
|
deleteBackupVaultLockConfiguration(args: DeleteBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultLockConfigurationCommandOutput) => void): void;
|
|
185
198
|
/**
|
|
199
|
+
* @public
|
|
186
200
|
* <p>Deletes event notifications for the specified backup vault.</p>
|
|
187
201
|
*/
|
|
188
202
|
deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBackupVaultNotificationsCommandOutput>;
|
|
189
203
|
deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
|
|
190
204
|
deleteBackupVaultNotifications(args: DeleteBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBackupVaultNotificationsCommandOutput) => void): void;
|
|
191
205
|
/**
|
|
206
|
+
* @public
|
|
192
207
|
* <p>Deletes the framework specified by a framework name.</p>
|
|
193
208
|
*/
|
|
194
209
|
deleteFramework(args: DeleteFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFrameworkCommandOutput>;
|
|
195
210
|
deleteFramework(args: DeleteFrameworkCommandInput, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
|
|
196
211
|
deleteFramework(args: DeleteFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFrameworkCommandOutput) => void): void;
|
|
197
212
|
/**
|
|
213
|
+
* @public
|
|
198
214
|
* <p>Deletes the recovery point specified by a recovery point ID.</p>
|
|
199
215
|
* <p>If the recovery point ID belongs to a continuous backup, calling this endpoint deletes
|
|
200
216
|
* the existing continuous backup and stops future continuous backup.</p>
|
|
@@ -213,36 +229,42 @@ export declare class Backup extends BackupClient {
|
|
|
213
229
|
deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
|
|
214
230
|
deleteRecoveryPoint(args: DeleteRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRecoveryPointCommandOutput) => void): void;
|
|
215
231
|
/**
|
|
232
|
+
* @public
|
|
216
233
|
* <p>Deletes the report plan specified by a report plan name.</p>
|
|
217
234
|
*/
|
|
218
235
|
deleteReportPlan(args: DeleteReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReportPlanCommandOutput>;
|
|
219
236
|
deleteReportPlan(args: DeleteReportPlanCommandInput, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
|
|
220
237
|
deleteReportPlan(args: DeleteReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReportPlanCommandOutput) => void): void;
|
|
221
238
|
/**
|
|
239
|
+
* @public
|
|
222
240
|
* <p>Returns backup job details for the specified <code>BackupJobId</code>.</p>
|
|
223
241
|
*/
|
|
224
242
|
describeBackupJob(args: DescribeBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupJobCommandOutput>;
|
|
225
243
|
describeBackupJob(args: DescribeBackupJobCommandInput, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
|
|
226
244
|
describeBackupJob(args: DescribeBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupJobCommandOutput) => void): void;
|
|
227
245
|
/**
|
|
246
|
+
* @public
|
|
228
247
|
* <p>Returns metadata about a backup vault specified by its name.</p>
|
|
229
248
|
*/
|
|
230
249
|
describeBackupVault(args: DescribeBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupVaultCommandOutput>;
|
|
231
250
|
describeBackupVault(args: DescribeBackupVaultCommandInput, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
|
|
232
251
|
describeBackupVault(args: DescribeBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupVaultCommandOutput) => void): void;
|
|
233
252
|
/**
|
|
253
|
+
* @public
|
|
234
254
|
* <p>Returns metadata associated with creating a copy of a resource.</p>
|
|
235
255
|
*/
|
|
236
256
|
describeCopyJob(args: DescribeCopyJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCopyJobCommandOutput>;
|
|
237
257
|
describeCopyJob(args: DescribeCopyJobCommandInput, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
|
|
238
258
|
describeCopyJob(args: DescribeCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCopyJobCommandOutput) => void): void;
|
|
239
259
|
/**
|
|
260
|
+
* @public
|
|
240
261
|
* <p>Returns the framework details for the specified <code>FrameworkName</code>.</p>
|
|
241
262
|
*/
|
|
242
263
|
describeFramework(args: DescribeFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFrameworkCommandOutput>;
|
|
243
264
|
describeFramework(args: DescribeFrameworkCommandInput, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
|
|
244
265
|
describeFramework(args: DescribeFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFrameworkCommandOutput) => void): void;
|
|
245
266
|
/**
|
|
267
|
+
* @public
|
|
246
268
|
* <p>Describes whether the Amazon Web Services account is opted in to cross-account backup.
|
|
247
269
|
* Returns an error if the account is not a member of an Organizations organization.
|
|
248
270
|
* Example: <code>describe-global-settings --region us-west-2</code>
|
|
@@ -252,6 +274,7 @@ export declare class Backup extends BackupClient {
|
|
|
252
274
|
describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
|
|
253
275
|
describeGlobalSettings(args: DescribeGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGlobalSettingsCommandOutput) => void): void;
|
|
254
276
|
/**
|
|
277
|
+
* @public
|
|
255
278
|
* <p>Returns information about a saved resource, including the last time it was backed up,
|
|
256
279
|
* its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved
|
|
257
280
|
* resource.</p>
|
|
@@ -260,6 +283,7 @@ export declare class Backup extends BackupClient {
|
|
|
260
283
|
describeProtectedResource(args: DescribeProtectedResourceCommandInput, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
|
|
261
284
|
describeProtectedResource(args: DescribeProtectedResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectedResourceCommandOutput) => void): void;
|
|
262
285
|
/**
|
|
286
|
+
* @public
|
|
263
287
|
* <p>Returns metadata associated with a recovery point, including ID, status, encryption, and
|
|
264
288
|
* lifecycle.</p>
|
|
265
289
|
*/
|
|
@@ -267,6 +291,7 @@ export declare class Backup extends BackupClient {
|
|
|
267
291
|
describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
|
|
268
292
|
describeRecoveryPoint(args: DescribeRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecoveryPointCommandOutput) => void): void;
|
|
269
293
|
/**
|
|
294
|
+
* @public
|
|
270
295
|
* <p>Returns the current service opt-in settings for the Region. If service opt-in is enabled
|
|
271
296
|
* for a service, Backup tries to protect that service's resources in this Region,
|
|
272
297
|
* when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
|
|
@@ -277,6 +302,7 @@ export declare class Backup extends BackupClient {
|
|
|
277
302
|
describeRegionSettings(args: DescribeRegionSettingsCommandInput, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
|
|
278
303
|
describeRegionSettings(args: DescribeRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRegionSettingsCommandOutput) => void): void;
|
|
279
304
|
/**
|
|
305
|
+
* @public
|
|
280
306
|
* <p>Returns the details associated with creating a report as specified by its
|
|
281
307
|
* <code>ReportJobId</code>.</p>
|
|
282
308
|
*/
|
|
@@ -284,18 +310,21 @@ export declare class Backup extends BackupClient {
|
|
|
284
310
|
describeReportJob(args: DescribeReportJobCommandInput, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
|
|
285
311
|
describeReportJob(args: DescribeReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportJobCommandOutput) => void): void;
|
|
286
312
|
/**
|
|
313
|
+
* @public
|
|
287
314
|
* <p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>
|
|
288
315
|
*/
|
|
289
316
|
describeReportPlan(args: DescribeReportPlanCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReportPlanCommandOutput>;
|
|
290
317
|
describeReportPlan(args: DescribeReportPlanCommandInput, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
|
|
291
318
|
describeReportPlan(args: DescribeReportPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReportPlanCommandOutput) => void): void;
|
|
292
319
|
/**
|
|
320
|
+
* @public
|
|
293
321
|
* <p>Returns metadata associated with a restore job that is specified by a job ID.</p>
|
|
294
322
|
*/
|
|
295
323
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRestoreJobCommandOutput>;
|
|
296
324
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
|
|
297
325
|
describeRestoreJob(args: DescribeRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRestoreJobCommandOutput) => void): void;
|
|
298
326
|
/**
|
|
327
|
+
* @public
|
|
299
328
|
* <p>Deletes the specified continuous backup recovery point from Backup and
|
|
300
329
|
* 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
|
|
301
330
|
* lifecycle that you specified in your original backup plan.</p>
|
|
@@ -305,6 +334,7 @@ export declare class Backup extends BackupClient {
|
|
|
305
334
|
disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
|
|
306
335
|
disassociateRecoveryPoint(args: DisassociateRecoveryPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRecoveryPointCommandOutput) => void): void;
|
|
307
336
|
/**
|
|
337
|
+
* @public
|
|
308
338
|
* <p>This action to a specific child (nested) recovery point removes the relationship
|
|
309
339
|
* between the specified recovery point and its parent (composite) recovery point.</p>
|
|
310
340
|
*/
|
|
@@ -312,12 +342,14 @@ export declare class Backup extends BackupClient {
|
|
|
312
342
|
disassociateRecoveryPointFromParent(args: DisassociateRecoveryPointFromParentCommandInput, cb: (err: any, data?: DisassociateRecoveryPointFromParentCommandOutput) => void): void;
|
|
313
343
|
disassociateRecoveryPointFromParent(args: DisassociateRecoveryPointFromParentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRecoveryPointFromParentCommandOutput) => void): void;
|
|
314
344
|
/**
|
|
345
|
+
* @public
|
|
315
346
|
* <p>Returns the backup plan that is specified by the plan ID as a backup template.</p>
|
|
316
347
|
*/
|
|
317
348
|
exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options?: __HttpHandlerOptions): Promise<ExportBackupPlanTemplateCommandOutput>;
|
|
318
349
|
exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
|
|
319
350
|
exportBackupPlanTemplate(args: ExportBackupPlanTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportBackupPlanTemplateCommandOutput) => void): void;
|
|
320
351
|
/**
|
|
352
|
+
* @public
|
|
321
353
|
* <p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The
|
|
322
354
|
* details are the body of a backup plan in JSON format, in addition to plan metadata.</p>
|
|
323
355
|
*/
|
|
@@ -325,18 +357,21 @@ export declare class Backup extends BackupClient {
|
|
|
325
357
|
getBackupPlan(args: GetBackupPlanCommandInput, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
|
|
326
358
|
getBackupPlan(args: GetBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanCommandOutput) => void): void;
|
|
327
359
|
/**
|
|
360
|
+
* @public
|
|
328
361
|
* <p>Returns a valid JSON document specifying a backup plan or an error.</p>
|
|
329
362
|
*/
|
|
330
363
|
getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromJSONCommandOutput>;
|
|
331
364
|
getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
|
|
332
365
|
getBackupPlanFromJSON(args: GetBackupPlanFromJSONCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromJSONCommandOutput) => void): void;
|
|
333
366
|
/**
|
|
367
|
+
* @public
|
|
334
368
|
* <p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>
|
|
335
369
|
*/
|
|
336
370
|
getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupPlanFromTemplateCommandOutput>;
|
|
337
371
|
getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
|
|
338
372
|
getBackupPlanFromTemplate(args: GetBackupPlanFromTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupPlanFromTemplateCommandOutput) => void): void;
|
|
339
373
|
/**
|
|
374
|
+
* @public
|
|
340
375
|
* <p>Returns selection metadata and a document in JSON format that specifies a list of
|
|
341
376
|
* resources that are associated with a backup plan.</p>
|
|
342
377
|
*/
|
|
@@ -344,6 +379,7 @@ export declare class Backup extends BackupClient {
|
|
|
344
379
|
getBackupSelection(args: GetBackupSelectionCommandInput, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
|
|
345
380
|
getBackupSelection(args: GetBackupSelectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupSelectionCommandOutput) => void): void;
|
|
346
381
|
/**
|
|
382
|
+
* @public
|
|
347
383
|
* <p>Returns the access policy document that is associated with the named backup
|
|
348
384
|
* vault.</p>
|
|
349
385
|
*/
|
|
@@ -351,12 +387,14 @@ export declare class Backup extends BackupClient {
|
|
|
351
387
|
getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
352
388
|
getBackupVaultAccessPolicy(args: GetBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
353
389
|
/**
|
|
390
|
+
* @public
|
|
354
391
|
* <p>Returns event notifications for the specified backup vault.</p>
|
|
355
392
|
*/
|
|
356
393
|
getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<GetBackupVaultNotificationsCommandOutput>;
|
|
357
394
|
getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
|
|
358
395
|
getBackupVaultNotifications(args: GetBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBackupVaultNotificationsCommandOutput) => void): void;
|
|
359
396
|
/**
|
|
397
|
+
* @public
|
|
360
398
|
* <p>This action returns details for a specified legal hold. The details are the
|
|
361
399
|
* body of a legal hold in JSON format, in addition to metadata.</p>
|
|
362
400
|
*/
|
|
@@ -364,18 +402,21 @@ export declare class Backup extends BackupClient {
|
|
|
364
402
|
getLegalHold(args: GetLegalHoldCommandInput, cb: (err: any, data?: GetLegalHoldCommandOutput) => void): void;
|
|
365
403
|
getLegalHold(args: GetLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLegalHoldCommandOutput) => void): void;
|
|
366
404
|
/**
|
|
405
|
+
* @public
|
|
367
406
|
* <p>Returns a set of metadata key-value pairs that were used to create the backup.</p>
|
|
368
407
|
*/
|
|
369
408
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
|
|
370
409
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
|
|
371
410
|
getRecoveryPointRestoreMetadata(args: GetRecoveryPointRestoreMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRecoveryPointRestoreMetadataCommandOutput) => void): void;
|
|
372
411
|
/**
|
|
412
|
+
* @public
|
|
373
413
|
* <p>Returns the Amazon Web Services resource types supported by Backup.</p>
|
|
374
414
|
*/
|
|
375
415
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options?: __HttpHandlerOptions): Promise<GetSupportedResourceTypesCommandOutput>;
|
|
376
416
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
|
|
377
417
|
getSupportedResourceTypes(args: GetSupportedResourceTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSupportedResourceTypesCommandOutput) => void): void;
|
|
378
418
|
/**
|
|
419
|
+
* @public
|
|
379
420
|
* <p>Returns a list of existing backup jobs for an authenticated account for the last 30
|
|
380
421
|
* 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>
|
|
381
422
|
*/
|
|
@@ -383,6 +424,7 @@ export declare class Backup extends BackupClient {
|
|
|
383
424
|
listBackupJobs(args: ListBackupJobsCommandInput, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
|
|
384
425
|
listBackupJobs(args: ListBackupJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupJobsCommandOutput) => void): void;
|
|
385
426
|
/**
|
|
427
|
+
* @public
|
|
386
428
|
* <p>Returns a list of all active backup plans for an authenticated account. The list
|
|
387
429
|
* contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion
|
|
388
430
|
* dates, version IDs, plan names, and creator request IDs.</p>
|
|
@@ -391,6 +433,7 @@ export declare class Backup extends BackupClient {
|
|
|
391
433
|
listBackupPlans(args: ListBackupPlansCommandInput, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
|
|
392
434
|
listBackupPlans(args: ListBackupPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlansCommandOutput) => void): void;
|
|
393
435
|
/**
|
|
436
|
+
* @public
|
|
394
437
|
* <p>Returns metadata of your saved backup plan templates, including the template ID, name,
|
|
395
438
|
* and the creation and deletion dates.</p>
|
|
396
439
|
*/
|
|
@@ -398,6 +441,7 @@ export declare class Backup extends BackupClient {
|
|
|
398
441
|
listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
|
|
399
442
|
listBackupPlanTemplates(args: ListBackupPlanTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanTemplatesCommandOutput) => void): void;
|
|
400
443
|
/**
|
|
444
|
+
* @public
|
|
401
445
|
* <p>Returns version metadata of your backup plans, including Amazon Resource Names (ARNs),
|
|
402
446
|
* backup plan IDs, creation and deletion dates, plan names, and version IDs.</p>
|
|
403
447
|
*/
|
|
@@ -405,6 +449,7 @@ export declare class Backup extends BackupClient {
|
|
|
405
449
|
listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
|
|
406
450
|
listBackupPlanVersions(args: ListBackupPlanVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupPlanVersionsCommandOutput) => void): void;
|
|
407
451
|
/**
|
|
452
|
+
* @public
|
|
408
453
|
* <p>Returns an array containing metadata of the resources associated with the target backup
|
|
409
454
|
* plan.</p>
|
|
410
455
|
*/
|
|
@@ -412,6 +457,7 @@ export declare class Backup extends BackupClient {
|
|
|
412
457
|
listBackupSelections(args: ListBackupSelectionsCommandInput, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
|
|
413
458
|
listBackupSelections(args: ListBackupSelectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupSelectionsCommandOutput) => void): void;
|
|
414
459
|
/**
|
|
460
|
+
* @public
|
|
415
461
|
* <p>Returns a list of recovery point storage containers along with information about
|
|
416
462
|
* them.</p>
|
|
417
463
|
*/
|
|
@@ -419,24 +465,28 @@ export declare class Backup extends BackupClient {
|
|
|
419
465
|
listBackupVaults(args: ListBackupVaultsCommandInput, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
|
|
420
466
|
listBackupVaults(args: ListBackupVaultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListBackupVaultsCommandOutput) => void): void;
|
|
421
467
|
/**
|
|
468
|
+
* @public
|
|
422
469
|
* <p>Returns metadata about your copy jobs.</p>
|
|
423
470
|
*/
|
|
424
471
|
listCopyJobs(args: ListCopyJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCopyJobsCommandOutput>;
|
|
425
472
|
listCopyJobs(args: ListCopyJobsCommandInput, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
|
|
426
473
|
listCopyJobs(args: ListCopyJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCopyJobsCommandOutput) => void): void;
|
|
427
474
|
/**
|
|
475
|
+
* @public
|
|
428
476
|
* <p>Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.</p>
|
|
429
477
|
*/
|
|
430
478
|
listFrameworks(args: ListFrameworksCommandInput, options?: __HttpHandlerOptions): Promise<ListFrameworksCommandOutput>;
|
|
431
479
|
listFrameworks(args: ListFrameworksCommandInput, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
|
|
432
480
|
listFrameworks(args: ListFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFrameworksCommandOutput) => void): void;
|
|
433
481
|
/**
|
|
482
|
+
* @public
|
|
434
483
|
* <p>This action returns metadata about active and previous legal holds.</p>
|
|
435
484
|
*/
|
|
436
485
|
listLegalHolds(args: ListLegalHoldsCommandInput, options?: __HttpHandlerOptions): Promise<ListLegalHoldsCommandOutput>;
|
|
437
486
|
listLegalHolds(args: ListLegalHoldsCommandInput, cb: (err: any, data?: ListLegalHoldsCommandOutput) => void): void;
|
|
438
487
|
listLegalHolds(args: ListLegalHoldsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLegalHoldsCommandOutput) => void): void;
|
|
439
488
|
/**
|
|
489
|
+
* @public
|
|
440
490
|
* <p>Returns an array of resources successfully backed up by Backup, including
|
|
441
491
|
* the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a
|
|
442
492
|
* resource type.</p>
|
|
@@ -445,12 +495,14 @@ export declare class Backup extends BackupClient {
|
|
|
445
495
|
listProtectedResources(args: ListProtectedResourcesCommandInput, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
|
|
446
496
|
listProtectedResources(args: ListProtectedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectedResourcesCommandOutput) => void): void;
|
|
447
497
|
/**
|
|
498
|
+
* @public
|
|
448
499
|
* <p>Returns detailed information about the recovery points stored in a backup vault.</p>
|
|
449
500
|
*/
|
|
450
501
|
listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options?: __HttpHandlerOptions): Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
|
|
451
502
|
listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
|
|
452
503
|
listRecoveryPointsByBackupVault(args: ListRecoveryPointsByBackupVaultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByBackupVaultCommandOutput) => void): void;
|
|
453
504
|
/**
|
|
505
|
+
* @public
|
|
454
506
|
* <p>This action returns recovery point ARNs (Amazon Resource Names) of the
|
|
455
507
|
* specified legal hold.</p>
|
|
456
508
|
*/
|
|
@@ -458,6 +510,7 @@ export declare class Backup extends BackupClient {
|
|
|
458
510
|
listRecoveryPointsByLegalHold(args: ListRecoveryPointsByLegalHoldCommandInput, cb: (err: any, data?: ListRecoveryPointsByLegalHoldCommandOutput) => void): void;
|
|
459
511
|
listRecoveryPointsByLegalHold(args: ListRecoveryPointsByLegalHoldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByLegalHoldCommandOutput) => void): void;
|
|
460
512
|
/**
|
|
513
|
+
* @public
|
|
461
514
|
* <p>Returns detailed information about all the recovery points of the type specified by a
|
|
462
515
|
* resource Amazon Resource Name (ARN).</p>
|
|
463
516
|
* <note>
|
|
@@ -469,12 +522,14 @@ export declare class Backup extends BackupClient {
|
|
|
469
522
|
listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
|
|
470
523
|
listRecoveryPointsByResource(args: ListRecoveryPointsByResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecoveryPointsByResourceCommandOutput) => void): void;
|
|
471
524
|
/**
|
|
525
|
+
* @public
|
|
472
526
|
* <p>Returns details about your report jobs.</p>
|
|
473
527
|
*/
|
|
474
528
|
listReportJobs(args: ListReportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListReportJobsCommandOutput>;
|
|
475
529
|
listReportJobs(args: ListReportJobsCommandInput, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
|
|
476
530
|
listReportJobs(args: ListReportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportJobsCommandOutput) => void): void;
|
|
477
531
|
/**
|
|
532
|
+
* @public
|
|
478
533
|
* <p>Returns a list of your report plans. For detailed information about a single report
|
|
479
534
|
* plan, use <code>DescribeReportPlan</code>.</p>
|
|
480
535
|
*/
|
|
@@ -482,6 +537,7 @@ export declare class Backup extends BackupClient {
|
|
|
482
537
|
listReportPlans(args: ListReportPlansCommandInput, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
|
|
483
538
|
listReportPlans(args: ListReportPlansCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListReportPlansCommandOutput) => void): void;
|
|
484
539
|
/**
|
|
540
|
+
* @public
|
|
485
541
|
* <p>Returns a list of jobs that Backup initiated to restore a saved resource,
|
|
486
542
|
* including details about the recovery process.</p>
|
|
487
543
|
*/
|
|
@@ -489,6 +545,7 @@ export declare class Backup extends BackupClient {
|
|
|
489
545
|
listRestoreJobs(args: ListRestoreJobsCommandInput, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
|
|
490
546
|
listRestoreJobs(args: ListRestoreJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRestoreJobsCommandOutput) => void): void;
|
|
491
547
|
/**
|
|
548
|
+
* @public
|
|
492
549
|
* <p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or
|
|
493
550
|
* backup vault.</p>
|
|
494
551
|
* <p>
|
|
@@ -500,6 +557,7 @@ export declare class Backup extends BackupClient {
|
|
|
500
557
|
listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
501
558
|
listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
|
|
502
559
|
/**
|
|
560
|
+
* @public
|
|
503
561
|
* <p>Sets a resource-based policy that is used to manage access permissions on the target
|
|
504
562
|
* backup vault. Requires a backup vault name and an access policy document in JSON
|
|
505
563
|
* format.</p>
|
|
@@ -508,6 +566,7 @@ export declare class Backup extends BackupClient {
|
|
|
508
566
|
putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
509
567
|
putBackupVaultAccessPolicy(args: PutBackupVaultAccessPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultAccessPolicyCommandOutput) => void): void;
|
|
510
568
|
/**
|
|
569
|
+
* @public
|
|
511
570
|
* <p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete
|
|
512
571
|
* any recovery point stored in or created in a backup vault. Vault Lock also prevents
|
|
513
572
|
* attempts to update the lifecycle policy that controls the retention period of any recovery
|
|
@@ -526,18 +585,21 @@ export declare class Backup extends BackupClient {
|
|
|
526
585
|
putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
|
|
527
586
|
putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
|
|
528
587
|
/**
|
|
588
|
+
* @public
|
|
529
589
|
* <p>Turns on notifications on a backup vault for the specified topic and events.</p>
|
|
530
590
|
*/
|
|
531
591
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultNotificationsCommandOutput>;
|
|
532
592
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
|
|
533
593
|
putBackupVaultNotifications(args: PutBackupVaultNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupVaultNotificationsCommandOutput) => void): void;
|
|
534
594
|
/**
|
|
595
|
+
* @public
|
|
535
596
|
* <p>Starts an on-demand backup job for the specified resource.</p>
|
|
536
597
|
*/
|
|
537
598
|
startBackupJob(args: StartBackupJobCommandInput, options?: __HttpHandlerOptions): Promise<StartBackupJobCommandOutput>;
|
|
538
599
|
startBackupJob(args: StartBackupJobCommandInput, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
|
|
539
600
|
startBackupJob(args: StartBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartBackupJobCommandOutput) => void): void;
|
|
540
601
|
/**
|
|
602
|
+
* @public
|
|
541
603
|
* <p>Starts a job to create a one-time copy of the specified resource.</p>
|
|
542
604
|
* <p>Does not support continuous backups.</p>
|
|
543
605
|
*/
|
|
@@ -545,18 +607,21 @@ export declare class Backup extends BackupClient {
|
|
|
545
607
|
startCopyJob(args: StartCopyJobCommandInput, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
|
|
546
608
|
startCopyJob(args: StartCopyJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartCopyJobCommandOutput) => void): void;
|
|
547
609
|
/**
|
|
610
|
+
* @public
|
|
548
611
|
* <p>Starts an on-demand report job for the specified report plan.</p>
|
|
549
612
|
*/
|
|
550
613
|
startReportJob(args: StartReportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartReportJobCommandOutput>;
|
|
551
614
|
startReportJob(args: StartReportJobCommandInput, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
|
|
552
615
|
startReportJob(args: StartReportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReportJobCommandOutput) => void): void;
|
|
553
616
|
/**
|
|
617
|
+
* @public
|
|
554
618
|
* <p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>
|
|
555
619
|
*/
|
|
556
620
|
startRestoreJob(args: StartRestoreJobCommandInput, options?: __HttpHandlerOptions): Promise<StartRestoreJobCommandOutput>;
|
|
557
621
|
startRestoreJob(args: StartRestoreJobCommandInput, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
|
|
558
622
|
startRestoreJob(args: StartRestoreJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRestoreJobCommandOutput) => void): void;
|
|
559
623
|
/**
|
|
624
|
+
* @public
|
|
560
625
|
* <p>Attempts to cancel a job to create a one-time backup of a resource.</p>
|
|
561
626
|
* <p>This action is not supported for the following services:
|
|
562
627
|
* Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP
|
|
@@ -567,6 +632,7 @@ export declare class Backup extends BackupClient {
|
|
|
567
632
|
stopBackupJob(args: StopBackupJobCommandInput, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
|
|
568
633
|
stopBackupJob(args: StopBackupJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopBackupJobCommandOutput) => void): void;
|
|
569
634
|
/**
|
|
635
|
+
* @public
|
|
570
636
|
* <p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault
|
|
571
637
|
* identified by an Amazon Resource Name (ARN).</p>
|
|
572
638
|
*/
|
|
@@ -574,6 +640,7 @@ export declare class Backup extends BackupClient {
|
|
|
574
640
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
575
641
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
576
642
|
/**
|
|
643
|
+
* @public
|
|
577
644
|
* <p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault
|
|
578
645
|
* identified by an Amazon Resource Name (ARN)</p>
|
|
579
646
|
*/
|
|
@@ -581,6 +648,7 @@ export declare class Backup extends BackupClient {
|
|
|
581
648
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
582
649
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
583
650
|
/**
|
|
651
|
+
* @public
|
|
584
652
|
* <p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the
|
|
585
653
|
* input document in JSON format. The new version is uniquely identified by a
|
|
586
654
|
* <code>VersionId</code>.</p>
|
|
@@ -589,6 +657,7 @@ export declare class Backup extends BackupClient {
|
|
|
589
657
|
updateBackupPlan(args: UpdateBackupPlanCommandInput, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
|
|
590
658
|
updateBackupPlan(args: UpdateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBackupPlanCommandOutput) => void): void;
|
|
591
659
|
/**
|
|
660
|
+
* @public
|
|
592
661
|
* <p>Updates an existing framework identified by its <code>FrameworkName</code> with the
|
|
593
662
|
* input document in JSON format.</p>
|
|
594
663
|
*/
|
|
@@ -596,6 +665,7 @@ export declare class Backup extends BackupClient {
|
|
|
596
665
|
updateFramework(args: UpdateFrameworkCommandInput, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
|
|
597
666
|
updateFramework(args: UpdateFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFrameworkCommandOutput) => void): void;
|
|
598
667
|
/**
|
|
668
|
+
* @public
|
|
599
669
|
* <p>Updates whether the Amazon Web Services account is opted in to cross-account backup.
|
|
600
670
|
* Returns an error if the account is not an Organizations management account. Use the
|
|
601
671
|
* <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
|
|
@@ -604,6 +674,7 @@ export declare class Backup extends BackupClient {
|
|
|
604
674
|
updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
|
|
605
675
|
updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
|
|
606
676
|
/**
|
|
677
|
+
* @public
|
|
607
678
|
* <p>Sets the transition lifecycle of a recovery point.</p>
|
|
608
679
|
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
609
680
|
* it expires. Backup transitions and expires backups automatically according to
|
|
@@ -622,6 +693,7 @@ export declare class Backup extends BackupClient {
|
|
|
622
693
|
updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
|
|
623
694
|
updateRecoveryPointLifecycle(args: UpdateRecoveryPointLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecoveryPointLifecycleCommandOutput) => void): void;
|
|
624
695
|
/**
|
|
696
|
+
* @public
|
|
625
697
|
* <p>Updates the current service opt-in settings for the Region. If service-opt-in is enabled
|
|
626
698
|
* for a service, Backup tries to protect that service's resources in this Region,
|
|
627
699
|
* when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
|
|
@@ -633,6 +705,7 @@ export declare class Backup extends BackupClient {
|
|
|
633
705
|
updateRegionSettings(args: UpdateRegionSettingsCommandInput, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
|
|
634
706
|
updateRegionSettings(args: UpdateRegionSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegionSettingsCommandOutput) => void): void;
|
|
635
707
|
/**
|
|
708
|
+
* @public
|
|
636
709
|
* <p>Updates an existing report plan identified by its <code>ReportPlanName</code> with the
|
|
637
710
|
* input document in JSON format.</p>
|
|
638
711
|
*/
|
|
@@ -80,15 +80,24 @@ import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleC
|
|
|
80
80
|
import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "./commands/UpdateRegionSettingsCommand";
|
|
81
81
|
import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "./commands/UpdateReportPlanCommand";
|
|
82
82
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
83
|
+
/**
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
83
86
|
export type ServiceInputTypes = CancelLegalHoldCommandInput | CreateBackupPlanCommandInput | CreateBackupSelectionCommandInput | CreateBackupVaultCommandInput | CreateFrameworkCommandInput | CreateLegalHoldCommandInput | CreateReportPlanCommandInput | DeleteBackupPlanCommandInput | DeleteBackupSelectionCommandInput | DeleteBackupVaultAccessPolicyCommandInput | DeleteBackupVaultCommandInput | DeleteBackupVaultLockConfigurationCommandInput | DeleteBackupVaultNotificationsCommandInput | DeleteFrameworkCommandInput | DeleteRecoveryPointCommandInput | DeleteReportPlanCommandInput | DescribeBackupJobCommandInput | DescribeBackupVaultCommandInput | DescribeCopyJobCommandInput | DescribeFrameworkCommandInput | DescribeGlobalSettingsCommandInput | DescribeProtectedResourceCommandInput | DescribeRecoveryPointCommandInput | DescribeRegionSettingsCommandInput | DescribeReportJobCommandInput | DescribeReportPlanCommandInput | DescribeRestoreJobCommandInput | DisassociateRecoveryPointCommandInput | DisassociateRecoveryPointFromParentCommandInput | ExportBackupPlanTemplateCommandInput | GetBackupPlanCommandInput | GetBackupPlanFromJSONCommandInput | GetBackupPlanFromTemplateCommandInput | GetBackupSelectionCommandInput | GetBackupVaultAccessPolicyCommandInput | GetBackupVaultNotificationsCommandInput | GetLegalHoldCommandInput | GetRecoveryPointRestoreMetadataCommandInput | GetSupportedResourceTypesCommandInput | ListBackupJobsCommandInput | ListBackupPlanTemplatesCommandInput | ListBackupPlanVersionsCommandInput | ListBackupPlansCommandInput | ListBackupSelectionsCommandInput | ListBackupVaultsCommandInput | ListCopyJobsCommandInput | ListFrameworksCommandInput | ListLegalHoldsCommandInput | ListProtectedResourcesCommandInput | ListRecoveryPointsByBackupVaultCommandInput | ListRecoveryPointsByLegalHoldCommandInput | ListRecoveryPointsByResourceCommandInput | ListReportJobsCommandInput | ListReportPlansCommandInput | ListRestoreJobsCommandInput | ListTagsCommandInput | PutBackupVaultAccessPolicyCommandInput | PutBackupVaultLockConfigurationCommandInput | PutBackupVaultNotificationsCommandInput | StartBackupJobCommandInput | StartCopyJobCommandInput | StartReportJobCommandInput | StartRestoreJobCommandInput | StopBackupJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBackupPlanCommandInput | UpdateFrameworkCommandInput | UpdateGlobalSettingsCommandInput | UpdateRecoveryPointLifecycleCommandInput | UpdateRegionSettingsCommandInput | UpdateReportPlanCommandInput;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
84
90
|
export type ServiceOutputTypes = CancelLegalHoldCommandOutput | CreateBackupPlanCommandOutput | CreateBackupSelectionCommandOutput | CreateBackupVaultCommandOutput | CreateFrameworkCommandOutput | CreateLegalHoldCommandOutput | CreateReportPlanCommandOutput | DeleteBackupPlanCommandOutput | DeleteBackupSelectionCommandOutput | DeleteBackupVaultAccessPolicyCommandOutput | DeleteBackupVaultCommandOutput | DeleteBackupVaultLockConfigurationCommandOutput | DeleteBackupVaultNotificationsCommandOutput | DeleteFrameworkCommandOutput | DeleteRecoveryPointCommandOutput | DeleteReportPlanCommandOutput | DescribeBackupJobCommandOutput | DescribeBackupVaultCommandOutput | DescribeCopyJobCommandOutput | DescribeFrameworkCommandOutput | DescribeGlobalSettingsCommandOutput | DescribeProtectedResourceCommandOutput | DescribeRecoveryPointCommandOutput | DescribeRegionSettingsCommandOutput | DescribeReportJobCommandOutput | DescribeReportPlanCommandOutput | DescribeRestoreJobCommandOutput | DisassociateRecoveryPointCommandOutput | DisassociateRecoveryPointFromParentCommandOutput | ExportBackupPlanTemplateCommandOutput | GetBackupPlanCommandOutput | GetBackupPlanFromJSONCommandOutput | GetBackupPlanFromTemplateCommandOutput | GetBackupSelectionCommandOutput | GetBackupVaultAccessPolicyCommandOutput | GetBackupVaultNotificationsCommandOutput | GetLegalHoldCommandOutput | GetRecoveryPointRestoreMetadataCommandOutput | GetSupportedResourceTypesCommandOutput | ListBackupJobsCommandOutput | ListBackupPlanTemplatesCommandOutput | ListBackupPlanVersionsCommandOutput | ListBackupPlansCommandOutput | ListBackupSelectionsCommandOutput | ListBackupVaultsCommandOutput | ListCopyJobsCommandOutput | ListFrameworksCommandOutput | ListLegalHoldsCommandOutput | ListProtectedResourcesCommandOutput | ListRecoveryPointsByBackupVaultCommandOutput | ListRecoveryPointsByLegalHoldCommandOutput | ListRecoveryPointsByResourceCommandOutput | ListReportJobsCommandOutput | ListReportPlansCommandOutput | ListRestoreJobsCommandOutput | ListTagsCommandOutput | PutBackupVaultAccessPolicyCommandOutput | PutBackupVaultLockConfigurationCommandOutput | PutBackupVaultNotificationsCommandOutput | StartBackupJobCommandOutput | StartCopyJobCommandOutput | StartReportJobCommandOutput | StartRestoreJobCommandOutput | StopBackupJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBackupPlanCommandOutput | UpdateFrameworkCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateRecoveryPointLifecycleCommandOutput | UpdateRegionSettingsCommandOutput | UpdateReportPlanCommandOutput;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
85
94
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
86
95
|
/**
|
|
87
96
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
88
97
|
*/
|
|
89
98
|
requestHandler?: __HttpHandler;
|
|
90
99
|
/**
|
|
91
|
-
* A constructor for a class implementing the {@link
|
|
100
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
92
101
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
93
102
|
* @internal
|
|
94
103
|
*/
|
|
@@ -178,23 +187,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
178
187
|
*/
|
|
179
188
|
logger?: __Logger;
|
|
180
189
|
/**
|
|
181
|
-
* The {@link
|
|
190
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
182
191
|
*/
|
|
183
192
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
184
193
|
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
185
197
|
type BackupClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
186
198
|
/**
|
|
187
|
-
*
|
|
199
|
+
* @public
|
|
200
|
+
*
|
|
201
|
+
* The configuration interface of BackupClient class constructor that set the region, credentials and other options.
|
|
188
202
|
*/
|
|
189
203
|
export interface BackupClientConfig extends BackupClientConfigType {
|
|
190
204
|
}
|
|
205
|
+
/**
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
191
208
|
type BackupClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
192
209
|
/**
|
|
193
|
-
*
|
|
210
|
+
* @public
|
|
211
|
+
*
|
|
212
|
+
* The resolved configuration interface of BackupClient class. This is resolved and normalized from the {@link BackupClientConfig | constructor configuration interface}.
|
|
194
213
|
*/
|
|
195
214
|
export interface BackupClientResolvedConfig extends BackupClientResolvedConfigType {
|
|
196
215
|
}
|
|
197
216
|
/**
|
|
217
|
+
* @public
|
|
198
218
|
* <fullname>Backup</fullname>
|
|
199
219
|
* <p>Backup is a unified backup service designed to protect Amazon Web Services
|
|
200
220
|
* services and their associated data. Backup simplifies the creation, migration,
|