@aws-sdk/client-cloudfront 3.804.0 → 3.808.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 (114) hide show
  1. package/README.md +1 -6
  2. package/dist-cjs/runtimeConfig.js +6 -6
  3. package/dist-es/runtimeConfig.js +6 -6
  4. package/dist-types/CloudFront.d.ts +1 -5
  5. package/dist-types/CloudFrontClient.d.ts +1 -5
  6. package/dist-types/commands/AssociateAliasCommand.d.ts +1 -11
  7. package/dist-types/commands/AssociateDistributionTenantWebACLCommand.d.ts +1 -2
  8. package/dist-types/commands/AssociateDistributionWebACLCommand.d.ts +1 -2
  9. package/dist-types/commands/CopyDistributionCommand.d.ts +26 -90
  10. package/dist-types/commands/CreateAnycastIpListCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateCachePolicyCommand.d.ts +7 -39
  12. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +5 -16
  13. package/dist-types/commands/CreateConnectionGroupCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +3 -13
  15. package/dist-types/commands/CreateDistributionCommand.d.ts +27 -69
  16. package/dist-types/commands/CreateDistributionTenantCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +28 -83
  18. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  19. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +3 -6
  20. package/dist-types/commands/CreateFunctionCommand.d.ts +4 -19
  21. package/dist-types/commands/CreateInvalidationCommand.d.ts +3 -6
  22. package/dist-types/commands/CreateInvalidationForDistributionTenantCommand.d.ts +3 -6
  23. package/dist-types/commands/CreateKeyGroupCommand.d.ts +4 -17
  24. package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +1 -2
  25. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +1 -4
  26. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +2 -11
  27. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +7 -44
  28. package/dist-types/commands/CreatePublicKeyCommand.d.ts +1 -2
  29. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +3 -11
  30. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +7 -32
  31. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +5 -11
  32. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +5 -11
  33. package/dist-types/commands/CreateVpcOriginCommand.d.ts +2 -4
  34. package/dist-types/commands/DeleteAnycastIpListCommand.d.ts +1 -2
  35. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +3 -11
  36. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +1 -2
  37. package/dist-types/commands/DeleteConnectionGroupCommand.d.ts +1 -2
  38. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteDistributionCommand.d.ts +2 -4
  40. package/dist-types/commands/DeleteDistributionTenantCommand.d.ts +2 -4
  41. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +1 -2
  42. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +1 -2
  43. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -11
  44. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +2 -9
  45. package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +1 -2
  46. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +3 -11
  48. package/dist-types/commands/DeletePublicKeyCommand.d.ts +1 -2
  49. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +2 -9
  50. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +3 -11
  51. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +3 -53
  52. package/dist-types/commands/DeleteVpcOriginCommand.d.ts +1 -2
  53. package/dist-types/commands/DescribeFunctionCommand.d.ts +1 -5
  54. package/dist-types/commands/DisassociateDistributionTenantWebACLCommand.d.ts +1 -2
  55. package/dist-types/commands/DisassociateDistributionWebACLCommand.d.ts +1 -2
  56. package/dist-types/commands/GetCachePolicyCommand.d.ts +1 -14
  57. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +1 -6
  58. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +1 -2
  59. package/dist-types/commands/GetFunctionCommand.d.ts +1 -4
  60. package/dist-types/commands/GetKeyGroupCommand.d.ts +1 -7
  61. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +1 -6
  62. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +1 -2
  63. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +1 -15
  64. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +1 -7
  65. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +1 -4
  66. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +1 -8
  67. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +1 -7
  68. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +1 -2
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +1 -8
  70. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +1 -23
  71. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +1 -6
  72. package/dist-types/commands/ListDistributionTenantsByCustomizationCommand.d.ts +1 -2
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +1 -7
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +1 -7
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +1 -7
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +1 -10
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +1 -7
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +1 -5
  79. package/dist-types/commands/ListDomainConflictsCommand.d.ts +1 -2
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +1 -2
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +1 -2
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +1 -8
  83. package/dist-types/commands/ListKeyGroupsCommand.d.ts +1 -6
  84. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +1 -11
  85. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +1 -8
  86. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +1 -6
  87. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +1 -8
  88. package/dist-types/commands/PublishFunctionCommand.d.ts +2 -12
  89. package/dist-types/commands/TestFunctionCommand.d.ts +1 -10
  90. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +7 -33
  91. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +3 -6
  92. package/dist-types/commands/UpdateConnectionGroupCommand.d.ts +2 -4
  93. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +3 -26
  94. package/dist-types/commands/UpdateDistributionCommand.d.ts +26 -99
  95. package/dist-types/commands/UpdateDistributionTenantCommand.d.ts +2 -4
  96. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +23 -82
  97. package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +1 -2
  98. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +4 -8
  99. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +4 -8
  100. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -10
  101. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +4 -25
  102. package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +1 -2
  103. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +1 -2
  104. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +7 -35
  105. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +2 -4
  106. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +1 -21
  107. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +7 -38
  108. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +3 -6
  109. package/dist-types/commands/UpdateVpcOriginCommand.d.ts +3 -6
  110. package/dist-types/index.d.ts +1 -5
  111. package/dist-types/models/models_0.d.ts +324 -2005
  112. package/dist-types/models/models_1.d.ts +297 -1243
  113. package/dist-types/models/models_2.d.ts +45 -119
  114. package/package.json +15 -15
@@ -13,9 +13,7 @@ export interface StreamingDistributionList {
13
13
  */
14
14
  Marker: string | undefined;
15
15
  /**
16
- * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
17
- * the value you can use for the <code>Marker</code> request parameter to continue listing
18
- * your RTMP distributions where they left off.</p>
16
+ * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains the value you can use for the <code>Marker</code> request parameter to continue listing your RTMP distributions where they left off.</p>
19
17
  * @public
20
18
  */
21
19
  NextMarker?: string | undefined;
@@ -25,22 +23,17 @@ export interface StreamingDistributionList {
25
23
  */
26
24
  MaxItems: number | undefined;
27
25
  /**
28
- * <p>A flag that indicates whether more streaming distributions remain to be listed. If
29
- * your results were truncated, you can make a follow-up pagination request using the
30
- * <code>Marker</code> request parameter to retrieve more distributions in the list.
31
- * </p>
26
+ * <p>A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the <code>Marker</code> request parameter to retrieve more distributions in the list. </p>
32
27
  * @public
33
28
  */
34
29
  IsTruncated: boolean | undefined;
35
30
  /**
36
- * <p>The number of streaming distributions that were created by the current Amazon Web Services account.
37
- * </p>
31
+ * <p>The number of streaming distributions that were created by the current Amazon Web Services account. </p>
38
32
  * @public
39
33
  */
40
34
  Quantity: number | undefined;
41
35
  /**
42
- * <p>A complex type that contains one <code>StreamingDistributionSummary</code> element for
43
- * each distribution that was created by the current Amazon Web Services account.</p>
36
+ * <p>A complex type that contains one <code>StreamingDistributionSummary</code> element for each distribution that was created by the current Amazon Web Services account.</p>
44
37
  * @public
45
38
  */
46
39
  Items?: StreamingDistributionSummary[] | undefined;
@@ -155,10 +148,7 @@ export interface VpcOriginList {
155
148
  */
156
149
  MaxItems: number | undefined;
157
150
  /**
158
- * <p>A flag that indicates whether more VPC origins remain to be listed. If
159
- * your results were truncated, you can make a follow-up pagination request using the
160
- * <code>Marker</code> request parameter to retrieve more VPC origins in the
161
- * list.</p>
151
+ * <p>A flag that indicates whether more VPC origins remain to be listed. If your results were truncated, you can make a follow-up pagination request using the <code>Marker</code> request parameter to retrieve more VPC origins in the list.</p>
162
152
  * @public
163
153
  */
164
154
  IsTruncated: boolean | undefined;
@@ -193,8 +183,7 @@ export interface PublishFunctionRequest {
193
183
  */
194
184
  Name: string | undefined;
195
185
  /**
196
- * <p>The current version (<code>ETag</code> value) of the function that you are publishing,
197
- * which you can get using <code>DescribeFunction</code>.</p>
186
+ * <p>The current version (<code>ETag</code> value) of the function that you are publishing, which you can get using <code>DescribeFunction</code>.</p>
198
187
  * @public
199
188
  */
200
189
  IfMatch: string | undefined;
@@ -248,20 +237,17 @@ export interface TestFunctionRequest {
248
237
  */
249
238
  Name: string | undefined;
250
239
  /**
251
- * <p>The current version (<code>ETag</code> value) of the function that you are testing,
252
- * which you can get using <code>DescribeFunction</code>.</p>
240
+ * <p>The current version (<code>ETag</code> value) of the function that you are testing, which you can get using <code>DescribeFunction</code>.</p>
253
241
  * @public
254
242
  */
255
243
  IfMatch: string | undefined;
256
244
  /**
257
- * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
258
- * <code>LIVE</code>.</p>
245
+ * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
259
246
  * @public
260
247
  */
261
248
  Stage?: FunctionStage | undefined;
262
249
  /**
263
- * <p>The event object to test the function with. For more information about the structure
264
- * of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
250
+ * <p>The event object to test the function with. For more information about the structure of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
265
251
  * @public
266
252
  */
267
253
  EventObject: Uint8Array | undefined;
@@ -272,15 +258,12 @@ export interface TestFunctionRequest {
272
258
  */
273
259
  export interface TestResult {
274
260
  /**
275
- * <p>Contains configuration information and metadata about the CloudFront function that was
276
- * tested.</p>
261
+ * <p>Contains configuration information and metadata about the CloudFront function that was tested.</p>
277
262
  * @public
278
263
  */
279
264
  FunctionSummary?: FunctionSummary | undefined;
280
265
  /**
281
- * <p>The amount of time that the function took to run as a percentage of the maximum
282
- * allowed time. For example, a compute utilization of 35 means that the function completed
283
- * in 35% of the maximum allowed time.</p>
266
+ * <p>The amount of time that the function took to run as a percentage of the maximum allowed time. For example, a compute utilization of 35 means that the function completed in 35% of the maximum allowed time.</p>
284
267
  * @public
285
268
  */
286
269
  ComputeUtilization?: string | undefined;
@@ -290,15 +273,12 @@ export interface TestResult {
290
273
  */
291
274
  FunctionExecutionLogs?: string[] | undefined;
292
275
  /**
293
- * <p>If the result of testing the function was an error, this field contains the error
294
- * message.</p>
276
+ * <p>If the result of testing the function was an error, this field contains the error message.</p>
295
277
  * @public
296
278
  */
297
279
  FunctionErrorMessage?: string | undefined;
298
280
  /**
299
- * <p>The event object returned by the function. For more information about the structure of
300
- * the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event
301
- * object structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
281
+ * <p>The event object returned by the function. For more information about the structure of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event object structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
302
282
  * @public
303
283
  */
304
284
  FunctionOutput?: string | undefined;
@@ -308,8 +288,7 @@ export interface TestResult {
308
288
  */
309
289
  export interface TestFunctionResult {
310
290
  /**
311
- * <p>An object that represents the result of running the function with the provided event
312
- * object.</p>
291
+ * <p>An object that represents the result of running the function with the provided event object.</p>
313
292
  * @public
314
293
  */
315
294
  TestResult?: TestResult | undefined;
@@ -351,16 +330,12 @@ export interface UpdateCachePolicyRequest {
351
330
  */
352
331
  CachePolicyConfig: CachePolicyConfig | undefined;
353
332
  /**
354
- * <p>The unique identifier for the cache policy that you are updating. The identifier is
355
- * returned in a cache behavior's <code>CachePolicyId</code> field in the response to
356
- * <code>GetDistributionConfig</code>.</p>
333
+ * <p>The unique identifier for the cache policy that you are updating. The identifier is returned in a cache behavior's <code>CachePolicyId</code> field in the response to <code>GetDistributionConfig</code>.</p>
357
334
  * @public
358
335
  */
359
336
  Id: string | undefined;
360
337
  /**
361
- * <p>The version of the cache policy that you are updating. The version is returned in the
362
- * cache policy's <code>ETag</code> field in the response to
363
- * <code>GetCachePolicyConfig</code>.</p>
338
+ * <p>The version of the cache policy that you are updating. The version is returned in the cache policy's <code>ETag</code> field in the response to <code>GetCachePolicyConfig</code>.</p>
364
339
  * @public
365
340
  */
366
341
  IfMatch?: string | undefined;
@@ -396,8 +371,7 @@ export interface UpdateCloudFrontOriginAccessIdentityRequest {
396
371
  */
397
372
  Id: string | undefined;
398
373
  /**
399
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
400
- * identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
374
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
401
375
  * @public
402
376
  */
403
377
  IfMatch?: string | undefined;
@@ -413,8 +387,7 @@ export interface UpdateCloudFrontOriginAccessIdentityResult {
413
387
  */
414
388
  CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity | undefined;
415
389
  /**
416
- * <p>The current version of the configuration. For example:
417
- * <code>E2QWRUHAPOMQZL</code>.</p>
390
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
418
391
  * @public
419
392
  */
420
393
  ETag?: string | undefined;
@@ -429,8 +402,7 @@ export interface UpdateConnectionGroupRequest {
429
402
  */
430
403
  Id: string | undefined;
431
404
  /**
432
- * <p>Enable IPv6 for the connection group. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesEnableIPv6">Enable IPv6</a> in the
433
- * <i>Amazon CloudFront Developer Guide</i>.</p>
405
+ * <p>Enable IPv6 for the connection group. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesEnableIPv6">Enable IPv6</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
434
406
  * @public
435
407
  */
436
408
  Ipv6Enabled?: boolean | undefined;
@@ -480,8 +452,7 @@ export interface UpdateContinuousDeploymentPolicyRequest {
480
452
  */
481
453
  Id: string | undefined;
482
454
  /**
483
- * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that
484
- * you are updating.</p>
455
+ * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that you are updating.</p>
485
456
  * @public
486
457
  */
487
458
  IfMatch?: string | undefined;
@@ -496,8 +467,7 @@ export interface UpdateContinuousDeploymentPolicyResult {
496
467
  */
497
468
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy | undefined;
498
469
  /**
499
- * <p>The version identifier for the current version of the continuous deployment
500
- * policy.</p>
470
+ * <p>The version identifier for the current version of the continuous deployment policy.</p>
501
471
  * @public
502
472
  */
503
473
  ETag?: string | undefined;
@@ -518,8 +488,7 @@ export interface UpdateDistributionRequest {
518
488
  */
519
489
  Id: string | undefined;
520
490
  /**
521
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
522
- * distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
491
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
523
492
  * @public
524
493
  */
525
494
  IfMatch?: string | undefined;
@@ -535,8 +504,7 @@ export interface UpdateDistributionResult {
535
504
  */
536
505
  Distribution?: Distribution | undefined;
537
506
  /**
538
- * <p>The current version of the configuration. For example:
539
- * <code>E2QWRUHAPOMQZL</code>.</p>
507
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
540
508
  * @public
541
509
  */
542
510
  ETag?: string | undefined;
@@ -576,7 +544,7 @@ export interface UpdateDistributionTenantRequest {
576
544
  */
577
545
  ConnectionGroupId?: string | undefined;
578
546
  /**
579
- * <p>The value of the <code>ETag</code> header that you received when retrieving the distribution tenant to update. This value is returned in the response of the <code>GetDistributionTenant</code> API operation.</p>
547
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the distribution tenant to update. This value is returned in the response of the <code>GetDistributionTenant</code> API operation.</p>
580
548
  * @public
581
549
  */
582
550
  IfMatch: string | undefined;
@@ -611,8 +579,7 @@ export interface UpdateDistributionTenantResult {
611
579
  */
612
580
  export interface UpdateDistributionWithStagingConfigRequest {
613
581
  /**
614
- * <p>The identifier of the primary distribution to which you are copying a staging distribution's
615
- * configuration.</p>
582
+ * <p>The identifier of the primary distribution to which you are copying a staging distribution's configuration.</p>
616
583
  * @public
617
584
  */
618
585
  Id: string | undefined;
@@ -622,11 +589,7 @@ export interface UpdateDistributionWithStagingConfigRequest {
622
589
  */
623
590
  StagingDistributionId?: string | undefined;
624
591
  /**
625
- * <p>The current versions (<code>ETag</code> values) of both primary and staging distributions.
626
- * Provide these in the following format:</p>
627
- * <p>
628
- * <code>&lt;primary ETag&gt;, &lt;staging ETag&gt;</code>
629
- * </p>
592
+ * <p>The current versions (<code>ETag</code> values) of both primary and staging distributions. Provide these in the following format:</p> <p> <code>&lt;primary ETag&gt;, &lt;staging ETag&gt;</code> </p>
630
593
  * @public
631
594
  */
632
595
  IfMatch?: string | undefined;
@@ -636,8 +599,7 @@ export interface UpdateDistributionWithStagingConfigRequest {
636
599
  */
637
600
  export interface UpdateDistributionWithStagingConfigResult {
638
601
  /**
639
- * <p>A distribution tells CloudFront where you want content to be delivered from, and the details
640
- * about how to track and manage content delivery.</p>
602
+ * <p>A distribution tells CloudFront where you want content to be delivered from, and the details about how to track and manage content delivery.</p>
641
603
  * @public
642
604
  */
643
605
  Distribution?: Distribution | undefined;
@@ -702,8 +664,7 @@ export interface UpdateFieldLevelEncryptionConfigRequest {
702
664
  */
703
665
  Id: string | undefined;
704
666
  /**
705
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
706
- * configuration identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
667
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the configuration identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
707
668
  * @public
708
669
  */
709
670
  IfMatch?: string | undefined;
@@ -718,8 +679,7 @@ export interface UpdateFieldLevelEncryptionConfigResult {
718
679
  */
719
680
  FieldLevelEncryption?: FieldLevelEncryption | undefined;
720
681
  /**
721
- * <p>The value of the <code>ETag</code> header that you received when updating the
722
- * configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
682
+ * <p>The value of the <code>ETag</code> header that you received when updating the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
723
683
  * @public
724
684
  */
725
685
  ETag?: string | undefined;
@@ -739,8 +699,7 @@ export interface UpdateFieldLevelEncryptionProfileRequest {
739
699
  */
740
700
  Id: string | undefined;
741
701
  /**
742
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
743
- * profile identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
702
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the profile identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
744
703
  * @public
745
704
  */
746
705
  IfMatch?: string | undefined;
@@ -770,8 +729,7 @@ export interface UpdateFunctionRequest {
770
729
  */
771
730
  Name: string | undefined;
772
731
  /**
773
- * <p>The current version (<code>ETag</code> value) of the function that you are updating,
774
- * which you can get using <code>DescribeFunction</code>.</p>
732
+ * <p>The current version (<code>ETag</code> value) of the function that you are updating, which you can get using <code>DescribeFunction</code>.</p>
775
733
  * @public
776
734
  */
777
735
  IfMatch: string | undefined;
@@ -781,9 +739,7 @@ export interface UpdateFunctionRequest {
781
739
  */
782
740
  FunctionConfig: FunctionConfig | undefined;
783
741
  /**
784
- * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing
785
- * function code for CloudFront Functions</a> in the
786
- * <i>Amazon CloudFront Developer Guide</i>.</p>
742
+ * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
787
743
  * @public
788
744
  */
789
745
  FunctionCode: Uint8Array | undefined;
@@ -818,8 +774,7 @@ export interface UpdateKeyGroupRequest {
818
774
  */
819
775
  Id: string | undefined;
820
776
  /**
821
- * <p>The version of the key group that you are updating. The version is the key group's
822
- * <code>ETag</code> value.</p>
777
+ * <p>The version of the key group that you are updating. The version is the key group's <code>ETag</code> value.</p>
823
778
  * @public
824
779
  */
825
780
  IfMatch?: string | undefined;
@@ -889,8 +844,7 @@ export interface UpdateOriginAccessControlRequest {
889
844
  */
890
845
  Id: string | undefined;
891
846
  /**
892
- * <p>The current version (<code>ETag</code> value) of the origin access control that you
893
- * are updating.</p>
847
+ * <p>The current version (<code>ETag</code> value) of the origin access control that you are updating.</p>
894
848
  * @public
895
849
  */
896
850
  IfMatch?: string | undefined;
@@ -920,16 +874,12 @@ export interface UpdateOriginRequestPolicyRequest {
920
874
  */
921
875
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
922
876
  /**
923
- * <p>The unique identifier for the origin request policy that you are updating. The
924
- * identifier is returned in a cache behavior's <code>OriginRequestPolicyId</code> field in
925
- * the response to <code>GetDistributionConfig</code>.</p>
877
+ * <p>The unique identifier for the origin request policy that you are updating. The identifier is returned in a cache behavior's <code>OriginRequestPolicyId</code> field in the response to <code>GetDistributionConfig</code>.</p>
926
878
  * @public
927
879
  */
928
880
  Id: string | undefined;
929
881
  /**
930
- * <p>The version of the origin request policy that you are updating. The version is
931
- * returned in the origin request policy's <code>ETag</code> field in the response to
932
- * <code>GetOriginRequestPolicyConfig</code>.</p>
882
+ * <p>The version of the origin request policy that you are updating. The version is returned in the origin request policy's <code>ETag</code> field in the response to <code>GetOriginRequestPolicyConfig</code>.</p>
933
883
  * @public
934
884
  */
935
885
  IfMatch?: string | undefined;
@@ -964,8 +914,7 @@ export interface UpdatePublicKeyRequest {
964
914
  */
965
915
  Id: string | undefined;
966
916
  /**
967
- * <p>The value of the <code>ETag</code> header that you received when retrieving the public
968
- * key to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
917
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the public key to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
969
918
  * @public
970
919
  */
971
920
  IfMatch?: string | undefined;
@@ -990,15 +939,12 @@ export interface UpdatePublicKeyResult {
990
939
  */
991
940
  export interface UpdateRealtimeLogConfigRequest {
992
941
  /**
993
- * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
994
- * log data.</p>
942
+ * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time log data.</p>
995
943
  * @public
996
944
  */
997
945
  EndPoints?: EndPoint[] | undefined;
998
946
  /**
999
- * <p>A list of fields to include in each real-time log record.</p>
1000
- * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
1001
- * <i>Amazon CloudFront Developer Guide</i>.</p>
947
+ * <p>A list of fields to include in each real-time log record.</p> <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
1002
948
  * @public
1003
949
  */
1004
950
  Fields?: string[] | undefined;
@@ -1013,9 +959,7 @@ export interface UpdateRealtimeLogConfigRequest {
1013
959
  */
1014
960
  ARN?: string | undefined;
1015
961
  /**
1016
- * <p>The sampling rate for this real-time log configuration. The sampling rate determines
1017
- * the percentage of viewer requests that are represented in the real-time log data. You
1018
- * must provide an integer between 1 and 100, inclusive.</p>
962
+ * <p>The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.</p>
1019
963
  * @public
1020
964
  */
1021
965
  SamplingRate?: number | undefined;
@@ -1045,9 +989,7 @@ export interface UpdateResponseHeadersPolicyRequest {
1045
989
  */
1046
990
  Id: string | undefined;
1047
991
  /**
1048
- * <p>The version of the response headers policy that you are updating.</p>
1049
- * <p>The version is returned in the cache policy's <code>ETag</code> field in the response
1050
- * to <code>GetResponseHeadersPolicyConfig</code>.</p>
992
+ * <p>The version of the response headers policy that you are updating.</p> <p>The version is returned in the cache policy's <code>ETag</code> field in the response to <code>GetResponseHeadersPolicyConfig</code>.</p>
1051
993
  * @public
1052
994
  */
1053
995
  IfMatch?: string | undefined;
@@ -1083,8 +1025,7 @@ export interface UpdateStreamingDistributionRequest {
1083
1025
  */
1084
1026
  Id: string | undefined;
1085
1027
  /**
1086
- * <p>The value of the <code>ETag</code> header that you received when retrieving the
1087
- * streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1028
+ * <p>The value of the <code>ETag</code> header that you received when retrieving the streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1088
1029
  * @public
1089
1030
  */
1090
1031
  IfMatch?: string | undefined;
@@ -1100,8 +1041,7 @@ export interface UpdateStreamingDistributionResult {
1100
1041
  */
1101
1042
  StreamingDistribution?: StreamingDistribution | undefined;
1102
1043
  /**
1103
- * <p>The current version of the configuration. For example:
1104
- * <code>E2QWRUHAPOMQZL</code>.</p>
1044
+ * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
1105
1045
  * @public
1106
1046
  */
1107
1047
  ETag?: string | undefined;
@@ -1151,7 +1091,7 @@ export interface VerifyDnsConfigurationRequest {
1151
1091
  */
1152
1092
  Domain?: string | undefined;
1153
1093
  /**
1154
- * <p>The ID of the distribution tenant.</p>
1094
+ * <p>The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.</p>
1155
1095
  * @public
1156
1096
  */
1157
1097
  Identifier: string | undefined;
@@ -1180,21 +1120,7 @@ export interface DnsConfiguration {
1180
1120
  */
1181
1121
  Domain: string | undefined;
1182
1122
  /**
1183
- * <p>The status of your domain name.</p>
1184
- * <ul>
1185
- * <li>
1186
- * <p>
1187
- * <code>valid-configuration</code>: The domain name is correctly configured and points to the correct routing endpoint of the connection group.</p>
1188
- * </li>
1189
- * <li>
1190
- * <p>
1191
- * <code>invalid-configuration</code>: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint.</p>
1192
- * </li>
1193
- * <li>
1194
- * <p>
1195
- * <code>unknown-configuration</code>: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.</p>
1196
- * </li>
1197
- * </ul>
1123
+ * <p>The status of your domain name.</p> <ul> <li> <p> <code>valid-configuration</code>: The domain name is correctly configured and points to the correct routing endpoint of the connection group.</p> </li> <li> <p> <code>invalid-configuration</code>: There is either a missing DNS record or the DNS record exists but it's using an incorrect routing endpoint. Update the DNS record to point to the correct routing endpoint.</p> </li> <li> <p> <code>unknown-configuration</code>: CloudFront can't validate your DNS configuration. This status can appear if CloudFront can't verify the DNS record, or the DNS lookup request failed or timed out.</p> </li> </ul>
1198
1124
  * @public
1199
1125
  */
1200
1126
  Status: DnsConfigurationStatus | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudfront",
3
3
  "description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
4
- "version": "3.804.0",
4
+ "version": "3.808.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudfront",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.804.0",
24
- "@aws-sdk/credential-provider-node": "3.804.0",
23
+ "@aws-sdk/core": "3.808.0",
24
+ "@aws-sdk/credential-provider-node": "3.808.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.804.0",
29
- "@aws-sdk/region-config-resolver": "3.804.0",
28
+ "@aws-sdk/middleware-user-agent": "3.808.0",
29
+ "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
- "@aws-sdk/util-endpoints": "3.804.0",
31
+ "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.804.0",
33
+ "@aws-sdk/util-user-agent-node": "3.808.0",
34
34
  "@aws-sdk/xml-builder": "3.804.0",
35
- "@smithy/config-resolver": "^4.1.0",
35
+ "@smithy/config-resolver": "^4.1.2",
36
36
  "@smithy/core": "^3.3.1",
37
37
  "@smithy/fetch-http-handler": "^5.0.2",
38
38
  "@smithy/hash-node": "^4.0.2",
39
39
  "@smithy/invalid-dependency": "^4.0.2",
40
40
  "@smithy/middleware-content-length": "^4.0.2",
41
- "@smithy/middleware-endpoint": "^4.1.2",
42
- "@smithy/middleware-retry": "^4.1.3",
41
+ "@smithy/middleware-endpoint": "^4.1.4",
42
+ "@smithy/middleware-retry": "^4.1.5",
43
43
  "@smithy/middleware-serde": "^4.0.3",
44
44
  "@smithy/middleware-stack": "^4.0.2",
45
- "@smithy/node-config-provider": "^4.0.2",
45
+ "@smithy/node-config-provider": "^4.1.1",
46
46
  "@smithy/node-http-handler": "^4.0.4",
47
47
  "@smithy/protocol-http": "^5.1.0",
48
- "@smithy/smithy-client": "^4.2.2",
48
+ "@smithy/smithy-client": "^4.2.4",
49
49
  "@smithy/types": "^4.2.0",
50
50
  "@smithy/url-parser": "^4.0.2",
51
51
  "@smithy/util-base64": "^4.0.0",
52
52
  "@smithy/util-body-length-browser": "^4.0.0",
53
53
  "@smithy/util-body-length-node": "^4.0.0",
54
- "@smithy/util-defaults-mode-browser": "^4.0.10",
55
- "@smithy/util-defaults-mode-node": "^4.0.10",
56
- "@smithy/util-endpoints": "^3.0.2",
54
+ "@smithy/util-defaults-mode-browser": "^4.0.12",
55
+ "@smithy/util-defaults-mode-node": "^4.0.12",
56
+ "@smithy/util-endpoints": "^3.0.4",
57
57
  "@smithy/util-middleware": "^4.0.2",
58
58
  "@smithy/util-retry": "^4.0.3",
59
59
  "@smithy/util-stream": "^4.2.0",