@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
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of your report plans. For detailed information about a single report
|
|
10
|
-
* plan, use <code>DescribeReportPlan</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, ListReportPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, ListReportPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new ListReportPlansCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListReportPlansCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListReportPlansCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListReportPlansCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of jobs that Backup initiated to restore a saved resource,
|
|
10
|
-
* including details about the recovery process.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, ListRestoreJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, ListRestoreJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new ListRestoreJobsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListRestoreJobsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListRestoreJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class ListRestoreJobsCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,41 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Returns a list of key-value pairs assigned to a target recovery point, backup plan, or
|
|
10
|
-
* backup vault.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>
|
|
13
|
-
* <code>ListTags</code> are currently only supported with Amazon EFS
|
|
14
|
-
* backups.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { BackupClient, ListTagsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
20
|
-
* // const { BackupClient, ListTagsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
21
|
-
* const client = new BackupClient(config);
|
|
22
|
-
* const command = new ListTagsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link ListTagsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link ListTagsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
8
|
class ListTagsCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Sets a resource-based policy that is used to manage access permissions on the target
|
|
10
|
-
* backup vault. Requires a backup vault name and an access policy document in JSON
|
|
11
|
-
* format.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, PutBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, PutBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new PutBackupVaultAccessPolicyCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link PutBackupVaultAccessPolicyCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link PutBackupVaultAccessPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class PutBackupVaultAccessPolicyCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,39 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Applies Backup Vault Lock to a backup vault, preventing attempts to delete
|
|
10
|
-
* any recovery point stored in or created in a backup vault. Vault Lock also prevents
|
|
11
|
-
* attempts to update the lifecycle policy that controls the retention period of any recovery
|
|
12
|
-
* point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and
|
|
13
|
-
* maximum retention period for future backup and copy jobs that target a backup vault.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { BackupClient, PutBackupVaultLockConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
18
|
-
* // const { BackupClient, PutBackupVaultLockConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
19
|
-
* const client = new BackupClient(config);
|
|
20
|
-
* const command = new PutBackupVaultLockConfigurationCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link PutBackupVaultLockConfigurationCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link PutBackupVaultLockConfigurationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
8
|
class PutBackupVaultLockConfigurationCommand extends smithy_client_1.Command {
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
9
|
constructor(input) {
|
|
33
|
-
// Start section: command_constructor
|
|
34
10
|
super();
|
|
35
11
|
this.input = input;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Turns on notifications on a backup vault for the specified topic and events.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { BackupClient, PutBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
14
|
-
* // const { BackupClient, PutBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
15
|
-
* const client = new BackupClient(config);
|
|
16
|
-
* const command = new PutBackupVaultNotificationsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link PutBackupVaultNotificationsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link PutBackupVaultNotificationsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class PutBackupVaultNotificationsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Starts an on-demand backup job for the specified resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { BackupClient, StartBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
14
|
-
* // const { BackupClient, StartBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
15
|
-
* const client = new BackupClient(config);
|
|
16
|
-
* const command = new StartBackupJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartBackupJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartBackupJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class StartBackupJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Starts a job to create a one-time copy of the specified resource.</p>
|
|
10
|
-
* <p>Does not support continuous backups.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, StartCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, StartCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new StartCopyJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link StartCopyJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link StartCopyJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class StartCopyJobCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Starts an on-demand report job for the specified report plan.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { BackupClient, StartReportJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
14
|
-
* // const { BackupClient, StartReportJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
15
|
-
* const client = new BackupClient(config);
|
|
16
|
-
* const command = new StartReportJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartReportJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartReportJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class StartReportJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Recovers the saved resource identified by an Amazon Resource Name (ARN).</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { BackupClient, StartRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
14
|
-
* // const { BackupClient, StartRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
15
|
-
* const client = new BackupClient(config);
|
|
16
|
-
* const command = new StartRestoreJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StartRestoreJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StartRestoreJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class StartRestoreJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Attempts to cancel a job to create a one-time backup of a resource.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { BackupClient, StopBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
14
|
-
* // const { BackupClient, StopBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
15
|
-
* const client = new BackupClient(config);
|
|
16
|
-
* const command = new StopBackupJobCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link StopBackupJobCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link StopBackupJobCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
8
|
class StopBackupJobCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault
|
|
10
|
-
* identified by an Amazon Resource Name (ARN).</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, TagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, TagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new TagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Removes a set of key-value pairs from a recovery point, backup plan, or backup vault
|
|
10
|
-
* identified by an Amazon Resource Name (ARN)</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, UntagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, UntagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new UntagResourceCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates an existing backup plan identified by its <code>backupPlanId</code> with the
|
|
10
|
-
* input document in JSON format. The new version is uniquely identified by a
|
|
11
|
-
* <code>VersionId</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, UpdateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, UpdateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new UpdateBackupPlanCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateBackupPlanCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateBackupPlanCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class UpdateBackupPlanCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates an existing framework identified by its <code>FrameworkName</code> with the
|
|
10
|
-
* input document in JSON format.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { BackupClient, UpdateFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
15
|
-
* // const { BackupClient, UpdateFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
16
|
-
* const client = new BackupClient(config);
|
|
17
|
-
* const command = new UpdateFrameworkCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link UpdateFrameworkCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link UpdateFrameworkCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
8
|
class UpdateFrameworkCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Updates whether the Amazon Web Services account is opted in to cross-account backup.
|
|
10
|
-
* Returns an error if the account is not an Organizations management account. Use the
|
|
11
|
-
* <code>DescribeGlobalSettings</code> API to determine the current settings.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { BackupClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
16
|
-
* // const { BackupClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
17
|
-
* const client = new BackupClient(config);
|
|
18
|
-
* const command = new UpdateGlobalSettingsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link UpdateGlobalSettingsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link UpdateGlobalSettingsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
8
|
class UpdateGlobalSettingsCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const models_0_1 = require("../models/models_0");
|
|
7
7
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
-
/**
|
|
9
|
-
* <p>Sets the transition lifecycle of a recovery point.</p>
|
|
10
|
-
* <p>The lifecycle defines when a protected resource is transitioned to cold storage and when
|
|
11
|
-
* it expires. Backup transitions and expires backups automatically according to
|
|
12
|
-
* the lifecycle that you define.</p>
|
|
13
|
-
* <p>Backups transitioned to cold storage must be stored in cold storage for a minimum of 90
|
|
14
|
-
* days. Therefore, the “expire after days” setting must be 90 days greater than the
|
|
15
|
-
* “transition to cold after days” setting. The “transition to cold after days” setting cannot
|
|
16
|
-
* be changed after a backup has been transitioned to cold.</p>
|
|
17
|
-
* <p>Only Amazon EFS file system backups can be transitioned to cold storage.</p>
|
|
18
|
-
* <p>Does not support continuous backups.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { BackupClient, UpdateRecoveryPointLifecycleCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
23
|
-
* // const { BackupClient, UpdateRecoveryPointLifecycleCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
24
|
-
* const client = new BackupClient(config);
|
|
25
|
-
* const command = new UpdateRecoveryPointLifecycleCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link UpdateRecoveryPointLifecycleCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link UpdateRecoveryPointLifecycleCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link BackupClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
8
|
class UpdateRecoveryPointLifecycleCommand extends smithy_client_1.Command {
|
|
35
|
-
// Start section: command_properties
|
|
36
|
-
// End section: command_properties
|
|
37
9
|
constructor(input) {
|
|
38
|
-
// Start section: command_constructor
|
|
39
10
|
super();
|
|
40
11
|
this.input = input;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
const stack = clientStack.concat(this.middlewareStack);
|