@aws-sdk/client-backup 3.168.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 +16 -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,200 +1,797 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateBackupPlanCommandInput, CreateBackupPlanCommandOutput } from "../commands/CreateBackupPlanCommand";
4
- import { CreateBackupSelectionCommandInput, CreateBackupSelectionCommandOutput } from "../commands/CreateBackupSelectionCommand";
5
- import { CreateBackupVaultCommandInput, CreateBackupVaultCommandOutput } from "../commands/CreateBackupVaultCommand";
6
- import { CreateFrameworkCommandInput, CreateFrameworkCommandOutput } from "../commands/CreateFrameworkCommand";
7
- import { CreateReportPlanCommandInput, CreateReportPlanCommandOutput } from "../commands/CreateReportPlanCommand";
8
- import { DeleteBackupPlanCommandInput, DeleteBackupPlanCommandOutput } from "../commands/DeleteBackupPlanCommand";
9
- import { DeleteBackupSelectionCommandInput, DeleteBackupSelectionCommandOutput } from "../commands/DeleteBackupSelectionCommand";
10
- import { DeleteBackupVaultAccessPolicyCommandInput, DeleteBackupVaultAccessPolicyCommandOutput } from "../commands/DeleteBackupVaultAccessPolicyCommand";
11
- import { DeleteBackupVaultCommandInput, DeleteBackupVaultCommandOutput } from "../commands/DeleteBackupVaultCommand";
12
- import { DeleteBackupVaultLockConfigurationCommandInput, DeleteBackupVaultLockConfigurationCommandOutput } from "../commands/DeleteBackupVaultLockConfigurationCommand";
13
- import { DeleteBackupVaultNotificationsCommandInput, DeleteBackupVaultNotificationsCommandOutput } from "../commands/DeleteBackupVaultNotificationsCommand";
14
- import { DeleteFrameworkCommandInput, DeleteFrameworkCommandOutput } from "../commands/DeleteFrameworkCommand";
15
- import { DeleteRecoveryPointCommandInput, DeleteRecoveryPointCommandOutput } from "../commands/DeleteRecoveryPointCommand";
16
- import { DeleteReportPlanCommandInput, DeleteReportPlanCommandOutput } from "../commands/DeleteReportPlanCommand";
17
- import { DescribeBackupJobCommandInput, DescribeBackupJobCommandOutput } from "../commands/DescribeBackupJobCommand";
18
- import { DescribeBackupVaultCommandInput, DescribeBackupVaultCommandOutput } from "../commands/DescribeBackupVaultCommand";
19
- import { DescribeCopyJobCommandInput, DescribeCopyJobCommandOutput } from "../commands/DescribeCopyJobCommand";
20
- import { DescribeFrameworkCommandInput, DescribeFrameworkCommandOutput } from "../commands/DescribeFrameworkCommand";
21
- import { DescribeGlobalSettingsCommandInput, DescribeGlobalSettingsCommandOutput } from "../commands/DescribeGlobalSettingsCommand";
22
- import { DescribeProtectedResourceCommandInput, DescribeProtectedResourceCommandOutput } from "../commands/DescribeProtectedResourceCommand";
23
- import { DescribeRecoveryPointCommandInput, DescribeRecoveryPointCommandOutput } from "../commands/DescribeRecoveryPointCommand";
24
- import { DescribeRegionSettingsCommandInput, DescribeRegionSettingsCommandOutput } from "../commands/DescribeRegionSettingsCommand";
25
- import { DescribeReportJobCommandInput, DescribeReportJobCommandOutput } from "../commands/DescribeReportJobCommand";
26
- import { DescribeReportPlanCommandInput, DescribeReportPlanCommandOutput } from "../commands/DescribeReportPlanCommand";
27
- import { DescribeRestoreJobCommandInput, DescribeRestoreJobCommandOutput } from "../commands/DescribeRestoreJobCommand";
28
- import { DisassociateRecoveryPointCommandInput, DisassociateRecoveryPointCommandOutput } from "../commands/DisassociateRecoveryPointCommand";
29
- import { ExportBackupPlanTemplateCommandInput, ExportBackupPlanTemplateCommandOutput } from "../commands/ExportBackupPlanTemplateCommand";
30
- import { GetBackupPlanCommandInput, GetBackupPlanCommandOutput } from "../commands/GetBackupPlanCommand";
31
- import { GetBackupPlanFromJSONCommandInput, GetBackupPlanFromJSONCommandOutput } from "../commands/GetBackupPlanFromJSONCommand";
32
- import { GetBackupPlanFromTemplateCommandInput, GetBackupPlanFromTemplateCommandOutput } from "../commands/GetBackupPlanFromTemplateCommand";
33
- import { GetBackupSelectionCommandInput, GetBackupSelectionCommandOutput } from "../commands/GetBackupSelectionCommand";
34
- import { GetBackupVaultAccessPolicyCommandInput, GetBackupVaultAccessPolicyCommandOutput } from "../commands/GetBackupVaultAccessPolicyCommand";
35
- import { GetBackupVaultNotificationsCommandInput, GetBackupVaultNotificationsCommandOutput } from "../commands/GetBackupVaultNotificationsCommand";
36
- import { GetRecoveryPointRestoreMetadataCommandInput, GetRecoveryPointRestoreMetadataCommandOutput } from "../commands/GetRecoveryPointRestoreMetadataCommand";
37
- import { GetSupportedResourceTypesCommandInput, GetSupportedResourceTypesCommandOutput } from "../commands/GetSupportedResourceTypesCommand";
38
- import { ListBackupJobsCommandInput, ListBackupJobsCommandOutput } from "../commands/ListBackupJobsCommand";
39
- import { ListBackupPlansCommandInput, ListBackupPlansCommandOutput } from "../commands/ListBackupPlansCommand";
40
- import { ListBackupPlanTemplatesCommandInput, ListBackupPlanTemplatesCommandOutput } from "../commands/ListBackupPlanTemplatesCommand";
41
- import { ListBackupPlanVersionsCommandInput, ListBackupPlanVersionsCommandOutput } from "../commands/ListBackupPlanVersionsCommand";
42
- import { ListBackupSelectionsCommandInput, ListBackupSelectionsCommandOutput } from "../commands/ListBackupSelectionsCommand";
43
- import { ListBackupVaultsCommandInput, ListBackupVaultsCommandOutput } from "../commands/ListBackupVaultsCommand";
44
- import { ListCopyJobsCommandInput, ListCopyJobsCommandOutput } from "../commands/ListCopyJobsCommand";
45
- import { ListFrameworksCommandInput, ListFrameworksCommandOutput } from "../commands/ListFrameworksCommand";
46
- import { ListProtectedResourcesCommandInput, ListProtectedResourcesCommandOutput } from "../commands/ListProtectedResourcesCommand";
47
- import { ListRecoveryPointsByBackupVaultCommandInput, ListRecoveryPointsByBackupVaultCommandOutput } from "../commands/ListRecoveryPointsByBackupVaultCommand";
48
- import { ListRecoveryPointsByResourceCommandInput, ListRecoveryPointsByResourceCommandOutput } from "../commands/ListRecoveryPointsByResourceCommand";
49
- import { ListReportJobsCommandInput, ListReportJobsCommandOutput } from "../commands/ListReportJobsCommand";
50
- import { ListReportPlansCommandInput, ListReportPlansCommandOutput } from "../commands/ListReportPlansCommand";
51
- import { ListRestoreJobsCommandInput, ListRestoreJobsCommandOutput } from "../commands/ListRestoreJobsCommand";
52
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
53
- import { PutBackupVaultAccessPolicyCommandInput, PutBackupVaultAccessPolicyCommandOutput } from "../commands/PutBackupVaultAccessPolicyCommand";
54
- import { PutBackupVaultLockConfigurationCommandInput, PutBackupVaultLockConfigurationCommandOutput } from "../commands/PutBackupVaultLockConfigurationCommand";
55
- import { PutBackupVaultNotificationsCommandInput, PutBackupVaultNotificationsCommandOutput } from "../commands/PutBackupVaultNotificationsCommand";
56
- import { StartBackupJobCommandInput, StartBackupJobCommandOutput } from "../commands/StartBackupJobCommand";
57
- import { StartCopyJobCommandInput, StartCopyJobCommandOutput } from "../commands/StartCopyJobCommand";
58
- import { StartReportJobCommandInput, StartReportJobCommandOutput } from "../commands/StartReportJobCommand";
59
- import { StartRestoreJobCommandInput, StartRestoreJobCommandOutput } from "../commands/StartRestoreJobCommand";
60
- import { StopBackupJobCommandInput, StopBackupJobCommandOutput } from "../commands/StopBackupJobCommand";
61
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
62
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
63
- import { UpdateBackupPlanCommandInput, UpdateBackupPlanCommandOutput } from "../commands/UpdateBackupPlanCommand";
64
- import { UpdateFrameworkCommandInput, UpdateFrameworkCommandOutput } from "../commands/UpdateFrameworkCommand";
65
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
66
- import { UpdateRecoveryPointLifecycleCommandInput, UpdateRecoveryPointLifecycleCommandOutput } from "../commands/UpdateRecoveryPointLifecycleCommand";
67
- import { UpdateRegionSettingsCommandInput, UpdateRegionSettingsCommandOutput } from "../commands/UpdateRegionSettingsCommand";
68
- import { UpdateReportPlanCommandInput, UpdateReportPlanCommandOutput } from "../commands/UpdateReportPlanCommand";
69
- export declare const serializeAws_restJson1CreateBackupPlanCommand: (input: CreateBackupPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1CreateBackupSelectionCommand: (input: CreateBackupSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateBackupVaultCommand: (input: CreateBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateFrameworkCommand: (input: CreateFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateReportPlanCommand: (input: CreateReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1DeleteBackupPlanCommand: (input: DeleteBackupPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1DeleteBackupSelectionCommand: (input: DeleteBackupSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1DeleteBackupVaultCommand: (input: DeleteBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1DeleteBackupVaultAccessPolicyCommand: (input: DeleteBackupVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1DeleteBackupVaultLockConfigurationCommand: (input: DeleteBackupVaultLockConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1DeleteBackupVaultNotificationsCommand: (input: DeleteBackupVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1DeleteFrameworkCommand: (input: DeleteFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1DeleteRecoveryPointCommand: (input: DeleteRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteReportPlanCommand: (input: DeleteReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DescribeBackupJobCommand: (input: DescribeBackupJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DescribeBackupVaultCommand: (input: DescribeBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DescribeCopyJobCommand: (input: DescribeCopyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DescribeFrameworkCommand: (input: DescribeFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DescribeGlobalSettingsCommand: (input: DescribeGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DescribeProtectedResourceCommand: (input: DescribeProtectedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DescribeRecoveryPointCommand: (input: DescribeRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DescribeRegionSettingsCommand: (input: DescribeRegionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DescribeReportJobCommand: (input: DescribeReportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DescribeReportPlanCommand: (input: DescribeReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DescribeRestoreJobCommand: (input: DescribeRestoreJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DisassociateRecoveryPointCommand: (input: DisassociateRecoveryPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1ExportBackupPlanTemplateCommand: (input: ExportBackupPlanTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1GetBackupPlanCommand: (input: GetBackupPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1GetBackupPlanFromJSONCommand: (input: GetBackupPlanFromJSONCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1GetBackupPlanFromTemplateCommand: (input: GetBackupPlanFromTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1GetBackupSelectionCommand: (input: GetBackupSelectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1GetBackupVaultAccessPolicyCommand: (input: GetBackupVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1GetBackupVaultNotificationsCommand: (input: GetBackupVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1GetRecoveryPointRestoreMetadataCommand: (input: GetRecoveryPointRestoreMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1GetSupportedResourceTypesCommand: (input: GetSupportedResourceTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1ListBackupJobsCommand: (input: ListBackupJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1ListBackupPlansCommand: (input: ListBackupPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ListBackupPlanTemplatesCommand: (input: ListBackupPlanTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListBackupPlanVersionsCommand: (input: ListBackupPlanVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1ListBackupSelectionsCommand: (input: ListBackupSelectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListBackupVaultsCommand: (input: ListBackupVaultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListCopyJobsCommand: (input: ListCopyJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListFrameworksCommand: (input: ListFrameworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListProtectedResourcesCommand: (input: ListProtectedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListRecoveryPointsByBackupVaultCommand: (input: ListRecoveryPointsByBackupVaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListRecoveryPointsByResourceCommand: (input: ListRecoveryPointsByResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListReportJobsCommand: (input: ListReportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListReportPlansCommand: (input: ListReportPlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListRestoreJobsCommand: (input: ListRestoreJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1PutBackupVaultAccessPolicyCommand: (input: PutBackupVaultAccessPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1PutBackupVaultLockConfigurationCommand: (input: PutBackupVaultLockConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1PutBackupVaultNotificationsCommand: (input: PutBackupVaultNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1StartBackupJobCommand: (input: StartBackupJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1StartCopyJobCommand: (input: StartCopyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1StartReportJobCommand: (input: StartReportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1StartRestoreJobCommand: (input: StartRestoreJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1StopBackupJobCommand: (input: StopBackupJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateBackupPlanCommand: (input: UpdateBackupPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateFrameworkCommand: (input: UpdateFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateRecoveryPointLifecycleCommand: (input: UpdateRecoveryPointLifecycleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpdateRegionSettingsCommand: (input: UpdateRegionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpdateReportPlanCommand: (input: UpdateReportPlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const deserializeAws_restJson1CreateBackupPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupPlanCommandOutput>;
136
- export declare const deserializeAws_restJson1CreateBackupSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupSelectionCommandOutput>;
137
- export declare const deserializeAws_restJson1CreateBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupVaultCommandOutput>;
138
- export declare const deserializeAws_restJson1CreateFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFrameworkCommandOutput>;
139
- export declare const deserializeAws_restJson1CreateReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReportPlanCommandOutput>;
140
- export declare const deserializeAws_restJson1DeleteBackupPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupPlanCommandOutput>;
141
- export declare const deserializeAws_restJson1DeleteBackupSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupSelectionCommandOutput>;
142
- export declare const deserializeAws_restJson1DeleteBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupVaultCommandOutput>;
143
- export declare const deserializeAws_restJson1DeleteBackupVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
144
- export declare const deserializeAws_restJson1DeleteBackupVaultLockConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupVaultLockConfigurationCommandOutput>;
145
- export declare const deserializeAws_restJson1DeleteBackupVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupVaultNotificationsCommandOutput>;
146
- export declare const deserializeAws_restJson1DeleteFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFrameworkCommandOutput>;
147
- export declare const deserializeAws_restJson1DeleteRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryPointCommandOutput>;
148
- export declare const deserializeAws_restJson1DeleteReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportPlanCommandOutput>;
149
- export declare const deserializeAws_restJson1DescribeBackupJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupJobCommandOutput>;
150
- export declare const deserializeAws_restJson1DescribeBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupVaultCommandOutput>;
151
- export declare const deserializeAws_restJson1DescribeCopyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCopyJobCommandOutput>;
152
- export declare const deserializeAws_restJson1DescribeFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFrameworkCommandOutput>;
153
- export declare const deserializeAws_restJson1DescribeGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalSettingsCommandOutput>;
154
- export declare const deserializeAws_restJson1DescribeProtectedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectedResourceCommandOutput>;
155
- export declare const deserializeAws_restJson1DescribeRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoveryPointCommandOutput>;
156
- export declare const deserializeAws_restJson1DescribeRegionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegionSettingsCommandOutput>;
157
- export declare const deserializeAws_restJson1DescribeReportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReportJobCommandOutput>;
158
- export declare const deserializeAws_restJson1DescribeReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReportPlanCommandOutput>;
159
- export declare const deserializeAws_restJson1DescribeRestoreJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRestoreJobCommandOutput>;
160
- export declare const deserializeAws_restJson1DisassociateRecoveryPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRecoveryPointCommandOutput>;
161
- export declare const deserializeAws_restJson1ExportBackupPlanTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportBackupPlanTemplateCommandOutput>;
162
- export declare const deserializeAws_restJson1GetBackupPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupPlanCommandOutput>;
163
- export declare const deserializeAws_restJson1GetBackupPlanFromJSONCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupPlanFromJSONCommandOutput>;
164
- export declare const deserializeAws_restJson1GetBackupPlanFromTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupPlanFromTemplateCommandOutput>;
165
- export declare const deserializeAws_restJson1GetBackupSelectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupSelectionCommandOutput>;
166
- export declare const deserializeAws_restJson1GetBackupVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupVaultAccessPolicyCommandOutput>;
167
- export declare const deserializeAws_restJson1GetBackupVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBackupVaultNotificationsCommandOutput>;
168
- export declare const deserializeAws_restJson1GetRecoveryPointRestoreMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
169
- export declare const deserializeAws_restJson1GetSupportedResourceTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSupportedResourceTypesCommandOutput>;
170
- export declare const deserializeAws_restJson1ListBackupJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupJobsCommandOutput>;
171
- export declare const deserializeAws_restJson1ListBackupPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupPlansCommandOutput>;
172
- export declare const deserializeAws_restJson1ListBackupPlanTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupPlanTemplatesCommandOutput>;
173
- export declare const deserializeAws_restJson1ListBackupPlanVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupPlanVersionsCommandOutput>;
174
- export declare const deserializeAws_restJson1ListBackupSelectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupSelectionsCommandOutput>;
175
- export declare const deserializeAws_restJson1ListBackupVaultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupVaultsCommandOutput>;
176
- export declare const deserializeAws_restJson1ListCopyJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCopyJobsCommandOutput>;
177
- export declare const deserializeAws_restJson1ListFrameworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFrameworksCommandOutput>;
178
- export declare const deserializeAws_restJson1ListProtectedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectedResourcesCommandOutput>;
179
- export declare const deserializeAws_restJson1ListRecoveryPointsByBackupVaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
180
- export declare const deserializeAws_restJson1ListRecoveryPointsByResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecoveryPointsByResourceCommandOutput>;
181
- export declare const deserializeAws_restJson1ListReportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportJobsCommandOutput>;
182
- export declare const deserializeAws_restJson1ListReportPlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportPlansCommandOutput>;
183
- export declare const deserializeAws_restJson1ListRestoreJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRestoreJobsCommandOutput>;
184
- export declare const deserializeAws_restJson1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
185
- export declare const deserializeAws_restJson1PutBackupVaultAccessPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupVaultAccessPolicyCommandOutput>;
186
- export declare const deserializeAws_restJson1PutBackupVaultLockConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupVaultLockConfigurationCommandOutput>;
187
- export declare const deserializeAws_restJson1PutBackupVaultNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupVaultNotificationsCommandOutput>;
188
- export declare const deserializeAws_restJson1StartBackupJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBackupJobCommandOutput>;
189
- export declare const deserializeAws_restJson1StartCopyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCopyJobCommandOutput>;
190
- export declare const deserializeAws_restJson1StartReportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReportJobCommandOutput>;
191
- export declare const deserializeAws_restJson1StartRestoreJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRestoreJobCommandOutput>;
192
- export declare const deserializeAws_restJson1StopBackupJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBackupJobCommandOutput>;
193
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
194
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateBackupPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBackupPlanCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdateFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFrameworkCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateRecoveryPointLifecycleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRecoveryPointLifecycleCommandOutput>;
199
- export declare const deserializeAws_restJson1UpdateRegionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRegionSettingsCommandOutput>;
200
- export declare const deserializeAws_restJson1UpdateReportPlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReportPlanCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateBackupPlanCommandInput,
8
+ CreateBackupPlanCommandOutput,
9
+ } from "../commands/CreateBackupPlanCommand";
10
+ import {
11
+ CreateBackupSelectionCommandInput,
12
+ CreateBackupSelectionCommandOutput,
13
+ } from "../commands/CreateBackupSelectionCommand";
14
+ import {
15
+ CreateBackupVaultCommandInput,
16
+ CreateBackupVaultCommandOutput,
17
+ } from "../commands/CreateBackupVaultCommand";
18
+ import {
19
+ CreateFrameworkCommandInput,
20
+ CreateFrameworkCommandOutput,
21
+ } from "../commands/CreateFrameworkCommand";
22
+ import {
23
+ CreateReportPlanCommandInput,
24
+ CreateReportPlanCommandOutput,
25
+ } from "../commands/CreateReportPlanCommand";
26
+ import {
27
+ DeleteBackupPlanCommandInput,
28
+ DeleteBackupPlanCommandOutput,
29
+ } from "../commands/DeleteBackupPlanCommand";
30
+ import {
31
+ DeleteBackupSelectionCommandInput,
32
+ DeleteBackupSelectionCommandOutput,
33
+ } from "../commands/DeleteBackupSelectionCommand";
34
+ import {
35
+ DeleteBackupVaultAccessPolicyCommandInput,
36
+ DeleteBackupVaultAccessPolicyCommandOutput,
37
+ } from "../commands/DeleteBackupVaultAccessPolicyCommand";
38
+ import {
39
+ DeleteBackupVaultCommandInput,
40
+ DeleteBackupVaultCommandOutput,
41
+ } from "../commands/DeleteBackupVaultCommand";
42
+ import {
43
+ DeleteBackupVaultLockConfigurationCommandInput,
44
+ DeleteBackupVaultLockConfigurationCommandOutput,
45
+ } from "../commands/DeleteBackupVaultLockConfigurationCommand";
46
+ import {
47
+ DeleteBackupVaultNotificationsCommandInput,
48
+ DeleteBackupVaultNotificationsCommandOutput,
49
+ } from "../commands/DeleteBackupVaultNotificationsCommand";
50
+ import {
51
+ DeleteFrameworkCommandInput,
52
+ DeleteFrameworkCommandOutput,
53
+ } from "../commands/DeleteFrameworkCommand";
54
+ import {
55
+ DeleteRecoveryPointCommandInput,
56
+ DeleteRecoveryPointCommandOutput,
57
+ } from "../commands/DeleteRecoveryPointCommand";
58
+ import {
59
+ DeleteReportPlanCommandInput,
60
+ DeleteReportPlanCommandOutput,
61
+ } from "../commands/DeleteReportPlanCommand";
62
+ import {
63
+ DescribeBackupJobCommandInput,
64
+ DescribeBackupJobCommandOutput,
65
+ } from "../commands/DescribeBackupJobCommand";
66
+ import {
67
+ DescribeBackupVaultCommandInput,
68
+ DescribeBackupVaultCommandOutput,
69
+ } from "../commands/DescribeBackupVaultCommand";
70
+ import {
71
+ DescribeCopyJobCommandInput,
72
+ DescribeCopyJobCommandOutput,
73
+ } from "../commands/DescribeCopyJobCommand";
74
+ import {
75
+ DescribeFrameworkCommandInput,
76
+ DescribeFrameworkCommandOutput,
77
+ } from "../commands/DescribeFrameworkCommand";
78
+ import {
79
+ DescribeGlobalSettingsCommandInput,
80
+ DescribeGlobalSettingsCommandOutput,
81
+ } from "../commands/DescribeGlobalSettingsCommand";
82
+ import {
83
+ DescribeProtectedResourceCommandInput,
84
+ DescribeProtectedResourceCommandOutput,
85
+ } from "../commands/DescribeProtectedResourceCommand";
86
+ import {
87
+ DescribeRecoveryPointCommandInput,
88
+ DescribeRecoveryPointCommandOutput,
89
+ } from "../commands/DescribeRecoveryPointCommand";
90
+ import {
91
+ DescribeRegionSettingsCommandInput,
92
+ DescribeRegionSettingsCommandOutput,
93
+ } from "../commands/DescribeRegionSettingsCommand";
94
+ import {
95
+ DescribeReportJobCommandInput,
96
+ DescribeReportJobCommandOutput,
97
+ } from "../commands/DescribeReportJobCommand";
98
+ import {
99
+ DescribeReportPlanCommandInput,
100
+ DescribeReportPlanCommandOutput,
101
+ } from "../commands/DescribeReportPlanCommand";
102
+ import {
103
+ DescribeRestoreJobCommandInput,
104
+ DescribeRestoreJobCommandOutput,
105
+ } from "../commands/DescribeRestoreJobCommand";
106
+ import {
107
+ DisassociateRecoveryPointCommandInput,
108
+ DisassociateRecoveryPointCommandOutput,
109
+ } from "../commands/DisassociateRecoveryPointCommand";
110
+ import {
111
+ ExportBackupPlanTemplateCommandInput,
112
+ ExportBackupPlanTemplateCommandOutput,
113
+ } from "../commands/ExportBackupPlanTemplateCommand";
114
+ import {
115
+ GetBackupPlanCommandInput,
116
+ GetBackupPlanCommandOutput,
117
+ } from "../commands/GetBackupPlanCommand";
118
+ import {
119
+ GetBackupPlanFromJSONCommandInput,
120
+ GetBackupPlanFromJSONCommandOutput,
121
+ } from "../commands/GetBackupPlanFromJSONCommand";
122
+ import {
123
+ GetBackupPlanFromTemplateCommandInput,
124
+ GetBackupPlanFromTemplateCommandOutput,
125
+ } from "../commands/GetBackupPlanFromTemplateCommand";
126
+ import {
127
+ GetBackupSelectionCommandInput,
128
+ GetBackupSelectionCommandOutput,
129
+ } from "../commands/GetBackupSelectionCommand";
130
+ import {
131
+ GetBackupVaultAccessPolicyCommandInput,
132
+ GetBackupVaultAccessPolicyCommandOutput,
133
+ } from "../commands/GetBackupVaultAccessPolicyCommand";
134
+ import {
135
+ GetBackupVaultNotificationsCommandInput,
136
+ GetBackupVaultNotificationsCommandOutput,
137
+ } from "../commands/GetBackupVaultNotificationsCommand";
138
+ import {
139
+ GetRecoveryPointRestoreMetadataCommandInput,
140
+ GetRecoveryPointRestoreMetadataCommandOutput,
141
+ } from "../commands/GetRecoveryPointRestoreMetadataCommand";
142
+ import {
143
+ GetSupportedResourceTypesCommandInput,
144
+ GetSupportedResourceTypesCommandOutput,
145
+ } from "../commands/GetSupportedResourceTypesCommand";
146
+ import {
147
+ ListBackupJobsCommandInput,
148
+ ListBackupJobsCommandOutput,
149
+ } from "../commands/ListBackupJobsCommand";
150
+ import {
151
+ ListBackupPlansCommandInput,
152
+ ListBackupPlansCommandOutput,
153
+ } from "../commands/ListBackupPlansCommand";
154
+ import {
155
+ ListBackupPlanTemplatesCommandInput,
156
+ ListBackupPlanTemplatesCommandOutput,
157
+ } from "../commands/ListBackupPlanTemplatesCommand";
158
+ import {
159
+ ListBackupPlanVersionsCommandInput,
160
+ ListBackupPlanVersionsCommandOutput,
161
+ } from "../commands/ListBackupPlanVersionsCommand";
162
+ import {
163
+ ListBackupSelectionsCommandInput,
164
+ ListBackupSelectionsCommandOutput,
165
+ } from "../commands/ListBackupSelectionsCommand";
166
+ import {
167
+ ListBackupVaultsCommandInput,
168
+ ListBackupVaultsCommandOutput,
169
+ } from "../commands/ListBackupVaultsCommand";
170
+ import {
171
+ ListCopyJobsCommandInput,
172
+ ListCopyJobsCommandOutput,
173
+ } from "../commands/ListCopyJobsCommand";
174
+ import {
175
+ ListFrameworksCommandInput,
176
+ ListFrameworksCommandOutput,
177
+ } from "../commands/ListFrameworksCommand";
178
+ import {
179
+ ListProtectedResourcesCommandInput,
180
+ ListProtectedResourcesCommandOutput,
181
+ } from "../commands/ListProtectedResourcesCommand";
182
+ import {
183
+ ListRecoveryPointsByBackupVaultCommandInput,
184
+ ListRecoveryPointsByBackupVaultCommandOutput,
185
+ } from "../commands/ListRecoveryPointsByBackupVaultCommand";
186
+ import {
187
+ ListRecoveryPointsByResourceCommandInput,
188
+ ListRecoveryPointsByResourceCommandOutput,
189
+ } from "../commands/ListRecoveryPointsByResourceCommand";
190
+ import {
191
+ ListReportJobsCommandInput,
192
+ ListReportJobsCommandOutput,
193
+ } from "../commands/ListReportJobsCommand";
194
+ import {
195
+ ListReportPlansCommandInput,
196
+ ListReportPlansCommandOutput,
197
+ } from "../commands/ListReportPlansCommand";
198
+ import {
199
+ ListRestoreJobsCommandInput,
200
+ ListRestoreJobsCommandOutput,
201
+ } from "../commands/ListRestoreJobsCommand";
202
+ import {
203
+ ListTagsCommandInput,
204
+ ListTagsCommandOutput,
205
+ } from "../commands/ListTagsCommand";
206
+ import {
207
+ PutBackupVaultAccessPolicyCommandInput,
208
+ PutBackupVaultAccessPolicyCommandOutput,
209
+ } from "../commands/PutBackupVaultAccessPolicyCommand";
210
+ import {
211
+ PutBackupVaultLockConfigurationCommandInput,
212
+ PutBackupVaultLockConfigurationCommandOutput,
213
+ } from "../commands/PutBackupVaultLockConfigurationCommand";
214
+ import {
215
+ PutBackupVaultNotificationsCommandInput,
216
+ PutBackupVaultNotificationsCommandOutput,
217
+ } from "../commands/PutBackupVaultNotificationsCommand";
218
+ import {
219
+ StartBackupJobCommandInput,
220
+ StartBackupJobCommandOutput,
221
+ } from "../commands/StartBackupJobCommand";
222
+ import {
223
+ StartCopyJobCommandInput,
224
+ StartCopyJobCommandOutput,
225
+ } from "../commands/StartCopyJobCommand";
226
+ import {
227
+ StartReportJobCommandInput,
228
+ StartReportJobCommandOutput,
229
+ } from "../commands/StartReportJobCommand";
230
+ import {
231
+ StartRestoreJobCommandInput,
232
+ StartRestoreJobCommandOutput,
233
+ } from "../commands/StartRestoreJobCommand";
234
+ import {
235
+ StopBackupJobCommandInput,
236
+ StopBackupJobCommandOutput,
237
+ } from "../commands/StopBackupJobCommand";
238
+ import {
239
+ TagResourceCommandInput,
240
+ TagResourceCommandOutput,
241
+ } from "../commands/TagResourceCommand";
242
+ import {
243
+ UntagResourceCommandInput,
244
+ UntagResourceCommandOutput,
245
+ } from "../commands/UntagResourceCommand";
246
+ import {
247
+ UpdateBackupPlanCommandInput,
248
+ UpdateBackupPlanCommandOutput,
249
+ } from "../commands/UpdateBackupPlanCommand";
250
+ import {
251
+ UpdateFrameworkCommandInput,
252
+ UpdateFrameworkCommandOutput,
253
+ } from "../commands/UpdateFrameworkCommand";
254
+ import {
255
+ UpdateGlobalSettingsCommandInput,
256
+ UpdateGlobalSettingsCommandOutput,
257
+ } from "../commands/UpdateGlobalSettingsCommand";
258
+ import {
259
+ UpdateRecoveryPointLifecycleCommandInput,
260
+ UpdateRecoveryPointLifecycleCommandOutput,
261
+ } from "../commands/UpdateRecoveryPointLifecycleCommand";
262
+ import {
263
+ UpdateRegionSettingsCommandInput,
264
+ UpdateRegionSettingsCommandOutput,
265
+ } from "../commands/UpdateRegionSettingsCommand";
266
+ import {
267
+ UpdateReportPlanCommandInput,
268
+ UpdateReportPlanCommandOutput,
269
+ } from "../commands/UpdateReportPlanCommand";
270
+ export declare const serializeAws_restJson1CreateBackupPlanCommand: (
271
+ input: CreateBackupPlanCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_restJson1CreateBackupSelectionCommand: (
275
+ input: CreateBackupSelectionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateBackupVaultCommand: (
279
+ input: CreateBackupVaultCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateFrameworkCommand: (
283
+ input: CreateFrameworkCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1CreateReportPlanCommand: (
287
+ input: CreateReportPlanCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1DeleteBackupPlanCommand: (
291
+ input: DeleteBackupPlanCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1DeleteBackupSelectionCommand: (
295
+ input: DeleteBackupSelectionCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1DeleteBackupVaultCommand: (
299
+ input: DeleteBackupVaultCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1DeleteBackupVaultAccessPolicyCommand: (
303
+ input: DeleteBackupVaultAccessPolicyCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1DeleteBackupVaultLockConfigurationCommand: (
307
+ input: DeleteBackupVaultLockConfigurationCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1DeleteBackupVaultNotificationsCommand: (
311
+ input: DeleteBackupVaultNotificationsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1DeleteFrameworkCommand: (
315
+ input: DeleteFrameworkCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1DeleteRecoveryPointCommand: (
319
+ input: DeleteRecoveryPointCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteReportPlanCommand: (
323
+ input: DeleteReportPlanCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DescribeBackupJobCommand: (
327
+ input: DescribeBackupJobCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DescribeBackupVaultCommand: (
331
+ input: DescribeBackupVaultCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DescribeCopyJobCommand: (
335
+ input: DescribeCopyJobCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DescribeFrameworkCommand: (
339
+ input: DescribeFrameworkCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DescribeGlobalSettingsCommand: (
343
+ input: DescribeGlobalSettingsCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DescribeProtectedResourceCommand: (
347
+ input: DescribeProtectedResourceCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DescribeRecoveryPointCommand: (
351
+ input: DescribeRecoveryPointCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DescribeRegionSettingsCommand: (
355
+ input: DescribeRegionSettingsCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DescribeReportJobCommand: (
359
+ input: DescribeReportJobCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DescribeReportPlanCommand: (
363
+ input: DescribeReportPlanCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1DescribeRestoreJobCommand: (
367
+ input: DescribeRestoreJobCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1DisassociateRecoveryPointCommand: (
371
+ input: DisassociateRecoveryPointCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1ExportBackupPlanTemplateCommand: (
375
+ input: ExportBackupPlanTemplateCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1GetBackupPlanCommand: (
379
+ input: GetBackupPlanCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1GetBackupPlanFromJSONCommand: (
383
+ input: GetBackupPlanFromJSONCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1GetBackupPlanFromTemplateCommand: (
387
+ input: GetBackupPlanFromTemplateCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1GetBackupSelectionCommand: (
391
+ input: GetBackupSelectionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1GetBackupVaultAccessPolicyCommand: (
395
+ input: GetBackupVaultAccessPolicyCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1GetBackupVaultNotificationsCommand: (
399
+ input: GetBackupVaultNotificationsCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1GetRecoveryPointRestoreMetadataCommand: (
403
+ input: GetRecoveryPointRestoreMetadataCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1GetSupportedResourceTypesCommand: (
407
+ input: GetSupportedResourceTypesCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1ListBackupJobsCommand: (
411
+ input: ListBackupJobsCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1ListBackupPlansCommand: (
415
+ input: ListBackupPlansCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1ListBackupPlanTemplatesCommand: (
419
+ input: ListBackupPlanTemplatesCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1ListBackupPlanVersionsCommand: (
423
+ input: ListBackupPlanVersionsCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1ListBackupSelectionsCommand: (
427
+ input: ListBackupSelectionsCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1ListBackupVaultsCommand: (
431
+ input: ListBackupVaultsCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1ListCopyJobsCommand: (
435
+ input: ListCopyJobsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1ListFrameworksCommand: (
439
+ input: ListFrameworksCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1ListProtectedResourcesCommand: (
443
+ input: ListProtectedResourcesCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1ListRecoveryPointsByBackupVaultCommand: (
447
+ input: ListRecoveryPointsByBackupVaultCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1ListRecoveryPointsByResourceCommand: (
451
+ input: ListRecoveryPointsByResourceCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1ListReportJobsCommand: (
455
+ input: ListReportJobsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1ListReportPlansCommand: (
459
+ input: ListReportPlansCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1ListRestoreJobsCommand: (
463
+ input: ListRestoreJobsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListTagsCommand: (
467
+ input: ListTagsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1PutBackupVaultAccessPolicyCommand: (
471
+ input: PutBackupVaultAccessPolicyCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1PutBackupVaultLockConfigurationCommand: (
475
+ input: PutBackupVaultLockConfigurationCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1PutBackupVaultNotificationsCommand: (
479
+ input: PutBackupVaultNotificationsCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1StartBackupJobCommand: (
483
+ input: StartBackupJobCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1StartCopyJobCommand: (
487
+ input: StartCopyJobCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1StartReportJobCommand: (
491
+ input: StartReportJobCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1StartRestoreJobCommand: (
495
+ input: StartRestoreJobCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1StopBackupJobCommand: (
499
+ input: StopBackupJobCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1TagResourceCommand: (
503
+ input: TagResourceCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UntagResourceCommand: (
507
+ input: UntagResourceCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1UpdateBackupPlanCommand: (
511
+ input: UpdateBackupPlanCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1UpdateFrameworkCommand: (
515
+ input: UpdateFrameworkCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1UpdateGlobalSettingsCommand: (
519
+ input: UpdateGlobalSettingsCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1UpdateRecoveryPointLifecycleCommand: (
523
+ input: UpdateRecoveryPointLifecycleCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1UpdateRegionSettingsCommand: (
527
+ input: UpdateRegionSettingsCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1UpdateReportPlanCommand: (
531
+ input: UpdateReportPlanCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const deserializeAws_restJson1CreateBackupPlanCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<CreateBackupPlanCommandOutput>;
538
+ export declare const deserializeAws_restJson1CreateBackupSelectionCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<CreateBackupSelectionCommandOutput>;
542
+ export declare const deserializeAws_restJson1CreateBackupVaultCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<CreateBackupVaultCommandOutput>;
546
+ export declare const deserializeAws_restJson1CreateFrameworkCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreateFrameworkCommandOutput>;
550
+ export declare const deserializeAws_restJson1CreateReportPlanCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateReportPlanCommandOutput>;
554
+ export declare const deserializeAws_restJson1DeleteBackupPlanCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<DeleteBackupPlanCommandOutput>;
558
+ export declare const deserializeAws_restJson1DeleteBackupSelectionCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<DeleteBackupSelectionCommandOutput>;
562
+ export declare const deserializeAws_restJson1DeleteBackupVaultCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<DeleteBackupVaultCommandOutput>;
566
+ export declare const deserializeAws_restJson1DeleteBackupVaultAccessPolicyCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<DeleteBackupVaultAccessPolicyCommandOutput>;
570
+ export declare const deserializeAws_restJson1DeleteBackupVaultLockConfigurationCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<DeleteBackupVaultLockConfigurationCommandOutput>;
574
+ export declare const deserializeAws_restJson1DeleteBackupVaultNotificationsCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<DeleteBackupVaultNotificationsCommandOutput>;
578
+ export declare const deserializeAws_restJson1DeleteFrameworkCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<DeleteFrameworkCommandOutput>;
582
+ export declare const deserializeAws_restJson1DeleteRecoveryPointCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<DeleteRecoveryPointCommandOutput>;
586
+ export declare const deserializeAws_restJson1DeleteReportPlanCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<DeleteReportPlanCommandOutput>;
590
+ export declare const deserializeAws_restJson1DescribeBackupJobCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DescribeBackupJobCommandOutput>;
594
+ export declare const deserializeAws_restJson1DescribeBackupVaultCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DescribeBackupVaultCommandOutput>;
598
+ export declare const deserializeAws_restJson1DescribeCopyJobCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DescribeCopyJobCommandOutput>;
602
+ export declare const deserializeAws_restJson1DescribeFrameworkCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DescribeFrameworkCommandOutput>;
606
+ export declare const deserializeAws_restJson1DescribeGlobalSettingsCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DescribeGlobalSettingsCommandOutput>;
610
+ export declare const deserializeAws_restJson1DescribeProtectedResourceCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DescribeProtectedResourceCommandOutput>;
614
+ export declare const deserializeAws_restJson1DescribeRecoveryPointCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DescribeRecoveryPointCommandOutput>;
618
+ export declare const deserializeAws_restJson1DescribeRegionSettingsCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DescribeRegionSettingsCommandOutput>;
622
+ export declare const deserializeAws_restJson1DescribeReportJobCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DescribeReportJobCommandOutput>;
626
+ export declare const deserializeAws_restJson1DescribeReportPlanCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DescribeReportPlanCommandOutput>;
630
+ export declare const deserializeAws_restJson1DescribeRestoreJobCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DescribeRestoreJobCommandOutput>;
634
+ export declare const deserializeAws_restJson1DisassociateRecoveryPointCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DisassociateRecoveryPointCommandOutput>;
638
+ export declare const deserializeAws_restJson1ExportBackupPlanTemplateCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<ExportBackupPlanTemplateCommandOutput>;
642
+ export declare const deserializeAws_restJson1GetBackupPlanCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<GetBackupPlanCommandOutput>;
646
+ export declare const deserializeAws_restJson1GetBackupPlanFromJSONCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<GetBackupPlanFromJSONCommandOutput>;
650
+ export declare const deserializeAws_restJson1GetBackupPlanFromTemplateCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<GetBackupPlanFromTemplateCommandOutput>;
654
+ export declare const deserializeAws_restJson1GetBackupSelectionCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<GetBackupSelectionCommandOutput>;
658
+ export declare const deserializeAws_restJson1GetBackupVaultAccessPolicyCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<GetBackupVaultAccessPolicyCommandOutput>;
662
+ export declare const deserializeAws_restJson1GetBackupVaultNotificationsCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<GetBackupVaultNotificationsCommandOutput>;
666
+ export declare const deserializeAws_restJson1GetRecoveryPointRestoreMetadataCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<GetRecoveryPointRestoreMetadataCommandOutput>;
670
+ export declare const deserializeAws_restJson1GetSupportedResourceTypesCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<GetSupportedResourceTypesCommandOutput>;
674
+ export declare const deserializeAws_restJson1ListBackupJobsCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<ListBackupJobsCommandOutput>;
678
+ export declare const deserializeAws_restJson1ListBackupPlansCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<ListBackupPlansCommandOutput>;
682
+ export declare const deserializeAws_restJson1ListBackupPlanTemplatesCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<ListBackupPlanTemplatesCommandOutput>;
686
+ export declare const deserializeAws_restJson1ListBackupPlanVersionsCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<ListBackupPlanVersionsCommandOutput>;
690
+ export declare const deserializeAws_restJson1ListBackupSelectionsCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListBackupSelectionsCommandOutput>;
694
+ export declare const deserializeAws_restJson1ListBackupVaultsCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListBackupVaultsCommandOutput>;
698
+ export declare const deserializeAws_restJson1ListCopyJobsCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListCopyJobsCommandOutput>;
702
+ export declare const deserializeAws_restJson1ListFrameworksCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListFrameworksCommandOutput>;
706
+ export declare const deserializeAws_restJson1ListProtectedResourcesCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListProtectedResourcesCommandOutput>;
710
+ export declare const deserializeAws_restJson1ListRecoveryPointsByBackupVaultCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListRecoveryPointsByBackupVaultCommandOutput>;
714
+ export declare const deserializeAws_restJson1ListRecoveryPointsByResourceCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListRecoveryPointsByResourceCommandOutput>;
718
+ export declare const deserializeAws_restJson1ListReportJobsCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListReportJobsCommandOutput>;
722
+ export declare const deserializeAws_restJson1ListReportPlansCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListReportPlansCommandOutput>;
726
+ export declare const deserializeAws_restJson1ListRestoreJobsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListRestoreJobsCommandOutput>;
730
+ export declare const deserializeAws_restJson1ListTagsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListTagsCommandOutput>;
734
+ export declare const deserializeAws_restJson1PutBackupVaultAccessPolicyCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<PutBackupVaultAccessPolicyCommandOutput>;
738
+ export declare const deserializeAws_restJson1PutBackupVaultLockConfigurationCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<PutBackupVaultLockConfigurationCommandOutput>;
742
+ export declare const deserializeAws_restJson1PutBackupVaultNotificationsCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<PutBackupVaultNotificationsCommandOutput>;
746
+ export declare const deserializeAws_restJson1StartBackupJobCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<StartBackupJobCommandOutput>;
750
+ export declare const deserializeAws_restJson1StartCopyJobCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<StartCopyJobCommandOutput>;
754
+ export declare const deserializeAws_restJson1StartReportJobCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<StartReportJobCommandOutput>;
758
+ export declare const deserializeAws_restJson1StartRestoreJobCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<StartRestoreJobCommandOutput>;
762
+ export declare const deserializeAws_restJson1StopBackupJobCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<StopBackupJobCommandOutput>;
766
+ export declare const deserializeAws_restJson1TagResourceCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<TagResourceCommandOutput>;
770
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UntagResourceCommandOutput>;
774
+ export declare const deserializeAws_restJson1UpdateBackupPlanCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateBackupPlanCommandOutput>;
778
+ export declare const deserializeAws_restJson1UpdateFrameworkCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateFrameworkCommandOutput>;
782
+ export declare const deserializeAws_restJson1UpdateGlobalSettingsCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<UpdateGlobalSettingsCommandOutput>;
786
+ export declare const deserializeAws_restJson1UpdateRecoveryPointLifecycleCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<UpdateRecoveryPointLifecycleCommandOutput>;
790
+ export declare const deserializeAws_restJson1UpdateRegionSettingsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<UpdateRegionSettingsCommandOutput>;
794
+ export declare const deserializeAws_restJson1UpdateReportPlanCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<UpdateReportPlanCommandOutput>;