@aws-sdk/client-backup 3.300.0 → 3.301.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/dist-types/commands/CancelLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +11 -11
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +8 -8
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +2 -2
- package/dist-types/commands/CreateFrameworkCommand.d.ts +9 -9
- package/dist-types/commands/CreateLegalHoldCommand.d.ts +6 -6
- package/dist-types/commands/CreateReportPlanCommand.d.ts +6 -6
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +1 -1
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +1 -1
- package/dist-types/commands/ListCopyJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListFrameworksCommand.d.ts +1 -1
- package/dist-types/commands/ListLegalHoldsCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListReportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListReportPlansCommand.d.ts +1 -1
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +2 -2
- package/dist-types/commands/StartBackupJobCommand.d.ts +4 -4
- package/dist-types/commands/StartCopyJobCommand.d.ts +2 -2
- package/dist-types/commands/StartReportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartRestoreJobCommand.d.ts +2 -2
- package/dist-types/commands/StopBackupJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +11 -11
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +9 -9
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +5 -5
- package/package.json +3 -3
|
@@ -27,7 +27,7 @@ export interface CancelLegalHoldCommandOutput extends CancelLegalHoldOutput, __M
|
|
|
27
27
|
* import { BackupClient, CancelLegalHoldCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, CancelLegalHoldCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CancelLegalHoldInput
|
|
31
31
|
* LegalHoldId: "STRING_VALUE", // required
|
|
32
32
|
* CancelDescription: "STRING_VALUE", // required
|
|
33
33
|
* RetainRecordInDays: Number("long"),
|
|
@@ -30,25 +30,25 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
|
|
|
30
30
|
* import { BackupClient, CreateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
31
31
|
* // const { BackupClient, CreateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
32
32
|
* const client = new BackupClient(config);
|
|
33
|
-
* const input = {
|
|
34
|
-
* BackupPlan: {
|
|
33
|
+
* const input = { // CreateBackupPlanInput
|
|
34
|
+
* BackupPlan: { // BackupPlanInput
|
|
35
35
|
* BackupPlanName: "STRING_VALUE", // required
|
|
36
|
-
* Rules: [ // required
|
|
37
|
-
* {
|
|
36
|
+
* Rules: [ // BackupRulesInput // required
|
|
37
|
+
* { // BackupRuleInput
|
|
38
38
|
* RuleName: "STRING_VALUE", // required
|
|
39
39
|
* TargetBackupVaultName: "STRING_VALUE", // required
|
|
40
40
|
* ScheduleExpression: "STRING_VALUE",
|
|
41
41
|
* StartWindowMinutes: Number("long"),
|
|
42
42
|
* CompletionWindowMinutes: Number("long"),
|
|
43
|
-
* Lifecycle: {
|
|
43
|
+
* Lifecycle: { // Lifecycle
|
|
44
44
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
45
45
|
* DeleteAfterDays: Number("long"),
|
|
46
46
|
* },
|
|
47
|
-
* RecoveryPointTags: {
|
|
47
|
+
* RecoveryPointTags: { // Tags
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
-
* CopyActions: [
|
|
51
|
-
* {
|
|
50
|
+
* CopyActions: [ // CopyActions
|
|
51
|
+
* { // CopyAction
|
|
52
52
|
* Lifecycle: {
|
|
53
53
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
54
54
|
* DeleteAfterDays: Number("long"),
|
|
@@ -59,10 +59,10 @@ export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, _
|
|
|
59
59
|
* EnableContinuousBackup: true || false,
|
|
60
60
|
* },
|
|
61
61
|
* ],
|
|
62
|
-
* AdvancedBackupSettings: [
|
|
63
|
-
* {
|
|
62
|
+
* AdvancedBackupSettings: [ // AdvancedBackupSettings
|
|
63
|
+
* { // AdvancedBackupSetting
|
|
64
64
|
* ResourceType: "STRING_VALUE",
|
|
65
|
-
* BackupOptions: {
|
|
65
|
+
* BackupOptions: { // BackupOptions
|
|
66
66
|
* "<keys>": "STRING_VALUE",
|
|
67
67
|
* },
|
|
68
68
|
* },
|
|
@@ -27,16 +27,16 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
|
|
|
27
27
|
* import { BackupClient, CreateBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, CreateBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateBackupSelectionInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
|
-
* BackupSelection: {
|
|
32
|
+
* BackupSelection: { // BackupSelection
|
|
33
33
|
* SelectionName: "STRING_VALUE", // required
|
|
34
34
|
* IamRoleArn: "STRING_VALUE", // required
|
|
35
|
-
* Resources: [
|
|
35
|
+
* Resources: [ // ResourceArns
|
|
36
36
|
* "STRING_VALUE",
|
|
37
37
|
* ],
|
|
38
|
-
* ListOfTags: [
|
|
39
|
-
* {
|
|
38
|
+
* ListOfTags: [ // ListOfTags
|
|
39
|
+
* { // Condition
|
|
40
40
|
* ConditionType: "STRINGEQUALS", // required
|
|
41
41
|
* ConditionKey: "STRING_VALUE", // required
|
|
42
42
|
* ConditionValue: "STRING_VALUE", // required
|
|
@@ -45,9 +45,9 @@ export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectio
|
|
|
45
45
|
* NotResources: [
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
-
* Conditions: {
|
|
49
|
-
* StringEquals: [
|
|
50
|
-
* {
|
|
48
|
+
* Conditions: { // Conditions
|
|
49
|
+
* StringEquals: [ // ConditionParameters
|
|
50
|
+
* { // ConditionParameter
|
|
51
51
|
* ConditionKey: "STRING_VALUE",
|
|
52
52
|
* ConditionValue: "STRING_VALUE",
|
|
53
53
|
* },
|
|
@@ -32,9 +32,9 @@ export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput,
|
|
|
32
32
|
* import { BackupClient, CreateBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
33
33
|
* // const { BackupClient, CreateBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
34
34
|
* const client = new BackupClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // CreateBackupVaultInput
|
|
36
36
|
* BackupVaultName: "STRING_VALUE", // required
|
|
37
|
-
* BackupVaultTags: {
|
|
37
|
+
* BackupVaultTags: { // Tags
|
|
38
38
|
* "<keys>": "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* EncryptionKeyArn: "STRING_VALUE",
|
|
@@ -29,26 +29,26 @@ export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __M
|
|
|
29
29
|
* import { BackupClient, CreateFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
30
30
|
* // const { BackupClient, CreateFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
31
31
|
* const client = new BackupClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateFrameworkInput
|
|
33
33
|
* FrameworkName: "STRING_VALUE", // required
|
|
34
34
|
* FrameworkDescription: "STRING_VALUE",
|
|
35
|
-
* FrameworkControls: [ // required
|
|
36
|
-
* {
|
|
35
|
+
* FrameworkControls: [ // FrameworkControls // required
|
|
36
|
+
* { // FrameworkControl
|
|
37
37
|
* ControlName: "STRING_VALUE", // required
|
|
38
|
-
* ControlInputParameters: [
|
|
39
|
-
* {
|
|
38
|
+
* ControlInputParameters: [ // ControlInputParameters
|
|
39
|
+
* { // ControlInputParameter
|
|
40
40
|
* ParameterName: "STRING_VALUE",
|
|
41
41
|
* ParameterValue: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
44
|
-
* ControlScope: {
|
|
45
|
-
* ComplianceResourceIds: [
|
|
44
|
+
* ControlScope: { // ControlScope
|
|
45
|
+
* ComplianceResourceIds: [ // ComplianceResourceIdList
|
|
46
46
|
* "STRING_VALUE",
|
|
47
47
|
* ],
|
|
48
|
-
* ComplianceResourceTypes: [
|
|
48
|
+
* ComplianceResourceTypes: [ // ResourceTypeList
|
|
49
49
|
* "STRING_VALUE",
|
|
50
50
|
* ],
|
|
51
|
-
* Tags: {
|
|
51
|
+
* Tags: { // stringMap
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
@@ -29,23 +29,23 @@ export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __M
|
|
|
29
29
|
* import { BackupClient, CreateLegalHoldCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
30
30
|
* // const { BackupClient, CreateLegalHoldCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
31
31
|
* const client = new BackupClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateLegalHoldInput
|
|
33
33
|
* Title: "STRING_VALUE", // required
|
|
34
34
|
* Description: "STRING_VALUE", // required
|
|
35
35
|
* IdempotencyToken: "STRING_VALUE",
|
|
36
|
-
* RecoveryPointSelection: {
|
|
37
|
-
* VaultNames: [
|
|
36
|
+
* RecoveryPointSelection: { // RecoveryPointSelection
|
|
37
|
+
* VaultNames: [ // VaultNames
|
|
38
38
|
* "STRING_VALUE",
|
|
39
39
|
* ],
|
|
40
|
-
* ResourceIdentifiers: [
|
|
40
|
+
* ResourceIdentifiers: [ // ResourceIdentifiers
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
|
-
* DateRange: {
|
|
43
|
+
* DateRange: { // DateRange
|
|
44
44
|
* FromDate: new Date("TIMESTAMP"), // required
|
|
45
45
|
* ToDate: new Date("TIMESTAMP"), // required
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
|
-
* Tags: {
|
|
48
|
+
* Tags: { // Tags
|
|
49
49
|
* "<keys>": "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* };
|
|
@@ -29,19 +29,19 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
|
|
|
29
29
|
* import { BackupClient, CreateReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
30
30
|
* // const { BackupClient, CreateReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
31
31
|
* const client = new BackupClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateReportPlanInput
|
|
33
33
|
* ReportPlanName: "STRING_VALUE", // required
|
|
34
34
|
* ReportPlanDescription: "STRING_VALUE",
|
|
35
|
-
* ReportDeliveryChannel: {
|
|
35
|
+
* ReportDeliveryChannel: { // ReportDeliveryChannel
|
|
36
36
|
* S3BucketName: "STRING_VALUE", // required
|
|
37
37
|
* S3KeyPrefix: "STRING_VALUE",
|
|
38
|
-
* Formats: [
|
|
38
|
+
* Formats: [ // FormatList
|
|
39
39
|
* "STRING_VALUE",
|
|
40
40
|
* ],
|
|
41
41
|
* },
|
|
42
|
-
* ReportSetting: {
|
|
42
|
+
* ReportSetting: { // ReportSetting
|
|
43
43
|
* ReportTemplate: "STRING_VALUE", // required
|
|
44
|
-
* FrameworkArns: [
|
|
44
|
+
* FrameworkArns: [ // stringList
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
47
47
|
* NumberOfFrameworks: Number("int"),
|
|
@@ -55,7 +55,7 @@ export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, _
|
|
|
55
55
|
* "STRING_VALUE",
|
|
56
56
|
* ],
|
|
57
57
|
* },
|
|
58
|
-
* ReportPlanTags: {
|
|
58
|
+
* ReportPlanTags: { // stringMap
|
|
59
59
|
* "<keys>": "STRING_VALUE",
|
|
60
60
|
* },
|
|
61
61
|
* IdempotencyToken: "STRING_VALUE",
|
|
@@ -28,7 +28,7 @@ export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, _
|
|
|
28
28
|
* import { BackupClient, DeleteBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, DeleteBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteBackupPlanInput
|
|
32
32
|
* BackupPlanId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteBackupPlanCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { BackupClient, DeleteBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, DeleteBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteBackupSelectionInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
32
|
* SelectionId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBe
|
|
|
26
26
|
* import { BackupClient, DeleteBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DeleteBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBackupVaultAccessPolicyInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBackupVaultAccessPolicyCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { BackupClient, DeleteBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, DeleteBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteBackupVaultInput
|
|
31
31
|
* BackupVaultName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteBackupVaultCommand(input);
|
|
@@ -31,7 +31,7 @@ export interface DeleteBackupVaultLockConfigurationCommandOutput extends __Metad
|
|
|
31
31
|
* import { BackupClient, DeleteBackupVaultLockConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
32
32
|
* // const { BackupClient, DeleteBackupVaultLockConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
33
33
|
* const client = new BackupClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteBackupVaultLockConfigurationInput
|
|
35
35
|
* BackupVaultName: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteBackupVaultLockConfigurationCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataB
|
|
|
26
26
|
* import { BackupClient, DeleteBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DeleteBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteBackupVaultNotificationsInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteBackupVaultNotificationsCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { BackupClient, DeleteFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DeleteFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteFrameworkInput
|
|
30
30
|
* FrameworkName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFrameworkCommand(input);
|
|
@@ -38,7 +38,7 @@ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
* import { BackupClient, DeleteRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
39
39
|
* // const { BackupClient, DeleteRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
40
40
|
* const client = new BackupClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // DeleteRecoveryPointInput
|
|
42
42
|
* BackupVaultName: "STRING_VALUE", // required
|
|
43
43
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
44
44
|
* };
|
|
@@ -26,7 +26,7 @@ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { BackupClient, DeleteReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DeleteReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteReportPlanInput
|
|
30
30
|
* ReportPlanName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteReportPlanCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput,
|
|
|
26
26
|
* import { BackupClient, DescribeBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeBackupJobInput
|
|
30
30
|
* BackupJobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeBackupJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOut
|
|
|
26
26
|
* import { BackupClient, DescribeBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeBackupVaultInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeBackupVaultCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __M
|
|
|
26
26
|
* import { BackupClient, DescribeCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeCopyJobInput
|
|
30
30
|
* CopyJobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeCopyJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput,
|
|
|
26
26
|
* import { BackupClient, DescribeFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeFrameworkInput
|
|
30
30
|
* FrameworkName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeFrameworkCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DescribeProtectedResourceCommandOutput extends DescribeProtecte
|
|
|
28
28
|
* import { BackupClient, DescribeProtectedResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, DescribeProtectedResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeProtectedResourceInput
|
|
32
32
|
* ResourceArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeProtectedResourceCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPoin
|
|
|
27
27
|
* import { BackupClient, DescribeRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, DescribeRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeRecoveryPointInput
|
|
31
31
|
* BackupVaultName: "STRING_VALUE", // required
|
|
32
32
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput,
|
|
|
27
27
|
* import { BackupClient, DescribeReportJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, DescribeReportJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeReportJobInput
|
|
31
31
|
* ReportJobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeReportJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutpu
|
|
|
26
26
|
* import { BackupClient, DescribeReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeReportPlanInput
|
|
30
30
|
* ReportPlanName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeReportPlanCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutpu
|
|
|
26
26
|
* import { BackupClient, DescribeRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, DescribeRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeRestoreJobInput
|
|
30
30
|
* RestoreJobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeRestoreJobCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* import { BackupClient, DisassociateRecoveryPointCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
30
30
|
* // const { BackupClient, DisassociateRecoveryPointCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
31
31
|
* const client = new BackupClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DisassociateRecoveryPointInput
|
|
33
33
|
* BackupVaultName: "STRING_VALUE", // required
|
|
34
34
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DisassociateRecoveryPointFromParentCommandOutput extends __Meta
|
|
|
27
27
|
* import { BackupClient, DisassociateRecoveryPointFromParentCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, DisassociateRecoveryPointFromParentCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DisassociateRecoveryPointFromParentInput
|
|
31
31
|
* BackupVaultName: "STRING_VALUE", // required
|
|
32
32
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanT
|
|
|
26
26
|
* import { BackupClient, ExportBackupPlanTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ExportBackupPlanTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ExportBackupPlanTemplateInput
|
|
30
30
|
* BackupPlanId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ExportBackupPlanTemplateCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __Metad
|
|
|
27
27
|
* import { BackupClient, GetBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, GetBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetBackupPlanInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
32
|
* VersionId: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSO
|
|
|
26
26
|
* import { BackupClient, GetBackupPlanFromJSONCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, GetBackupPlanFromJSONCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBackupPlanFromJSONInput
|
|
30
30
|
* BackupPlanTemplateJson: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetBackupPlanFromJSONCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFro
|
|
|
26
26
|
* import { BackupClient, GetBackupPlanFromTemplateCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, GetBackupPlanFromTemplateCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBackupPlanFromTemplateInput
|
|
30
30
|
* BackupPlanTemplateId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetBackupPlanFromTemplateCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutpu
|
|
|
27
27
|
* import { BackupClient, GetBackupSelectionCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, GetBackupSelectionCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetBackupSelectionInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
32
|
* SelectionId: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultA
|
|
|
27
27
|
* import { BackupClient, GetBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, GetBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetBackupVaultAccessPolicyInput
|
|
31
31
|
* BackupVaultName: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetBackupVaultAccessPolicyCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVault
|
|
|
26
26
|
* import { BackupClient, GetBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, GetBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetBackupVaultNotificationsInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetBackupVaultNotificationsCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __Metadat
|
|
|
27
27
|
* import { BackupClient, GetLegalHoldCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, GetLegalHoldCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetLegalHoldInput
|
|
31
31
|
* LegalHoldId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetLegalHoldCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecover
|
|
|
26
26
|
* import { BackupClient, GetRecoveryPointRestoreMetadataCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, GetRecoveryPointRestoreMetadataCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // GetRecoveryPointRestoreMetadataInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __Met
|
|
|
27
27
|
* import { BackupClient, ListBackupJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListBackupJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListBackupJobsInput
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* ByResourceArn: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemp
|
|
|
27
27
|
* import { BackupClient, ListBackupPlanTemplatesCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListBackupPlanTemplatesCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListBackupPlanTemplatesInput
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersi
|
|
|
27
27
|
* import { BackupClient, ListBackupPlanVersionsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListBackupPlanVersionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListBackupPlanVersionsInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface ListBackupPlansCommandOutput extends ListBackupPlansOutput, __M
|
|
|
28
28
|
* import { BackupClient, ListBackupPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, ListBackupPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListBackupPlansInput
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* IncludeDeleted: true || false,
|
|
@@ -27,7 +27,7 @@ export interface ListBackupSelectionsCommandOutput extends ListBackupSelectionsO
|
|
|
27
27
|
* import { BackupClient, ListBackupSelectionsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListBackupSelectionsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListBackupSelectionsInput
|
|
31
31
|
* BackupPlanId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface ListBackupVaultsCommandOutput extends ListBackupVaultsOutput, _
|
|
|
27
27
|
* import { BackupClient, ListBackupVaultsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListBackupVaultsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListBackupVaultsInput
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListCopyJobsCommandOutput extends ListCopyJobsOutput, __Metadat
|
|
|
26
26
|
* import { BackupClient, ListCopyJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ListCopyJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListCopyJobsInput
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* ByResourceArn: "STRING_VALUE",
|
|
@@ -26,7 +26,7 @@ export interface ListFrameworksCommandOutput extends ListFrameworksOutput, __Met
|
|
|
26
26
|
* import { BackupClient, ListFrameworksCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ListFrameworksCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListFrameworksInput
|
|
30
30
|
* MaxResults: Number("int"),
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListLegalHoldsCommandOutput extends ListLegalHoldsOutput, __Met
|
|
|
26
26
|
* import { BackupClient, ListLegalHoldsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ListLegalHoldsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLegalHoldsInput
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface ListProtectedResourcesCommandOutput extends ListProtectedResour
|
|
|
28
28
|
* import { BackupClient, ListProtectedResourcesCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, ListProtectedResourcesCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListProtectedResourcesInput
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
34
34
|
* };
|
|
@@ -26,7 +26,7 @@ export interface ListRecoveryPointsByBackupVaultCommandOutput extends ListRecove
|
|
|
26
26
|
* import { BackupClient, ListRecoveryPointsByBackupVaultCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ListRecoveryPointsByBackupVaultCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListRecoveryPointsByBackupVaultInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
@@ -27,7 +27,7 @@ export interface ListRecoveryPointsByLegalHoldCommandOutput extends ListRecovery
|
|
|
27
27
|
* import { BackupClient, ListRecoveryPointsByLegalHoldCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListRecoveryPointsByLegalHoldCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListRecoveryPointsByLegalHoldInput
|
|
31
31
|
* LegalHoldId: "STRING_VALUE", // required
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* MaxResults: Number("int"),
|
|
@@ -31,7 +31,7 @@ export interface ListRecoveryPointsByResourceCommandOutput extends ListRecoveryP
|
|
|
31
31
|
* import { BackupClient, ListRecoveryPointsByResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
32
32
|
* // const { BackupClient, ListRecoveryPointsByResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
33
33
|
* const client = new BackupClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListRecoveryPointsByResourceInput
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
@@ -26,7 +26,7 @@ export interface ListReportJobsCommandOutput extends ListReportJobsOutput, __Met
|
|
|
26
26
|
* import { BackupClient, ListReportJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, ListReportJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListReportJobsInput
|
|
30
30
|
* ByReportPlanName: "STRING_VALUE",
|
|
31
31
|
* ByCreationBefore: new Date("TIMESTAMP"),
|
|
32
32
|
* ByCreationAfter: new Date("TIMESTAMP"),
|
|
@@ -27,7 +27,7 @@ export interface ListReportPlansCommandOutput extends ListReportPlansOutput, __M
|
|
|
27
27
|
* import { BackupClient, ListReportPlansCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListReportPlansCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListReportPlansInput
|
|
31
31
|
* MaxResults: Number("int"),
|
|
32
32
|
* NextToken: "STRING_VALUE",
|
|
33
33
|
* };
|
|
@@ -27,7 +27,7 @@ export interface ListRestoreJobsCommandOutput extends ListRestoreJobsOutput, __M
|
|
|
27
27
|
* import { BackupClient, ListRestoreJobsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, ListRestoreJobsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // ListRestoreJobsInput
|
|
31
31
|
* NextToken: "STRING_VALUE",
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* ByAccountId: "STRING_VALUE",
|
|
@@ -31,7 +31,7 @@ export interface ListTagsCommandOutput extends ListTagsOutput, __MetadataBearer
|
|
|
31
31
|
* import { BackupClient, ListTagsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
32
32
|
* // const { BackupClient, ListTagsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
33
33
|
* const client = new BackupClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // ListTagsInput
|
|
35
35
|
* ResourceArn: "STRING_VALUE", // required
|
|
36
36
|
* NextToken: "STRING_VALUE",
|
|
37
37
|
* MaxResults: Number("int"),
|
|
@@ -28,7 +28,7 @@ export interface PutBackupVaultAccessPolicyCommandOutput extends __MetadataBeare
|
|
|
28
28
|
* import { BackupClient, PutBackupVaultAccessPolicyCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, PutBackupVaultAccessPolicyCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // PutBackupVaultAccessPolicyInput
|
|
32
32
|
* BackupVaultName: "STRING_VALUE", // required
|
|
33
33
|
* Policy: "STRING_VALUE",
|
|
34
34
|
* };
|
|
@@ -38,7 +38,7 @@ export interface PutBackupVaultLockConfigurationCommandOutput extends __Metadata
|
|
|
38
38
|
* import { BackupClient, PutBackupVaultLockConfigurationCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
39
39
|
* // const { BackupClient, PutBackupVaultLockConfigurationCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
40
40
|
* const client = new BackupClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // PutBackupVaultLockConfigurationInput
|
|
42
42
|
* BackupVaultName: "STRING_VALUE", // required
|
|
43
43
|
* MinRetentionDays: Number("long"),
|
|
44
44
|
* MaxRetentionDays: Number("long"),
|
|
@@ -26,10 +26,10 @@ export interface PutBackupVaultNotificationsCommandOutput extends __MetadataBear
|
|
|
26
26
|
* import { BackupClient, PutBackupVaultNotificationsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, PutBackupVaultNotificationsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // PutBackupVaultNotificationsInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* SNSTopicArn: "STRING_VALUE", // required
|
|
32
|
-
* BackupVaultEvents: [ // required
|
|
32
|
+
* BackupVaultEvents: [ // BackupVaultEvents // required
|
|
33
33
|
* "BACKUP_JOB_STARTED" || "BACKUP_JOB_COMPLETED" || "BACKUP_JOB_SUCCESSFUL" || "BACKUP_JOB_FAILED" || "BACKUP_JOB_EXPIRED" || "RESTORE_JOB_STARTED" || "RESTORE_JOB_COMPLETED" || "RESTORE_JOB_SUCCESSFUL" || "RESTORE_JOB_FAILED" || "COPY_JOB_STARTED" || "COPY_JOB_SUCCESSFUL" || "COPY_JOB_FAILED" || "RECOVERY_POINT_MODIFIED" || "BACKUP_PLAN_CREATED" || "BACKUP_PLAN_MODIFIED" || "S3_BACKUP_OBJECT_FAILED" || "S3_RESTORE_OBJECT_FAILED",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -26,21 +26,21 @@ export interface StartBackupJobCommandOutput extends StartBackupJobOutput, __Met
|
|
|
26
26
|
* import { BackupClient, StartBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, StartBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartBackupJobInput
|
|
30
30
|
* BackupVaultName: "STRING_VALUE", // required
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* IamRoleArn: "STRING_VALUE", // required
|
|
33
33
|
* IdempotencyToken: "STRING_VALUE",
|
|
34
34
|
* StartWindowMinutes: Number("long"),
|
|
35
35
|
* CompleteWindowMinutes: Number("long"),
|
|
36
|
-
* Lifecycle: {
|
|
36
|
+
* Lifecycle: { // Lifecycle
|
|
37
37
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
38
38
|
* DeleteAfterDays: Number("long"),
|
|
39
39
|
* },
|
|
40
|
-
* RecoveryPointTags: {
|
|
40
|
+
* RecoveryPointTags: { // Tags
|
|
41
41
|
* "<keys>": "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
|
-
* BackupOptions: {
|
|
43
|
+
* BackupOptions: { // BackupOptions
|
|
44
44
|
* "<keys>": "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* };
|
|
@@ -27,13 +27,13 @@ export interface StartCopyJobCommandOutput extends StartCopyJobOutput, __Metadat
|
|
|
27
27
|
* import { BackupClient, StartCopyJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, StartCopyJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // StartCopyJobInput
|
|
31
31
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
32
32
|
* SourceBackupVaultName: "STRING_VALUE", // required
|
|
33
33
|
* DestinationBackupVaultArn: "STRING_VALUE", // required
|
|
34
34
|
* IamRoleArn: "STRING_VALUE", // required
|
|
35
35
|
* IdempotencyToken: "STRING_VALUE",
|
|
36
|
-
* Lifecycle: {
|
|
36
|
+
* Lifecycle: { // Lifecycle
|
|
37
37
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
38
38
|
* DeleteAfterDays: Number("long"),
|
|
39
39
|
* },
|
|
@@ -26,7 +26,7 @@ export interface StartReportJobCommandOutput extends StartReportJobOutput, __Met
|
|
|
26
26
|
* import { BackupClient, StartReportJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, StartReportJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartReportJobInput
|
|
30
30
|
* ReportPlanName: "STRING_VALUE", // required
|
|
31
31
|
* IdempotencyToken: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -26,9 +26,9 @@ export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __M
|
|
|
26
26
|
* import { BackupClient, StartRestoreJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
27
27
|
* // const { BackupClient, StartRestoreJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
28
28
|
* const client = new BackupClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StartRestoreJobInput
|
|
30
30
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
31
|
-
* Metadata: { // required
|
|
31
|
+
* Metadata: { // Metadata // required
|
|
32
32
|
* "<keys>": "STRING_VALUE",
|
|
33
33
|
* },
|
|
34
34
|
* IamRoleArn: "STRING_VALUE",
|
|
@@ -30,7 +30,7 @@ export interface StopBackupJobCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { BackupClient, StopBackupJobCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
31
31
|
* // const { BackupClient, StopBackupJobCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
32
32
|
* const client = new BackupClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // StopBackupJobInput
|
|
34
34
|
* BackupJobId: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new StopBackupJobCommand(input);
|
|
@@ -27,9 +27,9 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { BackupClient, TagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, TagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // TagResourceInput
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
|
-
* Tags: { // required
|
|
32
|
+
* Tags: { // Tags // required
|
|
33
33
|
* "<keys>": "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -27,9 +27,9 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { BackupClient, UntagResourceCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, UntagResourceCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UntagResourceInput
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
|
-
* TagKeyList: [ // required
|
|
32
|
+
* TagKeyList: [ // TagKeyList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -28,26 +28,26 @@ export interface UpdateBackupPlanCommandOutput extends UpdateBackupPlanOutput, _
|
|
|
28
28
|
* import { BackupClient, UpdateBackupPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, UpdateBackupPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // UpdateBackupPlanInput
|
|
32
32
|
* BackupPlanId: "STRING_VALUE", // required
|
|
33
|
-
* BackupPlan: {
|
|
33
|
+
* BackupPlan: { // BackupPlanInput
|
|
34
34
|
* BackupPlanName: "STRING_VALUE", // required
|
|
35
|
-
* Rules: [ // required
|
|
36
|
-
* {
|
|
35
|
+
* Rules: [ // BackupRulesInput // required
|
|
36
|
+
* { // BackupRuleInput
|
|
37
37
|
* RuleName: "STRING_VALUE", // required
|
|
38
38
|
* TargetBackupVaultName: "STRING_VALUE", // required
|
|
39
39
|
* ScheduleExpression: "STRING_VALUE",
|
|
40
40
|
* StartWindowMinutes: Number("long"),
|
|
41
41
|
* CompletionWindowMinutes: Number("long"),
|
|
42
|
-
* Lifecycle: {
|
|
42
|
+
* Lifecycle: { // Lifecycle
|
|
43
43
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
44
44
|
* DeleteAfterDays: Number("long"),
|
|
45
45
|
* },
|
|
46
|
-
* RecoveryPointTags: {
|
|
46
|
+
* RecoveryPointTags: { // Tags
|
|
47
47
|
* "<keys>": "STRING_VALUE",
|
|
48
48
|
* },
|
|
49
|
-
* CopyActions: [
|
|
50
|
-
* {
|
|
49
|
+
* CopyActions: [ // CopyActions
|
|
50
|
+
* { // CopyAction
|
|
51
51
|
* Lifecycle: {
|
|
52
52
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
53
53
|
* DeleteAfterDays: Number("long"),
|
|
@@ -58,10 +58,10 @@ export interface UpdateBackupPlanCommandOutput extends UpdateBackupPlanOutput, _
|
|
|
58
58
|
* EnableContinuousBackup: true || false,
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* AdvancedBackupSettings: [
|
|
62
|
-
* {
|
|
61
|
+
* AdvancedBackupSettings: [ // AdvancedBackupSettings
|
|
62
|
+
* { // AdvancedBackupSetting
|
|
63
63
|
* ResourceType: "STRING_VALUE",
|
|
64
|
-
* BackupOptions: {
|
|
64
|
+
* BackupOptions: { // BackupOptions
|
|
65
65
|
* "<keys>": "STRING_VALUE",
|
|
66
66
|
* },
|
|
67
67
|
* },
|
|
@@ -27,26 +27,26 @@ export interface UpdateFrameworkCommandOutput extends UpdateFrameworkOutput, __M
|
|
|
27
27
|
* import { BackupClient, UpdateFrameworkCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, UpdateFrameworkCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateFrameworkInput
|
|
31
31
|
* FrameworkName: "STRING_VALUE", // required
|
|
32
32
|
* FrameworkDescription: "STRING_VALUE",
|
|
33
|
-
* FrameworkControls: [
|
|
34
|
-
* {
|
|
33
|
+
* FrameworkControls: [ // FrameworkControls
|
|
34
|
+
* { // FrameworkControl
|
|
35
35
|
* ControlName: "STRING_VALUE", // required
|
|
36
|
-
* ControlInputParameters: [
|
|
37
|
-
* {
|
|
36
|
+
* ControlInputParameters: [ // ControlInputParameters
|
|
37
|
+
* { // ControlInputParameter
|
|
38
38
|
* ParameterName: "STRING_VALUE",
|
|
39
39
|
* ParameterValue: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* ],
|
|
42
|
-
* ControlScope: {
|
|
43
|
-
* ComplianceResourceIds: [
|
|
42
|
+
* ControlScope: { // ControlScope
|
|
43
|
+
* ComplianceResourceIds: [ // ComplianceResourceIdList
|
|
44
44
|
* "STRING_VALUE",
|
|
45
45
|
* ],
|
|
46
|
-
* ComplianceResourceTypes: [
|
|
46
|
+
* ComplianceResourceTypes: [ // ResourceTypeList
|
|
47
47
|
* "STRING_VALUE",
|
|
48
48
|
* ],
|
|
49
|
-
* Tags: {
|
|
49
|
+
* Tags: { // stringMap
|
|
50
50
|
* "<keys>": "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
@@ -28,8 +28,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { BackupClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
29
29
|
* // const { BackupClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
30
30
|
* const client = new BackupClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* GlobalSettings: {
|
|
31
|
+
* const input = { // UpdateGlobalSettingsInput
|
|
32
|
+
* GlobalSettings: { // GlobalSettings
|
|
33
33
|
* "<keys>": "STRING_VALUE",
|
|
34
34
|
* },
|
|
35
35
|
* };
|
|
@@ -38,10 +38,10 @@ export interface UpdateRecoveryPointLifecycleCommandOutput extends UpdateRecover
|
|
|
38
38
|
* import { BackupClient, UpdateRecoveryPointLifecycleCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
39
39
|
* // const { BackupClient, UpdateRecoveryPointLifecycleCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
40
40
|
* const client = new BackupClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // UpdateRecoveryPointLifecycleInput
|
|
42
42
|
* BackupVaultName: "STRING_VALUE", // required
|
|
43
43
|
* RecoveryPointArn: "STRING_VALUE", // required
|
|
44
|
-
* Lifecycle: {
|
|
44
|
+
* Lifecycle: { // Lifecycle
|
|
45
45
|
* MoveToColdStorageAfterDays: Number("long"),
|
|
46
46
|
* DeleteAfterDays: Number("long"),
|
|
47
47
|
* },
|
|
@@ -31,11 +31,11 @@ export interface UpdateRegionSettingsCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* import { BackupClient, UpdateRegionSettingsCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
32
32
|
* // const { BackupClient, UpdateRegionSettingsCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
33
33
|
* const client = new BackupClient(config);
|
|
34
|
-
* const input = {
|
|
35
|
-
* ResourceTypeOptInPreference: {
|
|
34
|
+
* const input = { // UpdateRegionSettingsInput
|
|
35
|
+
* ResourceTypeOptInPreference: { // ResourceTypeOptInPreference
|
|
36
36
|
* "<keys>": true || false,
|
|
37
37
|
* },
|
|
38
|
-
* ResourceTypeManagementPreference: {
|
|
38
|
+
* ResourceTypeManagementPreference: { // ResourceTypeManagementPreference
|
|
39
39
|
* "<keys>": true || false,
|
|
40
40
|
* },
|
|
41
41
|
* };
|
|
@@ -27,19 +27,19 @@ export interface UpdateReportPlanCommandOutput extends UpdateReportPlanOutput, _
|
|
|
27
27
|
* import { BackupClient, UpdateReportPlanCommand } from "@aws-sdk/client-backup"; // ES Modules import
|
|
28
28
|
* // const { BackupClient, UpdateReportPlanCommand } = require("@aws-sdk/client-backup"); // CommonJS import
|
|
29
29
|
* const client = new BackupClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // UpdateReportPlanInput
|
|
31
31
|
* ReportPlanName: "STRING_VALUE", // required
|
|
32
32
|
* ReportPlanDescription: "STRING_VALUE",
|
|
33
|
-
* ReportDeliveryChannel: {
|
|
33
|
+
* ReportDeliveryChannel: { // ReportDeliveryChannel
|
|
34
34
|
* S3BucketName: "STRING_VALUE", // required
|
|
35
35
|
* S3KeyPrefix: "STRING_VALUE",
|
|
36
|
-
* Formats: [
|
|
36
|
+
* Formats: [ // FormatList
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* },
|
|
40
|
-
* ReportSetting: {
|
|
40
|
+
* ReportSetting: { // ReportSetting
|
|
41
41
|
* ReportTemplate: "STRING_VALUE", // required
|
|
42
|
-
* FrameworkArns: [
|
|
42
|
+
* FrameworkArns: [ // stringList
|
|
43
43
|
* "STRING_VALUE",
|
|
44
44
|
* ],
|
|
45
45
|
* NumberOfFrameworks: Number("int"),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-backup",
|
|
3
3
|
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.301.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|