@aws-sdk/client-cloudfront 3.296.0 → 3.297.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 (119) hide show
  1. package/dist-cjs/protocols/Aws_restXml.js +153 -857
  2. package/dist-es/protocols/Aws_restXml.js +153 -857
  3. package/dist-types/CloudFront.d.ts +107 -0
  4. package/dist-types/CloudFrontClient.d.ts +24 -4
  5. package/dist-types/commands/AssociateAliasCommand.d.ts +16 -0
  6. package/dist-types/commands/CopyDistributionCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateCachePolicyCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateDistributionCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateInvalidationCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateKeyGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +16 -0
  20. package/dist-types/commands/CreatePublicKeyCommand.d.ts +16 -0
  21. package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +16 -0
  22. package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +16 -0
  23. package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +16 -0
  24. package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteCachePolicyCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteDistributionCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteKeyGroupCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +16 -0
  36. package/dist-types/commands/DeletePublicKeyCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +16 -0
  39. package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeFunctionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetCachePolicyCommand.d.ts +16 -0
  42. package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +16 -0
  43. package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  44. package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +16 -0
  45. package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +16 -0
  47. package/dist-types/commands/GetDistributionCommand.d.ts +16 -0
  48. package/dist-types/commands/GetDistributionConfigCommand.d.ts +16 -0
  49. package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +16 -0
  50. package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +16 -0
  51. package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +16 -0
  52. package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  54. package/dist-types/commands/GetInvalidationCommand.d.ts +16 -0
  55. package/dist-types/commands/GetKeyGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +16 -0
  58. package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
  59. package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +16 -0
  60. package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +16 -0
  61. package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +16 -0
  62. package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
  63. package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +16 -0
  64. package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +16 -0
  65. package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/GetStreamingDistributionCommand.d.ts +16 -0
  68. package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +16 -0
  69. package/dist-types/commands/ListCachePoliciesCommand.d.ts +16 -0
  70. package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +16 -0
  71. package/dist-types/commands/ListConflictingAliasesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +16 -0
  73. package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +16 -0
  75. package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +16 -0
  76. package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +16 -0
  78. package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +16 -0
  79. package/dist-types/commands/ListDistributionsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +16 -0
  82. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListInvalidationsCommand.d.ts +16 -0
  84. package/dist-types/commands/ListKeyGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +16 -0
  86. package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +16 -0
  87. package/dist-types/commands/ListPublicKeysCommand.d.ts +16 -0
  88. package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +16 -0
  90. package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +16 -0
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  92. package/dist-types/commands/PublishFunctionCommand.d.ts +16 -0
  93. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  94. package/dist-types/commands/TestFunctionCommand.d.ts +16 -0
  95. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateCachePolicyCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +16 -0
  98. package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +16 -0
  99. package/dist-types/commands/UpdateDistributionCommand.d.ts +16 -0
  100. package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateKeyGroupCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +16 -0
  111. package/dist-types/models/CloudFrontServiceException.d.ts +2 -0
  112. package/dist-types/models/models_0.d.ts +414 -0
  113. package/dist-types/models/models_1.d.ts +472 -0
  114. package/dist-types/pagination/Interfaces.d.ts +3 -0
  115. package/dist-types/pagination/ListCloudFrontOriginAccessIdentitiesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListDistributionsPaginator.d.ts +3 -0
  117. package/dist-types/pagination/ListInvalidationsPaginator.d.ts +3 -0
  118. package/dist-types/pagination/ListStreamingDistributionsPaginator.d.ts +3 -0
  119. package/package.json +3 -3
@@ -1,6 +1,9 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
3
3
  import { ActiveTrustedSigners, Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, ContinuousDeploymentPolicy, ContinuousDeploymentPolicyConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginAccessControl, OriginAccessControlConfig, OriginAccessControlOriginTypes, OriginAccessControlSigningBehaviors, OriginAccessControlSigningProtocols, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
4
+ /**
5
+ * @public
6
+ */
4
7
  export interface CreateResponseHeadersPolicyResult {
5
8
  /**
6
9
  * <p>Contains a response headers policy.</p>
@@ -16,6 +19,7 @@ export interface CreateResponseHeadersPolicyResult {
16
19
  ETag?: string;
17
20
  }
18
21
  /**
22
+ * @public
19
23
  * <p>A response headers policy with this name already exists. You must provide a unique
20
24
  * name. To modify an existing response headers policy, use
21
25
  * <code>UpdateResponseHeadersPolicy</code>.</p>
@@ -30,6 +34,7 @@ export declare class ResponseHeadersPolicyAlreadyExists extends __BaseException
30
34
  constructor(opts: __ExceptionOptionType<ResponseHeadersPolicyAlreadyExists, __BaseException>);
31
35
  }
32
36
  /**
37
+ * @public
33
38
  * <p>The length of the <code>Content-Security-Policy</code> header value in the response
34
39
  * headers policy exceeds the maximum.</p>
35
40
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -45,6 +50,7 @@ export declare class TooLongCSPInResponseHeadersPolicy extends __BaseException {
45
50
  constructor(opts: __ExceptionOptionType<TooLongCSPInResponseHeadersPolicy, __BaseException>);
46
51
  }
47
52
  /**
53
+ * @public
48
54
  * <p>The number of custom headers in the response headers policy exceeds the
49
55
  * maximum.</p>
50
56
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -60,6 +66,7 @@ export declare class TooManyCustomHeadersInResponseHeadersPolicy extends __BaseE
60
66
  constructor(opts: __ExceptionOptionType<TooManyCustomHeadersInResponseHeadersPolicy, __BaseException>);
61
67
  }
62
68
  /**
69
+ * @public
63
70
  * <p>The number of headers in <code>RemoveHeadersConfig</code> in the response headers
64
71
  * policy exceeds the maximum.</p>
65
72
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -75,6 +82,7 @@ export declare class TooManyRemoveHeadersInResponseHeadersPolicy extends __BaseE
75
82
  constructor(opts: __ExceptionOptionType<TooManyRemoveHeadersInResponseHeadersPolicy, __BaseException>);
76
83
  }
77
84
  /**
85
+ * @public
78
86
  * <p>You have reached the maximum number of response headers policies for this
79
87
  * Amazon Web Services account.</p>
80
88
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
@@ -90,6 +98,7 @@ export declare class TooManyResponseHeadersPolicies extends __BaseException {
90
98
  constructor(opts: __ExceptionOptionType<TooManyResponseHeadersPolicies, __BaseException>);
91
99
  }
92
100
  /**
101
+ * @public
93
102
  * <p>A complex type that controls whether access logs are written for this streaming
94
103
  * distribution.</p>
95
104
  */
@@ -118,6 +127,7 @@ export interface StreamingLoggingConfig {
118
127
  Prefix: string | undefined;
119
128
  }
120
129
  /**
130
+ * @public
121
131
  * <p>A complex type that contains information about the Amazon S3 bucket from which you want
122
132
  * CloudFront to get your media files for distribution.</p>
123
133
  */
@@ -143,6 +153,7 @@ export interface S3Origin {
143
153
  OriginAccessIdentity: string | undefined;
144
154
  }
145
155
  /**
156
+ * @public
146
157
  * <p>The RTMP distribution's configuration information.</p>
147
158
  */
148
159
  export interface StreamingDistributionConfig {
@@ -196,6 +207,7 @@ export interface StreamingDistributionConfig {
196
207
  Enabled: boolean | undefined;
197
208
  }
198
209
  /**
210
+ * @public
199
211
  * <p>The request to create a new streaming distribution.</p>
200
212
  */
201
213
  export interface CreateStreamingDistributionRequest {
@@ -205,6 +217,7 @@ export interface CreateStreamingDistributionRequest {
205
217
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
206
218
  }
207
219
  /**
220
+ * @public
208
221
  * <p>A streaming distribution tells CloudFront where you want RTMP content to be delivered from,
209
222
  * and the details about how to track and manage content delivery.</p>
210
223
  */
@@ -254,6 +267,7 @@ export interface StreamingDistribution {
254
267
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
255
268
  }
256
269
  /**
270
+ * @public
257
271
  * <p>The returned result of the corresponding request.</p>
258
272
  */
259
273
  export interface CreateStreamingDistributionResult {
@@ -272,6 +286,7 @@ export interface CreateStreamingDistributionResult {
272
286
  ETag?: string;
273
287
  }
274
288
  /**
289
+ * @public
275
290
  * <p>The caller reference you attempted to create the streaming distribution with is
276
291
  * associated with another distribution</p>
277
292
  */
@@ -285,6 +300,7 @@ export declare class StreamingDistributionAlreadyExists extends __BaseException
285
300
  constructor(opts: __ExceptionOptionType<StreamingDistributionAlreadyExists, __BaseException>);
286
301
  }
287
302
  /**
303
+ * @public
288
304
  * <p>Your request contains more CNAMEs than are allowed per distribution.</p>
289
305
  */
290
306
  export declare class TooManyStreamingDistributionCNAMEs extends __BaseException {
@@ -297,6 +313,7 @@ export declare class TooManyStreamingDistributionCNAMEs extends __BaseException
297
313
  constructor(opts: __ExceptionOptionType<TooManyStreamingDistributionCNAMEs, __BaseException>);
298
314
  }
299
315
  /**
316
+ * @public
300
317
  * <p>Processing your request would cause you to exceed the maximum number of streaming
301
318
  * distributions allowed.</p>
302
319
  */
@@ -310,6 +327,7 @@ export declare class TooManyStreamingDistributions extends __BaseException {
310
327
  constructor(opts: __ExceptionOptionType<TooManyStreamingDistributions, __BaseException>);
311
328
  }
312
329
  /**
330
+ * @public
313
331
  * <p>A streaming distribution Configuration and a list of tags to be associated with the
314
332
  * streaming distribution.</p>
315
333
  */
@@ -324,6 +342,7 @@ export interface StreamingDistributionConfigWithTags {
324
342
  Tags: Tags | undefined;
325
343
  }
326
344
  /**
345
+ * @public
327
346
  * <p>The request to create a new streaming distribution with tags.</p>
328
347
  */
329
348
  export interface CreateStreamingDistributionWithTagsRequest {
@@ -333,6 +352,7 @@ export interface CreateStreamingDistributionWithTagsRequest {
333
352
  StreamingDistributionConfigWithTags: StreamingDistributionConfigWithTags | undefined;
334
353
  }
335
354
  /**
355
+ * @public
336
356
  * <p>The returned result of the corresponding request.</p>
337
357
  */
338
358
  export interface CreateStreamingDistributionWithTagsResult {
@@ -350,6 +370,9 @@ export interface CreateStreamingDistributionWithTagsResult {
350
370
  */
351
371
  ETag?: string;
352
372
  }
373
+ /**
374
+ * @public
375
+ */
353
376
  export interface DeleteCachePolicyRequest {
354
377
  /**
355
378
  * <p>The unique identifier for the cache policy that you are deleting. To get the
@@ -365,6 +388,7 @@ export interface DeleteCachePolicyRequest {
365
388
  IfMatch?: string;
366
389
  }
367
390
  /**
391
+ * @public
368
392
  * <p>You cannot delete a managed policy.</p>
369
393
  */
370
394
  export declare class IllegalDelete extends __BaseException {
@@ -377,6 +401,7 @@ export declare class IllegalDelete extends __BaseException {
377
401
  constructor(opts: __ExceptionOptionType<IllegalDelete, __BaseException>);
378
402
  }
379
403
  /**
404
+ * @public
380
405
  * <p>The Origin Access Identity specified is already in use.</p>
381
406
  */
382
407
  export declare class CloudFrontOriginAccessIdentityInUse extends __BaseException {
@@ -389,6 +414,7 @@ export declare class CloudFrontOriginAccessIdentityInUse extends __BaseException
389
414
  constructor(opts: __ExceptionOptionType<CloudFrontOriginAccessIdentityInUse, __BaseException>);
390
415
  }
391
416
  /**
417
+ * @public
392
418
  * <p>Deletes a origin access identity.</p>
393
419
  */
394
420
  export interface DeleteCloudFrontOriginAccessIdentityRequest {
@@ -404,6 +430,7 @@ export interface DeleteCloudFrontOriginAccessIdentityRequest {
404
430
  IfMatch?: string;
405
431
  }
406
432
  /**
433
+ * @public
407
434
  * <p>The specified origin access identity does not exist.</p>
408
435
  */
409
436
  export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseException {
@@ -415,6 +442,9 @@ export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseExceptio
415
442
  */
416
443
  constructor(opts: __ExceptionOptionType<NoSuchCloudFrontOriginAccessIdentity, __BaseException>);
417
444
  }
445
+ /**
446
+ * @public
447
+ */
418
448
  export interface DeleteContinuousDeploymentPolicyRequest {
419
449
  /**
420
450
  * <p>The identifier of the continuous deployment policy that you are deleting.</p>
@@ -427,6 +457,7 @@ export interface DeleteContinuousDeploymentPolicyRequest {
427
457
  IfMatch?: string;
428
458
  }
429
459
  /**
460
+ * @public
430
461
  * <p>This action deletes a web distribution. To delete a web distribution using the CloudFront
431
462
  * API, perform the following steps.</p>
432
463
  * <p>
@@ -488,6 +519,7 @@ export interface DeleteDistributionRequest {
488
519
  IfMatch?: string;
489
520
  }
490
521
  /**
522
+ * @public
491
523
  * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
492
524
  * before you can delete it.</p>
493
525
  */
@@ -500,6 +532,9 @@ export declare class DistributionNotDisabled extends __BaseException {
500
532
  */
501
533
  constructor(opts: __ExceptionOptionType<DistributionNotDisabled, __BaseException>);
502
534
  }
535
+ /**
536
+ * @public
537
+ */
503
538
  export interface DeleteFieldLevelEncryptionConfigRequest {
504
539
  /**
505
540
  * <p>The ID of the configuration you want to delete from CloudFront.</p>
@@ -512,6 +547,7 @@ export interface DeleteFieldLevelEncryptionConfigRequest {
512
547
  IfMatch?: string;
513
548
  }
514
549
  /**
550
+ * @public
515
551
  * <p>The specified configuration for field-level encryption is in use.</p>
516
552
  */
517
553
  export declare class FieldLevelEncryptionConfigInUse extends __BaseException {
@@ -523,6 +559,9 @@ export declare class FieldLevelEncryptionConfigInUse extends __BaseException {
523
559
  */
524
560
  constructor(opts: __ExceptionOptionType<FieldLevelEncryptionConfigInUse, __BaseException>);
525
561
  }
562
+ /**
563
+ * @public
564
+ */
526
565
  export interface DeleteFieldLevelEncryptionProfileRequest {
527
566
  /**
528
567
  * <p>Request the ID of the profile you want to delete from CloudFront.</p>
@@ -535,6 +574,7 @@ export interface DeleteFieldLevelEncryptionProfileRequest {
535
574
  IfMatch?: string;
536
575
  }
537
576
  /**
577
+ * @public
538
578
  * <p>The specified profile for field-level encryption is in use.</p>
539
579
  */
540
580
  export declare class FieldLevelEncryptionProfileInUse extends __BaseException {
@@ -546,6 +586,9 @@ export declare class FieldLevelEncryptionProfileInUse extends __BaseException {
546
586
  */
547
587
  constructor(opts: __ExceptionOptionType<FieldLevelEncryptionProfileInUse, __BaseException>);
548
588
  }
589
+ /**
590
+ * @public
591
+ */
549
592
  export interface DeleteFunctionRequest {
550
593
  /**
551
594
  * <p>The name of the function that you are deleting.</p>
@@ -558,6 +601,7 @@ export interface DeleteFunctionRequest {
558
601
  IfMatch: string | undefined;
559
602
  }
560
603
  /**
604
+ * @public
561
605
  * <p>Cannot delete the function because it's attached to one or more cache
562
606
  * behaviors.</p>
563
607
  */
@@ -571,6 +615,7 @@ export declare class FunctionInUse extends __BaseException {
571
615
  constructor(opts: __ExceptionOptionType<FunctionInUse, __BaseException>);
572
616
  }
573
617
  /**
618
+ * @public
574
619
  * <p>The function does not exist.</p>
575
620
  */
576
621
  export declare class NoSuchFunctionExists extends __BaseException {
@@ -582,6 +627,9 @@ export declare class NoSuchFunctionExists extends __BaseException {
582
627
  */
583
628
  constructor(opts: __ExceptionOptionType<NoSuchFunctionExists, __BaseException>);
584
629
  }
630
+ /**
631
+ * @public
632
+ */
585
633
  export interface DeleteKeyGroupRequest {
586
634
  /**
587
635
  * <p>The identifier of the key group that you are deleting. To get the identifier, use
@@ -596,6 +644,7 @@ export interface DeleteKeyGroupRequest {
596
644
  IfMatch?: string;
597
645
  }
598
646
  /**
647
+ * @public
599
648
  * <p>A resource that was specified is not valid.</p>
600
649
  */
601
650
  export declare class NoSuchResource extends __BaseException {
@@ -608,6 +657,7 @@ export declare class NoSuchResource extends __BaseException {
608
657
  constructor(opts: __ExceptionOptionType<NoSuchResource, __BaseException>);
609
658
  }
610
659
  /**
660
+ * @public
611
661
  * <p>Cannot delete this resource because it is in use.</p>
612
662
  */
613
663
  export declare class ResourceInUse extends __BaseException {
@@ -619,15 +669,22 @@ export declare class ResourceInUse extends __BaseException {
619
669
  */
620
670
  constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
621
671
  }
672
+ /**
673
+ * @public
674
+ */
622
675
  export interface DeleteMonitoringSubscriptionRequest {
623
676
  /**
624
677
  * <p>The ID of the distribution that you are disabling metrics for.</p>
625
678
  */
626
679
  DistributionId: string | undefined;
627
680
  }
681
+ /**
682
+ * @public
683
+ */
628
684
  export interface DeleteMonitoringSubscriptionResult {
629
685
  }
630
686
  /**
687
+ * @public
631
688
  * <p>A monitoring subscription does not exist for the specified distribution.</p>
632
689
  */
633
690
  export declare class NoSuchMonitoringSubscription extends __BaseException {
@@ -639,6 +696,9 @@ export declare class NoSuchMonitoringSubscription extends __BaseException {
639
696
  */
640
697
  constructor(opts: __ExceptionOptionType<NoSuchMonitoringSubscription, __BaseException>);
641
698
  }
699
+ /**
700
+ * @public
701
+ */
642
702
  export interface DeleteOriginAccessControlRequest {
643
703
  /**
644
704
  * <p>The unique identifier of the origin access control that you are deleting.</p>
@@ -651,6 +711,7 @@ export interface DeleteOriginAccessControlRequest {
651
711
  IfMatch?: string;
652
712
  }
653
713
  /**
714
+ * @public
654
715
  * <p>The origin access control does not exist.</p>
655
716
  */
656
717
  export declare class NoSuchOriginAccessControl extends __BaseException {
@@ -663,6 +724,7 @@ export declare class NoSuchOriginAccessControl extends __BaseException {
663
724
  constructor(opts: __ExceptionOptionType<NoSuchOriginAccessControl, __BaseException>);
664
725
  }
665
726
  /**
727
+ * @public
666
728
  * <p>Cannot delete the origin access control because it's in use by one or more
667
729
  * distributions.</p>
668
730
  */
@@ -675,6 +737,9 @@ export declare class OriginAccessControlInUse extends __BaseException {
675
737
  */
676
738
  constructor(opts: __ExceptionOptionType<OriginAccessControlInUse, __BaseException>);
677
739
  }
740
+ /**
741
+ * @public
742
+ */
678
743
  export interface DeleteOriginRequestPolicyRequest {
679
744
  /**
680
745
  * <p>The unique identifier for the origin request policy that you are deleting. To get the
@@ -690,6 +755,7 @@ export interface DeleteOriginRequestPolicyRequest {
690
755
  IfMatch?: string;
691
756
  }
692
757
  /**
758
+ * @public
693
759
  * <p>Cannot delete the origin request policy because it is attached to one or more cache
694
760
  * behaviors.</p>
695
761
  */
@@ -702,6 +768,9 @@ export declare class OriginRequestPolicyInUse extends __BaseException {
702
768
  */
703
769
  constructor(opts: __ExceptionOptionType<OriginRequestPolicyInUse, __BaseException>);
704
770
  }
771
+ /**
772
+ * @public
773
+ */
705
774
  export interface DeletePublicKeyRequest {
706
775
  /**
707
776
  * <p>The ID of the public key you want to remove from CloudFront.</p>
@@ -714,6 +783,7 @@ export interface DeletePublicKeyRequest {
714
783
  IfMatch?: string;
715
784
  }
716
785
  /**
786
+ * @public
717
787
  * <p>The specified public key is in use.</p>
718
788
  */
719
789
  export declare class PublicKeyInUse extends __BaseException {
@@ -725,6 +795,9 @@ export declare class PublicKeyInUse extends __BaseException {
725
795
  */
726
796
  constructor(opts: __ExceptionOptionType<PublicKeyInUse, __BaseException>);
727
797
  }
798
+ /**
799
+ * @public
800
+ */
728
801
  export interface DeleteRealtimeLogConfigRequest {
729
802
  /**
730
803
  * <p>The name of the real-time log configuration to delete.</p>
@@ -736,6 +809,7 @@ export interface DeleteRealtimeLogConfigRequest {
736
809
  ARN?: string;
737
810
  }
738
811
  /**
812
+ * @public
739
813
  * <p>Cannot delete the real-time log configuration because it is attached to one or more
740
814
  * cache behaviors.</p>
741
815
  */
@@ -748,6 +822,9 @@ export declare class RealtimeLogConfigInUse extends __BaseException {
748
822
  */
749
823
  constructor(opts: __ExceptionOptionType<RealtimeLogConfigInUse, __BaseException>);
750
824
  }
825
+ /**
826
+ * @public
827
+ */
751
828
  export interface DeleteResponseHeadersPolicyRequest {
752
829
  /**
753
830
  * <p>The identifier for the response headers policy that you are deleting.</p>
@@ -764,6 +841,7 @@ export interface DeleteResponseHeadersPolicyRequest {
764
841
  IfMatch?: string;
765
842
  }
766
843
  /**
844
+ * @public
767
845
  * <p>Cannot delete the response headers policy because it is attached to one or more cache
768
846
  * behaviors in a CloudFront distribution.</p>
769
847
  */
@@ -777,6 +855,7 @@ export declare class ResponseHeadersPolicyInUse extends __BaseException {
777
855
  constructor(opts: __ExceptionOptionType<ResponseHeadersPolicyInUse, __BaseException>);
778
856
  }
779
857
  /**
858
+ * @public
780
859
  * <p>The request to delete a streaming distribution.</p>
781
860
  */
782
861
  export interface DeleteStreamingDistributionRequest {
@@ -791,6 +870,7 @@ export interface DeleteStreamingDistributionRequest {
791
870
  IfMatch?: string;
792
871
  }
793
872
  /**
873
+ * @public
794
874
  * <p>The specified streaming distribution does not exist.</p>
795
875
  */
796
876
  export declare class NoSuchStreamingDistribution extends __BaseException {
@@ -803,6 +883,7 @@ export declare class NoSuchStreamingDistribution extends __BaseException {
803
883
  constructor(opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>);
804
884
  }
805
885
  /**
886
+ * @public
806
887
  * <p>The specified CloudFront distribution is not disabled. You must disable the distribution
807
888
  * before you can delete it.</p>
808
889
  */
@@ -815,6 +896,9 @@ export declare class StreamingDistributionNotDisabled extends __BaseException {
815
896
  */
816
897
  constructor(opts: __ExceptionOptionType<StreamingDistributionNotDisabled, __BaseException>);
817
898
  }
899
+ /**
900
+ * @public
901
+ */
818
902
  export interface DescribeFunctionRequest {
819
903
  /**
820
904
  * <p>The name of the function that you are getting information about.</p>
@@ -825,6 +909,9 @@ export interface DescribeFunctionRequest {
825
909
  */
826
910
  Stage?: FunctionStage | string;
827
911
  }
912
+ /**
913
+ * @public
914
+ */
828
915
  export interface DescribeFunctionResult {
829
916
  /**
830
917
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
@@ -835,6 +922,9 @@ export interface DescribeFunctionResult {
835
922
  */
836
923
  ETag?: string;
837
924
  }
925
+ /**
926
+ * @public
927
+ */
838
928
  export interface GetCachePolicyRequest {
839
929
  /**
840
930
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
@@ -845,6 +935,9 @@ export interface GetCachePolicyRequest {
845
935
  */
846
936
  Id: string | undefined;
847
937
  }
938
+ /**
939
+ * @public
940
+ */
848
941
  export interface GetCachePolicyResult {
849
942
  /**
850
943
  * <p>The cache policy.</p>
@@ -855,6 +948,9 @@ export interface GetCachePolicyResult {
855
948
  */
856
949
  ETag?: string;
857
950
  }
951
+ /**
952
+ * @public
953
+ */
858
954
  export interface GetCachePolicyConfigRequest {
859
955
  /**
860
956
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
@@ -865,6 +961,9 @@ export interface GetCachePolicyConfigRequest {
865
961
  */
866
962
  Id: string | undefined;
867
963
  }
964
+ /**
965
+ * @public
966
+ */
868
967
  export interface GetCachePolicyConfigResult {
869
968
  /**
870
969
  * <p>The cache policy configuration.</p>
@@ -876,6 +975,7 @@ export interface GetCachePolicyConfigResult {
876
975
  ETag?: string;
877
976
  }
878
977
  /**
978
+ * @public
879
979
  * <p>The request to get an origin access identity's information.</p>
880
980
  */
881
981
  export interface GetCloudFrontOriginAccessIdentityRequest {
@@ -885,6 +985,7 @@ export interface GetCloudFrontOriginAccessIdentityRequest {
885
985
  Id: string | undefined;
886
986
  }
887
987
  /**
988
+ * @public
888
989
  * <p>The returned result of the corresponding request.</p>
889
990
  */
890
991
  export interface GetCloudFrontOriginAccessIdentityResult {
@@ -899,6 +1000,7 @@ export interface GetCloudFrontOriginAccessIdentityResult {
899
1000
  ETag?: string;
900
1001
  }
901
1002
  /**
1003
+ * @public
902
1004
  * <p>The origin access identity's configuration information. For more information, see
903
1005
  * <a href="https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CloudFrontOriginAccessIdentityConfig.html">CloudFrontOriginAccessIdentityConfig</a>.</p>
904
1006
  */
@@ -909,6 +1011,7 @@ export interface GetCloudFrontOriginAccessIdentityConfigRequest {
909
1011
  Id: string | undefined;
910
1012
  }
911
1013
  /**
1014
+ * @public
912
1015
  * <p>The returned result of the corresponding request.</p>
913
1016
  */
914
1017
  export interface GetCloudFrontOriginAccessIdentityConfigResult {
@@ -922,12 +1025,18 @@ export interface GetCloudFrontOriginAccessIdentityConfigResult {
922
1025
  */
923
1026
  ETag?: string;
924
1027
  }
1028
+ /**
1029
+ * @public
1030
+ */
925
1031
  export interface GetContinuousDeploymentPolicyRequest {
926
1032
  /**
927
1033
  * <p>The identifier of the continuous deployment policy that you are getting.</p>
928
1034
  */
929
1035
  Id: string | undefined;
930
1036
  }
1037
+ /**
1038
+ * @public
1039
+ */
931
1040
  export interface GetContinuousDeploymentPolicyResult {
932
1041
  /**
933
1042
  * <p>A continuous deployment policy.</p>
@@ -939,6 +1048,9 @@ export interface GetContinuousDeploymentPolicyResult {
939
1048
  */
940
1049
  ETag?: string;
941
1050
  }
1051
+ /**
1052
+ * @public
1053
+ */
942
1054
  export interface GetContinuousDeploymentPolicyConfigRequest {
943
1055
  /**
944
1056
  * <p>The identifier of the continuous deployment policy whose configuration you are
@@ -946,6 +1058,9 @@ export interface GetContinuousDeploymentPolicyConfigRequest {
946
1058
  */
947
1059
  Id: string | undefined;
948
1060
  }
1061
+ /**
1062
+ * @public
1063
+ */
949
1064
  export interface GetContinuousDeploymentPolicyConfigResult {
950
1065
  /**
951
1066
  * <p>Contains the configuration for a continuous deployment policy.</p>
@@ -958,6 +1073,7 @@ export interface GetContinuousDeploymentPolicyConfigResult {
958
1073
  ETag?: string;
959
1074
  }
960
1075
  /**
1076
+ * @public
961
1077
  * <p>The request to get a distribution's information.</p>
962
1078
  */
963
1079
  export interface GetDistributionRequest {
@@ -968,6 +1084,7 @@ export interface GetDistributionRequest {
968
1084
  Id: string | undefined;
969
1085
  }
970
1086
  /**
1087
+ * @public
971
1088
  * <p>The returned result of the corresponding request.</p>
972
1089
  */
973
1090
  export interface GetDistributionResult {
@@ -982,6 +1099,7 @@ export interface GetDistributionResult {
982
1099
  ETag?: string;
983
1100
  }
984
1101
  /**
1102
+ * @public
985
1103
  * <p>The request to get a distribution configuration.</p>
986
1104
  */
987
1105
  export interface GetDistributionConfigRequest {
@@ -992,6 +1110,7 @@ export interface GetDistributionConfigRequest {
992
1110
  Id: string | undefined;
993
1111
  }
994
1112
  /**
1113
+ * @public
995
1114
  * <p>The returned result of the corresponding request.</p>
996
1115
  */
997
1116
  export interface GetDistributionConfigResult {
@@ -1005,12 +1124,18 @@ export interface GetDistributionConfigResult {
1005
1124
  */
1006
1125
  ETag?: string;
1007
1126
  }
1127
+ /**
1128
+ * @public
1129
+ */
1008
1130
  export interface GetFieldLevelEncryptionRequest {
1009
1131
  /**
1010
1132
  * <p>Request the ID for the field-level encryption configuration information.</p>
1011
1133
  */
1012
1134
  Id: string | undefined;
1013
1135
  }
1136
+ /**
1137
+ * @public
1138
+ */
1014
1139
  export interface GetFieldLevelEncryptionResult {
1015
1140
  /**
1016
1141
  * <p>Return the field-level encryption configuration information.</p>
@@ -1022,12 +1147,18 @@ export interface GetFieldLevelEncryptionResult {
1022
1147
  */
1023
1148
  ETag?: string;
1024
1149
  }
1150
+ /**
1151
+ * @public
1152
+ */
1025
1153
  export interface GetFieldLevelEncryptionConfigRequest {
1026
1154
  /**
1027
1155
  * <p>Request the ID for the field-level encryption configuration information.</p>
1028
1156
  */
1029
1157
  Id: string | undefined;
1030
1158
  }
1159
+ /**
1160
+ * @public
1161
+ */
1031
1162
  export interface GetFieldLevelEncryptionConfigResult {
1032
1163
  /**
1033
1164
  * <p>Return the field-level encryption configuration information.</p>
@@ -1039,12 +1170,18 @@ export interface GetFieldLevelEncryptionConfigResult {
1039
1170
  */
1040
1171
  ETag?: string;
1041
1172
  }
1173
+ /**
1174
+ * @public
1175
+ */
1042
1176
  export interface GetFieldLevelEncryptionProfileRequest {
1043
1177
  /**
1044
1178
  * <p>Get the ID for the field-level encryption profile information.</p>
1045
1179
  */
1046
1180
  Id: string | undefined;
1047
1181
  }
1182
+ /**
1183
+ * @public
1184
+ */
1048
1185
  export interface GetFieldLevelEncryptionProfileResult {
1049
1186
  /**
1050
1187
  * <p>Return the field-level encryption profile information.</p>
@@ -1056,12 +1193,18 @@ export interface GetFieldLevelEncryptionProfileResult {
1056
1193
  */
1057
1194
  ETag?: string;
1058
1195
  }
1196
+ /**
1197
+ * @public
1198
+ */
1059
1199
  export interface GetFieldLevelEncryptionProfileConfigRequest {
1060
1200
  /**
1061
1201
  * <p>Get the ID for the field-level encryption profile configuration information.</p>
1062
1202
  */
1063
1203
  Id: string | undefined;
1064
1204
  }
1205
+ /**
1206
+ * @public
1207
+ */
1065
1208
  export interface GetFieldLevelEncryptionProfileConfigResult {
1066
1209
  /**
1067
1210
  * <p>Return the field-level encryption profile configuration information.</p>
@@ -1073,6 +1216,9 @@ export interface GetFieldLevelEncryptionProfileConfigResult {
1073
1216
  */
1074
1217
  ETag?: string;
1075
1218
  }
1219
+ /**
1220
+ * @public
1221
+ */
1076
1222
  export interface GetFunctionRequest {
1077
1223
  /**
1078
1224
  * <p>The name of the function whose code you are getting.</p>
@@ -1083,6 +1229,9 @@ export interface GetFunctionRequest {
1083
1229
  */
1084
1230
  Stage?: FunctionStage | string;
1085
1231
  }
1232
+ /**
1233
+ * @public
1234
+ */
1086
1235
  export interface GetFunctionResult {
1087
1236
  /**
1088
1237
  * <p>The function code of a CloudFront function.</p>
@@ -1098,6 +1247,7 @@ export interface GetFunctionResult {
1098
1247
  ContentType?: string;
1099
1248
  }
1100
1249
  /**
1250
+ * @public
1101
1251
  * <p>The request to get an invalidation's information.</p>
1102
1252
  */
1103
1253
  export interface GetInvalidationRequest {
@@ -1112,6 +1262,7 @@ export interface GetInvalidationRequest {
1112
1262
  Id: string | undefined;
1113
1263
  }
1114
1264
  /**
1265
+ * @public
1115
1266
  * <p>The returned result of the corresponding request.</p>
1116
1267
  */
1117
1268
  export interface GetInvalidationResult {
@@ -1122,6 +1273,7 @@ export interface GetInvalidationResult {
1122
1273
  Invalidation?: Invalidation;
1123
1274
  }
1124
1275
  /**
1276
+ * @public
1125
1277
  * <p>The specified invalidation does not exist.</p>
1126
1278
  */
1127
1279
  export declare class NoSuchInvalidation extends __BaseException {
@@ -1133,6 +1285,9 @@ export declare class NoSuchInvalidation extends __BaseException {
1133
1285
  */
1134
1286
  constructor(opts: __ExceptionOptionType<NoSuchInvalidation, __BaseException>);
1135
1287
  }
1288
+ /**
1289
+ * @public
1290
+ */
1136
1291
  export interface GetKeyGroupRequest {
1137
1292
  /**
1138
1293
  * <p>The identifier of the key group that you are getting. To get the identifier, use
@@ -1140,6 +1295,9 @@ export interface GetKeyGroupRequest {
1140
1295
  */
1141
1296
  Id: string | undefined;
1142
1297
  }
1298
+ /**
1299
+ * @public
1300
+ */
1143
1301
  export interface GetKeyGroupResult {
1144
1302
  /**
1145
1303
  * <p>The key group.</p>
@@ -1150,6 +1308,9 @@ export interface GetKeyGroupResult {
1150
1308
  */
1151
1309
  ETag?: string;
1152
1310
  }
1311
+ /**
1312
+ * @public
1313
+ */
1153
1314
  export interface GetKeyGroupConfigRequest {
1154
1315
  /**
1155
1316
  * <p>The identifier of the key group whose configuration you are getting. To get the
@@ -1157,6 +1318,9 @@ export interface GetKeyGroupConfigRequest {
1157
1318
  */
1158
1319
  Id: string | undefined;
1159
1320
  }
1321
+ /**
1322
+ * @public
1323
+ */
1160
1324
  export interface GetKeyGroupConfigResult {
1161
1325
  /**
1162
1326
  * <p>The key group configuration.</p>
@@ -1167,12 +1331,18 @@ export interface GetKeyGroupConfigResult {
1167
1331
  */
1168
1332
  ETag?: string;
1169
1333
  }
1334
+ /**
1335
+ * @public
1336
+ */
1170
1337
  export interface GetMonitoringSubscriptionRequest {
1171
1338
  /**
1172
1339
  * <p>The ID of the distribution that you are getting metrics information for.</p>
1173
1340
  */
1174
1341
  DistributionId: string | undefined;
1175
1342
  }
1343
+ /**
1344
+ * @public
1345
+ */
1176
1346
  export interface GetMonitoringSubscriptionResult {
1177
1347
  /**
1178
1348
  * <p>A monitoring subscription. This structure contains information about whether
@@ -1180,12 +1350,18 @@ export interface GetMonitoringSubscriptionResult {
1180
1350
  */
1181
1351
  MonitoringSubscription?: MonitoringSubscription;
1182
1352
  }
1353
+ /**
1354
+ * @public
1355
+ */
1183
1356
  export interface GetOriginAccessControlRequest {
1184
1357
  /**
1185
1358
  * <p>The unique identifier of the origin access control.</p>
1186
1359
  */
1187
1360
  Id: string | undefined;
1188
1361
  }
1362
+ /**
1363
+ * @public
1364
+ */
1189
1365
  export interface GetOriginAccessControlResult {
1190
1366
  /**
1191
1367
  * <p>Contains an origin access control, including its unique identifier.</p>
@@ -1196,12 +1372,18 @@ export interface GetOriginAccessControlResult {
1196
1372
  */
1197
1373
  ETag?: string;
1198
1374
  }
1375
+ /**
1376
+ * @public
1377
+ */
1199
1378
  export interface GetOriginAccessControlConfigRequest {
1200
1379
  /**
1201
1380
  * <p>The unique identifier of the origin access control.</p>
1202
1381
  */
1203
1382
  Id: string | undefined;
1204
1383
  }
1384
+ /**
1385
+ * @public
1386
+ */
1205
1387
  export interface GetOriginAccessControlConfigResult {
1206
1388
  /**
1207
1389
  * <p>Contains an origin access control configuration.</p>
@@ -1212,6 +1394,9 @@ export interface GetOriginAccessControlConfigResult {
1212
1394
  */
1213
1395
  ETag?: string;
1214
1396
  }
1397
+ /**
1398
+ * @public
1399
+ */
1215
1400
  export interface GetOriginRequestPolicyRequest {
1216
1401
  /**
1217
1402
  * <p>The unique identifier for the origin request policy. If the origin request policy is
@@ -1222,6 +1407,9 @@ export interface GetOriginRequestPolicyRequest {
1222
1407
  */
1223
1408
  Id: string | undefined;
1224
1409
  }
1410
+ /**
1411
+ * @public
1412
+ */
1225
1413
  export interface GetOriginRequestPolicyResult {
1226
1414
  /**
1227
1415
  * <p>The origin request policy.</p>
@@ -1232,6 +1420,9 @@ export interface GetOriginRequestPolicyResult {
1232
1420
  */
1233
1421
  ETag?: string;
1234
1422
  }
1423
+ /**
1424
+ * @public
1425
+ */
1235
1426
  export interface GetOriginRequestPolicyConfigRequest {
1236
1427
  /**
1237
1428
  * <p>The unique identifier for the origin request policy. If the origin request policy is
@@ -1242,6 +1433,9 @@ export interface GetOriginRequestPolicyConfigRequest {
1242
1433
  */
1243
1434
  Id: string | undefined;
1244
1435
  }
1436
+ /**
1437
+ * @public
1438
+ */
1245
1439
  export interface GetOriginRequestPolicyConfigResult {
1246
1440
  /**
1247
1441
  * <p>The origin request policy configuration.</p>
@@ -1252,12 +1446,18 @@ export interface GetOriginRequestPolicyConfigResult {
1252
1446
  */
1253
1447
  ETag?: string;
1254
1448
  }
1449
+ /**
1450
+ * @public
1451
+ */
1255
1452
  export interface GetPublicKeyRequest {
1256
1453
  /**
1257
1454
  * <p>The identifier of the public key you are getting.</p>
1258
1455
  */
1259
1456
  Id: string | undefined;
1260
1457
  }
1458
+ /**
1459
+ * @public
1460
+ */
1261
1461
  export interface GetPublicKeyResult {
1262
1462
  /**
1263
1463
  * <p>The public key.</p>
@@ -1268,12 +1468,18 @@ export interface GetPublicKeyResult {
1268
1468
  */
1269
1469
  ETag?: string;
1270
1470
  }
1471
+ /**
1472
+ * @public
1473
+ */
1271
1474
  export interface GetPublicKeyConfigRequest {
1272
1475
  /**
1273
1476
  * <p>The identifier of the public key whose configuration you are getting.</p>
1274
1477
  */
1275
1478
  Id: string | undefined;
1276
1479
  }
1480
+ /**
1481
+ * @public
1482
+ */
1277
1483
  export interface GetPublicKeyConfigResult {
1278
1484
  /**
1279
1485
  * <p>A public key configuration.</p>
@@ -1284,6 +1490,9 @@ export interface GetPublicKeyConfigResult {
1284
1490
  */
1285
1491
  ETag?: string;
1286
1492
  }
1493
+ /**
1494
+ * @public
1495
+ */
1287
1496
  export interface GetRealtimeLogConfigRequest {
1288
1497
  /**
1289
1498
  * <p>The name of the real-time log configuration to get.</p>
@@ -1294,12 +1503,18 @@ export interface GetRealtimeLogConfigRequest {
1294
1503
  */
1295
1504
  ARN?: string;
1296
1505
  }
1506
+ /**
1507
+ * @public
1508
+ */
1297
1509
  export interface GetRealtimeLogConfigResult {
1298
1510
  /**
1299
1511
  * <p>A real-time log configuration.</p>
1300
1512
  */
1301
1513
  RealtimeLogConfig?: RealtimeLogConfig;
1302
1514
  }
1515
+ /**
1516
+ * @public
1517
+ */
1303
1518
  export interface GetResponseHeadersPolicyRequest {
1304
1519
  /**
1305
1520
  * <p>The identifier for the response headers policy.</p>
@@ -1311,6 +1526,9 @@ export interface GetResponseHeadersPolicyRequest {
1311
1526
  */
1312
1527
  Id: string | undefined;
1313
1528
  }
1529
+ /**
1530
+ * @public
1531
+ */
1314
1532
  export interface GetResponseHeadersPolicyResult {
1315
1533
  /**
1316
1534
  * <p>Contains a response headers policy.</p>
@@ -1321,6 +1539,9 @@ export interface GetResponseHeadersPolicyResult {
1321
1539
  */
1322
1540
  ETag?: string;
1323
1541
  }
1542
+ /**
1543
+ * @public
1544
+ */
1324
1545
  export interface GetResponseHeadersPolicyConfigRequest {
1325
1546
  /**
1326
1547
  * <p>The identifier for the response headers policy.</p>
@@ -1332,6 +1553,9 @@ export interface GetResponseHeadersPolicyConfigRequest {
1332
1553
  */
1333
1554
  Id: string | undefined;
1334
1555
  }
1556
+ /**
1557
+ * @public
1558
+ */
1335
1559
  export interface GetResponseHeadersPolicyConfigResult {
1336
1560
  /**
1337
1561
  * <p>Contains a response headers policy.</p>
@@ -1343,6 +1567,7 @@ export interface GetResponseHeadersPolicyConfigResult {
1343
1567
  ETag?: string;
1344
1568
  }
1345
1569
  /**
1570
+ * @public
1346
1571
  * <p>The request to get a streaming distribution's information.</p>
1347
1572
  */
1348
1573
  export interface GetStreamingDistributionRequest {
@@ -1352,6 +1577,7 @@ export interface GetStreamingDistributionRequest {
1352
1577
  Id: string | undefined;
1353
1578
  }
1354
1579
  /**
1580
+ * @public
1355
1581
  * <p>The returned result of the corresponding request.</p>
1356
1582
  */
1357
1583
  export interface GetStreamingDistributionResult {
@@ -1366,6 +1592,7 @@ export interface GetStreamingDistributionResult {
1366
1592
  ETag?: string;
1367
1593
  }
1368
1594
  /**
1595
+ * @public
1369
1596
  * <p>To request to get a streaming distribution configuration.</p>
1370
1597
  */
1371
1598
  export interface GetStreamingDistributionConfigRequest {
@@ -1375,6 +1602,7 @@ export interface GetStreamingDistributionConfigRequest {
1375
1602
  Id: string | undefined;
1376
1603
  }
1377
1604
  /**
1605
+ * @public
1378
1606
  * <p>The returned result of the corresponding request.</p>
1379
1607
  */
1380
1608
  export interface GetStreamingDistributionConfigResult {
@@ -1388,6 +1616,9 @@ export interface GetStreamingDistributionConfigResult {
1388
1616
  */
1389
1617
  ETag?: string;
1390
1618
  }
1619
+ /**
1620
+ * @public
1621
+ */
1391
1622
  export interface ListCachePoliciesRequest {
1392
1623
  /**
1393
1624
  * <p>A filter to return only the specified kinds of cache policies. Valid values
@@ -1418,6 +1649,9 @@ export interface ListCachePoliciesRequest {
1418
1649
  */
1419
1650
  MaxItems?: number;
1420
1651
  }
1652
+ /**
1653
+ * @public
1654
+ */
1421
1655
  export interface ListCachePoliciesResult {
1422
1656
  /**
1423
1657
  * <p>A list of cache policies.</p>
@@ -1425,6 +1659,7 @@ export interface ListCachePoliciesResult {
1425
1659
  CachePolicyList?: CachePolicyList;
1426
1660
  }
1427
1661
  /**
1662
+ * @public
1428
1663
  * <p>The request to list origin access identities.</p>
1429
1664
  */
1430
1665
  export interface ListCloudFrontOriginAccessIdentitiesRequest {
@@ -1442,6 +1677,7 @@ export interface ListCloudFrontOriginAccessIdentitiesRequest {
1442
1677
  MaxItems?: number;
1443
1678
  }
1444
1679
  /**
1680
+ * @public
1445
1681
  * <p>Summary of the information about a CloudFront origin access identity.</p>
1446
1682
  */
1447
1683
  export interface CloudFrontOriginAccessIdentitySummary {
@@ -1462,6 +1698,7 @@ export interface CloudFrontOriginAccessIdentitySummary {
1462
1698
  Comment: string | undefined;
1463
1699
  }
1464
1700
  /**
1701
+ * @public
1465
1702
  * <p>Lists the origin access identities for CloudFront.Send a <code>GET</code> request to the
1466
1703
  * <code>/<i>CloudFront API
1467
1704
  * version</i>/origin-access-identity/cloudfront</code> resource. The response
@@ -1509,6 +1746,7 @@ export interface CloudFrontOriginAccessIdentityList {
1509
1746
  Items?: CloudFrontOriginAccessIdentitySummary[];
1510
1747
  }
1511
1748
  /**
1749
+ * @public
1512
1750
  * <p>The returned result of the corresponding request.</p>
1513
1751
  */
1514
1752
  export interface ListCloudFrontOriginAccessIdentitiesResult {
@@ -1517,6 +1755,9 @@ export interface ListCloudFrontOriginAccessIdentitiesResult {
1517
1755
  */
1518
1756
  CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
1519
1757
  }
1758
+ /**
1759
+ * @public
1760
+ */
1520
1761
  export interface ListConflictingAliasesRequest {
1521
1762
  /**
1522
1763
  * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that
@@ -1540,6 +1781,7 @@ export interface ListConflictingAliasesRequest {
1540
1781
  MaxItems?: number;
1541
1782
  }
1542
1783
  /**
1784
+ * @public
1543
1785
  * <p>An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that
1544
1786
  * it's associated with. The distribution and account IDs are partially hidden, which
1545
1787
  * allows you to identify the distributions and accounts that you own, but helps to protect
@@ -1561,6 +1803,7 @@ export interface ConflictingAlias {
1561
1803
  AccountId?: string;
1562
1804
  }
1563
1805
  /**
1806
+ * @public
1564
1807
  * <p>A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts
1565
1808
  * that they are associated with. In the list, the distribution and account IDs are
1566
1809
  * partially hidden, which allows you to identify the distributions and accounts that you
@@ -1586,12 +1829,18 @@ export interface ConflictingAliasesList {
1586
1829
  */
1587
1830
  Items?: ConflictingAlias[];
1588
1831
  }
1832
+ /**
1833
+ * @public
1834
+ */
1589
1835
  export interface ListConflictingAliasesResult {
1590
1836
  /**
1591
1837
  * <p>A list of conflicting aliases.</p>
1592
1838
  */
1593
1839
  ConflictingAliasesList?: ConflictingAliasesList;
1594
1840
  }
1841
+ /**
1842
+ * @public
1843
+ */
1595
1844
  export interface ListContinuousDeploymentPoliciesRequest {
1596
1845
  /**
1597
1846
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1607,6 +1856,7 @@ export interface ListContinuousDeploymentPoliciesRequest {
1607
1856
  MaxItems?: number;
1608
1857
  }
1609
1858
  /**
1859
+ * @public
1610
1860
  * <p>A summary of the information about your continuous deployment policies.</p>
1611
1861
  */
1612
1862
  export interface ContinuousDeploymentPolicySummary {
@@ -1616,6 +1866,7 @@ export interface ContinuousDeploymentPolicySummary {
1616
1866
  ContinuousDeploymentPolicy: ContinuousDeploymentPolicy | undefined;
1617
1867
  }
1618
1868
  /**
1869
+ * @public
1619
1870
  * <p>Contains a list of continuous deployment policies.</p>
1620
1871
  */
1621
1872
  export interface ContinuousDeploymentPolicyList {
@@ -1639,6 +1890,9 @@ export interface ContinuousDeploymentPolicyList {
1639
1890
  */
1640
1891
  Items?: ContinuousDeploymentPolicySummary[];
1641
1892
  }
1893
+ /**
1894
+ * @public
1895
+ */
1642
1896
  export interface ListContinuousDeploymentPoliciesResult {
1643
1897
  /**
1644
1898
  * <p>A list of continuous deployment policies.</p>
@@ -1646,6 +1900,7 @@ export interface ListContinuousDeploymentPoliciesResult {
1646
1900
  ContinuousDeploymentPolicyList?: ContinuousDeploymentPolicyList;
1647
1901
  }
1648
1902
  /**
1903
+ * @public
1649
1904
  * <p>The request to list your distributions.</p>
1650
1905
  */
1651
1906
  export interface ListDistributionsRequest {
@@ -1663,6 +1918,7 @@ export interface ListDistributionsRequest {
1663
1918
  MaxItems?: number;
1664
1919
  }
1665
1920
  /**
1921
+ * @public
1666
1922
  * <p>A summary of the information about a CloudFront distribution.</p>
1667
1923
  */
1668
1924
  export interface DistributionSummary {
@@ -1773,6 +2029,7 @@ export interface DistributionSummary {
1773
2029
  Staging: boolean | undefined;
1774
2030
  }
1775
2031
  /**
2032
+ * @public
1776
2033
  * <p>A distribution list.</p>
1777
2034
  */
1778
2035
  export interface DistributionList {
@@ -1808,6 +2065,7 @@ export interface DistributionList {
1808
2065
  Items?: DistributionSummary[];
1809
2066
  }
1810
2067
  /**
2068
+ * @public
1811
2069
  * <p>The returned result of the corresponding request.</p>
1812
2070
  */
1813
2071
  export interface ListDistributionsResult {
@@ -1816,6 +2074,9 @@ export interface ListDistributionsResult {
1816
2074
  */
1817
2075
  DistributionList?: DistributionList;
1818
2076
  }
2077
+ /**
2078
+ * @public
2079
+ */
1819
2080
  export interface ListDistributionsByCachePolicyIdRequest {
1820
2081
  /**
1821
2082
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1834,6 +2095,7 @@ export interface ListDistributionsByCachePolicyIdRequest {
1834
2095
  CachePolicyId: string | undefined;
1835
2096
  }
1836
2097
  /**
2098
+ * @public
1837
2099
  * <p>A list of distribution IDs.</p>
1838
2100
  */
1839
2101
  export interface DistributionIdList {
@@ -1865,12 +2127,18 @@ export interface DistributionIdList {
1865
2127
  */
1866
2128
  Items?: string[];
1867
2129
  }
2130
+ /**
2131
+ * @public
2132
+ */
1868
2133
  export interface ListDistributionsByCachePolicyIdResult {
1869
2134
  /**
1870
2135
  * <p>A list of distribution IDs.</p>
1871
2136
  */
1872
2137
  DistributionIdList?: DistributionIdList;
1873
2138
  }
2139
+ /**
2140
+ * @public
2141
+ */
1874
2142
  export interface ListDistributionsByKeyGroupRequest {
1875
2143
  /**
1876
2144
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1888,12 +2156,18 @@ export interface ListDistributionsByKeyGroupRequest {
1888
2156
  */
1889
2157
  KeyGroupId: string | undefined;
1890
2158
  }
2159
+ /**
2160
+ * @public
2161
+ */
1891
2162
  export interface ListDistributionsByKeyGroupResult {
1892
2163
  /**
1893
2164
  * <p>A list of distribution IDs.</p>
1894
2165
  */
1895
2166
  DistributionIdList?: DistributionIdList;
1896
2167
  }
2168
+ /**
2169
+ * @public
2170
+ */
1897
2171
  export interface ListDistributionsByOriginRequestPolicyIdRequest {
1898
2172
  /**
1899
2173
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1912,12 +2186,18 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
1912
2186
  */
1913
2187
  OriginRequestPolicyId: string | undefined;
1914
2188
  }
2189
+ /**
2190
+ * @public
2191
+ */
1915
2192
  export interface ListDistributionsByOriginRequestPolicyIdResult {
1916
2193
  /**
1917
2194
  * <p>A list of distribution IDs.</p>
1918
2195
  */
1919
2196
  DistributionIdList?: DistributionIdList;
1920
2197
  }
2198
+ /**
2199
+ * @public
2200
+ */
1921
2201
  export interface ListDistributionsByRealtimeLogConfigRequest {
1922
2202
  /**
1923
2203
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1941,12 +2221,18 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
1941
2221
  */
1942
2222
  RealtimeLogConfigArn?: string;
1943
2223
  }
2224
+ /**
2225
+ * @public
2226
+ */
1944
2227
  export interface ListDistributionsByRealtimeLogConfigResult {
1945
2228
  /**
1946
2229
  * <p>A distribution list.</p>
1947
2230
  */
1948
2231
  DistributionList?: DistributionList;
1949
2232
  }
2233
+ /**
2234
+ * @public
2235
+ */
1950
2236
  export interface ListDistributionsByResponseHeadersPolicyIdRequest {
1951
2237
  /**
1952
2238
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -1965,6 +2251,9 @@ export interface ListDistributionsByResponseHeadersPolicyIdRequest {
1965
2251
  */
1966
2252
  ResponseHeadersPolicyId: string | undefined;
1967
2253
  }
2254
+ /**
2255
+ * @public
2256
+ */
1968
2257
  export interface ListDistributionsByResponseHeadersPolicyIdResult {
1969
2258
  /**
1970
2259
  * <p>A list of distribution IDs.</p>
@@ -1972,6 +2261,7 @@ export interface ListDistributionsByResponseHeadersPolicyIdResult {
1972
2261
  DistributionIdList?: DistributionIdList;
1973
2262
  }
1974
2263
  /**
2264
+ * @public
1975
2265
  * <p>The request to list distributions that are associated with a specified WAF web
1976
2266
  * ACL.</p>
1977
2267
  */
@@ -1998,6 +2288,7 @@ export interface ListDistributionsByWebACLIdRequest {
1998
2288
  WebACLId: string | undefined;
1999
2289
  }
2000
2290
  /**
2291
+ * @public
2001
2292
  * <p>The response to a request to list the distributions that are associated with a
2002
2293
  * specified WAF web ACL.</p>
2003
2294
  */
@@ -2007,6 +2298,9 @@ export interface ListDistributionsByWebACLIdResult {
2007
2298
  */
2008
2299
  DistributionList?: DistributionList;
2009
2300
  }
2301
+ /**
2302
+ * @public
2303
+ */
2010
2304
  export interface ListFieldLevelEncryptionConfigsRequest {
2011
2305
  /**
2012
2306
  * <p>Use this when paginating results to indicate where to begin in your list of
@@ -2023,6 +2317,7 @@ export interface ListFieldLevelEncryptionConfigsRequest {
2023
2317
  MaxItems?: number;
2024
2318
  }
2025
2319
  /**
2320
+ * @public
2026
2321
  * <p>A summary of a field-level encryption item.</p>
2027
2322
  */
2028
2323
  export interface FieldLevelEncryptionSummary {
@@ -2049,6 +2344,7 @@ export interface FieldLevelEncryptionSummary {
2049
2344
  ContentTypeProfileConfig?: ContentTypeProfileConfig;
2050
2345
  }
2051
2346
  /**
2347
+ * @public
2052
2348
  * <p>List of field-level encrpytion configurations.</p>
2053
2349
  */
2054
2350
  export interface FieldLevelEncryptionList {
@@ -2071,6 +2367,9 @@ export interface FieldLevelEncryptionList {
2071
2367
  */
2072
2368
  Items?: FieldLevelEncryptionSummary[];
2073
2369
  }
2370
+ /**
2371
+ * @public
2372
+ */
2074
2373
  export interface ListFieldLevelEncryptionConfigsResult {
2075
2374
  /**
2076
2375
  * <p>Returns a list of all field-level encryption configurations that have been created in
@@ -2078,6 +2377,9 @@ export interface ListFieldLevelEncryptionConfigsResult {
2078
2377
  */
2079
2378
  FieldLevelEncryptionList?: FieldLevelEncryptionList;
2080
2379
  }
2380
+ /**
2381
+ * @public
2382
+ */
2081
2383
  export interface ListFieldLevelEncryptionProfilesRequest {
2082
2384
  /**
2083
2385
  * <p>Use this when paginating results to indicate where to begin in your list of profiles.
@@ -2094,6 +2396,7 @@ export interface ListFieldLevelEncryptionProfilesRequest {
2094
2396
  MaxItems?: number;
2095
2397
  }
2096
2398
  /**
2399
+ * @public
2097
2400
  * <p>The field-level encryption profile summary.</p>
2098
2401
  */
2099
2402
  export interface FieldLevelEncryptionProfileSummary {
@@ -2122,6 +2425,7 @@ export interface FieldLevelEncryptionProfileSummary {
2122
2425
  Comment?: string;
2123
2426
  }
2124
2427
  /**
2428
+ * @public
2125
2429
  * <p>List of field-level encryption profiles.</p>
2126
2430
  */
2127
2431
  export interface FieldLevelEncryptionProfileList {
@@ -2145,6 +2449,9 @@ export interface FieldLevelEncryptionProfileList {
2145
2449
  */
2146
2450
  Items?: FieldLevelEncryptionProfileSummary[];
2147
2451
  }
2452
+ /**
2453
+ * @public
2454
+ */
2148
2455
  export interface ListFieldLevelEncryptionProfilesResult {
2149
2456
  /**
2150
2457
  * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront
@@ -2152,6 +2459,9 @@ export interface ListFieldLevelEncryptionProfilesResult {
2152
2459
  */
2153
2460
  FieldLevelEncryptionProfileList?: FieldLevelEncryptionProfileList;
2154
2461
  }
2462
+ /**
2463
+ * @public
2464
+ */
2155
2465
  export interface ListFunctionsRequest {
2156
2466
  /**
2157
2467
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -2171,6 +2481,7 @@ export interface ListFunctionsRequest {
2171
2481
  Stage?: FunctionStage | string;
2172
2482
  }
2173
2483
  /**
2484
+ * @public
2174
2485
  * <p>A list of CloudFront functions.</p>
2175
2486
  */
2176
2487
  export interface FunctionList {
@@ -2193,6 +2504,9 @@ export interface FunctionList {
2193
2504
  */
2194
2505
  Items?: FunctionSummary[];
2195
2506
  }
2507
+ /**
2508
+ * @public
2509
+ */
2196
2510
  export interface ListFunctionsResult {
2197
2511
  /**
2198
2512
  * <p>A list of CloudFront functions.</p>
@@ -2200,6 +2514,7 @@ export interface ListFunctionsResult {
2200
2514
  FunctionList?: FunctionList;
2201
2515
  }
2202
2516
  /**
2517
+ * @public
2203
2518
  * <p>The request to list invalidations.</p>
2204
2519
  */
2205
2520
  export interface ListInvalidationsRequest {
@@ -2223,6 +2538,7 @@ export interface ListInvalidationsRequest {
2223
2538
  MaxItems?: number;
2224
2539
  }
2225
2540
  /**
2541
+ * @public
2226
2542
  * <p>A summary of an invalidation request.</p>
2227
2543
  */
2228
2544
  export interface InvalidationSummary {
@@ -2240,6 +2556,7 @@ export interface InvalidationSummary {
2240
2556
  Status: string | undefined;
2241
2557
  }
2242
2558
  /**
2559
+ * @public
2243
2560
  * <p>The <code>InvalidationList</code> complex type describes the list of invalidation
2244
2561
  * objects. For more information about invalidation, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html">Invalidating Objects
2245
2562
  * (Web Distributions Only)</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
@@ -2278,6 +2595,7 @@ export interface InvalidationList {
2278
2595
  Items?: InvalidationSummary[];
2279
2596
  }
2280
2597
  /**
2598
+ * @public
2281
2599
  * <p>The returned result of the corresponding request.</p>
2282
2600
  */
2283
2601
  export interface ListInvalidationsResult {
@@ -2286,6 +2604,9 @@ export interface ListInvalidationsResult {
2286
2604
  */
2287
2605
  InvalidationList?: InvalidationList;
2288
2606
  }
2607
+ /**
2608
+ * @public
2609
+ */
2289
2610
  export interface ListKeyGroupsRequest {
2290
2611
  /**
2291
2612
  * <p>Use this field when paginating results to indicate where to begin in your list of key
@@ -2300,6 +2621,7 @@ export interface ListKeyGroupsRequest {
2300
2621
  MaxItems?: number;
2301
2622
  }
2302
2623
  /**
2624
+ * @public
2303
2625
  * <p>Contains information about a key group.</p>
2304
2626
  */
2305
2627
  export interface KeyGroupSummary {
@@ -2309,6 +2631,7 @@ export interface KeyGroupSummary {
2309
2631
  KeyGroup: KeyGroup | undefined;
2310
2632
  }
2311
2633
  /**
2634
+ * @public
2312
2635
  * <p>A list of key groups.</p>
2313
2636
  */
2314
2637
  export interface KeyGroupList {
@@ -2331,12 +2654,18 @@ export interface KeyGroupList {
2331
2654
  */
2332
2655
  Items?: KeyGroupSummary[];
2333
2656
  }
2657
+ /**
2658
+ * @public
2659
+ */
2334
2660
  export interface ListKeyGroupsResult {
2335
2661
  /**
2336
2662
  * <p>A list of key groups.</p>
2337
2663
  */
2338
2664
  KeyGroupList?: KeyGroupList;
2339
2665
  }
2666
+ /**
2667
+ * @public
2668
+ */
2340
2669
  export interface ListOriginAccessControlsRequest {
2341
2670
  /**
2342
2671
  * <p>Use this field when paginating results to indicate where to begin in your list of
@@ -2351,6 +2680,7 @@ export interface ListOriginAccessControlsRequest {
2351
2680
  MaxItems?: number;
2352
2681
  }
2353
2682
  /**
2683
+ * @public
2354
2684
  * <p>A CloudFront origin access control.</p>
2355
2685
  */
2356
2686
  export interface OriginAccessControlSummary {
@@ -2402,6 +2732,7 @@ export interface OriginAccessControlSummary {
2402
2732
  OriginAccessControlOriginType: OriginAccessControlOriginTypes | string | undefined;
2403
2733
  }
2404
2734
  /**
2735
+ * @public
2405
2736
  * <p>A list of CloudFront origin access controls.</p>
2406
2737
  */
2407
2738
  export interface OriginAccessControlList {
@@ -2433,16 +2764,25 @@ export interface OriginAccessControlList {
2433
2764
  */
2434
2765
  Items?: OriginAccessControlSummary[];
2435
2766
  }
2767
+ /**
2768
+ * @public
2769
+ */
2436
2770
  export interface ListOriginAccessControlsResult {
2437
2771
  /**
2438
2772
  * <p>A list of origin access controls.</p>
2439
2773
  */
2440
2774
  OriginAccessControlList?: OriginAccessControlList;
2441
2775
  }
2776
+ /**
2777
+ * @public
2778
+ */
2442
2779
  export declare enum OriginRequestPolicyType {
2443
2780
  custom = "custom",
2444
2781
  managed = "managed"
2445
2782
  }
2783
+ /**
2784
+ * @public
2785
+ */
2446
2786
  export interface ListOriginRequestPoliciesRequest {
2447
2787
  /**
2448
2788
  * <p>A filter to return only the specified kinds of origin request policies. Valid values
@@ -2474,6 +2814,7 @@ export interface ListOriginRequestPoliciesRequest {
2474
2814
  MaxItems?: number;
2475
2815
  }
2476
2816
  /**
2817
+ * @public
2477
2818
  * <p>Contains an origin request policy.</p>
2478
2819
  */
2479
2820
  export interface OriginRequestPolicySummary {
@@ -2488,6 +2829,7 @@ export interface OriginRequestPolicySummary {
2488
2829
  OriginRequestPolicy: OriginRequestPolicy | undefined;
2489
2830
  }
2490
2831
  /**
2832
+ * @public
2491
2833
  * <p>A list of origin request policies.</p>
2492
2834
  */
2493
2835
  export interface OriginRequestPolicyList {
@@ -2511,12 +2853,18 @@ export interface OriginRequestPolicyList {
2511
2853
  */
2512
2854
  Items?: OriginRequestPolicySummary[];
2513
2855
  }
2856
+ /**
2857
+ * @public
2858
+ */
2514
2859
  export interface ListOriginRequestPoliciesResult {
2515
2860
  /**
2516
2861
  * <p>A list of origin request policies.</p>
2517
2862
  */
2518
2863
  OriginRequestPolicyList?: OriginRequestPolicyList;
2519
2864
  }
2865
+ /**
2866
+ * @public
2867
+ */
2520
2868
  export interface ListPublicKeysRequest {
2521
2869
  /**
2522
2870
  * <p>Use this when paginating results to indicate where to begin in your list of public
@@ -2532,6 +2880,7 @@ export interface ListPublicKeysRequest {
2532
2880
  MaxItems?: number;
2533
2881
  }
2534
2882
  /**
2883
+ * @public
2535
2884
  * <p>Contains information about a public key.</p>
2536
2885
  */
2537
2886
  export interface PublicKeySummary {
@@ -2558,6 +2907,7 @@ export interface PublicKeySummary {
2558
2907
  Comment?: string;
2559
2908
  }
2560
2909
  /**
2910
+ * @public
2561
2911
  * <p>A list of public keys that you can use with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html">signed URLs and signed cookies</a>, or with <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html">field-level encryption</a>.</p>
2562
2912
  */
2563
2913
  export interface PublicKeyList {
@@ -2580,6 +2930,9 @@ export interface PublicKeyList {
2580
2930
  */
2581
2931
  Items?: PublicKeySummary[];
2582
2932
  }
2933
+ /**
2934
+ * @public
2935
+ */
2583
2936
  export interface ListPublicKeysResult {
2584
2937
  /**
2585
2938
  * <p>Returns a list of all public keys that have been added to CloudFront for this
@@ -2587,6 +2940,9 @@ export interface ListPublicKeysResult {
2587
2940
  */
2588
2941
  PublicKeyList?: PublicKeyList;
2589
2942
  }
2943
+ /**
2944
+ * @public
2945
+ */
2590
2946
  export interface ListRealtimeLogConfigsRequest {
2591
2947
  /**
2592
2948
  * <p>The maximum number of real-time log configurations that you want in the
@@ -2602,6 +2958,7 @@ export interface ListRealtimeLogConfigsRequest {
2602
2958
  Marker?: string;
2603
2959
  }
2604
2960
  /**
2961
+ * @public
2605
2962
  * <p>A list of real-time log configurations.</p>
2606
2963
  */
2607
2964
  export interface RealtimeLogConfigs {
@@ -2631,16 +2988,25 @@ export interface RealtimeLogConfigs {
2631
2988
  */
2632
2989
  NextMarker?: string;
2633
2990
  }
2991
+ /**
2992
+ * @public
2993
+ */
2634
2994
  export interface ListRealtimeLogConfigsResult {
2635
2995
  /**
2636
2996
  * <p>A list of real-time log configurations.</p>
2637
2997
  */
2638
2998
  RealtimeLogConfigs?: RealtimeLogConfigs;
2639
2999
  }
3000
+ /**
3001
+ * @public
3002
+ */
2640
3003
  export declare enum ResponseHeadersPolicyType {
2641
3004
  custom = "custom",
2642
3005
  managed = "managed"
2643
3006
  }
3007
+ /**
3008
+ * @public
3009
+ */
2644
3010
  export interface ListResponseHeadersPoliciesRequest {
2645
3011
  /**
2646
3012
  * <p>A filter to get only the specified kind of response headers policies. Valid values
@@ -2672,6 +3038,7 @@ export interface ListResponseHeadersPoliciesRequest {
2672
3038
  MaxItems?: number;
2673
3039
  }
2674
3040
  /**
3041
+ * @public
2675
3042
  * <p>Contains a response headers policy.</p>
2676
3043
  */
2677
3044
  export interface ResponseHeadersPolicySummary {
@@ -2686,6 +3053,7 @@ export interface ResponseHeadersPolicySummary {
2686
3053
  ResponseHeadersPolicy: ResponseHeadersPolicy | undefined;
2687
3054
  }
2688
3055
  /**
3056
+ * @public
2689
3057
  * <p>A list of response headers policies.</p>
2690
3058
  */
2691
3059
  export interface ResponseHeadersPolicyList {
@@ -2709,6 +3077,9 @@ export interface ResponseHeadersPolicyList {
2709
3077
  */
2710
3078
  Items?: ResponseHeadersPolicySummary[];
2711
3079
  }
3080
+ /**
3081
+ * @public
3082
+ */
2712
3083
  export interface ListResponseHeadersPoliciesResult {
2713
3084
  /**
2714
3085
  * <p>A list of response headers policies.</p>
@@ -2716,6 +3087,7 @@ export interface ListResponseHeadersPoliciesResult {
2716
3087
  ResponseHeadersPolicyList?: ResponseHeadersPolicyList;
2717
3088
  }
2718
3089
  /**
3090
+ * @public
2719
3091
  * <p>The request to list your streaming distributions.</p>
2720
3092
  */
2721
3093
  export interface ListStreamingDistributionsRequest {
@@ -2729,6 +3101,7 @@ export interface ListStreamingDistributionsRequest {
2729
3101
  MaxItems?: number;
2730
3102
  }
2731
3103
  /**
3104
+ * @public
2732
3105
  * <p>A summary of the information for a CloudFront streaming distribution.</p>
2733
3106
  */
2734
3107
  export interface StreamingDistributionSummary {
@@ -2798,6 +3171,7 @@ export interface StreamingDistributionSummary {
2798
3171
  Enabled: boolean | undefined;
2799
3172
  }
2800
3173
  /**
3174
+ * @public
2801
3175
  * <p>A streaming distribution list.</p>
2802
3176
  */
2803
3177
  export interface StreamingDistributionList {
@@ -2834,6 +3208,7 @@ export interface StreamingDistributionList {
2834
3208
  Items?: StreamingDistributionSummary[];
2835
3209
  }
2836
3210
  /**
3211
+ * @public
2837
3212
  * <p>The returned result of the corresponding request.</p>
2838
3213
  */
2839
3214
  export interface ListStreamingDistributionsResult {
@@ -2843,6 +3218,7 @@ export interface ListStreamingDistributionsResult {
2843
3218
  StreamingDistributionList?: StreamingDistributionList;
2844
3219
  }
2845
3220
  /**
3221
+ * @public
2846
3222
  * <p>The request to list tags for a CloudFront resource.</p>
2847
3223
  */
2848
3224
  export interface ListTagsForResourceRequest {
@@ -2852,6 +3228,7 @@ export interface ListTagsForResourceRequest {
2852
3228
  Resource: string | undefined;
2853
3229
  }
2854
3230
  /**
3231
+ * @public
2855
3232
  * <p>The returned result of the corresponding request.</p>
2856
3233
  */
2857
3234
  export interface ListTagsForResourceResult {
@@ -2860,6 +3237,9 @@ export interface ListTagsForResourceResult {
2860
3237
  */
2861
3238
  Tags: Tags | undefined;
2862
3239
  }
3240
+ /**
3241
+ * @public
3242
+ */
2863
3243
  export interface PublishFunctionRequest {
2864
3244
  /**
2865
3245
  * <p>The name of the function that you are publishing.</p>
@@ -2871,6 +3251,9 @@ export interface PublishFunctionRequest {
2871
3251
  */
2872
3252
  IfMatch: string | undefined;
2873
3253
  }
3254
+ /**
3255
+ * @public
3256
+ */
2874
3257
  export interface PublishFunctionResult {
2875
3258
  /**
2876
3259
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
@@ -2878,6 +3261,7 @@ export interface PublishFunctionResult {
2878
3261
  FunctionSummary?: FunctionSummary;
2879
3262
  }
2880
3263
  /**
3264
+ * @public
2881
3265
  * <p>The request to add tags to a CloudFront resource.</p>
2882
3266
  */
2883
3267
  export interface TagResourceRequest {
@@ -2891,6 +3275,7 @@ export interface TagResourceRequest {
2891
3275
  Tags: Tags | undefined;
2892
3276
  }
2893
3277
  /**
3278
+ * @public
2894
3279
  * <p>The CloudFront function failed.</p>
2895
3280
  */
2896
3281
  export declare class TestFunctionFailed extends __BaseException {
@@ -2902,6 +3287,9 @@ export declare class TestFunctionFailed extends __BaseException {
2902
3287
  */
2903
3288
  constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
2904
3289
  }
3290
+ /**
3291
+ * @public
3292
+ */
2905
3293
  export interface TestFunctionRequest {
2906
3294
  /**
2907
3295
  * <p>The name of the function that you are testing.</p>
@@ -2924,6 +3312,7 @@ export interface TestFunctionRequest {
2924
3312
  EventObject: Uint8Array | undefined;
2925
3313
  }
2926
3314
  /**
3315
+ * @public
2927
3316
  * <p>Contains the result of testing a CloudFront function with <code>TestFunction</code>.</p>
2928
3317
  */
2929
3318
  export interface TestResult {
@@ -2954,6 +3343,9 @@ export interface TestResult {
2954
3343
  */
2955
3344
  FunctionOutput?: string;
2956
3345
  }
3346
+ /**
3347
+ * @public
3348
+ */
2957
3349
  export interface TestFunctionResult {
2958
3350
  /**
2959
3351
  * <p>An object that represents the result of running the function with the provided event
@@ -2962,6 +3354,7 @@ export interface TestFunctionResult {
2962
3354
  TestResult?: TestResult;
2963
3355
  }
2964
3356
  /**
3357
+ * @public
2965
3358
  * <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
2966
3359
  */
2967
3360
  export interface TagKeys {
@@ -2971,6 +3364,7 @@ export interface TagKeys {
2971
3364
  Items?: string[];
2972
3365
  }
2973
3366
  /**
3367
+ * @public
2974
3368
  * <p>The request to remove tags from a CloudFront resource.</p>
2975
3369
  */
2976
3370
  export interface UntagResourceRequest {
@@ -2983,6 +3377,9 @@ export interface UntagResourceRequest {
2983
3377
  */
2984
3378
  TagKeys: TagKeys | undefined;
2985
3379
  }
3380
+ /**
3381
+ * @public
3382
+ */
2986
3383
  export interface UpdateCachePolicyRequest {
2987
3384
  /**
2988
3385
  * <p>A cache policy configuration.</p>
@@ -3001,6 +3398,9 @@ export interface UpdateCachePolicyRequest {
3001
3398
  */
3002
3399
  IfMatch?: string;
3003
3400
  }
3401
+ /**
3402
+ * @public
3403
+ */
3004
3404
  export interface UpdateCachePolicyResult {
3005
3405
  /**
3006
3406
  * <p>A cache policy.</p>
@@ -3012,6 +3412,7 @@ export interface UpdateCachePolicyResult {
3012
3412
  ETag?: string;
3013
3413
  }
3014
3414
  /**
3415
+ * @public
3015
3416
  * <p>The request to update an origin access identity.</p>
3016
3417
  */
3017
3418
  export interface UpdateCloudFrontOriginAccessIdentityRequest {
@@ -3030,6 +3431,7 @@ export interface UpdateCloudFrontOriginAccessIdentityRequest {
3030
3431
  IfMatch?: string;
3031
3432
  }
3032
3433
  /**
3434
+ * @public
3033
3435
  * <p>The returned result of the corresponding request.</p>
3034
3436
  */
3035
3437
  export interface UpdateCloudFrontOriginAccessIdentityResult {
@@ -3043,6 +3445,9 @@ export interface UpdateCloudFrontOriginAccessIdentityResult {
3043
3445
  */
3044
3446
  ETag?: string;
3045
3447
  }
3448
+ /**
3449
+ * @public
3450
+ */
3046
3451
  export interface UpdateContinuousDeploymentPolicyRequest {
3047
3452
  /**
3048
3453
  * <p>The continuous deployment policy configuration.</p>
@@ -3058,6 +3463,9 @@ export interface UpdateContinuousDeploymentPolicyRequest {
3058
3463
  */
3059
3464
  IfMatch?: string;
3060
3465
  }
3466
+ /**
3467
+ * @public
3468
+ */
3061
3469
  export interface UpdateContinuousDeploymentPolicyResult {
3062
3470
  /**
3063
3471
  * <p>A continuous deployment policy.</p>
@@ -3070,6 +3478,7 @@ export interface UpdateContinuousDeploymentPolicyResult {
3070
3478
  ETag?: string;
3071
3479
  }
3072
3480
  /**
3481
+ * @public
3073
3482
  * <p>The request to update a distribution.</p>
3074
3483
  */
3075
3484
  export interface UpdateDistributionRequest {
@@ -3088,6 +3497,7 @@ export interface UpdateDistributionRequest {
3088
3497
  IfMatch?: string;
3089
3498
  }
3090
3499
  /**
3500
+ * @public
3091
3501
  * <p>The returned result of the corresponding request.</p>
3092
3502
  */
3093
3503
  export interface UpdateDistributionResult {
@@ -3101,6 +3511,9 @@ export interface UpdateDistributionResult {
3101
3511
  */
3102
3512
  ETag?: string;
3103
3513
  }
3514
+ /**
3515
+ * @public
3516
+ */
3104
3517
  export interface UpdateDistributionWithStagingConfigRequest {
3105
3518
  /**
3106
3519
  * <p>The identifier of the primary distribution to which you are copying a staging distribution's
@@ -3120,6 +3533,9 @@ export interface UpdateDistributionWithStagingConfigRequest {
3120
3533
  */
3121
3534
  IfMatch?: string;
3122
3535
  }
3536
+ /**
3537
+ * @public
3538
+ */
3123
3539
  export interface UpdateDistributionWithStagingConfigResult {
3124
3540
  /**
3125
3541
  * <p>A distribution tells CloudFront where you want content to be delivered from, and the details
@@ -3131,6 +3547,9 @@ export interface UpdateDistributionWithStagingConfigResult {
3131
3547
  */
3132
3548
  ETag?: string;
3133
3549
  }
3550
+ /**
3551
+ * @public
3552
+ */
3134
3553
  export interface UpdateFieldLevelEncryptionConfigRequest {
3135
3554
  /**
3136
3555
  * <p>Request to update a field-level encryption configuration.</p>
@@ -3146,6 +3565,9 @@ export interface UpdateFieldLevelEncryptionConfigRequest {
3146
3565
  */
3147
3566
  IfMatch?: string;
3148
3567
  }
3568
+ /**
3569
+ * @public
3570
+ */
3149
3571
  export interface UpdateFieldLevelEncryptionConfigResult {
3150
3572
  /**
3151
3573
  * <p>Return the results of updating the configuration.</p>
@@ -3157,6 +3579,9 @@ export interface UpdateFieldLevelEncryptionConfigResult {
3157
3579
  */
3158
3580
  ETag?: string;
3159
3581
  }
3582
+ /**
3583
+ * @public
3584
+ */
3160
3585
  export interface UpdateFieldLevelEncryptionProfileRequest {
3161
3586
  /**
3162
3587
  * <p>Request to update a field-level encryption profile.</p>
@@ -3172,6 +3597,9 @@ export interface UpdateFieldLevelEncryptionProfileRequest {
3172
3597
  */
3173
3598
  IfMatch?: string;
3174
3599
  }
3600
+ /**
3601
+ * @public
3602
+ */
3175
3603
  export interface UpdateFieldLevelEncryptionProfileResult {
3176
3604
  /**
3177
3605
  * <p>Return the results of updating the profile.</p>
@@ -3182,6 +3610,9 @@ export interface UpdateFieldLevelEncryptionProfileResult {
3182
3610
  */
3183
3611
  ETag?: string;
3184
3612
  }
3613
+ /**
3614
+ * @public
3615
+ */
3185
3616
  export interface UpdateFunctionRequest {
3186
3617
  /**
3187
3618
  * <p>The name of the function that you are updating.</p>
@@ -3203,6 +3634,9 @@ export interface UpdateFunctionRequest {
3203
3634
  */
3204
3635
  FunctionCode: Uint8Array | undefined;
3205
3636
  }
3637
+ /**
3638
+ * @public
3639
+ */
3206
3640
  export interface UpdateFunctionResult {
3207
3641
  /**
3208
3642
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
@@ -3213,6 +3647,9 @@ export interface UpdateFunctionResult {
3213
3647
  */
3214
3648
  ETag?: string;
3215
3649
  }
3650
+ /**
3651
+ * @public
3652
+ */
3216
3653
  export interface UpdateKeyGroupRequest {
3217
3654
  /**
3218
3655
  * <p>The key group configuration.</p>
@@ -3228,6 +3665,9 @@ export interface UpdateKeyGroupRequest {
3228
3665
  */
3229
3666
  IfMatch?: string;
3230
3667
  }
3668
+ /**
3669
+ * @public
3670
+ */
3231
3671
  export interface UpdateKeyGroupResult {
3232
3672
  /**
3233
3673
  * <p>The key group that was just updated.</p>
@@ -3238,6 +3678,9 @@ export interface UpdateKeyGroupResult {
3238
3678
  */
3239
3679
  ETag?: string;
3240
3680
  }
3681
+ /**
3682
+ * @public
3683
+ */
3241
3684
  export interface UpdateOriginAccessControlRequest {
3242
3685
  /**
3243
3686
  * <p>An origin access control.</p>
@@ -3253,6 +3696,9 @@ export interface UpdateOriginAccessControlRequest {
3253
3696
  */
3254
3697
  IfMatch?: string;
3255
3698
  }
3699
+ /**
3700
+ * @public
3701
+ */
3256
3702
  export interface UpdateOriginAccessControlResult {
3257
3703
  /**
3258
3704
  * <p>The origin access control after it has been updated.</p>
@@ -3263,6 +3709,9 @@ export interface UpdateOriginAccessControlResult {
3263
3709
  */
3264
3710
  ETag?: string;
3265
3711
  }
3712
+ /**
3713
+ * @public
3714
+ */
3266
3715
  export interface UpdateOriginRequestPolicyRequest {
3267
3716
  /**
3268
3717
  * <p>An origin request policy configuration.</p>
@@ -3281,6 +3730,9 @@ export interface UpdateOriginRequestPolicyRequest {
3281
3730
  */
3282
3731
  IfMatch?: string;
3283
3732
  }
3733
+ /**
3734
+ * @public
3735
+ */
3284
3736
  export interface UpdateOriginRequestPolicyResult {
3285
3737
  /**
3286
3738
  * <p>An origin request policy.</p>
@@ -3291,6 +3743,9 @@ export interface UpdateOriginRequestPolicyResult {
3291
3743
  */
3292
3744
  ETag?: string;
3293
3745
  }
3746
+ /**
3747
+ * @public
3748
+ */
3294
3749
  export interface UpdatePublicKeyRequest {
3295
3750
  /**
3296
3751
  * <p>A public key configuration.</p>
@@ -3306,6 +3761,9 @@ export interface UpdatePublicKeyRequest {
3306
3761
  */
3307
3762
  IfMatch?: string;
3308
3763
  }
3764
+ /**
3765
+ * @public
3766
+ */
3309
3767
  export interface UpdatePublicKeyResult {
3310
3768
  /**
3311
3769
  * <p>The public key.</p>
@@ -3316,6 +3774,9 @@ export interface UpdatePublicKeyResult {
3316
3774
  */
3317
3775
  ETag?: string;
3318
3776
  }
3777
+ /**
3778
+ * @public
3779
+ */
3319
3780
  export interface UpdateRealtimeLogConfigRequest {
3320
3781
  /**
3321
3782
  * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
@@ -3343,12 +3804,18 @@ export interface UpdateRealtimeLogConfigRequest {
3343
3804
  */
3344
3805
  SamplingRate?: number;
3345
3806
  }
3807
+ /**
3808
+ * @public
3809
+ */
3346
3810
  export interface UpdateRealtimeLogConfigResult {
3347
3811
  /**
3348
3812
  * <p>A real-time log configuration.</p>
3349
3813
  */
3350
3814
  RealtimeLogConfig?: RealtimeLogConfig;
3351
3815
  }
3816
+ /**
3817
+ * @public
3818
+ */
3352
3819
  export interface UpdateResponseHeadersPolicyRequest {
3353
3820
  /**
3354
3821
  * <p>A response headers policy configuration.</p>
@@ -3365,6 +3832,9 @@ export interface UpdateResponseHeadersPolicyRequest {
3365
3832
  */
3366
3833
  IfMatch?: string;
3367
3834
  }
3835
+ /**
3836
+ * @public
3837
+ */
3368
3838
  export interface UpdateResponseHeadersPolicyResult {
3369
3839
  /**
3370
3840
  * <p>A response headers policy.</p>
@@ -3376,6 +3846,7 @@ export interface UpdateResponseHeadersPolicyResult {
3376
3846
  ETag?: string;
3377
3847
  }
3378
3848
  /**
3849
+ * @public
3379
3850
  * <p>The request to update a streaming distribution.</p>
3380
3851
  */
3381
3852
  export interface UpdateStreamingDistributionRequest {
@@ -3394,6 +3865,7 @@ export interface UpdateStreamingDistributionRequest {
3394
3865
  IfMatch?: string;
3395
3866
  }
3396
3867
  /**
3868
+ * @public
3397
3869
  * <p>The returned result of the corresponding request.</p>
3398
3870
  */
3399
3871
  export interface UpdateStreamingDistributionResult {