@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,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
|
+
CreateBackupPlanInput,
|
|
15
|
+
CreateBackupPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBackupPlanCommandInput extends CreateBackupPlanInput {}
|
|
18
|
+
export interface CreateBackupPlanCommandOutput
|
|
19
|
+
extends CreateBackupPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateBackupPlanCommand extends $Command<
|
|
22
|
+
CreateBackupPlanCommandInput,
|
|
23
|
+
CreateBackupPlanCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateBackupPlanCommandInput;
|
|
27
|
+
constructor(input: CreateBackupPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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
|
+
CreateBackupSelectionInput,
|
|
15
|
+
CreateBackupSelectionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBackupSelectionCommandInput
|
|
18
|
+
extends CreateBackupSelectionInput {}
|
|
19
|
+
export interface CreateBackupSelectionCommandOutput
|
|
20
|
+
extends CreateBackupSelectionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateBackupSelectionCommand extends $Command<
|
|
23
|
+
CreateBackupSelectionCommandInput,
|
|
24
|
+
CreateBackupSelectionCommandOutput,
|
|
25
|
+
BackupClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateBackupSelectionCommandInput;
|
|
28
|
+
constructor(input: CreateBackupSelectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: BackupClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateBackupSelectionCommandInput,
|
|
35
|
+
CreateBackupSelectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
CreateBackupVaultInput,
|
|
15
|
+
CreateBackupVaultOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBackupVaultCommandInput extends CreateBackupVaultInput {}
|
|
18
|
+
export interface CreateBackupVaultCommandOutput
|
|
19
|
+
extends CreateBackupVaultOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateBackupVaultCommand extends $Command<
|
|
22
|
+
CreateBackupVaultCommandInput,
|
|
23
|
+
CreateBackupVaultCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateBackupVaultCommandInput;
|
|
27
|
+
constructor(input: CreateBackupVaultCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput>;
|
|
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
|
+
CreateFrameworkInput,
|
|
15
|
+
CreateFrameworkOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateFrameworkCommandInput extends CreateFrameworkInput {}
|
|
18
|
+
export interface CreateFrameworkCommandOutput
|
|
19
|
+
extends CreateFrameworkOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateFrameworkCommand extends $Command<
|
|
22
|
+
CreateFrameworkCommandInput,
|
|
23
|
+
CreateFrameworkCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateFrameworkCommandInput;
|
|
27
|
+
constructor(input: CreateFrameworkCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateFrameworkCommandInput, CreateFrameworkCommandOutput>;
|
|
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
|
+
CreateReportPlanInput,
|
|
15
|
+
CreateReportPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateReportPlanCommandInput extends CreateReportPlanInput {}
|
|
18
|
+
export interface CreateReportPlanCommandOutput
|
|
19
|
+
extends CreateReportPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateReportPlanCommand extends $Command<
|
|
22
|
+
CreateReportPlanCommandInput,
|
|
23
|
+
CreateReportPlanCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateReportPlanCommandInput;
|
|
27
|
+
constructor(input: CreateReportPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateReportPlanCommandInput, CreateReportPlanCommandOutput>;
|
|
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
|
+
DeleteBackupPlanInput,
|
|
15
|
+
DeleteBackupPlanOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBackupPlanCommandInput extends DeleteBackupPlanInput {}
|
|
18
|
+
export interface DeleteBackupPlanCommandOutput
|
|
19
|
+
extends DeleteBackupPlanOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteBackupPlanCommand extends $Command<
|
|
22
|
+
DeleteBackupPlanCommandInput,
|
|
23
|
+
DeleteBackupPlanCommandOutput,
|
|
24
|
+
BackupClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteBackupPlanCommandInput;
|
|
27
|
+
constructor(input: DeleteBackupPlanCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: BackupClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput>;
|
|
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 { DeleteBackupSelectionInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupSelectionCommandInput
|
|
15
|
+
extends DeleteBackupSelectionInput {}
|
|
16
|
+
export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteBackupSelectionCommand extends $Command<
|
|
18
|
+
DeleteBackupSelectionCommandInput,
|
|
19
|
+
DeleteBackupSelectionCommandOutput,
|
|
20
|
+
BackupClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteBackupSelectionCommandInput;
|
|
23
|
+
constructor(input: DeleteBackupSelectionCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: BackupClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
DeleteBackupSelectionCommandInput,
|
|
30
|
+
DeleteBackupSelectionCommandOutput
|
|
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 { DeleteBackupVaultAccessPolicyInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupVaultAccessPolicyCommandInput
|
|
15
|
+
extends DeleteBackupVaultAccessPolicyInput {}
|
|
16
|
+
export interface DeleteBackupVaultAccessPolicyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<
|
|
19
|
+
DeleteBackupVaultAccessPolicyCommandInput,
|
|
20
|
+
DeleteBackupVaultAccessPolicyCommandOutput,
|
|
21
|
+
BackupClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteBackupVaultAccessPolicyCommandInput;
|
|
24
|
+
constructor(input: DeleteBackupVaultAccessPolicyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteBackupVaultAccessPolicyCommandInput,
|
|
31
|
+
DeleteBackupVaultAccessPolicyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteBackupVaultInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupVaultCommandInput extends DeleteBackupVaultInput {}
|
|
15
|
+
export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteBackupVaultCommand extends $Command<
|
|
17
|
+
DeleteBackupVaultCommandInput,
|
|
18
|
+
DeleteBackupVaultCommandOutput,
|
|
19
|
+
BackupClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteBackupVaultCommandInput;
|
|
22
|
+
constructor(input: DeleteBackupVaultCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: BackupClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput>;
|
|
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 { DeleteBackupVaultLockConfigurationInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupVaultLockConfigurationCommandInput
|
|
15
|
+
extends DeleteBackupVaultLockConfigurationInput {}
|
|
16
|
+
export interface DeleteBackupVaultLockConfigurationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<
|
|
19
|
+
DeleteBackupVaultLockConfigurationCommandInput,
|
|
20
|
+
DeleteBackupVaultLockConfigurationCommandOutput,
|
|
21
|
+
BackupClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteBackupVaultLockConfigurationCommandInput;
|
|
24
|
+
constructor(input: DeleteBackupVaultLockConfigurationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteBackupVaultLockConfigurationCommandInput,
|
|
31
|
+
DeleteBackupVaultLockConfigurationCommandOutput
|
|
32
|
+
>;
|
|
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 { DeleteBackupVaultNotificationsInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteBackupVaultNotificationsCommandInput
|
|
15
|
+
extends DeleteBackupVaultNotificationsInput {}
|
|
16
|
+
export interface DeleteBackupVaultNotificationsCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteBackupVaultNotificationsCommand extends $Command<
|
|
19
|
+
DeleteBackupVaultNotificationsCommandInput,
|
|
20
|
+
DeleteBackupVaultNotificationsCommandOutput,
|
|
21
|
+
BackupClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteBackupVaultNotificationsCommandInput;
|
|
24
|
+
constructor(input: DeleteBackupVaultNotificationsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: BackupClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteBackupVaultNotificationsCommandInput,
|
|
31
|
+
DeleteBackupVaultNotificationsCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteFrameworkInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {}
|
|
15
|
+
export interface DeleteFrameworkCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteFrameworkCommand extends $Command<
|
|
17
|
+
DeleteFrameworkCommandInput,
|
|
18
|
+
DeleteFrameworkCommandOutput,
|
|
19
|
+
BackupClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteFrameworkCommandInput;
|
|
22
|
+
constructor(input: DeleteFrameworkCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: BackupClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|