@aws-sdk/client-backup 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Backup.d.ts +1198 -335
- package/dist-types/ts3.4/BackupClient.d.ts +525 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +16 -16
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import { DeleteFrameworkInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {}
|
|
15
|
+
export interface DeleteFrameworkCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteFrameworkCommand extends $Command<
|
|
18
|
+
DeleteFrameworkCommandInput,
|
|
19
|
+
DeleteFrameworkCommandOutput,
|
|
20
|
+
BackupClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteFrameworkCommandInput;
|
|
23
|
+
constructor(input: DeleteFrameworkCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import { DeleteRecoveryPointInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteRecoveryPointCommandInput
|
|
15
|
+
extends DeleteRecoveryPointInput {}
|
|
16
|
+
export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class DeleteRecoveryPointCommand extends $Command<
|
|
19
|
+
DeleteRecoveryPointCommandInput,
|
|
20
|
+
DeleteRecoveryPointCommandOutput,
|
|
21
|
+
BackupClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteRecoveryPointCommandInput;
|
|
24
|
+
constructor(input: DeleteRecoveryPointCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: BackupClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import { DeleteReportPlanInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {}
|
|
15
|
+
export interface DeleteReportPlanCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class DeleteReportPlanCommand extends $Command<
|
|
18
|
+
DeleteReportPlanCommandInput,
|
|
19
|
+
DeleteReportPlanCommandOutput,
|
|
20
|
+
BackupClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteReportPlanCommandInput;
|
|
23
|
+
constructor(input: DeleteReportPlanCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeBackupJobInput,
|
|
15
|
+
DescribeBackupJobOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {}
|
|
18
|
+
export interface DescribeBackupJobCommandOutput
|
|
19
|
+
extends DescribeBackupJobOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeBackupJobCommand extends $Command<
|
|
23
|
+
DescribeBackupJobCommandInput,
|
|
24
|
+
DescribeBackupJobCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeBackupJobCommandInput;
|
|
28
|
+
constructor(input: DescribeBackupJobCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BackupClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeBackupVaultInput,
|
|
15
|
+
DescribeBackupVaultOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeBackupVaultCommandInput
|
|
18
|
+
extends DescribeBackupVaultInput {}
|
|
19
|
+
export interface DescribeBackupVaultCommandOutput
|
|
20
|
+
extends DescribeBackupVaultOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeBackupVaultCommand extends $Command<
|
|
24
|
+
DescribeBackupVaultCommandInput,
|
|
25
|
+
DescribeBackupVaultCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeBackupVaultCommandInput;
|
|
29
|
+
constructor(input: DescribeBackupVaultCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCopyJobInput,
|
|
15
|
+
DescribeCopyJobOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {}
|
|
18
|
+
export interface DescribeCopyJobCommandOutput
|
|
19
|
+
extends DescribeCopyJobOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeCopyJobCommand extends $Command<
|
|
23
|
+
DescribeCopyJobCommandInput,
|
|
24
|
+
DescribeCopyJobCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeCopyJobCommandInput;
|
|
28
|
+
constructor(input: DescribeCopyJobCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BackupClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeFrameworkInput,
|
|
15
|
+
DescribeFrameworkOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {}
|
|
18
|
+
export interface DescribeFrameworkCommandOutput
|
|
19
|
+
extends DescribeFrameworkOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DescribeFrameworkCommand extends $Command<
|
|
23
|
+
DescribeFrameworkCommandInput,
|
|
24
|
+
DescribeFrameworkCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeFrameworkCommandInput;
|
|
28
|
+
constructor(input: DescribeFrameworkCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BackupClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeGlobalSettingsInput,
|
|
15
|
+
DescribeGlobalSettingsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGlobalSettingsCommandInput
|
|
18
|
+
extends DescribeGlobalSettingsInput {}
|
|
19
|
+
export interface DescribeGlobalSettingsCommandOutput
|
|
20
|
+
extends DescribeGlobalSettingsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeGlobalSettingsCommand extends $Command<
|
|
24
|
+
DescribeGlobalSettingsCommandInput,
|
|
25
|
+
DescribeGlobalSettingsCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeGlobalSettingsCommandInput;
|
|
29
|
+
constructor(input: DescribeGlobalSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeGlobalSettingsCommandInput,
|
|
37
|
+
DescribeGlobalSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeProtectedResourceInput,
|
|
15
|
+
DescribeProtectedResourceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeProtectedResourceCommandInput
|
|
18
|
+
extends DescribeProtectedResourceInput {}
|
|
19
|
+
export interface DescribeProtectedResourceCommandOutput
|
|
20
|
+
extends DescribeProtectedResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeProtectedResourceCommand extends $Command<
|
|
24
|
+
DescribeProtectedResourceCommandInput,
|
|
25
|
+
DescribeProtectedResourceCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeProtectedResourceCommandInput;
|
|
29
|
+
constructor(input: DescribeProtectedResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeProtectedResourceCommandInput,
|
|
37
|
+
DescribeProtectedResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRecoveryPointInput,
|
|
15
|
+
DescribeRecoveryPointOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRecoveryPointCommandInput
|
|
18
|
+
extends DescribeRecoveryPointInput {}
|
|
19
|
+
export interface DescribeRecoveryPointCommandOutput
|
|
20
|
+
extends DescribeRecoveryPointOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRecoveryPointCommand extends $Command<
|
|
24
|
+
DescribeRecoveryPointCommandInput,
|
|
25
|
+
DescribeRecoveryPointCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRecoveryPointCommandInput;
|
|
29
|
+
constructor(input: DescribeRecoveryPointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRecoveryPointCommandInput,
|
|
37
|
+
DescribeRecoveryPointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BackupClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BackupClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRegionSettingsInput,
|
|
15
|
+
DescribeRegionSettingsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRegionSettingsCommandInput
|
|
18
|
+
extends DescribeRegionSettingsInput {}
|
|
19
|
+
export interface DescribeRegionSettingsCommandOutput
|
|
20
|
+
extends DescribeRegionSettingsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRegionSettingsCommand extends $Command<
|
|
24
|
+
DescribeRegionSettingsCommandInput,
|
|
25
|
+
DescribeRegionSettingsCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRegionSettingsCommandInput;
|
|
29
|
+
constructor(input: DescribeRegionSettingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRegionSettingsCommandInput,
|
|
37
|
+
DescribeRegionSettingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|