@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 { CancelLegalHoldInput, CancelLegalHoldOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelLegalHoldCommand}.
8
10
  */
9
11
  export interface CancelLegalHoldCommandInput extends CancelLegalHoldInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelLegalHoldCommand}.
13
17
  */
14
18
  export interface CancelLegalHoldCommandOutput extends CancelLegalHoldOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action removes the specified legal hold on a recovery point.
18
23
  * This action can only be performed by a user with sufficient permissions.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CancelLegalHoldCommandOutput extends CancelLegalHoldOutput, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CancelLegalHoldCommandInput - {@link CancelLegalHoldCommandInput}
35
+ * @returns {@link CancelLegalHoldCommandOutput}
29
36
  * @see {@link CancelLegalHoldCommandInput} for command's `input` shape.
30
37
  * @see {@link CancelLegalHoldCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CancelLegalHoldCommandOutput extends CancelLegalHoldOutput, __M
52
59
  export declare class CancelLegalHoldCommand extends $Command<CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput, BackupClientResolvedConfig> {
53
60
  readonly input: CancelLegalHoldCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CancelLegalHoldCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelLegalHoldCommandInput, CancelLegalHoldCommandOutput>;
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 { CreateBackupPlanInput, CreateBackupPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackupPlanCommand}.
8
10
  */
9
11
  export interface CreateBackupPlanCommandInput extends CreateBackupPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackupPlanCommand}.
13
17
  */
14
18
  export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a backup plan using a backup plan name and backup rules. A backup plan is a
18
23
  * document that contains information that Backup uses to schedule tasks that
19
24
  * create recovery points for resources.</p>
@@ -29,6 +34,8 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateBackupPlanCommandInput - {@link CreateBackupPlanCommandInput}
38
+ * @returns {@link CreateBackupPlanCommandOutput}
32
39
  * @see {@link CreateBackupPlanCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateBackupPlanCommandOutput} for command's `response` shape.
34
41
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -55,11 +62,20 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
55
62
  export declare class CreateBackupPlanCommand extends $Command<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput, BackupClientResolvedConfig> {
56
63
  readonly input: CreateBackupPlanCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: CreateBackupPlanCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { CreateBackupSelectionInput, CreateBackupSelectionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackupSelectionCommand}.
8
10
  */
9
11
  export interface CreateBackupSelectionCommandInput extends CreateBackupSelectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackupSelectionCommand}.
13
17
  */
14
18
  export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
18
23
  * For examples, see <a href="https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-json">Assigning resources programmatically</a>. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateBackupSelectionCommandInput - {@link CreateBackupSelectionCommandInput}
35
+ * @returns {@link CreateBackupSelectionCommandOutput}
29
36
  * @see {@link CreateBackupSelectionCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateBackupSelectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -52,11 +59,20 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
52
59
  export declare class CreateBackupSelectionCommand extends $Command<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput, BackupClientResolvedConfig> {
53
60
  readonly input: CreateBackupSelectionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: CreateBackupSelectionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput>;
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 { CreateBackupVaultInput, CreateBackupVaultOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackupVaultCommand}.
8
10
  */
9
11
  export interface CreateBackupVaultCommandInput extends CreateBackupVaultInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackupVaultCommand}.
13
17
  */
14
18
  export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a logical container where backups are stored. A <code>CreateBackupVault</code>
18
23
  * request includes a name, optionally one or more resource tags, an encryption key, and a
19
24
  * request ID.</p>
@@ -31,6 +36,8 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput,
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param CreateBackupVaultCommandInput - {@link CreateBackupVaultCommandInput}
40
+ * @returns {@link CreateBackupVaultCommandOutput}
34
41
  * @see {@link CreateBackupVaultCommandInput} for command's `input` shape.
35
42
  * @see {@link CreateBackupVaultCommandOutput} for command's `response` shape.
36
43
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -57,11 +64,20 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput,
57
64
  export declare class CreateBackupVaultCommand extends $Command<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput, BackupClientResolvedConfig> {
58
65
  readonly input: CreateBackupVaultCommandInput;
59
66
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
+ /**
68
+ * @public
69
+ */
60
70
  constructor(input: CreateBackupVaultCommandInput);
61
71
  /**
62
72
  * @internal
63
73
  */
64
74
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput>;
75
+ /**
76
+ * @internal
77
+ */
65
78
  private serialize;
79
+ /**
80
+ * @internal
81
+ */
66
82
  private deserialize;
67
83
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFrameworkCommand}.
8
10
  */
9
11
  export interface CreateFrameworkCommandInput extends CreateFrameworkInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFrameworkCommand}.
13
17
  */
14
18
  export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a framework with one or more controls. A framework is a collection of controls
18
23
  * that you can use to evaluate your backup practices. By using pre-built customizable
19
24
  * controls to define your policies, you can evaluate whether your backup practices comply
@@ -28,6 +33,8 @@ export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateFrameworkCommandInput - {@link CreateFrameworkCommandInput}
37
+ * @returns {@link CreateFrameworkCommandOutput}
31
38
  * @see {@link CreateFrameworkCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateFrameworkCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -54,11 +61,20 @@ export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __M
54
61
  export declare class CreateFrameworkCommand extends $Command<CreateFrameworkCommandInput, CreateFrameworkCommandOutput, BackupClientResolvedConfig> {
55
62
  readonly input: CreateFrameworkCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: CreateFrameworkCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFrameworkCommandInput, CreateFrameworkCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { CreateLegalHoldInput, CreateLegalHoldOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLegalHoldCommand}.
8
10
  */
9
11
  export interface CreateLegalHoldCommandInput extends CreateLegalHoldInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLegalHoldCommand}.
13
17
  */
14
18
  export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action creates a legal hold on a recovery point (backup). A legal hold
18
23
  * is a restraint on altering or deleting a backup until an authorized user cancels the
19
24
  * legal hold. Any actions to delete or disassociate a recovery point will fail with
@@ -28,6 +33,8 @@ export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __M
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateLegalHoldCommandInput - {@link CreateLegalHoldCommandInput}
37
+ * @returns {@link CreateLegalHoldCommandOutput}
31
38
  * @see {@link CreateLegalHoldCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateLegalHoldCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -51,11 +58,20 @@ export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __M
51
58
  export declare class CreateLegalHoldCommand extends $Command<CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput, BackupClientResolvedConfig> {
52
59
  readonly input: CreateLegalHoldCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: CreateLegalHoldCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLegalHoldCommandInput, CreateLegalHoldCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateReportPlanCommand}.
8
10
  */
9
11
  export interface CreateReportPlanCommandInput extends CreateReportPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateReportPlanCommand}.
13
17
  */
14
18
  export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a report plan. A report plan is a document that contains information about the
18
23
  * contents of the report and where Backup will deliver it.</p>
19
24
  * <p>If you call <code>CreateReportPlan</code> with a plan that already exists, you receive
@@ -28,6 +33,8 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateReportPlanCommandInput - {@link CreateReportPlanCommandInput}
37
+ * @returns {@link CreateReportPlanCommandOutput}
31
38
  * @see {@link CreateReportPlanCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateReportPlanCommandOutput} for command's `response` shape.
33
40
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -54,11 +61,20 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
54
61
  export declare class CreateReportPlanCommand extends $Command<CreateReportPlanCommandInput, CreateReportPlanCommandOutput, BackupClientResolvedConfig> {
55
62
  readonly input: CreateReportPlanCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: CreateReportPlanCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportPlanCommandInput, CreateReportPlanCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupPlanCommand}.
8
10
  */
9
11
  export interface DeleteBackupPlanCommandInput extends DeleteBackupPlanInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupPlanCommand}.
13
17
  */
14
18
  export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a backup plan. A backup plan can only be deleted after all associated selections
18
23
  * of resources have been deleted. Deleting a backup plan deletes the current version of a
19
24
  * backup plan. Previous versions, if any, will still exist.</p>
@@ -27,6 +32,8 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteBackupPlanCommandInput - {@link DeleteBackupPlanCommandInput}
36
+ * @returns {@link DeleteBackupPlanCommandOutput}
30
37
  * @see {@link DeleteBackupPlanCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteBackupPlanCommandOutput} for command's `response` shape.
32
39
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _
53
60
  export declare class DeleteBackupPlanCommand extends $Command<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput, BackupClientResolvedConfig> {
54
61
  readonly input: DeleteBackupPlanCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteBackupPlanCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteBackupSelectionInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupSelectionCommand}.
8
10
  */
9
11
  export interface DeleteBackupSelectionCommandInput extends DeleteBackupSelectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupSelectionCommand}.
13
17
  */
14
18
  export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the resource selection associated with a backup plan that is specified by the
18
23
  * <code>SelectionId</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteBackupSelectionCommandInput - {@link DeleteBackupSelectionCommandInput}
35
+ * @returns {@link DeleteBackupSelectionCommandOutput}
29
36
  * @see {@link DeleteBackupSelectionCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteBackupSelectionCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -48,11 +55,20 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
48
55
  export declare class DeleteBackupSelectionCommand extends $Command<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig> {
49
56
  readonly input: DeleteBackupSelectionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: DeleteBackupSelectionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput>;
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 { DeleteBackupVaultAccessPolicyInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupVaultAccessPolicyCommand}.
8
10
  */
9
11
  export interface DeleteBackupVaultAccessPolicyCommandInput extends DeleteBackupVaultAccessPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupVaultAccessPolicyCommand}.
13
17
  */
14
18
  export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the policy document that manages permissions on a 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 DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackupVaultAccessPolicyCommandInput - {@link DeleteBackupVaultAccessPolicyCommandInput}
34
+ * @returns {@link DeleteBackupVaultAccessPolicyCommandOutput}
28
35
  * @see {@link DeleteBackupVaultAccessPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe
47
54
  export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DeleteBackupVaultAccessPolicyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteBackupVaultAccessPolicyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput>;
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 { DeleteBackupVaultInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupVaultCommand}.
8
10
  */
9
11
  export interface DeleteBackupVaultCommandInput extends DeleteBackupVaultInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupVaultCommand}.
13
17
  */
14
18
  export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the backup vault identified by its name. A vault can be deleted only if it is
18
23
  * empty.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteBackupVaultCommandInput - {@link DeleteBackupVaultCommandInput}
35
+ * @returns {@link DeleteBackupVaultCommandOutput}
29
36
  * @see {@link DeleteBackupVaultCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteBackupVaultCommandOutput} for command's `response` shape.
31
38
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
52
59
  export declare class DeleteBackupVaultCommand extends $Command<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput, BackupClientResolvedConfig> {
53
60
  readonly input: DeleteBackupVaultCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteBackupVaultCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput>;
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 { DeleteBackupVaultLockConfigurationInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupVaultLockConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteBackupVaultLockConfigurationCommandInput extends DeleteBackupVaultLockConfigurationInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupVaultLockConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteBackupVaultLockConfigurationCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes Backup Vault Lock from a backup vault specified by a backup vault
18
23
  * name.</p>
19
24
  * <p>If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using
@@ -30,6 +35,8 @@ export interface DeleteBackupVaultLockConfigurationCommandOutput extends __Metad
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param DeleteBackupVaultLockConfigurationCommandInput - {@link DeleteBackupVaultLockConfigurationCommandInput}
39
+ * @returns {@link DeleteBackupVaultLockConfigurationCommandOutput}
33
40
  * @see {@link DeleteBackupVaultLockConfigurationCommandInput} for command's `input` shape.
34
41
  * @see {@link DeleteBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
35
42
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteBackupVaultLockConfigurationCommandOutput extends __Metad
56
63
  export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
57
64
  readonly input: DeleteBackupVaultLockConfigurationCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteBackupVaultLockConfigurationCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
5
5
  import { DeleteBackupVaultNotificationsInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackupVaultNotificationsCommand}.
8
10
  */
9
11
  export interface DeleteBackupVaultNotificationsCommandInput extends DeleteBackupVaultNotificationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackupVaultNotificationsCommand}.
13
17
  */
14
18
  export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteBackupVaultNotificationsCommandOutput extends __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackupVaultNotificationsCommandInput - {@link DeleteBackupVaultNotificationsCommandInput}
34
+ * @returns {@link DeleteBackupVaultNotificationsCommandOutput}
28
35
  * @see {@link DeleteBackupVaultNotificationsCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackupVaultNotificationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataB
47
54
  export declare class DeleteBackupVaultNotificationsCommand extends $Command<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
48
55
  readonly input: DeleteBackupVaultNotificationsCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteBackupVaultNotificationsCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }