@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Backup.d.ts +1198 -335
- package/dist-types/ts3.4/BackupClient.d.ts +525 -139
- package/dist-types/ts3.4/commands/CreateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBackupSelectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBackupVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupSelectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFrameworkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteReportPlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeBackupJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBackupVaultCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCopyJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGlobalSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectedResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryPointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReportJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReportPlanCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRestoreJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateRecoveryPointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ExportBackupPlanTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromJSONCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupPlanFromTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupSelectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetBackupVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBackupVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecoveryPointRestoreMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSupportedResourceTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBackupPlanTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlanVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBackupSelectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBackupVaultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCopyJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListFrameworksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectedResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByBackupVaultCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecoveryPointsByResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListReportJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListReportPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRestoreJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutBackupVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultLockConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutBackupVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartBackupJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCopyJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartReportJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartRestoreJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopBackupJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateBackupPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFrameworkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRecoveryPointLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRegionSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateReportPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +66 -66
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BackupServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2050 -1910
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBackupJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlanVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupSelectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBackupVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCopyJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFrameworksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectedResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByBackupVaultPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecoveryPointsByResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReportPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRestoreJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +16 -16
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +797 -200
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,200 +1,797 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
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>;
|