@aws-sdk/client-backup 3.36.0 → 3.39.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 +42 -0
- package/dist-cjs/Backup.js +0 -7
- package/dist-cjs/BackupClient.js +0 -12
- package/dist-cjs/commands/CreateBackupPlanCommand.js +0 -28
- package/dist-cjs/commands/CreateBackupSelectionCommand.js +0 -64
- package/dist-cjs/commands/CreateBackupVaultCommand.js +0 -30
- package/dist-cjs/commands/CreateFrameworkCommand.js +0 -27
- package/dist-cjs/commands/CreateReportPlanCommand.js +0 -27
- package/dist-cjs/commands/DeleteBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/DeleteBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultAccessPolicyCommand.js +0 -24
- package/dist-cjs/commands/DeleteBackupVaultCommand.js +0 -25
- package/dist-cjs/commands/DeleteBackupVaultLockConfigurationCommand.js +0 -29
- package/dist-cjs/commands/DeleteBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/DeleteFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DeleteRecoveryPointCommand.js +0 -26
- package/dist-cjs/commands/DeleteReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/DescribeCopyJobCommand.js +0 -24
- package/dist-cjs/commands/DescribeFrameworkCommand.js +0 -24
- package/dist-cjs/commands/DescribeGlobalSettingsCommand.js +0 -27
- package/dist-cjs/commands/DescribeProtectedResourceCommand.js +0 -26
- package/dist-cjs/commands/DescribeRecoveryPointCommand.js +0 -25
- package/dist-cjs/commands/DescribeRegionSettingsCommand.js +0 -28
- package/dist-cjs/commands/DescribeReportJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeReportPlanCommand.js +0 -24
- package/dist-cjs/commands/DescribeRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/DisassociateRecoveryPointCommand.js +0 -27
- package/dist-cjs/commands/ExportBackupPlanTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanCommand.js +0 -25
- package/dist-cjs/commands/GetBackupPlanFromJSONCommand.js +0 -24
- package/dist-cjs/commands/GetBackupPlanFromTemplateCommand.js +0 -24
- package/dist-cjs/commands/GetBackupSelectionCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultAccessPolicyCommand.js +0 -25
- package/dist-cjs/commands/GetBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/GetRecoveryPointRestoreMetadataCommand.js +0 -24
- package/dist-cjs/commands/GetSupportedResourceTypesCommand.js +0 -24
- package/dist-cjs/commands/ListBackupJobsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanTemplatesCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlanVersionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupPlansCommand.js +0 -26
- package/dist-cjs/commands/ListBackupSelectionsCommand.js +0 -25
- package/dist-cjs/commands/ListBackupVaultsCommand.js +0 -25
- package/dist-cjs/commands/ListCopyJobsCommand.js +0 -24
- package/dist-cjs/commands/ListFrameworksCommand.js +0 -24
- package/dist-cjs/commands/ListProtectedResourcesCommand.js +0 -26
- package/dist-cjs/commands/ListRecoveryPointsByBackupVaultCommand.js +0 -24
- package/dist-cjs/commands/ListRecoveryPointsByResourceCommand.js +0 -29
- package/dist-cjs/commands/ListReportJobsCommand.js +0 -24
- package/dist-cjs/commands/ListReportPlansCommand.js +0 -25
- package/dist-cjs/commands/ListRestoreJobsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsCommand.js +0 -30
- package/dist-cjs/commands/PutBackupVaultAccessPolicyCommand.js +0 -26
- package/dist-cjs/commands/PutBackupVaultLockConfigurationCommand.js +0 -28
- package/dist-cjs/commands/PutBackupVaultNotificationsCommand.js +0 -24
- package/dist-cjs/commands/StartBackupJobCommand.js +0 -24
- package/dist-cjs/commands/StartCopyJobCommand.js +0 -25
- package/dist-cjs/commands/StartReportJobCommand.js +0 -24
- package/dist-cjs/commands/StartRestoreJobCommand.js +0 -24
- package/dist-cjs/commands/StopBackupJobCommand.js +0 -24
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateBackupPlanCommand.js +0 -26
- package/dist-cjs/commands/UpdateFrameworkCommand.js +0 -25
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +0 -26
- package/dist-cjs/commands/UpdateRecoveryPointLifecycleCommand.js +0 -33
- package/dist-cjs/commands/UpdateRegionSettingsCommand.js +0 -29
- package/dist-cjs/commands/UpdateReportPlanCommand.js +0 -25
- package/dist-cjs/commands/index.js +69 -0
- package/dist-cjs/endpoints.js +6 -1
- package/dist-cjs/index.js +4 -84
- package/dist-cjs/models/models_0.js +0 -462
- package/dist-cjs/pagination/ListBackupJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanTemplatesPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlanVersionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupSelectionsPaginator.js +0 -10
- package/dist-cjs/pagination/ListBackupVaultsPaginator.js +0 -10
- package/dist-cjs/pagination/ListCopyJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListFrameworksPaginator.js +0 -10
- package/dist-cjs/pagination/ListProtectedResourcesPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByBackupVaultPaginator.js +0 -10
- package/dist-cjs/pagination/ListRecoveryPointsByResourcePaginator.js +0 -10
- package/dist-cjs/pagination/ListReportJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListReportPlansPaginator.js +0 -10
- package/dist-cjs/pagination/ListRestoreJobsPaginator.js +0 -10
- package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
- package/dist-cjs/pagination/index.js +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -5
- package/dist-cjs/runtimeConfig.browser.js +1 -5
- package/dist-cjs/runtimeConfig.js +1 -5
- package/dist-cjs/runtimeConfig.native.js +0 -3
- package/dist-cjs/runtimeConfig.shared.js +0 -3
- package/dist-es/commands/index.js +66 -0
- package/dist-es/endpoints.js +6 -1
- package/dist-es/index.js +4 -84
- package/dist-es/pagination/index.js +16 -0
- package/dist-types/commands/index.d.ts +66 -0
- package/dist-types/index.d.ts +4 -84
- package/dist-types/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/Backup.d.ts +67 -340
- package/dist-types/ts3.4/BackupClient.d.ts +24 -93
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +2 -25
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/index.d.ts +66 -0
- package/dist-types/ts3.4/index.d.ts +4 -84
- package/dist-types/ts3.4/models/models_0.d.ts +751 -3372
- package/dist-types/ts3.4/pagination/index.d.ts +16 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +32 -32
|
@@ -6,29 +6,11 @@ export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the report plan specified by a report plan name.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DeleteReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DeleteReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DeleteReportPlanCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteReportPlanCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteReportPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteReportPlanCommand extends $Command<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteReportPlanCommandInput;
|
|
28
12
|
constructor(input: DeleteReportPlanCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns backup job details for the specified <code>BackupJobId</code>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeBackupJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeBackupJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeBackupJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeBackupJobCommand extends $Command<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeBackupJobCommandInput;
|
|
28
12
|
constructor(input: DescribeBackupJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeBackupVaultCommandInput extends DescribeBackupVaultInpu
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata about a backup vault specified by its name.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeBackupVaultCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeBackupVaultCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeBackupVaultCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeBackupVaultCommand extends $Command<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeBackupVaultCommandInput;
|
|
28
12
|
constructor(input: DescribeBackupVaultCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata associated with creating a copy of a resource.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeCopyJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeCopyJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeCopyJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeCopyJobCommand extends $Command<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeCopyJobCommandInput;
|
|
28
12
|
constructor(input: DescribeCopyJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the framework details for the specified <code>FrameworkName</code>.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeFrameworkCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeFrameworkCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeFrameworkCommandInput;
|
|
28
12
|
constructor(input: DescribeFrameworkCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DescribeGlobalSettingsCommandInput extends DescribeGlobalSettin
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSettingsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Describes whether the Amazon Web Services account is opted in to cross-account backup.
|
|
11
|
-
* Returns an error if the account is not a member of an Organizations organization.
|
|
12
|
-
* Example: <code>describe-global-settings --region us-west-2</code>
|
|
13
|
-
* </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { BackupClient, DescribeGlobalSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
18
|
-
* // const { BackupClient, DescribeGlobalSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
19
|
-
* const client = new BackupClient(config);
|
|
20
|
-
* const command = new DescribeGlobalSettingsCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DescribeGlobalSettingsCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DescribeGlobalSettingsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
30
11
|
readonly input: DescribeGlobalSettingsCommandInput;
|
|
31
12
|
constructor(input: DescribeGlobalSettingsCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,31 +6,11 @@ export interface DescribeProtectedResourceCommandInput extends DescribeProtected
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeProtectedResourceCommandOutput extends DescribeProtectedResourceOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns information about a saved resource, including the last time it was backed up,
|
|
11
|
-
* its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved
|
|
12
|
-
* resource.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { BackupClient, DescribeProtectedResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
17
|
-
* // const { BackupClient, DescribeProtectedResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
18
|
-
* const client = new BackupClient(config);
|
|
19
|
-
* const command = new DescribeProtectedResourceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeProtectedResourceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeProtectedResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
9
|
+
|
|
28
10
|
export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
|
|
29
11
|
readonly input: DescribeProtectedResourceCommandInput;
|
|
30
12
|
constructor(input: DescribeProtectedResourceCommandInput);
|
|
31
|
-
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
13
|
+
|
|
34
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput>;
|
|
35
15
|
private serialize;
|
|
36
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeRecoveryPointCommandInput extends DescribeRecoveryPoint
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPointOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata associated with a recovery point, including ID, status, encryption, and
|
|
11
|
-
* lifecycle.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, DescribeRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, DescribeRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new DescribeRecoveryPointCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeRecoveryPointCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeRecoveryPointCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeRecoveryPointCommandInput;
|
|
29
12
|
constructor(input: DescribeRecoveryPointCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DescribeRegionSettingsCommandInput extends DescribeRegionSettin
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSettingsOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the current service opt-in settings for the Region. If service opt-in is enabled
|
|
11
|
-
* for a service, Backup tries to protect that service's resources in this Region,
|
|
12
|
-
* when the resource is included in an on-demand backup or scheduled backup plan. Otherwise,
|
|
13
|
-
* Backup does not try to protect that service's resources in this
|
|
14
|
-
* Region.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { BackupClient, DescribeRegionSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
19
|
-
* // const { BackupClient, DescribeRegionSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
20
|
-
* const client = new BackupClient(config);
|
|
21
|
-
* const command = new DescribeRegionSettingsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DescribeRegionSettingsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DescribeRegionSettingsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
|
|
31
11
|
readonly input: DescribeRegionSettingsCommandInput;
|
|
32
12
|
constructor(input: DescribeRegionSettingsCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeReportJobCommandInput extends DescribeReportJobInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the details associated with creating a report as specified by its
|
|
11
|
-
* <code>ReportJobId</code>.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, DescribeReportJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, DescribeReportJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new DescribeReportJobCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeReportJobCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeReportJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeReportJobCommandInput;
|
|
29
12
|
constructor(input: DescribeReportJobCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportJobCommandInput, DescribeReportJobCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeReportPlanCommandInput extends DescribeReportPlanInput
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeReportPlanCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeReportPlanCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeReportPlanCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeReportPlanCommandInput;
|
|
28
12
|
constructor(input: DescribeReportPlanCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeRestoreJobCommandInput extends DescribeRestoreJobInput
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns metadata associated with a restore job that is specified by a job ID.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, DescribeRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, DescribeRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new DescribeRestoreJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeRestoreJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeRestoreJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeRestoreJobCommandInput;
|
|
28
12
|
constructor(input: DescribeRestoreJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,32 +6,11 @@ export interface DisassociateRecoveryPointCommandInput extends DisassociateRecov
|
|
|
6
6
|
}
|
|
7
7
|
export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes the specified continuous backup recovery point from Backup and
|
|
11
|
-
* 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
|
|
12
|
-
* lifecycle that you specified in your original backup plan.</p>
|
|
13
|
-
* <p>Does not support snapshot backup recovery points.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { BackupClient, DisassociateRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
18
|
-
* // const { BackupClient, DisassociateRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
19
|
-
* const client = new BackupClient(config);
|
|
20
|
-
* const command = new DisassociateRecoveryPointCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link DisassociateRecoveryPointCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link DisassociateRecoveryPointCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
|
|
30
11
|
readonly input: DisassociateRecoveryPointCommandInput;
|
|
31
12
|
constructor(input: DisassociateRecoveryPointCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ExportBackupPlanTemplateCommandInput extends ExportBackupPlanTe
|
|
|
6
6
|
}
|
|
7
7
|
export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanTemplateOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the backup plan that is specified by the plan ID as a backup template.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, ExportBackupPlanTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, ExportBackupPlanTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new ExportBackupPlanTemplateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ExportBackupPlanTemplateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ExportBackupPlanTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: ExportBackupPlanTemplateCommandInput;
|
|
28
12
|
constructor(input: ExportBackupPlanTemplateCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetBackupPlanCommandInput extends GetBackupPlanInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns <code>BackupPlan</code> details for the specified <code>BackupPlanId</code>. The
|
|
11
|
-
* details are the body of a backup plan in JSON format, in addition to plan metadata.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, GetBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, GetBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new GetBackupPlanCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetBackupPlanCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetBackupPlanCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: GetBackupPlanCommandInput;
|
|
29
12
|
constructor(input: GetBackupPlanCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanCommandInput, GetBackupPlanCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetBackupPlanFromJSONCommandInput extends GetBackupPlanFromJSON
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSONOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns a valid JSON document specifying a backup plan or an error.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, GetBackupPlanFromJSONCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, GetBackupPlanFromJSONCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new GetBackupPlanFromJSONCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetBackupPlanFromJSONCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetBackupPlanFromJSONCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: GetBackupPlanFromJSONCommandInput;
|
|
28
12
|
constructor(input: GetBackupPlanFromJSONCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface GetBackupPlanFromTemplateCommandInput extends GetBackupPlanFrom
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFromTemplateOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the template specified by its <code>templateId</code> as a backup plan.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, GetBackupPlanFromTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, GetBackupPlanFromTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new GetBackupPlanFromTemplateCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link GetBackupPlanFromTemplateCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link GetBackupPlanFromTemplateCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
|
|
27
11
|
readonly input: GetBackupPlanFromTemplateCommandInput;
|
|
28
12
|
constructor(input: GetBackupPlanFromTemplateCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetBackupSelectionCommandInput extends GetBackupSelectionInput
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns selection metadata and a document in JSON format that specifies a list of
|
|
11
|
-
* resources that are associated with a backup plan.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, GetBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, GetBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new GetBackupSelectionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetBackupSelectionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetBackupSelectionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: GetBackupSelectionCommandInput;
|
|
29
12
|
constructor(input: GetBackupSelectionCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface GetBackupVaultAccessPolicyCommandInput extends GetBackupVaultAc
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultAccessPolicyOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the access policy document that is associated with the named backup
|
|
11
|
-
* vault.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, GetBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, GetBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new GetBackupVaultAccessPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link GetBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link GetBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
|
|
28
11
|
readonly input: GetBackupVaultAccessPolicyCommandInput;
|
|
29
12
|
constructor(input: GetBackupVaultAccessPolicyCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|