@aws-sdk/client-backup 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Backup.d.ts +1132 -335
- package/dist-types/ts3.4/BackupClient.d.ts +500 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +35 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1423 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,30 @@
|
|
|
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 { StopBackupJobInput } from "../models/models_0";
|
|
14
|
+
export interface StopBackupJobCommandInput extends StopBackupJobInput {}
|
|
15
|
+
export interface StopBackupJobCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class StopBackupJobCommand extends $Command<
|
|
17
|
+
StopBackupJobCommandInput,
|
|
18
|
+
StopBackupJobCommandOutput,
|
|
19
|
+
BackupClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: StopBackupJobCommandInput;
|
|
22
|
+
constructor(input: StopBackupJobCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: BackupClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<StopBackupJobCommandInput, StopBackupJobCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { TagResourceInput } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class TagResourceCommand extends $Command<
|
|
17
|
+
TagResourceCommandInput,
|
|
18
|
+
TagResourceCommandOutput,
|
|
19
|
+
BackupClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: TagResourceCommandInput;
|
|
22
|
+
constructor(input: TagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: BackupClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
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 { UntagResourceInput } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
BackupClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: BackupClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
UpdateBackupPlanInput,
|
|
15
|
+
UpdateBackupPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBackupPlanCommandInput extends UpdateBackupPlanInput {}
|
|
18
|
+
export interface UpdateBackupPlanCommandOutput
|
|
19
|
+
extends UpdateBackupPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateBackupPlanCommand extends $Command<
|
|
22
|
+
UpdateBackupPlanCommandInput,
|
|
23
|
+
UpdateBackupPlanCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateBackupPlanCommandInput;
|
|
27
|
+
constructor(input: UpdateBackupPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateBackupPlanCommandInput, UpdateBackupPlanCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
UpdateFrameworkInput,
|
|
15
|
+
UpdateFrameworkOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateFrameworkCommandInput extends UpdateFrameworkInput {}
|
|
18
|
+
export interface UpdateFrameworkCommandOutput
|
|
19
|
+
extends UpdateFrameworkOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateFrameworkCommand extends $Command<
|
|
22
|
+
UpdateFrameworkCommandInput,
|
|
23
|
+
UpdateFrameworkCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateFrameworkCommandInput;
|
|
27
|
+
constructor(input: UpdateFrameworkCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateFrameworkCommandInput, UpdateFrameworkCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { UpdateGlobalSettingsInput } from "../models/models_0";
|
|
14
|
+
export interface UpdateGlobalSettingsCommandInput
|
|
15
|
+
extends UpdateGlobalSettingsInput {}
|
|
16
|
+
export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class UpdateGlobalSettingsCommand extends $Command<
|
|
18
|
+
UpdateGlobalSettingsCommandInput,
|
|
19
|
+
UpdateGlobalSettingsCommandOutput,
|
|
20
|
+
BackupClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateGlobalSettingsCommandInput;
|
|
23
|
+
constructor(input: UpdateGlobalSettingsCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: BackupClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
UpdateGlobalSettingsCommandInput,
|
|
30
|
+
UpdateGlobalSettingsCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
UpdateRecoveryPointLifecycleInput,
|
|
15
|
+
UpdateRecoveryPointLifecycleOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateRecoveryPointLifecycleCommandInput
|
|
18
|
+
extends UpdateRecoveryPointLifecycleInput {}
|
|
19
|
+
export interface UpdateRecoveryPointLifecycleCommandOutput
|
|
20
|
+
extends UpdateRecoveryPointLifecycleOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateRecoveryPointLifecycleCommand extends $Command<
|
|
23
|
+
UpdateRecoveryPointLifecycleCommandInput,
|
|
24
|
+
UpdateRecoveryPointLifecycleCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateRecoveryPointLifecycleCommandInput;
|
|
28
|
+
constructor(input: UpdateRecoveryPointLifecycleCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BackupClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateRecoveryPointLifecycleCommandInput,
|
|
35
|
+
UpdateRecoveryPointLifecycleCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { UpdateRegionSettingsInput } from "../models/models_0";
|
|
14
|
+
export interface UpdateRegionSettingsCommandInput
|
|
15
|
+
extends UpdateRegionSettingsInput {}
|
|
16
|
+
export interface UpdateRegionSettingsCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class UpdateRegionSettingsCommand extends $Command<
|
|
18
|
+
UpdateRegionSettingsCommandInput,
|
|
19
|
+
UpdateRegionSettingsCommandOutput,
|
|
20
|
+
BackupClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpdateRegionSettingsCommandInput;
|
|
23
|
+
constructor(input: UpdateRegionSettingsCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: BackupClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
UpdateRegionSettingsCommandInput,
|
|
30
|
+
UpdateRegionSettingsCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
UpdateReportPlanInput,
|
|
15
|
+
UpdateReportPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateReportPlanCommandInput extends UpdateReportPlanInput {}
|
|
18
|
+
export interface UpdateReportPlanCommandOutput
|
|
19
|
+
extends UpdateReportPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateReportPlanCommand extends $Command<
|
|
22
|
+
UpdateReportPlanCommandInput,
|
|
23
|
+
UpdateReportPlanCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateReportPlanCommandInput;
|
|
27
|
+
constructor(input: UpdateReportPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,66 +1,66 @@
|
|
|
1
|
-
export * from "./CreateBackupPlanCommand";
|
|
2
|
-
export * from "./CreateBackupSelectionCommand";
|
|
3
|
-
export * from "./CreateBackupVaultCommand";
|
|
4
|
-
export * from "./CreateFrameworkCommand";
|
|
5
|
-
export * from "./CreateReportPlanCommand";
|
|
6
|
-
export * from "./DeleteBackupPlanCommand";
|
|
7
|
-
export * from "./DeleteBackupSelectionCommand";
|
|
8
|
-
export * from "./DeleteBackupVaultAccessPolicyCommand";
|
|
9
|
-
export * from "./DeleteBackupVaultCommand";
|
|
10
|
-
export * from "./DeleteBackupVaultLockConfigurationCommand";
|
|
11
|
-
export * from "./DeleteBackupVaultNotificationsCommand";
|
|
12
|
-
export * from "./DeleteFrameworkCommand";
|
|
13
|
-
export * from "./DeleteRecoveryPointCommand";
|
|
14
|
-
export * from "./DeleteReportPlanCommand";
|
|
15
|
-
export * from "./DescribeBackupJobCommand";
|
|
16
|
-
export * from "./DescribeBackupVaultCommand";
|
|
17
|
-
export * from "./DescribeCopyJobCommand";
|
|
18
|
-
export * from "./DescribeFrameworkCommand";
|
|
19
|
-
export * from "./DescribeGlobalSettingsCommand";
|
|
20
|
-
export * from "./DescribeProtectedResourceCommand";
|
|
21
|
-
export * from "./DescribeRecoveryPointCommand";
|
|
22
|
-
export * from "./DescribeRegionSettingsCommand";
|
|
23
|
-
export * from "./DescribeReportJobCommand";
|
|
24
|
-
export * from "./DescribeReportPlanCommand";
|
|
25
|
-
export * from "./DescribeRestoreJobCommand";
|
|
26
|
-
export * from "./DisassociateRecoveryPointCommand";
|
|
27
|
-
export * from "./ExportBackupPlanTemplateCommand";
|
|
28
|
-
export * from "./GetBackupPlanCommand";
|
|
29
|
-
export * from "./GetBackupPlanFromJSONCommand";
|
|
30
|
-
export * from "./GetBackupPlanFromTemplateCommand";
|
|
31
|
-
export * from "./GetBackupSelectionCommand";
|
|
32
|
-
export * from "./GetBackupVaultAccessPolicyCommand";
|
|
33
|
-
export * from "./GetBackupVaultNotificationsCommand";
|
|
34
|
-
export * from "./GetRecoveryPointRestoreMetadataCommand";
|
|
35
|
-
export * from "./GetSupportedResourceTypesCommand";
|
|
36
|
-
export * from "./ListBackupJobsCommand";
|
|
37
|
-
export * from "./ListBackupPlanTemplatesCommand";
|
|
38
|
-
export * from "./ListBackupPlanVersionsCommand";
|
|
39
|
-
export * from "./ListBackupPlansCommand";
|
|
40
|
-
export * from "./ListBackupSelectionsCommand";
|
|
41
|
-
export * from "./ListBackupVaultsCommand";
|
|
42
|
-
export * from "./ListCopyJobsCommand";
|
|
43
|
-
export * from "./ListFrameworksCommand";
|
|
44
|
-
export * from "./ListProtectedResourcesCommand";
|
|
45
|
-
export * from "./ListRecoveryPointsByBackupVaultCommand";
|
|
46
|
-
export * from "./ListRecoveryPointsByResourceCommand";
|
|
47
|
-
export * from "./ListReportJobsCommand";
|
|
48
|
-
export * from "./ListReportPlansCommand";
|
|
49
|
-
export * from "./ListRestoreJobsCommand";
|
|
50
|
-
export * from "./ListTagsCommand";
|
|
51
|
-
export * from "./PutBackupVaultAccessPolicyCommand";
|
|
52
|
-
export * from "./PutBackupVaultLockConfigurationCommand";
|
|
53
|
-
export * from "./PutBackupVaultNotificationsCommand";
|
|
54
|
-
export * from "./StartBackupJobCommand";
|
|
55
|
-
export * from "./StartCopyJobCommand";
|
|
56
|
-
export * from "./StartReportJobCommand";
|
|
57
|
-
export * from "./StartRestoreJobCommand";
|
|
58
|
-
export * from "./StopBackupJobCommand";
|
|
59
|
-
export * from "./TagResourceCommand";
|
|
60
|
-
export * from "./UntagResourceCommand";
|
|
61
|
-
export * from "./UpdateBackupPlanCommand";
|
|
62
|
-
export * from "./UpdateFrameworkCommand";
|
|
63
|
-
export * from "./UpdateGlobalSettingsCommand";
|
|
64
|
-
export * from "./UpdateRecoveryPointLifecycleCommand";
|
|
65
|
-
export * from "./UpdateRegionSettingsCommand";
|
|
66
|
-
export * from "./UpdateReportPlanCommand";
|
|
1
|
+
export * from "./CreateBackupPlanCommand";
|
|
2
|
+
export * from "./CreateBackupSelectionCommand";
|
|
3
|
+
export * from "./CreateBackupVaultCommand";
|
|
4
|
+
export * from "./CreateFrameworkCommand";
|
|
5
|
+
export * from "./CreateReportPlanCommand";
|
|
6
|
+
export * from "./DeleteBackupPlanCommand";
|
|
7
|
+
export * from "./DeleteBackupSelectionCommand";
|
|
8
|
+
export * from "./DeleteBackupVaultAccessPolicyCommand";
|
|
9
|
+
export * from "./DeleteBackupVaultCommand";
|
|
10
|
+
export * from "./DeleteBackupVaultLockConfigurationCommand";
|
|
11
|
+
export * from "./DeleteBackupVaultNotificationsCommand";
|
|
12
|
+
export * from "./DeleteFrameworkCommand";
|
|
13
|
+
export * from "./DeleteRecoveryPointCommand";
|
|
14
|
+
export * from "./DeleteReportPlanCommand";
|
|
15
|
+
export * from "./DescribeBackupJobCommand";
|
|
16
|
+
export * from "./DescribeBackupVaultCommand";
|
|
17
|
+
export * from "./DescribeCopyJobCommand";
|
|
18
|
+
export * from "./DescribeFrameworkCommand";
|
|
19
|
+
export * from "./DescribeGlobalSettingsCommand";
|
|
20
|
+
export * from "./DescribeProtectedResourceCommand";
|
|
21
|
+
export * from "./DescribeRecoveryPointCommand";
|
|
22
|
+
export * from "./DescribeRegionSettingsCommand";
|
|
23
|
+
export * from "./DescribeReportJobCommand";
|
|
24
|
+
export * from "./DescribeReportPlanCommand";
|
|
25
|
+
export * from "./DescribeRestoreJobCommand";
|
|
26
|
+
export * from "./DisassociateRecoveryPointCommand";
|
|
27
|
+
export * from "./ExportBackupPlanTemplateCommand";
|
|
28
|
+
export * from "./GetBackupPlanCommand";
|
|
29
|
+
export * from "./GetBackupPlanFromJSONCommand";
|
|
30
|
+
export * from "./GetBackupPlanFromTemplateCommand";
|
|
31
|
+
export * from "./GetBackupSelectionCommand";
|
|
32
|
+
export * from "./GetBackupVaultAccessPolicyCommand";
|
|
33
|
+
export * from "./GetBackupVaultNotificationsCommand";
|
|
34
|
+
export * from "./GetRecoveryPointRestoreMetadataCommand";
|
|
35
|
+
export * from "./GetSupportedResourceTypesCommand";
|
|
36
|
+
export * from "./ListBackupJobsCommand";
|
|
37
|
+
export * from "./ListBackupPlanTemplatesCommand";
|
|
38
|
+
export * from "./ListBackupPlanVersionsCommand";
|
|
39
|
+
export * from "./ListBackupPlansCommand";
|
|
40
|
+
export * from "./ListBackupSelectionsCommand";
|
|
41
|
+
export * from "./ListBackupVaultsCommand";
|
|
42
|
+
export * from "./ListCopyJobsCommand";
|
|
43
|
+
export * from "./ListFrameworksCommand";
|
|
44
|
+
export * from "./ListProtectedResourcesCommand";
|
|
45
|
+
export * from "./ListRecoveryPointsByBackupVaultCommand";
|
|
46
|
+
export * from "./ListRecoveryPointsByResourceCommand";
|
|
47
|
+
export * from "./ListReportJobsCommand";
|
|
48
|
+
export * from "./ListReportPlansCommand";
|
|
49
|
+
export * from "./ListRestoreJobsCommand";
|
|
50
|
+
export * from "./ListTagsCommand";
|
|
51
|
+
export * from "./PutBackupVaultAccessPolicyCommand";
|
|
52
|
+
export * from "./PutBackupVaultLockConfigurationCommand";
|
|
53
|
+
export * from "./PutBackupVaultNotificationsCommand";
|
|
54
|
+
export * from "./StartBackupJobCommand";
|
|
55
|
+
export * from "./StartCopyJobCommand";
|
|
56
|
+
export * from "./StartReportJobCommand";
|
|
57
|
+
export * from "./StartRestoreJobCommand";
|
|
58
|
+
export * from "./StopBackupJobCommand";
|
|
59
|
+
export * from "./TagResourceCommand";
|
|
60
|
+
export * from "./UntagResourceCommand";
|
|
61
|
+
export * from "./UpdateBackupPlanCommand";
|
|
62
|
+
export * from "./UpdateFrameworkCommand";
|
|
63
|
+
export * from "./UpdateGlobalSettingsCommand";
|
|
64
|
+
export * from "./UpdateRecoveryPointLifecycleCommand";
|
|
65
|
+
export * from "./UpdateRegionSettingsCommand";
|
|
66
|
+
export * from "./UpdateReportPlanCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Backup";
|
|
2
|
-
export * from "./BackupClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { BackupServiceException } from "./models/BackupServiceException";
|
|
1
|
+
export * from "./Backup";
|
|
2
|
+
export * from "./BackupClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { BackupServiceException } from "./models/BackupServiceException";
|