@aws-sdk/client-backup 3.289.0 → 3.292.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 +35 -40
@@ -32,6 +32,28 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
32
32
  * @see {@link DisassociateRecoveryPointCommandOutput} 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 InvalidRequestException} (client fault)
40
+ * <p>Indicates that something is wrong with the input to the request. For example, a
41
+ * parameter is of the wrong type.</p>
42
+ *
43
+ * @throws {@link InvalidResourceStateException} (client fault)
44
+ * <p>Backup is already performing an action on this recovery point. It can't
45
+ * perform the action you requested until the first action finishes. Try again later.</p>
46
+ *
47
+ * @throws {@link MissingParameterValueException} (client fault)
48
+ * <p>Indicates that a required parameter is missing.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>A resource that is required for the action doesn't exist.</p>
52
+ *
53
+ * @throws {@link ServiceUnavailableException} (server fault)
54
+ * <p>The request failed due to a temporary failure of the server.</p>
55
+ *
56
+ *
35
57
  */
36
58
  export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
37
59
  readonly input: DisassociateRecoveryPointCommandInput;
@@ -30,6 +30,24 @@ export interface DisassociateRecoveryPointFromParentCommandOutput extends __Meta
30
30
  * @see {@link DisassociateRecoveryPointFromParentCommandOutput} 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 DisassociateRecoveryPointFromParentCommand extends $Command<DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput, BackupClientResolvedConfig> {
35
53
  readonly input: DisassociateRecoveryPointFromParentCommandInput;
@@ -29,6 +29,20 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
29
29
  * @see {@link ExportBackupPlanTemplateCommandOutput} 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 ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: ExportBackupPlanTemplateCommandInput;
@@ -30,6 +30,20 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
30
30
  * @see {@link GetBackupPlanCommandOutput} 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 GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: GetBackupPlanCommandInput;
@@ -29,6 +29,25 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
29
29
  * @see {@link GetBackupPlanFromJSONCommandOutput} 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 InvalidRequestException} (client fault)
37
+ * <p>Indicates that something is wrong with the input to the request. For example, a
38
+ * parameter is of the wrong type.</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
+ *
32
51
  */
33
52
  export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
34
53
  readonly input: GetBackupPlanFromJSONCommandInput;
@@ -29,6 +29,20 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
29
29
  * @see {@link GetBackupPlanFromTemplateCommandOutput} 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 GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: GetBackupPlanFromTemplateCommandInput;
@@ -30,6 +30,20 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
30
30
  * @see {@link GetBackupSelectionCommandOutput} 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 GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: GetBackupSelectionCommandInput;
@@ -30,6 +30,20 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
30
30
  * @see {@link GetBackupVaultAccessPolicyCommandOutput} 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 GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: GetBackupVaultAccessPolicyCommandInput;
@@ -29,6 +29,20 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
29
29
  * @see {@link GetBackupVaultNotificationsCommandOutput} 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 GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: GetBackupVaultNotificationsCommandInput;
@@ -30,6 +30,20 @@ export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __Metadat
30
30
  * @see {@link GetLegalHoldCommandOutput} 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 GetLegalHoldCommand extends $Command<GetLegalHoldCommandInput, GetLegalHoldCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: GetLegalHoldCommandInput;
@@ -29,6 +29,20 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
29
29
  * @see {@link GetRecoveryPointRestoreMetadataCommandOutput} 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 GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: GetRecoveryPointRestoreMetadataCommandInput;
@@ -29,6 +29,10 @@ export interface GetSupportedResourceTypesCommandOutput extends GetSupportedReso
29
29
  * @see {@link GetSupportedResourceTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
31
31
  *
32
+ * @throws {@link ServiceUnavailableException} (server fault)
33
+ * <p>The request failed due to a temporary failure of the server.</p>
34
+ *
35
+ *
32
36
  */
33
37
  export declare class GetSupportedResourceTypesCommand extends $Command<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig> {
34
38
  readonly input: GetSupportedResourceTypesCommandInput;
@@ -30,6 +30,14 @@ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __Met
30
30
  * @see {@link ListBackupJobsCommandOutput} 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 ServiceUnavailableException} (server fault)
38
+ * <p>The request failed due to a temporary failure of the server.</p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class ListBackupJobsCommand extends $Command<ListBackupJobsCommandInput, ListBackupJobsCommandOutput, BackupClientResolvedConfig> {
35
43
  readonly input: ListBackupJobsCommandInput;
@@ -30,6 +30,20 @@ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemp
30
30
  * @see {@link ListBackupPlanTemplatesCommandOutput} 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 ListBackupPlanTemplatesCommand extends $Command<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: ListBackupPlanTemplatesCommandInput;
@@ -30,6 +30,20 @@ export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersi
30
30
  * @see {@link ListBackupPlanVersionsCommandOutput} 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 ListBackupPlanVersionsCommand extends $Command<ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: ListBackupPlanVersionsCommandInput;
@@ -31,6 +31,20 @@ export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __M
31
31
  * @see {@link ListBackupPlansCommandOutput} 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 ListBackupPlansCommand extends $Command<ListBackupPlansCommandInput, ListBackupPlansCommandOutput, BackupClientResolvedConfig> {
36
50
  readonly input: ListBackupPlansCommandInput;
@@ -30,6 +30,20 @@ export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsO
30
30
  * @see {@link ListBackupSelectionsCommandOutput} 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 ListBackupSelectionsCommand extends $Command<ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: ListBackupSelectionsCommandInput;
@@ -30,6 +30,20 @@ export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, _
30
30
  * @see {@link ListBackupVaultsCommandOutput} 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 ListBackupVaultsCommand extends $Command<ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: ListBackupVaultsCommandInput;
@@ -29,6 +29,14 @@ export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __Metadat
29
29
  * @see {@link ListCopyJobsCommandOutput} 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 ServiceUnavailableException} (server fault)
37
+ * <p>The request failed due to a temporary failure of the server.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class ListCopyJobsCommand extends $Command<ListCopyJobsCommandInput, ListCopyJobsCommandOutput, BackupClientResolvedConfig> {
34
42
  readonly input: ListCopyJobsCommandInput;
@@ -29,6 +29,14 @@ export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __Met
29
29
  * @see {@link ListFrameworksCommandOutput} 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 ServiceUnavailableException} (server fault)
37
+ * <p>The request failed due to a temporary failure of the server.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class ListFrameworksCommand extends $Command<ListFrameworksCommandInput, ListFrameworksCommandOutput, BackupClientResolvedConfig> {
34
42
  readonly input: ListFrameworksCommandInput;
@@ -29,6 +29,14 @@ export interface ListLegalHoldsCommandOutput extends ListLegalHoldsOutput, __Met
29
29
  * @see {@link ListLegalHoldsCommandOutput} 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 ServiceUnavailableException} (server fault)
37
+ * <p>The request failed due to a temporary failure of the server.</p>
38
+ *
39
+ *
32
40
  */
33
41
  export declare class ListLegalHoldsCommand extends $Command<ListLegalHoldsCommandInput, ListLegalHoldsCommandOutput, BackupClientResolvedConfig> {
34
42
  readonly input: ListLegalHoldsCommandInput;
@@ -31,6 +31,14 @@ export interface ListProtectedResourcesCommandOutput extends ListProtectedResour
31
31
  * @see {@link ListProtectedResourcesCommandOutput} 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 ServiceUnavailableException} (server fault)
39
+ * <p>The request failed due to a temporary failure of the server.</p>
40
+ *
41
+ *
34
42
  */
35
43
  export declare class ListProtectedResourcesCommand extends $Command<ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput, BackupClientResolvedConfig> {
36
44
  readonly input: ListProtectedResourcesCommandInput;
@@ -29,6 +29,20 @@ export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecove
29
29
  * @see {@link ListRecoveryPointsByBackupVaultCommandOutput} 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 ListRecoveryPointsByBackupVaultCommand extends $Command<ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput, BackupClientResolvedConfig> {
34
48
  readonly input: ListRecoveryPointsByBackupVaultCommandInput;
@@ -30,6 +30,17 @@ export interface ListRecoveryPointsByLegalHoldCommandOutput extends ListRecovery
30
30
  * @see {@link ListRecoveryPointsByLegalHoldCommandOutput} 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 ServiceUnavailableException} (server fault)
41
+ * <p>The request failed due to a temporary failure of the server.</p>
42
+ *
43
+ *
33
44
  */
34
45
  export declare class ListRecoveryPointsByLegalHoldCommand extends $Command<ListRecoveryPointsByLegalHoldCommandInput, ListRecoveryPointsByLegalHoldCommandOutput, BackupClientResolvedConfig> {
35
46
  readonly input: ListRecoveryPointsByLegalHoldCommandInput;
@@ -34,6 +34,20 @@ export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryP
34
34
  * @see {@link ListRecoveryPointsByResourceCommandOutput} 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 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
+ *
37
51
  */
38
52
  export declare class ListRecoveryPointsByResourceCommand extends $Command<ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput, BackupClientResolvedConfig> {
39
53
  readonly input: ListRecoveryPointsByResourceCommandInput;
@@ -29,6 +29,17 @@ export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __Met
29
29
  * @see {@link ListReportJobsCommandOutput} 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 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
+ *
32
43
  */
33
44
  export declare class ListReportJobsCommand extends $Command<ListReportJobsCommandInput, ListReportJobsCommandOutput, BackupClientResolvedConfig> {
34
45
  readonly input: ListReportJobsCommandInput;
@@ -30,6 +30,14 @@ export interface ListReportPlansCommandOutput extends ListReportPlansOutput, __M
30
30
  * @see {@link ListReportPlansCommandOutput} 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 ServiceUnavailableException} (server fault)
38
+ * <p>The request failed due to a temporary failure of the server.</p>
39
+ *
40
+ *
33
41
  */
34
42
  export declare class ListReportPlansCommand extends $Command<ListReportPlansCommandInput, ListReportPlansCommandOutput, BackupClientResolvedConfig> {
35
43
  readonly input: ListReportPlansCommandInput;
@@ -30,6 +30,20 @@ export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __M
30
30
  * @see {@link ListRestoreJobsCommandOutput} 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 ListRestoreJobsCommand extends $Command<ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput, BackupClientResolvedConfig> {
35
49
  readonly input: ListRestoreJobsCommandInput;
@@ -34,6 +34,20 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer
34
34
  * @see {@link ListTagsCommandOutput} 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 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
+ *
37
51
  */
38
52
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, BackupClientResolvedConfig> {
39
53
  readonly input: ListTagsCommandInput;
@@ -31,6 +31,20 @@ export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBeare
31
31
  * @see {@link PutBackupVaultAccessPolicyCommandOutput} 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 PutBackupVaultAccessPolicyCommand extends $Command<PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
36
50
  readonly input: PutBackupVaultAccessPolicyCommandInput;