@aws-sdk/client-cloudfront 3.325.0 → 3.327.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 +7 -7
@@ -43,6 +43,307 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput extends ListD
43
43
  * };
44
44
  * const command = new ListDistributionsByRealtimeLogConfigCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // ListDistributionsByRealtimeLogConfigResult
47
+ * // DistributionList: { // DistributionList
48
+ * // Marker: "STRING_VALUE", // required
49
+ * // NextMarker: "STRING_VALUE",
50
+ * // MaxItems: Number("int"), // required
51
+ * // IsTruncated: true || false, // required
52
+ * // Quantity: Number("int"), // required
53
+ * // Items: [ // DistributionSummaryList
54
+ * // { // DistributionSummary
55
+ * // Id: "STRING_VALUE", // required
56
+ * // ARN: "STRING_VALUE", // required
57
+ * // Status: "STRING_VALUE", // required
58
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
59
+ * // DomainName: "STRING_VALUE", // required
60
+ * // Aliases: { // Aliases
61
+ * // Quantity: Number("int"), // required
62
+ * // Items: [ // AliasList
63
+ * // "STRING_VALUE",
64
+ * // ],
65
+ * // },
66
+ * // Origins: { // Origins
67
+ * // Quantity: Number("int"), // required
68
+ * // Items: [ // OriginList // required
69
+ * // { // Origin
70
+ * // Id: "STRING_VALUE", // required
71
+ * // DomainName: "STRING_VALUE", // required
72
+ * // OriginPath: "STRING_VALUE",
73
+ * // CustomHeaders: { // CustomHeaders
74
+ * // Quantity: Number("int"), // required
75
+ * // Items: [ // OriginCustomHeadersList
76
+ * // { // OriginCustomHeader
77
+ * // HeaderName: "STRING_VALUE", // required
78
+ * // HeaderValue: "STRING_VALUE", // required
79
+ * // },
80
+ * // ],
81
+ * // },
82
+ * // S3OriginConfig: { // S3OriginConfig
83
+ * // OriginAccessIdentity: "STRING_VALUE", // required
84
+ * // },
85
+ * // CustomOriginConfig: { // CustomOriginConfig
86
+ * // HTTPPort: Number("int"), // required
87
+ * // HTTPSPort: Number("int"), // required
88
+ * // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
89
+ * // OriginSslProtocols: { // OriginSslProtocols
90
+ * // Quantity: Number("int"), // required
91
+ * // Items: [ // SslProtocolsList // required
92
+ * // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
93
+ * // ],
94
+ * // },
95
+ * // OriginReadTimeout: Number("int"),
96
+ * // OriginKeepaliveTimeout: Number("int"),
97
+ * // },
98
+ * // ConnectionAttempts: Number("int"),
99
+ * // ConnectionTimeout: Number("int"),
100
+ * // OriginShield: { // OriginShield
101
+ * // Enabled: true || false, // required
102
+ * // OriginShieldRegion: "STRING_VALUE",
103
+ * // },
104
+ * // OriginAccessControlId: "STRING_VALUE",
105
+ * // },
106
+ * // ],
107
+ * // },
108
+ * // OriginGroups: { // OriginGroups
109
+ * // Quantity: Number("int"), // required
110
+ * // Items: [ // OriginGroupList
111
+ * // { // OriginGroup
112
+ * // Id: "STRING_VALUE", // required
113
+ * // FailoverCriteria: { // OriginGroupFailoverCriteria
114
+ * // StatusCodes: { // StatusCodes
115
+ * // Quantity: Number("int"), // required
116
+ * // Items: [ // StatusCodeList // required
117
+ * // Number("int"),
118
+ * // ],
119
+ * // },
120
+ * // },
121
+ * // Members: { // OriginGroupMembers
122
+ * // Quantity: Number("int"), // required
123
+ * // Items: [ // OriginGroupMemberList // required
124
+ * // { // OriginGroupMember
125
+ * // OriginId: "STRING_VALUE", // required
126
+ * // },
127
+ * // ],
128
+ * // },
129
+ * // },
130
+ * // ],
131
+ * // },
132
+ * // DefaultCacheBehavior: { // DefaultCacheBehavior
133
+ * // TargetOriginId: "STRING_VALUE", // required
134
+ * // TrustedSigners: { // TrustedSigners
135
+ * // Enabled: true || false, // required
136
+ * // Quantity: Number("int"), // required
137
+ * // Items: [ // AwsAccountNumberList
138
+ * // "STRING_VALUE",
139
+ * // ],
140
+ * // },
141
+ * // TrustedKeyGroups: { // TrustedKeyGroups
142
+ * // Enabled: true || false, // required
143
+ * // Quantity: Number("int"), // required
144
+ * // Items: [ // TrustedKeyGroupIdList
145
+ * // "STRING_VALUE",
146
+ * // ],
147
+ * // },
148
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
149
+ * // AllowedMethods: { // AllowedMethods
150
+ * // Quantity: Number("int"), // required
151
+ * // Items: [ // MethodsList // required
152
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
153
+ * // ],
154
+ * // CachedMethods: { // CachedMethods
155
+ * // Quantity: Number("int"), // required
156
+ * // Items: [ // required
157
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
158
+ * // ],
159
+ * // },
160
+ * // },
161
+ * // SmoothStreaming: true || false,
162
+ * // Compress: true || false,
163
+ * // LambdaFunctionAssociations: { // LambdaFunctionAssociations
164
+ * // Quantity: Number("int"), // required
165
+ * // Items: [ // LambdaFunctionAssociationList
166
+ * // { // LambdaFunctionAssociation
167
+ * // LambdaFunctionARN: "STRING_VALUE", // required
168
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
169
+ * // IncludeBody: true || false,
170
+ * // },
171
+ * // ],
172
+ * // },
173
+ * // FunctionAssociations: { // FunctionAssociations
174
+ * // Quantity: Number("int"), // required
175
+ * // Items: [ // FunctionAssociationList
176
+ * // { // FunctionAssociation
177
+ * // FunctionARN: "STRING_VALUE", // required
178
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
179
+ * // },
180
+ * // ],
181
+ * // },
182
+ * // FieldLevelEncryptionId: "STRING_VALUE",
183
+ * // RealtimeLogConfigArn: "STRING_VALUE",
184
+ * // CachePolicyId: "STRING_VALUE",
185
+ * // OriginRequestPolicyId: "STRING_VALUE",
186
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
187
+ * // ForwardedValues: { // ForwardedValues
188
+ * // QueryString: true || false, // required
189
+ * // Cookies: { // CookiePreference
190
+ * // Forward: "none" || "whitelist" || "all", // required
191
+ * // WhitelistedNames: { // CookieNames
192
+ * // Quantity: Number("int"), // required
193
+ * // Items: [ // CookieNameList
194
+ * // "STRING_VALUE",
195
+ * // ],
196
+ * // },
197
+ * // },
198
+ * // Headers: { // Headers
199
+ * // Quantity: Number("int"), // required
200
+ * // Items: [ // HeaderList
201
+ * // "STRING_VALUE",
202
+ * // ],
203
+ * // },
204
+ * // QueryStringCacheKeys: { // QueryStringCacheKeys
205
+ * // Quantity: Number("int"), // required
206
+ * // Items: [ // QueryStringCacheKeysList
207
+ * // "STRING_VALUE",
208
+ * // ],
209
+ * // },
210
+ * // },
211
+ * // MinTTL: Number("long"),
212
+ * // DefaultTTL: Number("long"),
213
+ * // MaxTTL: Number("long"),
214
+ * // },
215
+ * // CacheBehaviors: { // CacheBehaviors
216
+ * // Quantity: Number("int"), // required
217
+ * // Items: [ // CacheBehaviorList
218
+ * // { // CacheBehavior
219
+ * // PathPattern: "STRING_VALUE", // required
220
+ * // TargetOriginId: "STRING_VALUE", // required
221
+ * // TrustedSigners: {
222
+ * // Enabled: true || false, // required
223
+ * // Quantity: Number("int"), // required
224
+ * // Items: [
225
+ * // "STRING_VALUE",
226
+ * // ],
227
+ * // },
228
+ * // TrustedKeyGroups: {
229
+ * // Enabled: true || false, // required
230
+ * // Quantity: Number("int"), // required
231
+ * // Items: [
232
+ * // "STRING_VALUE",
233
+ * // ],
234
+ * // },
235
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
236
+ * // AllowedMethods: {
237
+ * // Quantity: Number("int"), // required
238
+ * // Items: "<MethodsList>", // required
239
+ * // CachedMethods: {
240
+ * // Quantity: Number("int"), // required
241
+ * // Items: "<MethodsList>", // required
242
+ * // },
243
+ * // },
244
+ * // SmoothStreaming: true || false,
245
+ * // Compress: true || false,
246
+ * // LambdaFunctionAssociations: {
247
+ * // Quantity: Number("int"), // required
248
+ * // Items: [
249
+ * // {
250
+ * // LambdaFunctionARN: "STRING_VALUE", // required
251
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
252
+ * // IncludeBody: true || false,
253
+ * // },
254
+ * // ],
255
+ * // },
256
+ * // FunctionAssociations: {
257
+ * // Quantity: Number("int"), // required
258
+ * // Items: [
259
+ * // {
260
+ * // FunctionARN: "STRING_VALUE", // required
261
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
262
+ * // },
263
+ * // ],
264
+ * // },
265
+ * // FieldLevelEncryptionId: "STRING_VALUE",
266
+ * // RealtimeLogConfigArn: "STRING_VALUE",
267
+ * // CachePolicyId: "STRING_VALUE",
268
+ * // OriginRequestPolicyId: "STRING_VALUE",
269
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
270
+ * // ForwardedValues: {
271
+ * // QueryString: true || false, // required
272
+ * // Cookies: {
273
+ * // Forward: "none" || "whitelist" || "all", // required
274
+ * // WhitelistedNames: {
275
+ * // Quantity: Number("int"), // required
276
+ * // Items: [
277
+ * // "STRING_VALUE",
278
+ * // ],
279
+ * // },
280
+ * // },
281
+ * // Headers: {
282
+ * // Quantity: Number("int"), // required
283
+ * // Items: [
284
+ * // "STRING_VALUE",
285
+ * // ],
286
+ * // },
287
+ * // QueryStringCacheKeys: {
288
+ * // Quantity: Number("int"), // required
289
+ * // Items: [
290
+ * // "STRING_VALUE",
291
+ * // ],
292
+ * // },
293
+ * // },
294
+ * // MinTTL: Number("long"),
295
+ * // DefaultTTL: Number("long"),
296
+ * // MaxTTL: Number("long"),
297
+ * // },
298
+ * // ],
299
+ * // },
300
+ * // CustomErrorResponses: { // CustomErrorResponses
301
+ * // Quantity: Number("int"), // required
302
+ * // Items: [ // CustomErrorResponseList
303
+ * // { // CustomErrorResponse
304
+ * // ErrorCode: Number("int"), // required
305
+ * // ResponsePagePath: "STRING_VALUE",
306
+ * // ResponseCode: "STRING_VALUE",
307
+ * // ErrorCachingMinTTL: Number("long"),
308
+ * // },
309
+ * // ],
310
+ * // },
311
+ * // Comment: "STRING_VALUE", // required
312
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All", // required
313
+ * // Enabled: true || false, // required
314
+ * // ViewerCertificate: { // ViewerCertificate
315
+ * // CloudFrontDefaultCertificate: true || false,
316
+ * // IAMCertificateId: "STRING_VALUE",
317
+ * // ACMCertificateArn: "STRING_VALUE",
318
+ * // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
319
+ * // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
320
+ * // Certificate: "STRING_VALUE",
321
+ * // CertificateSource: "cloudfront" || "iam" || "acm",
322
+ * // },
323
+ * // Restrictions: { // Restrictions
324
+ * // GeoRestriction: { // GeoRestriction
325
+ * // RestrictionType: "blacklist" || "whitelist" || "none", // required
326
+ * // Quantity: Number("int"), // required
327
+ * // Items: [ // LocationList
328
+ * // "STRING_VALUE",
329
+ * // ],
330
+ * // },
331
+ * // },
332
+ * // WebACLId: "STRING_VALUE", // required
333
+ * // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3", // required
334
+ * // IsIPV6Enabled: true || false, // required
335
+ * // AliasICPRecordals: [ // AliasICPRecordals
336
+ * // { // AliasICPRecordal
337
+ * // CNAME: "STRING_VALUE",
338
+ * // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
339
+ * // },
340
+ * // ],
341
+ * // Staging: true || false, // required
342
+ * // },
343
+ * // ],
344
+ * // },
345
+ * // };
346
+ *
46
347
  * ```
47
348
  *
48
349
  * @param ListDistributionsByRealtimeLogConfigCommandInput - {@link ListDistributionsByRealtimeLogConfigCommandInput}
@@ -54,6 +355,8 @@ export interface ListDistributionsByRealtimeLogConfigCommandOutput extends ListD
54
355
  * @throws {@link InvalidArgument} (client fault)
55
356
  * <p>An argument is invalid.</p>
56
357
  *
358
+ * @throws {@link CloudFrontServiceException}
359
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
57
360
  *
58
361
  */
59
362
  export declare class ListDistributionsByRealtimeLogConfigCommand extends $Command<ListDistributionsByRealtimeLogConfigCommandInput, ListDistributionsByRealtimeLogConfigCommandOutput, CloudFrontClientResolvedConfig> {
@@ -39,6 +39,19 @@ export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput extends
39
39
  * };
40
40
  * const command = new ListDistributionsByResponseHeadersPolicyIdCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // ListDistributionsByResponseHeadersPolicyIdResult
43
+ * // DistributionIdList: { // DistributionIdList
44
+ * // Marker: "STRING_VALUE", // required
45
+ * // NextMarker: "STRING_VALUE",
46
+ * // MaxItems: Number("int"), // required
47
+ * // IsTruncated: true || false, // required
48
+ * // Quantity: Number("int"), // required
49
+ * // Items: [ // DistributionIdListSummary
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // },
53
+ * // };
54
+ *
42
55
  * ```
43
56
  *
44
57
  * @param ListDistributionsByResponseHeadersPolicyIdCommandInput - {@link ListDistributionsByResponseHeadersPolicyIdCommandInput}
@@ -56,6 +69,8 @@ export interface ListDistributionsByResponseHeadersPolicyIdCommandOutput extends
56
69
  * @throws {@link NoSuchResponseHeadersPolicy} (client fault)
57
70
  * <p>The response headers policy does not exist.</p>
58
71
  *
72
+ * @throws {@link CloudFrontServiceException}
73
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
59
74
  *
60
75
  */
61
76
  export declare class ListDistributionsByResponseHeadersPolicyIdCommand extends $Command<ListDistributionsByResponseHeadersPolicyIdCommandInput, ListDistributionsByResponseHeadersPolicyIdCommandOutput, CloudFrontClientResolvedConfig> {