@aws-sdk/client-cloudfront 3.325.0 → 3.326.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist-types/commands/AssociateAliasCommand.d.ts +4 -0
  2. package/dist-types/commands/CopyDistributionCommand.d.ts +338 -0
  3. package/dist-types/commands/CreateCachePolicyCommand.d.ts +49 -0
  4. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +15 -0
  5. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +34 -0
  6. package/dist-types/commands/CreateDistributionCommand.d.ts +338 -0
  7. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +338 -0
  8. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +40 -0
  9. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +31 -0
  10. package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
  11. package/dist-types/commands/CreateInvalidationCommand.d.ts +20 -0
  12. package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
  13. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +17 -0
  15. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +42 -0
  16. package/dist-types/commands/CreatePublicKeyCommand.d.ts +17 -0
  17. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +22 -0
  18. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +95 -0
  19. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +57 -0
  20. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +57 -0
  21. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteDistributionCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +4 -0
  27. package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
  28. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +4 -0
  29. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +4 -0
  30. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -0
  31. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -0
  32. package/dist-types/commands/DeletePublicKeyCommand.d.ts +4 -0
  33. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +4 -0
  34. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -0
  35. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -0
  36. package/dist-types/commands/DescribeFunctionCommand.d.ts +20 -0
  37. package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
  38. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +44 -0
  39. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
  40. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +10 -0
  41. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +33 -0
  42. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +29 -0
  43. package/dist-types/commands/GetDistributionCommand.d.ts +337 -0
  44. package/dist-types/commands/GetDistributionConfigCommand.d.ts +293 -0
  45. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +39 -0
  46. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
  47. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +30 -0
  48. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +26 -0
  49. package/dist-types/commands/GetFunctionCommand.d.ts +8 -0
  50. package/dist-types/commands/GetInvalidationCommand.d.ts +19 -0
  51. package/dist-types/commands/GetKeyGroupCommand.d.ts +17 -0
  52. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +13 -0
  53. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +10 -0
  54. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
  55. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +13 -0
  56. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +41 -0
  57. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +37 -0
  58. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  59. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +12 -0
  60. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +22 -0
  61. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +94 -0
  62. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +90 -0
  63. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +56 -0
  64. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +34 -0
  65. package/dist-types/commands/ListCachePoliciesCommand.d.ts +57 -0
  66. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +19 -0
  67. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +17 -0
  68. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
  69. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +15 -0
  70. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +15 -0
  71. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +15 -0
  72. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +303 -0
  73. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +15 -0
  74. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +303 -0
  75. package/dist-types/commands/ListDistributionsCommand.d.ts +303 -0
  76. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +42 -0
  77. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +33 -0
  78. package/dist-types/commands/ListFunctionsCommand.d.ts +26 -0
  79. package/dist-types/commands/ListInvalidationsCommand.d.ts +19 -0
  80. package/dist-types/commands/ListKeyGroupsCommand.d.ts +25 -0
  81. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +22 -0
  82. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +50 -0
  83. package/dist-types/commands/ListPublicKeysCommand.d.ts +19 -0
  84. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +30 -0
  85. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +103 -0
  86. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +41 -0
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +19 -0
  89. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  90. package/dist-types/commands/TestFunctionCommand.d.ts +27 -0
  91. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  92. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +48 -0
  93. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
  94. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +33 -0
  95. package/dist-types/commands/UpdateDistributionCommand.d.ts +337 -0
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +337 -0
  97. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -0
  98. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +30 -0
  99. package/dist-types/commands/UpdateFunctionCommand.d.ts +20 -0
  100. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +17 -0
  101. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -0
  103. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +22 -0
  105. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +94 -0
  106. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +56 -0
  107. package/package.json +3 -3
@@ -31,6 +31,341 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M
31
31
  * };
32
32
  * const command = new GetDistributionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDistributionResult
35
+ * // Distribution: { // Distribution
36
+ * // Id: "STRING_VALUE", // required
37
+ * // ARN: "STRING_VALUE", // required
38
+ * // Status: "STRING_VALUE", // required
39
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
40
+ * // InProgressInvalidationBatches: Number("int"), // required
41
+ * // DomainName: "STRING_VALUE", // required
42
+ * // ActiveTrustedSigners: { // ActiveTrustedSigners
43
+ * // Enabled: true || false, // required
44
+ * // Quantity: Number("int"), // required
45
+ * // Items: [ // SignerList
46
+ * // { // Signer
47
+ * // AwsAccountNumber: "STRING_VALUE",
48
+ * // KeyPairIds: { // KeyPairIds
49
+ * // Quantity: Number("int"), // required
50
+ * // Items: [ // KeyPairIdList
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // },
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // ActiveTrustedKeyGroups: { // ActiveTrustedKeyGroups
58
+ * // Enabled: true || false, // required
59
+ * // Quantity: Number("int"), // required
60
+ * // Items: [ // KGKeyPairIdsList
61
+ * // { // KGKeyPairIds
62
+ * // KeyGroupId: "STRING_VALUE",
63
+ * // KeyPairIds: {
64
+ * // Quantity: Number("int"), // required
65
+ * // Items: [
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // },
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // DistributionConfig: { // DistributionConfig
73
+ * // CallerReference: "STRING_VALUE", // required
74
+ * // Aliases: { // Aliases
75
+ * // Quantity: Number("int"), // required
76
+ * // Items: [ // AliasList
77
+ * // "STRING_VALUE",
78
+ * // ],
79
+ * // },
80
+ * // DefaultRootObject: "STRING_VALUE",
81
+ * // Origins: { // Origins
82
+ * // Quantity: Number("int"), // required
83
+ * // Items: [ // OriginList // required
84
+ * // { // Origin
85
+ * // Id: "STRING_VALUE", // required
86
+ * // DomainName: "STRING_VALUE", // required
87
+ * // OriginPath: "STRING_VALUE",
88
+ * // CustomHeaders: { // CustomHeaders
89
+ * // Quantity: Number("int"), // required
90
+ * // Items: [ // OriginCustomHeadersList
91
+ * // { // OriginCustomHeader
92
+ * // HeaderName: "STRING_VALUE", // required
93
+ * // HeaderValue: "STRING_VALUE", // required
94
+ * // },
95
+ * // ],
96
+ * // },
97
+ * // S3OriginConfig: { // S3OriginConfig
98
+ * // OriginAccessIdentity: "STRING_VALUE", // required
99
+ * // },
100
+ * // CustomOriginConfig: { // CustomOriginConfig
101
+ * // HTTPPort: Number("int"), // required
102
+ * // HTTPSPort: Number("int"), // required
103
+ * // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
104
+ * // OriginSslProtocols: { // OriginSslProtocols
105
+ * // Quantity: Number("int"), // required
106
+ * // Items: [ // SslProtocolsList // required
107
+ * // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
108
+ * // ],
109
+ * // },
110
+ * // OriginReadTimeout: Number("int"),
111
+ * // OriginKeepaliveTimeout: Number("int"),
112
+ * // },
113
+ * // ConnectionAttempts: Number("int"),
114
+ * // ConnectionTimeout: Number("int"),
115
+ * // OriginShield: { // OriginShield
116
+ * // Enabled: true || false, // required
117
+ * // OriginShieldRegion: "STRING_VALUE",
118
+ * // },
119
+ * // OriginAccessControlId: "STRING_VALUE",
120
+ * // },
121
+ * // ],
122
+ * // },
123
+ * // OriginGroups: { // OriginGroups
124
+ * // Quantity: Number("int"), // required
125
+ * // Items: [ // OriginGroupList
126
+ * // { // OriginGroup
127
+ * // Id: "STRING_VALUE", // required
128
+ * // FailoverCriteria: { // OriginGroupFailoverCriteria
129
+ * // StatusCodes: { // StatusCodes
130
+ * // Quantity: Number("int"), // required
131
+ * // Items: [ // StatusCodeList // required
132
+ * // Number("int"),
133
+ * // ],
134
+ * // },
135
+ * // },
136
+ * // Members: { // OriginGroupMembers
137
+ * // Quantity: Number("int"), // required
138
+ * // Items: [ // OriginGroupMemberList // required
139
+ * // { // OriginGroupMember
140
+ * // OriginId: "STRING_VALUE", // required
141
+ * // },
142
+ * // ],
143
+ * // },
144
+ * // },
145
+ * // ],
146
+ * // },
147
+ * // DefaultCacheBehavior: { // DefaultCacheBehavior
148
+ * // TargetOriginId: "STRING_VALUE", // required
149
+ * // TrustedSigners: { // TrustedSigners
150
+ * // Enabled: true || false, // required
151
+ * // Quantity: Number("int"), // required
152
+ * // Items: [ // AwsAccountNumberList
153
+ * // "STRING_VALUE",
154
+ * // ],
155
+ * // },
156
+ * // TrustedKeyGroups: { // TrustedKeyGroups
157
+ * // Enabled: true || false, // required
158
+ * // Quantity: Number("int"), // required
159
+ * // Items: [ // TrustedKeyGroupIdList
160
+ * // "STRING_VALUE",
161
+ * // ],
162
+ * // },
163
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
164
+ * // AllowedMethods: { // AllowedMethods
165
+ * // Quantity: Number("int"), // required
166
+ * // Items: [ // MethodsList // required
167
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
168
+ * // ],
169
+ * // CachedMethods: { // CachedMethods
170
+ * // Quantity: Number("int"), // required
171
+ * // Items: [ // required
172
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
173
+ * // ],
174
+ * // },
175
+ * // },
176
+ * // SmoothStreaming: true || false,
177
+ * // Compress: true || false,
178
+ * // LambdaFunctionAssociations: { // LambdaFunctionAssociations
179
+ * // Quantity: Number("int"), // required
180
+ * // Items: [ // LambdaFunctionAssociationList
181
+ * // { // LambdaFunctionAssociation
182
+ * // LambdaFunctionARN: "STRING_VALUE", // required
183
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
184
+ * // IncludeBody: true || false,
185
+ * // },
186
+ * // ],
187
+ * // },
188
+ * // FunctionAssociations: { // FunctionAssociations
189
+ * // Quantity: Number("int"), // required
190
+ * // Items: [ // FunctionAssociationList
191
+ * // { // FunctionAssociation
192
+ * // FunctionARN: "STRING_VALUE", // required
193
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
194
+ * // },
195
+ * // ],
196
+ * // },
197
+ * // FieldLevelEncryptionId: "STRING_VALUE",
198
+ * // RealtimeLogConfigArn: "STRING_VALUE",
199
+ * // CachePolicyId: "STRING_VALUE",
200
+ * // OriginRequestPolicyId: "STRING_VALUE",
201
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
202
+ * // ForwardedValues: { // ForwardedValues
203
+ * // QueryString: true || false, // required
204
+ * // Cookies: { // CookiePreference
205
+ * // Forward: "none" || "whitelist" || "all", // required
206
+ * // WhitelistedNames: { // CookieNames
207
+ * // Quantity: Number("int"), // required
208
+ * // Items: [ // CookieNameList
209
+ * // "STRING_VALUE",
210
+ * // ],
211
+ * // },
212
+ * // },
213
+ * // Headers: { // Headers
214
+ * // Quantity: Number("int"), // required
215
+ * // Items: [ // HeaderList
216
+ * // "STRING_VALUE",
217
+ * // ],
218
+ * // },
219
+ * // QueryStringCacheKeys: { // QueryStringCacheKeys
220
+ * // Quantity: Number("int"), // required
221
+ * // Items: [ // QueryStringCacheKeysList
222
+ * // "STRING_VALUE",
223
+ * // ],
224
+ * // },
225
+ * // },
226
+ * // MinTTL: Number("long"),
227
+ * // DefaultTTL: Number("long"),
228
+ * // MaxTTL: Number("long"),
229
+ * // },
230
+ * // CacheBehaviors: { // CacheBehaviors
231
+ * // Quantity: Number("int"), // required
232
+ * // Items: [ // CacheBehaviorList
233
+ * // { // CacheBehavior
234
+ * // PathPattern: "STRING_VALUE", // required
235
+ * // TargetOriginId: "STRING_VALUE", // required
236
+ * // TrustedSigners: {
237
+ * // Enabled: true || false, // required
238
+ * // Quantity: Number("int"), // required
239
+ * // Items: [
240
+ * // "STRING_VALUE",
241
+ * // ],
242
+ * // },
243
+ * // TrustedKeyGroups: {
244
+ * // Enabled: true || false, // required
245
+ * // Quantity: Number("int"), // required
246
+ * // Items: [
247
+ * // "STRING_VALUE",
248
+ * // ],
249
+ * // },
250
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
251
+ * // AllowedMethods: {
252
+ * // Quantity: Number("int"), // required
253
+ * // Items: "<MethodsList>", // required
254
+ * // CachedMethods: {
255
+ * // Quantity: Number("int"), // required
256
+ * // Items: "<MethodsList>", // required
257
+ * // },
258
+ * // },
259
+ * // SmoothStreaming: true || false,
260
+ * // Compress: true || false,
261
+ * // LambdaFunctionAssociations: {
262
+ * // Quantity: Number("int"), // required
263
+ * // Items: [
264
+ * // {
265
+ * // LambdaFunctionARN: "STRING_VALUE", // required
266
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
267
+ * // IncludeBody: true || false,
268
+ * // },
269
+ * // ],
270
+ * // },
271
+ * // FunctionAssociations: {
272
+ * // Quantity: Number("int"), // required
273
+ * // Items: [
274
+ * // {
275
+ * // FunctionARN: "STRING_VALUE", // required
276
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
277
+ * // },
278
+ * // ],
279
+ * // },
280
+ * // FieldLevelEncryptionId: "STRING_VALUE",
281
+ * // RealtimeLogConfigArn: "STRING_VALUE",
282
+ * // CachePolicyId: "STRING_VALUE",
283
+ * // OriginRequestPolicyId: "STRING_VALUE",
284
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
285
+ * // ForwardedValues: {
286
+ * // QueryString: true || false, // required
287
+ * // Cookies: {
288
+ * // Forward: "none" || "whitelist" || "all", // required
289
+ * // WhitelistedNames: {
290
+ * // Quantity: Number("int"), // required
291
+ * // Items: [
292
+ * // "STRING_VALUE",
293
+ * // ],
294
+ * // },
295
+ * // },
296
+ * // Headers: {
297
+ * // Quantity: Number("int"), // required
298
+ * // Items: [
299
+ * // "STRING_VALUE",
300
+ * // ],
301
+ * // },
302
+ * // QueryStringCacheKeys: {
303
+ * // Quantity: Number("int"), // required
304
+ * // Items: [
305
+ * // "STRING_VALUE",
306
+ * // ],
307
+ * // },
308
+ * // },
309
+ * // MinTTL: Number("long"),
310
+ * // DefaultTTL: Number("long"),
311
+ * // MaxTTL: Number("long"),
312
+ * // },
313
+ * // ],
314
+ * // },
315
+ * // CustomErrorResponses: { // CustomErrorResponses
316
+ * // Quantity: Number("int"), // required
317
+ * // Items: [ // CustomErrorResponseList
318
+ * // { // CustomErrorResponse
319
+ * // ErrorCode: Number("int"), // required
320
+ * // ResponsePagePath: "STRING_VALUE",
321
+ * // ResponseCode: "STRING_VALUE",
322
+ * // ErrorCachingMinTTL: Number("long"),
323
+ * // },
324
+ * // ],
325
+ * // },
326
+ * // Comment: "STRING_VALUE", // required
327
+ * // Logging: { // LoggingConfig
328
+ * // Enabled: true || false, // required
329
+ * // IncludeCookies: true || false, // required
330
+ * // Bucket: "STRING_VALUE", // required
331
+ * // Prefix: "STRING_VALUE", // required
332
+ * // },
333
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
334
+ * // Enabled: true || false, // required
335
+ * // ViewerCertificate: { // ViewerCertificate
336
+ * // CloudFrontDefaultCertificate: true || false,
337
+ * // IAMCertificateId: "STRING_VALUE",
338
+ * // ACMCertificateArn: "STRING_VALUE",
339
+ * // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
340
+ * // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
341
+ * // Certificate: "STRING_VALUE",
342
+ * // CertificateSource: "cloudfront" || "iam" || "acm",
343
+ * // },
344
+ * // Restrictions: { // Restrictions
345
+ * // GeoRestriction: { // GeoRestriction
346
+ * // RestrictionType: "blacklist" || "whitelist" || "none", // required
347
+ * // Quantity: Number("int"), // required
348
+ * // Items: [ // LocationList
349
+ * // "STRING_VALUE",
350
+ * // ],
351
+ * // },
352
+ * // },
353
+ * // WebACLId: "STRING_VALUE",
354
+ * // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3",
355
+ * // IsIPV6Enabled: true || false,
356
+ * // ContinuousDeploymentPolicyId: "STRING_VALUE",
357
+ * // Staging: true || false,
358
+ * // },
359
+ * // AliasICPRecordals: [ // AliasICPRecordals
360
+ * // { // AliasICPRecordal
361
+ * // CNAME: "STRING_VALUE",
362
+ * // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
363
+ * // },
364
+ * // ],
365
+ * // },
366
+ * // ETag: "STRING_VALUE",
367
+ * // };
368
+ *
34
369
  * ```
35
370
  *
36
371
  * @param GetDistributionCommandInput - {@link GetDistributionCommandInput}
@@ -45,6 +380,8 @@ export interface GetDistributionCommandOutput extends GetDistributionResult, __M
45
380
  * @throws {@link NoSuchDistribution} (client fault)
46
381
  * <p>The specified distribution does not exist.</p>
47
382
  *
383
+ * @throws {@link CloudFrontServiceException}
384
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
385
  *
49
386
  */
50
387
  export declare class GetDistributionCommand extends $Command<GetDistributionCommandInput, GetDistributionCommandOutput, CloudFrontClientResolvedConfig> {
@@ -31,6 +31,297 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi
31
31
  * };
32
32
  * const command = new GetDistributionConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDistributionConfigResult
35
+ * // DistributionConfig: { // DistributionConfig
36
+ * // CallerReference: "STRING_VALUE", // required
37
+ * // Aliases: { // Aliases
38
+ * // Quantity: Number("int"), // required
39
+ * // Items: [ // AliasList
40
+ * // "STRING_VALUE",
41
+ * // ],
42
+ * // },
43
+ * // DefaultRootObject: "STRING_VALUE",
44
+ * // Origins: { // Origins
45
+ * // Quantity: Number("int"), // required
46
+ * // Items: [ // OriginList // required
47
+ * // { // Origin
48
+ * // Id: "STRING_VALUE", // required
49
+ * // DomainName: "STRING_VALUE", // required
50
+ * // OriginPath: "STRING_VALUE",
51
+ * // CustomHeaders: { // CustomHeaders
52
+ * // Quantity: Number("int"), // required
53
+ * // Items: [ // OriginCustomHeadersList
54
+ * // { // OriginCustomHeader
55
+ * // HeaderName: "STRING_VALUE", // required
56
+ * // HeaderValue: "STRING_VALUE", // required
57
+ * // },
58
+ * // ],
59
+ * // },
60
+ * // S3OriginConfig: { // S3OriginConfig
61
+ * // OriginAccessIdentity: "STRING_VALUE", // required
62
+ * // },
63
+ * // CustomOriginConfig: { // CustomOriginConfig
64
+ * // HTTPPort: Number("int"), // required
65
+ * // HTTPSPort: Number("int"), // required
66
+ * // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
67
+ * // OriginSslProtocols: { // OriginSslProtocols
68
+ * // Quantity: Number("int"), // required
69
+ * // Items: [ // SslProtocolsList // required
70
+ * // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
71
+ * // ],
72
+ * // },
73
+ * // OriginReadTimeout: Number("int"),
74
+ * // OriginKeepaliveTimeout: Number("int"),
75
+ * // },
76
+ * // ConnectionAttempts: Number("int"),
77
+ * // ConnectionTimeout: Number("int"),
78
+ * // OriginShield: { // OriginShield
79
+ * // Enabled: true || false, // required
80
+ * // OriginShieldRegion: "STRING_VALUE",
81
+ * // },
82
+ * // OriginAccessControlId: "STRING_VALUE",
83
+ * // },
84
+ * // ],
85
+ * // },
86
+ * // OriginGroups: { // OriginGroups
87
+ * // Quantity: Number("int"), // required
88
+ * // Items: [ // OriginGroupList
89
+ * // { // OriginGroup
90
+ * // Id: "STRING_VALUE", // required
91
+ * // FailoverCriteria: { // OriginGroupFailoverCriteria
92
+ * // StatusCodes: { // StatusCodes
93
+ * // Quantity: Number("int"), // required
94
+ * // Items: [ // StatusCodeList // required
95
+ * // Number("int"),
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // Members: { // OriginGroupMembers
100
+ * // Quantity: Number("int"), // required
101
+ * // Items: [ // OriginGroupMemberList // required
102
+ * // { // OriginGroupMember
103
+ * // OriginId: "STRING_VALUE", // required
104
+ * // },
105
+ * // ],
106
+ * // },
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // DefaultCacheBehavior: { // DefaultCacheBehavior
111
+ * // TargetOriginId: "STRING_VALUE", // required
112
+ * // TrustedSigners: { // TrustedSigners
113
+ * // Enabled: true || false, // required
114
+ * // Quantity: Number("int"), // required
115
+ * // Items: [ // AwsAccountNumberList
116
+ * // "STRING_VALUE",
117
+ * // ],
118
+ * // },
119
+ * // TrustedKeyGroups: { // TrustedKeyGroups
120
+ * // Enabled: true || false, // required
121
+ * // Quantity: Number("int"), // required
122
+ * // Items: [ // TrustedKeyGroupIdList
123
+ * // "STRING_VALUE",
124
+ * // ],
125
+ * // },
126
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
127
+ * // AllowedMethods: { // AllowedMethods
128
+ * // Quantity: Number("int"), // required
129
+ * // Items: [ // MethodsList // required
130
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
131
+ * // ],
132
+ * // CachedMethods: { // CachedMethods
133
+ * // Quantity: Number("int"), // required
134
+ * // Items: [ // required
135
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
136
+ * // ],
137
+ * // },
138
+ * // },
139
+ * // SmoothStreaming: true || false,
140
+ * // Compress: true || false,
141
+ * // LambdaFunctionAssociations: { // LambdaFunctionAssociations
142
+ * // Quantity: Number("int"), // required
143
+ * // Items: [ // LambdaFunctionAssociationList
144
+ * // { // LambdaFunctionAssociation
145
+ * // LambdaFunctionARN: "STRING_VALUE", // required
146
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
147
+ * // IncludeBody: true || false,
148
+ * // },
149
+ * // ],
150
+ * // },
151
+ * // FunctionAssociations: { // FunctionAssociations
152
+ * // Quantity: Number("int"), // required
153
+ * // Items: [ // FunctionAssociationList
154
+ * // { // FunctionAssociation
155
+ * // FunctionARN: "STRING_VALUE", // required
156
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
157
+ * // },
158
+ * // ],
159
+ * // },
160
+ * // FieldLevelEncryptionId: "STRING_VALUE",
161
+ * // RealtimeLogConfigArn: "STRING_VALUE",
162
+ * // CachePolicyId: "STRING_VALUE",
163
+ * // OriginRequestPolicyId: "STRING_VALUE",
164
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
165
+ * // ForwardedValues: { // ForwardedValues
166
+ * // QueryString: true || false, // required
167
+ * // Cookies: { // CookiePreference
168
+ * // Forward: "none" || "whitelist" || "all", // required
169
+ * // WhitelistedNames: { // CookieNames
170
+ * // Quantity: Number("int"), // required
171
+ * // Items: [ // CookieNameList
172
+ * // "STRING_VALUE",
173
+ * // ],
174
+ * // },
175
+ * // },
176
+ * // Headers: { // Headers
177
+ * // Quantity: Number("int"), // required
178
+ * // Items: [ // HeaderList
179
+ * // "STRING_VALUE",
180
+ * // ],
181
+ * // },
182
+ * // QueryStringCacheKeys: { // QueryStringCacheKeys
183
+ * // Quantity: Number("int"), // required
184
+ * // Items: [ // QueryStringCacheKeysList
185
+ * // "STRING_VALUE",
186
+ * // ],
187
+ * // },
188
+ * // },
189
+ * // MinTTL: Number("long"),
190
+ * // DefaultTTL: Number("long"),
191
+ * // MaxTTL: Number("long"),
192
+ * // },
193
+ * // CacheBehaviors: { // CacheBehaviors
194
+ * // Quantity: Number("int"), // required
195
+ * // Items: [ // CacheBehaviorList
196
+ * // { // CacheBehavior
197
+ * // PathPattern: "STRING_VALUE", // required
198
+ * // TargetOriginId: "STRING_VALUE", // required
199
+ * // TrustedSigners: {
200
+ * // Enabled: true || false, // required
201
+ * // Quantity: Number("int"), // required
202
+ * // Items: [
203
+ * // "STRING_VALUE",
204
+ * // ],
205
+ * // },
206
+ * // TrustedKeyGroups: {
207
+ * // Enabled: true || false, // required
208
+ * // Quantity: Number("int"), // required
209
+ * // Items: [
210
+ * // "STRING_VALUE",
211
+ * // ],
212
+ * // },
213
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
214
+ * // AllowedMethods: {
215
+ * // Quantity: Number("int"), // required
216
+ * // Items: "<MethodsList>", // required
217
+ * // CachedMethods: {
218
+ * // Quantity: Number("int"), // required
219
+ * // Items: "<MethodsList>", // required
220
+ * // },
221
+ * // },
222
+ * // SmoothStreaming: true || false,
223
+ * // Compress: true || false,
224
+ * // LambdaFunctionAssociations: {
225
+ * // Quantity: Number("int"), // required
226
+ * // Items: [
227
+ * // {
228
+ * // LambdaFunctionARN: "STRING_VALUE", // required
229
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
230
+ * // IncludeBody: true || false,
231
+ * // },
232
+ * // ],
233
+ * // },
234
+ * // FunctionAssociations: {
235
+ * // Quantity: Number("int"), // required
236
+ * // Items: [
237
+ * // {
238
+ * // FunctionARN: "STRING_VALUE", // required
239
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
240
+ * // },
241
+ * // ],
242
+ * // },
243
+ * // FieldLevelEncryptionId: "STRING_VALUE",
244
+ * // RealtimeLogConfigArn: "STRING_VALUE",
245
+ * // CachePolicyId: "STRING_VALUE",
246
+ * // OriginRequestPolicyId: "STRING_VALUE",
247
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
248
+ * // ForwardedValues: {
249
+ * // QueryString: true || false, // required
250
+ * // Cookies: {
251
+ * // Forward: "none" || "whitelist" || "all", // required
252
+ * // WhitelistedNames: {
253
+ * // Quantity: Number("int"), // required
254
+ * // Items: [
255
+ * // "STRING_VALUE",
256
+ * // ],
257
+ * // },
258
+ * // },
259
+ * // Headers: {
260
+ * // Quantity: Number("int"), // required
261
+ * // Items: [
262
+ * // "STRING_VALUE",
263
+ * // ],
264
+ * // },
265
+ * // QueryStringCacheKeys: {
266
+ * // Quantity: Number("int"), // required
267
+ * // Items: [
268
+ * // "STRING_VALUE",
269
+ * // ],
270
+ * // },
271
+ * // },
272
+ * // MinTTL: Number("long"),
273
+ * // DefaultTTL: Number("long"),
274
+ * // MaxTTL: Number("long"),
275
+ * // },
276
+ * // ],
277
+ * // },
278
+ * // CustomErrorResponses: { // CustomErrorResponses
279
+ * // Quantity: Number("int"), // required
280
+ * // Items: [ // CustomErrorResponseList
281
+ * // { // CustomErrorResponse
282
+ * // ErrorCode: Number("int"), // required
283
+ * // ResponsePagePath: "STRING_VALUE",
284
+ * // ResponseCode: "STRING_VALUE",
285
+ * // ErrorCachingMinTTL: Number("long"),
286
+ * // },
287
+ * // ],
288
+ * // },
289
+ * // Comment: "STRING_VALUE", // required
290
+ * // Logging: { // LoggingConfig
291
+ * // Enabled: true || false, // required
292
+ * // IncludeCookies: true || false, // required
293
+ * // Bucket: "STRING_VALUE", // required
294
+ * // Prefix: "STRING_VALUE", // required
295
+ * // },
296
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
297
+ * // Enabled: true || false, // required
298
+ * // ViewerCertificate: { // ViewerCertificate
299
+ * // CloudFrontDefaultCertificate: true || false,
300
+ * // IAMCertificateId: "STRING_VALUE",
301
+ * // ACMCertificateArn: "STRING_VALUE",
302
+ * // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
303
+ * // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
304
+ * // Certificate: "STRING_VALUE",
305
+ * // CertificateSource: "cloudfront" || "iam" || "acm",
306
+ * // },
307
+ * // Restrictions: { // Restrictions
308
+ * // GeoRestriction: { // GeoRestriction
309
+ * // RestrictionType: "blacklist" || "whitelist" || "none", // required
310
+ * // Quantity: Number("int"), // required
311
+ * // Items: [ // LocationList
312
+ * // "STRING_VALUE",
313
+ * // ],
314
+ * // },
315
+ * // },
316
+ * // WebACLId: "STRING_VALUE",
317
+ * // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3",
318
+ * // IsIPV6Enabled: true || false,
319
+ * // ContinuousDeploymentPolicyId: "STRING_VALUE",
320
+ * // Staging: true || false,
321
+ * // },
322
+ * // ETag: "STRING_VALUE",
323
+ * // };
324
+ *
34
325
  * ```
35
326
  *
36
327
  * @param GetDistributionConfigCommandInput - {@link GetDistributionConfigCommandInput}
@@ -45,6 +336,8 @@ export interface GetDistributionConfigCommandOutput extends GetDistributionConfi
45
336
  * @throws {@link NoSuchDistribution} (client fault)
46
337
  * <p>The specified distribution does not exist.</p>
47
338
  *
339
+ * @throws {@link CloudFrontServiceException}
340
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
48
341
  *
49
342
  */
50
343
  export declare class GetDistributionConfigCommand extends $Command<GetDistributionConfigCommandInput, GetDistributionConfigCommandOutput, CloudFrontClientResolvedConfig> {