@aws-sdk/client-cloudfront 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/CloudFront.d.ts +1852 -495
- package/dist-types/ts3.4/CloudFrontClient.d.ts +717 -171
- package/dist-types/ts3.4/commands/AssociateAliasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInvalidationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamingDistributionWithTagsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCachePolicyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteKeyGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOriginAccessControlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginRequestPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRealtimeLogConfigCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResponseHeadersPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStreamingDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCachePolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInvalidationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetKeyGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetKeyGroupConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMonitoringSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginAccessControlConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetOriginRequestPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPublicKeyConfigCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResponseHeadersPolicyConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetStreamingDistributionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCachePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListConflictingAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByCachePolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByKeyGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsByWebACLIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvalidationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListKeyGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOriginAccessControlsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOriginRequestPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRealtimeLogConfigsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResponseHeadersPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStreamingDistributionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateCachePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateKeyGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginAccessControlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePublicKeyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRealtimeLogConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResponseHeadersPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamingDistributionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +98 -98
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudFrontServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6428 -84
- package/dist-types/ts3.4/models/models_1.d.ts +2015 -1748
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvalidationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamingDistributionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1181 -296
- 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/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForDistributionDeployed.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForInvalidationCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForStreamingDistributionDeployed.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,296 +1,1181 @@
|
|
|
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
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
import {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
import {
|
|
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
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
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
|
+
AssociateAliasCommandInput,
|
|
8
|
+
AssociateAliasCommandOutput,
|
|
9
|
+
} from "../commands/AssociateAliasCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateCachePolicyCommandInput,
|
|
12
|
+
CreateCachePolicyCommandOutput,
|
|
13
|
+
} from "../commands/CreateCachePolicyCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
16
|
+
CreateCloudFrontOriginAccessIdentityCommandOutput,
|
|
17
|
+
} from "../commands/CreateCloudFrontOriginAccessIdentityCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateDistributionCommandInput,
|
|
20
|
+
CreateDistributionCommandOutput,
|
|
21
|
+
} from "../commands/CreateDistributionCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateDistributionWithTagsCommandInput,
|
|
24
|
+
CreateDistributionWithTagsCommandOutput,
|
|
25
|
+
} from "../commands/CreateDistributionWithTagsCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateFieldLevelEncryptionConfigCommandInput,
|
|
28
|
+
CreateFieldLevelEncryptionConfigCommandOutput,
|
|
29
|
+
} from "../commands/CreateFieldLevelEncryptionConfigCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateFieldLevelEncryptionProfileCommandInput,
|
|
32
|
+
CreateFieldLevelEncryptionProfileCommandOutput,
|
|
33
|
+
} from "../commands/CreateFieldLevelEncryptionProfileCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateFunctionCommandInput,
|
|
36
|
+
CreateFunctionCommandOutput,
|
|
37
|
+
} from "../commands/CreateFunctionCommand";
|
|
38
|
+
import {
|
|
39
|
+
CreateInvalidationCommandInput,
|
|
40
|
+
CreateInvalidationCommandOutput,
|
|
41
|
+
} from "../commands/CreateInvalidationCommand";
|
|
42
|
+
import {
|
|
43
|
+
CreateKeyGroupCommandInput,
|
|
44
|
+
CreateKeyGroupCommandOutput,
|
|
45
|
+
} from "../commands/CreateKeyGroupCommand";
|
|
46
|
+
import {
|
|
47
|
+
CreateMonitoringSubscriptionCommandInput,
|
|
48
|
+
CreateMonitoringSubscriptionCommandOutput,
|
|
49
|
+
} from "../commands/CreateMonitoringSubscriptionCommand";
|
|
50
|
+
import {
|
|
51
|
+
CreateOriginAccessControlCommandInput,
|
|
52
|
+
CreateOriginAccessControlCommandOutput,
|
|
53
|
+
} from "../commands/CreateOriginAccessControlCommand";
|
|
54
|
+
import {
|
|
55
|
+
CreateOriginRequestPolicyCommandInput,
|
|
56
|
+
CreateOriginRequestPolicyCommandOutput,
|
|
57
|
+
} from "../commands/CreateOriginRequestPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreatePublicKeyCommandInput,
|
|
60
|
+
CreatePublicKeyCommandOutput,
|
|
61
|
+
} from "../commands/CreatePublicKeyCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateRealtimeLogConfigCommandInput,
|
|
64
|
+
CreateRealtimeLogConfigCommandOutput,
|
|
65
|
+
} from "../commands/CreateRealtimeLogConfigCommand";
|
|
66
|
+
import {
|
|
67
|
+
CreateResponseHeadersPolicyCommandInput,
|
|
68
|
+
CreateResponseHeadersPolicyCommandOutput,
|
|
69
|
+
} from "../commands/CreateResponseHeadersPolicyCommand";
|
|
70
|
+
import {
|
|
71
|
+
CreateStreamingDistributionCommandInput,
|
|
72
|
+
CreateStreamingDistributionCommandOutput,
|
|
73
|
+
} from "../commands/CreateStreamingDistributionCommand";
|
|
74
|
+
import {
|
|
75
|
+
CreateStreamingDistributionWithTagsCommandInput,
|
|
76
|
+
CreateStreamingDistributionWithTagsCommandOutput,
|
|
77
|
+
} from "../commands/CreateStreamingDistributionWithTagsCommand";
|
|
78
|
+
import {
|
|
79
|
+
DeleteCachePolicyCommandInput,
|
|
80
|
+
DeleteCachePolicyCommandOutput,
|
|
81
|
+
} from "../commands/DeleteCachePolicyCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
84
|
+
DeleteCloudFrontOriginAccessIdentityCommandOutput,
|
|
85
|
+
} from "../commands/DeleteCloudFrontOriginAccessIdentityCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteDistributionCommandInput,
|
|
88
|
+
DeleteDistributionCommandOutput,
|
|
89
|
+
} from "../commands/DeleteDistributionCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteFieldLevelEncryptionConfigCommandInput,
|
|
92
|
+
DeleteFieldLevelEncryptionConfigCommandOutput,
|
|
93
|
+
} from "../commands/DeleteFieldLevelEncryptionConfigCommand";
|
|
94
|
+
import {
|
|
95
|
+
DeleteFieldLevelEncryptionProfileCommandInput,
|
|
96
|
+
DeleteFieldLevelEncryptionProfileCommandOutput,
|
|
97
|
+
} from "../commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteFunctionCommandInput,
|
|
100
|
+
DeleteFunctionCommandOutput,
|
|
101
|
+
} from "../commands/DeleteFunctionCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteKeyGroupCommandInput,
|
|
104
|
+
DeleteKeyGroupCommandOutput,
|
|
105
|
+
} from "../commands/DeleteKeyGroupCommand";
|
|
106
|
+
import {
|
|
107
|
+
DeleteMonitoringSubscriptionCommandInput,
|
|
108
|
+
DeleteMonitoringSubscriptionCommandOutput,
|
|
109
|
+
} from "../commands/DeleteMonitoringSubscriptionCommand";
|
|
110
|
+
import {
|
|
111
|
+
DeleteOriginAccessControlCommandInput,
|
|
112
|
+
DeleteOriginAccessControlCommandOutput,
|
|
113
|
+
} from "../commands/DeleteOriginAccessControlCommand";
|
|
114
|
+
import {
|
|
115
|
+
DeleteOriginRequestPolicyCommandInput,
|
|
116
|
+
DeleteOriginRequestPolicyCommandOutput,
|
|
117
|
+
} from "../commands/DeleteOriginRequestPolicyCommand";
|
|
118
|
+
import {
|
|
119
|
+
DeletePublicKeyCommandInput,
|
|
120
|
+
DeletePublicKeyCommandOutput,
|
|
121
|
+
} from "../commands/DeletePublicKeyCommand";
|
|
122
|
+
import {
|
|
123
|
+
DeleteRealtimeLogConfigCommandInput,
|
|
124
|
+
DeleteRealtimeLogConfigCommandOutput,
|
|
125
|
+
} from "../commands/DeleteRealtimeLogConfigCommand";
|
|
126
|
+
import {
|
|
127
|
+
DeleteResponseHeadersPolicyCommandInput,
|
|
128
|
+
DeleteResponseHeadersPolicyCommandOutput,
|
|
129
|
+
} from "../commands/DeleteResponseHeadersPolicyCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteStreamingDistributionCommandInput,
|
|
132
|
+
DeleteStreamingDistributionCommandOutput,
|
|
133
|
+
} from "../commands/DeleteStreamingDistributionCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeFunctionCommandInput,
|
|
136
|
+
DescribeFunctionCommandOutput,
|
|
137
|
+
} from "../commands/DescribeFunctionCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetCachePolicyCommandInput,
|
|
140
|
+
GetCachePolicyCommandOutput,
|
|
141
|
+
} from "../commands/GetCachePolicyCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetCachePolicyConfigCommandInput,
|
|
144
|
+
GetCachePolicyConfigCommandOutput,
|
|
145
|
+
} from "../commands/GetCachePolicyConfigCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetCloudFrontOriginAccessIdentityCommandInput,
|
|
148
|
+
GetCloudFrontOriginAccessIdentityCommandOutput,
|
|
149
|
+
} from "../commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
152
|
+
GetCloudFrontOriginAccessIdentityConfigCommandOutput,
|
|
153
|
+
} from "../commands/GetCloudFrontOriginAccessIdentityConfigCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetDistributionCommandInput,
|
|
156
|
+
GetDistributionCommandOutput,
|
|
157
|
+
} from "../commands/GetDistributionCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetDistributionConfigCommandInput,
|
|
160
|
+
GetDistributionConfigCommandOutput,
|
|
161
|
+
} from "../commands/GetDistributionConfigCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetFieldLevelEncryptionCommandInput,
|
|
164
|
+
GetFieldLevelEncryptionCommandOutput,
|
|
165
|
+
} from "../commands/GetFieldLevelEncryptionCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetFieldLevelEncryptionConfigCommandInput,
|
|
168
|
+
GetFieldLevelEncryptionConfigCommandOutput,
|
|
169
|
+
} from "../commands/GetFieldLevelEncryptionConfigCommand";
|
|
170
|
+
import {
|
|
171
|
+
GetFieldLevelEncryptionProfileCommandInput,
|
|
172
|
+
GetFieldLevelEncryptionProfileCommandOutput,
|
|
173
|
+
} from "../commands/GetFieldLevelEncryptionProfileCommand";
|
|
174
|
+
import {
|
|
175
|
+
GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
176
|
+
GetFieldLevelEncryptionProfileConfigCommandOutput,
|
|
177
|
+
} from "../commands/GetFieldLevelEncryptionProfileConfigCommand";
|
|
178
|
+
import {
|
|
179
|
+
GetFunctionCommandInput,
|
|
180
|
+
GetFunctionCommandOutput,
|
|
181
|
+
} from "../commands/GetFunctionCommand";
|
|
182
|
+
import {
|
|
183
|
+
GetInvalidationCommandInput,
|
|
184
|
+
GetInvalidationCommandOutput,
|
|
185
|
+
} from "../commands/GetInvalidationCommand";
|
|
186
|
+
import {
|
|
187
|
+
GetKeyGroupCommandInput,
|
|
188
|
+
GetKeyGroupCommandOutput,
|
|
189
|
+
} from "../commands/GetKeyGroupCommand";
|
|
190
|
+
import {
|
|
191
|
+
GetKeyGroupConfigCommandInput,
|
|
192
|
+
GetKeyGroupConfigCommandOutput,
|
|
193
|
+
} from "../commands/GetKeyGroupConfigCommand";
|
|
194
|
+
import {
|
|
195
|
+
GetMonitoringSubscriptionCommandInput,
|
|
196
|
+
GetMonitoringSubscriptionCommandOutput,
|
|
197
|
+
} from "../commands/GetMonitoringSubscriptionCommand";
|
|
198
|
+
import {
|
|
199
|
+
GetOriginAccessControlCommandInput,
|
|
200
|
+
GetOriginAccessControlCommandOutput,
|
|
201
|
+
} from "../commands/GetOriginAccessControlCommand";
|
|
202
|
+
import {
|
|
203
|
+
GetOriginAccessControlConfigCommandInput,
|
|
204
|
+
GetOriginAccessControlConfigCommandOutput,
|
|
205
|
+
} from "../commands/GetOriginAccessControlConfigCommand";
|
|
206
|
+
import {
|
|
207
|
+
GetOriginRequestPolicyCommandInput,
|
|
208
|
+
GetOriginRequestPolicyCommandOutput,
|
|
209
|
+
} from "../commands/GetOriginRequestPolicyCommand";
|
|
210
|
+
import {
|
|
211
|
+
GetOriginRequestPolicyConfigCommandInput,
|
|
212
|
+
GetOriginRequestPolicyConfigCommandOutput,
|
|
213
|
+
} from "../commands/GetOriginRequestPolicyConfigCommand";
|
|
214
|
+
import {
|
|
215
|
+
GetPublicKeyCommandInput,
|
|
216
|
+
GetPublicKeyCommandOutput,
|
|
217
|
+
} from "../commands/GetPublicKeyCommand";
|
|
218
|
+
import {
|
|
219
|
+
GetPublicKeyConfigCommandInput,
|
|
220
|
+
GetPublicKeyConfigCommandOutput,
|
|
221
|
+
} from "../commands/GetPublicKeyConfigCommand";
|
|
222
|
+
import {
|
|
223
|
+
GetRealtimeLogConfigCommandInput,
|
|
224
|
+
GetRealtimeLogConfigCommandOutput,
|
|
225
|
+
} from "../commands/GetRealtimeLogConfigCommand";
|
|
226
|
+
import {
|
|
227
|
+
GetResponseHeadersPolicyCommandInput,
|
|
228
|
+
GetResponseHeadersPolicyCommandOutput,
|
|
229
|
+
} from "../commands/GetResponseHeadersPolicyCommand";
|
|
230
|
+
import {
|
|
231
|
+
GetResponseHeadersPolicyConfigCommandInput,
|
|
232
|
+
GetResponseHeadersPolicyConfigCommandOutput,
|
|
233
|
+
} from "../commands/GetResponseHeadersPolicyConfigCommand";
|
|
234
|
+
import {
|
|
235
|
+
GetStreamingDistributionCommandInput,
|
|
236
|
+
GetStreamingDistributionCommandOutput,
|
|
237
|
+
} from "../commands/GetStreamingDistributionCommand";
|
|
238
|
+
import {
|
|
239
|
+
GetStreamingDistributionConfigCommandInput,
|
|
240
|
+
GetStreamingDistributionConfigCommandOutput,
|
|
241
|
+
} from "../commands/GetStreamingDistributionConfigCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListCachePoliciesCommandInput,
|
|
244
|
+
ListCachePoliciesCommandOutput,
|
|
245
|
+
} from "../commands/ListCachePoliciesCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
248
|
+
ListCloudFrontOriginAccessIdentitiesCommandOutput,
|
|
249
|
+
} from "../commands/ListCloudFrontOriginAccessIdentitiesCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListConflictingAliasesCommandInput,
|
|
252
|
+
ListConflictingAliasesCommandOutput,
|
|
253
|
+
} from "../commands/ListConflictingAliasesCommand";
|
|
254
|
+
import {
|
|
255
|
+
ListDistributionsByCachePolicyIdCommandInput,
|
|
256
|
+
ListDistributionsByCachePolicyIdCommandOutput,
|
|
257
|
+
} from "../commands/ListDistributionsByCachePolicyIdCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListDistributionsByKeyGroupCommandInput,
|
|
260
|
+
ListDistributionsByKeyGroupCommandOutput,
|
|
261
|
+
} from "../commands/ListDistributionsByKeyGroupCommand";
|
|
262
|
+
import {
|
|
263
|
+
ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
264
|
+
ListDistributionsByOriginRequestPolicyIdCommandOutput,
|
|
265
|
+
} from "../commands/ListDistributionsByOriginRequestPolicyIdCommand";
|
|
266
|
+
import {
|
|
267
|
+
ListDistributionsByRealtimeLogConfigCommandInput,
|
|
268
|
+
ListDistributionsByRealtimeLogConfigCommandOutput,
|
|
269
|
+
} from "../commands/ListDistributionsByRealtimeLogConfigCommand";
|
|
270
|
+
import {
|
|
271
|
+
ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
272
|
+
ListDistributionsByResponseHeadersPolicyIdCommandOutput,
|
|
273
|
+
} from "../commands/ListDistributionsByResponseHeadersPolicyIdCommand";
|
|
274
|
+
import {
|
|
275
|
+
ListDistributionsByWebACLIdCommandInput,
|
|
276
|
+
ListDistributionsByWebACLIdCommandOutput,
|
|
277
|
+
} from "../commands/ListDistributionsByWebACLIdCommand";
|
|
278
|
+
import {
|
|
279
|
+
ListDistributionsCommandInput,
|
|
280
|
+
ListDistributionsCommandOutput,
|
|
281
|
+
} from "../commands/ListDistributionsCommand";
|
|
282
|
+
import {
|
|
283
|
+
ListFieldLevelEncryptionConfigsCommandInput,
|
|
284
|
+
ListFieldLevelEncryptionConfigsCommandOutput,
|
|
285
|
+
} from "../commands/ListFieldLevelEncryptionConfigsCommand";
|
|
286
|
+
import {
|
|
287
|
+
ListFieldLevelEncryptionProfilesCommandInput,
|
|
288
|
+
ListFieldLevelEncryptionProfilesCommandOutput,
|
|
289
|
+
} from "../commands/ListFieldLevelEncryptionProfilesCommand";
|
|
290
|
+
import {
|
|
291
|
+
ListFunctionsCommandInput,
|
|
292
|
+
ListFunctionsCommandOutput,
|
|
293
|
+
} from "../commands/ListFunctionsCommand";
|
|
294
|
+
import {
|
|
295
|
+
ListInvalidationsCommandInput,
|
|
296
|
+
ListInvalidationsCommandOutput,
|
|
297
|
+
} from "../commands/ListInvalidationsCommand";
|
|
298
|
+
import {
|
|
299
|
+
ListKeyGroupsCommandInput,
|
|
300
|
+
ListKeyGroupsCommandOutput,
|
|
301
|
+
} from "../commands/ListKeyGroupsCommand";
|
|
302
|
+
import {
|
|
303
|
+
ListOriginAccessControlsCommandInput,
|
|
304
|
+
ListOriginAccessControlsCommandOutput,
|
|
305
|
+
} from "../commands/ListOriginAccessControlsCommand";
|
|
306
|
+
import {
|
|
307
|
+
ListOriginRequestPoliciesCommandInput,
|
|
308
|
+
ListOriginRequestPoliciesCommandOutput,
|
|
309
|
+
} from "../commands/ListOriginRequestPoliciesCommand";
|
|
310
|
+
import {
|
|
311
|
+
ListPublicKeysCommandInput,
|
|
312
|
+
ListPublicKeysCommandOutput,
|
|
313
|
+
} from "../commands/ListPublicKeysCommand";
|
|
314
|
+
import {
|
|
315
|
+
ListRealtimeLogConfigsCommandInput,
|
|
316
|
+
ListRealtimeLogConfigsCommandOutput,
|
|
317
|
+
} from "../commands/ListRealtimeLogConfigsCommand";
|
|
318
|
+
import {
|
|
319
|
+
ListResponseHeadersPoliciesCommandInput,
|
|
320
|
+
ListResponseHeadersPoliciesCommandOutput,
|
|
321
|
+
} from "../commands/ListResponseHeadersPoliciesCommand";
|
|
322
|
+
import {
|
|
323
|
+
ListStreamingDistributionsCommandInput,
|
|
324
|
+
ListStreamingDistributionsCommandOutput,
|
|
325
|
+
} from "../commands/ListStreamingDistributionsCommand";
|
|
326
|
+
import {
|
|
327
|
+
ListTagsForResourceCommandInput,
|
|
328
|
+
ListTagsForResourceCommandOutput,
|
|
329
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
330
|
+
import {
|
|
331
|
+
PublishFunctionCommandInput,
|
|
332
|
+
PublishFunctionCommandOutput,
|
|
333
|
+
} from "../commands/PublishFunctionCommand";
|
|
334
|
+
import {
|
|
335
|
+
TagResourceCommandInput,
|
|
336
|
+
TagResourceCommandOutput,
|
|
337
|
+
} from "../commands/TagResourceCommand";
|
|
338
|
+
import {
|
|
339
|
+
TestFunctionCommandInput,
|
|
340
|
+
TestFunctionCommandOutput,
|
|
341
|
+
} from "../commands/TestFunctionCommand";
|
|
342
|
+
import {
|
|
343
|
+
UntagResourceCommandInput,
|
|
344
|
+
UntagResourceCommandOutput,
|
|
345
|
+
} from "../commands/UntagResourceCommand";
|
|
346
|
+
import {
|
|
347
|
+
UpdateCachePolicyCommandInput,
|
|
348
|
+
UpdateCachePolicyCommandOutput,
|
|
349
|
+
} from "../commands/UpdateCachePolicyCommand";
|
|
350
|
+
import {
|
|
351
|
+
UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
352
|
+
UpdateCloudFrontOriginAccessIdentityCommandOutput,
|
|
353
|
+
} from "../commands/UpdateCloudFrontOriginAccessIdentityCommand";
|
|
354
|
+
import {
|
|
355
|
+
UpdateDistributionCommandInput,
|
|
356
|
+
UpdateDistributionCommandOutput,
|
|
357
|
+
} from "../commands/UpdateDistributionCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateFieldLevelEncryptionConfigCommandInput,
|
|
360
|
+
UpdateFieldLevelEncryptionConfigCommandOutput,
|
|
361
|
+
} from "../commands/UpdateFieldLevelEncryptionConfigCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateFieldLevelEncryptionProfileCommandInput,
|
|
364
|
+
UpdateFieldLevelEncryptionProfileCommandOutput,
|
|
365
|
+
} from "../commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateFunctionCommandInput,
|
|
368
|
+
UpdateFunctionCommandOutput,
|
|
369
|
+
} from "../commands/UpdateFunctionCommand";
|
|
370
|
+
import {
|
|
371
|
+
UpdateKeyGroupCommandInput,
|
|
372
|
+
UpdateKeyGroupCommandOutput,
|
|
373
|
+
} from "../commands/UpdateKeyGroupCommand";
|
|
374
|
+
import {
|
|
375
|
+
UpdateOriginAccessControlCommandInput,
|
|
376
|
+
UpdateOriginAccessControlCommandOutput,
|
|
377
|
+
} from "../commands/UpdateOriginAccessControlCommand";
|
|
378
|
+
import {
|
|
379
|
+
UpdateOriginRequestPolicyCommandInput,
|
|
380
|
+
UpdateOriginRequestPolicyCommandOutput,
|
|
381
|
+
} from "../commands/UpdateOriginRequestPolicyCommand";
|
|
382
|
+
import {
|
|
383
|
+
UpdatePublicKeyCommandInput,
|
|
384
|
+
UpdatePublicKeyCommandOutput,
|
|
385
|
+
} from "../commands/UpdatePublicKeyCommand";
|
|
386
|
+
import {
|
|
387
|
+
UpdateRealtimeLogConfigCommandInput,
|
|
388
|
+
UpdateRealtimeLogConfigCommandOutput,
|
|
389
|
+
} from "../commands/UpdateRealtimeLogConfigCommand";
|
|
390
|
+
import {
|
|
391
|
+
UpdateResponseHeadersPolicyCommandInput,
|
|
392
|
+
UpdateResponseHeadersPolicyCommandOutput,
|
|
393
|
+
} from "../commands/UpdateResponseHeadersPolicyCommand";
|
|
394
|
+
import {
|
|
395
|
+
UpdateStreamingDistributionCommandInput,
|
|
396
|
+
UpdateStreamingDistributionCommandOutput,
|
|
397
|
+
} from "../commands/UpdateStreamingDistributionCommand";
|
|
398
|
+
export declare const serializeAws_restXmlAssociateAliasCommand: (
|
|
399
|
+
input: AssociateAliasCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
402
|
+
export declare const serializeAws_restXmlCreateCachePolicyCommand: (
|
|
403
|
+
input: CreateCachePolicyCommandInput,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (
|
|
407
|
+
input: CreateCloudFrontOriginAccessIdentityCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const serializeAws_restXmlCreateDistributionCommand: (
|
|
411
|
+
input: CreateDistributionCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
414
|
+
export declare const serializeAws_restXmlCreateDistributionWithTagsCommand: (
|
|
415
|
+
input: CreateDistributionWithTagsCommandInput,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const serializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (
|
|
419
|
+
input: CreateFieldLevelEncryptionConfigCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
422
|
+
export declare const serializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (
|
|
423
|
+
input: CreateFieldLevelEncryptionProfileCommandInput,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<__HttpRequest>;
|
|
426
|
+
export declare const serializeAws_restXmlCreateFunctionCommand: (
|
|
427
|
+
input: CreateFunctionCommandInput,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<__HttpRequest>;
|
|
430
|
+
export declare const serializeAws_restXmlCreateInvalidationCommand: (
|
|
431
|
+
input: CreateInvalidationCommandInput,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<__HttpRequest>;
|
|
434
|
+
export declare const serializeAws_restXmlCreateKeyGroupCommand: (
|
|
435
|
+
input: CreateKeyGroupCommandInput,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const serializeAws_restXmlCreateMonitoringSubscriptionCommand: (
|
|
439
|
+
input: CreateMonitoringSubscriptionCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
442
|
+
export declare const serializeAws_restXmlCreateOriginAccessControlCommand: (
|
|
443
|
+
input: CreateOriginAccessControlCommandInput,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<__HttpRequest>;
|
|
446
|
+
export declare const serializeAws_restXmlCreateOriginRequestPolicyCommand: (
|
|
447
|
+
input: CreateOriginRequestPolicyCommandInput,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<__HttpRequest>;
|
|
450
|
+
export declare const serializeAws_restXmlCreatePublicKeyCommand: (
|
|
451
|
+
input: CreatePublicKeyCommandInput,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<__HttpRequest>;
|
|
454
|
+
export declare const serializeAws_restXmlCreateRealtimeLogConfigCommand: (
|
|
455
|
+
input: CreateRealtimeLogConfigCommandInput,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const serializeAws_restXmlCreateResponseHeadersPolicyCommand: (
|
|
459
|
+
input: CreateResponseHeadersPolicyCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const serializeAws_restXmlCreateStreamingDistributionCommand: (
|
|
463
|
+
input: CreateStreamingDistributionCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const serializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (
|
|
467
|
+
input: CreateStreamingDistributionWithTagsCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
470
|
+
export declare const serializeAws_restXmlDeleteCachePolicyCommand: (
|
|
471
|
+
input: DeleteCachePolicyCommandInput,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<__HttpRequest>;
|
|
474
|
+
export declare const serializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (
|
|
475
|
+
input: DeleteCloudFrontOriginAccessIdentityCommandInput,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<__HttpRequest>;
|
|
478
|
+
export declare const serializeAws_restXmlDeleteDistributionCommand: (
|
|
479
|
+
input: DeleteDistributionCommandInput,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<__HttpRequest>;
|
|
482
|
+
export declare const serializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (
|
|
483
|
+
input: DeleteFieldLevelEncryptionConfigCommandInput,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<__HttpRequest>;
|
|
486
|
+
export declare const serializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (
|
|
487
|
+
input: DeleteFieldLevelEncryptionProfileCommandInput,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<__HttpRequest>;
|
|
490
|
+
export declare const serializeAws_restXmlDeleteFunctionCommand: (
|
|
491
|
+
input: DeleteFunctionCommandInput,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<__HttpRequest>;
|
|
494
|
+
export declare const serializeAws_restXmlDeleteKeyGroupCommand: (
|
|
495
|
+
input: DeleteKeyGroupCommandInput,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<__HttpRequest>;
|
|
498
|
+
export declare const serializeAws_restXmlDeleteMonitoringSubscriptionCommand: (
|
|
499
|
+
input: DeleteMonitoringSubscriptionCommandInput,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<__HttpRequest>;
|
|
502
|
+
export declare const serializeAws_restXmlDeleteOriginAccessControlCommand: (
|
|
503
|
+
input: DeleteOriginAccessControlCommandInput,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<__HttpRequest>;
|
|
506
|
+
export declare const serializeAws_restXmlDeleteOriginRequestPolicyCommand: (
|
|
507
|
+
input: DeleteOriginRequestPolicyCommandInput,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<__HttpRequest>;
|
|
510
|
+
export declare const serializeAws_restXmlDeletePublicKeyCommand: (
|
|
511
|
+
input: DeletePublicKeyCommandInput,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const serializeAws_restXmlDeleteRealtimeLogConfigCommand: (
|
|
515
|
+
input: DeleteRealtimeLogConfigCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_restXmlDeleteResponseHeadersPolicyCommand: (
|
|
519
|
+
input: DeleteResponseHeadersPolicyCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const serializeAws_restXmlDeleteStreamingDistributionCommand: (
|
|
523
|
+
input: DeleteStreamingDistributionCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const serializeAws_restXmlDescribeFunctionCommand: (
|
|
527
|
+
input: DescribeFunctionCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const serializeAws_restXmlGetCachePolicyCommand: (
|
|
531
|
+
input: GetCachePolicyCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const serializeAws_restXmlGetCachePolicyConfigCommand: (
|
|
535
|
+
input: GetCachePolicyConfigCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (
|
|
539
|
+
input: GetCloudFrontOriginAccessIdentityCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const serializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (
|
|
543
|
+
input: GetCloudFrontOriginAccessIdentityConfigCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
546
|
+
export declare const serializeAws_restXmlGetDistributionCommand: (
|
|
547
|
+
input: GetDistributionCommandInput,
|
|
548
|
+
context: __SerdeContext
|
|
549
|
+
) => Promise<__HttpRequest>;
|
|
550
|
+
export declare const serializeAws_restXmlGetDistributionConfigCommand: (
|
|
551
|
+
input: GetDistributionConfigCommandInput,
|
|
552
|
+
context: __SerdeContext
|
|
553
|
+
) => Promise<__HttpRequest>;
|
|
554
|
+
export declare const serializeAws_restXmlGetFieldLevelEncryptionCommand: (
|
|
555
|
+
input: GetFieldLevelEncryptionCommandInput,
|
|
556
|
+
context: __SerdeContext
|
|
557
|
+
) => Promise<__HttpRequest>;
|
|
558
|
+
export declare const serializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (
|
|
559
|
+
input: GetFieldLevelEncryptionConfigCommandInput,
|
|
560
|
+
context: __SerdeContext
|
|
561
|
+
) => Promise<__HttpRequest>;
|
|
562
|
+
export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (
|
|
563
|
+
input: GetFieldLevelEncryptionProfileCommandInput,
|
|
564
|
+
context: __SerdeContext
|
|
565
|
+
) => Promise<__HttpRequest>;
|
|
566
|
+
export declare const serializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (
|
|
567
|
+
input: GetFieldLevelEncryptionProfileConfigCommandInput,
|
|
568
|
+
context: __SerdeContext
|
|
569
|
+
) => Promise<__HttpRequest>;
|
|
570
|
+
export declare const serializeAws_restXmlGetFunctionCommand: (
|
|
571
|
+
input: GetFunctionCommandInput,
|
|
572
|
+
context: __SerdeContext
|
|
573
|
+
) => Promise<__HttpRequest>;
|
|
574
|
+
export declare const serializeAws_restXmlGetInvalidationCommand: (
|
|
575
|
+
input: GetInvalidationCommandInput,
|
|
576
|
+
context: __SerdeContext
|
|
577
|
+
) => Promise<__HttpRequest>;
|
|
578
|
+
export declare const serializeAws_restXmlGetKeyGroupCommand: (
|
|
579
|
+
input: GetKeyGroupCommandInput,
|
|
580
|
+
context: __SerdeContext
|
|
581
|
+
) => Promise<__HttpRequest>;
|
|
582
|
+
export declare const serializeAws_restXmlGetKeyGroupConfigCommand: (
|
|
583
|
+
input: GetKeyGroupConfigCommandInput,
|
|
584
|
+
context: __SerdeContext
|
|
585
|
+
) => Promise<__HttpRequest>;
|
|
586
|
+
export declare const serializeAws_restXmlGetMonitoringSubscriptionCommand: (
|
|
587
|
+
input: GetMonitoringSubscriptionCommandInput,
|
|
588
|
+
context: __SerdeContext
|
|
589
|
+
) => Promise<__HttpRequest>;
|
|
590
|
+
export declare const serializeAws_restXmlGetOriginAccessControlCommand: (
|
|
591
|
+
input: GetOriginAccessControlCommandInput,
|
|
592
|
+
context: __SerdeContext
|
|
593
|
+
) => Promise<__HttpRequest>;
|
|
594
|
+
export declare const serializeAws_restXmlGetOriginAccessControlConfigCommand: (
|
|
595
|
+
input: GetOriginAccessControlConfigCommandInput,
|
|
596
|
+
context: __SerdeContext
|
|
597
|
+
) => Promise<__HttpRequest>;
|
|
598
|
+
export declare const serializeAws_restXmlGetOriginRequestPolicyCommand: (
|
|
599
|
+
input: GetOriginRequestPolicyCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const serializeAws_restXmlGetOriginRequestPolicyConfigCommand: (
|
|
603
|
+
input: GetOriginRequestPolicyConfigCommandInput,
|
|
604
|
+
context: __SerdeContext
|
|
605
|
+
) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_restXmlGetPublicKeyCommand: (
|
|
607
|
+
input: GetPublicKeyCommandInput,
|
|
608
|
+
context: __SerdeContext
|
|
609
|
+
) => Promise<__HttpRequest>;
|
|
610
|
+
export declare const serializeAws_restXmlGetPublicKeyConfigCommand: (
|
|
611
|
+
input: GetPublicKeyConfigCommandInput,
|
|
612
|
+
context: __SerdeContext
|
|
613
|
+
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_restXmlGetRealtimeLogConfigCommand: (
|
|
615
|
+
input: GetRealtimeLogConfigCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const serializeAws_restXmlGetResponseHeadersPolicyCommand: (
|
|
619
|
+
input: GetResponseHeadersPolicyCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const serializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (
|
|
623
|
+
input: GetResponseHeadersPolicyConfigCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const serializeAws_restXmlGetStreamingDistributionCommand: (
|
|
627
|
+
input: GetStreamingDistributionCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
630
|
+
export declare const serializeAws_restXmlGetStreamingDistributionConfigCommand: (
|
|
631
|
+
input: GetStreamingDistributionConfigCommandInput,
|
|
632
|
+
context: __SerdeContext
|
|
633
|
+
) => Promise<__HttpRequest>;
|
|
634
|
+
export declare const serializeAws_restXmlListCachePoliciesCommand: (
|
|
635
|
+
input: ListCachePoliciesCommandInput,
|
|
636
|
+
context: __SerdeContext
|
|
637
|
+
) => Promise<__HttpRequest>;
|
|
638
|
+
export declare const serializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (
|
|
639
|
+
input: ListCloudFrontOriginAccessIdentitiesCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const serializeAws_restXmlListConflictingAliasesCommand: (
|
|
643
|
+
input: ListConflictingAliasesCommandInput,
|
|
644
|
+
context: __SerdeContext
|
|
645
|
+
) => Promise<__HttpRequest>;
|
|
646
|
+
export declare const serializeAws_restXmlListDistributionsCommand: (
|
|
647
|
+
input: ListDistributionsCommandInput,
|
|
648
|
+
context: __SerdeContext
|
|
649
|
+
) => Promise<__HttpRequest>;
|
|
650
|
+
export declare const serializeAws_restXmlListDistributionsByCachePolicyIdCommand: (
|
|
651
|
+
input: ListDistributionsByCachePolicyIdCommandInput,
|
|
652
|
+
context: __SerdeContext
|
|
653
|
+
) => Promise<__HttpRequest>;
|
|
654
|
+
export declare const serializeAws_restXmlListDistributionsByKeyGroupCommand: (
|
|
655
|
+
input: ListDistributionsByKeyGroupCommandInput,
|
|
656
|
+
context: __SerdeContext
|
|
657
|
+
) => Promise<__HttpRequest>;
|
|
658
|
+
export declare const serializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (
|
|
659
|
+
input: ListDistributionsByOriginRequestPolicyIdCommandInput,
|
|
660
|
+
context: __SerdeContext
|
|
661
|
+
) => Promise<__HttpRequest>;
|
|
662
|
+
export declare const serializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (
|
|
663
|
+
input: ListDistributionsByRealtimeLogConfigCommandInput,
|
|
664
|
+
context: __SerdeContext
|
|
665
|
+
) => Promise<__HttpRequest>;
|
|
666
|
+
export declare const serializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (
|
|
667
|
+
input: ListDistributionsByResponseHeadersPolicyIdCommandInput,
|
|
668
|
+
context: __SerdeContext
|
|
669
|
+
) => Promise<__HttpRequest>;
|
|
670
|
+
export declare const serializeAws_restXmlListDistributionsByWebACLIdCommand: (
|
|
671
|
+
input: ListDistributionsByWebACLIdCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const serializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (
|
|
675
|
+
input: ListFieldLevelEncryptionConfigsCommandInput,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<__HttpRequest>;
|
|
678
|
+
export declare const serializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (
|
|
679
|
+
input: ListFieldLevelEncryptionProfilesCommandInput,
|
|
680
|
+
context: __SerdeContext
|
|
681
|
+
) => Promise<__HttpRequest>;
|
|
682
|
+
export declare const serializeAws_restXmlListFunctionsCommand: (
|
|
683
|
+
input: ListFunctionsCommandInput,
|
|
684
|
+
context: __SerdeContext
|
|
685
|
+
) => Promise<__HttpRequest>;
|
|
686
|
+
export declare const serializeAws_restXmlListInvalidationsCommand: (
|
|
687
|
+
input: ListInvalidationsCommandInput,
|
|
688
|
+
context: __SerdeContext
|
|
689
|
+
) => Promise<__HttpRequest>;
|
|
690
|
+
export declare const serializeAws_restXmlListKeyGroupsCommand: (
|
|
691
|
+
input: ListKeyGroupsCommandInput,
|
|
692
|
+
context: __SerdeContext
|
|
693
|
+
) => Promise<__HttpRequest>;
|
|
694
|
+
export declare const serializeAws_restXmlListOriginAccessControlsCommand: (
|
|
695
|
+
input: ListOriginAccessControlsCommandInput,
|
|
696
|
+
context: __SerdeContext
|
|
697
|
+
) => Promise<__HttpRequest>;
|
|
698
|
+
export declare const serializeAws_restXmlListOriginRequestPoliciesCommand: (
|
|
699
|
+
input: ListOriginRequestPoliciesCommandInput,
|
|
700
|
+
context: __SerdeContext
|
|
701
|
+
) => Promise<__HttpRequest>;
|
|
702
|
+
export declare const serializeAws_restXmlListPublicKeysCommand: (
|
|
703
|
+
input: ListPublicKeysCommandInput,
|
|
704
|
+
context: __SerdeContext
|
|
705
|
+
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const serializeAws_restXmlListRealtimeLogConfigsCommand: (
|
|
707
|
+
input: ListRealtimeLogConfigsCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const serializeAws_restXmlListResponseHeadersPoliciesCommand: (
|
|
711
|
+
input: ListResponseHeadersPoliciesCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
714
|
+
export declare const serializeAws_restXmlListStreamingDistributionsCommand: (
|
|
715
|
+
input: ListStreamingDistributionsCommandInput,
|
|
716
|
+
context: __SerdeContext
|
|
717
|
+
) => Promise<__HttpRequest>;
|
|
718
|
+
export declare const serializeAws_restXmlListTagsForResourceCommand: (
|
|
719
|
+
input: ListTagsForResourceCommandInput,
|
|
720
|
+
context: __SerdeContext
|
|
721
|
+
) => Promise<__HttpRequest>;
|
|
722
|
+
export declare const serializeAws_restXmlPublishFunctionCommand: (
|
|
723
|
+
input: PublishFunctionCommandInput,
|
|
724
|
+
context: __SerdeContext
|
|
725
|
+
) => Promise<__HttpRequest>;
|
|
726
|
+
export declare const serializeAws_restXmlTagResourceCommand: (
|
|
727
|
+
input: TagResourceCommandInput,
|
|
728
|
+
context: __SerdeContext
|
|
729
|
+
) => Promise<__HttpRequest>;
|
|
730
|
+
export declare const serializeAws_restXmlTestFunctionCommand: (
|
|
731
|
+
input: TestFunctionCommandInput,
|
|
732
|
+
context: __SerdeContext
|
|
733
|
+
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const serializeAws_restXmlUntagResourceCommand: (
|
|
735
|
+
input: UntagResourceCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const serializeAws_restXmlUpdateCachePolicyCommand: (
|
|
739
|
+
input: UpdateCachePolicyCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const serializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (
|
|
743
|
+
input: UpdateCloudFrontOriginAccessIdentityCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const serializeAws_restXmlUpdateDistributionCommand: (
|
|
747
|
+
input: UpdateDistributionCommandInput,
|
|
748
|
+
context: __SerdeContext
|
|
749
|
+
) => Promise<__HttpRequest>;
|
|
750
|
+
export declare const serializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (
|
|
751
|
+
input: UpdateFieldLevelEncryptionConfigCommandInput,
|
|
752
|
+
context: __SerdeContext
|
|
753
|
+
) => Promise<__HttpRequest>;
|
|
754
|
+
export declare const serializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (
|
|
755
|
+
input: UpdateFieldLevelEncryptionProfileCommandInput,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<__HttpRequest>;
|
|
758
|
+
export declare const serializeAws_restXmlUpdateFunctionCommand: (
|
|
759
|
+
input: UpdateFunctionCommandInput,
|
|
760
|
+
context: __SerdeContext
|
|
761
|
+
) => Promise<__HttpRequest>;
|
|
762
|
+
export declare const serializeAws_restXmlUpdateKeyGroupCommand: (
|
|
763
|
+
input: UpdateKeyGroupCommandInput,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<__HttpRequest>;
|
|
766
|
+
export declare const serializeAws_restXmlUpdateOriginAccessControlCommand: (
|
|
767
|
+
input: UpdateOriginAccessControlCommandInput,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<__HttpRequest>;
|
|
770
|
+
export declare const serializeAws_restXmlUpdateOriginRequestPolicyCommand: (
|
|
771
|
+
input: UpdateOriginRequestPolicyCommandInput,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<__HttpRequest>;
|
|
774
|
+
export declare const serializeAws_restXmlUpdatePublicKeyCommand: (
|
|
775
|
+
input: UpdatePublicKeyCommandInput,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const serializeAws_restXmlUpdateRealtimeLogConfigCommand: (
|
|
779
|
+
input: UpdateRealtimeLogConfigCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
782
|
+
export declare const serializeAws_restXmlUpdateResponseHeadersPolicyCommand: (
|
|
783
|
+
input: UpdateResponseHeadersPolicyCommandInput,
|
|
784
|
+
context: __SerdeContext
|
|
785
|
+
) => Promise<__HttpRequest>;
|
|
786
|
+
export declare const serializeAws_restXmlUpdateStreamingDistributionCommand: (
|
|
787
|
+
input: UpdateStreamingDistributionCommandInput,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<__HttpRequest>;
|
|
790
|
+
export declare const deserializeAws_restXmlAssociateAliasCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<AssociateAliasCommandOutput>;
|
|
794
|
+
export declare const deserializeAws_restXmlCreateCachePolicyCommand: (
|
|
795
|
+
output: __HttpResponse,
|
|
796
|
+
context: __SerdeContext
|
|
797
|
+
) => Promise<CreateCachePolicyCommandOutput>;
|
|
798
|
+
export declare const deserializeAws_restXmlCreateCloudFrontOriginAccessIdentityCommand: (
|
|
799
|
+
output: __HttpResponse,
|
|
800
|
+
context: __SerdeContext
|
|
801
|
+
) => Promise<CreateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
802
|
+
export declare const deserializeAws_restXmlCreateDistributionCommand: (
|
|
803
|
+
output: __HttpResponse,
|
|
804
|
+
context: __SerdeContext
|
|
805
|
+
) => Promise<CreateDistributionCommandOutput>;
|
|
806
|
+
export declare const deserializeAws_restXmlCreateDistributionWithTagsCommand: (
|
|
807
|
+
output: __HttpResponse,
|
|
808
|
+
context: __SerdeContext
|
|
809
|
+
) => Promise<CreateDistributionWithTagsCommandOutput>;
|
|
810
|
+
export declare const deserializeAws_restXmlCreateFieldLevelEncryptionConfigCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<CreateFieldLevelEncryptionConfigCommandOutput>;
|
|
814
|
+
export declare const deserializeAws_restXmlCreateFieldLevelEncryptionProfileCommand: (
|
|
815
|
+
output: __HttpResponse,
|
|
816
|
+
context: __SerdeContext
|
|
817
|
+
) => Promise<CreateFieldLevelEncryptionProfileCommandOutput>;
|
|
818
|
+
export declare const deserializeAws_restXmlCreateFunctionCommand: (
|
|
819
|
+
output: __HttpResponse,
|
|
820
|
+
context: __SerdeContext
|
|
821
|
+
) => Promise<CreateFunctionCommandOutput>;
|
|
822
|
+
export declare const deserializeAws_restXmlCreateInvalidationCommand: (
|
|
823
|
+
output: __HttpResponse,
|
|
824
|
+
context: __SerdeContext
|
|
825
|
+
) => Promise<CreateInvalidationCommandOutput>;
|
|
826
|
+
export declare const deserializeAws_restXmlCreateKeyGroupCommand: (
|
|
827
|
+
output: __HttpResponse,
|
|
828
|
+
context: __SerdeContext
|
|
829
|
+
) => Promise<CreateKeyGroupCommandOutput>;
|
|
830
|
+
export declare const deserializeAws_restXmlCreateMonitoringSubscriptionCommand: (
|
|
831
|
+
output: __HttpResponse,
|
|
832
|
+
context: __SerdeContext
|
|
833
|
+
) => Promise<CreateMonitoringSubscriptionCommandOutput>;
|
|
834
|
+
export declare const deserializeAws_restXmlCreateOriginAccessControlCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<CreateOriginAccessControlCommandOutput>;
|
|
838
|
+
export declare const deserializeAws_restXmlCreateOriginRequestPolicyCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<CreateOriginRequestPolicyCommandOutput>;
|
|
842
|
+
export declare const deserializeAws_restXmlCreatePublicKeyCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<CreatePublicKeyCommandOutput>;
|
|
846
|
+
export declare const deserializeAws_restXmlCreateRealtimeLogConfigCommand: (
|
|
847
|
+
output: __HttpResponse,
|
|
848
|
+
context: __SerdeContext
|
|
849
|
+
) => Promise<CreateRealtimeLogConfigCommandOutput>;
|
|
850
|
+
export declare const deserializeAws_restXmlCreateResponseHeadersPolicyCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<CreateResponseHeadersPolicyCommandOutput>;
|
|
854
|
+
export declare const deserializeAws_restXmlCreateStreamingDistributionCommand: (
|
|
855
|
+
output: __HttpResponse,
|
|
856
|
+
context: __SerdeContext
|
|
857
|
+
) => Promise<CreateStreamingDistributionCommandOutput>;
|
|
858
|
+
export declare const deserializeAws_restXmlCreateStreamingDistributionWithTagsCommand: (
|
|
859
|
+
output: __HttpResponse,
|
|
860
|
+
context: __SerdeContext
|
|
861
|
+
) => Promise<CreateStreamingDistributionWithTagsCommandOutput>;
|
|
862
|
+
export declare const deserializeAws_restXmlDeleteCachePolicyCommand: (
|
|
863
|
+
output: __HttpResponse,
|
|
864
|
+
context: __SerdeContext
|
|
865
|
+
) => Promise<DeleteCachePolicyCommandOutput>;
|
|
866
|
+
export declare const deserializeAws_restXmlDeleteCloudFrontOriginAccessIdentityCommand: (
|
|
867
|
+
output: __HttpResponse,
|
|
868
|
+
context: __SerdeContext
|
|
869
|
+
) => Promise<DeleteCloudFrontOriginAccessIdentityCommandOutput>;
|
|
870
|
+
export declare const deserializeAws_restXmlDeleteDistributionCommand: (
|
|
871
|
+
output: __HttpResponse,
|
|
872
|
+
context: __SerdeContext
|
|
873
|
+
) => Promise<DeleteDistributionCommandOutput>;
|
|
874
|
+
export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionConfigCommand: (
|
|
875
|
+
output: __HttpResponse,
|
|
876
|
+
context: __SerdeContext
|
|
877
|
+
) => Promise<DeleteFieldLevelEncryptionConfigCommandOutput>;
|
|
878
|
+
export declare const deserializeAws_restXmlDeleteFieldLevelEncryptionProfileCommand: (
|
|
879
|
+
output: __HttpResponse,
|
|
880
|
+
context: __SerdeContext
|
|
881
|
+
) => Promise<DeleteFieldLevelEncryptionProfileCommandOutput>;
|
|
882
|
+
export declare const deserializeAws_restXmlDeleteFunctionCommand: (
|
|
883
|
+
output: __HttpResponse,
|
|
884
|
+
context: __SerdeContext
|
|
885
|
+
) => Promise<DeleteFunctionCommandOutput>;
|
|
886
|
+
export declare const deserializeAws_restXmlDeleteKeyGroupCommand: (
|
|
887
|
+
output: __HttpResponse,
|
|
888
|
+
context: __SerdeContext
|
|
889
|
+
) => Promise<DeleteKeyGroupCommandOutput>;
|
|
890
|
+
export declare const deserializeAws_restXmlDeleteMonitoringSubscriptionCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<DeleteMonitoringSubscriptionCommandOutput>;
|
|
894
|
+
export declare const deserializeAws_restXmlDeleteOriginAccessControlCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<DeleteOriginAccessControlCommandOutput>;
|
|
898
|
+
export declare const deserializeAws_restXmlDeleteOriginRequestPolicyCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<DeleteOriginRequestPolicyCommandOutput>;
|
|
902
|
+
export declare const deserializeAws_restXmlDeletePublicKeyCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<DeletePublicKeyCommandOutput>;
|
|
906
|
+
export declare const deserializeAws_restXmlDeleteRealtimeLogConfigCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<DeleteRealtimeLogConfigCommandOutput>;
|
|
910
|
+
export declare const deserializeAws_restXmlDeleteResponseHeadersPolicyCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<DeleteResponseHeadersPolicyCommandOutput>;
|
|
914
|
+
export declare const deserializeAws_restXmlDeleteStreamingDistributionCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<DeleteStreamingDistributionCommandOutput>;
|
|
918
|
+
export declare const deserializeAws_restXmlDescribeFunctionCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<DescribeFunctionCommandOutput>;
|
|
922
|
+
export declare const deserializeAws_restXmlGetCachePolicyCommand: (
|
|
923
|
+
output: __HttpResponse,
|
|
924
|
+
context: __SerdeContext
|
|
925
|
+
) => Promise<GetCachePolicyCommandOutput>;
|
|
926
|
+
export declare const deserializeAws_restXmlGetCachePolicyConfigCommand: (
|
|
927
|
+
output: __HttpResponse,
|
|
928
|
+
context: __SerdeContext
|
|
929
|
+
) => Promise<GetCachePolicyConfigCommandOutput>;
|
|
930
|
+
export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityCommand: (
|
|
931
|
+
output: __HttpResponse,
|
|
932
|
+
context: __SerdeContext
|
|
933
|
+
) => Promise<GetCloudFrontOriginAccessIdentityCommandOutput>;
|
|
934
|
+
export declare const deserializeAws_restXmlGetCloudFrontOriginAccessIdentityConfigCommand: (
|
|
935
|
+
output: __HttpResponse,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<GetCloudFrontOriginAccessIdentityConfigCommandOutput>;
|
|
938
|
+
export declare const deserializeAws_restXmlGetDistributionCommand: (
|
|
939
|
+
output: __HttpResponse,
|
|
940
|
+
context: __SerdeContext
|
|
941
|
+
) => Promise<GetDistributionCommandOutput>;
|
|
942
|
+
export declare const deserializeAws_restXmlGetDistributionConfigCommand: (
|
|
943
|
+
output: __HttpResponse,
|
|
944
|
+
context: __SerdeContext
|
|
945
|
+
) => Promise<GetDistributionConfigCommandOutput>;
|
|
946
|
+
export declare const deserializeAws_restXmlGetFieldLevelEncryptionCommand: (
|
|
947
|
+
output: __HttpResponse,
|
|
948
|
+
context: __SerdeContext
|
|
949
|
+
) => Promise<GetFieldLevelEncryptionCommandOutput>;
|
|
950
|
+
export declare const deserializeAws_restXmlGetFieldLevelEncryptionConfigCommand: (
|
|
951
|
+
output: __HttpResponse,
|
|
952
|
+
context: __SerdeContext
|
|
953
|
+
) => Promise<GetFieldLevelEncryptionConfigCommandOutput>;
|
|
954
|
+
export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileCommand: (
|
|
955
|
+
output: __HttpResponse,
|
|
956
|
+
context: __SerdeContext
|
|
957
|
+
) => Promise<GetFieldLevelEncryptionProfileCommandOutput>;
|
|
958
|
+
export declare const deserializeAws_restXmlGetFieldLevelEncryptionProfileConfigCommand: (
|
|
959
|
+
output: __HttpResponse,
|
|
960
|
+
context: __SerdeContext
|
|
961
|
+
) => Promise<GetFieldLevelEncryptionProfileConfigCommandOutput>;
|
|
962
|
+
export declare const deserializeAws_restXmlGetFunctionCommand: (
|
|
963
|
+
output: __HttpResponse,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<GetFunctionCommandOutput>;
|
|
966
|
+
export declare const deserializeAws_restXmlGetInvalidationCommand: (
|
|
967
|
+
output: __HttpResponse,
|
|
968
|
+
context: __SerdeContext
|
|
969
|
+
) => Promise<GetInvalidationCommandOutput>;
|
|
970
|
+
export declare const deserializeAws_restXmlGetKeyGroupCommand: (
|
|
971
|
+
output: __HttpResponse,
|
|
972
|
+
context: __SerdeContext
|
|
973
|
+
) => Promise<GetKeyGroupCommandOutput>;
|
|
974
|
+
export declare const deserializeAws_restXmlGetKeyGroupConfigCommand: (
|
|
975
|
+
output: __HttpResponse,
|
|
976
|
+
context: __SerdeContext
|
|
977
|
+
) => Promise<GetKeyGroupConfigCommandOutput>;
|
|
978
|
+
export declare const deserializeAws_restXmlGetMonitoringSubscriptionCommand: (
|
|
979
|
+
output: __HttpResponse,
|
|
980
|
+
context: __SerdeContext
|
|
981
|
+
) => Promise<GetMonitoringSubscriptionCommandOutput>;
|
|
982
|
+
export declare const deserializeAws_restXmlGetOriginAccessControlCommand: (
|
|
983
|
+
output: __HttpResponse,
|
|
984
|
+
context: __SerdeContext
|
|
985
|
+
) => Promise<GetOriginAccessControlCommandOutput>;
|
|
986
|
+
export declare const deserializeAws_restXmlGetOriginAccessControlConfigCommand: (
|
|
987
|
+
output: __HttpResponse,
|
|
988
|
+
context: __SerdeContext
|
|
989
|
+
) => Promise<GetOriginAccessControlConfigCommandOutput>;
|
|
990
|
+
export declare const deserializeAws_restXmlGetOriginRequestPolicyCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<GetOriginRequestPolicyCommandOutput>;
|
|
994
|
+
export declare const deserializeAws_restXmlGetOriginRequestPolicyConfigCommand: (
|
|
995
|
+
output: __HttpResponse,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<GetOriginRequestPolicyConfigCommandOutput>;
|
|
998
|
+
export declare const deserializeAws_restXmlGetPublicKeyCommand: (
|
|
999
|
+
output: __HttpResponse,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<GetPublicKeyCommandOutput>;
|
|
1002
|
+
export declare const deserializeAws_restXmlGetPublicKeyConfigCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<GetPublicKeyConfigCommandOutput>;
|
|
1006
|
+
export declare const deserializeAws_restXmlGetRealtimeLogConfigCommand: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<GetRealtimeLogConfigCommandOutput>;
|
|
1010
|
+
export declare const deserializeAws_restXmlGetResponseHeadersPolicyCommand: (
|
|
1011
|
+
output: __HttpResponse,
|
|
1012
|
+
context: __SerdeContext
|
|
1013
|
+
) => Promise<GetResponseHeadersPolicyCommandOutput>;
|
|
1014
|
+
export declare const deserializeAws_restXmlGetResponseHeadersPolicyConfigCommand: (
|
|
1015
|
+
output: __HttpResponse,
|
|
1016
|
+
context: __SerdeContext
|
|
1017
|
+
) => Promise<GetResponseHeadersPolicyConfigCommandOutput>;
|
|
1018
|
+
export declare const deserializeAws_restXmlGetStreamingDistributionCommand: (
|
|
1019
|
+
output: __HttpResponse,
|
|
1020
|
+
context: __SerdeContext
|
|
1021
|
+
) => Promise<GetStreamingDistributionCommandOutput>;
|
|
1022
|
+
export declare const deserializeAws_restXmlGetStreamingDistributionConfigCommand: (
|
|
1023
|
+
output: __HttpResponse,
|
|
1024
|
+
context: __SerdeContext
|
|
1025
|
+
) => Promise<GetStreamingDistributionConfigCommandOutput>;
|
|
1026
|
+
export declare const deserializeAws_restXmlListCachePoliciesCommand: (
|
|
1027
|
+
output: __HttpResponse,
|
|
1028
|
+
context: __SerdeContext
|
|
1029
|
+
) => Promise<ListCachePoliciesCommandOutput>;
|
|
1030
|
+
export declare const deserializeAws_restXmlListCloudFrontOriginAccessIdentitiesCommand: (
|
|
1031
|
+
output: __HttpResponse,
|
|
1032
|
+
context: __SerdeContext
|
|
1033
|
+
) => Promise<ListCloudFrontOriginAccessIdentitiesCommandOutput>;
|
|
1034
|
+
export declare const deserializeAws_restXmlListConflictingAliasesCommand: (
|
|
1035
|
+
output: __HttpResponse,
|
|
1036
|
+
context: __SerdeContext
|
|
1037
|
+
) => Promise<ListConflictingAliasesCommandOutput>;
|
|
1038
|
+
export declare const deserializeAws_restXmlListDistributionsCommand: (
|
|
1039
|
+
output: __HttpResponse,
|
|
1040
|
+
context: __SerdeContext
|
|
1041
|
+
) => Promise<ListDistributionsCommandOutput>;
|
|
1042
|
+
export declare const deserializeAws_restXmlListDistributionsByCachePolicyIdCommand: (
|
|
1043
|
+
output: __HttpResponse,
|
|
1044
|
+
context: __SerdeContext
|
|
1045
|
+
) => Promise<ListDistributionsByCachePolicyIdCommandOutput>;
|
|
1046
|
+
export declare const deserializeAws_restXmlListDistributionsByKeyGroupCommand: (
|
|
1047
|
+
output: __HttpResponse,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<ListDistributionsByKeyGroupCommandOutput>;
|
|
1050
|
+
export declare const deserializeAws_restXmlListDistributionsByOriginRequestPolicyIdCommand: (
|
|
1051
|
+
output: __HttpResponse,
|
|
1052
|
+
context: __SerdeContext
|
|
1053
|
+
) => Promise<ListDistributionsByOriginRequestPolicyIdCommandOutput>;
|
|
1054
|
+
export declare const deserializeAws_restXmlListDistributionsByRealtimeLogConfigCommand: (
|
|
1055
|
+
output: __HttpResponse,
|
|
1056
|
+
context: __SerdeContext
|
|
1057
|
+
) => Promise<ListDistributionsByRealtimeLogConfigCommandOutput>;
|
|
1058
|
+
export declare const deserializeAws_restXmlListDistributionsByResponseHeadersPolicyIdCommand: (
|
|
1059
|
+
output: __HttpResponse,
|
|
1060
|
+
context: __SerdeContext
|
|
1061
|
+
) => Promise<ListDistributionsByResponseHeadersPolicyIdCommandOutput>;
|
|
1062
|
+
export declare const deserializeAws_restXmlListDistributionsByWebACLIdCommand: (
|
|
1063
|
+
output: __HttpResponse,
|
|
1064
|
+
context: __SerdeContext
|
|
1065
|
+
) => Promise<ListDistributionsByWebACLIdCommandOutput>;
|
|
1066
|
+
export declare const deserializeAws_restXmlListFieldLevelEncryptionConfigsCommand: (
|
|
1067
|
+
output: __HttpResponse,
|
|
1068
|
+
context: __SerdeContext
|
|
1069
|
+
) => Promise<ListFieldLevelEncryptionConfigsCommandOutput>;
|
|
1070
|
+
export declare const deserializeAws_restXmlListFieldLevelEncryptionProfilesCommand: (
|
|
1071
|
+
output: __HttpResponse,
|
|
1072
|
+
context: __SerdeContext
|
|
1073
|
+
) => Promise<ListFieldLevelEncryptionProfilesCommandOutput>;
|
|
1074
|
+
export declare const deserializeAws_restXmlListFunctionsCommand: (
|
|
1075
|
+
output: __HttpResponse,
|
|
1076
|
+
context: __SerdeContext
|
|
1077
|
+
) => Promise<ListFunctionsCommandOutput>;
|
|
1078
|
+
export declare const deserializeAws_restXmlListInvalidationsCommand: (
|
|
1079
|
+
output: __HttpResponse,
|
|
1080
|
+
context: __SerdeContext
|
|
1081
|
+
) => Promise<ListInvalidationsCommandOutput>;
|
|
1082
|
+
export declare const deserializeAws_restXmlListKeyGroupsCommand: (
|
|
1083
|
+
output: __HttpResponse,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<ListKeyGroupsCommandOutput>;
|
|
1086
|
+
export declare const deserializeAws_restXmlListOriginAccessControlsCommand: (
|
|
1087
|
+
output: __HttpResponse,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<ListOriginAccessControlsCommandOutput>;
|
|
1090
|
+
export declare const deserializeAws_restXmlListOriginRequestPoliciesCommand: (
|
|
1091
|
+
output: __HttpResponse,
|
|
1092
|
+
context: __SerdeContext
|
|
1093
|
+
) => Promise<ListOriginRequestPoliciesCommandOutput>;
|
|
1094
|
+
export declare const deserializeAws_restXmlListPublicKeysCommand: (
|
|
1095
|
+
output: __HttpResponse,
|
|
1096
|
+
context: __SerdeContext
|
|
1097
|
+
) => Promise<ListPublicKeysCommandOutput>;
|
|
1098
|
+
export declare const deserializeAws_restXmlListRealtimeLogConfigsCommand: (
|
|
1099
|
+
output: __HttpResponse,
|
|
1100
|
+
context: __SerdeContext
|
|
1101
|
+
) => Promise<ListRealtimeLogConfigsCommandOutput>;
|
|
1102
|
+
export declare const deserializeAws_restXmlListResponseHeadersPoliciesCommand: (
|
|
1103
|
+
output: __HttpResponse,
|
|
1104
|
+
context: __SerdeContext
|
|
1105
|
+
) => Promise<ListResponseHeadersPoliciesCommandOutput>;
|
|
1106
|
+
export declare const deserializeAws_restXmlListStreamingDistributionsCommand: (
|
|
1107
|
+
output: __HttpResponse,
|
|
1108
|
+
context: __SerdeContext
|
|
1109
|
+
) => Promise<ListStreamingDistributionsCommandOutput>;
|
|
1110
|
+
export declare const deserializeAws_restXmlListTagsForResourceCommand: (
|
|
1111
|
+
output: __HttpResponse,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1114
|
+
export declare const deserializeAws_restXmlPublishFunctionCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<PublishFunctionCommandOutput>;
|
|
1118
|
+
export declare const deserializeAws_restXmlTagResourceCommand: (
|
|
1119
|
+
output: __HttpResponse,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<TagResourceCommandOutput>;
|
|
1122
|
+
export declare const deserializeAws_restXmlTestFunctionCommand: (
|
|
1123
|
+
output: __HttpResponse,
|
|
1124
|
+
context: __SerdeContext
|
|
1125
|
+
) => Promise<TestFunctionCommandOutput>;
|
|
1126
|
+
export declare const deserializeAws_restXmlUntagResourceCommand: (
|
|
1127
|
+
output: __HttpResponse,
|
|
1128
|
+
context: __SerdeContext
|
|
1129
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
1130
|
+
export declare const deserializeAws_restXmlUpdateCachePolicyCommand: (
|
|
1131
|
+
output: __HttpResponse,
|
|
1132
|
+
context: __SerdeContext
|
|
1133
|
+
) => Promise<UpdateCachePolicyCommandOutput>;
|
|
1134
|
+
export declare const deserializeAws_restXmlUpdateCloudFrontOriginAccessIdentityCommand: (
|
|
1135
|
+
output: __HttpResponse,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<UpdateCloudFrontOriginAccessIdentityCommandOutput>;
|
|
1138
|
+
export declare const deserializeAws_restXmlUpdateDistributionCommand: (
|
|
1139
|
+
output: __HttpResponse,
|
|
1140
|
+
context: __SerdeContext
|
|
1141
|
+
) => Promise<UpdateDistributionCommandOutput>;
|
|
1142
|
+
export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionConfigCommand: (
|
|
1143
|
+
output: __HttpResponse,
|
|
1144
|
+
context: __SerdeContext
|
|
1145
|
+
) => Promise<UpdateFieldLevelEncryptionConfigCommandOutput>;
|
|
1146
|
+
export declare const deserializeAws_restXmlUpdateFieldLevelEncryptionProfileCommand: (
|
|
1147
|
+
output: __HttpResponse,
|
|
1148
|
+
context: __SerdeContext
|
|
1149
|
+
) => Promise<UpdateFieldLevelEncryptionProfileCommandOutput>;
|
|
1150
|
+
export declare const deserializeAws_restXmlUpdateFunctionCommand: (
|
|
1151
|
+
output: __HttpResponse,
|
|
1152
|
+
context: __SerdeContext
|
|
1153
|
+
) => Promise<UpdateFunctionCommandOutput>;
|
|
1154
|
+
export declare const deserializeAws_restXmlUpdateKeyGroupCommand: (
|
|
1155
|
+
output: __HttpResponse,
|
|
1156
|
+
context: __SerdeContext
|
|
1157
|
+
) => Promise<UpdateKeyGroupCommandOutput>;
|
|
1158
|
+
export declare const deserializeAws_restXmlUpdateOriginAccessControlCommand: (
|
|
1159
|
+
output: __HttpResponse,
|
|
1160
|
+
context: __SerdeContext
|
|
1161
|
+
) => Promise<UpdateOriginAccessControlCommandOutput>;
|
|
1162
|
+
export declare const deserializeAws_restXmlUpdateOriginRequestPolicyCommand: (
|
|
1163
|
+
output: __HttpResponse,
|
|
1164
|
+
context: __SerdeContext
|
|
1165
|
+
) => Promise<UpdateOriginRequestPolicyCommandOutput>;
|
|
1166
|
+
export declare const deserializeAws_restXmlUpdatePublicKeyCommand: (
|
|
1167
|
+
output: __HttpResponse,
|
|
1168
|
+
context: __SerdeContext
|
|
1169
|
+
) => Promise<UpdatePublicKeyCommandOutput>;
|
|
1170
|
+
export declare const deserializeAws_restXmlUpdateRealtimeLogConfigCommand: (
|
|
1171
|
+
output: __HttpResponse,
|
|
1172
|
+
context: __SerdeContext
|
|
1173
|
+
) => Promise<UpdateRealtimeLogConfigCommandOutput>;
|
|
1174
|
+
export declare const deserializeAws_restXmlUpdateResponseHeadersPolicyCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<UpdateResponseHeadersPolicyCommandOutput>;
|
|
1178
|
+
export declare const deserializeAws_restXmlUpdateStreamingDistributionCommand: (
|
|
1179
|
+
output: __HttpResponse,
|
|
1180
|
+
context: __SerdeContext
|
|
1181
|
+
) => Promise<UpdateStreamingDistributionCommandOutput>;
|