@aws-sdk/client-backup 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist-types/Backup.d.ts +73 -0
  2. package/dist-types/BackupClient.d.ts +24 -4
  3. package/dist-types/commands/CancelLegalHoldCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateBackupPlanCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateBackupSelectionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateBackupVaultCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateFrameworkCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateLegalHoldCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateReportPlanCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteBackupPlanCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteBackupVaultCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteFrameworkCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteReportPlanCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeBackupJobCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeBackupVaultCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeCopyJobCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeFrameworkCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeReportJobCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeReportPlanCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeRestoreJobCommand.d.ts +16 -0
  30. package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +16 -0
  31. package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +16 -0
  32. package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetBackupPlanCommand.d.ts +16 -0
  34. package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +16 -0
  35. package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +16 -0
  36. package/dist-types/commands/GetBackupSelectionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +16 -0
  38. package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +16 -0
  39. package/dist-types/commands/GetLegalHoldCommand.d.ts +16 -0
  40. package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +16 -0
  41. package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListBackupJobsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListBackupPlansCommand.d.ts +16 -0
  46. package/dist-types/commands/ListBackupSelectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListBackupVaultsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListCopyJobsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListFrameworksCommand.d.ts +16 -0
  50. package/dist-types/commands/ListLegalHoldsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListProtectedResourcesCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +16 -0
  55. package/dist-types/commands/ListReportJobsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListReportPlansCommand.d.ts +16 -0
  57. package/dist-types/commands/ListRestoreJobsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  59. package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +16 -0
  60. package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +16 -0
  61. package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +16 -0
  62. package/dist-types/commands/StartBackupJobCommand.d.ts +16 -0
  63. package/dist-types/commands/StartCopyJobCommand.d.ts +16 -0
  64. package/dist-types/commands/StartReportJobCommand.d.ts +16 -0
  65. package/dist-types/commands/StartRestoreJobCommand.d.ts +16 -0
  66. package/dist-types/commands/StopBackupJobCommand.d.ts +16 -0
  67. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateBackupPlanCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateFrameworkCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateReportPlanCommand.d.ts +16 -0
  75. package/dist-types/models/BackupServiceException.d.ts +2 -0
  76. package/dist-types/models/models_0.d.ts +451 -6
  77. package/dist-types/pagination/Interfaces.d.ts +3 -0
  78. package/dist-types/pagination/ListBackupJobsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListBackupPlanTemplatesPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListBackupPlanVersionsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListBackupPlansPaginator.d.ts +3 -0
  82. package/dist-types/pagination/ListBackupSelectionsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListBackupVaultsPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListCopyJobsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListFrameworksPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListLegalHoldsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListProtectedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListRecoveryPointsByLegalHoldPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListRecoveryPointsByResourcePaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListReportJobsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListReportPlansPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListRestoreJobsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTagsPaginator.d.ts +3 -0
  95. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRestoreJobCommand}.
8
10
  */
9
11
  export interface DescribeRestoreJobCommandInput extends DescribeRestoreJobInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRestoreJobCommand}.
13
17
  */
14
18
  export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns metadata associated with a restore job that is specified by a job ID.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRestoreJobCommandInput - {@link DescribeRestoreJobCommandInput}
34
+ * @returns {@link DescribeRestoreJobCommandOutput}
28
35
  * @see {@link DescribeRestoreJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRestoreJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
50
57
  export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
51
58
  readonly input: DescribeRestoreJobCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DescribeRestoreJobCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DisassociateRecoveryPointInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateRecoveryPointCommand}.
8
10
  */
9
11
  export interface DisassociateRecoveryPointCommandInput extends DisassociateRecoveryPointInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateRecoveryPointCommand}.
13
17
  */
14
18
  export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified continuous backup recovery point from Backup and
18
23
  * releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the
19
24
  * lifecycle that you specified in your original backup plan.</p>
@@ -28,6 +33,8 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DisassociateRecoveryPointCommandInput - {@link DisassociateRecoveryPointCommandInput}
37
+ * @returns {@link DisassociateRecoveryPointCommandOutput}
31
38
  * @see {@link DisassociateRecoveryPointCommandInput} for command's `input` shape.
32
39
  * @see {@link DisassociateRecoveryPointCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
58
65
  export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
59
66
  readonly input: DisassociateRecoveryPointCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DisassociateRecoveryPointCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DisassociateRecoveryPointFromParentInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateRecoveryPointFromParentCommand}.
8
10
  */
9
11
  export interface DisassociateRecoveryPointFromParentCommandInput extends DisassociateRecoveryPointFromParentInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateRecoveryPointFromParentCommand}.
13
17
  */
14
18
  export interface DisassociateRecoveryPointFromParentCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action to a specific child (nested) recovery point removes the relationship
18
23
  * between the specified recovery point and its parent (composite) recovery point.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DisassociateRecoveryPointFromParentCommandOutput extends __Meta
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DisassociateRecoveryPointFromParentCommandInput - {@link DisassociateRecoveryPointFromParentCommandInput}
35
+ * @returns {@link DisassociateRecoveryPointFromParentCommandOutput}
29
36
  * @see {@link DisassociateRecoveryPointFromParentCommandInput} for command's `input` shape.
30
37
  * @see {@link DisassociateRecoveryPointFromParentCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DisassociateRecoveryPointFromParentCommandOutput extends __Meta
52
59
  export declare class DisassociateRecoveryPointFromParentCommand extends $Command<DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput, BackupClientResolvedConfig> {
53
60
  readonly input: DisassociateRecoveryPointFromParentCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DisassociateRecoveryPointFromParentCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRecoveryPointFromParentCommandInput, DisassociateRecoveryPointFromParentCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ExportBackupPlanTemplateCommand}.
8
10
  */
9
11
  export interface ExportBackupPlanTemplateCommandInput extends ExportBackupPlanTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ExportBackupPlanTemplateCommand}.
13
17
  */
14
18
  export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the backup plan that is specified by the plan ID as a backup template.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ExportBackupPlanTemplateCommandInput - {@link ExportBackupPlanTemplateCommandInput}
34
+ * @returns {@link ExportBackupPlanTemplateCommandOutput}
28
35
  * @see {@link ExportBackupPlanTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link ExportBackupPlanTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
47
54
  export declare class ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: ExportBackupPlanTemplateCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ExportBackupPlanTemplateCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupPlanInput, GetBackupPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupPlanCommand}.
8
10
  */
9
11
  export interface GetBackupPlanCommandInput extends GetBackupPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupPlanCommand}.
13
17
  */
14
18
  export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The
18
23
  * details are the body of a backup plan in JSON format, in addition to plan metadata.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetBackupPlanCommandInput - {@link GetBackupPlanCommandInput}
35
+ * @returns {@link GetBackupPlanCommandOutput}
29
36
  * @see {@link GetBackupPlanCommandInput} for command's `input` shape.
30
37
  * @see {@link GetBackupPlanCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
48
55
  export declare class GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: GetBackupPlanCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetBackupPlanCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanCommandInput, GetBackupPlanCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupPlanFromJSONInput, GetBackupPlanFromJSONOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupPlanFromJSONCommand}.
8
10
  */
9
11
  export interface GetBackupPlanFromJSONCommandInput extends GetBackupPlanFromJSONInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupPlanFromJSONCommand}.
13
17
  */
14
18
  export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSONOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a valid JSON document specifying a backup plan or an error.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackupPlanFromJSONCommandInput - {@link GetBackupPlanFromJSONCommandInput}
34
+ * @returns {@link GetBackupPlanFromJSONCommandOutput}
28
35
  * @see {@link GetBackupPlanFromJSONCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackupPlanFromJSONCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -52,11 +59,20 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
52
59
  export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
53
60
  readonly input: GetBackupPlanFromJSONCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: GetBackupPlanFromJSONCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupPlanFromTemplateInput, GetBackupPlanFromTemplateOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupPlanFromTemplateCommand}.
8
10
  */
9
11
  export interface GetBackupPlanFromTemplateCommandInput extends GetBackupPlanFromTemplateInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupPlanFromTemplateCommand}.
13
17
  */
14
18
  export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFromTemplateOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackupPlanFromTemplateCommandInput - {@link GetBackupPlanFromTemplateCommandInput}
34
+ * @returns {@link GetBackupPlanFromTemplateCommandOutput}
28
35
  * @see {@link GetBackupPlanFromTemplateCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackupPlanFromTemplateCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
47
54
  export declare class GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: GetBackupPlanFromTemplateCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetBackupPlanFromTemplateCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupSelectionCommand}.
8
10
  */
9
11
  export interface GetBackupSelectionCommandInput extends GetBackupSelectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupSelectionCommand}.
13
17
  */
14
18
  export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns selection metadata and a document in JSON format that specifies a list of
18
23
  * resources that are associated with a backup plan.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetBackupSelectionCommandInput - {@link GetBackupSelectionCommandInput}
35
+ * @returns {@link GetBackupSelectionCommandOutput}
29
36
  * @see {@link GetBackupSelectionCommandInput} for command's `input` shape.
30
37
  * @see {@link GetBackupSelectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
48
55
  export declare class GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: GetBackupSelectionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetBackupSelectionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupVaultAccessPolicyCommand}.
8
10
  */
9
11
  export interface GetBackupVaultAccessPolicyCommandInput extends GetBackupVaultAccessPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupVaultAccessPolicyCommand}.
13
17
  */
14
18
  export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultAccessPolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the access policy document that is associated with the named backup
18
23
  * vault.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetBackupVaultAccessPolicyCommandInput - {@link GetBackupVaultAccessPolicyCommandInput}
35
+ * @returns {@link GetBackupVaultAccessPolicyCommandOutput}
29
36
  * @see {@link GetBackupVaultAccessPolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link GetBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
48
55
  export declare class GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: GetBackupVaultAccessPolicyCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetBackupVaultAccessPolicyCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetBackupVaultNotificationsInput, GetBackupVaultNotificationsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackupVaultNotificationsCommand}.
8
10
  */
9
11
  export interface GetBackupVaultNotificationsCommandInput extends GetBackupVaultNotificationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackupVaultNotificationsCommand}.
13
17
  */
14
18
  export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVaultNotificationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns event notifications for the specified backup vault.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackupVaultNotificationsCommandInput - {@link GetBackupVaultNotificationsCommandInput}
34
+ * @returns {@link GetBackupVaultNotificationsCommandOutput}
28
35
  * @see {@link GetBackupVaultNotificationsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackupVaultNotificationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
47
54
  export declare class GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: GetBackupVaultNotificationsCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetBackupVaultNotificationsCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetLegalHoldInput, GetLegalHoldOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetLegalHoldCommand}.
8
10
  */
9
11
  export interface GetLegalHoldCommandInput extends GetLegalHoldInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetLegalHoldCommand}.
13
17
  */
14
18
  export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action returns details for a specified legal hold. The details are the
18
23
  * body of a legal hold in JSON format, in addition to metadata.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __Metadat
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetLegalHoldCommandInput - {@link GetLegalHoldCommandInput}
35
+ * @returns {@link GetLegalHoldCommandOutput}
29
36
  * @see {@link GetLegalHoldCommandInput} for command's `input` shape.
30
37
  * @see {@link GetLegalHoldCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __Metadat
48
55
  export declare class GetLegalHoldCommand extends $Command<GetLegalHoldCommandInput, GetLegalHoldCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: GetLegalHoldCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetLegalHoldCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLegalHoldCommandInput, GetLegalHoldCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { GetRecoveryPointRestoreMetadataInput, GetRecoveryPointRestoreMetadataOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRecoveryPointRestoreMetadataCommand}.
8
10
  */
9
11
  export interface GetRecoveryPointRestoreMetadataCommandInput extends GetRecoveryPointRestoreMetadataInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRecoveryPointRestoreMetadataCommand}.
13
17
  */
14
18
  export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecoveryPointRestoreMetadataOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a set of metadata key-value pairs that were used to create the backup.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetRecoveryPointRestoreMetadataCommandInput - {@link GetRecoveryPointRestoreMetadataCommandInput}
34
+ * @returns {@link GetRecoveryPointRestoreMetadataCommandOutput}
28
35
  * @see {@link GetRecoveryPointRestoreMetadataCommandInput} for command's `input` shape.
29
36
  * @see {@link GetRecoveryPointRestoreMetadataCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
47
54
  export declare class GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: GetRecoveryPointRestoreMetadataCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetRecoveryPointRestoreMetadataCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }