@aws-sdk/client-backup 3.288.0 → 3.290.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 (73) hide show
  1. package/dist-types/commands/CancelLegalHoldCommand.d.ts +18 -0
  2. package/dist-types/commands/CreateBackupPlanCommand.d.ts +18 -0
  3. package/dist-types/commands/CreateBackupSelectionCommand.d.ts +18 -0
  4. package/dist-types/commands/CreateBackupVaultCommand.d.ts +18 -0
  5. package/dist-types/commands/CreateFrameworkCommand.d.ts +18 -0
  6. package/dist-types/commands/CreateLegalHoldCommand.d.ts +15 -0
  7. package/dist-types/commands/CreateReportPlanCommand.d.ts +18 -0
  8. package/dist-types/commands/DeleteBackupPlanCommand.d.ts +18 -0
  9. package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +14 -0
  10. package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +14 -0
  11. package/dist-types/commands/DeleteBackupVaultCommand.d.ts +18 -0
  12. package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +18 -0
  13. package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +14 -0
  14. package/dist-types/commands/DeleteFrameworkCommand.d.ts +18 -0
  15. package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +22 -0
  16. package/dist-types/commands/DeleteReportPlanCommand.d.ts +18 -0
  17. package/dist-types/commands/DescribeBackupJobCommand.d.ts +17 -0
  18. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +14 -0
  19. package/dist-types/commands/DescribeCopyJobCommand.d.ts +14 -0
  20. package/dist-types/commands/DescribeFrameworkCommand.d.ts +14 -0
  21. package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +8 -0
  22. package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +14 -0
  23. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +14 -0
  24. package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +4 -0
  25. package/dist-types/commands/DescribeReportJobCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeReportPlanCommand.d.ts +14 -0
  27. package/dist-types/commands/DescribeRestoreJobCommand.d.ts +17 -0
  28. package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +22 -0
  29. package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +18 -0
  30. package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +14 -0
  31. package/dist-types/commands/GetBackupPlanCommand.d.ts +14 -0
  32. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +19 -0
  33. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +14 -0
  34. package/dist-types/commands/GetBackupSelectionCommand.d.ts +14 -0
  35. package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +14 -0
  36. package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +14 -0
  37. package/dist-types/commands/GetLegalHoldCommand.d.ts +14 -0
  38. package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +14 -0
  39. package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +4 -0
  40. package/dist-types/commands/ListBackupJobsCommand.d.ts +8 -0
  41. package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +14 -0
  42. package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +14 -0
  43. package/dist-types/commands/ListBackupPlansCommand.d.ts +14 -0
  44. package/dist-types/commands/ListBackupSelectionsCommand.d.ts +14 -0
  45. package/dist-types/commands/ListBackupVaultsCommand.d.ts +14 -0
  46. package/dist-types/commands/ListCopyJobsCommand.d.ts +8 -0
  47. package/dist-types/commands/ListFrameworksCommand.d.ts +8 -0
  48. package/dist-types/commands/ListLegalHoldsCommand.d.ts +8 -0
  49. package/dist-types/commands/ListProtectedResourcesCommand.d.ts +8 -0
  50. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +14 -0
  51. package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +11 -0
  52. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +14 -0
  53. package/dist-types/commands/ListReportJobsCommand.d.ts +11 -0
  54. package/dist-types/commands/ListReportPlansCommand.d.ts +8 -0
  55. package/dist-types/commands/ListRestoreJobsCommand.d.ts +14 -0
  56. package/dist-types/commands/ListTagsCommand.d.ts +14 -0
  57. package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +14 -0
  58. package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +18 -0
  59. package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +14 -0
  60. package/dist-types/commands/StartBackupJobCommand.d.ts +22 -0
  61. package/dist-types/commands/StartCopyJobCommand.d.ts +22 -0
  62. package/dist-types/commands/StartReportJobCommand.d.ts +14 -0
  63. package/dist-types/commands/StartRestoreJobCommand.d.ts +14 -0
  64. package/dist-types/commands/StopBackupJobCommand.d.ts +18 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +18 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
  67. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +14 -0
  68. package/dist-types/commands/UpdateFrameworkCommand.d.ts +25 -0
  69. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +15 -0
  70. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +18 -0
  71. package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +11 -0
  72. package/dist-types/commands/UpdateReportPlanCommand.d.ts +18 -0
  73. package/package.json +29 -29
@@ -30,6 +30,24 @@ export interface CancelLegalHoldCommandOutput extends CancelLegalHoldOutput, __M
30
30
  * @see {@link CancelLegalHoldCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterValueException} (client fault)
34
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
35
+ * out of range.</p>
36
+ *
37
+ * @throws {@link InvalidResourceStateException} (client fault)
38
+ * <p>Backup is already performing an action on this recovery point. It can't
39
+ * perform the action you requested until the first action finishes. Try again later.</p>
40
+ *
41
+ * @throws {@link MissingParameterValueException} (client fault)
42
+ * <p>Indicates that a required parameter is missing.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>A resource that is required for the action doesn't exist.</p>
46
+ *
47
+ * @throws {@link ServiceUnavailableException} (server fault)
48
+ * <p>The request failed due to a temporary failure of the server.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class CancelLegalHoldCommand extends $Command<CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput, BackupClientResolvedConfig> {
35
53
  readonly input: CancelLegalHoldCommandInput;
@@ -33,6 +33,24 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
33
33
  * @see {@link CreateBackupPlanCommandOutput} for command's `response` shape.
34
34
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
35
35
  *
36
+ * @throws {@link AlreadyExistsException} (client fault)
37
+ * <p>The required resource already exists.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
41
+ * out of range.</p>
42
+ *
43
+ * @throws {@link LimitExceededException} (client fault)
44
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
45
+ * in a request.</p>
46
+ *
47
+ * @throws {@link MissingParameterValueException} (client fault)
48
+ * <p>Indicates that a required parameter is missing.</p>
49
+ *
50
+ * @throws {@link ServiceUnavailableException} (server fault)
51
+ * <p>The request failed due to a temporary failure of the server.</p>
52
+ *
53
+ *
36
54
  */
37
55
  export declare class CreateBackupPlanCommand extends $Command<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput, BackupClientResolvedConfig> {
38
56
  readonly input: CreateBackupPlanCommandInput;
@@ -30,6 +30,24 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
30
30
  * @see {@link CreateBackupSelectionCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link AlreadyExistsException} (client fault)
34
+ * <p>The required resource already exists.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValueException} (client fault)
37
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
38
+ * out of range.</p>
39
+ *
40
+ * @throws {@link LimitExceededException} (client fault)
41
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
42
+ * in a request.</p>
43
+ *
44
+ * @throws {@link MissingParameterValueException} (client fault)
45
+ * <p>Indicates that a required parameter is missing.</p>
46
+ *
47
+ * @throws {@link ServiceUnavailableException} (server fault)
48
+ * <p>The request failed due to a temporary failure of the server.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class CreateBackupSelectionCommand extends $Command<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput, BackupClientResolvedConfig> {
35
53
  readonly input: CreateBackupSelectionCommandInput;
@@ -35,6 +35,24 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput,
35
35
  * @see {@link CreateBackupVaultCommandOutput} for command's `response` shape.
36
36
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
37
37
  *
38
+ * @throws {@link AlreadyExistsException} (client fault)
39
+ * <p>The required resource already exists.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
43
+ * out of range.</p>
44
+ *
45
+ * @throws {@link LimitExceededException} (client fault)
46
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
47
+ * in a request.</p>
48
+ *
49
+ * @throws {@link MissingParameterValueException} (client fault)
50
+ * <p>Indicates that a required parameter is missing.</p>
51
+ *
52
+ * @throws {@link ServiceUnavailableException} (server fault)
53
+ * <p>The request failed due to a temporary failure of the server.</p>
54
+ *
55
+ *
38
56
  */
39
57
  export declare class CreateBackupVaultCommand extends $Command<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput, BackupClientResolvedConfig> {
40
58
  readonly input: CreateBackupVaultCommandInput;
@@ -32,6 +32,24 @@ export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __M
32
32
  * @see {@link CreateFrameworkCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
34
34
  *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>The required resource already exists.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
40
+ * out of range.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
44
+ * in a request.</p>
45
+ *
46
+ * @throws {@link MissingParameterValueException} (client fault)
47
+ * <p>Indicates that a required parameter is missing.</p>
48
+ *
49
+ * @throws {@link ServiceUnavailableException} (server fault)
50
+ * <p>The request failed due to a temporary failure of the server.</p>
51
+ *
52
+ *
35
53
  */
36
54
  export declare class CreateFrameworkCommand extends $Command<CreateFrameworkCommandInput, CreateFrameworkCommandOutput, BackupClientResolvedConfig> {
37
55
  readonly input: CreateFrameworkCommandInput;
@@ -32,6 +32,21 @@ export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __M
32
32
  * @see {@link CreateLegalHoldCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
37
+ * out of range.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
41
+ * in a request.</p>
42
+ *
43
+ * @throws {@link MissingParameterValueException} (client fault)
44
+ * <p>Indicates that a required parameter is missing.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The request failed due to a temporary failure of the server.</p>
48
+ *
49
+ *
35
50
  */
36
51
  export declare class CreateLegalHoldCommand extends $Command<CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput, BackupClientResolvedConfig> {
37
52
  readonly input: CreateLegalHoldCommandInput;
@@ -32,6 +32,24 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
32
32
  * @see {@link CreateReportPlanCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
34
34
  *
35
+ * @throws {@link AlreadyExistsException} (client fault)
36
+ * <p>The required resource already exists.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
40
+ * out of range.</p>
41
+ *
42
+ * @throws {@link LimitExceededException} (client fault)
43
+ * <p>A limit in the request has been exceeded; for example, a maximum number of items allowed
44
+ * in a request.</p>
45
+ *
46
+ * @throws {@link MissingParameterValueException} (client fault)
47
+ * <p>Indicates that a required parameter is missing.</p>
48
+ *
49
+ * @throws {@link ServiceUnavailableException} (server fault)
50
+ * <p>The request failed due to a temporary failure of the server.</p>
51
+ *
52
+ *
35
53
  */
36
54
  export declare class CreateReportPlanCommand extends $Command<CreateReportPlanCommandInput, CreateReportPlanCommandOutput, BackupClientResolvedConfig> {
37
55
  readonly input: CreateReportPlanCommandInput;
@@ -31,6 +31,24 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _
31
31
  * @see {@link DeleteBackupPlanCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidParameterValueException} (client fault)
35
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
36
+ * out of range.</p>
37
+ *
38
+ * @throws {@link InvalidRequestException} (client fault)
39
+ * <p>Indicates that something is wrong with the input to the request. For example, a
40
+ * parameter is of the wrong type.</p>
41
+ *
42
+ * @throws {@link MissingParameterValueException} (client fault)
43
+ * <p>Indicates that a required parameter is missing.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>A resource that is required for the action doesn't exist.</p>
47
+ *
48
+ * @throws {@link ServiceUnavailableException} (server fault)
49
+ * <p>The request failed due to a temporary failure of the server.</p>
50
+ *
51
+ *
34
52
  */
35
53
  export declare class DeleteBackupPlanCommand extends $Command<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput, BackupClientResolvedConfig> {
36
54
  readonly input: DeleteBackupPlanCommandInput;
@@ -30,6 +30,20 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteBackupSelectionCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterValueException} (client fault)
34
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
35
+ * out of range.</p>
36
+ *
37
+ * @throws {@link MissingParameterValueException} (client fault)
38
+ * <p>Indicates that a required parameter is missing.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource that is required for the action doesn't exist.</p>
42
+ *
43
+ * @throws {@link ServiceUnavailableException} (server fault)
44
+ * <p>The request failed due to a temporary failure of the server.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class DeleteBackupSelectionCommand extends $Command<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: DeleteBackupSelectionCommandInput;
@@ -29,6 +29,20 @@ export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe
29
29
  * @see {@link DeleteBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DeleteBackupVaultAccessPolicyCommandInput;
@@ -30,6 +30,24 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteBackupVaultCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterValueException} (client fault)
34
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
35
+ * out of range.</p>
36
+ *
37
+ * @throws {@link InvalidRequestException} (client fault)
38
+ * <p>Indicates that something is wrong with the input to the request. For example, a
39
+ * parameter is of the wrong type.</p>
40
+ *
41
+ * @throws {@link MissingParameterValueException} (client fault)
42
+ * <p>Indicates that a required parameter is missing.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>A resource that is required for the action doesn't exist.</p>
46
+ *
47
+ * @throws {@link ServiceUnavailableException} (server fault)
48
+ * <p>The request failed due to a temporary failure of the server.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DeleteBackupVaultCommand extends $Command<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput, BackupClientResolvedConfig> {
35
53
  readonly input: DeleteBackupVaultCommandInput;
@@ -34,6 +34,24 @@ export interface DeleteBackupVaultLockConfigurationCommandOutput extends __Metad
34
34
  * @see {@link DeleteBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
35
35
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
36
36
  *
37
+ * @throws {@link InvalidParameterValueException} (client fault)
38
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
39
+ * out of range.</p>
40
+ *
41
+ * @throws {@link InvalidRequestException} (client fault)
42
+ * <p>Indicates that something is wrong with the input to the request. For example, a
43
+ * parameter is of the wrong type.</p>
44
+ *
45
+ * @throws {@link MissingParameterValueException} (client fault)
46
+ * <p>Indicates that a required parameter is missing.</p>
47
+ *
48
+ * @throws {@link ResourceNotFoundException} (client fault)
49
+ * <p>A resource that is required for the action doesn't exist.</p>
50
+ *
51
+ * @throws {@link ServiceUnavailableException} (server fault)
52
+ * <p>The request failed due to a temporary failure of the server.</p>
53
+ *
54
+ *
37
55
  */
38
56
  export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
39
57
  readonly input: DeleteBackupVaultLockConfigurationCommandInput;
@@ -29,6 +29,20 @@ export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataB
29
29
  * @see {@link DeleteBackupVaultNotificationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DeleteBackupVaultNotificationsCommand extends $Command<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DeleteBackupVaultNotificationsCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteFrameworkCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>Backup can't perform the action that you requested until it finishes
34
+ * performing a previous action. Try again later.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValueException} (client fault)
37
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
38
+ * out of range.</p>
39
+ *
40
+ * @throws {@link MissingParameterValueException} (client fault)
41
+ * <p>Indicates that a required parameter is missing.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A resource that is required for the action doesn't exist.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The request failed due to a temporary failure of the server.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DeleteFrameworkCommand extends $Command<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput, BackupClientResolvedConfig> {
34
52
  readonly input: DeleteFrameworkCommandInput;
@@ -41,6 +41,28 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
41
41
  * @see {@link DeleteRecoveryPointCommandOutput} for command's `response` shape.
42
42
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
43
43
  *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
46
+ * out of range.</p>
47
+ *
48
+ * @throws {@link InvalidRequestException} (client fault)
49
+ * <p>Indicates that something is wrong with the input to the request. For example, a
50
+ * parameter is of the wrong type.</p>
51
+ *
52
+ * @throws {@link InvalidResourceStateException} (client fault)
53
+ * <p>Backup is already performing an action on this recovery point. It can't
54
+ * perform the action you requested until the first action finishes. Try again later.</p>
55
+ *
56
+ * @throws {@link MissingParameterValueException} (client fault)
57
+ * <p>Indicates that a required parameter is missing.</p>
58
+ *
59
+ * @throws {@link ResourceNotFoundException} (client fault)
60
+ * <p>A resource that is required for the action doesn't exist.</p>
61
+ *
62
+ * @throws {@link ServiceUnavailableException} (server fault)
63
+ * <p>The request failed due to a temporary failure of the server.</p>
64
+ *
65
+ *
44
66
  */
45
67
  export declare class DeleteRecoveryPointCommand extends $Command<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig> {
46
68
  readonly input: DeleteRecoveryPointCommandInput;
@@ -29,6 +29,24 @@ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteReportPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>Backup can't perform the action that you requested until it finishes
34
+ * performing a previous action. Try again later.</p>
35
+ *
36
+ * @throws {@link InvalidParameterValueException} (client fault)
37
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
38
+ * out of range.</p>
39
+ *
40
+ * @throws {@link MissingParameterValueException} (client fault)
41
+ * <p>Indicates that a required parameter is missing.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>A resource that is required for the action doesn't exist.</p>
45
+ *
46
+ * @throws {@link ServiceUnavailableException} (server fault)
47
+ * <p>The request failed due to a temporary failure of the server.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class DeleteReportPlanCommand extends $Command<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput, BackupClientResolvedConfig> {
34
52
  readonly input: DeleteReportPlanCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput,
29
29
  * @see {@link DescribeBackupJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyFailureException} (server fault)
33
+ * <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
37
+ * out of range.</p>
38
+ *
39
+ * @throws {@link MissingParameterValueException} (client fault)
40
+ * <p>Indicates that a required parameter is missing.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>A resource that is required for the action doesn't exist.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The request failed due to a temporary failure of the server.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeBackupJobCommand extends $Command<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput, BackupClientResolvedConfig> {
34
51
  readonly input: DescribeBackupJobCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut
29
29
  * @see {@link DescribeBackupVaultCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeBackupVaultCommand extends $Command<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DescribeBackupVaultCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M
29
29
  * @see {@link DescribeCopyJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeCopyJobCommand extends $Command<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DescribeCopyJobCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
29
29
  * @see {@link DescribeFrameworkCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DescribeFrameworkCommandInput;
@@ -32,6 +32,14 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti
32
32
  * @see {@link DescribeGlobalSettingsCommandOutput} for command's `response` shape.
33
33
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
34
34
  *
35
+ * @throws {@link InvalidRequestException} (client fault)
36
+ * <p>Indicates that something is wrong with the input to the request. For example, a
37
+ * parameter is of the wrong type.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The request failed due to a temporary failure of the server.</p>
41
+ *
42
+ *
35
43
  */
36
44
  export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
37
45
  readonly input: DescribeGlobalSettingsCommandInput;
@@ -31,6 +31,20 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
31
31
  * @see {@link DescribeProtectedResourceCommandOutput} for command's `response` shape.
32
32
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
33
33
  *
34
+ * @throws {@link InvalidParameterValueException} (client fault)
35
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
36
+ * out of range.</p>
37
+ *
38
+ * @throws {@link MissingParameterValueException} (client fault)
39
+ * <p>Indicates that a required parameter is missing.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>A resource that is required for the action doesn't exist.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The request failed due to a temporary failure of the server.</p>
46
+ *
47
+ *
34
48
  */
35
49
  export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
36
50
  readonly input: DescribeProtectedResourceCommandInput;
@@ -30,6 +30,20 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
30
30
  * @see {@link DescribeRecoveryPointCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link InvalidParameterValueException} (client fault)
34
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
35
+ * out of range.</p>
36
+ *
37
+ * @throws {@link MissingParameterValueException} (client fault)
38
+ * <p>Indicates that a required parameter is missing.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>A resource that is required for the action doesn't exist.</p>
42
+ *
43
+ * @throws {@link ServiceUnavailableException} (server fault)
44
+ * <p>The request failed due to a temporary failure of the server.</p>
45
+ *
46
+ *
33
47
  */
34
48
  export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: DescribeRecoveryPointCommandInput;
@@ -33,6 +33,10 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti
33
33
  * @see {@link DescribeRegionSettingsCommandOutput} for command's `response` shape.
34
34
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
35
35
  *
36
+ * @throws {@link ServiceUnavailableException} (server fault)
37
+ * <p>The request failed due to a temporary failure of the server.</p>
38
+ *
39
+ *
36
40
  */
37
41
  export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
38
42
  readonly input: DescribeRegionSettingsCommandInput;
@@ -30,6 +30,16 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
30
30
  * @see {@link DescribeReportJobCommandOutput} for command's `response` shape.
31
31
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
32
32
  *
33
+ * @throws {@link MissingParameterValueException} (client fault)
34
+ * <p>Indicates that a required parameter is missing.</p>
35
+ *
36
+ * @throws {@link ResourceNotFoundException} (client fault)
37
+ * <p>A resource that is required for the action doesn't exist.</p>
38
+ *
39
+ * @throws {@link ServiceUnavailableException} (server fault)
40
+ * <p>The request failed due to a temporary failure of the server.</p>
41
+ *
42
+ *
33
43
  */
34
44
  export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
35
45
  readonly input: DescribeReportJobCommandInput;
@@ -29,6 +29,20 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
29
29
  * @see {@link DescribeReportPlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link InvalidParameterValueException} (client fault)
33
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
34
+ * out of range.</p>
35
+ *
36
+ * @throws {@link MissingParameterValueException} (client fault)
37
+ * <p>Indicates that a required parameter is missing.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>A resource that is required for the action doesn't exist.</p>
41
+ *
42
+ * @throws {@link ServiceUnavailableException} (server fault)
43
+ * <p>The request failed due to a temporary failure of the server.</p>
44
+ *
45
+ *
32
46
  */
33
47
  export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: DescribeReportPlanCommandInput;
@@ -29,6 +29,23 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
29
29
  * @see {@link DescribeRestoreJobCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link DependencyFailureException} (server fault)
33
+ * <p>A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>Indicates that something is wrong with a parameter's value. For example, the value is
37
+ * out of range.</p>
38
+ *
39
+ * @throws {@link MissingParameterValueException} (client fault)
40
+ * <p>Indicates that a required parameter is missing.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>A resource that is required for the action doesn't exist.</p>
44
+ *
45
+ * @throws {@link ServiceUnavailableException} (server fault)
46
+ * <p>The request failed due to a temporary failure of the server.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
34
51
  readonly input: DescribeRestoreJobCommandInput;