@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,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
|
+
ListRecoveryPointsByBackupVaultInput,
|
|
15
|
+
ListRecoveryPointsByBackupVaultOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRecoveryPointsByBackupVaultCommandInput
|
|
18
|
+
extends ListRecoveryPointsByBackupVaultInput {}
|
|
19
|
+
export interface ListRecoveryPointsByBackupVaultCommandOutput
|
|
20
|
+
extends ListRecoveryPointsByBackupVaultOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRecoveryPointsByBackupVaultCommand extends $Command<
|
|
24
|
+
ListRecoveryPointsByBackupVaultCommandInput,
|
|
25
|
+
ListRecoveryPointsByBackupVaultCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRecoveryPointsByBackupVaultCommandInput;
|
|
29
|
+
constructor(input: ListRecoveryPointsByBackupVaultCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRecoveryPointsByBackupVaultCommandInput,
|
|
37
|
+
ListRecoveryPointsByBackupVaultCommandOutput
|
|
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
|
+
ListRecoveryPointsByResourceInput,
|
|
15
|
+
ListRecoveryPointsByResourceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRecoveryPointsByResourceCommandInput
|
|
18
|
+
extends ListRecoveryPointsByResourceInput {}
|
|
19
|
+
export interface ListRecoveryPointsByResourceCommandOutput
|
|
20
|
+
extends ListRecoveryPointsByResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRecoveryPointsByResourceCommand extends $Command<
|
|
24
|
+
ListRecoveryPointsByResourceCommandInput,
|
|
25
|
+
ListRecoveryPointsByResourceCommandOutput,
|
|
26
|
+
BackupClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRecoveryPointsByResourceCommandInput;
|
|
29
|
+
constructor(input: ListRecoveryPointsByResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BackupClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRecoveryPointsByResourceCommandInput,
|
|
37
|
+
ListRecoveryPointsByResourceCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { ListReportJobsInput, ListReportJobsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListReportJobsCommandInput extends ListReportJobsInput {}
|
|
15
|
+
export interface ListReportJobsCommandOutput
|
|
16
|
+
extends ListReportJobsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListReportJobsCommand extends $Command<
|
|
20
|
+
ListReportJobsCommandInput,
|
|
21
|
+
ListReportJobsCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListReportJobsCommandInput;
|
|
25
|
+
constructor(input: ListReportJobsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListReportJobsCommandInput, ListReportJobsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
ListReportPlansInput,
|
|
15
|
+
ListReportPlansOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListReportPlansCommandInput extends ListReportPlansInput {}
|
|
18
|
+
export interface ListReportPlansCommandOutput
|
|
19
|
+
extends ListReportPlansOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListReportPlansCommand extends $Command<
|
|
23
|
+
ListReportPlansCommandInput,
|
|
24
|
+
ListReportPlansCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListReportPlansCommandInput;
|
|
28
|
+
constructor(input: ListReportPlansCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BackupClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListReportPlansCommandInput, ListReportPlansCommandOutput>;
|
|
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
|
+
ListRestoreJobsInput,
|
|
15
|
+
ListRestoreJobsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRestoreJobsCommandInput extends ListRestoreJobsInput {}
|
|
18
|
+
export interface ListRestoreJobsCommandOutput
|
|
19
|
+
extends ListRestoreJobsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ListRestoreJobsCommand extends $Command<
|
|
23
|
+
ListRestoreJobsCommandInput,
|
|
24
|
+
ListRestoreJobsCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRestoreJobsCommandInput;
|
|
28
|
+
constructor(input: ListRestoreJobsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BackupClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { ListTagsInput, ListTagsOutput } from "../models/models_0";
|
|
14
|
+
export interface ListTagsCommandInput extends ListTagsInput {}
|
|
15
|
+
export interface ListTagsCommandOutput
|
|
16
|
+
extends ListTagsOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListTagsCommand extends $Command<
|
|
20
|
+
ListTagsCommandInput,
|
|
21
|
+
ListTagsCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListTagsCommandInput;
|
|
25
|
+
constructor(input: ListTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { PutBackupVaultAccessPolicyInput } from "../models/models_0";
|
|
14
|
+
export interface PutBackupVaultAccessPolicyCommandInput
|
|
15
|
+
extends PutBackupVaultAccessPolicyInput {}
|
|
16
|
+
export interface PutBackupVaultAccessPolicyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutBackupVaultAccessPolicyCommand extends $Command<
|
|
20
|
+
PutBackupVaultAccessPolicyCommandInput,
|
|
21
|
+
PutBackupVaultAccessPolicyCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutBackupVaultAccessPolicyCommandInput;
|
|
25
|
+
constructor(input: PutBackupVaultAccessPolicyCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutBackupVaultAccessPolicyCommandInput,
|
|
33
|
+
PutBackupVaultAccessPolicyCommandOutput
|
|
34
|
+
>;
|
|
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 { PutBackupVaultLockConfigurationInput } from "../models/models_0";
|
|
14
|
+
export interface PutBackupVaultLockConfigurationCommandInput
|
|
15
|
+
extends PutBackupVaultLockConfigurationInput {}
|
|
16
|
+
export interface PutBackupVaultLockConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutBackupVaultLockConfigurationCommand extends $Command<
|
|
20
|
+
PutBackupVaultLockConfigurationCommandInput,
|
|
21
|
+
PutBackupVaultLockConfigurationCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutBackupVaultLockConfigurationCommandInput;
|
|
25
|
+
constructor(input: PutBackupVaultLockConfigurationCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutBackupVaultLockConfigurationCommandInput,
|
|
33
|
+
PutBackupVaultLockConfigurationCommandOutput
|
|
34
|
+
>;
|
|
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 { PutBackupVaultNotificationsInput } from "../models/models_0";
|
|
14
|
+
export interface PutBackupVaultNotificationsCommandInput
|
|
15
|
+
extends PutBackupVaultNotificationsInput {}
|
|
16
|
+
export interface PutBackupVaultNotificationsCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class PutBackupVaultNotificationsCommand extends $Command<
|
|
20
|
+
PutBackupVaultNotificationsCommandInput,
|
|
21
|
+
PutBackupVaultNotificationsCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: PutBackupVaultNotificationsCommandInput;
|
|
25
|
+
constructor(input: PutBackupVaultNotificationsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
PutBackupVaultNotificationsCommandInput,
|
|
33
|
+
PutBackupVaultNotificationsCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { StartBackupJobInput, StartBackupJobOutput } from "../models/models_0";
|
|
14
|
+
export interface StartBackupJobCommandInput extends StartBackupJobInput {}
|
|
15
|
+
export interface StartBackupJobCommandOutput
|
|
16
|
+
extends StartBackupJobOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StartBackupJobCommand extends $Command<
|
|
20
|
+
StartBackupJobCommandInput,
|
|
21
|
+
StartBackupJobCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StartBackupJobCommandInput;
|
|
25
|
+
constructor(input: StartBackupJobCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StartBackupJobCommandInput, StartBackupJobCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { StartCopyJobInput, StartCopyJobOutput } from "../models/models_0";
|
|
14
|
+
export interface StartCopyJobCommandInput extends StartCopyJobInput {}
|
|
15
|
+
export interface StartCopyJobCommandOutput
|
|
16
|
+
extends StartCopyJobOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class StartCopyJobCommand extends $Command<
|
|
20
|
+
StartCopyJobCommandInput,
|
|
21
|
+
StartCopyJobCommandOutput,
|
|
22
|
+
BackupClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: StartCopyJobCommandInput;
|
|
25
|
+
constructor(input: StartCopyJobCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BackupClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<StartCopyJobCommandInput, StartCopyJobCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|