@aws-sdk/client-backup 3.40.0 → 3.45.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.
- package/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/models/models_0.js +16 -4
- package/dist-cjs/protocols/Aws_restJson1.js +117 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +133 -29
- package/dist-types/Backup.d.ts +6 -40
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +3 -41
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/CreateFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +1 -1
- package/dist-types/commands/ListCopyJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFrameworksCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListReportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListReportPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +5 -1
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/StartBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/StartCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/StartReportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRestoreJobCommand.d.ts +1 -1
- package/dist-types/commands/StopBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +197 -46
- package/dist-types/ts3.4/models/models_0.d.ts +38 -0
- package/package.json +6 -6
package/dist-types/Backup.d.ts
CHANGED
|
@@ -86,46 +86,8 @@ export declare class Backup extends BackupClient {
|
|
|
86
86
|
createBackupPlan(args: CreateBackupPlanCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBackupPlanCommandOutput) => void): void;
|
|
87
87
|
/**
|
|
88
88
|
* <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* <p>For example, consider the following patterns:</p>
|
|
92
|
-
* <ul>
|
|
93
|
-
* <li>
|
|
94
|
-
* <p>
|
|
95
|
-
* <code>Resources: "arn:aws:ec2:region:account-id:volume/volume-id"</code>
|
|
96
|
-
* </p>
|
|
97
|
-
* </li>
|
|
98
|
-
* <li>
|
|
99
|
-
* <p>
|
|
100
|
-
* <code>ConditionKey:"department"</code>
|
|
101
|
-
* </p>
|
|
102
|
-
* <p>
|
|
103
|
-
* <code>ConditionValue:"finance"</code>
|
|
104
|
-
* </p>
|
|
105
|
-
* <p>
|
|
106
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
107
|
-
* </p>
|
|
108
|
-
* </li>
|
|
109
|
-
* <li>
|
|
110
|
-
* <p>
|
|
111
|
-
* <code>ConditionKey:"importance"</code>
|
|
112
|
-
* </p>
|
|
113
|
-
* <p>
|
|
114
|
-
* <code>ConditionValue:"critical"</code>
|
|
115
|
-
* </p>
|
|
116
|
-
* <p>
|
|
117
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
118
|
-
* </p>
|
|
119
|
-
* </li>
|
|
120
|
-
* </ul>
|
|
121
|
-
* <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)
|
|
122
|
-
* volumes that are tagged as <code>"department=finance"</code>,
|
|
123
|
-
* <code>"importance=critical"</code>, in addition to an EBS volume with the specified
|
|
124
|
-
* volume ID.</p>
|
|
125
|
-
* <p>Resources and conditions are additive in that all resources that match the pattern are
|
|
126
|
-
* selected. This shouldn't be confused with a logical AND, where all conditions must match.
|
|
127
|
-
* The matching patterns are logically put together using the OR operator.
|
|
128
|
-
* In other words, all patterns that match are selected for backup.</p>
|
|
89
|
+
* For examples, see <a href="https://docs.aws.amazon.com/assigning-resources.html#assigning-resources-json">Assigning resources
|
|
90
|
+
* programmatically</a>. </p>
|
|
129
91
|
*/
|
|
130
92
|
createBackupSelection(args: CreateBackupSelectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBackupSelectionCommandOutput>;
|
|
131
93
|
createBackupSelection(args: CreateBackupSelectionCommandInput, cb: (err: any, data?: CreateBackupSelectionCommandOutput) => void): void;
|
|
@@ -494,6 +456,10 @@ export declare class Backup extends BackupClient {
|
|
|
494
456
|
* attempts to update the lifecycle policy that controls the retention period of any recovery
|
|
495
457
|
* point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and
|
|
496
458
|
* maximum retention period for future backup and copy jobs that target a backup vault.</p>
|
|
459
|
+
* <note>
|
|
460
|
+
* <p>Backup Vault Lock has yet to receive a third-party assessment for SEC
|
|
461
|
+
* 17a-4(f) and CFTC.</p>
|
|
462
|
+
* </note>
|
|
497
463
|
*/
|
|
498
464
|
putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupVaultLockConfigurationCommandOutput>;
|
|
499
465
|
putBackupVaultLockConfiguration(args: PutBackupVaultLockConfigurationCommandInput, cb: (err: any, data?: PutBackupVaultLockConfigurationCommandOutput) => void): void;
|
|
@@ -24,7 +24,7 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link CreateBackupPlanCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link CreateBackupPlanCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class CreateBackupPlanCommand extends $Command<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -8,46 +8,8 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* <p>For example, consider the following patterns:</p>
|
|
14
|
-
* <ul>
|
|
15
|
-
* <li>
|
|
16
|
-
* <p>
|
|
17
|
-
* <code>Resources: "arn:aws:ec2:region:account-id:volume/volume-id"</code>
|
|
18
|
-
* </p>
|
|
19
|
-
* </li>
|
|
20
|
-
* <li>
|
|
21
|
-
* <p>
|
|
22
|
-
* <code>ConditionKey:"department"</code>
|
|
23
|
-
* </p>
|
|
24
|
-
* <p>
|
|
25
|
-
* <code>ConditionValue:"finance"</code>
|
|
26
|
-
* </p>
|
|
27
|
-
* <p>
|
|
28
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
29
|
-
* </p>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>
|
|
33
|
-
* <code>ConditionKey:"importance"</code>
|
|
34
|
-
* </p>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>ConditionValue:"critical"</code>
|
|
37
|
-
* </p>
|
|
38
|
-
* <p>
|
|
39
|
-
* <code>ConditionType:"StringEquals"</code>
|
|
40
|
-
* </p>
|
|
41
|
-
* </li>
|
|
42
|
-
* </ul>
|
|
43
|
-
* <p>Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS)
|
|
44
|
-
* volumes that are tagged as <code>"department=finance"</code>,
|
|
45
|
-
* <code>"importance=critical"</code>, in addition to an EBS volume with the specified
|
|
46
|
-
* volume ID.</p>
|
|
47
|
-
* <p>Resources and conditions are additive in that all resources that match the pattern are
|
|
48
|
-
* selected. This shouldn't be confused with a logical AND, where all conditions must match.
|
|
49
|
-
* The matching patterns are logically put together using the OR operator.
|
|
50
|
-
* In other words, all patterns that match are selected for backup.</p>
|
|
11
|
+
* For examples, see <a href="https://docs.aws.amazon.com/assigning-resources.html#assigning-resources-json">Assigning resources
|
|
12
|
+
* programmatically</a>. </p>
|
|
51
13
|
* @example
|
|
52
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
53
15
|
* ```javascript
|
|
@@ -60,7 +22,7 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
|
|
|
60
22
|
*
|
|
61
23
|
* @see {@link CreateBackupSelectionCommandInput} for command's `input` shape.
|
|
62
24
|
* @see {@link CreateBackupSelectionCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
64
26
|
*
|
|
65
27
|
*/
|
|
66
28
|
export declare class CreateBackupSelectionCommand extends $Command<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput,
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateBackupVaultCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateBackupVaultCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateBackupVaultCommand extends $Command<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __M
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateFrameworkCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateFrameworkCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateFrameworkCommand extends $Command<CreateFrameworkCommandInput, CreateFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreateReportPlanCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreateReportPlanCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreateReportPlanCommand extends $Command<CreateReportPlanCommandInput, CreateReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteBackupPlanCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteBackupPlanCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteBackupPlanCommand extends $Command<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteBackupSelectionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteBackupSelectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteBackupSelectionCommand extends $Command<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteBackupVaultCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteBackupVaultCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteBackupVaultCommand extends $Command<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeleteBackupVaultLockConfigurationCommandOutput extends __Metad
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeleteBackupVaultLockConfigurationCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeleteBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteBackupVaultNotificationsCommand extends $Command<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteFrameworkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteFrameworkCommand extends $Command<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteRecoveryPointCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteRecoveryPointCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteRecoveryPointCommand extends $Command<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteReportPlanCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteReportPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteReportPlanCommand extends $Command<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeBackupJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeBackupJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeBackupJobCommand extends $Command<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeBackupVaultCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeBackupVaultCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeBackupVaultCommand extends $Command<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeCopyJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeCopyJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeCopyJobCommand extends $Command<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeFrameworkCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSetti
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeGlobalSettingsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeGlobalSettingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeProtectedResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeProtectedResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeRecoveryPointCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeRecoveryPointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSetti
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeRegionSettingsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeRegionSettingsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeReportJobCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeReportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeReportPlanCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeReportPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeRestoreJobCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeRestoreJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DisassociateRecoveryPointCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DisassociateRecoveryPointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ExportBackupPlanTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ExportBackupPlanTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupPlanCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupPlanCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupPlanFromJSONCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupPlanFromJSONCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupPlanFromTemplateCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupPlanFromTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupSelectionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupSelectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetRecoveryPointRestoreMetadataCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetRecoveryPointRestoreMetadataCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetSupportedResourceTypesCommandOutput extends GetSupportedReso
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetSupportedResourceTypesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetSupportedResourceTypesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetSupportedResourceTypesCommand extends $Command<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupJobsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupJobsCommand extends $Command<ListBackupJobsCommandInput, ListBackupJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemp
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupPlanTemplatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupPlanTemplatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupPlanTemplatesCommand extends $Command<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupPlanVersionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupPlanVersionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupPlanVersionsCommand extends $Command<ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListBackupPlansCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListBackupPlansCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListBackupPlansCommand extends $Command<ListBackupPlansCommandInput, ListBackupPlansCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsO
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupSelectionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupSelectionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupSelectionsCommand extends $Command<ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListBackupVaultsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListBackupVaultsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListBackupVaultsCommand extends $Command<ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListCopyJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListCopyJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListCopyJobsCommand extends $Command<ListCopyJobsCommandInput, ListCopyJobsCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListFrameworksCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListFrameworksCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListFrameworksCommand extends $Command<ListFrameworksCommandInput, ListFrameworksCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ListProtectedResourcesCommandOutput extends ListProtectedResour
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ListProtectedResourcesCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ListProtectedResourcesCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ListProtectedResourcesCommand extends $Command<ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecove
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListRecoveryPointsByBackupVaultCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListRecoveryPointsByBackupVaultCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListRecoveryPointsByBackupVaultCommand extends $Command<ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryP
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListRecoveryPointsByResourceCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListRecoveryPointsByResourceCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListRecoveryPointsByResourceCommand extends $Command<ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput, BackupClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReportJobsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReportJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link BackupClientResolvedConfig | config} for BackupClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReportJobsCommand extends $Command<ListReportJobsCommandInput, ListReportJobsCommandOutput, BackupClientResolvedConfig> {
|