@aws-sdk/client-cloudfront 3.380.0 → 3.382.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.
@@ -6,14 +6,17 @@ import { ActiveTrustedSigners, Aliases, AliasICPRecordal, CacheBehaviors, CacheP
6
6
  */
7
7
  export interface CreateResponseHeadersPolicyResult {
8
8
  /**
9
+ * @public
9
10
  * <p>Contains a response headers policy.</p>
10
11
  */
11
12
  ResponseHeadersPolicy?: ResponseHeadersPolicy;
12
13
  /**
14
+ * @public
13
15
  * <p>The URL of the response headers policy.</p>
14
16
  */
15
17
  Location?: string;
16
18
  /**
19
+ * @public
17
20
  * <p>The version identifier for the current version of the response headers policy.</p>
18
21
  */
19
22
  ETag?: string;
@@ -104,6 +107,7 @@ export declare class TooManyResponseHeadersPolicies extends __BaseException {
104
107
  */
105
108
  export interface StreamingLoggingConfig {
106
109
  /**
110
+ * @public
107
111
  * <p>Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you don't
108
112
  * want to enable logging when you create a streaming distribution or if you want to
109
113
  * disable logging for an existing streaming distribution, specify <code>false</code> for
@@ -114,11 +118,13 @@ export interface StreamingLoggingConfig {
114
118
  */
115
119
  Enabled: boolean | undefined;
116
120
  /**
121
+ * @public
117
122
  * <p>The Amazon S3 bucket to store the access logs in, for example,
118
123
  * <code>myawslogbucket.s3.amazonaws.com</code>.</p>
119
124
  */
120
125
  Bucket: string | undefined;
121
126
  /**
127
+ * @public
122
128
  * <p>An optional string that you want CloudFront to prefix to the access log filenames for this
123
129
  * streaming distribution, for example, <code>myprefix/</code>. If you want to enable
124
130
  * logging, but you don't want to specify a prefix, you still must include an empty
@@ -133,10 +139,12 @@ export interface StreamingLoggingConfig {
133
139
  */
134
140
  export interface S3Origin {
135
141
  /**
142
+ * @public
136
143
  * <p>The DNS name of the Amazon S3 origin.</p>
137
144
  */
138
145
  DomainName: string | undefined;
139
146
  /**
147
+ * @public
140
148
  * <p>The CloudFront origin access identity to associate with the distribution. Use an origin
141
149
  * access identity to configure the distribution so that end users can only access objects
142
150
  * in an Amazon S3 bucket through CloudFront.</p>
@@ -158,6 +166,7 @@ export interface S3Origin {
158
166
  */
159
167
  export interface StreamingDistributionConfig {
160
168
  /**
169
+ * @public
161
170
  * <p>A unique value (for example, a date-time stamp) that ensures that the request can't be
162
171
  * replayed.</p>
163
172
  * <p>If the value of <code>CallerReference</code> is new (regardless of the content of the
@@ -169,25 +178,30 @@ export interface StreamingDistributionConfig {
169
178
  */
170
179
  CallerReference: string | undefined;
171
180
  /**
181
+ * @public
172
182
  * <p>A complex type that contains information about the Amazon S3 bucket from which you want
173
183
  * CloudFront to get your media files for distribution.</p>
174
184
  */
175
185
  S3Origin: S3Origin | undefined;
176
186
  /**
187
+ * @public
177
188
  * <p>A complex type that contains information about CNAMEs (alternate domain names), if
178
189
  * any, for this streaming distribution.</p>
179
190
  */
180
191
  Aliases?: Aliases;
181
192
  /**
193
+ * @public
182
194
  * <p>Any comments you want to include about the streaming distribution.</p>
183
195
  */
184
196
  Comment: string | undefined;
185
197
  /**
198
+ * @public
186
199
  * <p>A complex type that controls whether access logs are written for the streaming
187
200
  * distribution.</p>
188
201
  */
189
202
  Logging?: StreamingLoggingConfig;
190
203
  /**
204
+ * @public
191
205
  * <p>A complex type that specifies any Amazon Web Services accounts that you want to permit to create
192
206
  * signed URLs for private content. If you want the distribution to use signed URLs,
193
207
  * include this element; if you want the distribution to use public URLs, remove this
@@ -196,11 +210,13 @@ export interface StreamingDistributionConfig {
196
210
  */
197
211
  TrustedSigners: TrustedSigners | undefined;
198
212
  /**
213
+ * @public
199
214
  * <p>A complex type that contains information about price class for this streaming
200
215
  * distribution.</p>
201
216
  */
202
217
  PriceClass?: PriceClass | string;
203
218
  /**
219
+ * @public
204
220
  * <p>Whether the streaming distribution is enabled to accept user requests for
205
221
  * content.</p>
206
222
  */
@@ -212,6 +228,7 @@ export interface StreamingDistributionConfig {
212
228
  */
213
229
  export interface CreateStreamingDistributionRequest {
214
230
  /**
231
+ * @public
215
232
  * <p>The streaming distribution's configuration information.</p>
216
233
  */
217
234
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
@@ -223,31 +240,37 @@ export interface CreateStreamingDistributionRequest {
223
240
  */
224
241
  export interface StreamingDistribution {
225
242
  /**
243
+ * @public
226
244
  * <p>The identifier for the RTMP distribution. For example:
227
245
  * <code>EGTXBD79EXAMPLE</code>.</p>
228
246
  */
229
247
  Id: string | undefined;
230
248
  /**
249
+ * @public
231
250
  * <p>The ARN (Amazon Resource Name) for the distribution. For example:
232
251
  * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
233
252
  * <code>123456789012</code> is your Amazon Web Services account ID.</p>
234
253
  */
235
254
  ARN: string | undefined;
236
255
  /**
256
+ * @public
237
257
  * <p>The current status of the RTMP distribution. When the status is <code>Deployed</code>,
238
258
  * the distribution's information is propagated to all CloudFront edge locations.</p>
239
259
  */
240
260
  Status: string | undefined;
241
261
  /**
262
+ * @public
242
263
  * <p>The date and time that the distribution was last modified.</p>
243
264
  */
244
265
  LastModifiedTime?: Date;
245
266
  /**
267
+ * @public
246
268
  * <p>The domain name that corresponds to the streaming distribution, for example,
247
269
  * <code>s5c39gqb8ow64r.cloudfront.net</code>.</p>
248
270
  */
249
271
  DomainName: string | undefined;
250
272
  /**
273
+ * @public
251
274
  * <p>A complex type that lists the Amazon Web Services accounts, if any, that you included in the
252
275
  * <code>TrustedSigners</code> complex type for this distribution. These are the
253
276
  * accounts that you want to allow to create signed URLs for private content.</p>
@@ -262,6 +285,7 @@ export interface StreamingDistribution {
262
285
  */
263
286
  ActiveTrustedSigners: ActiveTrustedSigners | undefined;
264
287
  /**
288
+ * @public
265
289
  * <p>The current configuration information for the RTMP distribution.</p>
266
290
  */
267
291
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
@@ -272,15 +296,18 @@ export interface StreamingDistribution {
272
296
  */
273
297
  export interface CreateStreamingDistributionResult {
274
298
  /**
299
+ * @public
275
300
  * <p>The streaming distribution's information.</p>
276
301
  */
277
302
  StreamingDistribution?: StreamingDistribution;
278
303
  /**
304
+ * @public
279
305
  * <p>The fully qualified URI of the new streaming distribution resource just
280
306
  * created.</p>
281
307
  */
282
308
  Location?: string;
283
309
  /**
310
+ * @public
284
311
  * <p>The current version of the streaming distribution created.</p>
285
312
  */
286
313
  ETag?: string;
@@ -333,10 +360,12 @@ export declare class TooManyStreamingDistributions extends __BaseException {
333
360
  */
334
361
  export interface StreamingDistributionConfigWithTags {
335
362
  /**
363
+ * @public
336
364
  * <p>A streaming distribution Configuration.</p>
337
365
  */
338
366
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
339
367
  /**
368
+ * @public
340
369
  * <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
341
370
  */
342
371
  Tags: Tags | undefined;
@@ -347,6 +376,7 @@ export interface StreamingDistributionConfigWithTags {
347
376
  */
348
377
  export interface CreateStreamingDistributionWithTagsRequest {
349
378
  /**
379
+ * @public
350
380
  * <p>The streaming distribution's configuration information.</p>
351
381
  */
352
382
  StreamingDistributionConfigWithTags: StreamingDistributionConfigWithTags | undefined;
@@ -357,15 +387,18 @@ export interface CreateStreamingDistributionWithTagsRequest {
357
387
  */
358
388
  export interface CreateStreamingDistributionWithTagsResult {
359
389
  /**
390
+ * @public
360
391
  * <p>The streaming distribution's information.</p>
361
392
  */
362
393
  StreamingDistribution?: StreamingDistribution;
363
394
  /**
395
+ * @public
364
396
  * <p>The fully qualified URI of the new streaming distribution resource just
365
397
  * created.</p>
366
398
  */
367
399
  Location?: string;
368
400
  /**
401
+ * @public
369
402
  * <p>The current version of the distribution created.</p>
370
403
  */
371
404
  ETag?: string;
@@ -375,11 +408,13 @@ export interface CreateStreamingDistributionWithTagsResult {
375
408
  */
376
409
  export interface DeleteCachePolicyRequest {
377
410
  /**
411
+ * @public
378
412
  * <p>The unique identifier for the cache policy that you are deleting. To get the
379
413
  * identifier, you can use <code>ListCachePolicies</code>.</p>
380
414
  */
381
415
  Id: string | undefined;
382
416
  /**
417
+ * @public
383
418
  * <p>The version of the cache policy that you are deleting. The version is the cache
384
419
  * policy's <code>ETag</code> value, which you can get using
385
420
  * <code>ListCachePolicies</code>, <code>GetCachePolicy</code>, or
@@ -419,10 +454,12 @@ export declare class CloudFrontOriginAccessIdentityInUse extends __BaseException
419
454
  */
420
455
  export interface DeleteCloudFrontOriginAccessIdentityRequest {
421
456
  /**
457
+ * @public
422
458
  * <p>The origin access identity's ID.</p>
423
459
  */
424
460
  Id: string | undefined;
425
461
  /**
462
+ * @public
426
463
  * <p>The value of the <code>ETag</code> header you received from a previous
427
464
  * <code>GET</code> or <code>PUT</code> request. For example:
428
465
  * <code>E2QWRUHAPOMQZL</code>.</p>
@@ -447,10 +484,12 @@ export declare class NoSuchCloudFrontOriginAccessIdentity extends __BaseExceptio
447
484
  */
448
485
  export interface DeleteContinuousDeploymentPolicyRequest {
449
486
  /**
487
+ * @public
450
488
  * <p>The identifier of the continuous deployment policy that you are deleting.</p>
451
489
  */
452
490
  Id: string | undefined;
453
491
  /**
492
+ * @public
454
493
  * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that
455
494
  * you are deleting.</p>
456
495
  */
@@ -509,10 +548,12 @@ export interface DeleteContinuousDeploymentPolicyRequest {
509
548
  */
510
549
  export interface DeleteDistributionRequest {
511
550
  /**
551
+ * @public
512
552
  * <p>The distribution ID.</p>
513
553
  */
514
554
  Id: string | undefined;
515
555
  /**
556
+ * @public
516
557
  * <p>The value of the <code>ETag</code> header that you received when you disabled the
517
558
  * distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
518
559
  */
@@ -537,10 +578,12 @@ export declare class DistributionNotDisabled extends __BaseException {
537
578
  */
538
579
  export interface DeleteFieldLevelEncryptionConfigRequest {
539
580
  /**
581
+ * @public
540
582
  * <p>The ID of the configuration you want to delete from CloudFront.</p>
541
583
  */
542
584
  Id: string | undefined;
543
585
  /**
586
+ * @public
544
587
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
545
588
  * configuration identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
546
589
  */
@@ -564,10 +607,12 @@ export declare class FieldLevelEncryptionConfigInUse extends __BaseException {
564
607
  */
565
608
  export interface DeleteFieldLevelEncryptionProfileRequest {
566
609
  /**
610
+ * @public
567
611
  * <p>Request the ID of the profile you want to delete from CloudFront.</p>
568
612
  */
569
613
  Id: string | undefined;
570
614
  /**
615
+ * @public
571
616
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
572
617
  * profile to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
573
618
  */
@@ -591,10 +636,12 @@ export declare class FieldLevelEncryptionProfileInUse extends __BaseException {
591
636
  */
592
637
  export interface DeleteFunctionRequest {
593
638
  /**
639
+ * @public
594
640
  * <p>The name of the function that you are deleting.</p>
595
641
  */
596
642
  Name: string | undefined;
597
643
  /**
644
+ * @public
598
645
  * <p>The current version (<code>ETag</code> value) of the function that you are deleting,
599
646
  * which you can get using <code>DescribeFunction</code>.</p>
600
647
  */
@@ -632,11 +679,13 @@ export declare class NoSuchFunctionExists extends __BaseException {
632
679
  */
633
680
  export interface DeleteKeyGroupRequest {
634
681
  /**
682
+ * @public
635
683
  * <p>The identifier of the key group that you are deleting. To get the identifier, use
636
684
  * <code>ListKeyGroups</code>.</p>
637
685
  */
638
686
  Id: string | undefined;
639
687
  /**
688
+ * @public
640
689
  * <p>The version of the key group that you are deleting. The version is the key group's
641
690
  * <code>ETag</code> value. To get the <code>ETag</code>, use <code>GetKeyGroup</code>
642
691
  * or <code>GetKeyGroupConfig</code>.</p>
@@ -674,6 +723,7 @@ export declare class ResourceInUse extends __BaseException {
674
723
  */
675
724
  export interface DeleteMonitoringSubscriptionRequest {
676
725
  /**
726
+ * @public
677
727
  * <p>The ID of the distribution that you are disabling metrics for.</p>
678
728
  */
679
729
  DistributionId: string | undefined;
@@ -701,10 +751,12 @@ export declare class NoSuchMonitoringSubscription extends __BaseException {
701
751
  */
702
752
  export interface DeleteOriginAccessControlRequest {
703
753
  /**
754
+ * @public
704
755
  * <p>The unique identifier of the origin access control that you are deleting.</p>
705
756
  */
706
757
  Id: string | undefined;
707
758
  /**
759
+ * @public
708
760
  * <p>The current version (<code>ETag</code> value) of the origin access control that you
709
761
  * are deleting.</p>
710
762
  */
@@ -742,11 +794,13 @@ export declare class OriginAccessControlInUse extends __BaseException {
742
794
  */
743
795
  export interface DeleteOriginRequestPolicyRequest {
744
796
  /**
797
+ * @public
745
798
  * <p>The unique identifier for the origin request policy that you are deleting. To get the
746
799
  * identifier, you can use <code>ListOriginRequestPolicies</code>.</p>
747
800
  */
748
801
  Id: string | undefined;
749
802
  /**
803
+ * @public
750
804
  * <p>The version of the origin request policy that you are deleting. The version is the
751
805
  * origin request policy's <code>ETag</code> value, which you can get using
752
806
  * <code>ListOriginRequestPolicies</code>, <code>GetOriginRequestPolicy</code>, or
@@ -773,10 +827,12 @@ export declare class OriginRequestPolicyInUse extends __BaseException {
773
827
  */
774
828
  export interface DeletePublicKeyRequest {
775
829
  /**
830
+ * @public
776
831
  * <p>The ID of the public key you want to remove from CloudFront.</p>
777
832
  */
778
833
  Id: string | undefined;
779
834
  /**
835
+ * @public
780
836
  * <p>The value of the <code>ETag</code> header that you received when retrieving the public
781
837
  * key identity to delete. For example: <code>E2QWRUHAPOMQZL</code>.</p>
782
838
  */
@@ -800,10 +856,12 @@ export declare class PublicKeyInUse extends __BaseException {
800
856
  */
801
857
  export interface DeleteRealtimeLogConfigRequest {
802
858
  /**
859
+ * @public
803
860
  * <p>The name of the real-time log configuration to delete.</p>
804
861
  */
805
862
  Name?: string;
806
863
  /**
864
+ * @public
807
865
  * <p>The Amazon Resource Name (ARN) of the real-time log configuration to delete.</p>
808
866
  */
809
867
  ARN?: string;
@@ -827,11 +885,13 @@ export declare class RealtimeLogConfigInUse extends __BaseException {
827
885
  */
828
886
  export interface DeleteResponseHeadersPolicyRequest {
829
887
  /**
888
+ * @public
830
889
  * <p>The identifier for the response headers policy that you are deleting.</p>
831
890
  * <p>To get the identifier, you can use <code>ListResponseHeadersPolicies</code>.</p>
832
891
  */
833
892
  Id: string | undefined;
834
893
  /**
894
+ * @public
835
895
  * <p>The version of the response headers policy that you are deleting.</p>
836
896
  * <p>The version is the response headers policy's <code>ETag</code> value, which you can
837
897
  * get using <code>ListResponseHeadersPolicies</code>,
@@ -860,10 +920,12 @@ export declare class ResponseHeadersPolicyInUse extends __BaseException {
860
920
  */
861
921
  export interface DeleteStreamingDistributionRequest {
862
922
  /**
923
+ * @public
863
924
  * <p>The distribution ID.</p>
864
925
  */
865
926
  Id: string | undefined;
866
927
  /**
928
+ * @public
867
929
  * <p>The value of the <code>ETag</code> header that you received when you disabled the
868
930
  * streaming distribution. For example: <code>E2QWRUHAPOMQZL</code>.</p>
869
931
  */
@@ -901,10 +963,12 @@ export declare class StreamingDistributionNotDisabled extends __BaseException {
901
963
  */
902
964
  export interface DescribeFunctionRequest {
903
965
  /**
966
+ * @public
904
967
  * <p>The name of the function that you are getting information about.</p>
905
968
  */
906
969
  Name: string | undefined;
907
970
  /**
971
+ * @public
908
972
  * <p>The function's stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
909
973
  */
910
974
  Stage?: FunctionStage | string;
@@ -914,10 +978,12 @@ export interface DescribeFunctionRequest {
914
978
  */
915
979
  export interface DescribeFunctionResult {
916
980
  /**
981
+ * @public
917
982
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
918
983
  */
919
984
  FunctionSummary?: FunctionSummary;
920
985
  /**
986
+ * @public
921
987
  * <p>The version identifier for the current version of the CloudFront function.</p>
922
988
  */
923
989
  ETag?: string;
@@ -927,6 +993,7 @@ export interface DescribeFunctionResult {
927
993
  */
928
994
  export interface GetCachePolicyRequest {
929
995
  /**
996
+ * @public
930
997
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
931
998
  * distribution's cache behavior, you can get the policy's identifier using
932
999
  * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
@@ -940,10 +1007,12 @@ export interface GetCachePolicyRequest {
940
1007
  */
941
1008
  export interface GetCachePolicyResult {
942
1009
  /**
1010
+ * @public
943
1011
  * <p>The cache policy.</p>
944
1012
  */
945
1013
  CachePolicy?: CachePolicy;
946
1014
  /**
1015
+ * @public
947
1016
  * <p>The current version of the cache policy.</p>
948
1017
  */
949
1018
  ETag?: string;
@@ -953,6 +1022,7 @@ export interface GetCachePolicyResult {
953
1022
  */
954
1023
  export interface GetCachePolicyConfigRequest {
955
1024
  /**
1025
+ * @public
956
1026
  * <p>The unique identifier for the cache policy. If the cache policy is attached to a
957
1027
  * distribution's cache behavior, you can get the policy's identifier using
958
1028
  * <code>ListDistributions</code> or <code>GetDistribution</code>. If the cache policy
@@ -966,10 +1036,12 @@ export interface GetCachePolicyConfigRequest {
966
1036
  */
967
1037
  export interface GetCachePolicyConfigResult {
968
1038
  /**
1039
+ * @public
969
1040
  * <p>The cache policy configuration.</p>
970
1041
  */
971
1042
  CachePolicyConfig?: CachePolicyConfig;
972
1043
  /**
1044
+ * @public
973
1045
  * <p>The current version of the cache policy.</p>
974
1046
  */
975
1047
  ETag?: string;
@@ -980,6 +1052,7 @@ export interface GetCachePolicyConfigResult {
980
1052
  */
981
1053
  export interface GetCloudFrontOriginAccessIdentityRequest {
982
1054
  /**
1055
+ * @public
983
1056
  * <p>The identity's ID.</p>
984
1057
  */
985
1058
  Id: string | undefined;
@@ -990,10 +1063,12 @@ export interface GetCloudFrontOriginAccessIdentityRequest {
990
1063
  */
991
1064
  export interface GetCloudFrontOriginAccessIdentityResult {
992
1065
  /**
1066
+ * @public
993
1067
  * <p>The origin access identity's information.</p>
994
1068
  */
995
1069
  CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
996
1070
  /**
1071
+ * @public
997
1072
  * <p>The current version of the origin access identity's information. For example:
998
1073
  * <code>E2QWRUHAPOMQZL</code>.</p>
999
1074
  */
@@ -1006,6 +1081,7 @@ export interface GetCloudFrontOriginAccessIdentityResult {
1006
1081
  */
1007
1082
  export interface GetCloudFrontOriginAccessIdentityConfigRequest {
1008
1083
  /**
1084
+ * @public
1009
1085
  * <p>The identity's ID.</p>
1010
1086
  */
1011
1087
  Id: string | undefined;
@@ -1016,10 +1092,12 @@ export interface GetCloudFrontOriginAccessIdentityConfigRequest {
1016
1092
  */
1017
1093
  export interface GetCloudFrontOriginAccessIdentityConfigResult {
1018
1094
  /**
1095
+ * @public
1019
1096
  * <p>The origin access identity's configuration information.</p>
1020
1097
  */
1021
1098
  CloudFrontOriginAccessIdentityConfig?: CloudFrontOriginAccessIdentityConfig;
1022
1099
  /**
1100
+ * @public
1023
1101
  * <p>The current version of the configuration. For example:
1024
1102
  * <code>E2QWRUHAPOMQZL</code>.</p>
1025
1103
  */
@@ -1030,6 +1108,7 @@ export interface GetCloudFrontOriginAccessIdentityConfigResult {
1030
1108
  */
1031
1109
  export interface GetContinuousDeploymentPolicyRequest {
1032
1110
  /**
1111
+ * @public
1033
1112
  * <p>The identifier of the continuous deployment policy that you are getting.</p>
1034
1113
  */
1035
1114
  Id: string | undefined;
@@ -1039,10 +1118,12 @@ export interface GetContinuousDeploymentPolicyRequest {
1039
1118
  */
1040
1119
  export interface GetContinuousDeploymentPolicyResult {
1041
1120
  /**
1121
+ * @public
1042
1122
  * <p>A continuous deployment policy.</p>
1043
1123
  */
1044
1124
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
1045
1125
  /**
1126
+ * @public
1046
1127
  * <p>The version identifier for the current version of the continuous deployment
1047
1128
  * policy.</p>
1048
1129
  */
@@ -1053,6 +1134,7 @@ export interface GetContinuousDeploymentPolicyResult {
1053
1134
  */
1054
1135
  export interface GetContinuousDeploymentPolicyConfigRequest {
1055
1136
  /**
1137
+ * @public
1056
1138
  * <p>The identifier of the continuous deployment policy whose configuration you are
1057
1139
  * getting.</p>
1058
1140
  */
@@ -1063,10 +1145,12 @@ export interface GetContinuousDeploymentPolicyConfigRequest {
1063
1145
  */
1064
1146
  export interface GetContinuousDeploymentPolicyConfigResult {
1065
1147
  /**
1148
+ * @public
1066
1149
  * <p>Contains the configuration for a continuous deployment policy.</p>
1067
1150
  */
1068
1151
  ContinuousDeploymentPolicyConfig?: ContinuousDeploymentPolicyConfig;
1069
1152
  /**
1153
+ * @public
1070
1154
  * <p>The version identifier for the current version of the continuous deployment
1071
1155
  * policy.</p>
1072
1156
  */
@@ -1078,6 +1162,7 @@ export interface GetContinuousDeploymentPolicyConfigResult {
1078
1162
  */
1079
1163
  export interface GetDistributionRequest {
1080
1164
  /**
1165
+ * @public
1081
1166
  * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
1082
1167
  * returned.</p>
1083
1168
  */
@@ -1089,10 +1174,12 @@ export interface GetDistributionRequest {
1089
1174
  */
1090
1175
  export interface GetDistributionResult {
1091
1176
  /**
1177
+ * @public
1092
1178
  * <p>The distribution's information.</p>
1093
1179
  */
1094
1180
  Distribution?: Distribution;
1095
1181
  /**
1182
+ * @public
1096
1183
  * <p>The current version of the distribution's information. For example:
1097
1184
  * <code>E2QWRUHAPOMQZL</code>.</p>
1098
1185
  */
@@ -1104,6 +1191,7 @@ export interface GetDistributionResult {
1104
1191
  */
1105
1192
  export interface GetDistributionConfigRequest {
1106
1193
  /**
1194
+ * @public
1107
1195
  * <p>The distribution's ID. If the ID is empty, an empty distribution configuration is
1108
1196
  * returned.</p>
1109
1197
  */
@@ -1115,10 +1203,12 @@ export interface GetDistributionConfigRequest {
1115
1203
  */
1116
1204
  export interface GetDistributionConfigResult {
1117
1205
  /**
1206
+ * @public
1118
1207
  * <p>The distribution's configuration information.</p>
1119
1208
  */
1120
1209
  DistributionConfig?: DistributionConfig;
1121
1210
  /**
1211
+ * @public
1122
1212
  * <p>The current version of the configuration. For example:
1123
1213
  * <code>E2QWRUHAPOMQZL</code>.</p>
1124
1214
  */
@@ -1129,6 +1219,7 @@ export interface GetDistributionConfigResult {
1129
1219
  */
1130
1220
  export interface GetFieldLevelEncryptionRequest {
1131
1221
  /**
1222
+ * @public
1132
1223
  * <p>Request the ID for the field-level encryption configuration information.</p>
1133
1224
  */
1134
1225
  Id: string | undefined;
@@ -1138,10 +1229,12 @@ export interface GetFieldLevelEncryptionRequest {
1138
1229
  */
1139
1230
  export interface GetFieldLevelEncryptionResult {
1140
1231
  /**
1232
+ * @public
1141
1233
  * <p>Return the field-level encryption configuration information.</p>
1142
1234
  */
1143
1235
  FieldLevelEncryption?: FieldLevelEncryption;
1144
1236
  /**
1237
+ * @public
1145
1238
  * <p>The current version of the field level encryption configuration. For example:
1146
1239
  * <code>E2QWRUHAPOMQZL</code>.</p>
1147
1240
  */
@@ -1152,6 +1245,7 @@ export interface GetFieldLevelEncryptionResult {
1152
1245
  */
1153
1246
  export interface GetFieldLevelEncryptionConfigRequest {
1154
1247
  /**
1248
+ * @public
1155
1249
  * <p>Request the ID for the field-level encryption configuration information.</p>
1156
1250
  */
1157
1251
  Id: string | undefined;
@@ -1161,10 +1255,12 @@ export interface GetFieldLevelEncryptionConfigRequest {
1161
1255
  */
1162
1256
  export interface GetFieldLevelEncryptionConfigResult {
1163
1257
  /**
1258
+ * @public
1164
1259
  * <p>Return the field-level encryption configuration information.</p>
1165
1260
  */
1166
1261
  FieldLevelEncryptionConfig?: FieldLevelEncryptionConfig;
1167
1262
  /**
1263
+ * @public
1168
1264
  * <p>The current version of the field level encryption configuration. For example:
1169
1265
  * <code>E2QWRUHAPOMQZL</code>.</p>
1170
1266
  */
@@ -1175,6 +1271,7 @@ export interface GetFieldLevelEncryptionConfigResult {
1175
1271
  */
1176
1272
  export interface GetFieldLevelEncryptionProfileRequest {
1177
1273
  /**
1274
+ * @public
1178
1275
  * <p>Get the ID for the field-level encryption profile information.</p>
1179
1276
  */
1180
1277
  Id: string | undefined;
@@ -1184,10 +1281,12 @@ export interface GetFieldLevelEncryptionProfileRequest {
1184
1281
  */
1185
1282
  export interface GetFieldLevelEncryptionProfileResult {
1186
1283
  /**
1284
+ * @public
1187
1285
  * <p>Return the field-level encryption profile information.</p>
1188
1286
  */
1189
1287
  FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
1190
1288
  /**
1289
+ * @public
1191
1290
  * <p>The current version of the field level encryption profile. For example:
1192
1291
  * <code>E2QWRUHAPOMQZL</code>.</p>
1193
1292
  */
@@ -1198,6 +1297,7 @@ export interface GetFieldLevelEncryptionProfileResult {
1198
1297
  */
1199
1298
  export interface GetFieldLevelEncryptionProfileConfigRequest {
1200
1299
  /**
1300
+ * @public
1201
1301
  * <p>Get the ID for the field-level encryption profile configuration information.</p>
1202
1302
  */
1203
1303
  Id: string | undefined;
@@ -1207,10 +1307,12 @@ export interface GetFieldLevelEncryptionProfileConfigRequest {
1207
1307
  */
1208
1308
  export interface GetFieldLevelEncryptionProfileConfigResult {
1209
1309
  /**
1310
+ * @public
1210
1311
  * <p>Return the field-level encryption profile configuration information.</p>
1211
1312
  */
1212
1313
  FieldLevelEncryptionProfileConfig?: FieldLevelEncryptionProfileConfig;
1213
1314
  /**
1315
+ * @public
1214
1316
  * <p>The current version of the field-level encryption profile configuration result. For
1215
1317
  * example: <code>E2QWRUHAPOMQZL</code>.</p>
1216
1318
  */
@@ -1221,10 +1323,12 @@ export interface GetFieldLevelEncryptionProfileConfigResult {
1221
1323
  */
1222
1324
  export interface GetFunctionRequest {
1223
1325
  /**
1326
+ * @public
1224
1327
  * <p>The name of the function whose code you are getting.</p>
1225
1328
  */
1226
1329
  Name: string | undefined;
1227
1330
  /**
1331
+ * @public
1228
1332
  * <p>The function's stage, either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
1229
1333
  */
1230
1334
  Stage?: FunctionStage | string;
@@ -1234,14 +1338,17 @@ export interface GetFunctionRequest {
1234
1338
  */
1235
1339
  export interface GetFunctionResult {
1236
1340
  /**
1341
+ * @public
1237
1342
  * <p>The function code of a CloudFront function.</p>
1238
1343
  */
1239
1344
  FunctionCode?: Uint8Array;
1240
1345
  /**
1346
+ * @public
1241
1347
  * <p>The version identifier for the current version of the CloudFront function.</p>
1242
1348
  */
1243
1349
  ETag?: string;
1244
1350
  /**
1351
+ * @public
1245
1352
  * <p>The content type (media type) of the response.</p>
1246
1353
  */
1247
1354
  ContentType?: string;
@@ -1252,10 +1359,12 @@ export interface GetFunctionResult {
1252
1359
  */
1253
1360
  export interface GetInvalidationRequest {
1254
1361
  /**
1362
+ * @public
1255
1363
  * <p>The distribution's ID.</p>
1256
1364
  */
1257
1365
  DistributionId: string | undefined;
1258
1366
  /**
1367
+ * @public
1259
1368
  * <p>The identifier for the invalidation request, for example,
1260
1369
  * <code>IDFDVBD632BHDS5</code>.</p>
1261
1370
  */
@@ -1267,6 +1376,7 @@ export interface GetInvalidationRequest {
1267
1376
  */
1268
1377
  export interface GetInvalidationResult {
1269
1378
  /**
1379
+ * @public
1270
1380
  * <p>The invalidation's information. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/InvalidationDatatype.html">Invalidation
1271
1381
  * Complex Type</a>.</p>
1272
1382
  */
@@ -1290,6 +1400,7 @@ export declare class NoSuchInvalidation extends __BaseException {
1290
1400
  */
1291
1401
  export interface GetKeyGroupRequest {
1292
1402
  /**
1403
+ * @public
1293
1404
  * <p>The identifier of the key group that you are getting. To get the identifier, use
1294
1405
  * <code>ListKeyGroups</code>.</p>
1295
1406
  */
@@ -1300,10 +1411,12 @@ export interface GetKeyGroupRequest {
1300
1411
  */
1301
1412
  export interface GetKeyGroupResult {
1302
1413
  /**
1414
+ * @public
1303
1415
  * <p>The key group.</p>
1304
1416
  */
1305
1417
  KeyGroup?: KeyGroup;
1306
1418
  /**
1419
+ * @public
1307
1420
  * <p>The identifier for this version of the key group.</p>
1308
1421
  */
1309
1422
  ETag?: string;
@@ -1313,6 +1426,7 @@ export interface GetKeyGroupResult {
1313
1426
  */
1314
1427
  export interface GetKeyGroupConfigRequest {
1315
1428
  /**
1429
+ * @public
1316
1430
  * <p>The identifier of the key group whose configuration you are getting. To get the
1317
1431
  * identifier, use <code>ListKeyGroups</code>.</p>
1318
1432
  */
@@ -1323,10 +1437,12 @@ export interface GetKeyGroupConfigRequest {
1323
1437
  */
1324
1438
  export interface GetKeyGroupConfigResult {
1325
1439
  /**
1440
+ * @public
1326
1441
  * <p>The key group configuration.</p>
1327
1442
  */
1328
1443
  KeyGroupConfig?: KeyGroupConfig;
1329
1444
  /**
1445
+ * @public
1330
1446
  * <p>The identifier for this version of the key group.</p>
1331
1447
  */
1332
1448
  ETag?: string;
@@ -1336,6 +1452,7 @@ export interface GetKeyGroupConfigResult {
1336
1452
  */
1337
1453
  export interface GetMonitoringSubscriptionRequest {
1338
1454
  /**
1455
+ * @public
1339
1456
  * <p>The ID of the distribution that you are getting metrics information for.</p>
1340
1457
  */
1341
1458
  DistributionId: string | undefined;
@@ -1345,6 +1462,7 @@ export interface GetMonitoringSubscriptionRequest {
1345
1462
  */
1346
1463
  export interface GetMonitoringSubscriptionResult {
1347
1464
  /**
1465
+ * @public
1348
1466
  * <p>A monitoring subscription. This structure contains information about whether
1349
1467
  * additional CloudWatch metrics are enabled for a given CloudFront distribution.</p>
1350
1468
  */
@@ -1355,6 +1473,7 @@ export interface GetMonitoringSubscriptionResult {
1355
1473
  */
1356
1474
  export interface GetOriginAccessControlRequest {
1357
1475
  /**
1476
+ * @public
1358
1477
  * <p>The unique identifier of the origin access control.</p>
1359
1478
  */
1360
1479
  Id: string | undefined;
@@ -1364,10 +1483,12 @@ export interface GetOriginAccessControlRequest {
1364
1483
  */
1365
1484
  export interface GetOriginAccessControlResult {
1366
1485
  /**
1486
+ * @public
1367
1487
  * <p>Contains an origin access control, including its unique identifier.</p>
1368
1488
  */
1369
1489
  OriginAccessControl?: OriginAccessControl;
1370
1490
  /**
1491
+ * @public
1371
1492
  * <p>The version identifier for the current version of the origin access control.</p>
1372
1493
  */
1373
1494
  ETag?: string;
@@ -1377,6 +1498,7 @@ export interface GetOriginAccessControlResult {
1377
1498
  */
1378
1499
  export interface GetOriginAccessControlConfigRequest {
1379
1500
  /**
1501
+ * @public
1380
1502
  * <p>The unique identifier of the origin access control.</p>
1381
1503
  */
1382
1504
  Id: string | undefined;
@@ -1386,10 +1508,12 @@ export interface GetOriginAccessControlConfigRequest {
1386
1508
  */
1387
1509
  export interface GetOriginAccessControlConfigResult {
1388
1510
  /**
1511
+ * @public
1389
1512
  * <p>Contains an origin access control configuration.</p>
1390
1513
  */
1391
1514
  OriginAccessControlConfig?: OriginAccessControlConfig;
1392
1515
  /**
1516
+ * @public
1393
1517
  * <p>The version identifier for the current version of the origin access control.</p>
1394
1518
  */
1395
1519
  ETag?: string;
@@ -1399,6 +1523,7 @@ export interface GetOriginAccessControlConfigResult {
1399
1523
  */
1400
1524
  export interface GetOriginRequestPolicyRequest {
1401
1525
  /**
1526
+ * @public
1402
1527
  * <p>The unique identifier for the origin request policy. If the origin request policy is
1403
1528
  * attached to a distribution's cache behavior, you can get the policy's identifier using
1404
1529
  * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
@@ -1412,10 +1537,12 @@ export interface GetOriginRequestPolicyRequest {
1412
1537
  */
1413
1538
  export interface GetOriginRequestPolicyResult {
1414
1539
  /**
1540
+ * @public
1415
1541
  * <p>The origin request policy.</p>
1416
1542
  */
1417
1543
  OriginRequestPolicy?: OriginRequestPolicy;
1418
1544
  /**
1545
+ * @public
1419
1546
  * <p>The current version of the origin request policy.</p>
1420
1547
  */
1421
1548
  ETag?: string;
@@ -1425,6 +1552,7 @@ export interface GetOriginRequestPolicyResult {
1425
1552
  */
1426
1553
  export interface GetOriginRequestPolicyConfigRequest {
1427
1554
  /**
1555
+ * @public
1428
1556
  * <p>The unique identifier for the origin request policy. If the origin request policy is
1429
1557
  * attached to a distribution's cache behavior, you can get the policy's identifier using
1430
1558
  * <code>ListDistributions</code> or <code>GetDistribution</code>. If the origin
@@ -1438,10 +1566,12 @@ export interface GetOriginRequestPolicyConfigRequest {
1438
1566
  */
1439
1567
  export interface GetOriginRequestPolicyConfigResult {
1440
1568
  /**
1569
+ * @public
1441
1570
  * <p>The origin request policy configuration.</p>
1442
1571
  */
1443
1572
  OriginRequestPolicyConfig?: OriginRequestPolicyConfig;
1444
1573
  /**
1574
+ * @public
1445
1575
  * <p>The current version of the origin request policy.</p>
1446
1576
  */
1447
1577
  ETag?: string;
@@ -1451,6 +1581,7 @@ export interface GetOriginRequestPolicyConfigResult {
1451
1581
  */
1452
1582
  export interface GetPublicKeyRequest {
1453
1583
  /**
1584
+ * @public
1454
1585
  * <p>The identifier of the public key you are getting.</p>
1455
1586
  */
1456
1587
  Id: string | undefined;
@@ -1460,10 +1591,12 @@ export interface GetPublicKeyRequest {
1460
1591
  */
1461
1592
  export interface GetPublicKeyResult {
1462
1593
  /**
1594
+ * @public
1463
1595
  * <p>The public key.</p>
1464
1596
  */
1465
1597
  PublicKey?: PublicKey;
1466
1598
  /**
1599
+ * @public
1467
1600
  * <p>The identifier for this version of the public key.</p>
1468
1601
  */
1469
1602
  ETag?: string;
@@ -1473,6 +1606,7 @@ export interface GetPublicKeyResult {
1473
1606
  */
1474
1607
  export interface GetPublicKeyConfigRequest {
1475
1608
  /**
1609
+ * @public
1476
1610
  * <p>The identifier of the public key whose configuration you are getting.</p>
1477
1611
  */
1478
1612
  Id: string | undefined;
@@ -1482,10 +1616,12 @@ export interface GetPublicKeyConfigRequest {
1482
1616
  */
1483
1617
  export interface GetPublicKeyConfigResult {
1484
1618
  /**
1619
+ * @public
1485
1620
  * <p>A public key configuration.</p>
1486
1621
  */
1487
1622
  PublicKeyConfig?: PublicKeyConfig;
1488
1623
  /**
1624
+ * @public
1489
1625
  * <p>The identifier for this version of the public key configuration.</p>
1490
1626
  */
1491
1627
  ETag?: string;
@@ -1495,10 +1631,12 @@ export interface GetPublicKeyConfigResult {
1495
1631
  */
1496
1632
  export interface GetRealtimeLogConfigRequest {
1497
1633
  /**
1634
+ * @public
1498
1635
  * <p>The name of the real-time log configuration to get.</p>
1499
1636
  */
1500
1637
  Name?: string;
1501
1638
  /**
1639
+ * @public
1502
1640
  * <p>The Amazon Resource Name (ARN) of the real-time log configuration to get.</p>
1503
1641
  */
1504
1642
  ARN?: string;
@@ -1508,6 +1646,7 @@ export interface GetRealtimeLogConfigRequest {
1508
1646
  */
1509
1647
  export interface GetRealtimeLogConfigResult {
1510
1648
  /**
1649
+ * @public
1511
1650
  * <p>A real-time log configuration.</p>
1512
1651
  */
1513
1652
  RealtimeLogConfig?: RealtimeLogConfig;
@@ -1517,6 +1656,7 @@ export interface GetRealtimeLogConfigResult {
1517
1656
  */
1518
1657
  export interface GetResponseHeadersPolicyRequest {
1519
1658
  /**
1659
+ * @public
1520
1660
  * <p>The identifier for the response headers policy.</p>
1521
1661
  * <p>If the response headers policy is attached to a distribution's cache behavior, you can
1522
1662
  * get the policy's identifier using <code>ListDistributions</code> or
@@ -1531,10 +1671,12 @@ export interface GetResponseHeadersPolicyRequest {
1531
1671
  */
1532
1672
  export interface GetResponseHeadersPolicyResult {
1533
1673
  /**
1674
+ * @public
1534
1675
  * <p>Contains a response headers policy.</p>
1535
1676
  */
1536
1677
  ResponseHeadersPolicy?: ResponseHeadersPolicy;
1537
1678
  /**
1679
+ * @public
1538
1680
  * <p>The version identifier for the current version of the response headers policy.</p>
1539
1681
  */
1540
1682
  ETag?: string;
@@ -1544,6 +1686,7 @@ export interface GetResponseHeadersPolicyResult {
1544
1686
  */
1545
1687
  export interface GetResponseHeadersPolicyConfigRequest {
1546
1688
  /**
1689
+ * @public
1547
1690
  * <p>The identifier for the response headers policy.</p>
1548
1691
  * <p>If the response headers policy is attached to a distribution's cache behavior, you can
1549
1692
  * get the policy's identifier using <code>ListDistributions</code> or
@@ -1558,10 +1701,12 @@ export interface GetResponseHeadersPolicyConfigRequest {
1558
1701
  */
1559
1702
  export interface GetResponseHeadersPolicyConfigResult {
1560
1703
  /**
1704
+ * @public
1561
1705
  * <p>Contains a response headers policy.</p>
1562
1706
  */
1563
1707
  ResponseHeadersPolicyConfig?: ResponseHeadersPolicyConfig;
1564
1708
  /**
1709
+ * @public
1565
1710
  * <p>The version identifier for the current version of the response headers policy.</p>
1566
1711
  */
1567
1712
  ETag?: string;
@@ -1572,6 +1717,7 @@ export interface GetResponseHeadersPolicyConfigResult {
1572
1717
  */
1573
1718
  export interface GetStreamingDistributionRequest {
1574
1719
  /**
1720
+ * @public
1575
1721
  * <p>The streaming distribution's ID.</p>
1576
1722
  */
1577
1723
  Id: string | undefined;
@@ -1582,10 +1728,12 @@ export interface GetStreamingDistributionRequest {
1582
1728
  */
1583
1729
  export interface GetStreamingDistributionResult {
1584
1730
  /**
1731
+ * @public
1585
1732
  * <p>The streaming distribution's information.</p>
1586
1733
  */
1587
1734
  StreamingDistribution?: StreamingDistribution;
1588
1735
  /**
1736
+ * @public
1589
1737
  * <p>The current version of the streaming distribution's information. For example:
1590
1738
  * <code>E2QWRUHAPOMQZL</code>.</p>
1591
1739
  */
@@ -1597,6 +1745,7 @@ export interface GetStreamingDistributionResult {
1597
1745
  */
1598
1746
  export interface GetStreamingDistributionConfigRequest {
1599
1747
  /**
1748
+ * @public
1600
1749
  * <p>The streaming distribution's ID.</p>
1601
1750
  */
1602
1751
  Id: string | undefined;
@@ -1607,10 +1756,12 @@ export interface GetStreamingDistributionConfigRequest {
1607
1756
  */
1608
1757
  export interface GetStreamingDistributionConfigResult {
1609
1758
  /**
1759
+ * @public
1610
1760
  * <p>The streaming distribution's configuration information.</p>
1611
1761
  */
1612
1762
  StreamingDistributionConfig?: StreamingDistributionConfig;
1613
1763
  /**
1764
+ * @public
1614
1765
  * <p>The current version of the configuration. For example: <code>E2QWRUHAPOMQZL</code>.
1615
1766
  * </p>
1616
1767
  */
@@ -1621,6 +1772,7 @@ export interface GetStreamingDistributionConfigResult {
1621
1772
  */
1622
1773
  export interface ListCachePoliciesRequest {
1623
1774
  /**
1775
+ * @public
1624
1776
  * <p>A filter to return only the specified kinds of cache policies. Valid values
1625
1777
  * are:</p>
1626
1778
  * <ul>
@@ -1638,6 +1790,7 @@ export interface ListCachePoliciesRequest {
1638
1790
  */
1639
1791
  Type?: CachePolicyType | string;
1640
1792
  /**
1793
+ * @public
1641
1794
  * <p>Use this field when paginating results to indicate where to begin in your list of
1642
1795
  * cache policies. The response includes cache policies in the list that occur after the
1643
1796
  * marker. To get the next page of the list, set this field's value to the value of
@@ -1645,6 +1798,7 @@ export interface ListCachePoliciesRequest {
1645
1798
  */
1646
1799
  Marker?: string;
1647
1800
  /**
1801
+ * @public
1648
1802
  * <p>The maximum number of cache policies that you want in the response.</p>
1649
1803
  */
1650
1804
  MaxItems?: number;
@@ -1654,6 +1808,7 @@ export interface ListCachePoliciesRequest {
1654
1808
  */
1655
1809
  export interface ListCachePoliciesResult {
1656
1810
  /**
1811
+ * @public
1657
1812
  * <p>A list of cache policies.</p>
1658
1813
  */
1659
1814
  CachePolicyList?: CachePolicyList;
@@ -1664,6 +1819,7 @@ export interface ListCachePoliciesResult {
1664
1819
  */
1665
1820
  export interface ListCloudFrontOriginAccessIdentitiesRequest {
1666
1821
  /**
1822
+ * @public
1667
1823
  * <p>Use this when paginating results to indicate where to begin in your list of origin
1668
1824
  * access identities. The results include identities in the list that occur after the
1669
1825
  * marker. To get the next page of results, set the <code>Marker</code> to the value of the
@@ -1672,6 +1828,7 @@ export interface ListCloudFrontOriginAccessIdentitiesRequest {
1672
1828
  */
1673
1829
  Marker?: string;
1674
1830
  /**
1831
+ * @public
1675
1832
  * <p>The maximum number of origin access identities you want in the response body.</p>
1676
1833
  */
1677
1834
  MaxItems?: number;
@@ -1682,16 +1839,19 @@ export interface ListCloudFrontOriginAccessIdentitiesRequest {
1682
1839
  */
1683
1840
  export interface CloudFrontOriginAccessIdentitySummary {
1684
1841
  /**
1842
+ * @public
1685
1843
  * <p>The ID for the origin access identity. For example:
1686
1844
  * <code>E74FTE3AJFJ256A</code>.</p>
1687
1845
  */
1688
1846
  Id: string | undefined;
1689
1847
  /**
1848
+ * @public
1690
1849
  * <p>The Amazon S3 canonical user ID for the origin access identity, which you use when giving
1691
1850
  * the origin access identity read permission to an object in Amazon S3.</p>
1692
1851
  */
1693
1852
  S3CanonicalUserId: string | undefined;
1694
1853
  /**
1854
+ * @public
1695
1855
  * <p>The comment for this origin access identity, as originally specified when
1696
1856
  * created.</p>
1697
1857
  */
@@ -1710,6 +1870,7 @@ export interface CloudFrontOriginAccessIdentitySummary {
1710
1870
  */
1711
1871
  export interface CloudFrontOriginAccessIdentityList {
1712
1872
  /**
1873
+ * @public
1713
1874
  * <p>Use this when paginating results to indicate where to begin in your list of origin
1714
1875
  * access identities. The results include identities in the list that occur after the
1715
1876
  * marker. To get the next page of results, set the <code>Marker</code> to the value of the
@@ -1718,27 +1879,32 @@ export interface CloudFrontOriginAccessIdentityList {
1718
1879
  */
1719
1880
  Marker: string | undefined;
1720
1881
  /**
1882
+ * @public
1721
1883
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
1722
1884
  * the value you can use for the <code>Marker</code> request parameter to continue listing
1723
1885
  * your origin access identities where they left off.</p>
1724
1886
  */
1725
1887
  NextMarker?: string;
1726
1888
  /**
1889
+ * @public
1727
1890
  * <p>The maximum number of origin access identities you want in the response body.</p>
1728
1891
  */
1729
1892
  MaxItems: number | undefined;
1730
1893
  /**
1894
+ * @public
1731
1895
  * <p>A flag that indicates whether more origin access identities remain to be listed. If
1732
1896
  * your results were truncated, you can make a follow-up pagination request using the
1733
1897
  * <code>Marker</code> request parameter to retrieve more items in the list.</p>
1734
1898
  */
1735
1899
  IsTruncated: boolean | undefined;
1736
1900
  /**
1901
+ * @public
1737
1902
  * <p>The number of CloudFront origin access identities that were created by the current
1738
1903
  * Amazon Web Services account.</p>
1739
1904
  */
1740
1905
  Quantity: number | undefined;
1741
1906
  /**
1907
+ * @public
1742
1908
  * <p>A complex type that contains one <code>CloudFrontOriginAccessIdentitySummary</code>
1743
1909
  * element for each origin access identity that was created by the current
1744
1910
  * Amazon Web Services account.</p>
@@ -1751,6 +1917,7 @@ export interface CloudFrontOriginAccessIdentityList {
1751
1917
  */
1752
1918
  export interface ListCloudFrontOriginAccessIdentitiesResult {
1753
1919
  /**
1920
+ * @public
1754
1921
  * <p>The <code>CloudFrontOriginAccessIdentityList</code> type.</p>
1755
1922
  */
1756
1923
  CloudFrontOriginAccessIdentityList?: CloudFrontOriginAccessIdentityList;
@@ -1760,15 +1927,18 @@ export interface ListCloudFrontOriginAccessIdentitiesResult {
1760
1927
  */
1761
1928
  export interface ListConflictingAliasesRequest {
1762
1929
  /**
1930
+ * @public
1763
1931
  * <p>The ID of a distribution in your account that has an attached SSL/TLS certificate that
1764
1932
  * includes the provided alias.</p>
1765
1933
  */
1766
1934
  DistributionId: string | undefined;
1767
1935
  /**
1936
+ * @public
1768
1937
  * <p>The alias (also called a CNAME) to search for conflicting aliases.</p>
1769
1938
  */
1770
1939
  Alias: string | undefined;
1771
1940
  /**
1941
+ * @public
1772
1942
  * <p>Use this field when paginating results to indicate where to begin in the list of
1773
1943
  * conflicting aliases. The response includes conflicting aliases in the list that occur
1774
1944
  * after the marker. To get the next page of the list, set this field's value to the value
@@ -1776,6 +1946,7 @@ export interface ListConflictingAliasesRequest {
1776
1946
  */
1777
1947
  Marker?: string;
1778
1948
  /**
1949
+ * @public
1779
1950
  * <p>The maximum number of conflicting aliases that you want in the response.</p>
1780
1951
  */
1781
1952
  MaxItems?: number;
@@ -1789,14 +1960,17 @@ export interface ListConflictingAliasesRequest {
1789
1960
  */
1790
1961
  export interface ConflictingAlias {
1791
1962
  /**
1963
+ * @public
1792
1964
  * <p>An alias (also called a CNAME).</p>
1793
1965
  */
1794
1966
  Alias?: string;
1795
1967
  /**
1968
+ * @public
1796
1969
  * <p>The (partially hidden) ID of the CloudFront distribution associated with the alias.</p>
1797
1970
  */
1798
1971
  DistributionId?: string;
1799
1972
  /**
1973
+ * @public
1800
1974
  * <p>The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's
1801
1975
  * associated with the alias.</p>
1802
1976
  */
@@ -1811,20 +1985,24 @@ export interface ConflictingAlias {
1811
1985
  */
1812
1986
  export interface ConflictingAliasesList {
1813
1987
  /**
1988
+ * @public
1814
1989
  * <p>If there are more items in the list than are in this response, this element is
1815
1990
  * present. It contains the value that you should use in the <code>Marker</code> field of a
1816
1991
  * subsequent request to continue listing conflicting aliases where you left off.</p>
1817
1992
  */
1818
1993
  NextMarker?: string;
1819
1994
  /**
1995
+ * @public
1820
1996
  * <p>The maximum number of conflicting aliases requested.</p>
1821
1997
  */
1822
1998
  MaxItems?: number;
1823
1999
  /**
2000
+ * @public
1824
2001
  * <p>The number of conflicting aliases returned in the response.</p>
1825
2002
  */
1826
2003
  Quantity?: number;
1827
2004
  /**
2005
+ * @public
1828
2006
  * <p>Contains the conflicting aliases in the list.</p>
1829
2007
  */
1830
2008
  Items?: ConflictingAlias[];
@@ -1834,6 +2012,7 @@ export interface ConflictingAliasesList {
1834
2012
  */
1835
2013
  export interface ListConflictingAliasesResult {
1836
2014
  /**
2015
+ * @public
1837
2016
  * <p>A list of conflicting aliases.</p>
1838
2017
  */
1839
2018
  ConflictingAliasesList?: ConflictingAliasesList;
@@ -1843,6 +2022,7 @@ export interface ListConflictingAliasesResult {
1843
2022
  */
1844
2023
  export interface ListContinuousDeploymentPoliciesRequest {
1845
2024
  /**
2025
+ * @public
1846
2026
  * <p>Use this field when paginating results to indicate where to begin in your list of
1847
2027
  * continuous deployment policies. The response includes policies in the list that occur
1848
2028
  * after the marker. To get the next page of the list, set this field's value to the value
@@ -1850,6 +2030,7 @@ export interface ListContinuousDeploymentPoliciesRequest {
1850
2030
  */
1851
2031
  Marker?: string;
1852
2032
  /**
2033
+ * @public
1853
2034
  * <p>The maximum number of continuous deployment policies that you want returned in the
1854
2035
  * response.</p>
1855
2036
  */
@@ -1861,6 +2042,7 @@ export interface ListContinuousDeploymentPoliciesRequest {
1861
2042
  */
1862
2043
  export interface ContinuousDeploymentPolicySummary {
1863
2044
  /**
2045
+ * @public
1864
2046
  * <p>The continuous deployment policy.</p>
1865
2047
  */
1866
2048
  ContinuousDeploymentPolicy: ContinuousDeploymentPolicy | undefined;
@@ -1871,21 +2053,25 @@ export interface ContinuousDeploymentPolicySummary {
1871
2053
  */
1872
2054
  export interface ContinuousDeploymentPolicyList {
1873
2055
  /**
2056
+ * @public
1874
2057
  * <p>Indicates the next page of continuous deployment policies. To get the next page of the
1875
2058
  * list, use this value in the <code>Marker</code> field of your request.</p>
1876
2059
  */
1877
2060
  NextMarker?: string;
1878
2061
  /**
2062
+ * @public
1879
2063
  * <p>The maximum number of continuous deployment policies that were specified in your
1880
2064
  * request.</p>
1881
2065
  */
1882
2066
  MaxItems: number | undefined;
1883
2067
  /**
2068
+ * @public
1884
2069
  * <p>The total number of continuous deployment policies in your Amazon Web Services account, regardless
1885
2070
  * of the <code>MaxItems</code> value.</p>
1886
2071
  */
1887
2072
  Quantity: number | undefined;
1888
2073
  /**
2074
+ * @public
1889
2075
  * <p>A list of continuous deployment policy items.</p>
1890
2076
  */
1891
2077
  Items?: ContinuousDeploymentPolicySummary[];
@@ -1895,6 +2081,7 @@ export interface ContinuousDeploymentPolicyList {
1895
2081
  */
1896
2082
  export interface ListContinuousDeploymentPoliciesResult {
1897
2083
  /**
2084
+ * @public
1898
2085
  * <p>A list of continuous deployment policies.</p>
1899
2086
  */
1900
2087
  ContinuousDeploymentPolicyList?: ContinuousDeploymentPolicyList;
@@ -1905,6 +2092,7 @@ export interface ListContinuousDeploymentPoliciesResult {
1905
2092
  */
1906
2093
  export interface ListDistributionsRequest {
1907
2094
  /**
2095
+ * @public
1908
2096
  * <p>Use this when paginating results to indicate where to begin in your list of
1909
2097
  * distributions. The results include distributions in the list that occur after the
1910
2098
  * marker. To get the next page of results, set the <code>Marker</code> to the value of the
@@ -1913,6 +2101,7 @@ export interface ListDistributionsRequest {
1913
2101
  */
1914
2102
  Marker?: string;
1915
2103
  /**
2104
+ * @public
1916
2105
  * <p>The maximum number of distributions you want in the response body.</p>
1917
2106
  */
1918
2107
  MaxItems?: number;
@@ -1923,44 +2112,53 @@ export interface ListDistributionsRequest {
1923
2112
  */
1924
2113
  export interface DistributionSummary {
1925
2114
  /**
2115
+ * @public
1926
2116
  * <p>The identifier for the distribution. For example: <code>EDFDVBD632BHDS5</code>.</p>
1927
2117
  */
1928
2118
  Id: string | undefined;
1929
2119
  /**
2120
+ * @public
1930
2121
  * <p>The ARN (Amazon Resource Name) for the distribution. For example:
1931
2122
  * <code>arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5</code>, where
1932
2123
  * <code>123456789012</code> is your Amazon Web Services account ID.</p>
1933
2124
  */
1934
2125
  ARN: string | undefined;
1935
2126
  /**
2127
+ * @public
1936
2128
  * <p>The current status of the distribution. When the status is <code>Deployed</code>, the
1937
2129
  * distribution's information is propagated to all CloudFront edge locations.</p>
1938
2130
  */
1939
2131
  Status: string | undefined;
1940
2132
  /**
2133
+ * @public
1941
2134
  * <p>The date and time the distribution was last modified.</p>
1942
2135
  */
1943
2136
  LastModifiedTime: Date | undefined;
1944
2137
  /**
2138
+ * @public
1945
2139
  * <p>The domain name that corresponds to the distribution, for example,
1946
2140
  * <code>d111111abcdef8.cloudfront.net</code>.</p>
1947
2141
  */
1948
2142
  DomainName: string | undefined;
1949
2143
  /**
2144
+ * @public
1950
2145
  * <p>A complex type that contains information about CNAMEs (alternate domain names), if
1951
2146
  * any, for this distribution.</p>
1952
2147
  */
1953
2148
  Aliases: Aliases | undefined;
1954
2149
  /**
2150
+ * @public
1955
2151
  * <p>A complex type that contains information about origins for this distribution.</p>
1956
2152
  */
1957
2153
  Origins: Origins | undefined;
1958
2154
  /**
2155
+ * @public
1959
2156
  * <p>A complex type that contains information about origin groups for this
1960
2157
  * distribution.</p>
1961
2158
  */
1962
2159
  OriginGroups?: OriginGroups;
1963
2160
  /**
2161
+ * @public
1964
2162
  * <p>A complex type that describes the default cache behavior if you don't specify a
1965
2163
  * <code>CacheBehavior</code> element or if files don't match any of the values of
1966
2164
  * <code>PathPattern</code> in <code>CacheBehavior</code> elements. You must create
@@ -1968,53 +2166,64 @@ export interface DistributionSummary {
1968
2166
  */
1969
2167
  DefaultCacheBehavior: DefaultCacheBehavior | undefined;
1970
2168
  /**
2169
+ * @public
1971
2170
  * <p>A complex type that contains zero or more <code>CacheBehavior</code> elements.</p>
1972
2171
  */
1973
2172
  CacheBehaviors: CacheBehaviors | undefined;
1974
2173
  /**
2174
+ * @public
1975
2175
  * <p>A complex type that contains zero or more <code>CustomErrorResponses</code>
1976
2176
  * elements.</p>
1977
2177
  */
1978
2178
  CustomErrorResponses: CustomErrorResponses | undefined;
1979
2179
  /**
2180
+ * @public
1980
2181
  * <p>The comment originally specified when this distribution was created.</p>
1981
2182
  */
1982
2183
  Comment: string | undefined;
1983
2184
  /**
2185
+ * @public
1984
2186
  * <p>A complex type that contains information about price class for this streaming
1985
2187
  * distribution.</p>
1986
2188
  */
1987
2189
  PriceClass: PriceClass | string | undefined;
1988
2190
  /**
2191
+ * @public
1989
2192
  * <p>Whether the distribution is enabled to accept user requests for content.</p>
1990
2193
  */
1991
2194
  Enabled: boolean | undefined;
1992
2195
  /**
2196
+ * @public
1993
2197
  * <p>A complex type that determines the distribution's SSL/TLS configuration for
1994
2198
  * communicating with viewers.</p>
1995
2199
  */
1996
2200
  ViewerCertificate: ViewerCertificate | undefined;
1997
2201
  /**
2202
+ * @public
1998
2203
  * <p>A complex type that identifies ways in which you want to restrict distribution of your
1999
2204
  * content.</p>
2000
2205
  */
2001
2206
  Restrictions: Restrictions | undefined;
2002
2207
  /**
2208
+ * @public
2003
2209
  * <p>The Web ACL Id (if any) associated with the distribution.</p>
2004
2210
  */
2005
2211
  WebACLId: string | undefined;
2006
2212
  /**
2213
+ * @public
2007
2214
  * <p>Specify the maximum HTTP version that you want viewers to use to communicate with
2008
2215
  * CloudFront. The default value for new web distributions is <code>http2</code>. Viewers that
2009
2216
  * don't support <code>HTTP/2</code> will automatically use an earlier version.</p>
2010
2217
  */
2011
2218
  HttpVersion: HttpVersion | string | undefined;
2012
2219
  /**
2220
+ * @public
2013
2221
  * <p>Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your
2014
2222
  * distribution.</p>
2015
2223
  */
2016
2224
  IsIPV6Enabled: boolean | undefined;
2017
2225
  /**
2226
+ * @public
2018
2227
  * <p>Amazon Web Services services in China customers must file for an Internet Content Provider (ICP)
2019
2228
  * recordal if they want to serve content publicly on an alternate domain name, also known
2020
2229
  * as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal
@@ -2024,6 +2233,7 @@ export interface DistributionSummary {
2024
2233
  */
2025
2234
  AliasICPRecordals?: AliasICPRecordal[];
2026
2235
  /**
2236
+ * @public
2027
2237
  * <p>Whether the primary distribution has a staging distribution enabled.</p>
2028
2238
  */
2029
2239
  Staging: boolean | undefined;
@@ -2034,20 +2244,24 @@ export interface DistributionSummary {
2034
2244
  */
2035
2245
  export interface DistributionList {
2036
2246
  /**
2247
+ * @public
2037
2248
  * <p>The value you provided for the <code>Marker</code> request parameter.</p>
2038
2249
  */
2039
2250
  Marker: string | undefined;
2040
2251
  /**
2252
+ * @public
2041
2253
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
2042
2254
  * the value you can use for the <code>Marker</code> request parameter to continue listing
2043
2255
  * your distributions where they left off.</p>
2044
2256
  */
2045
2257
  NextMarker?: string;
2046
2258
  /**
2259
+ * @public
2047
2260
  * <p>The value you provided for the <code>MaxItems</code> request parameter.</p>
2048
2261
  */
2049
2262
  MaxItems: number | undefined;
2050
2263
  /**
2264
+ * @public
2051
2265
  * <p>A flag that indicates whether more distributions remain to be listed. If your results
2052
2266
  * were truncated, you can make a follow-up pagination request using the
2053
2267
  * <code>Marker</code> request parameter to retrieve more distributions in the
@@ -2055,10 +2269,12 @@ export interface DistributionList {
2055
2269
  */
2056
2270
  IsTruncated: boolean | undefined;
2057
2271
  /**
2272
+ * @public
2058
2273
  * <p>The number of distributions that were created by the current Amazon Web Services account.</p>
2059
2274
  */
2060
2275
  Quantity: number | undefined;
2061
2276
  /**
2277
+ * @public
2062
2278
  * <p>A complex type that contains one <code>DistributionSummary</code> element for each
2063
2279
  * distribution that was created by the current Amazon Web Services account.</p>
2064
2280
  */
@@ -2070,6 +2286,7 @@ export interface DistributionList {
2070
2286
  */
2071
2287
  export interface ListDistributionsResult {
2072
2288
  /**
2289
+ * @public
2073
2290
  * <p>The <code>DistributionList</code> type.</p>
2074
2291
  */
2075
2292
  DistributionList?: DistributionList;
@@ -2079,6 +2296,7 @@ export interface ListDistributionsResult {
2079
2296
  */
2080
2297
  export interface ListDistributionsByCachePolicyIdRequest {
2081
2298
  /**
2299
+ * @public
2082
2300
  * <p>Use this field when paginating results to indicate where to begin in your list of
2083
2301
  * distribution IDs. The response includes distribution IDs in the list that occur after
2084
2302
  * the marker. To get the next page of the list, set this field's value to the value of
@@ -2086,10 +2304,12 @@ export interface ListDistributionsByCachePolicyIdRequest {
2086
2304
  */
2087
2305
  Marker?: string;
2088
2306
  /**
2307
+ * @public
2089
2308
  * <p>The maximum number of distribution IDs that you want in the response.</p>
2090
2309
  */
2091
2310
  MaxItems?: number;
2092
2311
  /**
2312
+ * @public
2093
2313
  * <p>The ID of the cache policy whose associated distribution IDs you want to list.</p>
2094
2314
  */
2095
2315
  CachePolicyId: string | undefined;
@@ -2100,29 +2320,35 @@ export interface ListDistributionsByCachePolicyIdRequest {
2100
2320
  */
2101
2321
  export interface DistributionIdList {
2102
2322
  /**
2323
+ * @public
2103
2324
  * <p>The value provided in the <code>Marker</code> request field.</p>
2104
2325
  */
2105
2326
  Marker: string | undefined;
2106
2327
  /**
2328
+ * @public
2107
2329
  * <p>Contains the value that you should use in the <code>Marker</code> field of a
2108
2330
  * subsequent request to continue listing distribution IDs where you left off.</p>
2109
2331
  */
2110
2332
  NextMarker?: string;
2111
2333
  /**
2334
+ * @public
2112
2335
  * <p>The maximum number of distribution IDs requested.</p>
2113
2336
  */
2114
2337
  MaxItems: number | undefined;
2115
2338
  /**
2339
+ * @public
2116
2340
  * <p>A flag that indicates whether more distribution IDs remain to be listed. If your
2117
2341
  * results were truncated, you can make a subsequent request using the <code>Marker</code>
2118
2342
  * request field to retrieve more distribution IDs in the list.</p>
2119
2343
  */
2120
2344
  IsTruncated: boolean | undefined;
2121
2345
  /**
2346
+ * @public
2122
2347
  * <p>The total number of distribution IDs returned in the response.</p>
2123
2348
  */
2124
2349
  Quantity: number | undefined;
2125
2350
  /**
2351
+ * @public
2126
2352
  * <p>Contains the distribution IDs in the list.</p>
2127
2353
  */
2128
2354
  Items?: string[];
@@ -2132,6 +2358,7 @@ export interface DistributionIdList {
2132
2358
  */
2133
2359
  export interface ListDistributionsByCachePolicyIdResult {
2134
2360
  /**
2361
+ * @public
2135
2362
  * <p>A list of distribution IDs.</p>
2136
2363
  */
2137
2364
  DistributionIdList?: DistributionIdList;
@@ -2141,6 +2368,7 @@ export interface ListDistributionsByCachePolicyIdResult {
2141
2368
  */
2142
2369
  export interface ListDistributionsByKeyGroupRequest {
2143
2370
  /**
2371
+ * @public
2144
2372
  * <p>Use this field when paginating results to indicate where to begin in your list of
2145
2373
  * distribution IDs. The response includes distribution IDs in the list that occur after
2146
2374
  * the marker. To get the next page of the list, set this field's value to the value of
@@ -2148,10 +2376,12 @@ export interface ListDistributionsByKeyGroupRequest {
2148
2376
  */
2149
2377
  Marker?: string;
2150
2378
  /**
2379
+ * @public
2151
2380
  * <p>The maximum number of distribution IDs that you want in the response.</p>
2152
2381
  */
2153
2382
  MaxItems?: number;
2154
2383
  /**
2384
+ * @public
2155
2385
  * <p>The ID of the key group whose associated distribution IDs you are listing.</p>
2156
2386
  */
2157
2387
  KeyGroupId: string | undefined;
@@ -2161,6 +2391,7 @@ export interface ListDistributionsByKeyGroupRequest {
2161
2391
  */
2162
2392
  export interface ListDistributionsByKeyGroupResult {
2163
2393
  /**
2394
+ * @public
2164
2395
  * <p>A list of distribution IDs.</p>
2165
2396
  */
2166
2397
  DistributionIdList?: DistributionIdList;
@@ -2170,6 +2401,7 @@ export interface ListDistributionsByKeyGroupResult {
2170
2401
  */
2171
2402
  export interface ListDistributionsByOriginRequestPolicyIdRequest {
2172
2403
  /**
2404
+ * @public
2173
2405
  * <p>Use this field when paginating results to indicate where to begin in your list of
2174
2406
  * distribution IDs. The response includes distribution IDs in the list that occur after
2175
2407
  * the marker. To get the next page of the list, set this field's value to the value of
@@ -2177,10 +2409,12 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
2177
2409
  */
2178
2410
  Marker?: string;
2179
2411
  /**
2412
+ * @public
2180
2413
  * <p>The maximum number of distribution IDs that you want in the response.</p>
2181
2414
  */
2182
2415
  MaxItems?: number;
2183
2416
  /**
2417
+ * @public
2184
2418
  * <p>The ID of the origin request policy whose associated distribution IDs you want to
2185
2419
  * list.</p>
2186
2420
  */
@@ -2191,6 +2425,7 @@ export interface ListDistributionsByOriginRequestPolicyIdRequest {
2191
2425
  */
2192
2426
  export interface ListDistributionsByOriginRequestPolicyIdResult {
2193
2427
  /**
2428
+ * @public
2194
2429
  * <p>A list of distribution IDs.</p>
2195
2430
  */
2196
2431
  DistributionIdList?: DistributionIdList;
@@ -2200,6 +2435,7 @@ export interface ListDistributionsByOriginRequestPolicyIdResult {
2200
2435
  */
2201
2436
  export interface ListDistributionsByRealtimeLogConfigRequest {
2202
2437
  /**
2438
+ * @public
2203
2439
  * <p>Use this field when paginating results to indicate where to begin in your list of
2204
2440
  * distributions. The response includes distributions in the list that occur after the
2205
2441
  * marker. To get the next page of the list, set this field's value to the value of
@@ -2207,15 +2443,18 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
2207
2443
  */
2208
2444
  Marker?: string;
2209
2445
  /**
2446
+ * @public
2210
2447
  * <p>The maximum number of distributions that you want in the response.</p>
2211
2448
  */
2212
2449
  MaxItems?: number;
2213
2450
  /**
2451
+ * @public
2214
2452
  * <p>The name of the real-time log configuration whose associated distributions you want to
2215
2453
  * list.</p>
2216
2454
  */
2217
2455
  RealtimeLogConfigName?: string;
2218
2456
  /**
2457
+ * @public
2219
2458
  * <p>The Amazon Resource Name (ARN) of the real-time log configuration whose associated
2220
2459
  * distributions you want to list.</p>
2221
2460
  */
@@ -2226,6 +2465,7 @@ export interface ListDistributionsByRealtimeLogConfigRequest {
2226
2465
  */
2227
2466
  export interface ListDistributionsByRealtimeLogConfigResult {
2228
2467
  /**
2468
+ * @public
2229
2469
  * <p>A distribution list.</p>
2230
2470
  */
2231
2471
  DistributionList?: DistributionList;
@@ -2235,6 +2475,7 @@ export interface ListDistributionsByRealtimeLogConfigResult {
2235
2475
  */
2236
2476
  export interface ListDistributionsByResponseHeadersPolicyIdRequest {
2237
2477
  /**
2478
+ * @public
2238
2479
  * <p>Use this field when paginating results to indicate where to begin in your list of
2239
2480
  * distribution IDs. The response includes distribution IDs in the list that occur after
2240
2481
  * the marker. To get the next page of the list, set this field's value to the value of
@@ -2242,10 +2483,12 @@ export interface ListDistributionsByResponseHeadersPolicyIdRequest {
2242
2483
  */
2243
2484
  Marker?: string;
2244
2485
  /**
2486
+ * @public
2245
2487
  * <p>The maximum number of distribution IDs that you want to get in the response.</p>
2246
2488
  */
2247
2489
  MaxItems?: number;
2248
2490
  /**
2491
+ * @public
2249
2492
  * <p>The ID of the response headers policy whose associated distribution IDs you want to
2250
2493
  * list.</p>
2251
2494
  */
@@ -2256,6 +2499,7 @@ export interface ListDistributionsByResponseHeadersPolicyIdRequest {
2256
2499
  */
2257
2500
  export interface ListDistributionsByResponseHeadersPolicyIdResult {
2258
2501
  /**
2502
+ * @public
2259
2503
  * <p>A list of distribution IDs.</p>
2260
2504
  */
2261
2505
  DistributionIdList?: DistributionIdList;
@@ -2267,6 +2511,7 @@ export interface ListDistributionsByResponseHeadersPolicyIdResult {
2267
2511
  */
2268
2512
  export interface ListDistributionsByWebACLIdRequest {
2269
2513
  /**
2514
+ * @public
2270
2515
  * <p>Use <code>Marker</code> and <code>MaxItems</code> to control pagination of results. If
2271
2516
  * you have more than <code>MaxItems</code> distributions that satisfy the request, the
2272
2517
  * response includes a <code>NextMarker</code> element. To get the next page of results,
@@ -2276,11 +2521,13 @@ export interface ListDistributionsByWebACLIdRequest {
2276
2521
  */
2277
2522
  Marker?: string;
2278
2523
  /**
2524
+ * @public
2279
2525
  * <p>The maximum number of distributions that you want CloudFront to return in the response body.
2280
2526
  * The maximum and default values are both 100.</p>
2281
2527
  */
2282
2528
  MaxItems?: number;
2283
2529
  /**
2530
+ * @public
2284
2531
  * <p>The ID of the WAF web ACL that you want to list the associated distributions. If you
2285
2532
  * specify "null" for the ID, the request returns a list of the distributions that aren't
2286
2533
  * associated with a web ACL.</p>
@@ -2294,6 +2541,7 @@ export interface ListDistributionsByWebACLIdRequest {
2294
2541
  */
2295
2542
  export interface ListDistributionsByWebACLIdResult {
2296
2543
  /**
2544
+ * @public
2297
2545
  * <p>The <code>DistributionList</code> type.</p>
2298
2546
  */
2299
2547
  DistributionList?: DistributionList;
@@ -2303,6 +2551,7 @@ export interface ListDistributionsByWebACLIdResult {
2303
2551
  */
2304
2552
  export interface ListFieldLevelEncryptionConfigsRequest {
2305
2553
  /**
2554
+ * @public
2306
2555
  * <p>Use this when paginating results to indicate where to begin in your list of
2307
2556
  * configurations. The results include configurations in the list that occur after the
2308
2557
  * marker. To get the next page of results, set the <code>Marker</code> to the value of the
@@ -2311,6 +2560,7 @@ export interface ListFieldLevelEncryptionConfigsRequest {
2311
2560
  */
2312
2561
  Marker?: string;
2313
2562
  /**
2563
+ * @public
2314
2564
  * <p>The maximum number of field-level encryption configurations you want in the response
2315
2565
  * body.</p>
2316
2566
  */
@@ -2322,23 +2572,28 @@ export interface ListFieldLevelEncryptionConfigsRequest {
2322
2572
  */
2323
2573
  export interface FieldLevelEncryptionSummary {
2324
2574
  /**
2575
+ * @public
2325
2576
  * <p>The unique ID of a field-level encryption item.</p>
2326
2577
  */
2327
2578
  Id: string | undefined;
2328
2579
  /**
2580
+ * @public
2329
2581
  * <p>The last time that the summary of field-level encryption items was modified.</p>
2330
2582
  */
2331
2583
  LastModifiedTime: Date | undefined;
2332
2584
  /**
2585
+ * @public
2333
2586
  * <p>An optional comment about the field-level encryption item. The comment cannot be
2334
2587
  * longer than 128 characters.</p>
2335
2588
  */
2336
2589
  Comment?: string;
2337
2590
  /**
2591
+ * @public
2338
2592
  * <p>A summary of a query argument-profile mapping.</p>
2339
2593
  */
2340
2594
  QueryArgProfileConfig?: QueryArgProfileConfig;
2341
2595
  /**
2596
+ * @public
2342
2597
  * <p>A summary of a content type-profile mapping.</p>
2343
2598
  */
2344
2599
  ContentTypeProfileConfig?: ContentTypeProfileConfig;
@@ -2349,20 +2604,24 @@ export interface FieldLevelEncryptionSummary {
2349
2604
  */
2350
2605
  export interface FieldLevelEncryptionList {
2351
2606
  /**
2607
+ * @public
2352
2608
  * <p>If there are more elements to be listed, this element is present and contains the
2353
2609
  * value that you can use for the <code>Marker</code> request parameter to continue listing
2354
2610
  * your configurations where you left off.</p>
2355
2611
  */
2356
2612
  NextMarker?: string;
2357
2613
  /**
2614
+ * @public
2358
2615
  * <p>The maximum number of elements you want in the response body.</p>
2359
2616
  */
2360
2617
  MaxItems: number | undefined;
2361
2618
  /**
2619
+ * @public
2362
2620
  * <p>The number of field-level encryption items.</p>
2363
2621
  */
2364
2622
  Quantity: number | undefined;
2365
2623
  /**
2624
+ * @public
2366
2625
  * <p>An array of field-level encryption items.</p>
2367
2626
  */
2368
2627
  Items?: FieldLevelEncryptionSummary[];
@@ -2372,6 +2631,7 @@ export interface FieldLevelEncryptionList {
2372
2631
  */
2373
2632
  export interface ListFieldLevelEncryptionConfigsResult {
2374
2633
  /**
2634
+ * @public
2375
2635
  * <p>Returns a list of all field-level encryption configurations that have been created in
2376
2636
  * CloudFront for this account.</p>
2377
2637
  */
@@ -2382,6 +2642,7 @@ export interface ListFieldLevelEncryptionConfigsResult {
2382
2642
  */
2383
2643
  export interface ListFieldLevelEncryptionProfilesRequest {
2384
2644
  /**
2645
+ * @public
2385
2646
  * <p>Use this when paginating results to indicate where to begin in your list of profiles.
2386
2647
  * The results include profiles in the list that occur after the marker. To get the next
2387
2648
  * page of results, set the <code>Marker</code> to the value of the <code>NextMarker</code>
@@ -2390,6 +2651,7 @@ export interface ListFieldLevelEncryptionProfilesRequest {
2390
2651
  */
2391
2652
  Marker?: string;
2392
2653
  /**
2654
+ * @public
2393
2655
  * <p>The maximum number of field-level encryption profiles you want in the response body.
2394
2656
  * </p>
2395
2657
  */
@@ -2401,24 +2663,29 @@ export interface ListFieldLevelEncryptionProfilesRequest {
2401
2663
  */
2402
2664
  export interface FieldLevelEncryptionProfileSummary {
2403
2665
  /**
2666
+ * @public
2404
2667
  * <p>ID for the field-level encryption profile summary.</p>
2405
2668
  */
2406
2669
  Id: string | undefined;
2407
2670
  /**
2671
+ * @public
2408
2672
  * <p>The time when the the field-level encryption profile summary was last updated.</p>
2409
2673
  */
2410
2674
  LastModifiedTime: Date | undefined;
2411
2675
  /**
2676
+ * @public
2412
2677
  * <p>Name for the field-level encryption profile summary.</p>
2413
2678
  */
2414
2679
  Name: string | undefined;
2415
2680
  /**
2681
+ * @public
2416
2682
  * <p>A complex data type of encryption entities for the field-level encryption profile that
2417
2683
  * include the public key ID, provider, and field patterns for specifying which fields to
2418
2684
  * encrypt with this key.</p>
2419
2685
  */
2420
2686
  EncryptionEntities: EncryptionEntities | undefined;
2421
2687
  /**
2688
+ * @public
2422
2689
  * <p>An optional comment for the field-level encryption profile summary. The comment cannot
2423
2690
  * be longer than 128 characters.</p>
2424
2691
  */
@@ -2430,21 +2697,25 @@ export interface FieldLevelEncryptionProfileSummary {
2430
2697
  */
2431
2698
  export interface FieldLevelEncryptionProfileList {
2432
2699
  /**
2700
+ * @public
2433
2701
  * <p>If there are more elements to be listed, this element is present and contains the
2434
2702
  * value that you can use for the <code>Marker</code> request parameter to continue listing
2435
2703
  * your profiles where you left off.</p>
2436
2704
  */
2437
2705
  NextMarker?: string;
2438
2706
  /**
2707
+ * @public
2439
2708
  * <p>The maximum number of field-level encryption profiles you want in the response body.
2440
2709
  * </p>
2441
2710
  */
2442
2711
  MaxItems: number | undefined;
2443
2712
  /**
2713
+ * @public
2444
2714
  * <p>The number of field-level encryption profiles.</p>
2445
2715
  */
2446
2716
  Quantity: number | undefined;
2447
2717
  /**
2718
+ * @public
2448
2719
  * <p>The field-level encryption profile items.</p>
2449
2720
  */
2450
2721
  Items?: FieldLevelEncryptionProfileSummary[];
@@ -2454,6 +2725,7 @@ export interface FieldLevelEncryptionProfileList {
2454
2725
  */
2455
2726
  export interface ListFieldLevelEncryptionProfilesResult {
2456
2727
  /**
2728
+ * @public
2457
2729
  * <p>Returns a list of the field-level encryption profiles that have been created in CloudFront
2458
2730
  * for this account.</p>
2459
2731
  */
@@ -2464,6 +2736,7 @@ export interface ListFieldLevelEncryptionProfilesResult {
2464
2736
  */
2465
2737
  export interface ListFunctionsRequest {
2466
2738
  /**
2739
+ * @public
2467
2740
  * <p>Use this field when paginating results to indicate where to begin in your list of
2468
2741
  * functions. The response includes functions in the list that occur after the marker. To
2469
2742
  * get the next page of the list, set this field's value to the value of
@@ -2471,10 +2744,12 @@ export interface ListFunctionsRequest {
2471
2744
  */
2472
2745
  Marker?: string;
2473
2746
  /**
2747
+ * @public
2474
2748
  * <p>The maximum number of functions that you want in the response.</p>
2475
2749
  */
2476
2750
  MaxItems?: number;
2477
2751
  /**
2752
+ * @public
2478
2753
  * <p>An optional filter to return only the functions that are in the specified stage,
2479
2754
  * either <code>DEVELOPMENT</code> or <code>LIVE</code>.</p>
2480
2755
  */
@@ -2486,20 +2761,24 @@ export interface ListFunctionsRequest {
2486
2761
  */
2487
2762
  export interface FunctionList {
2488
2763
  /**
2764
+ * @public
2489
2765
  * <p>If there are more items in the list than are in this response, this element is
2490
2766
  * present. It contains the value that you should use in the <code>Marker</code> field of a
2491
2767
  * subsequent request to continue listing functions where you left off.</p>
2492
2768
  */
2493
2769
  NextMarker?: string;
2494
2770
  /**
2771
+ * @public
2495
2772
  * <p>The maximum number of functions requested.</p>
2496
2773
  */
2497
2774
  MaxItems: number | undefined;
2498
2775
  /**
2776
+ * @public
2499
2777
  * <p>The number of functions returned in the response.</p>
2500
2778
  */
2501
2779
  Quantity: number | undefined;
2502
2780
  /**
2781
+ * @public
2503
2782
  * <p>Contains the functions in the list.</p>
2504
2783
  */
2505
2784
  Items?: FunctionSummary[];
@@ -2509,6 +2788,7 @@ export interface FunctionList {
2509
2788
  */
2510
2789
  export interface ListFunctionsResult {
2511
2790
  /**
2791
+ * @public
2512
2792
  * <p>A list of CloudFront functions.</p>
2513
2793
  */
2514
2794
  FunctionList?: FunctionList;
@@ -2519,10 +2799,12 @@ export interface ListFunctionsResult {
2519
2799
  */
2520
2800
  export interface ListInvalidationsRequest {
2521
2801
  /**
2802
+ * @public
2522
2803
  * <p>The distribution's ID.</p>
2523
2804
  */
2524
2805
  DistributionId: string | undefined;
2525
2806
  /**
2807
+ * @public
2526
2808
  * <p>Use this parameter when paginating results to indicate where to begin in your list of
2527
2809
  * invalidation batches. Because the results are returned in decreasing order from most
2528
2810
  * recent to oldest, the most recent results are on the first page, the second page will
@@ -2533,6 +2815,7 @@ export interface ListInvalidationsRequest {
2533
2815
  */
2534
2816
  Marker?: string;
2535
2817
  /**
2818
+ * @public
2536
2819
  * <p>The maximum number of invalidation batches that you want in the response body.</p>
2537
2820
  */
2538
2821
  MaxItems?: number;
@@ -2543,14 +2826,17 @@ export interface ListInvalidationsRequest {
2543
2826
  */
2544
2827
  export interface InvalidationSummary {
2545
2828
  /**
2829
+ * @public
2546
2830
  * <p>The unique ID for an invalidation request.</p>
2547
2831
  */
2548
2832
  Id: string | undefined;
2549
2833
  /**
2834
+ * @public
2550
2835
  * <p>The time that an invalidation request was created.</p>
2551
2836
  */
2552
2837
  CreateTime: Date | undefined;
2553
2838
  /**
2839
+ * @public
2554
2840
  * <p>The status of an invalidation request.</p>
2555
2841
  */
2556
2842
  Status: string | undefined;
@@ -2563,20 +2849,24 @@ export interface InvalidationSummary {
2563
2849
  */
2564
2850
  export interface InvalidationList {
2565
2851
  /**
2852
+ * @public
2566
2853
  * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
2567
2854
  */
2568
2855
  Marker: string | undefined;
2569
2856
  /**
2857
+ * @public
2570
2858
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
2571
2859
  * the value that you can use for the <code>Marker</code> request parameter to continue
2572
2860
  * listing your invalidation batches where they left off.</p>
2573
2861
  */
2574
2862
  NextMarker?: string;
2575
2863
  /**
2864
+ * @public
2576
2865
  * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
2577
2866
  */
2578
2867
  MaxItems: number | undefined;
2579
2868
  /**
2869
+ * @public
2580
2870
  * <p>A flag that indicates whether more invalidation batch requests remain to be listed. If
2581
2871
  * your results were truncated, you can make a follow-up pagination request using the
2582
2872
  * <code>Marker</code> request parameter to retrieve more invalidation batches in the
@@ -2584,11 +2874,13 @@ export interface InvalidationList {
2584
2874
  */
2585
2875
  IsTruncated: boolean | undefined;
2586
2876
  /**
2877
+ * @public
2587
2878
  * <p>The number of invalidation batches that were created by the current Amazon Web Services account.
2588
2879
  * </p>
2589
2880
  */
2590
2881
  Quantity: number | undefined;
2591
2882
  /**
2883
+ * @public
2592
2884
  * <p>A complex type that contains one <code>InvalidationSummary</code> element for each
2593
2885
  * invalidation batch created by the current Amazon Web Services account.</p>
2594
2886
  */
@@ -2600,6 +2892,7 @@ export interface InvalidationList {
2600
2892
  */
2601
2893
  export interface ListInvalidationsResult {
2602
2894
  /**
2895
+ * @public
2603
2896
  * <p>Information about invalidation batches.</p>
2604
2897
  */
2605
2898
  InvalidationList?: InvalidationList;
@@ -2609,6 +2902,7 @@ export interface ListInvalidationsResult {
2609
2902
  */
2610
2903
  export interface ListKeyGroupsRequest {
2611
2904
  /**
2905
+ * @public
2612
2906
  * <p>Use this field when paginating results to indicate where to begin in your list of key
2613
2907
  * groups. The response includes key groups in the list that occur after the marker. To get
2614
2908
  * the next page of the list, set this field's value to the value of
@@ -2616,6 +2910,7 @@ export interface ListKeyGroupsRequest {
2616
2910
  */
2617
2911
  Marker?: string;
2618
2912
  /**
2913
+ * @public
2619
2914
  * <p>The maximum number of key groups that you want in the response.</p>
2620
2915
  */
2621
2916
  MaxItems?: number;
@@ -2626,6 +2921,7 @@ export interface ListKeyGroupsRequest {
2626
2921
  */
2627
2922
  export interface KeyGroupSummary {
2628
2923
  /**
2924
+ * @public
2629
2925
  * <p>A key group.</p>
2630
2926
  */
2631
2927
  KeyGroup: KeyGroup | undefined;
@@ -2636,20 +2932,24 @@ export interface KeyGroupSummary {
2636
2932
  */
2637
2933
  export interface KeyGroupList {
2638
2934
  /**
2935
+ * @public
2639
2936
  * <p>If there are more items in the list than are in this response, this element is
2640
2937
  * present. It contains the value that you should use in the <code>Marker</code> field of a
2641
2938
  * subsequent request to continue listing key groups.</p>
2642
2939
  */
2643
2940
  NextMarker?: string;
2644
2941
  /**
2942
+ * @public
2645
2943
  * <p>The maximum number of key groups requested.</p>
2646
2944
  */
2647
2945
  MaxItems: number | undefined;
2648
2946
  /**
2947
+ * @public
2649
2948
  * <p>The number of key groups returned in the response.</p>
2650
2949
  */
2651
2950
  Quantity: number | undefined;
2652
2951
  /**
2952
+ * @public
2653
2953
  * <p>A list of key groups.</p>
2654
2954
  */
2655
2955
  Items?: KeyGroupSummary[];
@@ -2659,6 +2959,7 @@ export interface KeyGroupList {
2659
2959
  */
2660
2960
  export interface ListKeyGroupsResult {
2661
2961
  /**
2962
+ * @public
2662
2963
  * <p>A list of key groups.</p>
2663
2964
  */
2664
2965
  KeyGroupList?: KeyGroupList;
@@ -2668,6 +2969,7 @@ export interface ListKeyGroupsResult {
2668
2969
  */
2669
2970
  export interface ListOriginAccessControlsRequest {
2670
2971
  /**
2972
+ * @public
2671
2973
  * <p>Use this field when paginating results to indicate where to begin in your list of
2672
2974
  * origin access controls. The response includes the items in the list that occur after the
2673
2975
  * marker. To get the next page of the list, set this field's value to the value of
@@ -2675,6 +2977,7 @@ export interface ListOriginAccessControlsRequest {
2675
2977
  */
2676
2978
  Marker?: string;
2677
2979
  /**
2980
+ * @public
2678
2981
  * <p>The maximum number of origin access controls that you want in the response.</p>
2679
2982
  */
2680
2983
  MaxItems?: number;
@@ -2685,23 +2988,28 @@ export interface ListOriginAccessControlsRequest {
2685
2988
  */
2686
2989
  export interface OriginAccessControlSummary {
2687
2990
  /**
2991
+ * @public
2688
2992
  * <p>The unique identifier of the origin access control.</p>
2689
2993
  */
2690
2994
  Id: string | undefined;
2691
2995
  /**
2996
+ * @public
2692
2997
  * <p>A description of the origin access control.</p>
2693
2998
  */
2694
2999
  Description: string | undefined;
2695
3000
  /**
3001
+ * @public
2696
3002
  * <p>A unique name that identifies the origin access control.</p>
2697
3003
  */
2698
3004
  Name: string | undefined;
2699
3005
  /**
3006
+ * @public
2700
3007
  * <p>The signing protocol of the origin access control. The signing protocol determines how
2701
3008
  * CloudFront signs (authenticates) requests. The only valid value is <code>sigv4</code>.</p>
2702
3009
  */
2703
3010
  SigningProtocol: OriginAccessControlSigningProtocols | string | undefined;
2704
3011
  /**
3012
+ * @public
2705
3013
  * <p>A value that specifies which requests CloudFront signs (adds authentication information to).
2706
3014
  * This field can have one of the following values:</p>
2707
3015
  * <ul>
@@ -2727,6 +3035,7 @@ export interface OriginAccessControlSummary {
2727
3035
  */
2728
3036
  SigningBehavior: OriginAccessControlSigningBehaviors | string | undefined;
2729
3037
  /**
3038
+ * @public
2730
3039
  * <p>The type of origin that this origin access control is for.</p>
2731
3040
  */
2732
3041
  OriginAccessControlOriginType: OriginAccessControlOriginTypes | string | undefined;
@@ -2737,29 +3046,35 @@ export interface OriginAccessControlSummary {
2737
3046
  */
2738
3047
  export interface OriginAccessControlList {
2739
3048
  /**
3049
+ * @public
2740
3050
  * <p>The value of the <code>Marker</code> field that was provided in the request.</p>
2741
3051
  */
2742
3052
  Marker: string | undefined;
2743
3053
  /**
3054
+ * @public
2744
3055
  * <p>If there are more items in the list than are in this response, this element is
2745
3056
  * present. It contains the value to use in the <code>Marker</code> field of another
2746
3057
  * request to continue listing origin access controls.</p>
2747
3058
  */
2748
3059
  NextMarker?: string;
2749
3060
  /**
3061
+ * @public
2750
3062
  * <p>The maximum number of origin access controls requested.</p>
2751
3063
  */
2752
3064
  MaxItems: number | undefined;
2753
3065
  /**
3066
+ * @public
2754
3067
  * <p>If there are more items in the list than are in this response, this value is
2755
3068
  * <code>true</code>.</p>
2756
3069
  */
2757
3070
  IsTruncated: boolean | undefined;
2758
3071
  /**
3072
+ * @public
2759
3073
  * <p>The number of origin access controls returned in the response.</p>
2760
3074
  */
2761
3075
  Quantity: number | undefined;
2762
3076
  /**
3077
+ * @public
2763
3078
  * <p>Contains the origin access controls in the list.</p>
2764
3079
  */
2765
3080
  Items?: OriginAccessControlSummary[];
@@ -2769,6 +3084,7 @@ export interface OriginAccessControlList {
2769
3084
  */
2770
3085
  export interface ListOriginAccessControlsResult {
2771
3086
  /**
3087
+ * @public
2772
3088
  * <p>A list of origin access controls.</p>
2773
3089
  */
2774
3090
  OriginAccessControlList?: OriginAccessControlList;
@@ -2790,6 +3106,7 @@ export type OriginRequestPolicyType = (typeof OriginRequestPolicyType)[keyof typ
2790
3106
  */
2791
3107
  export interface ListOriginRequestPoliciesRequest {
2792
3108
  /**
3109
+ * @public
2793
3110
  * <p>A filter to return only the specified kinds of origin request policies. Valid values
2794
3111
  * are:</p>
2795
3112
  * <ul>
@@ -2807,6 +3124,7 @@ export interface ListOriginRequestPoliciesRequest {
2807
3124
  */
2808
3125
  Type?: OriginRequestPolicyType | string;
2809
3126
  /**
3127
+ * @public
2810
3128
  * <p>Use this field when paginating results to indicate where to begin in your list of
2811
3129
  * origin request policies. The response includes origin request policies in the list that
2812
3130
  * occur after the marker. To get the next page of the list, set this field's value to the
@@ -2814,6 +3132,7 @@ export interface ListOriginRequestPoliciesRequest {
2814
3132
  */
2815
3133
  Marker?: string;
2816
3134
  /**
3135
+ * @public
2817
3136
  * <p>The maximum number of origin request policies that you want in the response.</p>
2818
3137
  */
2819
3138
  MaxItems?: number;
@@ -2824,11 +3143,13 @@ export interface ListOriginRequestPoliciesRequest {
2824
3143
  */
2825
3144
  export interface OriginRequestPolicySummary {
2826
3145
  /**
3146
+ * @public
2827
3147
  * <p>The type of origin request policy, either <code>managed</code> (created by Amazon Web Services) or
2828
3148
  * <code>custom</code> (created in this Amazon Web Services account).</p>
2829
3149
  */
2830
3150
  Type: OriginRequestPolicyType | string | undefined;
2831
3151
  /**
3152
+ * @public
2832
3153
  * <p>The origin request policy.</p>
2833
3154
  */
2834
3155
  OriginRequestPolicy: OriginRequestPolicy | undefined;
@@ -2839,6 +3160,7 @@ export interface OriginRequestPolicySummary {
2839
3160
  */
2840
3161
  export interface OriginRequestPolicyList {
2841
3162
  /**
3163
+ * @public
2842
3164
  * <p>If there are more items in the list than are in this response, this element is
2843
3165
  * present. It contains the value that you should use in the <code>Marker</code> field of a
2844
3166
  * subsequent request to continue listing origin request policies where you left
@@ -2846,14 +3168,17 @@ export interface OriginRequestPolicyList {
2846
3168
  */
2847
3169
  NextMarker?: string;
2848
3170
  /**
3171
+ * @public
2849
3172
  * <p>The maximum number of origin request policies requested.</p>
2850
3173
  */
2851
3174
  MaxItems: number | undefined;
2852
3175
  /**
3176
+ * @public
2853
3177
  * <p>The total number of origin request policies returned in the response.</p>
2854
3178
  */
2855
3179
  Quantity: number | undefined;
2856
3180
  /**
3181
+ * @public
2857
3182
  * <p>Contains the origin request policies in the list.</p>
2858
3183
  */
2859
3184
  Items?: OriginRequestPolicySummary[];
@@ -2863,6 +3188,7 @@ export interface OriginRequestPolicyList {
2863
3188
  */
2864
3189
  export interface ListOriginRequestPoliciesResult {
2865
3190
  /**
3191
+ * @public
2866
3192
  * <p>A list of origin request policies.</p>
2867
3193
  */
2868
3194
  OriginRequestPolicyList?: OriginRequestPolicyList;
@@ -2872,6 +3198,7 @@ export interface ListOriginRequestPoliciesResult {
2872
3198
  */
2873
3199
  export interface ListPublicKeysRequest {
2874
3200
  /**
3201
+ * @public
2875
3202
  * <p>Use this when paginating results to indicate where to begin in your list of public
2876
3203
  * keys. The results include public keys in the list that occur after the marker. To get
2877
3204
  * the next page of results, set the <code>Marker</code> to the value of the
@@ -2880,6 +3207,7 @@ export interface ListPublicKeysRequest {
2880
3207
  */
2881
3208
  Marker?: string;
2882
3209
  /**
3210
+ * @public
2883
3211
  * <p>The maximum number of public keys you want in the response body.</p>
2884
3212
  */
2885
3213
  MaxItems?: number;
@@ -2890,22 +3218,27 @@ export interface ListPublicKeysRequest {
2890
3218
  */
2891
3219
  export interface PublicKeySummary {
2892
3220
  /**
3221
+ * @public
2893
3222
  * <p>The identifier of the public key.</p>
2894
3223
  */
2895
3224
  Id: string | undefined;
2896
3225
  /**
3226
+ * @public
2897
3227
  * <p>A name to help identify the public key.</p>
2898
3228
  */
2899
3229
  Name: string | undefined;
2900
3230
  /**
3231
+ * @public
2901
3232
  * <p>The date and time when the public key was uploaded.</p>
2902
3233
  */
2903
3234
  CreatedTime: Date | undefined;
2904
3235
  /**
3236
+ * @public
2905
3237
  * <p>The public key.</p>
2906
3238
  */
2907
3239
  EncodedKey: string | undefined;
2908
3240
  /**
3241
+ * @public
2909
3242
  * <p>A comment to describe the public key. The comment cannot be longer than 128
2910
3243
  * characters.</p>
2911
3244
  */
@@ -2917,20 +3250,24 @@ export interface PublicKeySummary {
2917
3250
  */
2918
3251
  export interface PublicKeyList {
2919
3252
  /**
3253
+ * @public
2920
3254
  * <p>If there are more elements to be listed, this element is present and contains the
2921
3255
  * value that you can use for the <code>Marker</code> request parameter to continue listing
2922
3256
  * your public keys where you left off.</p>
2923
3257
  */
2924
3258
  NextMarker?: string;
2925
3259
  /**
3260
+ * @public
2926
3261
  * <p>The maximum number of public keys you want in the response.</p>
2927
3262
  */
2928
3263
  MaxItems: number | undefined;
2929
3264
  /**
3265
+ * @public
2930
3266
  * <p>The number of public keys in the list.</p>
2931
3267
  */
2932
3268
  Quantity: number | undefined;
2933
3269
  /**
3270
+ * @public
2934
3271
  * <p>A list of public keys.</p>
2935
3272
  */
2936
3273
  Items?: PublicKeySummary[];
@@ -2940,6 +3277,7 @@ export interface PublicKeyList {
2940
3277
  */
2941
3278
  export interface ListPublicKeysResult {
2942
3279
  /**
3280
+ * @public
2943
3281
  * <p>Returns a list of all public keys that have been added to CloudFront for this
2944
3282
  * account.</p>
2945
3283
  */
@@ -2950,11 +3288,13 @@ export interface ListPublicKeysResult {
2950
3288
  */
2951
3289
  export interface ListRealtimeLogConfigsRequest {
2952
3290
  /**
3291
+ * @public
2953
3292
  * <p>The maximum number of real-time log configurations that you want in the
2954
3293
  * response.</p>
2955
3294
  */
2956
3295
  MaxItems?: number;
2957
3296
  /**
3297
+ * @public
2958
3298
  * <p>Use this field when paginating results to indicate where to begin in your list of
2959
3299
  * real-time log configurations. The response includes real-time log configurations in the
2960
3300
  * list that occur after the marker. To get the next page of the list, set this field's
@@ -2968,24 +3308,29 @@ export interface ListRealtimeLogConfigsRequest {
2968
3308
  */
2969
3309
  export interface RealtimeLogConfigs {
2970
3310
  /**
3311
+ * @public
2971
3312
  * <p>The maximum number of real-time log configurations requested.</p>
2972
3313
  */
2973
3314
  MaxItems: number | undefined;
2974
3315
  /**
3316
+ * @public
2975
3317
  * <p>Contains the list of real-time log configurations.</p>
2976
3318
  */
2977
3319
  Items?: RealtimeLogConfig[];
2978
3320
  /**
3321
+ * @public
2979
3322
  * <p>A flag that indicates whether there are more real-time log configurations than are
2980
3323
  * contained in this list.</p>
2981
3324
  */
2982
3325
  IsTruncated: boolean | undefined;
2983
3326
  /**
3327
+ * @public
2984
3328
  * <p>This parameter indicates where this list of real-time log configurations begins. This
2985
3329
  * list includes real-time log configurations that occur after the marker.</p>
2986
3330
  */
2987
3331
  Marker: string | undefined;
2988
3332
  /**
3333
+ * @public
2989
3334
  * <p>If there are more items in the list than are in this response, this element is
2990
3335
  * present. It contains the value that you should use in the <code>Marker</code> field of a
2991
3336
  * subsequent request to continue listing real-time log configurations where you left off.
@@ -2998,6 +3343,7 @@ export interface RealtimeLogConfigs {
2998
3343
  */
2999
3344
  export interface ListRealtimeLogConfigsResult {
3000
3345
  /**
3346
+ * @public
3001
3347
  * <p>A list of real-time log configurations.</p>
3002
3348
  */
3003
3349
  RealtimeLogConfigs?: RealtimeLogConfigs;
@@ -3019,6 +3365,7 @@ export type ResponseHeadersPolicyType = (typeof ResponseHeadersPolicyType)[keyof
3019
3365
  */
3020
3366
  export interface ListResponseHeadersPoliciesRequest {
3021
3367
  /**
3368
+ * @public
3022
3369
  * <p>A filter to get only the specified kind of response headers policies. Valid values
3023
3370
  * are:</p>
3024
3371
  * <ul>
@@ -3035,6 +3382,7 @@ export interface ListResponseHeadersPoliciesRequest {
3035
3382
  */
3036
3383
  Type?: ResponseHeadersPolicyType | string;
3037
3384
  /**
3385
+ * @public
3038
3386
  * <p>Use this field when paginating results to indicate where to begin in your list of
3039
3387
  * response headers policies. The response includes response headers policies in the list
3040
3388
  * that occur after the marker. To get the next page of the list, set this field's value to
@@ -3042,6 +3390,7 @@ export interface ListResponseHeadersPoliciesRequest {
3042
3390
  */
3043
3391
  Marker?: string;
3044
3392
  /**
3393
+ * @public
3045
3394
  * <p>The maximum number of response headers policies that you want to get in the
3046
3395
  * response.</p>
3047
3396
  */
@@ -3053,11 +3402,13 @@ export interface ListResponseHeadersPoliciesRequest {
3053
3402
  */
3054
3403
  export interface ResponseHeadersPolicySummary {
3055
3404
  /**
3405
+ * @public
3056
3406
  * <p>The type of response headers policy, either <code>managed</code> (created by Amazon Web Services) or
3057
3407
  * <code>custom</code> (created in this Amazon Web Services account).</p>
3058
3408
  */
3059
3409
  Type: ResponseHeadersPolicyType | string | undefined;
3060
3410
  /**
3411
+ * @public
3061
3412
  * <p>The response headers policy.</p>
3062
3413
  */
3063
3414
  ResponseHeadersPolicy: ResponseHeadersPolicy | undefined;
@@ -3068,6 +3419,7 @@ export interface ResponseHeadersPolicySummary {
3068
3419
  */
3069
3420
  export interface ResponseHeadersPolicyList {
3070
3421
  /**
3422
+ * @public
3071
3423
  * <p>If there are more items in the list than are in this response, this element is
3072
3424
  * present. It contains the value that you should use in the <code>Marker</code> field of a
3073
3425
  * subsequent request to continue listing response headers policies where you left
@@ -3075,14 +3427,17 @@ export interface ResponseHeadersPolicyList {
3075
3427
  */
3076
3428
  NextMarker?: string;
3077
3429
  /**
3430
+ * @public
3078
3431
  * <p>The maximum number of response headers policies requested.</p>
3079
3432
  */
3080
3433
  MaxItems: number | undefined;
3081
3434
  /**
3435
+ * @public
3082
3436
  * <p>The number of response headers policies returned.</p>
3083
3437
  */
3084
3438
  Quantity: number | undefined;
3085
3439
  /**
3440
+ * @public
3086
3441
  * <p>The response headers policies in the list.</p>
3087
3442
  */
3088
3443
  Items?: ResponseHeadersPolicySummary[];
@@ -3092,6 +3447,7 @@ export interface ResponseHeadersPolicyList {
3092
3447
  */
3093
3448
  export interface ListResponseHeadersPoliciesResult {
3094
3449
  /**
3450
+ * @public
3095
3451
  * <p>A list of response headers policies.</p>
3096
3452
  */
3097
3453
  ResponseHeadersPolicyList?: ResponseHeadersPolicyList;
@@ -3102,10 +3458,12 @@ export interface ListResponseHeadersPoliciesResult {
3102
3458
  */
3103
3459
  export interface ListStreamingDistributionsRequest {
3104
3460
  /**
3461
+ * @public
3105
3462
  * <p>The value that you provided for the <code>Marker</code> request parameter.</p>
3106
3463
  */
3107
3464
  Marker?: string;
3108
3465
  /**
3466
+ * @public
3109
3467
  * <p>The value that you provided for the <code>MaxItems</code> request parameter.</p>
3110
3468
  */
3111
3469
  MaxItems?: number;
@@ -3116,41 +3474,49 @@ export interface ListStreamingDistributionsRequest {
3116
3474
  */
3117
3475
  export interface StreamingDistributionSummary {
3118
3476
  /**
3477
+ * @public
3119
3478
  * <p>The identifier for the distribution, for example, <code>EDFDVBD632BHDS5</code>.</p>
3120
3479
  */
3121
3480
  Id: string | undefined;
3122
3481
  /**
3482
+ * @public
3123
3483
  * <p>The ARN (Amazon Resource Name) for the streaming distribution. For example:
3124
3484
  * <code>arn:aws:cloudfront::123456789012:streaming-distribution/EDFDVBD632BHDS5</code>,
3125
3485
  * where <code>123456789012</code> is your Amazon Web Services account ID.</p>
3126
3486
  */
3127
3487
  ARN: string | undefined;
3128
3488
  /**
3489
+ * @public
3129
3490
  * <p>Indicates the current status of the distribution. When the status is
3130
3491
  * <code>Deployed</code>, the distribution's information is fully propagated throughout
3131
3492
  * the Amazon CloudFront system.</p>
3132
3493
  */
3133
3494
  Status: string | undefined;
3134
3495
  /**
3496
+ * @public
3135
3497
  * <p>The date and time the distribution was last modified.</p>
3136
3498
  */
3137
3499
  LastModifiedTime: Date | undefined;
3138
3500
  /**
3501
+ * @public
3139
3502
  * <p>The domain name corresponding to the distribution, for example,
3140
3503
  * <code>d111111abcdef8.cloudfront.net</code>.</p>
3141
3504
  */
3142
3505
  DomainName: string | undefined;
3143
3506
  /**
3507
+ * @public
3144
3508
  * <p>A complex type that contains information about the Amazon S3 bucket from which you want
3145
3509
  * CloudFront to get your media files for distribution.</p>
3146
3510
  */
3147
3511
  S3Origin: S3Origin | undefined;
3148
3512
  /**
3513
+ * @public
3149
3514
  * <p>A complex type that contains information about CNAMEs (alternate domain names), if
3150
3515
  * any, for this streaming distribution.</p>
3151
3516
  */
3152
3517
  Aliases: Aliases | undefined;
3153
3518
  /**
3519
+ * @public
3154
3520
  * <p>A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to
3155
3521
  * create signed URLs for private content. If you want to require signed URLs in requests
3156
3522
  * for objects in the target origin that match the <code>PathPattern</code> for this cache
@@ -3167,15 +3533,18 @@ export interface StreamingDistributionSummary {
3167
3533
  */
3168
3534
  TrustedSigners: TrustedSigners | undefined;
3169
3535
  /**
3536
+ * @public
3170
3537
  * <p>The comment originally specified when this distribution was created.</p>
3171
3538
  */
3172
3539
  Comment: string | undefined;
3173
3540
  /**
3541
+ * @public
3174
3542
  * <p>A complex type that contains information about price class for this streaming
3175
3543
  * distribution.</p>
3176
3544
  */
3177
3545
  PriceClass: PriceClass | string | undefined;
3178
3546
  /**
3547
+ * @public
3179
3548
  * <p>Whether the distribution is enabled to accept end user requests for content.</p>
3180
3549
  */
3181
3550
  Enabled: boolean | undefined;
@@ -3186,20 +3555,24 @@ export interface StreamingDistributionSummary {
3186
3555
  */
3187
3556
  export interface StreamingDistributionList {
3188
3557
  /**
3558
+ * @public
3189
3559
  * <p>The value you provided for the <code>Marker</code> request parameter.</p>
3190
3560
  */
3191
3561
  Marker: string | undefined;
3192
3562
  /**
3563
+ * @public
3193
3564
  * <p>If <code>IsTruncated</code> is <code>true</code>, this element is present and contains
3194
3565
  * the value you can use for the <code>Marker</code> request parameter to continue listing
3195
3566
  * your RTMP distributions where they left off.</p>
3196
3567
  */
3197
3568
  NextMarker?: string;
3198
3569
  /**
3570
+ * @public
3199
3571
  * <p>The value you provided for the <code>MaxItems</code> request parameter.</p>
3200
3572
  */
3201
3573
  MaxItems: number | undefined;
3202
3574
  /**
3575
+ * @public
3203
3576
  * <p>A flag that indicates whether more streaming distributions remain to be listed. If
3204
3577
  * your results were truncated, you can make a follow-up pagination request using the
3205
3578
  * <code>Marker</code> request parameter to retrieve more distributions in the list.
@@ -3207,11 +3580,13 @@ export interface StreamingDistributionList {
3207
3580
  */
3208
3581
  IsTruncated: boolean | undefined;
3209
3582
  /**
3583
+ * @public
3210
3584
  * <p>The number of streaming distributions that were created by the current Amazon Web Services account.
3211
3585
  * </p>
3212
3586
  */
3213
3587
  Quantity: number | undefined;
3214
3588
  /**
3589
+ * @public
3215
3590
  * <p>A complex type that contains one <code>StreamingDistributionSummary</code> element for
3216
3591
  * each distribution that was created by the current Amazon Web Services account.</p>
3217
3592
  */
@@ -3223,6 +3598,7 @@ export interface StreamingDistributionList {
3223
3598
  */
3224
3599
  export interface ListStreamingDistributionsResult {
3225
3600
  /**
3601
+ * @public
3226
3602
  * <p>The <code>StreamingDistributionList</code> type.</p>
3227
3603
  */
3228
3604
  StreamingDistributionList?: StreamingDistributionList;
@@ -3233,6 +3609,7 @@ export interface ListStreamingDistributionsResult {
3233
3609
  */
3234
3610
  export interface ListTagsForResourceRequest {
3235
3611
  /**
3612
+ * @public
3236
3613
  * <p>An ARN of a CloudFront resource.</p>
3237
3614
  */
3238
3615
  Resource: string | undefined;
@@ -3243,6 +3620,7 @@ export interface ListTagsForResourceRequest {
3243
3620
  */
3244
3621
  export interface ListTagsForResourceResult {
3245
3622
  /**
3623
+ * @public
3246
3624
  * <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
3247
3625
  */
3248
3626
  Tags: Tags | undefined;
@@ -3252,10 +3630,12 @@ export interface ListTagsForResourceResult {
3252
3630
  */
3253
3631
  export interface PublishFunctionRequest {
3254
3632
  /**
3633
+ * @public
3255
3634
  * <p>The name of the function that you are publishing.</p>
3256
3635
  */
3257
3636
  Name: string | undefined;
3258
3637
  /**
3638
+ * @public
3259
3639
  * <p>The current version (<code>ETag</code> value) of the function that you are publishing,
3260
3640
  * which you can get using <code>DescribeFunction</code>.</p>
3261
3641
  */
@@ -3266,6 +3646,7 @@ export interface PublishFunctionRequest {
3266
3646
  */
3267
3647
  export interface PublishFunctionResult {
3268
3648
  /**
3649
+ * @public
3269
3650
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
3270
3651
  */
3271
3652
  FunctionSummary?: FunctionSummary;
@@ -3276,10 +3657,12 @@ export interface PublishFunctionResult {
3276
3657
  */
3277
3658
  export interface TagResourceRequest {
3278
3659
  /**
3660
+ * @public
3279
3661
  * <p>An ARN of a CloudFront resource.</p>
3280
3662
  */
3281
3663
  Resource: string | undefined;
3282
3664
  /**
3665
+ * @public
3283
3666
  * <p>A complex type that contains zero or more <code>Tag</code> elements.</p>
3284
3667
  */
3285
3668
  Tags: Tags | undefined;
@@ -3302,20 +3685,24 @@ export declare class TestFunctionFailed extends __BaseException {
3302
3685
  */
3303
3686
  export interface TestFunctionRequest {
3304
3687
  /**
3688
+ * @public
3305
3689
  * <p>The name of the function that you are testing.</p>
3306
3690
  */
3307
3691
  Name: string | undefined;
3308
3692
  /**
3693
+ * @public
3309
3694
  * <p>The current version (<code>ETag</code> value) of the function that you are testing,
3310
3695
  * which you can get using <code>DescribeFunction</code>.</p>
3311
3696
  */
3312
3697
  IfMatch: string | undefined;
3313
3698
  /**
3699
+ * @public
3314
3700
  * <p>The stage of the function that you are testing, either <code>DEVELOPMENT</code> or
3315
3701
  * <code>LIVE</code>.</p>
3316
3702
  */
3317
3703
  Stage?: FunctionStage | string;
3318
3704
  /**
3705
+ * @public
3319
3706
  * <p>The event object to test the function with. For more information about the structure
3320
3707
  * of the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/managing-functions.html#test-function">Testing functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
3321
3708
  */
@@ -3327,26 +3714,31 @@ export interface TestFunctionRequest {
3327
3714
  */
3328
3715
  export interface TestResult {
3329
3716
  /**
3717
+ * @public
3330
3718
  * <p>Contains configuration information and metadata about the CloudFront function that was
3331
3719
  * tested.</p>
3332
3720
  */
3333
3721
  FunctionSummary?: FunctionSummary;
3334
3722
  /**
3723
+ * @public
3335
3724
  * <p>The amount of time that the function took to run as a percentage of the maximum
3336
3725
  * allowed time. For example, a compute utilization of 35 means that the function completed
3337
3726
  * in 35% of the maximum allowed time.</p>
3338
3727
  */
3339
3728
  ComputeUtilization?: string;
3340
3729
  /**
3730
+ * @public
3341
3731
  * <p>Contains the log lines that the function wrote (if any) when running the test.</p>
3342
3732
  */
3343
3733
  FunctionExecutionLogs?: string[];
3344
3734
  /**
3735
+ * @public
3345
3736
  * <p>If the result of testing the function was an error, this field contains the error
3346
3737
  * message.</p>
3347
3738
  */
3348
3739
  FunctionErrorMessage?: string;
3349
3740
  /**
3741
+ * @public
3350
3742
  * <p>The event object returned by the function. For more information about the structure of
3351
3743
  * the event object, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/functions-event-structure.html">Event
3352
3744
  * object structure</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>
@@ -3358,6 +3750,7 @@ export interface TestResult {
3358
3750
  */
3359
3751
  export interface TestFunctionResult {
3360
3752
  /**
3753
+ * @public
3361
3754
  * <p>An object that represents the result of running the function with the provided event
3362
3755
  * object.</p>
3363
3756
  */
@@ -3369,6 +3762,7 @@ export interface TestFunctionResult {
3369
3762
  */
3370
3763
  export interface TagKeys {
3371
3764
  /**
3765
+ * @public
3372
3766
  * <p>A complex type that contains <code>Tag</code> key elements.</p>
3373
3767
  */
3374
3768
  Items?: string[];
@@ -3379,10 +3773,12 @@ export interface TagKeys {
3379
3773
  */
3380
3774
  export interface UntagResourceRequest {
3381
3775
  /**
3776
+ * @public
3382
3777
  * <p>An ARN of a CloudFront resource.</p>
3383
3778
  */
3384
3779
  Resource: string | undefined;
3385
3780
  /**
3781
+ * @public
3386
3782
  * <p>A complex type that contains zero or more <code>Tag</code> key elements.</p>
3387
3783
  */
3388
3784
  TagKeys: TagKeys | undefined;
@@ -3392,16 +3788,19 @@ export interface UntagResourceRequest {
3392
3788
  */
3393
3789
  export interface UpdateCachePolicyRequest {
3394
3790
  /**
3791
+ * @public
3395
3792
  * <p>A cache policy configuration.</p>
3396
3793
  */
3397
3794
  CachePolicyConfig: CachePolicyConfig | undefined;
3398
3795
  /**
3796
+ * @public
3399
3797
  * <p>The unique identifier for the cache policy that you are updating. The identifier is
3400
3798
  * returned in a cache behavior's <code>CachePolicyId</code> field in the response to
3401
3799
  * <code>GetDistributionConfig</code>.</p>
3402
3800
  */
3403
3801
  Id: string | undefined;
3404
3802
  /**
3803
+ * @public
3405
3804
  * <p>The version of the cache policy that you are updating. The version is returned in the
3406
3805
  * cache policy's <code>ETag</code> field in the response to
3407
3806
  * <code>GetCachePolicyConfig</code>.</p>
@@ -3413,10 +3812,12 @@ export interface UpdateCachePolicyRequest {
3413
3812
  */
3414
3813
  export interface UpdateCachePolicyResult {
3415
3814
  /**
3815
+ * @public
3416
3816
  * <p>A cache policy.</p>
3417
3817
  */
3418
3818
  CachePolicy?: CachePolicy;
3419
3819
  /**
3820
+ * @public
3420
3821
  * <p>The current version of the cache policy.</p>
3421
3822
  */
3422
3823
  ETag?: string;
@@ -3427,14 +3828,17 @@ export interface UpdateCachePolicyResult {
3427
3828
  */
3428
3829
  export interface UpdateCloudFrontOriginAccessIdentityRequest {
3429
3830
  /**
3831
+ * @public
3430
3832
  * <p>The identity's configuration information.</p>
3431
3833
  */
3432
3834
  CloudFrontOriginAccessIdentityConfig: CloudFrontOriginAccessIdentityConfig | undefined;
3433
3835
  /**
3836
+ * @public
3434
3837
  * <p>The identity's id.</p>
3435
3838
  */
3436
3839
  Id: string | undefined;
3437
3840
  /**
3841
+ * @public
3438
3842
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
3439
3843
  * identity's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3440
3844
  */
@@ -3446,10 +3850,12 @@ export interface UpdateCloudFrontOriginAccessIdentityRequest {
3446
3850
  */
3447
3851
  export interface UpdateCloudFrontOriginAccessIdentityResult {
3448
3852
  /**
3853
+ * @public
3449
3854
  * <p>The origin access identity's information.</p>
3450
3855
  */
3451
3856
  CloudFrontOriginAccessIdentity?: CloudFrontOriginAccessIdentity;
3452
3857
  /**
3858
+ * @public
3453
3859
  * <p>The current version of the configuration. For example:
3454
3860
  * <code>E2QWRUHAPOMQZL</code>.</p>
3455
3861
  */
@@ -3460,14 +3866,17 @@ export interface UpdateCloudFrontOriginAccessIdentityResult {
3460
3866
  */
3461
3867
  export interface UpdateContinuousDeploymentPolicyRequest {
3462
3868
  /**
3869
+ * @public
3463
3870
  * <p>The continuous deployment policy configuration.</p>
3464
3871
  */
3465
3872
  ContinuousDeploymentPolicyConfig: ContinuousDeploymentPolicyConfig | undefined;
3466
3873
  /**
3874
+ * @public
3467
3875
  * <p>The identifier of the continuous deployment policy that you are updating.</p>
3468
3876
  */
3469
3877
  Id: string | undefined;
3470
3878
  /**
3879
+ * @public
3471
3880
  * <p>The current version (<code>ETag</code> value) of the continuous deployment policy that
3472
3881
  * you are updating.</p>
3473
3882
  */
@@ -3478,10 +3887,12 @@ export interface UpdateContinuousDeploymentPolicyRequest {
3478
3887
  */
3479
3888
  export interface UpdateContinuousDeploymentPolicyResult {
3480
3889
  /**
3890
+ * @public
3481
3891
  * <p>A continuous deployment policy.</p>
3482
3892
  */
3483
3893
  ContinuousDeploymentPolicy?: ContinuousDeploymentPolicy;
3484
3894
  /**
3895
+ * @public
3485
3896
  * <p>The version identifier for the current version of the continuous deployment
3486
3897
  * policy.</p>
3487
3898
  */
@@ -3493,14 +3904,17 @@ export interface UpdateContinuousDeploymentPolicyResult {
3493
3904
  */
3494
3905
  export interface UpdateDistributionRequest {
3495
3906
  /**
3907
+ * @public
3496
3908
  * <p>The distribution's configuration information.</p>
3497
3909
  */
3498
3910
  DistributionConfig: DistributionConfig | undefined;
3499
3911
  /**
3912
+ * @public
3500
3913
  * <p>The distribution's id.</p>
3501
3914
  */
3502
3915
  Id: string | undefined;
3503
3916
  /**
3917
+ * @public
3504
3918
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
3505
3919
  * distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3506
3920
  */
@@ -3512,10 +3926,12 @@ export interface UpdateDistributionRequest {
3512
3926
  */
3513
3927
  export interface UpdateDistributionResult {
3514
3928
  /**
3929
+ * @public
3515
3930
  * <p>The distribution's information.</p>
3516
3931
  */
3517
3932
  Distribution?: Distribution;
3518
3933
  /**
3934
+ * @public
3519
3935
  * <p>The current version of the configuration. For example:
3520
3936
  * <code>E2QWRUHAPOMQZL</code>.</p>
3521
3937
  */
@@ -3526,15 +3942,18 @@ export interface UpdateDistributionResult {
3526
3942
  */
3527
3943
  export interface UpdateDistributionWithStagingConfigRequest {
3528
3944
  /**
3945
+ * @public
3529
3946
  * <p>The identifier of the primary distribution to which you are copying a staging distribution's
3530
3947
  * configuration.</p>
3531
3948
  */
3532
3949
  Id: string | undefined;
3533
3950
  /**
3951
+ * @public
3534
3952
  * <p>The identifier of the staging distribution whose configuration you are copying to the primary distribution.</p>
3535
3953
  */
3536
3954
  StagingDistributionId?: string;
3537
3955
  /**
3956
+ * @public
3538
3957
  * <p>The current versions (<code>ETag</code> values) of both primary and staging distributions.
3539
3958
  * Provide these in the following format:</p>
3540
3959
  * <p>
@@ -3548,11 +3967,13 @@ export interface UpdateDistributionWithStagingConfigRequest {
3548
3967
  */
3549
3968
  export interface UpdateDistributionWithStagingConfigResult {
3550
3969
  /**
3970
+ * @public
3551
3971
  * <p>A distribution tells CloudFront where you want content to be delivered from, and the details
3552
3972
  * about how to track and manage content delivery.</p>
3553
3973
  */
3554
3974
  Distribution?: Distribution;
3555
3975
  /**
3976
+ * @public
3556
3977
  * <p>The current version of the primary distribution (after it's updated).</p>
3557
3978
  */
3558
3979
  ETag?: string;
@@ -3562,14 +3983,17 @@ export interface UpdateDistributionWithStagingConfigResult {
3562
3983
  */
3563
3984
  export interface UpdateFieldLevelEncryptionConfigRequest {
3564
3985
  /**
3986
+ * @public
3565
3987
  * <p>Request to update a field-level encryption configuration.</p>
3566
3988
  */
3567
3989
  FieldLevelEncryptionConfig: FieldLevelEncryptionConfig | undefined;
3568
3990
  /**
3991
+ * @public
3569
3992
  * <p>The ID of the configuration you want to update.</p>
3570
3993
  */
3571
3994
  Id: string | undefined;
3572
3995
  /**
3996
+ * @public
3573
3997
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
3574
3998
  * configuration identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3575
3999
  */
@@ -3580,10 +4004,12 @@ export interface UpdateFieldLevelEncryptionConfigRequest {
3580
4004
  */
3581
4005
  export interface UpdateFieldLevelEncryptionConfigResult {
3582
4006
  /**
4007
+ * @public
3583
4008
  * <p>Return the results of updating the configuration.</p>
3584
4009
  */
3585
4010
  FieldLevelEncryption?: FieldLevelEncryption;
3586
4011
  /**
4012
+ * @public
3587
4013
  * <p>The value of the <code>ETag</code> header that you received when updating the
3588
4014
  * configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3589
4015
  */
@@ -3594,14 +4020,17 @@ export interface UpdateFieldLevelEncryptionConfigResult {
3594
4020
  */
3595
4021
  export interface UpdateFieldLevelEncryptionProfileRequest {
3596
4022
  /**
4023
+ * @public
3597
4024
  * <p>Request to update a field-level encryption profile.</p>
3598
4025
  */
3599
4026
  FieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig | undefined;
3600
4027
  /**
4028
+ * @public
3601
4029
  * <p>The ID of the field-level encryption profile request.</p>
3602
4030
  */
3603
4031
  Id: string | undefined;
3604
4032
  /**
4033
+ * @public
3605
4034
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
3606
4035
  * profile identity to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3607
4036
  */
@@ -3612,10 +4041,12 @@ export interface UpdateFieldLevelEncryptionProfileRequest {
3612
4041
  */
3613
4042
  export interface UpdateFieldLevelEncryptionProfileResult {
3614
4043
  /**
4044
+ * @public
3615
4045
  * <p>Return the results of updating the profile.</p>
3616
4046
  */
3617
4047
  FieldLevelEncryptionProfile?: FieldLevelEncryptionProfile;
3618
4048
  /**
4049
+ * @public
3619
4050
  * <p>The result of the field-level encryption profile request.</p>
3620
4051
  */
3621
4052
  ETag?: string;
@@ -3625,19 +4056,23 @@ export interface UpdateFieldLevelEncryptionProfileResult {
3625
4056
  */
3626
4057
  export interface UpdateFunctionRequest {
3627
4058
  /**
4059
+ * @public
3628
4060
  * <p>The name of the function that you are updating.</p>
3629
4061
  */
3630
4062
  Name: string | undefined;
3631
4063
  /**
4064
+ * @public
3632
4065
  * <p>The current version (<code>ETag</code> value) of the function that you are updating,
3633
4066
  * which you can get using <code>DescribeFunction</code>.</p>
3634
4067
  */
3635
4068
  IfMatch: string | undefined;
3636
4069
  /**
4070
+ * @public
3637
4071
  * <p>Configuration information about the function.</p>
3638
4072
  */
3639
4073
  FunctionConfig: FunctionConfig | undefined;
3640
4074
  /**
4075
+ * @public
3641
4076
  * <p>The function code. For more information about writing a CloudFront function, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html">Writing
3642
4077
  * function code for CloudFront Functions</a> in the
3643
4078
  * <i>Amazon CloudFront Developer Guide</i>.</p>
@@ -3649,10 +4084,12 @@ export interface UpdateFunctionRequest {
3649
4084
  */
3650
4085
  export interface UpdateFunctionResult {
3651
4086
  /**
4087
+ * @public
3652
4088
  * <p>Contains configuration information and metadata about a CloudFront function.</p>
3653
4089
  */
3654
4090
  FunctionSummary?: FunctionSummary;
3655
4091
  /**
4092
+ * @public
3656
4093
  * <p>The version identifier for the current version of the CloudFront function.</p>
3657
4094
  */
3658
4095
  ETag?: string;
@@ -3662,14 +4099,17 @@ export interface UpdateFunctionResult {
3662
4099
  */
3663
4100
  export interface UpdateKeyGroupRequest {
3664
4101
  /**
4102
+ * @public
3665
4103
  * <p>The key group configuration.</p>
3666
4104
  */
3667
4105
  KeyGroupConfig: KeyGroupConfig | undefined;
3668
4106
  /**
4107
+ * @public
3669
4108
  * <p>The identifier of the key group that you are updating.</p>
3670
4109
  */
3671
4110
  Id: string | undefined;
3672
4111
  /**
4112
+ * @public
3673
4113
  * <p>The version of the key group that you are updating. The version is the key group's
3674
4114
  * <code>ETag</code> value.</p>
3675
4115
  */
@@ -3680,10 +4120,12 @@ export interface UpdateKeyGroupRequest {
3680
4120
  */
3681
4121
  export interface UpdateKeyGroupResult {
3682
4122
  /**
4123
+ * @public
3683
4124
  * <p>The key group that was just updated.</p>
3684
4125
  */
3685
4126
  KeyGroup?: KeyGroup;
3686
4127
  /**
4128
+ * @public
3687
4129
  * <p>The identifier for this version of the key group.</p>
3688
4130
  */
3689
4131
  ETag?: string;
@@ -3693,14 +4135,17 @@ export interface UpdateKeyGroupResult {
3693
4135
  */
3694
4136
  export interface UpdateOriginAccessControlRequest {
3695
4137
  /**
4138
+ * @public
3696
4139
  * <p>An origin access control.</p>
3697
4140
  */
3698
4141
  OriginAccessControlConfig: OriginAccessControlConfig | undefined;
3699
4142
  /**
4143
+ * @public
3700
4144
  * <p>The unique identifier of the origin access control that you are updating.</p>
3701
4145
  */
3702
4146
  Id: string | undefined;
3703
4147
  /**
4148
+ * @public
3704
4149
  * <p>The current version (<code>ETag</code> value) of the origin access control that you
3705
4150
  * are updating.</p>
3706
4151
  */
@@ -3711,10 +4156,12 @@ export interface UpdateOriginAccessControlRequest {
3711
4156
  */
3712
4157
  export interface UpdateOriginAccessControlResult {
3713
4158
  /**
4159
+ * @public
3714
4160
  * <p>The origin access control after it has been updated.</p>
3715
4161
  */
3716
4162
  OriginAccessControl?: OriginAccessControl;
3717
4163
  /**
4164
+ * @public
3718
4165
  * <p>The new version of the origin access control after it has been updated.</p>
3719
4166
  */
3720
4167
  ETag?: string;
@@ -3724,16 +4171,19 @@ export interface UpdateOriginAccessControlResult {
3724
4171
  */
3725
4172
  export interface UpdateOriginRequestPolicyRequest {
3726
4173
  /**
4174
+ * @public
3727
4175
  * <p>An origin request policy configuration.</p>
3728
4176
  */
3729
4177
  OriginRequestPolicyConfig: OriginRequestPolicyConfig | undefined;
3730
4178
  /**
4179
+ * @public
3731
4180
  * <p>The unique identifier for the origin request policy that you are updating. The
3732
4181
  * identifier is returned in a cache behavior's <code>OriginRequestPolicyId</code> field in
3733
4182
  * the response to <code>GetDistributionConfig</code>.</p>
3734
4183
  */
3735
4184
  Id: string | undefined;
3736
4185
  /**
4186
+ * @public
3737
4187
  * <p>The version of the origin request policy that you are updating. The version is
3738
4188
  * returned in the origin request policy's <code>ETag</code> field in the response to
3739
4189
  * <code>GetOriginRequestPolicyConfig</code>.</p>
@@ -3745,10 +4195,12 @@ export interface UpdateOriginRequestPolicyRequest {
3745
4195
  */
3746
4196
  export interface UpdateOriginRequestPolicyResult {
3747
4197
  /**
4198
+ * @public
3748
4199
  * <p>An origin request policy.</p>
3749
4200
  */
3750
4201
  OriginRequestPolicy?: OriginRequestPolicy;
3751
4202
  /**
4203
+ * @public
3752
4204
  * <p>The current version of the origin request policy.</p>
3753
4205
  */
3754
4206
  ETag?: string;
@@ -3758,14 +4210,17 @@ export interface UpdateOriginRequestPolicyResult {
3758
4210
  */
3759
4211
  export interface UpdatePublicKeyRequest {
3760
4212
  /**
4213
+ * @public
3761
4214
  * <p>A public key configuration.</p>
3762
4215
  */
3763
4216
  PublicKeyConfig: PublicKeyConfig | undefined;
3764
4217
  /**
4218
+ * @public
3765
4219
  * <p>The identifier of the public key that you are updating.</p>
3766
4220
  */
3767
4221
  Id: string | undefined;
3768
4222
  /**
4223
+ * @public
3769
4224
  * <p>The value of the <code>ETag</code> header that you received when retrieving the public
3770
4225
  * key to update. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3771
4226
  */
@@ -3776,10 +4231,12 @@ export interface UpdatePublicKeyRequest {
3776
4231
  */
3777
4232
  export interface UpdatePublicKeyResult {
3778
4233
  /**
4234
+ * @public
3779
4235
  * <p>The public key.</p>
3780
4236
  */
3781
4237
  PublicKey?: PublicKey;
3782
4238
  /**
4239
+ * @public
3783
4240
  * <p>The identifier of the current version of the public key.</p>
3784
4241
  */
3785
4242
  ETag?: string;
@@ -3789,25 +4246,30 @@ export interface UpdatePublicKeyResult {
3789
4246
  */
3790
4247
  export interface UpdateRealtimeLogConfigRequest {
3791
4248
  /**
4249
+ * @public
3792
4250
  * <p>Contains information about the Amazon Kinesis data stream where you are sending real-time
3793
4251
  * log data.</p>
3794
4252
  */
3795
4253
  EndPoints?: EndPoint[];
3796
4254
  /**
4255
+ * @public
3797
4256
  * <p>A list of fields to include in each real-time log record.</p>
3798
4257
  * <p>For more information about fields, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-fields">Real-time log configuration fields</a> in the
3799
4258
  * <i>Amazon CloudFront Developer Guide</i>.</p>
3800
4259
  */
3801
4260
  Fields?: string[];
3802
4261
  /**
4262
+ * @public
3803
4263
  * <p>The name for this real-time log configuration.</p>
3804
4264
  */
3805
4265
  Name?: string;
3806
4266
  /**
4267
+ * @public
3807
4268
  * <p>The Amazon Resource Name (ARN) for this real-time log configuration.</p>
3808
4269
  */
3809
4270
  ARN?: string;
3810
4271
  /**
4272
+ * @public
3811
4273
  * <p>The sampling rate for this real-time log configuration. The sampling rate determines
3812
4274
  * the percentage of viewer requests that are represented in the real-time log data. You
3813
4275
  * must provide an integer between 1 and 100, inclusive.</p>
@@ -3819,6 +4281,7 @@ export interface UpdateRealtimeLogConfigRequest {
3819
4281
  */
3820
4282
  export interface UpdateRealtimeLogConfigResult {
3821
4283
  /**
4284
+ * @public
3822
4285
  * <p>A real-time log configuration.</p>
3823
4286
  */
3824
4287
  RealtimeLogConfig?: RealtimeLogConfig;
@@ -3828,14 +4291,17 @@ export interface UpdateRealtimeLogConfigResult {
3828
4291
  */
3829
4292
  export interface UpdateResponseHeadersPolicyRequest {
3830
4293
  /**
4294
+ * @public
3831
4295
  * <p>A response headers policy configuration.</p>
3832
4296
  */
3833
4297
  ResponseHeadersPolicyConfig: ResponseHeadersPolicyConfig | undefined;
3834
4298
  /**
4299
+ * @public
3835
4300
  * <p>The identifier for the response headers policy that you are updating.</p>
3836
4301
  */
3837
4302
  Id: string | undefined;
3838
4303
  /**
4304
+ * @public
3839
4305
  * <p>The version of the response headers policy that you are updating.</p>
3840
4306
  * <p>The version is returned in the cache policy's <code>ETag</code> field in the response
3841
4307
  * to <code>GetResponseHeadersPolicyConfig</code>.</p>
@@ -3847,10 +4313,12 @@ export interface UpdateResponseHeadersPolicyRequest {
3847
4313
  */
3848
4314
  export interface UpdateResponseHeadersPolicyResult {
3849
4315
  /**
4316
+ * @public
3850
4317
  * <p>A response headers policy.</p>
3851
4318
  */
3852
4319
  ResponseHeadersPolicy?: ResponseHeadersPolicy;
3853
4320
  /**
4321
+ * @public
3854
4322
  * <p>The current version of the response headers policy.</p>
3855
4323
  */
3856
4324
  ETag?: string;
@@ -3861,14 +4329,17 @@ export interface UpdateResponseHeadersPolicyResult {
3861
4329
  */
3862
4330
  export interface UpdateStreamingDistributionRequest {
3863
4331
  /**
4332
+ * @public
3864
4333
  * <p>The streaming distribution's configuration information.</p>
3865
4334
  */
3866
4335
  StreamingDistributionConfig: StreamingDistributionConfig | undefined;
3867
4336
  /**
4337
+ * @public
3868
4338
  * <p>The streaming distribution's id.</p>
3869
4339
  */
3870
4340
  Id: string | undefined;
3871
4341
  /**
4342
+ * @public
3872
4343
  * <p>The value of the <code>ETag</code> header that you received when retrieving the
3873
4344
  * streaming distribution's configuration. For example: <code>E2QWRUHAPOMQZL</code>.</p>
3874
4345
  */
@@ -3880,10 +4351,12 @@ export interface UpdateStreamingDistributionRequest {
3880
4351
  */
3881
4352
  export interface UpdateStreamingDistributionResult {
3882
4353
  /**
4354
+ * @public
3883
4355
  * <p>The streaming distribution's information.</p>
3884
4356
  */
3885
4357
  StreamingDistribution?: StreamingDistribution;
3886
4358
  /**
4359
+ * @public
3887
4360
  * <p>The current version of the configuration. For example:
3888
4361
  * <code>E2QWRUHAPOMQZL</code>.</p>
3889
4362
  */