@aws-sdk/client-backup 3.278.0 → 3.281.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 (74) hide show
  1. package/README.md +579 -0
  2. package/dist-types/commands/CancelLegalHoldCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBackupPlanCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateBackupSelectionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateBackupVaultCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateFrameworkCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateLegalHoldCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateReportPlanCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteBackupPlanCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteBackupVaultCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteFrameworkCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteReportPlanCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeBackupJobCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeCopyJobCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeFrameworkCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeReportJobCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeReportPlanCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeRestoreJobCommand.d.ts +6 -0
  29. package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +6 -0
  30. package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +6 -0
  31. package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +6 -0
  32. package/dist-types/commands/GetBackupPlanCommand.d.ts +6 -0
  33. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +6 -0
  34. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +6 -0
  35. package/dist-types/commands/GetBackupSelectionCommand.d.ts +6 -0
  36. package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +6 -0
  37. package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +6 -0
  38. package/dist-types/commands/GetLegalHoldCommand.d.ts +6 -0
  39. package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +6 -0
  40. package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListBackupJobsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +6 -0
  43. package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListBackupPlansCommand.d.ts +6 -0
  45. package/dist-types/commands/ListBackupSelectionsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListBackupVaultsCommand.d.ts +6 -0
  47. package/dist-types/commands/ListCopyJobsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListFrameworksCommand.d.ts +6 -0
  49. package/dist-types/commands/ListLegalHoldsCommand.d.ts +6 -0
  50. package/dist-types/commands/ListProtectedResourcesCommand.d.ts +6 -0
  51. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +6 -0
  52. package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +6 -0
  53. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/ListReportJobsCommand.d.ts +6 -0
  55. package/dist-types/commands/ListReportPlansCommand.d.ts +6 -0
  56. package/dist-types/commands/ListRestoreJobsCommand.d.ts +6 -0
  57. package/dist-types/commands/ListTagsCommand.d.ts +6 -0
  58. package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +6 -0
  59. package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +6 -0
  60. package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +6 -0
  61. package/dist-types/commands/StartBackupJobCommand.d.ts +6 -0
  62. package/dist-types/commands/StartCopyJobCommand.d.ts +6 -0
  63. package/dist-types/commands/StartReportJobCommand.d.ts +6 -0
  64. package/dist-types/commands/StartRestoreJobCommand.d.ts +6 -0
  65. package/dist-types/commands/StopBackupJobCommand.d.ts +6 -0
  66. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  68. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +6 -0
  69. package/dist-types/commands/UpdateFrameworkCommand.d.ts +6 -0
  70. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -0
  71. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +6 -0
  72. package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +6 -0
  73. package/dist-types/commands/UpdateReportPlanCommand.d.ts +6 -0
  74. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListBackupPlansInput, ListBackupPlansOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBackupPlansCommand}.
8
+ */
6
9
  export interface ListBackupPlansCommandInput extends ListBackupPlansInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBackupPlansCommand}.
13
+ */
8
14
  export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListBackupSelectionsInput, ListBackupSelectionsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBackupSelectionsCommand}.
8
+ */
6
9
  export interface ListBackupSelectionsCommandInput extends ListBackupSelectionsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBackupSelectionsCommand}.
13
+ */
8
14
  export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListBackupVaultsInput, ListBackupVaultsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListBackupVaultsCommand}.
8
+ */
6
9
  export interface ListBackupVaultsCommandInput extends ListBackupVaultsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListBackupVaultsCommand}.
13
+ */
8
14
  export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListCopyJobsInput, ListCopyJobsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCopyJobsCommand}.
8
+ */
6
9
  export interface ListCopyJobsCommandInput extends ListCopyJobsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCopyJobsCommand}.
13
+ */
8
14
  export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListFrameworksInput, ListFrameworksOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFrameworksCommand}.
8
+ */
6
9
  export interface ListFrameworksCommandInput extends ListFrameworksInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFrameworksCommand}.
13
+ */
8
14
  export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListLegalHoldsInput, ListLegalHoldsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLegalHoldsCommand}.
8
+ */
6
9
  export interface ListLegalHoldsCommandInput extends ListLegalHoldsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLegalHoldsCommand}.
13
+ */
8
14
  export interface ListLegalHoldsCommandOutput extends ListLegalHoldsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListProtectedResourcesInput, ListProtectedResourcesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListProtectedResourcesCommand}.
8
+ */
6
9
  export interface ListProtectedResourcesCommandInput extends ListProtectedResourcesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListProtectedResourcesCommand}.
13
+ */
8
14
  export interface ListProtectedResourcesCommandOutput extends ListProtectedResourcesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListRecoveryPointsByBackupVaultInput, ListRecoveryPointsByBackupVaultOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRecoveryPointsByBackupVaultCommand}.
8
+ */
6
9
  export interface ListRecoveryPointsByBackupVaultCommandInput extends ListRecoveryPointsByBackupVaultInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecoveryPointsByBackupVaultCommand}.
13
+ */
8
14
  export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecoveryPointsByBackupVaultOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListRecoveryPointsByLegalHoldInput, ListRecoveryPointsByLegalHoldOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRecoveryPointsByLegalHoldCommand}.
8
+ */
6
9
  export interface ListRecoveryPointsByLegalHoldCommandInput extends ListRecoveryPointsByLegalHoldInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecoveryPointsByLegalHoldCommand}.
13
+ */
8
14
  export interface ListRecoveryPointsByLegalHoldCommandOutput extends ListRecoveryPointsByLegalHoldOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListRecoveryPointsByResourceInput, ListRecoveryPointsByResourceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRecoveryPointsByResourceCommand}.
8
+ */
6
9
  export interface ListRecoveryPointsByResourceCommandInput extends ListRecoveryPointsByResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRecoveryPointsByResourceCommand}.
13
+ */
8
14
  export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryPointsByResourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListReportJobsInput, ListReportJobsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListReportJobsCommand}.
8
+ */
6
9
  export interface ListReportJobsCommandInput extends ListReportJobsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReportJobsCommand}.
13
+ */
8
14
  export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListReportPlansInput, ListReportPlansOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListReportPlansCommand}.
8
+ */
6
9
  export interface ListReportPlansCommandInput extends ListReportPlansInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListReportPlansCommand}.
13
+ */
8
14
  export interface ListReportPlansCommandOutput extends ListReportPlansOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListRestoreJobsInput, ListRestoreJobsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListRestoreJobsCommand}.
8
+ */
6
9
  export interface ListRestoreJobsCommandInput extends ListRestoreJobsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListRestoreJobsCommand}.
13
+ */
8
14
  export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ListTagsInput, ListTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsCommand}.
8
+ */
6
9
  export interface ListTagsCommandInput extends ListTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsCommand}.
13
+ */
8
14
  export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { PutBackupVaultAccessPolicyInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutBackupVaultAccessPolicyCommand}.
8
+ */
6
9
  export interface PutBackupVaultAccessPolicyCommandInput extends PutBackupVaultAccessPolicyInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutBackupVaultAccessPolicyCommand}.
13
+ */
8
14
  export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { PutBackupVaultLockConfigurationInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutBackupVaultLockConfigurationCommand}.
8
+ */
6
9
  export interface PutBackupVaultLockConfigurationCommandInput extends PutBackupVaultLockConfigurationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutBackupVaultLockConfigurationCommand}.
13
+ */
8
14
  export interface PutBackupVaultLockConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { PutBackupVaultNotificationsInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutBackupVaultNotificationsCommand}.
8
+ */
6
9
  export interface PutBackupVaultNotificationsCommandInput extends PutBackupVaultNotificationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PutBackupVaultNotificationsCommand}.
13
+ */
8
14
  export interface PutBackupVaultNotificationsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { StartBackupJobInput, StartBackupJobOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartBackupJobCommand}.
8
+ */
6
9
  export interface StartBackupJobCommandInput extends StartBackupJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartBackupJobCommand}.
13
+ */
8
14
  export interface StartBackupJobCommandOutput extends StartBackupJobOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { StartCopyJobInput, StartCopyJobOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartCopyJobCommand}.
8
+ */
6
9
  export interface StartCopyJobCommandInput extends StartCopyJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartCopyJobCommand}.
13
+ */
8
14
  export interface StartCopyJobCommandOutput extends StartCopyJobOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { StartReportJobInput, StartReportJobOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartReportJobCommand}.
8
+ */
6
9
  export interface StartReportJobCommandInput extends StartReportJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReportJobCommand}.
13
+ */
8
14
  export interface StartReportJobCommandOutput extends StartReportJobOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { StartRestoreJobInput, StartRestoreJobOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartRestoreJobCommand}.
8
+ */
6
9
  export interface StartRestoreJobCommandInput extends StartRestoreJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StartRestoreJobCommand}.
13
+ */
8
14
  export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { StopBackupJobInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopBackupJobCommand}.
8
+ */
6
9
  export interface StopBackupJobCommandInput extends StopBackupJobInput {
7
10
  }
11
+ /**
12
+ * The output of {@link StopBackupJobCommand}.
13
+ */
8
14
  export interface StopBackupJobCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { TagResourceInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UntagResourceInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateBackupPlanInput, UpdateBackupPlanOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBackupPlanCommand}.
8
+ */
6
9
  export interface UpdateBackupPlanCommandInput extends UpdateBackupPlanInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBackupPlanCommand}.
13
+ */
8
14
  export interface UpdateBackupPlanCommandOutput extends UpdateBackupPlanOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateFrameworkInput, UpdateFrameworkOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateFrameworkCommand}.
8
+ */
6
9
  export interface UpdateFrameworkCommandInput extends UpdateFrameworkInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFrameworkCommand}.
13
+ */
8
14
  export interface UpdateFrameworkCommandOutput extends UpdateFrameworkOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateGlobalSettingsInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateGlobalSettingsCommand}.
8
+ */
6
9
  export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateGlobalSettingsCommand}.
13
+ */
8
14
  export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateRecoveryPointLifecycleInput, UpdateRecoveryPointLifecycleOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRecoveryPointLifecycleCommand}.
8
+ */
6
9
  export interface UpdateRecoveryPointLifecycleCommandInput extends UpdateRecoveryPointLifecycleInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRecoveryPointLifecycleCommand}.
13
+ */
8
14
  export interface UpdateRecoveryPointLifecycleCommandOutput extends UpdateRecoveryPointLifecycleOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateRegionSettingsInput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRegionSettingsCommand}.
8
+ */
6
9
  export interface UpdateRegionSettingsCommandInput extends UpdateRegionSettingsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRegionSettingsCommand}.
13
+ */
8
14
  export interface UpdateRegionSettingsCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { UpdateReportPlanInput, UpdateReportPlanOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateReportPlanCommand}.
8
+ */
6
9
  export interface UpdateReportPlanCommandInput extends UpdateReportPlanInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateReportPlanCommand}.
13
+ */
8
14
  export interface UpdateReportPlanCommandOutput extends UpdateReportPlanOutput, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup",
3
3
  "description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",