@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.
Files changed (98) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Backup.d.ts +1132 -335
  3. package/dist-types/ts3.4/BackupClient.d.ts +500 -139
  4. package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +31 -17
  17. package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +35 -17
  53. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +35 -17
  55. package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +35 -17
  56. package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +30 -17
  62. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +39 -17
  68. package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +35 -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 +7 -6
  74. package/dist-types/ts3.4/models/index.d.ts +1 -1
  75. package/dist-types/ts3.4/models/models_0.d.ts +1423 -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 +65 -38
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  98. package/package.json +34 -34
@@ -1,17 +1,31 @@
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
- }
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 { DeleteRecoveryPointInput } from "../models/models_0";
14
+ export interface DeleteRecoveryPointCommandInput
15
+ extends DeleteRecoveryPointInput {}
16
+ export interface DeleteRecoveryPointCommandOutput extends __MetadataBearer {}
17
+ export declare class DeleteRecoveryPointCommand extends $Command<
18
+ DeleteRecoveryPointCommandInput,
19
+ DeleteRecoveryPointCommandOutput,
20
+ BackupClientResolvedConfig
21
+ > {
22
+ readonly input: DeleteRecoveryPointCommandInput;
23
+ constructor(input: DeleteRecoveryPointCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: BackupClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
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
- }
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 { DeleteReportPlanInput } from "../models/models_0";
14
+ export interface DeleteReportPlanCommandInput extends DeleteReportPlanInput {}
15
+ export interface DeleteReportPlanCommandOutput extends __MetadataBearer {}
16
+ export declare class DeleteReportPlanCommand extends $Command<
17
+ DeleteReportPlanCommandInput,
18
+ DeleteReportPlanCommandOutput,
19
+ BackupClientResolvedConfig
20
+ > {
21
+ readonly input: DeleteReportPlanCommandInput;
22
+ constructor(input: DeleteReportPlanCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: BackupClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ DescribeBackupJobInput,
15
+ DescribeBackupJobOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeBackupJobCommandInput extends DescribeBackupJobInput {}
18
+ export interface DescribeBackupJobCommandOutput
19
+ extends DescribeBackupJobOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeBackupJobCommand extends $Command<
22
+ DescribeBackupJobCommandInput,
23
+ DescribeBackupJobCommandOutput,
24
+ BackupClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeBackupJobCommandInput;
27
+ constructor(input: DescribeBackupJobCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BackupClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
- }
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
+ DescribeBackupVaultInput,
15
+ DescribeBackupVaultOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeBackupVaultCommandInput
18
+ extends DescribeBackupVaultInput {}
19
+ export interface DescribeBackupVaultCommandOutput
20
+ extends DescribeBackupVaultOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeBackupVaultCommand extends $Command<
23
+ DescribeBackupVaultCommandInput,
24
+ DescribeBackupVaultCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeBackupVaultCommandInput;
28
+ constructor(input: DescribeBackupVaultCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ DescribeCopyJobInput,
15
+ DescribeCopyJobOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeCopyJobCommandInput extends DescribeCopyJobInput {}
18
+ export interface DescribeCopyJobCommandOutput
19
+ extends DescribeCopyJobOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeCopyJobCommand extends $Command<
22
+ DescribeCopyJobCommandInput,
23
+ DescribeCopyJobCommandOutput,
24
+ BackupClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeCopyJobCommandInput;
27
+ constructor(input: DescribeCopyJobCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BackupClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ DescribeFrameworkInput,
15
+ DescribeFrameworkOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeFrameworkCommandInput extends DescribeFrameworkInput {}
18
+ export interface DescribeFrameworkCommandOutput
19
+ extends DescribeFrameworkOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeFrameworkCommand extends $Command<
22
+ DescribeFrameworkCommandInput,
23
+ DescribeFrameworkCommandOutput,
24
+ BackupClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeFrameworkCommandInput;
27
+ constructor(input: DescribeFrameworkCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BackupClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ DescribeGlobalSettingsInput,
15
+ DescribeGlobalSettingsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeGlobalSettingsCommandInput
18
+ extends DescribeGlobalSettingsInput {}
19
+ export interface DescribeGlobalSettingsCommandOutput
20
+ extends DescribeGlobalSettingsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeGlobalSettingsCommand extends $Command<
23
+ DescribeGlobalSettingsCommandInput,
24
+ DescribeGlobalSettingsCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeGlobalSettingsCommandInput;
28
+ constructor(input: DescribeGlobalSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeGlobalSettingsCommandInput,
35
+ DescribeGlobalSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ DescribeProtectedResourceInput,
15
+ DescribeProtectedResourceOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeProtectedResourceCommandInput
18
+ extends DescribeProtectedResourceInput {}
19
+ export interface DescribeProtectedResourceCommandOutput
20
+ extends DescribeProtectedResourceOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeProtectedResourceCommand extends $Command<
23
+ DescribeProtectedResourceCommandInput,
24
+ DescribeProtectedResourceCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeProtectedResourceCommandInput;
28
+ constructor(input: DescribeProtectedResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeProtectedResourceCommandInput,
35
+ DescribeProtectedResourceCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ DescribeRecoveryPointInput,
15
+ DescribeRecoveryPointOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeRecoveryPointCommandInput
18
+ extends DescribeRecoveryPointInput {}
19
+ export interface DescribeRecoveryPointCommandOutput
20
+ extends DescribeRecoveryPointOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeRecoveryPointCommand extends $Command<
23
+ DescribeRecoveryPointCommandInput,
24
+ DescribeRecoveryPointCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeRecoveryPointCommandInput;
28
+ constructor(input: DescribeRecoveryPointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeRecoveryPointCommandInput,
35
+ DescribeRecoveryPointCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
- }
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
+ DescribeRegionSettingsInput,
15
+ DescribeRegionSettingsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeRegionSettingsCommandInput
18
+ extends DescribeRegionSettingsInput {}
19
+ export interface DescribeRegionSettingsCommandOutput
20
+ extends DescribeRegionSettingsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeRegionSettingsCommand extends $Command<
23
+ DescribeRegionSettingsCommandInput,
24
+ DescribeRegionSettingsCommandOutput,
25
+ BackupClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeRegionSettingsCommandInput;
28
+ constructor(input: DescribeRegionSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: BackupClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeRegionSettingsCommandInput,
35
+ DescribeRegionSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
- }
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
+ DescribeReportJobInput,
15
+ DescribeReportJobOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeReportJobCommandInput extends DescribeReportJobInput {}
18
+ export interface DescribeReportJobCommandOutput
19
+ extends DescribeReportJobOutput,
20
+ __MetadataBearer {}
21
+ export declare class DescribeReportJobCommand extends $Command<
22
+ DescribeReportJobCommandInput,
23
+ DescribeReportJobCommandOutput,
24
+ BackupClientResolvedConfig
25
+ > {
26
+ readonly input: DescribeReportJobCommandInput;
27
+ constructor(input: DescribeReportJobCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: BackupClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DescribeReportJobCommandInput, DescribeReportJobCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }