@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.
Files changed (98) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Backup.d.ts +1198 -335
  3. package/dist-types/ts3.4/BackupClient.d.ts +525 -139
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/index.d.ts +66 -66
  71. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  72. package/dist-types/ts3.4/index.d.ts +6 -6
  73. package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/index.d.ts +16 -16
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  98. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { CreateBackupPlanInput, CreateBackupPlanOutput } from "../models/models_0";
5
- export interface CreateBackupPlanCommandInput extends CreateBackupPlanInput {
6
- }
7
- export interface CreateBackupPlanCommandOutput extends CreateBackupPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBackupPlanCommand extends $Command<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: CreateBackupPlanCommandInput;
12
- constructor(input: CreateBackupPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateBackupPlanCommand extends $Command<
23
+ CreateBackupPlanCommandInput,
24
+ CreateBackupPlanCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: CreateBackupPlanCommandInput;
28
+ constructor(input: CreateBackupPlanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BackupClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { CreateBackupSelectionInput, CreateBackupSelectionOutput } from "../models/models_0";
5
- export interface CreateBackupSelectionCommandInput extends CreateBackupSelectionInput {
6
- }
7
- export interface CreateBackupSelectionCommandOutput extends CreateBackupSelectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBackupSelectionCommand extends $Command<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: CreateBackupSelectionCommandInput;
12
- constructor(input: CreateBackupSelectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateBackupSelectionCommand extends $Command<
24
+ CreateBackupSelectionCommandInput,
25
+ CreateBackupSelectionCommandOutput,
26
+ BackupClientResolvedConfig
27
+ > {
28
+ readonly input: CreateBackupSelectionCommandInput;
29
+ constructor(input: CreateBackupSelectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: BackupClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateBackupSelectionCommandInput,
37
+ CreateBackupSelectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { CreateBackupVaultInput, CreateBackupVaultOutput } from "../models/models_0";
5
- export interface CreateBackupVaultCommandInput extends CreateBackupVaultInput {
6
- }
7
- export interface CreateBackupVaultCommandOutput extends CreateBackupVaultOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBackupVaultCommand extends $Command<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: CreateBackupVaultCommandInput;
12
- constructor(input: CreateBackupVaultCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateBackupVaultCommand extends $Command<
23
+ CreateBackupVaultCommandInput,
24
+ CreateBackupVaultCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: CreateBackupVaultCommandInput;
28
+ constructor(input: CreateBackupVaultCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BackupClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0";
5
- export interface CreateFrameworkCommandInput extends CreateFrameworkInput {
6
- }
7
- export interface CreateFrameworkCommandOutput extends CreateFrameworkOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFrameworkCommand extends $Command<CreateFrameworkCommandInput, CreateFrameworkCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: CreateFrameworkCommandInput;
12
- constructor(input: CreateFrameworkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFrameworkCommandInput, CreateFrameworkCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateFrameworkCommand extends $Command<
23
+ CreateFrameworkCommandInput,
24
+ CreateFrameworkCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFrameworkCommandInput;
28
+ constructor(input: CreateFrameworkCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BackupClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateFrameworkCommandInput, CreateFrameworkCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0";
5
- export interface CreateReportPlanCommandInput extends CreateReportPlanInput {
6
- }
7
- export interface CreateReportPlanCommandOutput extends CreateReportPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReportPlanCommand extends $Command<CreateReportPlanCommandInput, CreateReportPlanCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: CreateReportPlanCommandInput;
12
- constructor(input: CreateReportPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReportPlanCommandInput, CreateReportPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class CreateReportPlanCommand extends $Command<
23
+ CreateReportPlanCommandInput,
24
+ CreateReportPlanCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: CreateReportPlanCommandInput;
28
+ constructor(input: CreateReportPlanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BackupClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateReportPlanCommandInput, CreateReportPlanCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0";
5
- export interface DeleteBackupPlanCommandInput extends DeleteBackupPlanInput {
6
- }
7
- export interface DeleteBackupPlanCommandOutput extends DeleteBackupPlanOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupPlanCommand extends $Command<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupPlanCommandInput;
12
- constructor(input: DeleteBackupPlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class DeleteBackupPlanCommand extends $Command<
23
+ DeleteBackupPlanCommandInput,
24
+ DeleteBackupPlanCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteBackupPlanCommandInput;
28
+ constructor(input: DeleteBackupPlanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: BackupClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupSelectionInput } from "../models/models_0";
5
- export interface DeleteBackupSelectionCommandInput extends DeleteBackupSelectionInput {
6
- }
7
- export interface DeleteBackupSelectionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupSelectionCommand extends $Command<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupSelectionCommandInput;
12
- constructor(input: DeleteBackupSelectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
18
+ export declare class DeleteBackupSelectionCommand extends $Command<
19
+ DeleteBackupSelectionCommandInput,
20
+ DeleteBackupSelectionCommandOutput,
21
+ BackupClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteBackupSelectionCommandInput;
24
+ constructor(input: DeleteBackupSelectionCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: BackupClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ DeleteBackupSelectionCommandInput,
32
+ DeleteBackupSelectionCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupVaultAccessPolicyInput } from "../models/models_0";
5
- export interface DeleteBackupVaultAccessPolicyCommandInput extends DeleteBackupVaultAccessPolicyInput {
6
- }
7
- export interface DeleteBackupVaultAccessPolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupVaultAccessPolicyCommandInput;
12
- constructor(input: DeleteBackupVaultAccessPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
19
+ export declare class DeleteBackupVaultAccessPolicyCommand extends $Command<
20
+ DeleteBackupVaultAccessPolicyCommandInput,
21
+ DeleteBackupVaultAccessPolicyCommandOutput,
22
+ BackupClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteBackupVaultAccessPolicyCommandInput;
25
+ constructor(input: DeleteBackupVaultAccessPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: BackupClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteBackupVaultAccessPolicyCommandInput,
33
+ DeleteBackupVaultAccessPolicyCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupVaultInput } from "../models/models_0";
5
- export interface DeleteBackupVaultCommandInput extends DeleteBackupVaultInput {
6
- }
7
- export interface DeleteBackupVaultCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupVaultCommand extends $Command<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupVaultCommandInput;
12
- constructor(input: DeleteBackupVaultCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
17
+ export declare class DeleteBackupVaultCommand extends $Command<
18
+ DeleteBackupVaultCommandInput,
19
+ DeleteBackupVaultCommandOutput,
20
+ BackupClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteBackupVaultCommandInput;
23
+ constructor(input: DeleteBackupVaultCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: BackupClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupVaultLockConfigurationInput } from "../models/models_0";
5
- export interface DeleteBackupVaultLockConfigurationCommandInput extends DeleteBackupVaultLockConfigurationInput {
6
- }
7
- export interface DeleteBackupVaultLockConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupVaultLockConfigurationCommandInput;
12
- constructor(input: DeleteBackupVaultLockConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
19
+ export declare class DeleteBackupVaultLockConfigurationCommand extends $Command<
20
+ DeleteBackupVaultLockConfigurationCommandInput,
21
+ DeleteBackupVaultLockConfigurationCommandOutput,
22
+ BackupClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteBackupVaultLockConfigurationCommandInput;
25
+ constructor(input: DeleteBackupVaultLockConfigurationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: BackupClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteBackupVaultLockConfigurationCommandInput,
33
+ DeleteBackupVaultLockConfigurationCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BackupClient";
4
- import { DeleteBackupVaultNotificationsInput } from "../models/models_0";
5
- export interface DeleteBackupVaultNotificationsCommandInput extends DeleteBackupVaultNotificationsInput {
6
- }
7
- export interface DeleteBackupVaultNotificationsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBackupVaultNotificationsCommand extends $Command<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
11
- readonly input: DeleteBackupVaultNotificationsCommandInput;
12
- constructor(input: DeleteBackupVaultNotificationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
19
+ export declare class DeleteBackupVaultNotificationsCommand extends $Command<
20
+ DeleteBackupVaultNotificationsCommandInput,
21
+ DeleteBackupVaultNotificationsCommandOutput,
22
+ BackupClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteBackupVaultNotificationsCommandInput;
25
+ constructor(input: DeleteBackupVaultNotificationsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: BackupClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteBackupVaultNotificationsCommandInput,
33
+ DeleteBackupVaultNotificationsCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }