@aws-sdk/client-backup 3.278.0 → 3.281.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/README.md +579 -0
- package/dist-types/commands/CancelLegalHoldCommand.d.ts +6 -0
- package/dist-types/commands/CreateBackupPlanCommand.d.ts +6 -0
- package/dist-types/commands/CreateBackupSelectionCommand.d.ts +6 -0
- package/dist-types/commands/CreateBackupVaultCommand.d.ts +6 -0
- package/dist-types/commands/CreateFrameworkCommand.d.ts +6 -0
- package/dist-types/commands/CreateLegalHoldCommand.d.ts +6 -0
- package/dist-types/commands/CreateReportPlanCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupPlanCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupSelectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupVaultCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBackupVaultNotificationsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteFrameworkCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRecoveryPointCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReportPlanCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBackupJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeBackupVaultCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCopyJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeFrameworkCommand.d.ts +6 -0
- package/dist-types/commands/DescribeGlobalSettingsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeProtectedResourceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRecoveryPointCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRegionSettingsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReportJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReportPlanCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRestoreJobCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateRecoveryPointCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateRecoveryPointFromParentCommand.d.ts +6 -0
- package/dist-types/commands/ExportBackupPlanTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupPlanCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupPlanFromJSONCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupPlanFromTemplateCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupSelectionCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupVaultAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetBackupVaultNotificationsCommand.d.ts +6 -0
- package/dist-types/commands/GetLegalHoldCommand.d.ts +6 -0
- package/dist-types/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +6 -0
- package/dist-types/commands/GetSupportedResourceTypesCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupPlanTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupPlanVersionsCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupPlansCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupSelectionsCommand.d.ts +6 -0
- package/dist-types/commands/ListBackupVaultsCommand.d.ts +6 -0
- package/dist-types/commands/ListCopyJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListFrameworksCommand.d.ts +6 -0
- package/dist-types/commands/ListLegalHoldsCommand.d.ts +6 -0
- package/dist-types/commands/ListProtectedResourcesCommand.d.ts +6 -0
- package/dist-types/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +6 -0
- package/dist-types/commands/ListRecoveryPointsByLegalHoldCommand.d.ts +6 -0
- package/dist-types/commands/ListRecoveryPointsByResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListReportJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListReportPlansCommand.d.ts +6 -0
- package/dist-types/commands/ListRestoreJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsCommand.d.ts +6 -0
- package/dist-types/commands/PutBackupVaultAccessPolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutBackupVaultLockConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutBackupVaultNotificationsCommand.d.ts +6 -0
- package/dist-types/commands/StartBackupJobCommand.d.ts +6 -0
- package/dist-types/commands/StartCopyJobCommand.d.ts +6 -0
- package/dist-types/commands/StartReportJobCommand.d.ts +6 -0
- package/dist-types/commands/StartRestoreJobCommand.d.ts +6 -0
- package/dist-types/commands/StopBackupJobCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBackupPlanCommand.d.ts +6 -0
- package/dist-types/commands/UpdateFrameworkCommand.d.ts +6 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRegionSettingsCommand.d.ts +6 -0
- package/dist-types/commands/UpdateReportPlanCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { CreateBackupVaultInput, CreateBackupVaultOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBackupVaultCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBackupVaultCommandInput extends CreateBackupVaultInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBackupVaultCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateFrameworkCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateFrameworkCommandInput extends CreateFrameworkInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateFrameworkCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { CreateLegalHoldInput, CreateLegalHoldOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateLegalHoldCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateLegalHoldCommandInput extends CreateLegalHoldInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateLegalHoldCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateLegalHoldCommandOutput extends CreateLegalHoldOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateReportPlanCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateReportPlanCommandInput extends CreateReportPlanInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateReportPlanCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupPlanCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupPlanCommandInput extends DeleteBackupPlanInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupPlanCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupSelectionInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupSelectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupSelectionCommandInput extends DeleteBackupSelectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupSelectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupVaultAccessPolicyInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupVaultAccessPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupVaultAccessPolicyCommandInput extends DeleteBackupVaultAccessPolicyInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupVaultAccessPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupVaultInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupVaultCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupVaultCommandInput extends DeleteBackupVaultInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupVaultCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupVaultLockConfigurationInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupVaultLockConfigurationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupVaultLockConfigurationCommandInput extends DeleteBackupVaultLockConfigurationInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupVaultLockConfigurationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupVaultLockConfigurationCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteBackupVaultNotificationsInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBackupVaultNotificationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBackupVaultNotificationsCommandInput extends DeleteBackupVaultNotificationsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBackupVaultNotificationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteFrameworkInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteFrameworkCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteFrameworkCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteRecoveryPointInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteRecoveryPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteRecoveryPointCommandInput extends DeleteRecoveryPointInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteRecoveryPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DeleteReportPlanInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteReportPlanCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteReportPlanCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBackupJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBackupJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeBackupVaultCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeBackupVaultCommandInput extends DescribeBackupVaultInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeBackupVaultCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeCopyJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeCopyJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeFrameworkCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeFrameworkCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeGlobalSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeGlobalSettingsCommandInput extends DescribeGlobalSettingsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeGlobalSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSettingsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeProtectedResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeProtectedResourceCommandInput extends DescribeProtectedResourceInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeProtectedResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeProtectedResourceCommandOutput extends DescribeProtectedResourceOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRecoveryPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRecoveryPointCommandInput extends DescribeRecoveryPointInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRecoveryPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPointOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRegionSettingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRegionSettingsCommandInput extends DescribeRegionSettingsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRegionSettingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSettingsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeReportJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeReportJobCommandInput extends DescribeReportJobInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeReportJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeReportPlanCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeReportPlanCommandInput extends DescribeReportPlanInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeReportPlanCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeRestoreJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeRestoreJobCommandInput extends DescribeRestoreJobInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeRestoreJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DisassociateRecoveryPointInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateRecoveryPointCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateRecoveryPointCommandInput extends DisassociateRecoveryPointInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateRecoveryPointCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { DisassociateRecoveryPointFromParentInput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateRecoveryPointFromParentCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateRecoveryPointFromParentCommandInput extends DisassociateRecoveryPointFromParentInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateRecoveryPointFromParentCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateRecoveryPointFromParentCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ExportBackupPlanTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ExportBackupPlanTemplateCommandInput extends ExportBackupPlanTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ExportBackupPlanTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanTemplateOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupPlanInput, GetBackupPlanOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupPlanCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupPlanCommandInput extends GetBackupPlanInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupPlanCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupPlanFromJSONInput, GetBackupPlanFromJSONOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupPlanFromJSONCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupPlanFromJSONCommandInput extends GetBackupPlanFromJSONInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupPlanFromJSONCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSONOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupPlanFromTemplateInput, GetBackupPlanFromTemplateOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupPlanFromTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupPlanFromTemplateCommandInput extends GetBackupPlanFromTemplateInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupPlanFromTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFromTemplateOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupSelectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupSelectionCommandInput extends GetBackupSelectionInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupSelectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupVaultAccessPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupVaultAccessPolicyCommandInput extends GetBackupVaultAccessPolicyInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupVaultAccessPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultAccessPolicyOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetBackupVaultNotificationsInput, GetBackupVaultNotificationsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBackupVaultNotificationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetBackupVaultNotificationsCommandInput extends GetBackupVaultNotificationsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBackupVaultNotificationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVaultNotificationsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetLegalHoldInput, GetLegalHoldOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetLegalHoldCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetLegalHoldCommandInput extends GetLegalHoldInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetLegalHoldCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetLegalHoldCommandOutput extends GetLegalHoldOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetRecoveryPointRestoreMetadataInput, GetRecoveryPointRestoreMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetRecoveryPointRestoreMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetRecoveryPointRestoreMetadataCommandInput extends GetRecoveryPointRestoreMetadataInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetRecoveryPointRestoreMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecoveryPointRestoreMetadataOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { GetSupportedResourceTypesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetSupportedResourceTypesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetSupportedResourceTypesCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetSupportedResourceTypesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetSupportedResourceTypesCommandOutput extends GetSupportedResourceTypesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { ListBackupJobsInput, ListBackupJobsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListBackupJobsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListBackupJobsCommandInput extends ListBackupJobsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListBackupJobsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { ListBackupPlanTemplatesInput, ListBackupPlanTemplatesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListBackupPlanTemplatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListBackupPlanTemplatesCommandInput extends ListBackupPlanTemplatesInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListBackupPlanTemplatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemplatesOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
|
|
5
5
|
import { ListBackupPlanVersionsInput, ListBackupPlanVersionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListBackupPlanVersionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListBackupPlanVersionsCommandInput extends ListBackupPlanVersionsInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListBackupPlanVersionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListBackupPlanVersionsCommandOutput extends ListBackupPlanVersionsOutput, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|