aws-sdk 2.972.0 → 2.976.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 (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -12,11 +12,11 @@ declare class Backup extends Service {
12
12
  constructor(options?: Backup.Types.ClientConfiguration)
13
13
  config: Config & Backup.Types.ClientConfiguration;
14
14
  /**
15
- * Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that AWS Backup uses to schedule tasks that create recovery points for resources. If you call CreateBackupPlan with a plan that already exists, an AlreadyExistsException is returned.
15
+ * Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources. If you call CreateBackupPlan with a plan that already exists, you receive an AlreadyExistsException exception.
16
16
  */
17
17
  createBackupPlan(params: Backup.Types.CreateBackupPlanInput, callback?: (err: AWSError, data: Backup.Types.CreateBackupPlanOutput) => void): Request<Backup.Types.CreateBackupPlanOutput, AWSError>;
18
18
  /**
19
- * Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that AWS Backup uses to schedule tasks that create recovery points for resources. If you call CreateBackupPlan with a plan that already exists, an AlreadyExistsException is returned.
19
+ * Creates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources. If you call CreateBackupPlan with a plan that already exists, you receive an AlreadyExistsException exception.
20
20
  */
21
21
  createBackupPlan(callback?: (err: AWSError, data: Backup.Types.CreateBackupPlanOutput) => void): Request<Backup.Types.CreateBackupPlanOutput, AWSError>;
22
22
  /**
@@ -28,13 +28,29 @@ declare class Backup extends Service {
28
28
  */
29
29
  createBackupSelection(callback?: (err: AWSError, data: Backup.Types.CreateBackupSelectionOutput) => void): Request<Backup.Types.CreateBackupSelectionOutput, AWSError>;
30
30
  /**
31
- * Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Sensitive data, such as passport numbers, should not be included the name of a backup vault.
31
+ * Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Do not include sensitive data, such as passport numbers, in the name of a backup vault.
32
32
  */
33
33
  createBackupVault(params: Backup.Types.CreateBackupVaultInput, callback?: (err: AWSError, data: Backup.Types.CreateBackupVaultOutput) => void): Request<Backup.Types.CreateBackupVaultOutput, AWSError>;
34
34
  /**
35
- * Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Sensitive data, such as passport numbers, should not be included the name of a backup vault.
35
+ * Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID. Do not include sensitive data, such as passport numbers, in the name of a backup vault.
36
36
  */
37
37
  createBackupVault(callback?: (err: AWSError, data: Backup.Types.CreateBackupVaultOutput) => void): Request<Backup.Types.CreateBackupVaultOutput, AWSError>;
38
+ /**
39
+ * Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies. To get insights into the compliance status of your frameworks, you can set up automatic daily reports.
40
+ */
41
+ createFramework(params: Backup.Types.CreateFrameworkInput, callback?: (err: AWSError, data: Backup.Types.CreateFrameworkOutput) => void): Request<Backup.Types.CreateFrameworkOutput, AWSError>;
42
+ /**
43
+ * Creates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies. To get insights into the compliance status of your frameworks, you can set up automatic daily reports.
44
+ */
45
+ createFramework(callback?: (err: AWSError, data: Backup.Types.CreateFrameworkOutput) => void): Request<Backup.Types.CreateFrameworkOutput, AWSError>;
46
+ /**
47
+ * Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it. If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.
48
+ */
49
+ createReportPlan(params: Backup.Types.CreateReportPlanInput, callback?: (err: AWSError, data: Backup.Types.CreateReportPlanOutput) => void): Request<Backup.Types.CreateReportPlanOutput, AWSError>;
50
+ /**
51
+ * Creates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it. If you call CreateReportPlan with a plan that already exists, you receive an AlreadyExistsException exception.
52
+ */
53
+ createReportPlan(callback?: (err: AWSError, data: Backup.Types.CreateReportPlanOutput) => void): Request<Backup.Types.CreateReportPlanOutput, AWSError>;
38
54
  /**
39
55
  * Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
40
56
  */
@@ -75,6 +91,14 @@ declare class Backup extends Service {
75
91
  * Deletes event notifications for the specified backup vault.
76
92
  */
77
93
  deleteBackupVaultNotifications(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
94
+ /**
95
+ * Deletes the framework specified by a framework name.
96
+ */
97
+ deleteFramework(params: Backup.Types.DeleteFrameworkInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
98
+ /**
99
+ * Deletes the framework specified by a framework name.
100
+ */
101
+ deleteFramework(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
78
102
  /**
79
103
  * Deletes the recovery point specified by a recovery point ID. If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.
80
104
  */
@@ -83,6 +107,14 @@ declare class Backup extends Service {
83
107
  * Deletes the recovery point specified by a recovery point ID. If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.
84
108
  */
85
109
  deleteRecoveryPoint(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
+ /**
111
+ * Deletes the report plan specified by a report plan name.
112
+ */
113
+ deleteReportPlan(params: Backup.Types.DeleteReportPlanInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
114
+ /**
115
+ * Deletes the report plan specified by a report plan name.
116
+ */
117
+ deleteReportPlan(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
86
118
  /**
87
119
  * Returns backup job details for the specified BackupJobId.
88
120
  */
@@ -108,19 +140,27 @@ declare class Backup extends Service {
108
140
  */
109
141
  describeCopyJob(callback?: (err: AWSError, data: Backup.Types.DescribeCopyJobOutput) => void): Request<Backup.Types.DescribeCopyJobOutput, AWSError>;
110
142
  /**
111
- * Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
143
+ * Returns the framework details for the specified FrameworkName.
144
+ */
145
+ describeFramework(params: Backup.Types.DescribeFrameworkInput, callback?: (err: AWSError, data: Backup.Types.DescribeFrameworkOutput) => void): Request<Backup.Types.DescribeFrameworkOutput, AWSError>;
146
+ /**
147
+ * Returns the framework details for the specified FrameworkName.
148
+ */
149
+ describeFramework(callback?: (err: AWSError, data: Backup.Types.DescribeFrameworkOutput) => void): Request<Backup.Types.DescribeFrameworkOutput, AWSError>;
150
+ /**
151
+ * Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: describe-global-settings --region us-west-2
112
152
  */
113
153
  describeGlobalSettings(params: Backup.Types.DescribeGlobalSettingsInput, callback?: (err: AWSError, data: Backup.Types.DescribeGlobalSettingsOutput) => void): Request<Backup.Types.DescribeGlobalSettingsOutput, AWSError>;
114
154
  /**
115
- * Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
155
+ * Describes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example: describe-global-settings --region us-west-2
116
156
  */
117
157
  describeGlobalSettings(callback?: (err: AWSError, data: Backup.Types.DescribeGlobalSettingsOutput) => void): Request<Backup.Types.DescribeGlobalSettingsOutput, AWSError>;
118
158
  /**
119
- * Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
159
+ * Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
120
160
  */
121
161
  describeProtectedResource(params: Backup.Types.DescribeProtectedResourceInput, callback?: (err: AWSError, data: Backup.Types.DescribeProtectedResourceOutput) => void): Request<Backup.Types.DescribeProtectedResourceOutput, AWSError>;
122
162
  /**
123
- * Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
163
+ * Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
124
164
  */
125
165
  describeProtectedResource(callback?: (err: AWSError, data: Backup.Types.DescribeProtectedResourceOutput) => void): Request<Backup.Types.DescribeProtectedResourceOutput, AWSError>;
126
166
  /**
@@ -132,13 +172,29 @@ declare class Backup extends Service {
132
172
  */
133
173
  describeRecoveryPoint(callback?: (err: AWSError, data: Backup.Types.DescribeRecoveryPointOutput) => void): Request<Backup.Types.DescribeRecoveryPointOutput, AWSError>;
134
174
  /**
135
- * Returns the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, AWS Backup does not try to protect that service's resources in this Region, AWS Backup does not try to protect that service's resources in this Region.
175
+ * Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.
136
176
  */
137
177
  describeRegionSettings(params: Backup.Types.DescribeRegionSettingsInput, callback?: (err: AWSError, data: Backup.Types.DescribeRegionSettingsOutput) => void): Request<Backup.Types.DescribeRegionSettingsOutput, AWSError>;
138
178
  /**
139
- * Returns the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, AWS Backup does not try to protect that service's resources in this Region, AWS Backup does not try to protect that service's resources in this Region.
179
+ * Returns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.
140
180
  */
141
181
  describeRegionSettings(callback?: (err: AWSError, data: Backup.Types.DescribeRegionSettingsOutput) => void): Request<Backup.Types.DescribeRegionSettingsOutput, AWSError>;
182
+ /**
183
+ * Returns the details associated with creating a report as specified by its ReportJobId.
184
+ */
185
+ describeReportJob(params: Backup.Types.DescribeReportJobInput, callback?: (err: AWSError, data: Backup.Types.DescribeReportJobOutput) => void): Request<Backup.Types.DescribeReportJobOutput, AWSError>;
186
+ /**
187
+ * Returns the details associated with creating a report as specified by its ReportJobId.
188
+ */
189
+ describeReportJob(callback?: (err: AWSError, data: Backup.Types.DescribeReportJobOutput) => void): Request<Backup.Types.DescribeReportJobOutput, AWSError>;
190
+ /**
191
+ * Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.
192
+ */
193
+ describeReportPlan(params: Backup.Types.DescribeReportPlanInput, callback?: (err: AWSError, data: Backup.Types.DescribeReportPlanOutput) => void): Request<Backup.Types.DescribeReportPlanOutput, AWSError>;
194
+ /**
195
+ * Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.
196
+ */
197
+ describeReportPlan(callback?: (err: AWSError, data: Backup.Types.DescribeReportPlanOutput) => void): Request<Backup.Types.DescribeReportPlanOutput, AWSError>;
142
198
  /**
143
199
  * Returns metadata associated with a restore job that is specified by a job ID.
144
200
  */
@@ -148,11 +204,11 @@ declare class Backup extends Service {
148
204
  */
149
205
  describeRestoreJob(callback?: (err: AWSError, data: Backup.Types.DescribeRestoreJobOutput) => void): Request<Backup.Types.DescribeRestoreJobOutput, AWSError>;
150
206
  /**
151
- * Deletes the specified continuous backup recovery point from AWS Backup and 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 lifecycle that you specified in your original backup plan. Does not support snapshot backup recovery points.
207
+ * Deletes the specified continuous backup recovery point from Backup and 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 lifecycle that you specified in your original backup plan. Does not support snapshot backup recovery points.
152
208
  */
153
209
  disassociateRecoveryPoint(params: Backup.Types.DisassociateRecoveryPointInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
154
210
  /**
155
- * Deletes the specified continuous backup recovery point from AWS Backup and 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 lifecycle that you specified in your original backup plan. Does not support snapshot backup recovery points.
211
+ * Deletes the specified continuous backup recovery point from Backup and 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 lifecycle that you specified in your original backup plan. Does not support snapshot backup recovery points.
156
212
  */
157
213
  disassociateRecoveryPoint(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
158
214
  /**
@@ -220,7 +276,7 @@ declare class Backup extends Service {
220
276
  */
221
277
  getRecoveryPointRestoreMetadata(callback?: (err: AWSError, data: Backup.Types.GetRecoveryPointRestoreMetadataOutput) => void): Request<Backup.Types.GetRecoveryPointRestoreMetadataOutput, AWSError>;
222
278
  /**
223
- * Returns the AWS resource types supported by AWS Backup.
279
+ * Returns the Amazon Web Services resource types supported by Backup.
224
280
  */
225
281
  getSupportedResourceTypes(callback?: (err: AWSError, data: Backup.Types.GetSupportedResourceTypesOutput) => void): Request<Backup.Types.GetSupportedResourceTypesOutput, AWSError>;
226
282
  /**
@@ -248,11 +304,11 @@ declare class Backup extends Service {
248
304
  */
249
305
  listBackupPlanVersions(callback?: (err: AWSError, data: Backup.Types.ListBackupPlanVersionsOutput) => void): Request<Backup.Types.ListBackupPlanVersionsOutput, AWSError>;
250
306
  /**
251
- * Returns a list of existing backup plans for an authenticated account. The list is populated only if the advanced option is set for the backup plan. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
307
+ * Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
252
308
  */
253
309
  listBackupPlans(params: Backup.Types.ListBackupPlansInput, callback?: (err: AWSError, data: Backup.Types.ListBackupPlansOutput) => void): Request<Backup.Types.ListBackupPlansOutput, AWSError>;
254
310
  /**
255
- * Returns a list of existing backup plans for an authenticated account. The list is populated only if the advanced option is set for the backup plan. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
311
+ * Returns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
256
312
  */
257
313
  listBackupPlans(callback?: (err: AWSError, data: Backup.Types.ListBackupPlansOutput) => void): Request<Backup.Types.ListBackupPlansOutput, AWSError>;
258
314
  /**
@@ -280,11 +336,19 @@ declare class Backup extends Service {
280
336
  */
281
337
  listCopyJobs(callback?: (err: AWSError, data: Backup.Types.ListCopyJobsOutput) => void): Request<Backup.Types.ListCopyJobsOutput, AWSError>;
282
338
  /**
283
- * Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
339
+ * Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.
340
+ */
341
+ listFrameworks(params: Backup.Types.ListFrameworksInput, callback?: (err: AWSError, data: Backup.Types.ListFrameworksOutput) => void): Request<Backup.Types.ListFrameworksOutput, AWSError>;
342
+ /**
343
+ * Returns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.
344
+ */
345
+ listFrameworks(callback?: (err: AWSError, data: Backup.Types.ListFrameworksOutput) => void): Request<Backup.Types.ListFrameworksOutput, AWSError>;
346
+ /**
347
+ * Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
284
348
  */
285
349
  listProtectedResources(params: Backup.Types.ListProtectedResourcesInput, callback?: (err: AWSError, data: Backup.Types.ListProtectedResourcesOutput) => void): Request<Backup.Types.ListProtectedResourcesOutput, AWSError>;
286
350
  /**
287
- * Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
351
+ * Returns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
288
352
  */
289
353
  listProtectedResources(callback?: (err: AWSError, data: Backup.Types.ListProtectedResourcesOutput) => void): Request<Backup.Types.ListProtectedResourcesOutput, AWSError>;
290
354
  /**
@@ -296,19 +360,35 @@ declare class Backup extends Service {
296
360
  */
297
361
  listRecoveryPointsByBackupVault(callback?: (err: AWSError, data: Backup.Types.ListRecoveryPointsByBackupVaultOutput) => void): Request<Backup.Types.ListRecoveryPointsByBackupVaultOutput, AWSError>;
298
362
  /**
299
- * Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
363
+ * Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
300
364
  */
301
365
  listRecoveryPointsByResource(params: Backup.Types.ListRecoveryPointsByResourceInput, callback?: (err: AWSError, data: Backup.Types.ListRecoveryPointsByResourceOutput) => void): Request<Backup.Types.ListRecoveryPointsByResourceOutput, AWSError>;
302
366
  /**
303
- * Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
367
+ * Returns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN). For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
304
368
  */
305
369
  listRecoveryPointsByResource(callback?: (err: AWSError, data: Backup.Types.ListRecoveryPointsByResourceOutput) => void): Request<Backup.Types.ListRecoveryPointsByResourceOutput, AWSError>;
306
370
  /**
307
- * Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
371
+ * Returns details about your report jobs.
372
+ */
373
+ listReportJobs(params: Backup.Types.ListReportJobsInput, callback?: (err: AWSError, data: Backup.Types.ListReportJobsOutput) => void): Request<Backup.Types.ListReportJobsOutput, AWSError>;
374
+ /**
375
+ * Returns details about your report jobs.
376
+ */
377
+ listReportJobs(callback?: (err: AWSError, data: Backup.Types.ListReportJobsOutput) => void): Request<Backup.Types.ListReportJobsOutput, AWSError>;
378
+ /**
379
+ * Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan.
380
+ */
381
+ listReportPlans(params: Backup.Types.ListReportPlansInput, callback?: (err: AWSError, data: Backup.Types.ListReportPlansOutput) => void): Request<Backup.Types.ListReportPlansOutput, AWSError>;
382
+ /**
383
+ * Returns a list of your report plans. For detailed information about a single report plan, use DescribeReportPlan.
384
+ */
385
+ listReportPlans(callback?: (err: AWSError, data: Backup.Types.ListReportPlansOutput) => void): Request<Backup.Types.ListReportPlansOutput, AWSError>;
386
+ /**
387
+ * Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
308
388
  */
309
389
  listRestoreJobs(params: Backup.Types.ListRestoreJobsInput, callback?: (err: AWSError, data: Backup.Types.ListRestoreJobsOutput) => void): Request<Backup.Types.ListRestoreJobsOutput, AWSError>;
310
390
  /**
311
- * Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
391
+ * Returns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
312
392
  */
313
393
  listRestoreJobs(callback?: (err: AWSError, data: Backup.Types.ListRestoreJobsOutput) => void): Request<Backup.Types.ListRestoreJobsOutput, AWSError>;
314
394
  /**
@@ -351,6 +431,14 @@ declare class Backup extends Service {
351
431
  * Starts a job to create a one-time copy of the specified resource. Does not support continuous backups.
352
432
  */
353
433
  startCopyJob(callback?: (err: AWSError, data: Backup.Types.StartCopyJobOutput) => void): Request<Backup.Types.StartCopyJobOutput, AWSError>;
434
+ /**
435
+ * Starts an on-demand report job for the specified report plan.
436
+ */
437
+ startReportJob(params: Backup.Types.StartReportJobInput, callback?: (err: AWSError, data: Backup.Types.StartReportJobOutput) => void): Request<Backup.Types.StartReportJobOutput, AWSError>;
438
+ /**
439
+ * Starts an on-demand report job for the specified report plan.
440
+ */
441
+ startReportJob(callback?: (err: AWSError, data: Backup.Types.StartReportJobOutput) => void): Request<Backup.Types.StartReportJobOutput, AWSError>;
354
442
  /**
355
443
  * Recovers the saved resource identified by an Amazon Resource Name (ARN).
356
444
  */
@@ -392,40 +480,56 @@ declare class Backup extends Service {
392
480
  */
393
481
  updateBackupPlan(callback?: (err: AWSError, data: Backup.Types.UpdateBackupPlanOutput) => void): Request<Backup.Types.UpdateBackupPlanOutput, AWSError>;
394
482
  /**
395
- * Updates the current global settings for the AWS account. Use the DescribeGlobalSettings API to determine the current settings.
483
+ * Updates an existing framework identified by its FrameworkName with the input document in JSON format.
484
+ */
485
+ updateFramework(params: Backup.Types.UpdateFrameworkInput, callback?: (err: AWSError, data: Backup.Types.UpdateFrameworkOutput) => void): Request<Backup.Types.UpdateFrameworkOutput, AWSError>;
486
+ /**
487
+ * Updates an existing framework identified by its FrameworkName with the input document in JSON format.
488
+ */
489
+ updateFramework(callback?: (err: AWSError, data: Backup.Types.UpdateFrameworkOutput) => void): Request<Backup.Types.UpdateFrameworkOutput, AWSError>;
490
+ /**
491
+ * Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the DescribeGlobalSettings API to determine the current settings.
396
492
  */
397
493
  updateGlobalSettings(params: Backup.Types.UpdateGlobalSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
398
494
  /**
399
- * Updates the current global settings for the AWS account. Use the DescribeGlobalSettings API to determine the current settings.
495
+ * Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the DescribeGlobalSettings API to determine the current settings.
400
496
  */
401
497
  updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
402
498
  /**
403
- * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage. Does not support continuous backups.
499
+ * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage. Does not support continuous backups.
404
500
  */
405
501
  updateRecoveryPointLifecycle(params: Backup.Types.UpdateRecoveryPointLifecycleInput, callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
406
502
  /**
407
- * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage. Does not support continuous backups.
503
+ * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage. Does not support continuous backups.
408
504
  */
409
505
  updateRecoveryPointLifecycle(callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
410
506
  /**
411
- * Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, AWS Backup does not try to protect that service's resources in this Region. Use the DescribeRegionSettings API to determine the resource types that are supported.
507
+ * Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the DescribeRegionSettings API to determine the resource types that are supported.
412
508
  */
413
509
  updateRegionSettings(params: Backup.Types.UpdateRegionSettingsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
414
510
  /**
415
- * Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, AWS Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, AWS Backup does not try to protect that service's resources in this Region. Use the DescribeRegionSettings API to determine the resource types that are supported.
511
+ * Updates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the DescribeRegionSettings API to determine the resource types that are supported.
416
512
  */
417
513
  updateRegionSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
514
+ /**
515
+ * Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.
516
+ */
517
+ updateReportPlan(params: Backup.Types.UpdateReportPlanInput, callback?: (err: AWSError, data: Backup.Types.UpdateReportPlanOutput) => void): Request<Backup.Types.UpdateReportPlanOutput, AWSError>;
518
+ /**
519
+ * Updates an existing report plan identified by its ReportPlanName with the input document in JSON format.
520
+ */
521
+ updateReportPlan(callback?: (err: AWSError, data: Backup.Types.UpdateReportPlanOutput) => void): Request<Backup.Types.UpdateReportPlanOutput, AWSError>;
418
522
  }
419
523
  declare namespace Backup {
420
524
  export type ARN = string;
421
525
  export type AccountId = string;
422
526
  export interface AdvancedBackupSetting {
423
527
  /**
424
- * Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows VSS. For an CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the AWS Backup User Guide. Valid values: EC2.
528
+ * Specifies an object containing resource type and backup options. The only supported resource type is Amazon EC2 instances with Windows Volume Shadow Copy Service (VSS). For a CloudFormation example, see the sample CloudFormation template to enable Windows VSS in the Backup User Guide. Valid values: EC2.
425
529
  */
426
530
  ResourceType?: ResourceType;
427
531
  /**
428
- * Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a VSS Windows backup. Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS option is not enabled by default. If you specify an invalid option, you get an InvalidParameterValueException exception. For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
532
+ * Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to "WindowsVSS":"disabled" to create a regular backup. The WindowsVSS option is not enabled by default. If you specify an invalid option, you get an InvalidParameterValueException exception. For more information about Windows VSS backups, see Creating a VSS-Enabled Windows Backup.
429
533
  */
430
534
  BackupOptions?: BackupOptions;
431
535
  }
@@ -436,11 +540,11 @@ declare namespace Backup {
436
540
  */
437
541
  AccountId?: AccountId;
438
542
  /**
439
- * Uniquely identifies a request to AWS Backup to back up a resource.
543
+ * Uniquely identifies a request to Backup to back up a resource.
440
544
  */
441
545
  BackupJobId?: string;
442
546
  /**
443
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
547
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
444
548
  */
445
549
  BackupVaultName?: BackupVaultName;
446
550
  /**
@@ -496,7 +600,7 @@ declare namespace Backup {
496
600
  */
497
601
  StartBy?: timestamp;
498
602
  /**
499
- * The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For VSS Windows backups, the only supported resource type is Amazon EC2.
603
+ * The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
500
604
  */
501
605
  ResourceType?: ResourceType;
502
606
  /**
@@ -504,7 +608,7 @@ declare namespace Backup {
504
608
  */
505
609
  BytesTransferred?: Long;
506
610
  /**
507
- * Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Valid values: Set to "WindowsVSS”:“enabled" to enable WindowsVSS backup option and create a VSS Windows backup. Set to WindowsVSS”:”disabled to create a regular backup. If you specify an invalid option, you get an InvalidParameterValueException exception.
611
+ * Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to "WindowsVSS":"disabled" to create a regular backup. If you specify an invalid option, you get an InvalidParameterValueException exception.
508
612
  */
509
613
  BackupOptions?: BackupOptions;
510
614
  /**
@@ -541,7 +645,7 @@ declare namespace Backup {
541
645
  */
542
646
  Rules: BackupRulesInput;
543
647
  /**
544
- * Specifies a list of BackupOptions for each resource type. These settings are only available for Windows VSS backup jobs.
648
+ * Specifies a list of BackupOptions for each resource type. These settings are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
545
649
  */
546
650
  AdvancedBackupSettings?: AdvancedBackupSettings;
547
651
  }
@@ -603,11 +707,11 @@ declare namespace Backup {
603
707
  */
604
708
  RuleName: BackupRuleName;
605
709
  /**
606
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
710
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
607
711
  */
608
712
  TargetBackupVaultName: BackupVaultName;
609
713
  /**
610
- * A CRON expression specifying when AWS Backup initiates a backup job. For more information about cron expressions, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.. Prior to specifying a value for this parameter, we recommend testing your cron expression using one of the many available cron generator and testing tools.
714
+ * A cron expression in UTC specifying when Backup initiates a backup job. For more information about cron expressions, see Schedule Expressions for Rules in the Amazon CloudWatch Events User Guide.. Prior to specifying a value for this parameter, we recommend testing your cron expression using one of the many available cron generator and testing tools.
611
715
  */
612
716
  ScheduleExpression?: CronExpression;
613
717
  /**
@@ -615,11 +719,11 @@ declare namespace Backup {
615
719
  */
616
720
  StartWindowMinutes?: WindowMinutes;
617
721
  /**
618
- * A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
722
+ * A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by Backup. This value is optional.
619
723
  */
620
724
  CompletionWindowMinutes?: WindowMinutes;
621
725
  /**
622
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
726
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
623
727
  */
624
728
  Lifecycle?: Lifecycle;
625
729
  /**
@@ -635,7 +739,7 @@ declare namespace Backup {
635
739
  */
636
740
  CopyActions?: CopyActions;
637
741
  /**
638
- * Specifies whether AWS Backup creates continuous backups. True causes AWS Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes AWS Backup to create snapshot backups.
742
+ * Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.
639
743
  */
640
744
  EnableContinuousBackup?: Boolean;
641
745
  }
@@ -645,11 +749,11 @@ declare namespace Backup {
645
749
  */
646
750
  RuleName: BackupRuleName;
647
751
  /**
648
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
752
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
649
753
  */
650
754
  TargetBackupVaultName: BackupVaultName;
651
755
  /**
652
- * A CRON expression specifying when AWS Backup initiates a backup job.
756
+ * A CRON expression in UTC specifying when Backup initiates a backup job.
653
757
  */
654
758
  ScheduleExpression?: CronExpression;
655
759
  /**
@@ -657,11 +761,11 @@ declare namespace Backup {
657
761
  */
658
762
  StartWindowMinutes?: WindowMinutes;
659
763
  /**
660
- * A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
764
+ * A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by Backup. This value is optional.
661
765
  */
662
766
  CompletionWindowMinutes?: WindowMinutes;
663
767
  /**
664
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
768
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
665
769
  */
666
770
  Lifecycle?: Lifecycle;
667
771
  /**
@@ -673,7 +777,7 @@ declare namespace Backup {
673
777
  */
674
778
  CopyActions?: CopyActions;
675
779
  /**
676
- * Specifies whether AWS Backup creates continuous backups. True causes AWS Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes AWS Backup to create snapshot backups.
780
+ * Specifies whether Backup creates continuous backups. True causes Backup to create continuous backups capable of point-in-time restore (PITR). False (or not specified) causes Backup to create snapshot backups.
677
781
  */
678
782
  EnableContinuousBackup?: Boolean;
679
783
  }
@@ -686,7 +790,7 @@ declare namespace Backup {
686
790
  */
687
791
  SelectionName: BackupSelectionName;
688
792
  /**
689
- * The ARN of the IAM role that AWS Backup uses to authenticate when backing up the target resource; for example, arn:aws:iam::123456789012:role/S3Access.
793
+ * The ARN of the IAM role that Backup uses to authenticate when backing up the target resource; for example, arn:aws:iam::123456789012:role/S3Access.
690
794
  */
691
795
  IamRoleArn: IAMRoleArn;
692
796
  /**
@@ -731,7 +835,7 @@ declare namespace Backup {
731
835
  export type BackupVaultList = BackupVaultListMember[];
732
836
  export interface BackupVaultListMember {
733
837
  /**
734
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
838
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
735
839
  */
736
840
  BackupVaultName?: BackupVaultName;
737
841
  /**
@@ -767,6 +871,7 @@ declare namespace Backup {
767
871
  */
768
872
  DeleteAt?: timestamp;
769
873
  }
874
+ export type ComplianceResourceIdList = string[];
770
875
  export interface Condition {
771
876
  /**
772
877
  * An operation, such as StringEquals, that is applied to a key-value pair used to filter resources in a selection.
@@ -784,6 +889,32 @@ declare namespace Backup {
784
889
  export type ConditionKey = string;
785
890
  export type ConditionType = "STRINGEQUALS"|string;
786
891
  export type ConditionValue = string;
892
+ export interface ControlInputParameter {
893
+ /**
894
+ * The name of a parameter, for example, BackupPlanFrequency.
895
+ */
896
+ ParameterName?: ParameterName;
897
+ /**
898
+ * The value of parameter, for example, hourly.
899
+ */
900
+ ParameterValue?: ParameterValue;
901
+ }
902
+ export type ControlInputParameters = ControlInputParameter[];
903
+ export type ControlName = string;
904
+ export interface ControlScope {
905
+ /**
906
+ * Describes whether the control scope includes a specific resource identified by its unique Amazon Resource Name (ARN).
907
+ */
908
+ ComplianceResourceIds?: ComplianceResourceIdList;
909
+ /**
910
+ * Describes whether the control scope includes one or more types of resources, such as EFS or RDS.
911
+ */
912
+ ComplianceResourceTypes?: ResourceTypeList;
913
+ /**
914
+ * Describes whether the control scope includes resources with one or more tags. Each tag is a key-value pair.
915
+ */
916
+ Tags?: stringMap;
917
+ }
787
918
  export interface CopyAction {
788
919
  Lifecycle?: Lifecycle;
789
920
  /**
@@ -818,7 +949,7 @@ declare namespace Backup {
818
949
  */
819
950
  DestinationRecoveryPointArn?: ARN;
820
951
  /**
821
- * The AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
952
+ * The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
822
953
  */
823
954
  ResourceArn?: ARN;
824
955
  /**
@@ -847,7 +978,7 @@ declare namespace Backup {
847
978
  IamRoleArn?: IAMRoleArn;
848
979
  CreatedBy?: RecoveryPointCreator;
849
980
  /**
850
- * The type of AWS resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
981
+ * The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
851
982
  */
852
983
  ResourceType?: ResourceType;
853
984
  }
@@ -885,7 +1016,7 @@ declare namespace Backup {
885
1016
  */
886
1017
  VersionId?: string;
887
1018
  /**
888
- * A list of BackupOptions settings for a resource type. This option is only available for Windows VSS backup jobs.
1019
+ * A list of BackupOptions settings for a resource type. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
889
1020
  */
890
1021
  AdvancedBackupSettings?: AdvancedBackupSettings;
891
1022
  }
@@ -919,7 +1050,7 @@ declare namespace Backup {
919
1050
  }
920
1051
  export interface CreateBackupVaultInput {
921
1052
  /**
922
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
1053
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
923
1054
  */
924
1055
  BackupVaultName: BackupVaultName;
925
1056
  /**
@@ -949,6 +1080,74 @@ declare namespace Backup {
949
1080
  */
950
1081
  CreationDate?: timestamp;
951
1082
  }
1083
+ export interface CreateFrameworkInput {
1084
+ /**
1085
+ * The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
1086
+ */
1087
+ FrameworkName: FrameworkName;
1088
+ /**
1089
+ * An optional description of the framework with a maximum of 1,024 characters.
1090
+ */
1091
+ FrameworkDescription?: FrameworkDescription;
1092
+ /**
1093
+ * A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
1094
+ */
1095
+ FrameworkControls: FrameworkControls;
1096
+ /**
1097
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateFrameworkInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
1098
+ */
1099
+ IdempotencyToken?: string;
1100
+ /**
1101
+ * Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
1102
+ */
1103
+ FrameworkTags?: stringMap;
1104
+ }
1105
+ export interface CreateFrameworkOutput {
1106
+ /**
1107
+ * The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
1108
+ */
1109
+ FrameworkName?: FrameworkName;
1110
+ /**
1111
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1112
+ */
1113
+ FrameworkArn?: ARN;
1114
+ }
1115
+ export interface CreateReportPlanInput {
1116
+ /**
1117
+ * The unique name of the report plan. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
1118
+ */
1119
+ ReportPlanName: ReportPlanName;
1120
+ /**
1121
+ * An optional description of the report plan with a maximum of 1,024 characters.
1122
+ */
1123
+ ReportPlanDescription?: ReportPlanDescription;
1124
+ /**
1125
+ * A structure that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
1126
+ */
1127
+ ReportDeliveryChannel: ReportDeliveryChannel;
1128
+ /**
1129
+ * Identifies the report template for the report. Reports are built using a report template. The report templates are: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
1130
+ */
1131
+ ReportSetting: ReportSetting;
1132
+ /**
1133
+ * Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
1134
+ */
1135
+ ReportPlanTags?: stringMap;
1136
+ /**
1137
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to CreateReportPlanInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
1138
+ */
1139
+ IdempotencyToken?: string;
1140
+ }
1141
+ export interface CreateReportPlanOutput {
1142
+ /**
1143
+ * The unique name of the report plan.
1144
+ */
1145
+ ReportPlanName?: ReportPlanName;
1146
+ /**
1147
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1148
+ */
1149
+ ReportPlanArn?: ARN;
1150
+ }
952
1151
  export type CronExpression = string;
953
1152
  export interface DeleteBackupPlanInput {
954
1153
  /**
@@ -986,13 +1185,13 @@ declare namespace Backup {
986
1185
  }
987
1186
  export interface DeleteBackupVaultAccessPolicyInput {
988
1187
  /**
989
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1188
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
990
1189
  */
991
1190
  BackupVaultName: BackupVaultName;
992
1191
  }
993
1192
  export interface DeleteBackupVaultInput {
994
1193
  /**
995
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1194
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
996
1195
  */
997
1196
  BackupVaultName: string;
998
1197
  }
@@ -1002,9 +1201,15 @@ declare namespace Backup {
1002
1201
  */
1003
1202
  BackupVaultName: BackupVaultName;
1004
1203
  }
1204
+ export interface DeleteFrameworkInput {
1205
+ /**
1206
+ * The unique name of a framework.
1207
+ */
1208
+ FrameworkName: FrameworkName;
1209
+ }
1005
1210
  export interface DeleteRecoveryPointInput {
1006
1211
  /**
1007
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1212
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1008
1213
  */
1009
1214
  BackupVaultName: BackupVaultName;
1010
1215
  /**
@@ -1012,9 +1217,15 @@ declare namespace Backup {
1012
1217
  */
1013
1218
  RecoveryPointArn: ARN;
1014
1219
  }
1220
+ export interface DeleteReportPlanInput {
1221
+ /**
1222
+ * The unique name of a report plan.
1223
+ */
1224
+ ReportPlanName: ReportPlanName;
1225
+ }
1015
1226
  export interface DescribeBackupJobInput {
1016
1227
  /**
1017
- * Uniquely identifies a request to AWS Backup to back up a resource.
1228
+ * Uniquely identifies a request to Backup to back up a resource.
1018
1229
  */
1019
1230
  BackupJobId: string;
1020
1231
  }
@@ -1024,11 +1235,11 @@ declare namespace Backup {
1024
1235
  */
1025
1236
  AccountId?: AccountId;
1026
1237
  /**
1027
- * Uniquely identifies a request to AWS Backup to back up a resource.
1238
+ * Uniquely identifies a request to Backup to back up a resource.
1028
1239
  */
1029
1240
  BackupJobId?: string;
1030
1241
  /**
1031
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1242
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1032
1243
  */
1033
1244
  BackupVaultName?: BackupVaultName;
1034
1245
  /**
@@ -1076,7 +1287,7 @@ declare namespace Backup {
1076
1287
  */
1077
1288
  CreatedBy?: RecoveryPointCreator;
1078
1289
  /**
1079
- * The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
1290
+ * The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
1080
1291
  */
1081
1292
  ResourceType?: ResourceType;
1082
1293
  /**
@@ -1096,13 +1307,13 @@ declare namespace Backup {
1096
1307
  */
1097
1308
  BackupOptions?: BackupOptions;
1098
1309
  /**
1099
- * Represents the actual backup type selected for a backup job. For example, if a successful WindowsVSS backup was taken, BackupType returns "WindowsVSS". If BackupType is empty, then the backup type that was is a regular backup.
1310
+ * Represents the actual backup type selected for a backup job. For example, if a successful Windows Volume Shadow Copy Service (VSS) backup was taken, BackupType returns "WindowsVSS". If BackupType is empty, then the backup type was a regular backup.
1100
1311
  */
1101
1312
  BackupType?: string;
1102
1313
  }
1103
1314
  export interface DescribeBackupVaultInput {
1104
1315
  /**
1105
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1316
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1106
1317
  */
1107
1318
  BackupVaultName: string;
1108
1319
  }
@@ -1144,15 +1355,55 @@ declare namespace Backup {
1144
1355
  */
1145
1356
  CopyJob?: CopyJob;
1146
1357
  }
1358
+ export interface DescribeFrameworkInput {
1359
+ /**
1360
+ * The unique name of a framework.
1361
+ */
1362
+ FrameworkName: FrameworkName;
1363
+ }
1364
+ export interface DescribeFrameworkOutput {
1365
+ /**
1366
+ * The unique name of a framework.
1367
+ */
1368
+ FrameworkName?: FrameworkName;
1369
+ /**
1370
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1371
+ */
1372
+ FrameworkArn?: ARN;
1373
+ /**
1374
+ * An optional description of the framework.
1375
+ */
1376
+ FrameworkDescription?: FrameworkDescription;
1377
+ /**
1378
+ * A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
1379
+ */
1380
+ FrameworkControls?: FrameworkControls;
1381
+ /**
1382
+ * The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1383
+ */
1384
+ CreationTime?: timestamp;
1385
+ /**
1386
+ * The deployment status of a framework. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
1387
+ */
1388
+ DeploymentStatus?: string;
1389
+ /**
1390
+ * A framework consists of one or more controls. Each control governs a resource, such as backup plans, backup selections, backup vaults, or recovery points. You can also turn Config recording on or off for each resource. The statuses are: ACTIVE when recording is turned on for all resources governed by the framework. PARTIALLY_ACTIVE when recording is turned off for at least one resource governed by the framework. INACTIVE when recording is turned off for all resources governed by the framework. UNAVAILABLE when Backup is unable to validate recording status at this time.
1391
+ */
1392
+ FrameworkStatus?: string;
1393
+ /**
1394
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to DescribeFrameworkOutput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
1395
+ */
1396
+ IdempotencyToken?: string;
1397
+ }
1147
1398
  export interface DescribeGlobalSettingsInput {
1148
1399
  }
1149
1400
  export interface DescribeGlobalSettingsOutput {
1150
1401
  /**
1151
- * A list of resources along with the opt-in preferences for the account.
1402
+ * The status of the flag isCrossAccountBackupEnabled.
1152
1403
  */
1153
1404
  GlobalSettings?: GlobalSettings;
1154
1405
  /**
1155
- * The date and time that the global settings were last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1406
+ * The date and time that the flag isCrossAccountBackupEnabled was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1156
1407
  */
1157
1408
  LastUpdateTime?: timestamp;
1158
1409
  }
@@ -1168,7 +1419,7 @@ declare namespace Backup {
1168
1419
  */
1169
1420
  ResourceArn?: ARN;
1170
1421
  /**
1171
- * The type of AWS resource saved as a recovery point; for example, an EBS volume or an Amazon RDS database.
1422
+ * The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon EBS volume or an Amazon RDS database.
1172
1423
  */
1173
1424
  ResourceType?: ResourceType;
1174
1425
  /**
@@ -1178,7 +1429,7 @@ declare namespace Backup {
1178
1429
  }
1179
1430
  export interface DescribeRecoveryPointInput {
1180
1431
  /**
1181
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1432
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1182
1433
  */
1183
1434
  BackupVaultName: BackupVaultName;
1184
1435
  /**
@@ -1200,7 +1451,7 @@ declare namespace Backup {
1200
1451
  */
1201
1452
  BackupVaultArn?: ARN;
1202
1453
  /**
1203
- * An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault. If the recovery is restored to the same AWS account or Region, this value will be null.
1454
+ * An Amazon Resource Name (ARN) that uniquely identifies the source vault where the resource was originally backed up in; for example, arn:aws:backup:us-east-1:123456789012:vault:BackupVault. If the recovery is restored to the same Amazon Web Services account or Region, this value will be null.
1204
1455
  */
1205
1456
  SourceBackupVaultArn?: ARN;
1206
1457
  /**
@@ -1208,7 +1459,7 @@ declare namespace Backup {
1208
1459
  */
1209
1460
  ResourceArn?: ARN;
1210
1461
  /**
1211
- * The type of AWS resource to save as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
1462
+ * The type of Amazon Web Services resource to save as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
1212
1463
  */
1213
1464
  ResourceType?: ResourceType;
1214
1465
  /**
@@ -1220,9 +1471,13 @@ declare namespace Backup {
1220
1471
  */
1221
1472
  IamRoleArn?: IAMRoleArn;
1222
1473
  /**
1223
- * A status code specifying the state of the recovery point. A partial status indicates that the recovery point was not successfully re-created and must be retried.
1474
+ * A status code specifying the state of the recovery point. PARTIAL status indicates Backup could not create the recovery point before the backup window closed. To increase your backup plan window using the API, see UpdateBackupPlan. You can also increase your backup plan window using the Console by choosing and editing your backup plan. EXPIRED status indicates that the recovery point has exceeded its retention period, but Backup lacks permission or is otherwise unable to delete it. To manually delete these recovery points, see Step 3: Delete the recovery points in the Clean up resources section of Getting started.
1224
1475
  */
1225
1476
  Status?: RecoveryPointStatus;
1477
+ /**
1478
+ * A status message explaining the reason for the recovery point deletion failure.
1479
+ */
1480
+ StatusMessage?: string;
1226
1481
  /**
1227
1482
  * The date and time that a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1228
1483
  */
@@ -1240,7 +1495,7 @@ declare namespace Backup {
1240
1495
  */
1241
1496
  CalculatedLifecycle?: CalculatedLifecycle;
1242
1497
  /**
1243
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
1498
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
1244
1499
  */
1245
1500
  Lifecycle?: Lifecycle;
1246
1501
  /**
@@ -1268,6 +1523,30 @@ declare namespace Backup {
1268
1523
  */
1269
1524
  ResourceTypeOptInPreference?: ResourceTypeOptInPreference;
1270
1525
  }
1526
+ export interface DescribeReportJobInput {
1527
+ /**
1528
+ * The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
1529
+ */
1530
+ ReportJobId: ReportJobId;
1531
+ }
1532
+ export interface DescribeReportJobOutput {
1533
+ /**
1534
+ * A list of information about a report job, including its completion and creation times, report destination, unique report job ID, Amazon Resource Name (ARN), report template, status, and status message.
1535
+ */
1536
+ ReportJob?: ReportJob;
1537
+ }
1538
+ export interface DescribeReportPlanInput {
1539
+ /**
1540
+ * The unique name of a report plan.
1541
+ */
1542
+ ReportPlanName: ReportPlanName;
1543
+ }
1544
+ export interface DescribeReportPlanOutput {
1545
+ /**
1546
+ * Returns details about the report plan that is specified by its name. These details include the report plan's Amazon Resource Name (ARN), description, settings, delivery channel, deployment status, creation time, and last attempted and successful run times.
1547
+ */
1548
+ ReportPlan?: ReportPlan;
1549
+ }
1271
1550
  export interface DescribeRestoreJobInput {
1272
1551
  /**
1273
1552
  * Uniquely identifies the job that restores a recovery point.
@@ -1296,7 +1575,7 @@ declare namespace Backup {
1296
1575
  */
1297
1576
  CompletionDate?: timestamp;
1298
1577
  /**
1299
- * Status code specifying the state of the job that is initiated by AWS Backup to restore a recovery point.
1578
+ * Status code specifying the state of the job that is initiated by Backup to restore a recovery point.
1300
1579
  */
1301
1580
  Status?: RestoreJobStatus;
1302
1581
  /**
@@ -1330,11 +1609,11 @@ declare namespace Backup {
1330
1609
  }
1331
1610
  export interface DisassociateRecoveryPointInput {
1332
1611
  /**
1333
- * The unique name of an AWS Backup vault. Required.
1612
+ * The unique name of an Backup vault.
1334
1613
  */
1335
1614
  BackupVaultName: BackupVaultName;
1336
1615
  /**
1337
- * An Amazon Resource Name (ARN) that uniquely identifies an AWS Backup recovery point. Required.
1616
+ * An Amazon Resource Name (ARN) that uniquely identifies an Backup recovery point.
1338
1617
  */
1339
1618
  RecoveryPointArn: ARN;
1340
1619
  }
@@ -1350,6 +1629,51 @@ declare namespace Backup {
1350
1629
  */
1351
1630
  BackupPlanTemplateJson?: string;
1352
1631
  }
1632
+ export type FormatList = string[];
1633
+ export interface Framework {
1634
+ /**
1635
+ * The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
1636
+ */
1637
+ FrameworkName?: FrameworkName;
1638
+ /**
1639
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1640
+ */
1641
+ FrameworkArn?: ARN;
1642
+ /**
1643
+ * An optional description of the framework with a maximum 1,024 characters.
1644
+ */
1645
+ FrameworkDescription?: FrameworkDescription;
1646
+ /**
1647
+ * The number of controls contained by the framework.
1648
+ */
1649
+ NumberOfControls?: integer;
1650
+ /**
1651
+ * The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1652
+ */
1653
+ CreationTime?: timestamp;
1654
+ /**
1655
+ * The deployment status of a framework. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED | FAILED
1656
+ */
1657
+ DeploymentStatus?: string;
1658
+ }
1659
+ export interface FrameworkControl {
1660
+ /**
1661
+ * The name of a control. This name is between 1 and 256 characters.
1662
+ */
1663
+ ControlName: ControlName;
1664
+ /**
1665
+ * A list of ParameterName and ParameterValue pairs.
1666
+ */
1667
+ ControlInputParameters?: ControlInputParameters;
1668
+ /**
1669
+ * The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ControlScope.
1670
+ */
1671
+ ControlScope?: ControlScope;
1672
+ }
1673
+ export type FrameworkControls = FrameworkControl[];
1674
+ export type FrameworkDescription = string;
1675
+ export type FrameworkList = Framework[];
1676
+ export type FrameworkName = string;
1353
1677
  export interface GetBackupPlanFromJSONInput {
1354
1678
  /**
1355
1679
  * A customer-supplied backup plan document in JSON format.
@@ -1456,7 +1780,7 @@ declare namespace Backup {
1456
1780
  }
1457
1781
  export interface GetBackupVaultAccessPolicyInput {
1458
1782
  /**
1459
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1783
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1460
1784
  */
1461
1785
  BackupVaultName: BackupVaultName;
1462
1786
  }
@@ -1476,7 +1800,7 @@ declare namespace Backup {
1476
1800
  }
1477
1801
  export interface GetBackupVaultNotificationsInput {
1478
1802
  /**
1479
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1803
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1480
1804
  */
1481
1805
  BackupVaultName: BackupVaultName;
1482
1806
  }
@@ -1500,7 +1824,7 @@ declare namespace Backup {
1500
1824
  }
1501
1825
  export interface GetRecoveryPointRestoreMetadataInput {
1502
1826
  /**
1503
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1827
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1504
1828
  */
1505
1829
  BackupVaultName: BackupVaultName;
1506
1830
  /**
@@ -1524,7 +1848,7 @@ declare namespace Backup {
1524
1848
  }
1525
1849
  export interface GetSupportedResourceTypesOutput {
1526
1850
  /**
1527
- * Contains a string with the supported AWS resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
1851
+ * Contains a string with the supported Amazon Web Services resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for Storage Gateway
1528
1852
  */
1529
1853
  ResourceTypes?: ResourceTypes;
1530
1854
  }
@@ -1562,7 +1886,7 @@ declare namespace Backup {
1562
1886
  */
1563
1887
  ByState?: BackupJobState;
1564
1888
  /**
1565
- * Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1889
+ * Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1566
1890
  */
1567
1891
  ByBackupVaultName?: BackupVaultName;
1568
1892
  /**
@@ -1574,11 +1898,11 @@ declare namespace Backup {
1574
1898
  */
1575
1899
  ByCreatedAfter?: timestamp;
1576
1900
  /**
1577
- * Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
1901
+ * Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for Storage Gateway
1578
1902
  */
1579
1903
  ByResourceType?: ResourceType;
1580
1904
  /**
1581
- * The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID. If used from an AWS Organizations management account, passing * returns all jobs across the organization.
1905
+ * The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID. If used from an Organizations management account, passing * returns all jobs across the organization.
1582
1906
  */
1583
1907
  ByAccountId?: AccountId;
1584
1908
  }
@@ -1730,7 +2054,7 @@ declare namespace Backup {
1730
2054
  */
1731
2055
  ByCreatedAfter?: timestamp;
1732
2056
  /**
1733
- * Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
2057
+ * Returns only backup jobs for the specified resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for Storage Gateway
1734
2058
  */
1735
2059
  ByResourceType?: ResourceType;
1736
2060
  /**
@@ -1752,6 +2076,26 @@ declare namespace Backup {
1752
2076
  */
1753
2077
  NextToken?: string;
1754
2078
  }
2079
+ export interface ListFrameworksInput {
2080
+ /**
2081
+ * The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
2082
+ */
2083
+ MaxResults?: MaxFrameworkInputs;
2084
+ /**
2085
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2086
+ */
2087
+ NextToken?: string;
2088
+ }
2089
+ export interface ListFrameworksOutput {
2090
+ /**
2091
+ * A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
2092
+ */
2093
+ Frameworks?: FrameworkList;
2094
+ /**
2095
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2096
+ */
2097
+ NextToken?: string;
2098
+ }
1755
2099
  export type ListOfTags = Condition[];
1756
2100
  export interface ListProtectedResourcesInput {
1757
2101
  /**
@@ -1765,7 +2109,7 @@ declare namespace Backup {
1765
2109
  }
1766
2110
  export interface ListProtectedResourcesOutput {
1767
2111
  /**
1768
- * An array of resources successfully backed up by AWS Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
2112
+ * An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
1769
2113
  */
1770
2114
  Results?: ProtectedResourcesList;
1771
2115
  /**
@@ -1775,7 +2119,7 @@ declare namespace Backup {
1775
2119
  }
1776
2120
  export interface ListRecoveryPointsByBackupVaultInput {
1777
2121
  /**
1778
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2122
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens. Backup vault name might not be available when a supported service creates the backup.
1779
2123
  */
1780
2124
  BackupVaultName: BackupVaultName;
1781
2125
  /**
@@ -1827,7 +2171,7 @@ declare namespace Backup {
1827
2171
  */
1828
2172
  NextToken?: string;
1829
2173
  /**
1830
- * The maximum number of items to be returned.
2174
+ * The maximum number of items to be returned. Amazon RDS requires a value of at least 20.
1831
2175
  */
1832
2176
  MaxResults?: MaxResults;
1833
2177
  }
@@ -1837,10 +2181,66 @@ declare namespace Backup {
1837
2181
  */
1838
2182
  NextToken?: string;
1839
2183
  /**
1840
- * An array of objects that contain detailed information about recovery points of the specified resource type.
2184
+ * An array of objects that contain detailed information about recovery points of the specified resource type. Only Amazon EFS and Amazon EC2 recovery points return BackupVaultName.
1841
2185
  */
1842
2186
  RecoveryPoints?: RecoveryPointByResourceList;
1843
2187
  }
2188
+ export interface ListReportJobsInput {
2189
+ /**
2190
+ * Returns only report jobs with the specified report plan name.
2191
+ */
2192
+ ByReportPlanName?: ReportPlanName;
2193
+ /**
2194
+ * Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
2195
+ */
2196
+ ByCreationBefore?: timestamp;
2197
+ /**
2198
+ * Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
2199
+ */
2200
+ ByCreationAfter?: timestamp;
2201
+ /**
2202
+ * Returns only report jobs that are in the specified status. The statuses are: CREATED | RUNNING | COMPLETED | FAILED
2203
+ */
2204
+ ByStatus?: string;
2205
+ /**
2206
+ * The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
2207
+ */
2208
+ MaxResults?: MaxResults;
2209
+ /**
2210
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2211
+ */
2212
+ NextToken?: string;
2213
+ }
2214
+ export interface ListReportJobsOutput {
2215
+ /**
2216
+ * Details about your report jobs in JSON format.
2217
+ */
2218
+ ReportJobs?: ReportJobList;
2219
+ /**
2220
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2221
+ */
2222
+ NextToken?: string;
2223
+ }
2224
+ export interface ListReportPlansInput {
2225
+ /**
2226
+ * The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
2227
+ */
2228
+ MaxResults?: MaxResults;
2229
+ /**
2230
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2231
+ */
2232
+ NextToken?: string;
2233
+ }
2234
+ export interface ListReportPlansOutput {
2235
+ /**
2236
+ * A list of your report plans with detailed information for each plan. This information includes the Amazon Resource Name (ARN), report plan name, description, settings, delivery channel, deployment status, creation time, and last times the report plan attempted to and successfully ran.
2237
+ */
2238
+ ReportPlans?: ReportPlanList;
2239
+ /**
2240
+ * An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
2241
+ */
2242
+ NextToken?: string;
2243
+ }
1844
2244
  export interface ListRestoreJobsInput {
1845
2245
  /**
1846
2246
  * The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
@@ -1902,17 +2302,20 @@ declare namespace Backup {
1902
2302
  Tags?: Tags;
1903
2303
  }
1904
2304
  export type Long = number;
2305
+ export type MaxFrameworkInputs = number;
1905
2306
  export type MaxResults = number;
1906
2307
  export type Metadata = {[key: string]: MetadataValue};
1907
2308
  export type MetadataKey = string;
1908
2309
  export type MetadataValue = string;
2310
+ export type ParameterName = string;
2311
+ export type ParameterValue = string;
1909
2312
  export interface ProtectedResource {
1910
2313
  /**
1911
2314
  * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
1912
2315
  */
1913
2316
  ResourceArn?: ARN;
1914
2317
  /**
1915
- * The type of AWS resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For VSS Windows backups, the only supported resource type is Amazon EC2.
2318
+ * The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
1916
2319
  */
1917
2320
  ResourceType?: ResourceType;
1918
2321
  /**
@@ -1923,7 +2326,7 @@ declare namespace Backup {
1923
2326
  export type ProtectedResourcesList = ProtectedResource[];
1924
2327
  export interface PutBackupVaultAccessPolicyInput {
1925
2328
  /**
1926
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2329
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1927
2330
  */
1928
2331
  BackupVaultName: BackupVaultName;
1929
2332
  /**
@@ -1933,7 +2336,7 @@ declare namespace Backup {
1933
2336
  }
1934
2337
  export interface PutBackupVaultNotificationsInput {
1935
2338
  /**
1936
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2339
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1937
2340
  */
1938
2341
  BackupVaultName: BackupVaultName;
1939
2342
  /**
@@ -1941,7 +2344,7 @@ declare namespace Backup {
1941
2344
  */
1942
2345
  SNSTopicArn: ARN;
1943
2346
  /**
1944
- * An array of events that indicate the status of jobs to back up resources to the backup vault.
2347
+ * An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported: BACKUP_JOB_STARTED, BACKUP_JOB_COMPLETED, COPY_JOB_STARTED, COPY_JOB_SUCCESSFUL, COPY_JOB_FAILED, RESTORE_JOB_STARTED, RESTORE_JOB_COMPLETED, and RECOVERY_POINT_MODIFIED. To find failed backup jobs, use BACKUP_JOB_COMPLETED and filter using event metadata. Other events in the following list are deprecated.
1945
2348
  */
1946
2349
  BackupVaultEvents: BackupVaultEvents;
1947
2350
  }
@@ -1951,7 +2354,7 @@ declare namespace Backup {
1951
2354
  */
1952
2355
  RecoveryPointArn?: ARN;
1953
2356
  /**
1954
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2357
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
1955
2358
  */
1956
2359
  BackupVaultName?: BackupVaultName;
1957
2360
  /**
@@ -1967,7 +2370,7 @@ declare namespace Backup {
1967
2370
  */
1968
2371
  ResourceArn?: ARN;
1969
2372
  /**
1970
- * The type of AWS resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For VSS Windows backups, the only supported resource type is Amazon EC2.
2373
+ * The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
1971
2374
  */
1972
2375
  ResourceType?: ResourceType;
1973
2376
  /**
@@ -1982,6 +2385,10 @@ declare namespace Backup {
1982
2385
  * A status code specifying the state of the recovery point.
1983
2386
  */
1984
2387
  Status?: RecoveryPointStatus;
2388
+ /**
2389
+ * A message explaining the reason of the recovery point deletion failure.
2390
+ */
2391
+ StatusMessage?: string;
1985
2392
  /**
1986
2393
  * The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
1987
2394
  */
@@ -1999,7 +2406,7 @@ declare namespace Backup {
1999
2406
  */
2000
2407
  CalculatedLifecycle?: CalculatedLifecycle;
2001
2408
  /**
2002
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2409
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2003
2410
  */
2004
2411
  Lifecycle?: Lifecycle;
2005
2412
  /**
@@ -2029,6 +2436,10 @@ declare namespace Backup {
2029
2436
  * A status code specifying the state of the recovery point.
2030
2437
  */
2031
2438
  Status?: RecoveryPointStatus;
2439
+ /**
2440
+ * A message explaining the reason of the recovery point deletion failure.
2441
+ */
2442
+ StatusMessage?: string;
2032
2443
  /**
2033
2444
  * The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
2034
2445
  */
@@ -2038,7 +2449,7 @@ declare namespace Backup {
2038
2449
  */
2039
2450
  BackupSizeBytes?: Long;
2040
2451
  /**
2041
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2452
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2042
2453
  */
2043
2454
  BackupVaultName?: BackupVaultName;
2044
2455
  }
@@ -2062,8 +2473,116 @@ declare namespace Backup {
2062
2473
  BackupRuleId?: string;
2063
2474
  }
2064
2475
  export type RecoveryPointStatus = "COMPLETED"|"PARTIAL"|"DELETING"|"EXPIRED"|string;
2476
+ export interface ReportDeliveryChannel {
2477
+ /**
2478
+ * The unique name of the S3 bucket that receives your reports.
2479
+ */
2480
+ S3BucketName: string;
2481
+ /**
2482
+ * The prefix for where Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.
2483
+ */
2484
+ S3KeyPrefix?: string;
2485
+ /**
2486
+ * A list of the format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.
2487
+ */
2488
+ Formats?: FormatList;
2489
+ }
2490
+ export interface ReportDestination {
2491
+ /**
2492
+ * The unique name of the Amazon S3 bucket that receives your reports.
2493
+ */
2494
+ S3BucketName?: string;
2495
+ /**
2496
+ * The object key that uniquely identifies your reports in your S3 bucket.
2497
+ */
2498
+ S3Keys?: stringList;
2499
+ }
2500
+ export interface ReportJob {
2501
+ /**
2502
+ * The identifier for a report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. Report job IDs cannot be edited.
2503
+ */
2504
+ ReportJobId?: ReportJobId;
2505
+ /**
2506
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2507
+ */
2508
+ ReportPlanArn?: ARN;
2509
+ /**
2510
+ * Identifies the report template for the report. Reports are built using a report template. The report templates are: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
2511
+ */
2512
+ ReportTemplate?: string;
2513
+ /**
2514
+ * The date and time that a report job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2515
+ */
2516
+ CreationTime?: timestamp;
2517
+ /**
2518
+ * The date and time that a report job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2519
+ */
2520
+ CompletionTime?: timestamp;
2521
+ /**
2522
+ * The status of a report job. The statuses are: CREATED | RUNNING | COMPLETED | FAILED COMPLETED means that the report is available for your review at your designated destination. If the status is FAILED, review the StatusMessage for the reason.
2523
+ */
2524
+ Status?: string;
2525
+ /**
2526
+ * A message explaining the status of the report job.
2527
+ */
2528
+ StatusMessage?: string;
2529
+ /**
2530
+ * The S3 bucket name and S3 keys for the destination where the report job publishes the report.
2531
+ */
2532
+ ReportDestination?: ReportDestination;
2533
+ }
2534
+ export type ReportJobId = string;
2535
+ export type ReportJobList = ReportJob[];
2536
+ export interface ReportPlan {
2537
+ /**
2538
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2539
+ */
2540
+ ReportPlanArn?: ARN;
2541
+ /**
2542
+ * The unique name of the report plan. This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
2543
+ */
2544
+ ReportPlanName?: ReportPlanName;
2545
+ /**
2546
+ * An optional description of the report plan with a maximum 1,024 characters.
2547
+ */
2548
+ ReportPlanDescription?: ReportPlanDescription;
2549
+ /**
2550
+ * Identifies the report template for the report. Reports are built using a report template. The report templates are: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
2551
+ */
2552
+ ReportSetting?: ReportSetting;
2553
+ /**
2554
+ * Contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
2555
+ */
2556
+ ReportDeliveryChannel?: ReportDeliveryChannel;
2557
+ /**
2558
+ * The deployment status of a report plan. The statuses are: CREATE_IN_PROGRESS | UPDATE_IN_PROGRESS | DELETE_IN_PROGRESS | COMPLETED
2559
+ */
2560
+ DeploymentStatus?: string;
2561
+ /**
2562
+ * The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2563
+ */
2564
+ CreationTime?: timestamp;
2565
+ /**
2566
+ * The date and time that a report job associated with this report plan last attempted to run, in Unix format and Coordinated Universal Time (UTC). The value of LastAttemptedExecutionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2567
+ */
2568
+ LastAttemptedExecutionTime?: timestamp;
2569
+ /**
2570
+ * The date and time that a report job associated with this report plan last successfully ran, in Unix format and Coordinated Universal Time (UTC). The value of LastSuccessfulExecutionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2571
+ */
2572
+ LastSuccessfulExecutionTime?: timestamp;
2573
+ }
2574
+ export type ReportPlanDescription = string;
2575
+ export type ReportPlanList = ReportPlan[];
2576
+ export type ReportPlanName = string;
2577
+ export interface ReportSetting {
2578
+ /**
2579
+ * Identifies the report template for the report. Reports are built using a report template. The report templates are: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
2580
+ */
2581
+ ReportTemplate: string;
2582
+ }
2065
2583
  export type ResourceArns = ARN[];
2066
2584
  export type ResourceType = string;
2585
+ export type ResourceTypeList = ARN[];
2067
2586
  export type ResourceTypeOptInPreference = {[key: string]: IsEnabled};
2068
2587
  export type ResourceTypes = ResourceType[];
2069
2588
  export type RestoreJobId = string;
@@ -2091,7 +2610,7 @@ declare namespace Backup {
2091
2610
  */
2092
2611
  CompletionDate?: timestamp;
2093
2612
  /**
2094
- * A status code specifying the state of the job initiated by AWS Backup to restore a recovery point.
2613
+ * A status code specifying the state of the job initiated by Backup to restore a recovery point.
2095
2614
  */
2096
2615
  Status?: RestoreJobStatus;
2097
2616
  /**
@@ -2119,13 +2638,13 @@ declare namespace Backup {
2119
2638
  */
2120
2639
  CreatedResourceArn?: ARN;
2121
2640
  /**
2122
- * The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For VSS Windows backups, the only supported resource type is Amazon EC2.
2641
+ * The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
2123
2642
  */
2124
2643
  ResourceType?: ResourceType;
2125
2644
  }
2126
2645
  export interface StartBackupJobInput {
2127
2646
  /**
2128
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2647
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2129
2648
  */
2130
2649
  BackupVaultName: BackupVaultName;
2131
2650
  /**
@@ -2137,7 +2656,7 @@ declare namespace Backup {
2137
2656
  */
2138
2657
  IamRoleArn: IAMRoleArn;
2139
2658
  /**
2140
- * A customer chosen string that can be used to distinguish between calls to StartBackupJob.
2659
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to StartBackupJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2141
2660
  */
2142
2661
  IdempotencyToken?: string;
2143
2662
  /**
@@ -2149,7 +2668,7 @@ declare namespace Backup {
2149
2668
  */
2150
2669
  CompleteWindowMinutes?: WindowMinutes;
2151
2670
  /**
2152
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2671
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2153
2672
  */
2154
2673
  Lifecycle?: Lifecycle;
2155
2674
  /**
@@ -2157,13 +2676,13 @@ declare namespace Backup {
2157
2676
  */
2158
2677
  RecoveryPointTags?: Tags;
2159
2678
  /**
2160
- * Specifies the backup option for a selected resource. This option is only available for Windows VSS backup jobs. Valid values: Set to "WindowsVSS”:“enabled" to enable WindowsVSS backup option and create a VSS Windows backup. Set to WindowsVSS”:”disabled to create a regular backup. The WindowsVSS option is not enabled by default.
2679
+ * Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values: Set to "WindowsVSS":"enabled" to enable the WindowsVSS backup option and create a Windows VSS backup. Set to "WindowsVSS""disabled" to create a regular backup. The WindowsVSS option is not enabled by default.
2161
2680
  */
2162
2681
  BackupOptions?: BackupOptions;
2163
2682
  }
2164
2683
  export interface StartBackupJobOutput {
2165
2684
  /**
2166
- * Uniquely identifies a request to AWS Backup to back up a resource.
2685
+ * Uniquely identifies a request to Backup to back up a resource.
2167
2686
  */
2168
2687
  BackupJobId?: string;
2169
2688
  /**
@@ -2181,7 +2700,7 @@ declare namespace Backup {
2181
2700
  */
2182
2701
  RecoveryPointArn: ARN;
2183
2702
  /**
2184
- * The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2703
+ * The name of a logical source container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2185
2704
  */
2186
2705
  SourceBackupVaultName: BackupVaultName;
2187
2706
  /**
@@ -2193,7 +2712,7 @@ declare namespace Backup {
2193
2712
  */
2194
2713
  IamRoleArn: IAMRoleArn;
2195
2714
  /**
2196
- * A customer chosen string that can be used to distinguish between calls to StartCopyJob.
2715
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to StartCopyJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2197
2716
  */
2198
2717
  IdempotencyToken?: string;
2199
2718
  Lifecycle?: Lifecycle;
@@ -2208,25 +2727,41 @@ declare namespace Backup {
2208
2727
  */
2209
2728
  CreationDate?: timestamp;
2210
2729
  }
2730
+ export interface StartReportJobInput {
2731
+ /**
2732
+ * The unique name of a report plan.
2733
+ */
2734
+ ReportPlanName: ReportPlanName;
2735
+ /**
2736
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to StartReportJobInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2737
+ */
2738
+ IdempotencyToken?: string;
2739
+ }
2740
+ export interface StartReportJobOutput {
2741
+ /**
2742
+ * The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
2743
+ */
2744
+ ReportJobId?: ReportJobId;
2745
+ }
2211
2746
  export interface StartRestoreJobInput {
2212
2747
  /**
2213
2748
  * An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
2214
2749
  */
2215
2750
  RecoveryPointArn: ARN;
2216
2751
  /**
2217
- * A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point. You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists. You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance: file-system-id: The ID of the Amazon EFS file system that is backed up by AWS Backup. Returned in GetRecoveryPointRestoreMetadata. Encrypted: A Boolean value that, if true, specifies that the file system is encrypted. If KmsKeyId is specified, Encrypted must be set to true. KmsKeyId: Specifies the AWS KMS key that is used to encrypt the restored file system. You can specify a key from another AWS account provided that key it is properly shared with your account via AWS KMS. PerformanceMode: Specifies the throughput mode of the file system. CreationToken: A user-supplied value that ensures the uniqueness (idempotency) of the request. newFileSystem: A Boolean value that, if true, specifies that the recovery point is restored to a new Amazon EFS file system. ItemsToRestore : An array of one to five strings where each string is a file path. Use ItemsToRestore to restore specific files or directories rather than the entire file system. This parameter is optional. For example, "itemsToRestore":"[\"/my.test\"]".
2752
+ * A set of metadata key-value pairs. Contains information, such as a resource name, required to restore a recovery point. You can get configuration metadata about a resource at the time it was backed up by calling GetRecoveryPointRestoreMetadata. However, values in addition to those provided by GetRecoveryPointRestoreMetadata might be required to restore a resource. For example, you might need to provide a new resource name if the original already exists. You need to specify specific metadata to restore an Amazon Elastic File System (Amazon EFS) instance: file-system-id: The ID of the Amazon EFS file system that is backed up by Backup. Returned in GetRecoveryPointRestoreMetadata. Encrypted: A Boolean value that, if true, specifies that the file system is encrypted. If KmsKeyId is specified, Encrypted must be set to true. KmsKeyId: Specifies the Amazon Web Services KMS key that is used to encrypt the restored file system. You can specify a key from another Amazon Web Services account provided that key it is properly shared with your account via Amazon Web Services KMS. PerformanceMode: Specifies the throughput mode of the file system. CreationToken: A user-supplied value that ensures the uniqueness (idempotency) of the request. newFileSystem: A Boolean value that, if true, specifies that the recovery point is restored to a new Amazon EFS file system. ItemsToRestore: An array of one to five strings where each string is a file path. Use ItemsToRestore to restore specific files or directories rather than the entire file system. This parameter is optional. For example, "itemsToRestore":"[\"/my.test\"]".
2218
2753
  */
2219
2754
  Metadata: Metadata;
2220
2755
  /**
2221
- * The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
2756
+ * The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
2222
2757
  */
2223
2758
  IamRoleArn: IAMRoleArn;
2224
2759
  /**
2225
- * A customer chosen string that can be used to distinguish between calls to StartRestoreJob.
2760
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to StartRestoreJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2226
2761
  */
2227
2762
  IdempotencyToken?: string;
2228
2763
  /**
2229
- * Starts a job to restore a recovery point for one of the following resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for AWS Storage Gateway
2764
+ * Starts a job to restore a recovery point for one of the following resources: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Aurora for Amazon Aurora Storage Gateway for Storage Gateway
2230
2765
  */
2231
2766
  ResourceType?: ResourceType;
2232
2767
  }
@@ -2238,7 +2773,7 @@ declare namespace Backup {
2238
2773
  }
2239
2774
  export interface StopBackupJobInput {
2240
2775
  /**
2241
- * Uniquely identifies a request to AWS Backup to back up a resource.
2776
+ * Uniquely identifies a request to Backup to back up a resource.
2242
2777
  */
2243
2778
  BackupJobId: string;
2244
2779
  }
@@ -2287,7 +2822,7 @@ declare namespace Backup {
2287
2822
  */
2288
2823
  BackupPlanArn?: ARN;
2289
2824
  /**
2290
- * The date and time a backup plan is updated, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2825
+ * The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2291
2826
  */
2292
2827
  CreationDate?: timestamp;
2293
2828
  /**
@@ -2299,15 +2834,47 @@ declare namespace Backup {
2299
2834
  */
2300
2835
  AdvancedBackupSettings?: AdvancedBackupSettings;
2301
2836
  }
2837
+ export interface UpdateFrameworkInput {
2838
+ /**
2839
+ * The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
2840
+ */
2841
+ FrameworkName: FrameworkName;
2842
+ /**
2843
+ * An optional description of the framework with a maximum 1,024 characters.
2844
+ */
2845
+ FrameworkDescription?: FrameworkDescription;
2846
+ /**
2847
+ * A list of the controls that make up the framework. Each control in the list has a name, input parameters, and scope.
2848
+ */
2849
+ FrameworkControls?: FrameworkControls;
2850
+ /**
2851
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to UpdateFrameworkInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2852
+ */
2853
+ IdempotencyToken?: string;
2854
+ }
2855
+ export interface UpdateFrameworkOutput {
2856
+ /**
2857
+ * The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
2858
+ */
2859
+ FrameworkName?: FrameworkName;
2860
+ /**
2861
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2862
+ */
2863
+ FrameworkArn?: ARN;
2864
+ /**
2865
+ * The date and time that a framework is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2866
+ */
2867
+ CreationTime?: timestamp;
2868
+ }
2302
2869
  export interface UpdateGlobalSettingsInput {
2303
2870
  /**
2304
- * A list of resources along with the opt-in preferences for the account.
2871
+ * A value for isCrossAccountBackupEnabled and a Region. Example: update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2.
2305
2872
  */
2306
2873
  GlobalSettings?: GlobalSettings;
2307
2874
  }
2308
2875
  export interface UpdateRecoveryPointLifecycleInput {
2309
2876
  /**
2310
- * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2877
+ * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
2311
2878
  */
2312
2879
  BackupVaultName: BackupVaultName;
2313
2880
  /**
@@ -2315,7 +2882,7 @@ declare namespace Backup {
2315
2882
  */
2316
2883
  RecoveryPointArn: ARN;
2317
2884
  /**
2318
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
2885
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
2319
2886
  */
2320
2887
  Lifecycle?: Lifecycle;
2321
2888
  }
@@ -2329,7 +2896,7 @@ declare namespace Backup {
2329
2896
  */
2330
2897
  RecoveryPointArn?: ARN;
2331
2898
  /**
2332
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2899
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only Amazon EFS file system backups can be transitioned to cold storage.
2333
2900
  */
2334
2901
  Lifecycle?: Lifecycle;
2335
2902
  /**
@@ -2343,8 +2910,47 @@ declare namespace Backup {
2343
2910
  */
2344
2911
  ResourceTypeOptInPreference?: ResourceTypeOptInPreference;
2345
2912
  }
2913
+ export interface UpdateReportPlanInput {
2914
+ /**
2915
+ * The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
2916
+ */
2917
+ ReportPlanName: ReportPlanName;
2918
+ /**
2919
+ * An optional description of the report plan with a maximum 1,024 characters.
2920
+ */
2921
+ ReportPlanDescription?: ReportPlanDescription;
2922
+ /**
2923
+ * A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
2924
+ */
2925
+ ReportDeliveryChannel?: ReportDeliveryChannel;
2926
+ /**
2927
+ * Identifies the report template for the report. Reports are built using a report template. The report templates are: BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT
2928
+ */
2929
+ ReportSetting?: ReportSetting;
2930
+ /**
2931
+ * A customer-chosen string that you can use to distinguish between otherwise identical calls to UpdateReportPlanInput. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2932
+ */
2933
+ IdempotencyToken?: string;
2934
+ }
2935
+ export interface UpdateReportPlanOutput {
2936
+ /**
2937
+ * The unique name of the report plan.
2938
+ */
2939
+ ReportPlanName?: ReportPlanName;
2940
+ /**
2941
+ * An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
2942
+ */
2943
+ ReportPlanArn?: ARN;
2944
+ /**
2945
+ * The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
2946
+ */
2947
+ CreationTime?: timestamp;
2948
+ }
2346
2949
  export type WindowMinutes = number;
2950
+ export type integer = number;
2347
2951
  export type long = number;
2952
+ export type stringList = string[];
2953
+ export type stringMap = {[key: string]: string};
2348
2954
  export type timestamp = Date;
2349
2955
  /**
2350
2956
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.