@aws-sdk/client-backup 3.50.0 → 3.53.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 (113) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/BackupServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +179 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +653 -2416
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/BackupServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +166 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1433 -2691
  10. package/dist-types/Backup.d.ts +14 -12
  11. package/dist-types/commands/CreateBackupSelectionCommand.d.ts +1 -2
  12. package/dist-types/commands/ListTagsCommand.d.ts +4 -5
  13. package/dist-types/commands/UpdateRecoveryPointLifecycleCommand.d.ts +9 -5
  14. package/dist-types/index.d.ts +1 -0
  15. package/dist-types/models/BackupServiceException.d.ts +10 -0
  16. package/dist-types/models/models_0.d.ts +270 -99
  17. package/dist-types/ts3.4/Backup.d.ts +335 -0
  18. package/dist-types/ts3.4/BackupClient.d.ts +139 -0
  19. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/index.d.ts +66 -0
  86. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  87. package/dist-types/ts3.4/index.d.ts +6 -0
  88. package/dist-types/ts3.4/models/BackupServiceException.d.ts +6 -0
  89. package/dist-types/ts3.4/models/index.d.ts +1 -0
  90. package/dist-types/ts3.4/models/models_0.d.ts +2234 -0
  91. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  92. package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +4 -0
  107. package/dist-types/ts3.4/pagination/index.d.ts +16 -0
  108. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +200 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  113. package/package.json +33 -33
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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
+ }
@@ -0,0 +1,17 @@
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 { DeleteFrameworkInput } from "../models/models_0";
5
+ export interface DeleteFrameworkCommandInput extends DeleteFrameworkInput {
6
+ }
7
+ export interface DeleteFrameworkCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFrameworkCommand extends $Command<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DeleteFrameworkCommandInput;
12
+ constructor(input: DeleteFrameworkCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteRecoveryPointInput } from "../models/models_0";
5
+ export interface DeleteRecoveryPointCommandInput extends DeleteRecoveryPointInput {
6
+ }
7
+ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRecoveryPointCommand extends $Command<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DeleteRecoveryPointCommandInput;
12
+ constructor(input: DeleteRecoveryPointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteReportPlanInput } from "../models/models_0";
5
+ export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {
6
+ }
7
+ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteReportPlanCommand extends $Command<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DeleteReportPlanCommandInput;
12
+ constructor(input: DeleteReportPlanCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0";
5
+ export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {
6
+ }
7
+ export interface DescribeBackupJobCommandOutput extends DescribeBackupJobOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBackupJobCommand extends $Command<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeBackupJobCommandInput;
12
+ constructor(input: DescribeBackupJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0";
5
+ export interface DescribeBackupVaultCommandInput extends DescribeBackupVaultInput {
6
+ }
7
+ export interface DescribeBackupVaultCommandOutput extends DescribeBackupVaultOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeBackupVaultCommand extends $Command<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeBackupVaultCommandInput;
12
+ constructor(input: DescribeBackupVaultCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0";
5
+ export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {
6
+ }
7
+ export interface DescribeCopyJobCommandOutput extends DescribeCopyJobOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeCopyJobCommand extends $Command<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeCopyJobCommandInput;
12
+ constructor(input: DescribeCopyJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0";
5
+ export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {
6
+ }
7
+ export interface DescribeFrameworkCommandOutput extends DescribeFrameworkOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeFrameworkCommand extends $Command<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeFrameworkCommandInput;
12
+ constructor(input: DescribeFrameworkCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0";
5
+ export interface DescribeGlobalSettingsCommandInput extends DescribeGlobalSettingsInput {
6
+ }
7
+ export interface DescribeGlobalSettingsCommandOutput extends DescribeGlobalSettingsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeGlobalSettingsCommand extends $Command<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeGlobalSettingsCommandInput;
12
+ constructor(input: DescribeGlobalSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0";
5
+ export interface DescribeProtectedResourceCommandInput extends DescribeProtectedResourceInput {
6
+ }
7
+ export interface DescribeProtectedResourceCommandOutput extends DescribeProtectedResourceOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeProtectedResourceCommand extends $Command<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeProtectedResourceCommandInput;
12
+ constructor(input: DescribeProtectedResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0";
5
+ export interface DescribeRecoveryPointCommandInput extends DescribeRecoveryPointInput {
6
+ }
7
+ export interface DescribeRecoveryPointCommandOutput extends DescribeRecoveryPointOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeRecoveryPointCommand extends $Command<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeRecoveryPointCommandInput;
12
+ constructor(input: DescribeRecoveryPointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0";
5
+ export interface DescribeRegionSettingsCommandInput extends DescribeRegionSettingsInput {
6
+ }
7
+ export interface DescribeRegionSettingsCommandOutput extends DescribeRegionSettingsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeRegionSettingsCommand extends $Command<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeRegionSettingsCommandInput;
12
+ constructor(input: DescribeRegionSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0";
5
+ export interface DescribeReportJobCommandInput extends DescribeReportJobInput {
6
+ }
7
+ export interface DescribeReportJobCommandOutput extends DescribeReportJobOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeReportJobCommand extends $Command<DescribeReportJobCommandInput, DescribeReportJobCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeReportJobCommandInput;
12
+ constructor(input: DescribeReportJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportJobCommandInput, DescribeReportJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0";
5
+ export interface DescribeReportPlanCommandInput extends DescribeReportPlanInput {
6
+ }
7
+ export interface DescribeReportPlanCommandOutput extends DescribeReportPlanOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeReportPlanCommand extends $Command<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeReportPlanCommandInput;
12
+ constructor(input: DescribeReportPlanCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0";
5
+ export interface DescribeRestoreJobCommandInput extends DescribeRestoreJobInput {
6
+ }
7
+ export interface DescribeRestoreJobCommandOutput extends DescribeRestoreJobOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DescribeRestoreJobCommand extends $Command<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DescribeRestoreJobCommandInput;
12
+ constructor(input: DescribeRestoreJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DisassociateRecoveryPointInput } from "../models/models_0";
5
+ export interface DisassociateRecoveryPointCommandInput extends DisassociateRecoveryPointInput {
6
+ }
7
+ export interface DisassociateRecoveryPointCommandOutput extends __MetadataBearer {
8
+ }
9
+
10
+ export declare class DisassociateRecoveryPointCommand extends $Command<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: DisassociateRecoveryPointCommandInput;
12
+ constructor(input: DisassociateRecoveryPointCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0";
5
+ export interface ExportBackupPlanTemplateCommandInput extends ExportBackupPlanTemplateInput {
6
+ }
7
+ export interface ExportBackupPlanTemplateCommandOutput extends ExportBackupPlanTemplateOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ExportBackupPlanTemplateCommand extends $Command<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: ExportBackupPlanTemplateCommandInput;
12
+ constructor(input: ExportBackupPlanTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupPlanInput, GetBackupPlanOutput } from "../models/models_0";
5
+ export interface GetBackupPlanCommandInput extends GetBackupPlanInput {
6
+ }
7
+ export interface GetBackupPlanCommandOutput extends GetBackupPlanOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupPlanCommand extends $Command<GetBackupPlanCommandInput, GetBackupPlanCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupPlanCommandInput;
12
+ constructor(input: GetBackupPlanCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanCommandInput, GetBackupPlanCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupPlanFromJSONInput, GetBackupPlanFromJSONOutput } from "../models/models_0";
5
+ export interface GetBackupPlanFromJSONCommandInput extends GetBackupPlanFromJSONInput {
6
+ }
7
+ export interface GetBackupPlanFromJSONCommandOutput extends GetBackupPlanFromJSONOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupPlanFromJSONCommand extends $Command<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupPlanFromJSONCommandInput;
12
+ constructor(input: GetBackupPlanFromJSONCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupPlanFromTemplateInput, GetBackupPlanFromTemplateOutput } from "../models/models_0";
5
+ export interface GetBackupPlanFromTemplateCommandInput extends GetBackupPlanFromTemplateInput {
6
+ }
7
+ export interface GetBackupPlanFromTemplateCommandOutput extends GetBackupPlanFromTemplateOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupPlanFromTemplateCommand extends $Command<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupPlanFromTemplateCommandInput;
12
+ constructor(input: GetBackupPlanFromTemplateCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0";
5
+ export interface GetBackupSelectionCommandInput extends GetBackupSelectionInput {
6
+ }
7
+ export interface GetBackupSelectionCommandOutput extends GetBackupSelectionOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupSelectionCommand extends $Command<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupSelectionCommandInput;
12
+ constructor(input: GetBackupSelectionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0";
5
+ export interface GetBackupVaultAccessPolicyCommandInput extends GetBackupVaultAccessPolicyInput {
6
+ }
7
+ export interface GetBackupVaultAccessPolicyCommandOutput extends GetBackupVaultAccessPolicyOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupVaultAccessPolicyCommand extends $Command<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupVaultAccessPolicyCommandInput;
12
+ constructor(input: GetBackupVaultAccessPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetBackupVaultNotificationsInput, GetBackupVaultNotificationsOutput } from "../models/models_0";
5
+ export interface GetBackupVaultNotificationsCommandInput extends GetBackupVaultNotificationsInput {
6
+ }
7
+ export interface GetBackupVaultNotificationsCommandOutput extends GetBackupVaultNotificationsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetBackupVaultNotificationsCommand extends $Command<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetBackupVaultNotificationsCommandInput;
12
+ constructor(input: GetBackupVaultNotificationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetRecoveryPointRestoreMetadataInput, GetRecoveryPointRestoreMetadataOutput } from "../models/models_0";
5
+ export interface GetRecoveryPointRestoreMetadataCommandInput extends GetRecoveryPointRestoreMetadataInput {
6
+ }
7
+ export interface GetRecoveryPointRestoreMetadataCommandOutput extends GetRecoveryPointRestoreMetadataOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetRecoveryPointRestoreMetadataCommand extends $Command<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetRecoveryPointRestoreMetadataCommandInput;
12
+ constructor(input: GetRecoveryPointRestoreMetadataCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetSupportedResourceTypesOutput } from "../models/models_0";
5
+ export interface GetSupportedResourceTypesCommandInput {
6
+ }
7
+ export interface GetSupportedResourceTypesCommandOutput extends GetSupportedResourceTypesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSupportedResourceTypesCommand extends $Command<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: GetSupportedResourceTypesCommandInput;
12
+ constructor(input: GetSupportedResourceTypesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBackupJobsInput, ListBackupJobsOutput } from "../models/models_0";
5
+ export interface ListBackupJobsCommandInput extends ListBackupJobsInput {
6
+ }
7
+ export interface ListBackupJobsCommandOutput extends ListBackupJobsOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBackupJobsCommand extends $Command<ListBackupJobsCommandInput, ListBackupJobsCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: ListBackupJobsCommandInput;
12
+ constructor(input: ListBackupJobsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupJobsCommandInput, ListBackupJobsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { ListBackupPlanTemplatesInput, ListBackupPlanTemplatesOutput } from "../models/models_0";
5
+ export interface ListBackupPlanTemplatesCommandInput extends ListBackupPlanTemplatesInput {
6
+ }
7
+ export interface ListBackupPlanTemplatesCommandOutput extends ListBackupPlanTemplatesOutput, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListBackupPlanTemplatesCommand extends $Command<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput, BackupClientResolvedConfig> {
11
+ readonly input: ListBackupPlanTemplatesCommandInput;
12
+ constructor(input: ListBackupPlanTemplatesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BackupClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }