@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
@@ -317,6 +317,342 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
317
317
  * };
318
318
  * const command = new CreateDistributionCommand(input);
319
319
  * const response = await client.send(command);
320
+ * // { // CreateDistributionResult
321
+ * // Distribution: { // Distribution
322
+ * // Id: "STRING_VALUE", // required
323
+ * // ARN: "STRING_VALUE", // required
324
+ * // Status: "STRING_VALUE", // required
325
+ * // LastModifiedTime: new Date("TIMESTAMP"), // required
326
+ * // InProgressInvalidationBatches: Number("int"), // required
327
+ * // DomainName: "STRING_VALUE", // required
328
+ * // ActiveTrustedSigners: { // ActiveTrustedSigners
329
+ * // Enabled: true || false, // required
330
+ * // Quantity: Number("int"), // required
331
+ * // Items: [ // SignerList
332
+ * // { // Signer
333
+ * // AwsAccountNumber: "STRING_VALUE",
334
+ * // KeyPairIds: { // KeyPairIds
335
+ * // Quantity: Number("int"), // required
336
+ * // Items: [ // KeyPairIdList
337
+ * // "STRING_VALUE",
338
+ * // ],
339
+ * // },
340
+ * // },
341
+ * // ],
342
+ * // },
343
+ * // ActiveTrustedKeyGroups: { // ActiveTrustedKeyGroups
344
+ * // Enabled: true || false, // required
345
+ * // Quantity: Number("int"), // required
346
+ * // Items: [ // KGKeyPairIdsList
347
+ * // { // KGKeyPairIds
348
+ * // KeyGroupId: "STRING_VALUE",
349
+ * // KeyPairIds: {
350
+ * // Quantity: Number("int"), // required
351
+ * // Items: [
352
+ * // "STRING_VALUE",
353
+ * // ],
354
+ * // },
355
+ * // },
356
+ * // ],
357
+ * // },
358
+ * // DistributionConfig: { // DistributionConfig
359
+ * // CallerReference: "STRING_VALUE", // required
360
+ * // Aliases: { // Aliases
361
+ * // Quantity: Number("int"), // required
362
+ * // Items: [ // AliasList
363
+ * // "STRING_VALUE",
364
+ * // ],
365
+ * // },
366
+ * // DefaultRootObject: "STRING_VALUE",
367
+ * // Origins: { // Origins
368
+ * // Quantity: Number("int"), // required
369
+ * // Items: [ // OriginList // required
370
+ * // { // Origin
371
+ * // Id: "STRING_VALUE", // required
372
+ * // DomainName: "STRING_VALUE", // required
373
+ * // OriginPath: "STRING_VALUE",
374
+ * // CustomHeaders: { // CustomHeaders
375
+ * // Quantity: Number("int"), // required
376
+ * // Items: [ // OriginCustomHeadersList
377
+ * // { // OriginCustomHeader
378
+ * // HeaderName: "STRING_VALUE", // required
379
+ * // HeaderValue: "STRING_VALUE", // required
380
+ * // },
381
+ * // ],
382
+ * // },
383
+ * // S3OriginConfig: { // S3OriginConfig
384
+ * // OriginAccessIdentity: "STRING_VALUE", // required
385
+ * // },
386
+ * // CustomOriginConfig: { // CustomOriginConfig
387
+ * // HTTPPort: Number("int"), // required
388
+ * // HTTPSPort: Number("int"), // required
389
+ * // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
390
+ * // OriginSslProtocols: { // OriginSslProtocols
391
+ * // Quantity: Number("int"), // required
392
+ * // Items: [ // SslProtocolsList // required
393
+ * // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
394
+ * // ],
395
+ * // },
396
+ * // OriginReadTimeout: Number("int"),
397
+ * // OriginKeepaliveTimeout: Number("int"),
398
+ * // },
399
+ * // ConnectionAttempts: Number("int"),
400
+ * // ConnectionTimeout: Number("int"),
401
+ * // OriginShield: { // OriginShield
402
+ * // Enabled: true || false, // required
403
+ * // OriginShieldRegion: "STRING_VALUE",
404
+ * // },
405
+ * // OriginAccessControlId: "STRING_VALUE",
406
+ * // },
407
+ * // ],
408
+ * // },
409
+ * // OriginGroups: { // OriginGroups
410
+ * // Quantity: Number("int"), // required
411
+ * // Items: [ // OriginGroupList
412
+ * // { // OriginGroup
413
+ * // Id: "STRING_VALUE", // required
414
+ * // FailoverCriteria: { // OriginGroupFailoverCriteria
415
+ * // StatusCodes: { // StatusCodes
416
+ * // Quantity: Number("int"), // required
417
+ * // Items: [ // StatusCodeList // required
418
+ * // Number("int"),
419
+ * // ],
420
+ * // },
421
+ * // },
422
+ * // Members: { // OriginGroupMembers
423
+ * // Quantity: Number("int"), // required
424
+ * // Items: [ // OriginGroupMemberList // required
425
+ * // { // OriginGroupMember
426
+ * // OriginId: "STRING_VALUE", // required
427
+ * // },
428
+ * // ],
429
+ * // },
430
+ * // },
431
+ * // ],
432
+ * // },
433
+ * // DefaultCacheBehavior: { // DefaultCacheBehavior
434
+ * // TargetOriginId: "STRING_VALUE", // required
435
+ * // TrustedSigners: { // TrustedSigners
436
+ * // Enabled: true || false, // required
437
+ * // Quantity: Number("int"), // required
438
+ * // Items: [ // AwsAccountNumberList
439
+ * // "STRING_VALUE",
440
+ * // ],
441
+ * // },
442
+ * // TrustedKeyGroups: { // TrustedKeyGroups
443
+ * // Enabled: true || false, // required
444
+ * // Quantity: Number("int"), // required
445
+ * // Items: [ // TrustedKeyGroupIdList
446
+ * // "STRING_VALUE",
447
+ * // ],
448
+ * // },
449
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
450
+ * // AllowedMethods: { // AllowedMethods
451
+ * // Quantity: Number("int"), // required
452
+ * // Items: [ // MethodsList // required
453
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
454
+ * // ],
455
+ * // CachedMethods: { // CachedMethods
456
+ * // Quantity: Number("int"), // required
457
+ * // Items: [ // required
458
+ * // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
459
+ * // ],
460
+ * // },
461
+ * // },
462
+ * // SmoothStreaming: true || false,
463
+ * // Compress: true || false,
464
+ * // LambdaFunctionAssociations: { // LambdaFunctionAssociations
465
+ * // Quantity: Number("int"), // required
466
+ * // Items: [ // LambdaFunctionAssociationList
467
+ * // { // LambdaFunctionAssociation
468
+ * // LambdaFunctionARN: "STRING_VALUE", // required
469
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
470
+ * // IncludeBody: true || false,
471
+ * // },
472
+ * // ],
473
+ * // },
474
+ * // FunctionAssociations: { // FunctionAssociations
475
+ * // Quantity: Number("int"), // required
476
+ * // Items: [ // FunctionAssociationList
477
+ * // { // FunctionAssociation
478
+ * // FunctionARN: "STRING_VALUE", // required
479
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
480
+ * // },
481
+ * // ],
482
+ * // },
483
+ * // FieldLevelEncryptionId: "STRING_VALUE",
484
+ * // RealtimeLogConfigArn: "STRING_VALUE",
485
+ * // CachePolicyId: "STRING_VALUE",
486
+ * // OriginRequestPolicyId: "STRING_VALUE",
487
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
488
+ * // ForwardedValues: { // ForwardedValues
489
+ * // QueryString: true || false, // required
490
+ * // Cookies: { // CookiePreference
491
+ * // Forward: "none" || "whitelist" || "all", // required
492
+ * // WhitelistedNames: { // CookieNames
493
+ * // Quantity: Number("int"), // required
494
+ * // Items: [ // CookieNameList
495
+ * // "STRING_VALUE",
496
+ * // ],
497
+ * // },
498
+ * // },
499
+ * // Headers: { // Headers
500
+ * // Quantity: Number("int"), // required
501
+ * // Items: [ // HeaderList
502
+ * // "STRING_VALUE",
503
+ * // ],
504
+ * // },
505
+ * // QueryStringCacheKeys: { // QueryStringCacheKeys
506
+ * // Quantity: Number("int"), // required
507
+ * // Items: [ // QueryStringCacheKeysList
508
+ * // "STRING_VALUE",
509
+ * // ],
510
+ * // },
511
+ * // },
512
+ * // MinTTL: Number("long"),
513
+ * // DefaultTTL: Number("long"),
514
+ * // MaxTTL: Number("long"),
515
+ * // },
516
+ * // CacheBehaviors: { // CacheBehaviors
517
+ * // Quantity: Number("int"), // required
518
+ * // Items: [ // CacheBehaviorList
519
+ * // { // CacheBehavior
520
+ * // PathPattern: "STRING_VALUE", // required
521
+ * // TargetOriginId: "STRING_VALUE", // required
522
+ * // TrustedSigners: {
523
+ * // Enabled: true || false, // required
524
+ * // Quantity: Number("int"), // required
525
+ * // Items: [
526
+ * // "STRING_VALUE",
527
+ * // ],
528
+ * // },
529
+ * // TrustedKeyGroups: {
530
+ * // Enabled: true || false, // required
531
+ * // Quantity: Number("int"), // required
532
+ * // Items: [
533
+ * // "STRING_VALUE",
534
+ * // ],
535
+ * // },
536
+ * // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
537
+ * // AllowedMethods: {
538
+ * // Quantity: Number("int"), // required
539
+ * // Items: "<MethodsList>", // required
540
+ * // CachedMethods: {
541
+ * // Quantity: Number("int"), // required
542
+ * // Items: "<MethodsList>", // required
543
+ * // },
544
+ * // },
545
+ * // SmoothStreaming: true || false,
546
+ * // Compress: true || false,
547
+ * // LambdaFunctionAssociations: {
548
+ * // Quantity: Number("int"), // required
549
+ * // Items: [
550
+ * // {
551
+ * // LambdaFunctionARN: "STRING_VALUE", // required
552
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
553
+ * // IncludeBody: true || false,
554
+ * // },
555
+ * // ],
556
+ * // },
557
+ * // FunctionAssociations: {
558
+ * // Quantity: Number("int"), // required
559
+ * // Items: [
560
+ * // {
561
+ * // FunctionARN: "STRING_VALUE", // required
562
+ * // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
563
+ * // },
564
+ * // ],
565
+ * // },
566
+ * // FieldLevelEncryptionId: "STRING_VALUE",
567
+ * // RealtimeLogConfigArn: "STRING_VALUE",
568
+ * // CachePolicyId: "STRING_VALUE",
569
+ * // OriginRequestPolicyId: "STRING_VALUE",
570
+ * // ResponseHeadersPolicyId: "STRING_VALUE",
571
+ * // ForwardedValues: {
572
+ * // QueryString: true || false, // required
573
+ * // Cookies: {
574
+ * // Forward: "none" || "whitelist" || "all", // required
575
+ * // WhitelistedNames: {
576
+ * // Quantity: Number("int"), // required
577
+ * // Items: [
578
+ * // "STRING_VALUE",
579
+ * // ],
580
+ * // },
581
+ * // },
582
+ * // Headers: {
583
+ * // Quantity: Number("int"), // required
584
+ * // Items: [
585
+ * // "STRING_VALUE",
586
+ * // ],
587
+ * // },
588
+ * // QueryStringCacheKeys: {
589
+ * // Quantity: Number("int"), // required
590
+ * // Items: [
591
+ * // "STRING_VALUE",
592
+ * // ],
593
+ * // },
594
+ * // },
595
+ * // MinTTL: Number("long"),
596
+ * // DefaultTTL: Number("long"),
597
+ * // MaxTTL: Number("long"),
598
+ * // },
599
+ * // ],
600
+ * // },
601
+ * // CustomErrorResponses: { // CustomErrorResponses
602
+ * // Quantity: Number("int"), // required
603
+ * // Items: [ // CustomErrorResponseList
604
+ * // { // CustomErrorResponse
605
+ * // ErrorCode: Number("int"), // required
606
+ * // ResponsePagePath: "STRING_VALUE",
607
+ * // ResponseCode: "STRING_VALUE",
608
+ * // ErrorCachingMinTTL: Number("long"),
609
+ * // },
610
+ * // ],
611
+ * // },
612
+ * // Comment: "STRING_VALUE", // required
613
+ * // Logging: { // LoggingConfig
614
+ * // Enabled: true || false, // required
615
+ * // IncludeCookies: true || false, // required
616
+ * // Bucket: "STRING_VALUE", // required
617
+ * // Prefix: "STRING_VALUE", // required
618
+ * // },
619
+ * // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
620
+ * // Enabled: true || false, // required
621
+ * // ViewerCertificate: { // ViewerCertificate
622
+ * // CloudFrontDefaultCertificate: true || false,
623
+ * // IAMCertificateId: "STRING_VALUE",
624
+ * // ACMCertificateArn: "STRING_VALUE",
625
+ * // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
626
+ * // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
627
+ * // Certificate: "STRING_VALUE",
628
+ * // CertificateSource: "cloudfront" || "iam" || "acm",
629
+ * // },
630
+ * // Restrictions: { // Restrictions
631
+ * // GeoRestriction: { // GeoRestriction
632
+ * // RestrictionType: "blacklist" || "whitelist" || "none", // required
633
+ * // Quantity: Number("int"), // required
634
+ * // Items: [ // LocationList
635
+ * // "STRING_VALUE",
636
+ * // ],
637
+ * // },
638
+ * // },
639
+ * // WebACLId: "STRING_VALUE",
640
+ * // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3",
641
+ * // IsIPV6Enabled: true || false,
642
+ * // ContinuousDeploymentPolicyId: "STRING_VALUE",
643
+ * // Staging: true || false,
644
+ * // },
645
+ * // AliasICPRecordals: [ // AliasICPRecordals
646
+ * // { // AliasICPRecordal
647
+ * // CNAME: "STRING_VALUE",
648
+ * // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
649
+ * // },
650
+ * // ],
651
+ * // },
652
+ * // Location: "STRING_VALUE",
653
+ * // ETag: "STRING_VALUE",
654
+ * // };
655
+ *
320
656
  * ```
321
657
  *
322
658
  * @param CreateDistributionCommandInput - {@link CreateDistributionCommandInput}
@@ -562,6 +898,8 @@ export interface CreateDistributionCommandOutput extends CreateDistributionResul
562
898
  * @throws {@link TrustedSignerDoesNotExist} (client fault)
563
899
  * <p>One or more of your trusted signers don't exist.</p>
564
900
  *
901
+ * @throws {@link CloudFrontServiceException}
902
+ * <p>Base exception class for all service exceptions from CloudFront service.</p>
565
903
  *
566
904
  */
567
905
  export declare class CreateDistributionCommand extends $Command<CreateDistributionCommandInput, CreateDistributionCommandOutput, CloudFrontClientResolvedConfig> {