aws-sdk-cloudfront 1.86.1 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,3180 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::CloudFront
9
+ module Types
10
+
11
+ class AccessDenied
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class ActiveTrustedKeyGroups
17
+ attr_accessor enabled: bool
18
+ attr_accessor quantity: ::Integer
19
+ attr_accessor items: ::Array[Types::KGKeyPairIds]
20
+ SENSITIVE: []
21
+ end
22
+
23
+ class ActiveTrustedSigners
24
+ attr_accessor enabled: bool
25
+ attr_accessor quantity: ::Integer
26
+ attr_accessor items: ::Array[Types::Signer]
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class AliasICPRecordal
31
+ attr_accessor cname: ::String
32
+ attr_accessor icp_recordal_status: ("APPROVED" | "SUSPENDED" | "PENDING")
33
+ SENSITIVE: []
34
+ end
35
+
36
+ class Aliases
37
+ attr_accessor quantity: ::Integer
38
+ attr_accessor items: ::Array[::String]
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class AllowedMethods
43
+ attr_accessor quantity: ::Integer
44
+ attr_accessor items: ::Array[("GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "OPTIONS" | "DELETE")]
45
+ attr_accessor cached_methods: Types::CachedMethods
46
+ SENSITIVE: []
47
+ end
48
+
49
+ class AssociateAliasRequest
50
+ attr_accessor target_distribution_id: ::String
51
+ attr_accessor alias: ::String
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class BatchTooLarge
56
+ attr_accessor message: ::String
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class CNAMEAlreadyExists
61
+ attr_accessor message: ::String
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class CacheBehavior
66
+ attr_accessor path_pattern: ::String
67
+ attr_accessor target_origin_id: ::String
68
+ attr_accessor trusted_signers: Types::TrustedSigners
69
+ attr_accessor trusted_key_groups: Types::TrustedKeyGroups
70
+ attr_accessor viewer_protocol_policy: ("allow-all" | "https-only" | "redirect-to-https")
71
+ attr_accessor allowed_methods: Types::AllowedMethods
72
+ attr_accessor smooth_streaming: bool
73
+ attr_accessor compress: bool
74
+ attr_accessor lambda_function_associations: Types::LambdaFunctionAssociations
75
+ attr_accessor function_associations: Types::FunctionAssociations
76
+ attr_accessor field_level_encryption_id: ::String
77
+ attr_accessor realtime_log_config_arn: ::String
78
+ attr_accessor cache_policy_id: ::String
79
+ attr_accessor origin_request_policy_id: ::String
80
+ attr_accessor response_headers_policy_id: ::String
81
+ attr_accessor forwarded_values: Types::ForwardedValues
82
+ attr_accessor min_ttl: ::Integer
83
+ attr_accessor default_ttl: ::Integer
84
+ attr_accessor max_ttl: ::Integer
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class CacheBehaviors
89
+ attr_accessor quantity: ::Integer
90
+ attr_accessor items: ::Array[Types::CacheBehavior]
91
+ SENSITIVE: []
92
+ end
93
+
94
+ class CachePolicy
95
+ attr_accessor id: ::String
96
+ attr_accessor last_modified_time: ::Time
97
+ attr_accessor cache_policy_config: Types::CachePolicyConfig
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class CachePolicyAlreadyExists
102
+ attr_accessor message: ::String
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class CachePolicyConfig
107
+ attr_accessor comment: ::String
108
+ attr_accessor name: ::String
109
+ attr_accessor default_ttl: ::Integer
110
+ attr_accessor max_ttl: ::Integer
111
+ attr_accessor min_ttl: ::Integer
112
+ attr_accessor parameters_in_cache_key_and_forwarded_to_origin: Types::ParametersInCacheKeyAndForwardedToOrigin
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class CachePolicyCookiesConfig
117
+ attr_accessor cookie_behavior: ("none" | "whitelist" | "allExcept" | "all")
118
+ attr_accessor cookies: Types::CookieNames
119
+ SENSITIVE: []
120
+ end
121
+
122
+ class CachePolicyHeadersConfig
123
+ attr_accessor header_behavior: ("none" | "whitelist")
124
+ attr_accessor headers: Types::Headers
125
+ SENSITIVE: []
126
+ end
127
+
128
+ class CachePolicyInUse
129
+ attr_accessor message: ::String
130
+ SENSITIVE: []
131
+ end
132
+
133
+ class CachePolicyList
134
+ attr_accessor next_marker: ::String
135
+ attr_accessor max_items: ::Integer
136
+ attr_accessor quantity: ::Integer
137
+ attr_accessor items: ::Array[Types::CachePolicySummary]
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class CachePolicyQueryStringsConfig
142
+ attr_accessor query_string_behavior: ("none" | "whitelist" | "allExcept" | "all")
143
+ attr_accessor query_strings: Types::QueryStringNames
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class CachePolicySummary
148
+ attr_accessor type: ("managed" | "custom")
149
+ attr_accessor cache_policy: Types::CachePolicy
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class CachedMethods
154
+ attr_accessor quantity: ::Integer
155
+ attr_accessor items: ::Array[("GET" | "HEAD" | "POST" | "PUT" | "PATCH" | "OPTIONS" | "DELETE")]
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class CannotChangeImmutablePublicKeyFields
160
+ attr_accessor message: ::String
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class CannotDeleteEntityWhileInUse
165
+ attr_accessor message: ::String
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class CloudFrontOriginAccessIdentity
170
+ attr_accessor id: ::String
171
+ attr_accessor s3_canonical_user_id: ::String
172
+ attr_accessor cloud_front_origin_access_identity_config: Types::CloudFrontOriginAccessIdentityConfig
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class CloudFrontOriginAccessIdentityAlreadyExists
177
+ attr_accessor message: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class CloudFrontOriginAccessIdentityConfig
182
+ attr_accessor caller_reference: ::String
183
+ attr_accessor comment: ::String
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class CloudFrontOriginAccessIdentityInUse
188
+ attr_accessor message: ::String
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class CloudFrontOriginAccessIdentityList
193
+ attr_accessor marker: ::String
194
+ attr_accessor next_marker: ::String
195
+ attr_accessor max_items: ::Integer
196
+ attr_accessor is_truncated: bool
197
+ attr_accessor quantity: ::Integer
198
+ attr_accessor items: ::Array[Types::CloudFrontOriginAccessIdentitySummary]
199
+ SENSITIVE: []
200
+ end
201
+
202
+ class CloudFrontOriginAccessIdentitySummary
203
+ attr_accessor id: ::String
204
+ attr_accessor s3_canonical_user_id: ::String
205
+ attr_accessor comment: ::String
206
+ SENSITIVE: []
207
+ end
208
+
209
+ class ConflictingAlias
210
+ attr_accessor alias: ::String
211
+ attr_accessor distribution_id: ::String
212
+ attr_accessor account_id: ::String
213
+ SENSITIVE: []
214
+ end
215
+
216
+ class ConflictingAliasesList
217
+ attr_accessor next_marker: ::String
218
+ attr_accessor max_items: ::Integer
219
+ attr_accessor quantity: ::Integer
220
+ attr_accessor items: ::Array[Types::ConflictingAlias]
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class ContentTypeProfile
225
+ attr_accessor format: ("URLEncoded")
226
+ attr_accessor profile_id: ::String
227
+ attr_accessor content_type: ::String
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class ContentTypeProfileConfig
232
+ attr_accessor forward_when_content_type_is_unknown: bool
233
+ attr_accessor content_type_profiles: Types::ContentTypeProfiles
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class ContentTypeProfiles
238
+ attr_accessor quantity: ::Integer
239
+ attr_accessor items: ::Array[Types::ContentTypeProfile]
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class ContinuousDeploymentPolicy
244
+ attr_accessor id: ::String
245
+ attr_accessor last_modified_time: ::Time
246
+ attr_accessor continuous_deployment_policy_config: Types::ContinuousDeploymentPolicyConfig
247
+ SENSITIVE: []
248
+ end
249
+
250
+ class ContinuousDeploymentPolicyAlreadyExists
251
+ attr_accessor message: ::String
252
+ SENSITIVE: []
253
+ end
254
+
255
+ class ContinuousDeploymentPolicyConfig
256
+ attr_accessor staging_distribution_dns_names: Types::StagingDistributionDnsNames
257
+ attr_accessor enabled: bool
258
+ attr_accessor traffic_config: Types::TrafficConfig
259
+ SENSITIVE: []
260
+ end
261
+
262
+ class ContinuousDeploymentPolicyInUse
263
+ attr_accessor message: ::String
264
+ SENSITIVE: []
265
+ end
266
+
267
+ class ContinuousDeploymentPolicyList
268
+ attr_accessor next_marker: ::String
269
+ attr_accessor max_items: ::Integer
270
+ attr_accessor quantity: ::Integer
271
+ attr_accessor items: ::Array[Types::ContinuousDeploymentPolicySummary]
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class ContinuousDeploymentPolicySummary
276
+ attr_accessor continuous_deployment_policy: Types::ContinuousDeploymentPolicy
277
+ SENSITIVE: []
278
+ end
279
+
280
+ class ContinuousDeploymentSingleHeaderConfig
281
+ attr_accessor header: ::String
282
+ attr_accessor value: ::String
283
+ SENSITIVE: []
284
+ end
285
+
286
+ class ContinuousDeploymentSingleWeightConfig
287
+ attr_accessor weight: ::Float
288
+ attr_accessor session_stickiness_config: Types::SessionStickinessConfig
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class CookieNames
293
+ attr_accessor quantity: ::Integer
294
+ attr_accessor items: ::Array[::String]
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class CookiePreference
299
+ attr_accessor forward: ("none" | "whitelist" | "all")
300
+ attr_accessor whitelisted_names: Types::CookieNames
301
+ SENSITIVE: []
302
+ end
303
+
304
+ class CopyDistributionRequest
305
+ attr_accessor primary_distribution_id: ::String
306
+ attr_accessor staging: bool
307
+ attr_accessor if_match: ::String
308
+ attr_accessor caller_reference: ::String
309
+ attr_accessor enabled: bool
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class CopyDistributionResult
314
+ attr_accessor distribution: Types::Distribution
315
+ attr_accessor location: ::String
316
+ attr_accessor etag: ::String
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class CreateCachePolicyRequest
321
+ attr_accessor cache_policy_config: Types::CachePolicyConfig
322
+ SENSITIVE: []
323
+ end
324
+
325
+ class CreateCachePolicyResult
326
+ attr_accessor cache_policy: Types::CachePolicy
327
+ attr_accessor location: ::String
328
+ attr_accessor etag: ::String
329
+ SENSITIVE: []
330
+ end
331
+
332
+ class CreateCloudFrontOriginAccessIdentityRequest
333
+ attr_accessor cloud_front_origin_access_identity_config: Types::CloudFrontOriginAccessIdentityConfig
334
+ SENSITIVE: []
335
+ end
336
+
337
+ class CreateCloudFrontOriginAccessIdentityResult
338
+ attr_accessor cloud_front_origin_access_identity: Types::CloudFrontOriginAccessIdentity
339
+ attr_accessor location: ::String
340
+ attr_accessor etag: ::String
341
+ SENSITIVE: []
342
+ end
343
+
344
+ class CreateContinuousDeploymentPolicyRequest
345
+ attr_accessor continuous_deployment_policy_config: Types::ContinuousDeploymentPolicyConfig
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class CreateContinuousDeploymentPolicyResult
350
+ attr_accessor continuous_deployment_policy: Types::ContinuousDeploymentPolicy
351
+ attr_accessor location: ::String
352
+ attr_accessor etag: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class CreateDistributionRequest
357
+ attr_accessor distribution_config: Types::DistributionConfig
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class CreateDistributionResult
362
+ attr_accessor distribution: Types::Distribution
363
+ attr_accessor location: ::String
364
+ attr_accessor etag: ::String
365
+ SENSITIVE: []
366
+ end
367
+
368
+ class CreateDistributionWithTagsRequest
369
+ attr_accessor distribution_config_with_tags: Types::DistributionConfigWithTags
370
+ SENSITIVE: []
371
+ end
372
+
373
+ class CreateDistributionWithTagsResult
374
+ attr_accessor distribution: Types::Distribution
375
+ attr_accessor location: ::String
376
+ attr_accessor etag: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class CreateFieldLevelEncryptionConfigRequest
381
+ attr_accessor field_level_encryption_config: Types::FieldLevelEncryptionConfig
382
+ SENSITIVE: []
383
+ end
384
+
385
+ class CreateFieldLevelEncryptionConfigResult
386
+ attr_accessor field_level_encryption: Types::FieldLevelEncryption
387
+ attr_accessor location: ::String
388
+ attr_accessor etag: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class CreateFieldLevelEncryptionProfileRequest
393
+ attr_accessor field_level_encryption_profile_config: Types::FieldLevelEncryptionProfileConfig
394
+ SENSITIVE: []
395
+ end
396
+
397
+ class CreateFieldLevelEncryptionProfileResult
398
+ attr_accessor field_level_encryption_profile: Types::FieldLevelEncryptionProfile
399
+ attr_accessor location: ::String
400
+ attr_accessor etag: ::String
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class CreateFunctionRequest
405
+ attr_accessor name: ::String
406
+ attr_accessor function_config: Types::FunctionConfig
407
+ attr_accessor function_code: ::String
408
+ SENSITIVE: [:function_code]
409
+ end
410
+
411
+ class CreateFunctionResult
412
+ attr_accessor function_summary: Types::FunctionSummary
413
+ attr_accessor location: ::String
414
+ attr_accessor etag: ::String
415
+ SENSITIVE: []
416
+ end
417
+
418
+ class CreateInvalidationRequest
419
+ attr_accessor distribution_id: ::String
420
+ attr_accessor invalidation_batch: Types::InvalidationBatch
421
+ SENSITIVE: []
422
+ end
423
+
424
+ class CreateInvalidationResult
425
+ attr_accessor location: ::String
426
+ attr_accessor invalidation: Types::Invalidation
427
+ SENSITIVE: []
428
+ end
429
+
430
+ class CreateKeyGroupRequest
431
+ attr_accessor key_group_config: Types::KeyGroupConfig
432
+ SENSITIVE: []
433
+ end
434
+
435
+ class CreateKeyGroupResult
436
+ attr_accessor key_group: Types::KeyGroup
437
+ attr_accessor location: ::String
438
+ attr_accessor etag: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class CreateKeyValueStoreRequest
443
+ attr_accessor name: ::String
444
+ attr_accessor comment: ::String
445
+ attr_accessor import_source: Types::ImportSource
446
+ SENSITIVE: []
447
+ end
448
+
449
+ class CreateKeyValueStoreResult
450
+ attr_accessor key_value_store: Types::KeyValueStore
451
+ attr_accessor etag: ::String
452
+ attr_accessor location: ::String
453
+ SENSITIVE: []
454
+ end
455
+
456
+ class CreateMonitoringSubscriptionRequest
457
+ attr_accessor distribution_id: ::String
458
+ attr_accessor monitoring_subscription: Types::MonitoringSubscription
459
+ SENSITIVE: []
460
+ end
461
+
462
+ class CreateMonitoringSubscriptionResult
463
+ attr_accessor monitoring_subscription: Types::MonitoringSubscription
464
+ SENSITIVE: []
465
+ end
466
+
467
+ class CreateOriginAccessControlRequest
468
+ attr_accessor origin_access_control_config: Types::OriginAccessControlConfig
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class CreateOriginAccessControlResult
473
+ attr_accessor origin_access_control: Types::OriginAccessControl
474
+ attr_accessor location: ::String
475
+ attr_accessor etag: ::String
476
+ SENSITIVE: []
477
+ end
478
+
479
+ class CreateOriginRequestPolicyRequest
480
+ attr_accessor origin_request_policy_config: Types::OriginRequestPolicyConfig
481
+ SENSITIVE: []
482
+ end
483
+
484
+ class CreateOriginRequestPolicyResult
485
+ attr_accessor origin_request_policy: Types::OriginRequestPolicy
486
+ attr_accessor location: ::String
487
+ attr_accessor etag: ::String
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class CreatePublicKeyRequest
492
+ attr_accessor public_key_config: Types::PublicKeyConfig
493
+ SENSITIVE: []
494
+ end
495
+
496
+ class CreatePublicKeyResult
497
+ attr_accessor public_key: Types::PublicKey
498
+ attr_accessor location: ::String
499
+ attr_accessor etag: ::String
500
+ SENSITIVE: []
501
+ end
502
+
503
+ class CreateRealtimeLogConfigRequest
504
+ attr_accessor end_points: ::Array[Types::EndPoint]
505
+ attr_accessor fields: ::Array[::String]
506
+ attr_accessor name: ::String
507
+ attr_accessor sampling_rate: ::Integer
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class CreateRealtimeLogConfigResult
512
+ attr_accessor realtime_log_config: Types::RealtimeLogConfig
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class CreateResponseHeadersPolicyRequest
517
+ attr_accessor response_headers_policy_config: Types::ResponseHeadersPolicyConfig
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class CreateResponseHeadersPolicyResult
522
+ attr_accessor response_headers_policy: Types::ResponseHeadersPolicy
523
+ attr_accessor location: ::String
524
+ attr_accessor etag: ::String
525
+ SENSITIVE: []
526
+ end
527
+
528
+ class CreateStreamingDistributionRequest
529
+ attr_accessor streaming_distribution_config: Types::StreamingDistributionConfig
530
+ SENSITIVE: []
531
+ end
532
+
533
+ class CreateStreamingDistributionResult
534
+ attr_accessor streaming_distribution: Types::StreamingDistribution
535
+ attr_accessor location: ::String
536
+ attr_accessor etag: ::String
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class CreateStreamingDistributionWithTagsRequest
541
+ attr_accessor streaming_distribution_config_with_tags: Types::StreamingDistributionConfigWithTags
542
+ SENSITIVE: []
543
+ end
544
+
545
+ class CreateStreamingDistributionWithTagsResult
546
+ attr_accessor streaming_distribution: Types::StreamingDistribution
547
+ attr_accessor location: ::String
548
+ attr_accessor etag: ::String
549
+ SENSITIVE: []
550
+ end
551
+
552
+ class CustomErrorResponse
553
+ attr_accessor error_code: ::Integer
554
+ attr_accessor response_page_path: ::String
555
+ attr_accessor response_code: ::String
556
+ attr_accessor error_caching_min_ttl: ::Integer
557
+ SENSITIVE: []
558
+ end
559
+
560
+ class CustomErrorResponses
561
+ attr_accessor quantity: ::Integer
562
+ attr_accessor items: ::Array[Types::CustomErrorResponse]
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class CustomHeaders
567
+ attr_accessor quantity: ::Integer
568
+ attr_accessor items: ::Array[Types::OriginCustomHeader]
569
+ SENSITIVE: []
570
+ end
571
+
572
+ class CustomOriginConfig
573
+ attr_accessor http_port: ::Integer
574
+ attr_accessor https_port: ::Integer
575
+ attr_accessor origin_protocol_policy: ("http-only" | "match-viewer" | "https-only")
576
+ attr_accessor origin_ssl_protocols: Types::OriginSslProtocols
577
+ attr_accessor origin_read_timeout: ::Integer
578
+ attr_accessor origin_keepalive_timeout: ::Integer
579
+ SENSITIVE: []
580
+ end
581
+
582
+ class DefaultCacheBehavior
583
+ attr_accessor target_origin_id: ::String
584
+ attr_accessor trusted_signers: Types::TrustedSigners
585
+ attr_accessor trusted_key_groups: Types::TrustedKeyGroups
586
+ attr_accessor viewer_protocol_policy: ("allow-all" | "https-only" | "redirect-to-https")
587
+ attr_accessor allowed_methods: Types::AllowedMethods
588
+ attr_accessor smooth_streaming: bool
589
+ attr_accessor compress: bool
590
+ attr_accessor lambda_function_associations: Types::LambdaFunctionAssociations
591
+ attr_accessor function_associations: Types::FunctionAssociations
592
+ attr_accessor field_level_encryption_id: ::String
593
+ attr_accessor realtime_log_config_arn: ::String
594
+ attr_accessor cache_policy_id: ::String
595
+ attr_accessor origin_request_policy_id: ::String
596
+ attr_accessor response_headers_policy_id: ::String
597
+ attr_accessor forwarded_values: Types::ForwardedValues
598
+ attr_accessor min_ttl: ::Integer
599
+ attr_accessor default_ttl: ::Integer
600
+ attr_accessor max_ttl: ::Integer
601
+ SENSITIVE: []
602
+ end
603
+
604
+ class DeleteCachePolicyRequest
605
+ attr_accessor id: ::String
606
+ attr_accessor if_match: ::String
607
+ SENSITIVE: []
608
+ end
609
+
610
+ class DeleteCloudFrontOriginAccessIdentityRequest
611
+ attr_accessor id: ::String
612
+ attr_accessor if_match: ::String
613
+ SENSITIVE: []
614
+ end
615
+
616
+ class DeleteContinuousDeploymentPolicyRequest
617
+ attr_accessor id: ::String
618
+ attr_accessor if_match: ::String
619
+ SENSITIVE: []
620
+ end
621
+
622
+ class DeleteDistributionRequest
623
+ attr_accessor id: ::String
624
+ attr_accessor if_match: ::String
625
+ SENSITIVE: []
626
+ end
627
+
628
+ class DeleteFieldLevelEncryptionConfigRequest
629
+ attr_accessor id: ::String
630
+ attr_accessor if_match: ::String
631
+ SENSITIVE: []
632
+ end
633
+
634
+ class DeleteFieldLevelEncryptionProfileRequest
635
+ attr_accessor id: ::String
636
+ attr_accessor if_match: ::String
637
+ SENSITIVE: []
638
+ end
639
+
640
+ class DeleteFunctionRequest
641
+ attr_accessor name: ::String
642
+ attr_accessor if_match: ::String
643
+ SENSITIVE: []
644
+ end
645
+
646
+ class DeleteKeyGroupRequest
647
+ attr_accessor id: ::String
648
+ attr_accessor if_match: ::String
649
+ SENSITIVE: []
650
+ end
651
+
652
+ class DeleteKeyValueStoreRequest
653
+ attr_accessor name: ::String
654
+ attr_accessor if_match: ::String
655
+ SENSITIVE: []
656
+ end
657
+
658
+ class DeleteMonitoringSubscriptionRequest
659
+ attr_accessor distribution_id: ::String
660
+ SENSITIVE: []
661
+ end
662
+
663
+ class DeleteMonitoringSubscriptionResult < Aws::EmptyStructure
664
+ end
665
+
666
+ class DeleteOriginAccessControlRequest
667
+ attr_accessor id: ::String
668
+ attr_accessor if_match: ::String
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class DeleteOriginRequestPolicyRequest
673
+ attr_accessor id: ::String
674
+ attr_accessor if_match: ::String
675
+ SENSITIVE: []
676
+ end
677
+
678
+ class DeletePublicKeyRequest
679
+ attr_accessor id: ::String
680
+ attr_accessor if_match: ::String
681
+ SENSITIVE: []
682
+ end
683
+
684
+ class DeleteRealtimeLogConfigRequest
685
+ attr_accessor name: ::String
686
+ attr_accessor arn: ::String
687
+ SENSITIVE: []
688
+ end
689
+
690
+ class DeleteResponseHeadersPolicyRequest
691
+ attr_accessor id: ::String
692
+ attr_accessor if_match: ::String
693
+ SENSITIVE: []
694
+ end
695
+
696
+ class DeleteStreamingDistributionRequest
697
+ attr_accessor id: ::String
698
+ attr_accessor if_match: ::String
699
+ SENSITIVE: []
700
+ end
701
+
702
+ class DescribeFunctionRequest
703
+ attr_accessor name: ::String
704
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
705
+ SENSITIVE: []
706
+ end
707
+
708
+ class DescribeFunctionResult
709
+ attr_accessor function_summary: Types::FunctionSummary
710
+ attr_accessor etag: ::String
711
+ SENSITIVE: []
712
+ end
713
+
714
+ class DescribeKeyValueStoreRequest
715
+ attr_accessor name: ::String
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class DescribeKeyValueStoreResult
720
+ attr_accessor key_value_store: Types::KeyValueStore
721
+ attr_accessor etag: ::String
722
+ SENSITIVE: []
723
+ end
724
+
725
+ class Distribution
726
+ attr_accessor id: ::String
727
+ attr_accessor arn: ::String
728
+ attr_accessor status: ::String
729
+ attr_accessor last_modified_time: ::Time
730
+ attr_accessor in_progress_invalidation_batches: ::Integer
731
+ attr_accessor domain_name: ::String
732
+ attr_accessor active_trusted_signers: Types::ActiveTrustedSigners
733
+ attr_accessor active_trusted_key_groups: Types::ActiveTrustedKeyGroups
734
+ attr_accessor distribution_config: Types::DistributionConfig
735
+ attr_accessor alias_icp_recordals: ::Array[Types::AliasICPRecordal]
736
+ SENSITIVE: []
737
+ end
738
+
739
+ class DistributionAlreadyExists
740
+ attr_accessor message: ::String
741
+ SENSITIVE: []
742
+ end
743
+
744
+ class DistributionConfig
745
+ attr_accessor caller_reference: ::String
746
+ attr_accessor aliases: Types::Aliases
747
+ attr_accessor default_root_object: ::String
748
+ attr_accessor origins: Types::Origins
749
+ attr_accessor origin_groups: Types::OriginGroups
750
+ attr_accessor default_cache_behavior: Types::DefaultCacheBehavior
751
+ attr_accessor cache_behaviors: Types::CacheBehaviors
752
+ attr_accessor custom_error_responses: Types::CustomErrorResponses
753
+ attr_accessor comment: ::String
754
+ attr_accessor logging: Types::LoggingConfig
755
+ attr_accessor price_class: ("PriceClass_100" | "PriceClass_200" | "PriceClass_All")
756
+ attr_accessor enabled: bool
757
+ attr_accessor viewer_certificate: Types::ViewerCertificate
758
+ attr_accessor restrictions: Types::Restrictions
759
+ attr_accessor web_acl_id: ::String
760
+ attr_accessor http_version: ("http1.1" | "http2" | "http3" | "http2and3")
761
+ attr_accessor is_ipv6_enabled: bool
762
+ attr_accessor continuous_deployment_policy_id: ::String
763
+ attr_accessor staging: bool
764
+ SENSITIVE: [:comment]
765
+ end
766
+
767
+ class DistributionConfigWithTags
768
+ attr_accessor distribution_config: Types::DistributionConfig
769
+ attr_accessor tags: Types::Tags
770
+ SENSITIVE: []
771
+ end
772
+
773
+ class DistributionIdList
774
+ attr_accessor marker: ::String
775
+ attr_accessor next_marker: ::String
776
+ attr_accessor max_items: ::Integer
777
+ attr_accessor is_truncated: bool
778
+ attr_accessor quantity: ::Integer
779
+ attr_accessor items: ::Array[::String]
780
+ SENSITIVE: []
781
+ end
782
+
783
+ class DistributionList
784
+ attr_accessor marker: ::String
785
+ attr_accessor next_marker: ::String
786
+ attr_accessor max_items: ::Integer
787
+ attr_accessor is_truncated: bool
788
+ attr_accessor quantity: ::Integer
789
+ attr_accessor items: ::Array[Types::DistributionSummary]
790
+ SENSITIVE: []
791
+ end
792
+
793
+ class DistributionNotDisabled
794
+ attr_accessor message: ::String
795
+ SENSITIVE: []
796
+ end
797
+
798
+ class DistributionSummary
799
+ attr_accessor id: ::String
800
+ attr_accessor arn: ::String
801
+ attr_accessor status: ::String
802
+ attr_accessor last_modified_time: ::Time
803
+ attr_accessor domain_name: ::String
804
+ attr_accessor aliases: Types::Aliases
805
+ attr_accessor origins: Types::Origins
806
+ attr_accessor origin_groups: Types::OriginGroups
807
+ attr_accessor default_cache_behavior: Types::DefaultCacheBehavior
808
+ attr_accessor cache_behaviors: Types::CacheBehaviors
809
+ attr_accessor custom_error_responses: Types::CustomErrorResponses
810
+ attr_accessor comment: ::String
811
+ attr_accessor price_class: ("PriceClass_100" | "PriceClass_200" | "PriceClass_All")
812
+ attr_accessor enabled: bool
813
+ attr_accessor viewer_certificate: Types::ViewerCertificate
814
+ attr_accessor restrictions: Types::Restrictions
815
+ attr_accessor web_acl_id: ::String
816
+ attr_accessor http_version: ("http1.1" | "http2" | "http3" | "http2and3")
817
+ attr_accessor is_ipv6_enabled: bool
818
+ attr_accessor alias_icp_recordals: ::Array[Types::AliasICPRecordal]
819
+ attr_accessor staging: bool
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class EncryptionEntities
824
+ attr_accessor quantity: ::Integer
825
+ attr_accessor items: ::Array[Types::EncryptionEntity]
826
+ SENSITIVE: []
827
+ end
828
+
829
+ class EncryptionEntity
830
+ attr_accessor public_key_id: ::String
831
+ attr_accessor provider_id: ::String
832
+ attr_accessor field_patterns: Types::FieldPatterns
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class EndPoint
837
+ attr_accessor stream_type: ::String
838
+ attr_accessor kinesis_stream_config: Types::KinesisStreamConfig
839
+ SENSITIVE: []
840
+ end
841
+
842
+ class EntityAlreadyExists
843
+ attr_accessor message: ::String
844
+ SENSITIVE: []
845
+ end
846
+
847
+ class EntityLimitExceeded
848
+ attr_accessor message: ::String
849
+ SENSITIVE: []
850
+ end
851
+
852
+ class EntityNotFound
853
+ attr_accessor message: ::String
854
+ SENSITIVE: []
855
+ end
856
+
857
+ class EntitySizeLimitExceeded
858
+ attr_accessor message: ::String
859
+ SENSITIVE: []
860
+ end
861
+
862
+ class FieldLevelEncryption
863
+ attr_accessor id: ::String
864
+ attr_accessor last_modified_time: ::Time
865
+ attr_accessor field_level_encryption_config: Types::FieldLevelEncryptionConfig
866
+ SENSITIVE: []
867
+ end
868
+
869
+ class FieldLevelEncryptionConfig
870
+ attr_accessor caller_reference: ::String
871
+ attr_accessor comment: ::String
872
+ attr_accessor query_arg_profile_config: Types::QueryArgProfileConfig
873
+ attr_accessor content_type_profile_config: Types::ContentTypeProfileConfig
874
+ SENSITIVE: []
875
+ end
876
+
877
+ class FieldLevelEncryptionConfigAlreadyExists
878
+ attr_accessor message: ::String
879
+ SENSITIVE: []
880
+ end
881
+
882
+ class FieldLevelEncryptionConfigInUse
883
+ attr_accessor message: ::String
884
+ SENSITIVE: []
885
+ end
886
+
887
+ class FieldLevelEncryptionList
888
+ attr_accessor next_marker: ::String
889
+ attr_accessor max_items: ::Integer
890
+ attr_accessor quantity: ::Integer
891
+ attr_accessor items: ::Array[Types::FieldLevelEncryptionSummary]
892
+ SENSITIVE: []
893
+ end
894
+
895
+ class FieldLevelEncryptionProfile
896
+ attr_accessor id: ::String
897
+ attr_accessor last_modified_time: ::Time
898
+ attr_accessor field_level_encryption_profile_config: Types::FieldLevelEncryptionProfileConfig
899
+ SENSITIVE: []
900
+ end
901
+
902
+ class FieldLevelEncryptionProfileAlreadyExists
903
+ attr_accessor message: ::String
904
+ SENSITIVE: []
905
+ end
906
+
907
+ class FieldLevelEncryptionProfileConfig
908
+ attr_accessor name: ::String
909
+ attr_accessor caller_reference: ::String
910
+ attr_accessor comment: ::String
911
+ attr_accessor encryption_entities: Types::EncryptionEntities
912
+ SENSITIVE: []
913
+ end
914
+
915
+ class FieldLevelEncryptionProfileInUse
916
+ attr_accessor message: ::String
917
+ SENSITIVE: []
918
+ end
919
+
920
+ class FieldLevelEncryptionProfileList
921
+ attr_accessor next_marker: ::String
922
+ attr_accessor max_items: ::Integer
923
+ attr_accessor quantity: ::Integer
924
+ attr_accessor items: ::Array[Types::FieldLevelEncryptionProfileSummary]
925
+ SENSITIVE: []
926
+ end
927
+
928
+ class FieldLevelEncryptionProfileSizeExceeded
929
+ attr_accessor message: ::String
930
+ SENSITIVE: []
931
+ end
932
+
933
+ class FieldLevelEncryptionProfileSummary
934
+ attr_accessor id: ::String
935
+ attr_accessor last_modified_time: ::Time
936
+ attr_accessor name: ::String
937
+ attr_accessor encryption_entities: Types::EncryptionEntities
938
+ attr_accessor comment: ::String
939
+ SENSITIVE: []
940
+ end
941
+
942
+ class FieldLevelEncryptionSummary
943
+ attr_accessor id: ::String
944
+ attr_accessor last_modified_time: ::Time
945
+ attr_accessor comment: ::String
946
+ attr_accessor query_arg_profile_config: Types::QueryArgProfileConfig
947
+ attr_accessor content_type_profile_config: Types::ContentTypeProfileConfig
948
+ SENSITIVE: []
949
+ end
950
+
951
+ class FieldPatterns
952
+ attr_accessor quantity: ::Integer
953
+ attr_accessor items: ::Array[::String]
954
+ SENSITIVE: []
955
+ end
956
+
957
+ class ForwardedValues
958
+ attr_accessor query_string: bool
959
+ attr_accessor cookies: Types::CookiePreference
960
+ attr_accessor headers: Types::Headers
961
+ attr_accessor query_string_cache_keys: Types::QueryStringCacheKeys
962
+ SENSITIVE: []
963
+ end
964
+
965
+ class FunctionAlreadyExists
966
+ attr_accessor message: ::String
967
+ SENSITIVE: []
968
+ end
969
+
970
+ class FunctionAssociation
971
+ attr_accessor function_arn: ::String
972
+ attr_accessor event_type: ("viewer-request" | "viewer-response" | "origin-request" | "origin-response")
973
+ SENSITIVE: []
974
+ end
975
+
976
+ class FunctionAssociations
977
+ attr_accessor quantity: ::Integer
978
+ attr_accessor items: ::Array[Types::FunctionAssociation]
979
+ SENSITIVE: []
980
+ end
981
+
982
+ class FunctionConfig
983
+ attr_accessor comment: ::String
984
+ attr_accessor runtime: ("cloudfront-js-1.0" | "cloudfront-js-2.0")
985
+ attr_accessor key_value_store_associations: Types::KeyValueStoreAssociations
986
+ SENSITIVE: []
987
+ end
988
+
989
+ class FunctionInUse
990
+ attr_accessor message: ::String
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class FunctionList
995
+ attr_accessor next_marker: ::String
996
+ attr_accessor max_items: ::Integer
997
+ attr_accessor quantity: ::Integer
998
+ attr_accessor items: ::Array[Types::FunctionSummary]
999
+ SENSITIVE: []
1000
+ end
1001
+
1002
+ class FunctionMetadata
1003
+ attr_accessor function_arn: ::String
1004
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
1005
+ attr_accessor created_time: ::Time
1006
+ attr_accessor last_modified_time: ::Time
1007
+ SENSITIVE: []
1008
+ end
1009
+
1010
+ class FunctionSizeLimitExceeded
1011
+ attr_accessor message: ::String
1012
+ SENSITIVE: []
1013
+ end
1014
+
1015
+ class FunctionSummary
1016
+ attr_accessor name: ::String
1017
+ attr_accessor status: ::String
1018
+ attr_accessor function_config: Types::FunctionConfig
1019
+ attr_accessor function_metadata: Types::FunctionMetadata
1020
+ SENSITIVE: []
1021
+ end
1022
+
1023
+ class GeoRestriction
1024
+ attr_accessor restriction_type: ("blacklist" | "whitelist" | "none")
1025
+ attr_accessor quantity: ::Integer
1026
+ attr_accessor items: ::Array[::String]
1027
+ SENSITIVE: []
1028
+ end
1029
+
1030
+ class GetCachePolicyConfigRequest
1031
+ attr_accessor id: ::String
1032
+ SENSITIVE: []
1033
+ end
1034
+
1035
+ class GetCachePolicyConfigResult
1036
+ attr_accessor cache_policy_config: Types::CachePolicyConfig
1037
+ attr_accessor etag: ::String
1038
+ SENSITIVE: []
1039
+ end
1040
+
1041
+ class GetCachePolicyRequest
1042
+ attr_accessor id: ::String
1043
+ SENSITIVE: []
1044
+ end
1045
+
1046
+ class GetCachePolicyResult
1047
+ attr_accessor cache_policy: Types::CachePolicy
1048
+ attr_accessor etag: ::String
1049
+ SENSITIVE: []
1050
+ end
1051
+
1052
+ class GetCloudFrontOriginAccessIdentityConfigRequest
1053
+ attr_accessor id: ::String
1054
+ SENSITIVE: []
1055
+ end
1056
+
1057
+ class GetCloudFrontOriginAccessIdentityConfigResult
1058
+ attr_accessor cloud_front_origin_access_identity_config: Types::CloudFrontOriginAccessIdentityConfig
1059
+ attr_accessor etag: ::String
1060
+ SENSITIVE: []
1061
+ end
1062
+
1063
+ class GetCloudFrontOriginAccessIdentityRequest
1064
+ attr_accessor id: ::String
1065
+ SENSITIVE: []
1066
+ end
1067
+
1068
+ class GetCloudFrontOriginAccessIdentityResult
1069
+ attr_accessor cloud_front_origin_access_identity: Types::CloudFrontOriginAccessIdentity
1070
+ attr_accessor etag: ::String
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class GetContinuousDeploymentPolicyConfigRequest
1075
+ attr_accessor id: ::String
1076
+ SENSITIVE: []
1077
+ end
1078
+
1079
+ class GetContinuousDeploymentPolicyConfigResult
1080
+ attr_accessor continuous_deployment_policy_config: Types::ContinuousDeploymentPolicyConfig
1081
+ attr_accessor etag: ::String
1082
+ SENSITIVE: []
1083
+ end
1084
+
1085
+ class GetContinuousDeploymentPolicyRequest
1086
+ attr_accessor id: ::String
1087
+ SENSITIVE: []
1088
+ end
1089
+
1090
+ class GetContinuousDeploymentPolicyResult
1091
+ attr_accessor continuous_deployment_policy: Types::ContinuousDeploymentPolicy
1092
+ attr_accessor etag: ::String
1093
+ SENSITIVE: []
1094
+ end
1095
+
1096
+ class GetDistributionConfigRequest
1097
+ attr_accessor id: ::String
1098
+ SENSITIVE: []
1099
+ end
1100
+
1101
+ class GetDistributionConfigResult
1102
+ attr_accessor distribution_config: Types::DistributionConfig
1103
+ attr_accessor etag: ::String
1104
+ SENSITIVE: []
1105
+ end
1106
+
1107
+ class GetDistributionRequest
1108
+ attr_accessor id: ::String
1109
+ SENSITIVE: []
1110
+ end
1111
+
1112
+ class GetDistributionResult
1113
+ attr_accessor distribution: Types::Distribution
1114
+ attr_accessor etag: ::String
1115
+ SENSITIVE: []
1116
+ end
1117
+
1118
+ class GetFieldLevelEncryptionConfigRequest
1119
+ attr_accessor id: ::String
1120
+ SENSITIVE: []
1121
+ end
1122
+
1123
+ class GetFieldLevelEncryptionConfigResult
1124
+ attr_accessor field_level_encryption_config: Types::FieldLevelEncryptionConfig
1125
+ attr_accessor etag: ::String
1126
+ SENSITIVE: []
1127
+ end
1128
+
1129
+ class GetFieldLevelEncryptionProfileConfigRequest
1130
+ attr_accessor id: ::String
1131
+ SENSITIVE: []
1132
+ end
1133
+
1134
+ class GetFieldLevelEncryptionProfileConfigResult
1135
+ attr_accessor field_level_encryption_profile_config: Types::FieldLevelEncryptionProfileConfig
1136
+ attr_accessor etag: ::String
1137
+ SENSITIVE: []
1138
+ end
1139
+
1140
+ class GetFieldLevelEncryptionProfileRequest
1141
+ attr_accessor id: ::String
1142
+ SENSITIVE: []
1143
+ end
1144
+
1145
+ class GetFieldLevelEncryptionProfileResult
1146
+ attr_accessor field_level_encryption_profile: Types::FieldLevelEncryptionProfile
1147
+ attr_accessor etag: ::String
1148
+ SENSITIVE: []
1149
+ end
1150
+
1151
+ class GetFieldLevelEncryptionRequest
1152
+ attr_accessor id: ::String
1153
+ SENSITIVE: []
1154
+ end
1155
+
1156
+ class GetFieldLevelEncryptionResult
1157
+ attr_accessor field_level_encryption: Types::FieldLevelEncryption
1158
+ attr_accessor etag: ::String
1159
+ SENSITIVE: []
1160
+ end
1161
+
1162
+ class GetFunctionRequest
1163
+ attr_accessor name: ::String
1164
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
1165
+ SENSITIVE: []
1166
+ end
1167
+
1168
+ class GetFunctionResult
1169
+ attr_accessor function_code: ::String
1170
+ attr_accessor etag: ::String
1171
+ attr_accessor content_type: ::String
1172
+ SENSITIVE: [:function_code]
1173
+ end
1174
+
1175
+ class GetInvalidationRequest
1176
+ attr_accessor distribution_id: ::String
1177
+ attr_accessor id: ::String
1178
+ SENSITIVE: []
1179
+ end
1180
+
1181
+ class GetInvalidationResult
1182
+ attr_accessor invalidation: Types::Invalidation
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class GetKeyGroupConfigRequest
1187
+ attr_accessor id: ::String
1188
+ SENSITIVE: []
1189
+ end
1190
+
1191
+ class GetKeyGroupConfigResult
1192
+ attr_accessor key_group_config: Types::KeyGroupConfig
1193
+ attr_accessor etag: ::String
1194
+ SENSITIVE: []
1195
+ end
1196
+
1197
+ class GetKeyGroupRequest
1198
+ attr_accessor id: ::String
1199
+ SENSITIVE: []
1200
+ end
1201
+
1202
+ class GetKeyGroupResult
1203
+ attr_accessor key_group: Types::KeyGroup
1204
+ attr_accessor etag: ::String
1205
+ SENSITIVE: []
1206
+ end
1207
+
1208
+ class GetMonitoringSubscriptionRequest
1209
+ attr_accessor distribution_id: ::String
1210
+ SENSITIVE: []
1211
+ end
1212
+
1213
+ class GetMonitoringSubscriptionResult
1214
+ attr_accessor monitoring_subscription: Types::MonitoringSubscription
1215
+ SENSITIVE: []
1216
+ end
1217
+
1218
+ class GetOriginAccessControlConfigRequest
1219
+ attr_accessor id: ::String
1220
+ SENSITIVE: []
1221
+ end
1222
+
1223
+ class GetOriginAccessControlConfigResult
1224
+ attr_accessor origin_access_control_config: Types::OriginAccessControlConfig
1225
+ attr_accessor etag: ::String
1226
+ SENSITIVE: []
1227
+ end
1228
+
1229
+ class GetOriginAccessControlRequest
1230
+ attr_accessor id: ::String
1231
+ SENSITIVE: []
1232
+ end
1233
+
1234
+ class GetOriginAccessControlResult
1235
+ attr_accessor origin_access_control: Types::OriginAccessControl
1236
+ attr_accessor etag: ::String
1237
+ SENSITIVE: []
1238
+ end
1239
+
1240
+ class GetOriginRequestPolicyConfigRequest
1241
+ attr_accessor id: ::String
1242
+ SENSITIVE: []
1243
+ end
1244
+
1245
+ class GetOriginRequestPolicyConfigResult
1246
+ attr_accessor origin_request_policy_config: Types::OriginRequestPolicyConfig
1247
+ attr_accessor etag: ::String
1248
+ SENSITIVE: []
1249
+ end
1250
+
1251
+ class GetOriginRequestPolicyRequest
1252
+ attr_accessor id: ::String
1253
+ SENSITIVE: []
1254
+ end
1255
+
1256
+ class GetOriginRequestPolicyResult
1257
+ attr_accessor origin_request_policy: Types::OriginRequestPolicy
1258
+ attr_accessor etag: ::String
1259
+ SENSITIVE: []
1260
+ end
1261
+
1262
+ class GetPublicKeyConfigRequest
1263
+ attr_accessor id: ::String
1264
+ SENSITIVE: []
1265
+ end
1266
+
1267
+ class GetPublicKeyConfigResult
1268
+ attr_accessor public_key_config: Types::PublicKeyConfig
1269
+ attr_accessor etag: ::String
1270
+ SENSITIVE: []
1271
+ end
1272
+
1273
+ class GetPublicKeyRequest
1274
+ attr_accessor id: ::String
1275
+ SENSITIVE: []
1276
+ end
1277
+
1278
+ class GetPublicKeyResult
1279
+ attr_accessor public_key: Types::PublicKey
1280
+ attr_accessor etag: ::String
1281
+ SENSITIVE: []
1282
+ end
1283
+
1284
+ class GetRealtimeLogConfigRequest
1285
+ attr_accessor name: ::String
1286
+ attr_accessor arn: ::String
1287
+ SENSITIVE: []
1288
+ end
1289
+
1290
+ class GetRealtimeLogConfigResult
1291
+ attr_accessor realtime_log_config: Types::RealtimeLogConfig
1292
+ SENSITIVE: []
1293
+ end
1294
+
1295
+ class GetResponseHeadersPolicyConfigRequest
1296
+ attr_accessor id: ::String
1297
+ SENSITIVE: []
1298
+ end
1299
+
1300
+ class GetResponseHeadersPolicyConfigResult
1301
+ attr_accessor response_headers_policy_config: Types::ResponseHeadersPolicyConfig
1302
+ attr_accessor etag: ::String
1303
+ SENSITIVE: []
1304
+ end
1305
+
1306
+ class GetResponseHeadersPolicyRequest
1307
+ attr_accessor id: ::String
1308
+ SENSITIVE: []
1309
+ end
1310
+
1311
+ class GetResponseHeadersPolicyResult
1312
+ attr_accessor response_headers_policy: Types::ResponseHeadersPolicy
1313
+ attr_accessor etag: ::String
1314
+ SENSITIVE: []
1315
+ end
1316
+
1317
+ class GetStreamingDistributionConfigRequest
1318
+ attr_accessor id: ::String
1319
+ SENSITIVE: []
1320
+ end
1321
+
1322
+ class GetStreamingDistributionConfigResult
1323
+ attr_accessor streaming_distribution_config: Types::StreamingDistributionConfig
1324
+ attr_accessor etag: ::String
1325
+ SENSITIVE: []
1326
+ end
1327
+
1328
+ class GetStreamingDistributionRequest
1329
+ attr_accessor id: ::String
1330
+ SENSITIVE: []
1331
+ end
1332
+
1333
+ class GetStreamingDistributionResult
1334
+ attr_accessor streaming_distribution: Types::StreamingDistribution
1335
+ attr_accessor etag: ::String
1336
+ SENSITIVE: []
1337
+ end
1338
+
1339
+ class Headers
1340
+ attr_accessor quantity: ::Integer
1341
+ attr_accessor items: ::Array[::String]
1342
+ SENSITIVE: []
1343
+ end
1344
+
1345
+ class IllegalDelete
1346
+ attr_accessor message: ::String
1347
+ SENSITIVE: []
1348
+ end
1349
+
1350
+ class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior
1351
+ attr_accessor message: ::String
1352
+ SENSITIVE: []
1353
+ end
1354
+
1355
+ class IllegalOriginAccessConfiguration
1356
+ attr_accessor message: ::String
1357
+ SENSITIVE: []
1358
+ end
1359
+
1360
+ class IllegalUpdate
1361
+ attr_accessor message: ::String
1362
+ SENSITIVE: []
1363
+ end
1364
+
1365
+ class ImportSource
1366
+ attr_accessor source_type: ("S3")
1367
+ attr_accessor source_arn: ::String
1368
+ SENSITIVE: []
1369
+ end
1370
+
1371
+ class InconsistentQuantities
1372
+ attr_accessor message: ::String
1373
+ SENSITIVE: []
1374
+ end
1375
+
1376
+ class InvalidArgument
1377
+ attr_accessor message: ::String
1378
+ SENSITIVE: []
1379
+ end
1380
+
1381
+ class InvalidDefaultRootObject
1382
+ attr_accessor message: ::String
1383
+ SENSITIVE: []
1384
+ end
1385
+
1386
+ class InvalidDomainNameForOriginAccessControl
1387
+ attr_accessor message: ::String
1388
+ SENSITIVE: []
1389
+ end
1390
+
1391
+ class InvalidErrorCode
1392
+ attr_accessor message: ::String
1393
+ SENSITIVE: []
1394
+ end
1395
+
1396
+ class InvalidForwardCookies
1397
+ attr_accessor message: ::String
1398
+ SENSITIVE: []
1399
+ end
1400
+
1401
+ class InvalidFunctionAssociation
1402
+ attr_accessor message: ::String
1403
+ SENSITIVE: []
1404
+ end
1405
+
1406
+ class InvalidGeoRestrictionParameter
1407
+ attr_accessor message: ::String
1408
+ SENSITIVE: []
1409
+ end
1410
+
1411
+ class InvalidHeadersForS3Origin
1412
+ attr_accessor message: ::String
1413
+ SENSITIVE: []
1414
+ end
1415
+
1416
+ class InvalidIfMatchVersion
1417
+ attr_accessor message: ::String
1418
+ SENSITIVE: []
1419
+ end
1420
+
1421
+ class InvalidLambdaFunctionAssociation
1422
+ attr_accessor message: ::String
1423
+ SENSITIVE: []
1424
+ end
1425
+
1426
+ class InvalidLocationCode
1427
+ attr_accessor message: ::String
1428
+ SENSITIVE: []
1429
+ end
1430
+
1431
+ class InvalidMinimumProtocolVersion
1432
+ attr_accessor message: ::String
1433
+ SENSITIVE: []
1434
+ end
1435
+
1436
+ class InvalidOrigin
1437
+ attr_accessor message: ::String
1438
+ SENSITIVE: []
1439
+ end
1440
+
1441
+ class InvalidOriginAccessControl
1442
+ attr_accessor message: ::String
1443
+ SENSITIVE: []
1444
+ end
1445
+
1446
+ class InvalidOriginAccessIdentity
1447
+ attr_accessor message: ::String
1448
+ SENSITIVE: []
1449
+ end
1450
+
1451
+ class InvalidOriginKeepaliveTimeout
1452
+ attr_accessor message: ::String
1453
+ SENSITIVE: []
1454
+ end
1455
+
1456
+ class InvalidOriginReadTimeout
1457
+ attr_accessor message: ::String
1458
+ SENSITIVE: []
1459
+ end
1460
+
1461
+ class InvalidProtocolSettings
1462
+ attr_accessor message: ::String
1463
+ SENSITIVE: []
1464
+ end
1465
+
1466
+ class InvalidQueryStringParameters
1467
+ attr_accessor message: ::String
1468
+ SENSITIVE: []
1469
+ end
1470
+
1471
+ class InvalidRelativePath
1472
+ attr_accessor message: ::String
1473
+ SENSITIVE: []
1474
+ end
1475
+
1476
+ class InvalidRequiredProtocol
1477
+ attr_accessor message: ::String
1478
+ SENSITIVE: []
1479
+ end
1480
+
1481
+ class InvalidResponseCode
1482
+ attr_accessor message: ::String
1483
+ SENSITIVE: []
1484
+ end
1485
+
1486
+ class InvalidTTLOrder
1487
+ attr_accessor message: ::String
1488
+ SENSITIVE: []
1489
+ end
1490
+
1491
+ class InvalidTagging
1492
+ attr_accessor message: ::String
1493
+ SENSITIVE: []
1494
+ end
1495
+
1496
+ class InvalidViewerCertificate
1497
+ attr_accessor message: ::String
1498
+ SENSITIVE: []
1499
+ end
1500
+
1501
+ class InvalidWebACLId
1502
+ attr_accessor message: ::String
1503
+ SENSITIVE: []
1504
+ end
1505
+
1506
+ class Invalidation
1507
+ attr_accessor id: ::String
1508
+ attr_accessor status: ::String
1509
+ attr_accessor create_time: ::Time
1510
+ attr_accessor invalidation_batch: Types::InvalidationBatch
1511
+ SENSITIVE: []
1512
+ end
1513
+
1514
+ class InvalidationBatch
1515
+ attr_accessor paths: Types::Paths
1516
+ attr_accessor caller_reference: ::String
1517
+ SENSITIVE: []
1518
+ end
1519
+
1520
+ class InvalidationList
1521
+ attr_accessor marker: ::String
1522
+ attr_accessor next_marker: ::String
1523
+ attr_accessor max_items: ::Integer
1524
+ attr_accessor is_truncated: bool
1525
+ attr_accessor quantity: ::Integer
1526
+ attr_accessor items: ::Array[Types::InvalidationSummary]
1527
+ SENSITIVE: []
1528
+ end
1529
+
1530
+ class InvalidationSummary
1531
+ attr_accessor id: ::String
1532
+ attr_accessor create_time: ::Time
1533
+ attr_accessor status: ::String
1534
+ SENSITIVE: []
1535
+ end
1536
+
1537
+ class KGKeyPairIds
1538
+ attr_accessor key_group_id: ::String
1539
+ attr_accessor key_pair_ids: Types::KeyPairIds
1540
+ SENSITIVE: []
1541
+ end
1542
+
1543
+ class KeyGroup
1544
+ attr_accessor id: ::String
1545
+ attr_accessor last_modified_time: ::Time
1546
+ attr_accessor key_group_config: Types::KeyGroupConfig
1547
+ SENSITIVE: []
1548
+ end
1549
+
1550
+ class KeyGroupAlreadyExists
1551
+ attr_accessor message: ::String
1552
+ SENSITIVE: []
1553
+ end
1554
+
1555
+ class KeyGroupConfig
1556
+ attr_accessor name: ::String
1557
+ attr_accessor items: ::Array[::String]
1558
+ attr_accessor comment: ::String
1559
+ SENSITIVE: []
1560
+ end
1561
+
1562
+ class KeyGroupList
1563
+ attr_accessor next_marker: ::String
1564
+ attr_accessor max_items: ::Integer
1565
+ attr_accessor quantity: ::Integer
1566
+ attr_accessor items: ::Array[Types::KeyGroupSummary]
1567
+ SENSITIVE: []
1568
+ end
1569
+
1570
+ class KeyGroupSummary
1571
+ attr_accessor key_group: Types::KeyGroup
1572
+ SENSITIVE: []
1573
+ end
1574
+
1575
+ class KeyPairIds
1576
+ attr_accessor quantity: ::Integer
1577
+ attr_accessor items: ::Array[::String]
1578
+ SENSITIVE: []
1579
+ end
1580
+
1581
+ class KeyValueStore
1582
+ attr_accessor name: ::String
1583
+ attr_accessor id: ::String
1584
+ attr_accessor comment: ::String
1585
+ attr_accessor arn: ::String
1586
+ attr_accessor status: ::String
1587
+ attr_accessor last_modified_time: ::Time
1588
+ SENSITIVE: []
1589
+ end
1590
+
1591
+ class KeyValueStoreAssociation
1592
+ attr_accessor key_value_store_arn: ::String
1593
+ SENSITIVE: []
1594
+ end
1595
+
1596
+ class KeyValueStoreAssociations
1597
+ attr_accessor quantity: ::Integer
1598
+ attr_accessor items: ::Array[Types::KeyValueStoreAssociation]
1599
+ SENSITIVE: []
1600
+ end
1601
+
1602
+ class KeyValueStoreList
1603
+ attr_accessor next_marker: ::String
1604
+ attr_accessor max_items: ::Integer
1605
+ attr_accessor quantity: ::Integer
1606
+ attr_accessor items: ::Array[Types::KeyValueStore]
1607
+ SENSITIVE: []
1608
+ end
1609
+
1610
+ class KinesisStreamConfig
1611
+ attr_accessor role_arn: ::String
1612
+ attr_accessor stream_arn: ::String
1613
+ SENSITIVE: []
1614
+ end
1615
+
1616
+ class LambdaFunctionAssociation
1617
+ attr_accessor lambda_function_arn: ::String
1618
+ attr_accessor event_type: ("viewer-request" | "viewer-response" | "origin-request" | "origin-response")
1619
+ attr_accessor include_body: bool
1620
+ SENSITIVE: []
1621
+ end
1622
+
1623
+ class LambdaFunctionAssociations
1624
+ attr_accessor quantity: ::Integer
1625
+ attr_accessor items: ::Array[Types::LambdaFunctionAssociation]
1626
+ SENSITIVE: []
1627
+ end
1628
+
1629
+ class ListCachePoliciesRequest
1630
+ attr_accessor type: ("managed" | "custom")
1631
+ attr_accessor marker: ::String
1632
+ attr_accessor max_items: ::Integer
1633
+ SENSITIVE: []
1634
+ end
1635
+
1636
+ class ListCachePoliciesResult
1637
+ attr_accessor cache_policy_list: Types::CachePolicyList
1638
+ SENSITIVE: []
1639
+ end
1640
+
1641
+ class ListCloudFrontOriginAccessIdentitiesRequest
1642
+ attr_accessor marker: ::String
1643
+ attr_accessor max_items: ::Integer
1644
+ SENSITIVE: []
1645
+ end
1646
+
1647
+ class ListCloudFrontOriginAccessIdentitiesResult
1648
+ attr_accessor cloud_front_origin_access_identity_list: Types::CloudFrontOriginAccessIdentityList
1649
+ SENSITIVE: []
1650
+ end
1651
+
1652
+ class ListConflictingAliasesRequest
1653
+ attr_accessor distribution_id: ::String
1654
+ attr_accessor alias: ::String
1655
+ attr_accessor marker: ::String
1656
+ attr_accessor max_items: ::Integer
1657
+ SENSITIVE: []
1658
+ end
1659
+
1660
+ class ListConflictingAliasesResult
1661
+ attr_accessor conflicting_aliases_list: Types::ConflictingAliasesList
1662
+ SENSITIVE: []
1663
+ end
1664
+
1665
+ class ListContinuousDeploymentPoliciesRequest
1666
+ attr_accessor marker: ::String
1667
+ attr_accessor max_items: ::Integer
1668
+ SENSITIVE: []
1669
+ end
1670
+
1671
+ class ListContinuousDeploymentPoliciesResult
1672
+ attr_accessor continuous_deployment_policy_list: Types::ContinuousDeploymentPolicyList
1673
+ SENSITIVE: []
1674
+ end
1675
+
1676
+ class ListDistributionsByCachePolicyIdRequest
1677
+ attr_accessor marker: ::String
1678
+ attr_accessor max_items: ::Integer
1679
+ attr_accessor cache_policy_id: ::String
1680
+ SENSITIVE: []
1681
+ end
1682
+
1683
+ class ListDistributionsByCachePolicyIdResult
1684
+ attr_accessor distribution_id_list: Types::DistributionIdList
1685
+ SENSITIVE: []
1686
+ end
1687
+
1688
+ class ListDistributionsByKeyGroupRequest
1689
+ attr_accessor marker: ::String
1690
+ attr_accessor max_items: ::Integer
1691
+ attr_accessor key_group_id: ::String
1692
+ SENSITIVE: []
1693
+ end
1694
+
1695
+ class ListDistributionsByKeyGroupResult
1696
+ attr_accessor distribution_id_list: Types::DistributionIdList
1697
+ SENSITIVE: []
1698
+ end
1699
+
1700
+ class ListDistributionsByOriginRequestPolicyIdRequest
1701
+ attr_accessor marker: ::String
1702
+ attr_accessor max_items: ::Integer
1703
+ attr_accessor origin_request_policy_id: ::String
1704
+ SENSITIVE: []
1705
+ end
1706
+
1707
+ class ListDistributionsByOriginRequestPolicyIdResult
1708
+ attr_accessor distribution_id_list: Types::DistributionIdList
1709
+ SENSITIVE: []
1710
+ end
1711
+
1712
+ class ListDistributionsByRealtimeLogConfigRequest
1713
+ attr_accessor marker: ::String
1714
+ attr_accessor max_items: ::Integer
1715
+ attr_accessor realtime_log_config_name: ::String
1716
+ attr_accessor realtime_log_config_arn: ::String
1717
+ SENSITIVE: []
1718
+ end
1719
+
1720
+ class ListDistributionsByRealtimeLogConfigResult
1721
+ attr_accessor distribution_list: Types::DistributionList
1722
+ SENSITIVE: []
1723
+ end
1724
+
1725
+ class ListDistributionsByResponseHeadersPolicyIdRequest
1726
+ attr_accessor marker: ::String
1727
+ attr_accessor max_items: ::Integer
1728
+ attr_accessor response_headers_policy_id: ::String
1729
+ SENSITIVE: []
1730
+ end
1731
+
1732
+ class ListDistributionsByResponseHeadersPolicyIdResult
1733
+ attr_accessor distribution_id_list: Types::DistributionIdList
1734
+ SENSITIVE: []
1735
+ end
1736
+
1737
+ class ListDistributionsByWebACLIdRequest
1738
+ attr_accessor marker: ::String
1739
+ attr_accessor max_items: ::Integer
1740
+ attr_accessor web_acl_id: ::String
1741
+ SENSITIVE: []
1742
+ end
1743
+
1744
+ class ListDistributionsByWebACLIdResult
1745
+ attr_accessor distribution_list: Types::DistributionList
1746
+ SENSITIVE: []
1747
+ end
1748
+
1749
+ class ListDistributionsRequest
1750
+ attr_accessor marker: ::String
1751
+ attr_accessor max_items: ::Integer
1752
+ SENSITIVE: []
1753
+ end
1754
+
1755
+ class ListDistributionsResult
1756
+ attr_accessor distribution_list: Types::DistributionList
1757
+ SENSITIVE: []
1758
+ end
1759
+
1760
+ class ListFieldLevelEncryptionConfigsRequest
1761
+ attr_accessor marker: ::String
1762
+ attr_accessor max_items: ::Integer
1763
+ SENSITIVE: []
1764
+ end
1765
+
1766
+ class ListFieldLevelEncryptionConfigsResult
1767
+ attr_accessor field_level_encryption_list: Types::FieldLevelEncryptionList
1768
+ SENSITIVE: []
1769
+ end
1770
+
1771
+ class ListFieldLevelEncryptionProfilesRequest
1772
+ attr_accessor marker: ::String
1773
+ attr_accessor max_items: ::Integer
1774
+ SENSITIVE: []
1775
+ end
1776
+
1777
+ class ListFieldLevelEncryptionProfilesResult
1778
+ attr_accessor field_level_encryption_profile_list: Types::FieldLevelEncryptionProfileList
1779
+ SENSITIVE: []
1780
+ end
1781
+
1782
+ class ListFunctionsRequest
1783
+ attr_accessor marker: ::String
1784
+ attr_accessor max_items: ::Integer
1785
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
1786
+ SENSITIVE: []
1787
+ end
1788
+
1789
+ class ListFunctionsResult
1790
+ attr_accessor function_list: Types::FunctionList
1791
+ SENSITIVE: []
1792
+ end
1793
+
1794
+ class ListInvalidationsRequest
1795
+ attr_accessor distribution_id: ::String
1796
+ attr_accessor marker: ::String
1797
+ attr_accessor max_items: ::Integer
1798
+ SENSITIVE: []
1799
+ end
1800
+
1801
+ class ListInvalidationsResult
1802
+ attr_accessor invalidation_list: Types::InvalidationList
1803
+ SENSITIVE: []
1804
+ end
1805
+
1806
+ class ListKeyGroupsRequest
1807
+ attr_accessor marker: ::String
1808
+ attr_accessor max_items: ::Integer
1809
+ SENSITIVE: []
1810
+ end
1811
+
1812
+ class ListKeyGroupsResult
1813
+ attr_accessor key_group_list: Types::KeyGroupList
1814
+ SENSITIVE: []
1815
+ end
1816
+
1817
+ class ListKeyValueStoresRequest
1818
+ attr_accessor marker: ::String
1819
+ attr_accessor max_items: ::Integer
1820
+ attr_accessor status: ::String
1821
+ SENSITIVE: []
1822
+ end
1823
+
1824
+ class ListKeyValueStoresResult
1825
+ attr_accessor key_value_store_list: Types::KeyValueStoreList
1826
+ SENSITIVE: []
1827
+ end
1828
+
1829
+ class ListOriginAccessControlsRequest
1830
+ attr_accessor marker: ::String
1831
+ attr_accessor max_items: ::Integer
1832
+ SENSITIVE: []
1833
+ end
1834
+
1835
+ class ListOriginAccessControlsResult
1836
+ attr_accessor origin_access_control_list: Types::OriginAccessControlList
1837
+ SENSITIVE: []
1838
+ end
1839
+
1840
+ class ListOriginRequestPoliciesRequest
1841
+ attr_accessor type: ("managed" | "custom")
1842
+ attr_accessor marker: ::String
1843
+ attr_accessor max_items: ::Integer
1844
+ SENSITIVE: []
1845
+ end
1846
+
1847
+ class ListOriginRequestPoliciesResult
1848
+ attr_accessor origin_request_policy_list: Types::OriginRequestPolicyList
1849
+ SENSITIVE: []
1850
+ end
1851
+
1852
+ class ListPublicKeysRequest
1853
+ attr_accessor marker: ::String
1854
+ attr_accessor max_items: ::Integer
1855
+ SENSITIVE: []
1856
+ end
1857
+
1858
+ class ListPublicKeysResult
1859
+ attr_accessor public_key_list: Types::PublicKeyList
1860
+ SENSITIVE: []
1861
+ end
1862
+
1863
+ class ListRealtimeLogConfigsRequest
1864
+ attr_accessor max_items: ::Integer
1865
+ attr_accessor marker: ::String
1866
+ SENSITIVE: []
1867
+ end
1868
+
1869
+ class ListRealtimeLogConfigsResult
1870
+ attr_accessor realtime_log_configs: Types::RealtimeLogConfigs
1871
+ SENSITIVE: []
1872
+ end
1873
+
1874
+ class ListResponseHeadersPoliciesRequest
1875
+ attr_accessor type: ("managed" | "custom")
1876
+ attr_accessor marker: ::String
1877
+ attr_accessor max_items: ::Integer
1878
+ SENSITIVE: []
1879
+ end
1880
+
1881
+ class ListResponseHeadersPoliciesResult
1882
+ attr_accessor response_headers_policy_list: Types::ResponseHeadersPolicyList
1883
+ SENSITIVE: []
1884
+ end
1885
+
1886
+ class ListStreamingDistributionsRequest
1887
+ attr_accessor marker: ::String
1888
+ attr_accessor max_items: ::Integer
1889
+ SENSITIVE: []
1890
+ end
1891
+
1892
+ class ListStreamingDistributionsResult
1893
+ attr_accessor streaming_distribution_list: Types::StreamingDistributionList
1894
+ SENSITIVE: []
1895
+ end
1896
+
1897
+ class ListTagsForResourceRequest
1898
+ attr_accessor resource: ::String
1899
+ SENSITIVE: []
1900
+ end
1901
+
1902
+ class ListTagsForResourceResult
1903
+ attr_accessor tags: Types::Tags
1904
+ SENSITIVE: []
1905
+ end
1906
+
1907
+ class LoggingConfig
1908
+ attr_accessor enabled: bool
1909
+ attr_accessor include_cookies: bool
1910
+ attr_accessor bucket: ::String
1911
+ attr_accessor prefix: ::String
1912
+ SENSITIVE: []
1913
+ end
1914
+
1915
+ class MissingBody
1916
+ attr_accessor message: ::String
1917
+ SENSITIVE: []
1918
+ end
1919
+
1920
+ class MonitoringSubscription
1921
+ attr_accessor realtime_metrics_subscription_config: Types::RealtimeMetricsSubscriptionConfig
1922
+ SENSITIVE: []
1923
+ end
1924
+
1925
+ class MonitoringSubscriptionAlreadyExists
1926
+ attr_accessor message: ::String
1927
+ SENSITIVE: []
1928
+ end
1929
+
1930
+ class NoSuchCachePolicy
1931
+ attr_accessor message: ::String
1932
+ SENSITIVE: []
1933
+ end
1934
+
1935
+ class NoSuchCloudFrontOriginAccessIdentity
1936
+ attr_accessor message: ::String
1937
+ SENSITIVE: []
1938
+ end
1939
+
1940
+ class NoSuchContinuousDeploymentPolicy
1941
+ attr_accessor message: ::String
1942
+ SENSITIVE: []
1943
+ end
1944
+
1945
+ class NoSuchDistribution
1946
+ attr_accessor message: ::String
1947
+ SENSITIVE: []
1948
+ end
1949
+
1950
+ class NoSuchFieldLevelEncryptionConfig
1951
+ attr_accessor message: ::String
1952
+ SENSITIVE: []
1953
+ end
1954
+
1955
+ class NoSuchFieldLevelEncryptionProfile
1956
+ attr_accessor message: ::String
1957
+ SENSITIVE: []
1958
+ end
1959
+
1960
+ class NoSuchFunctionExists
1961
+ attr_accessor message: ::String
1962
+ SENSITIVE: []
1963
+ end
1964
+
1965
+ class NoSuchInvalidation
1966
+ attr_accessor message: ::String
1967
+ SENSITIVE: []
1968
+ end
1969
+
1970
+ class NoSuchMonitoringSubscription
1971
+ attr_accessor message: ::String
1972
+ SENSITIVE: []
1973
+ end
1974
+
1975
+ class NoSuchOrigin
1976
+ attr_accessor message: ::String
1977
+ SENSITIVE: []
1978
+ end
1979
+
1980
+ class NoSuchOriginAccessControl
1981
+ attr_accessor message: ::String
1982
+ SENSITIVE: []
1983
+ end
1984
+
1985
+ class NoSuchOriginRequestPolicy
1986
+ attr_accessor message: ::String
1987
+ SENSITIVE: []
1988
+ end
1989
+
1990
+ class NoSuchPublicKey
1991
+ attr_accessor message: ::String
1992
+ SENSITIVE: []
1993
+ end
1994
+
1995
+ class NoSuchRealtimeLogConfig
1996
+ attr_accessor message: ::String
1997
+ SENSITIVE: []
1998
+ end
1999
+
2000
+ class NoSuchResource
2001
+ attr_accessor message: ::String
2002
+ SENSITIVE: []
2003
+ end
2004
+
2005
+ class NoSuchResponseHeadersPolicy
2006
+ attr_accessor message: ::String
2007
+ SENSITIVE: []
2008
+ end
2009
+
2010
+ class NoSuchStreamingDistribution
2011
+ attr_accessor message: ::String
2012
+ SENSITIVE: []
2013
+ end
2014
+
2015
+ class Origin
2016
+ attr_accessor id: ::String
2017
+ attr_accessor domain_name: ::String
2018
+ attr_accessor origin_path: ::String
2019
+ attr_accessor custom_headers: Types::CustomHeaders
2020
+ attr_accessor s3_origin_config: Types::S3OriginConfig
2021
+ attr_accessor custom_origin_config: Types::CustomOriginConfig
2022
+ attr_accessor connection_attempts: ::Integer
2023
+ attr_accessor connection_timeout: ::Integer
2024
+ attr_accessor origin_shield: Types::OriginShield
2025
+ attr_accessor origin_access_control_id: ::String
2026
+ SENSITIVE: []
2027
+ end
2028
+
2029
+ class OriginAccessControl
2030
+ attr_accessor id: ::String
2031
+ attr_accessor origin_access_control_config: Types::OriginAccessControlConfig
2032
+ SENSITIVE: []
2033
+ end
2034
+
2035
+ class OriginAccessControlAlreadyExists
2036
+ attr_accessor message: ::String
2037
+ SENSITIVE: []
2038
+ end
2039
+
2040
+ class OriginAccessControlConfig
2041
+ attr_accessor name: ::String
2042
+ attr_accessor description: ::String
2043
+ attr_accessor signing_protocol: ("sigv4")
2044
+ attr_accessor signing_behavior: ("never" | "always" | "no-override")
2045
+ attr_accessor origin_access_control_origin_type: ("s3" | "mediastore")
2046
+ SENSITIVE: []
2047
+ end
2048
+
2049
+ class OriginAccessControlInUse
2050
+ attr_accessor message: ::String
2051
+ SENSITIVE: []
2052
+ end
2053
+
2054
+ class OriginAccessControlList
2055
+ attr_accessor marker: ::String
2056
+ attr_accessor next_marker: ::String
2057
+ attr_accessor max_items: ::Integer
2058
+ attr_accessor is_truncated: bool
2059
+ attr_accessor quantity: ::Integer
2060
+ attr_accessor items: ::Array[Types::OriginAccessControlSummary]
2061
+ SENSITIVE: []
2062
+ end
2063
+
2064
+ class OriginAccessControlSummary
2065
+ attr_accessor id: ::String
2066
+ attr_accessor description: ::String
2067
+ attr_accessor name: ::String
2068
+ attr_accessor signing_protocol: ("sigv4")
2069
+ attr_accessor signing_behavior: ("never" | "always" | "no-override")
2070
+ attr_accessor origin_access_control_origin_type: ("s3" | "mediastore")
2071
+ SENSITIVE: []
2072
+ end
2073
+
2074
+ class OriginCustomHeader
2075
+ attr_accessor header_name: ::String
2076
+ attr_accessor header_value: ::String
2077
+ SENSITIVE: [:header_value]
2078
+ end
2079
+
2080
+ class OriginGroup
2081
+ attr_accessor id: ::String
2082
+ attr_accessor failover_criteria: Types::OriginGroupFailoverCriteria
2083
+ attr_accessor members: Types::OriginGroupMembers
2084
+ SENSITIVE: []
2085
+ end
2086
+
2087
+ class OriginGroupFailoverCriteria
2088
+ attr_accessor status_codes: Types::StatusCodes
2089
+ SENSITIVE: []
2090
+ end
2091
+
2092
+ class OriginGroupMember
2093
+ attr_accessor origin_id: ::String
2094
+ SENSITIVE: []
2095
+ end
2096
+
2097
+ class OriginGroupMembers
2098
+ attr_accessor quantity: ::Integer
2099
+ attr_accessor items: ::Array[Types::OriginGroupMember]
2100
+ SENSITIVE: []
2101
+ end
2102
+
2103
+ class OriginGroups
2104
+ attr_accessor quantity: ::Integer
2105
+ attr_accessor items: ::Array[Types::OriginGroup]
2106
+ SENSITIVE: []
2107
+ end
2108
+
2109
+ class OriginRequestPolicy
2110
+ attr_accessor id: ::String
2111
+ attr_accessor last_modified_time: ::Time
2112
+ attr_accessor origin_request_policy_config: Types::OriginRequestPolicyConfig
2113
+ SENSITIVE: []
2114
+ end
2115
+
2116
+ class OriginRequestPolicyAlreadyExists
2117
+ attr_accessor message: ::String
2118
+ SENSITIVE: []
2119
+ end
2120
+
2121
+ class OriginRequestPolicyConfig
2122
+ attr_accessor comment: ::String
2123
+ attr_accessor name: ::String
2124
+ attr_accessor headers_config: Types::OriginRequestPolicyHeadersConfig
2125
+ attr_accessor cookies_config: Types::OriginRequestPolicyCookiesConfig
2126
+ attr_accessor query_strings_config: Types::OriginRequestPolicyQueryStringsConfig
2127
+ SENSITIVE: []
2128
+ end
2129
+
2130
+ class OriginRequestPolicyCookiesConfig
2131
+ attr_accessor cookie_behavior: ("none" | "whitelist" | "all" | "allExcept")
2132
+ attr_accessor cookies: Types::CookieNames
2133
+ SENSITIVE: []
2134
+ end
2135
+
2136
+ class OriginRequestPolicyHeadersConfig
2137
+ attr_accessor header_behavior: ("none" | "whitelist" | "allViewer" | "allViewerAndWhitelistCloudFront" | "allExcept")
2138
+ attr_accessor headers: Types::Headers
2139
+ SENSITIVE: []
2140
+ end
2141
+
2142
+ class OriginRequestPolicyInUse
2143
+ attr_accessor message: ::String
2144
+ SENSITIVE: []
2145
+ end
2146
+
2147
+ class OriginRequestPolicyList
2148
+ attr_accessor next_marker: ::String
2149
+ attr_accessor max_items: ::Integer
2150
+ attr_accessor quantity: ::Integer
2151
+ attr_accessor items: ::Array[Types::OriginRequestPolicySummary]
2152
+ SENSITIVE: []
2153
+ end
2154
+
2155
+ class OriginRequestPolicyQueryStringsConfig
2156
+ attr_accessor query_string_behavior: ("none" | "whitelist" | "all" | "allExcept")
2157
+ attr_accessor query_strings: Types::QueryStringNames
2158
+ SENSITIVE: []
2159
+ end
2160
+
2161
+ class OriginRequestPolicySummary
2162
+ attr_accessor type: ("managed" | "custom")
2163
+ attr_accessor origin_request_policy: Types::OriginRequestPolicy
2164
+ SENSITIVE: []
2165
+ end
2166
+
2167
+ class OriginShield
2168
+ attr_accessor enabled: bool
2169
+ attr_accessor origin_shield_region: ::String
2170
+ SENSITIVE: []
2171
+ end
2172
+
2173
+ class OriginSslProtocols
2174
+ attr_accessor quantity: ::Integer
2175
+ attr_accessor items: ::Array[("SSLv3" | "TLSv1" | "TLSv1.1" | "TLSv1.2")]
2176
+ SENSITIVE: []
2177
+ end
2178
+
2179
+ class Origins
2180
+ attr_accessor quantity: ::Integer
2181
+ attr_accessor items: ::Array[Types::Origin]
2182
+ SENSITIVE: []
2183
+ end
2184
+
2185
+ class ParametersInCacheKeyAndForwardedToOrigin
2186
+ attr_accessor enable_accept_encoding_gzip: bool
2187
+ attr_accessor enable_accept_encoding_brotli: bool
2188
+ attr_accessor headers_config: Types::CachePolicyHeadersConfig
2189
+ attr_accessor cookies_config: Types::CachePolicyCookiesConfig
2190
+ attr_accessor query_strings_config: Types::CachePolicyQueryStringsConfig
2191
+ SENSITIVE: []
2192
+ end
2193
+
2194
+ class Paths
2195
+ attr_accessor quantity: ::Integer
2196
+ attr_accessor items: ::Array[::String]
2197
+ SENSITIVE: []
2198
+ end
2199
+
2200
+ class PreconditionFailed
2201
+ attr_accessor message: ::String
2202
+ SENSITIVE: []
2203
+ end
2204
+
2205
+ class PublicKey
2206
+ attr_accessor id: ::String
2207
+ attr_accessor created_time: ::Time
2208
+ attr_accessor public_key_config: Types::PublicKeyConfig
2209
+ SENSITIVE: []
2210
+ end
2211
+
2212
+ class PublicKeyAlreadyExists
2213
+ attr_accessor message: ::String
2214
+ SENSITIVE: []
2215
+ end
2216
+
2217
+ class PublicKeyConfig
2218
+ attr_accessor caller_reference: ::String
2219
+ attr_accessor name: ::String
2220
+ attr_accessor encoded_key: ::String
2221
+ attr_accessor comment: ::String
2222
+ SENSITIVE: []
2223
+ end
2224
+
2225
+ class PublicKeyInUse
2226
+ attr_accessor message: ::String
2227
+ SENSITIVE: []
2228
+ end
2229
+
2230
+ class PublicKeyList
2231
+ attr_accessor next_marker: ::String
2232
+ attr_accessor max_items: ::Integer
2233
+ attr_accessor quantity: ::Integer
2234
+ attr_accessor items: ::Array[Types::PublicKeySummary]
2235
+ SENSITIVE: []
2236
+ end
2237
+
2238
+ class PublicKeySummary
2239
+ attr_accessor id: ::String
2240
+ attr_accessor name: ::String
2241
+ attr_accessor created_time: ::Time
2242
+ attr_accessor encoded_key: ::String
2243
+ attr_accessor comment: ::String
2244
+ SENSITIVE: []
2245
+ end
2246
+
2247
+ class PublishFunctionRequest
2248
+ attr_accessor name: ::String
2249
+ attr_accessor if_match: ::String
2250
+ SENSITIVE: []
2251
+ end
2252
+
2253
+ class PublishFunctionResult
2254
+ attr_accessor function_summary: Types::FunctionSummary
2255
+ SENSITIVE: []
2256
+ end
2257
+
2258
+ class QueryArgProfile
2259
+ attr_accessor query_arg: ::String
2260
+ attr_accessor profile_id: ::String
2261
+ SENSITIVE: []
2262
+ end
2263
+
2264
+ class QueryArgProfileConfig
2265
+ attr_accessor forward_when_query_arg_profile_is_unknown: bool
2266
+ attr_accessor query_arg_profiles: Types::QueryArgProfiles
2267
+ SENSITIVE: []
2268
+ end
2269
+
2270
+ class QueryArgProfileEmpty
2271
+ attr_accessor message: ::String
2272
+ SENSITIVE: []
2273
+ end
2274
+
2275
+ class QueryArgProfiles
2276
+ attr_accessor quantity: ::Integer
2277
+ attr_accessor items: ::Array[Types::QueryArgProfile]
2278
+ SENSITIVE: []
2279
+ end
2280
+
2281
+ class QueryStringCacheKeys
2282
+ attr_accessor quantity: ::Integer
2283
+ attr_accessor items: ::Array[::String]
2284
+ SENSITIVE: []
2285
+ end
2286
+
2287
+ class QueryStringNames
2288
+ attr_accessor quantity: ::Integer
2289
+ attr_accessor items: ::Array[::String]
2290
+ SENSITIVE: []
2291
+ end
2292
+
2293
+ class RealtimeLogConfig
2294
+ attr_accessor arn: ::String
2295
+ attr_accessor name: ::String
2296
+ attr_accessor sampling_rate: ::Integer
2297
+ attr_accessor end_points: ::Array[Types::EndPoint]
2298
+ attr_accessor fields: ::Array[::String]
2299
+ SENSITIVE: []
2300
+ end
2301
+
2302
+ class RealtimeLogConfigAlreadyExists
2303
+ attr_accessor message: ::String
2304
+ SENSITIVE: []
2305
+ end
2306
+
2307
+ class RealtimeLogConfigInUse
2308
+ attr_accessor message: ::String
2309
+ SENSITIVE: []
2310
+ end
2311
+
2312
+ class RealtimeLogConfigOwnerMismatch
2313
+ attr_accessor message: ::String
2314
+ SENSITIVE: []
2315
+ end
2316
+
2317
+ class RealtimeLogConfigs
2318
+ attr_accessor max_items: ::Integer
2319
+ attr_accessor items: ::Array[Types::RealtimeLogConfig]
2320
+ attr_accessor is_truncated: bool
2321
+ attr_accessor marker: ::String
2322
+ attr_accessor next_marker: ::String
2323
+ SENSITIVE: []
2324
+ end
2325
+
2326
+ class RealtimeMetricsSubscriptionConfig
2327
+ attr_accessor realtime_metrics_subscription_status: ("Enabled" | "Disabled")
2328
+ SENSITIVE: []
2329
+ end
2330
+
2331
+ class ResourceInUse
2332
+ attr_accessor message: ::String
2333
+ SENSITIVE: []
2334
+ end
2335
+
2336
+ class ResponseHeadersPolicy
2337
+ attr_accessor id: ::String
2338
+ attr_accessor last_modified_time: ::Time
2339
+ attr_accessor response_headers_policy_config: Types::ResponseHeadersPolicyConfig
2340
+ SENSITIVE: []
2341
+ end
2342
+
2343
+ class ResponseHeadersPolicyAccessControlAllowHeaders
2344
+ attr_accessor quantity: ::Integer
2345
+ attr_accessor items: ::Array[::String]
2346
+ SENSITIVE: []
2347
+ end
2348
+
2349
+ class ResponseHeadersPolicyAccessControlAllowMethods
2350
+ attr_accessor quantity: ::Integer
2351
+ attr_accessor items: ::Array[("GET" | "POST" | "OPTIONS" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "ALL")]
2352
+ SENSITIVE: []
2353
+ end
2354
+
2355
+ class ResponseHeadersPolicyAccessControlAllowOrigins
2356
+ attr_accessor quantity: ::Integer
2357
+ attr_accessor items: ::Array[::String]
2358
+ SENSITIVE: []
2359
+ end
2360
+
2361
+ class ResponseHeadersPolicyAccessControlExposeHeaders
2362
+ attr_accessor quantity: ::Integer
2363
+ attr_accessor items: ::Array[::String]
2364
+ SENSITIVE: []
2365
+ end
2366
+
2367
+ class ResponseHeadersPolicyAlreadyExists
2368
+ attr_accessor message: ::String
2369
+ SENSITIVE: []
2370
+ end
2371
+
2372
+ class ResponseHeadersPolicyConfig
2373
+ attr_accessor comment: ::String
2374
+ attr_accessor name: ::String
2375
+ attr_accessor cors_config: Types::ResponseHeadersPolicyCorsConfig
2376
+ attr_accessor security_headers_config: Types::ResponseHeadersPolicySecurityHeadersConfig
2377
+ attr_accessor server_timing_headers_config: Types::ResponseHeadersPolicyServerTimingHeadersConfig
2378
+ attr_accessor custom_headers_config: Types::ResponseHeadersPolicyCustomHeadersConfig
2379
+ attr_accessor remove_headers_config: Types::ResponseHeadersPolicyRemoveHeadersConfig
2380
+ SENSITIVE: []
2381
+ end
2382
+
2383
+ class ResponseHeadersPolicyContentSecurityPolicy
2384
+ attr_accessor override: bool
2385
+ attr_accessor content_security_policy: ::String
2386
+ SENSITIVE: []
2387
+ end
2388
+
2389
+ class ResponseHeadersPolicyContentTypeOptions
2390
+ attr_accessor override: bool
2391
+ SENSITIVE: []
2392
+ end
2393
+
2394
+ class ResponseHeadersPolicyCorsConfig
2395
+ attr_accessor access_control_allow_origins: Types::ResponseHeadersPolicyAccessControlAllowOrigins
2396
+ attr_accessor access_control_allow_headers: Types::ResponseHeadersPolicyAccessControlAllowHeaders
2397
+ attr_accessor access_control_allow_methods: Types::ResponseHeadersPolicyAccessControlAllowMethods
2398
+ attr_accessor access_control_allow_credentials: bool
2399
+ attr_accessor access_control_expose_headers: Types::ResponseHeadersPolicyAccessControlExposeHeaders
2400
+ attr_accessor access_control_max_age_sec: ::Integer
2401
+ attr_accessor origin_override: bool
2402
+ SENSITIVE: []
2403
+ end
2404
+
2405
+ class ResponseHeadersPolicyCustomHeader
2406
+ attr_accessor header: ::String
2407
+ attr_accessor value: ::String
2408
+ attr_accessor override: bool
2409
+ SENSITIVE: []
2410
+ end
2411
+
2412
+ class ResponseHeadersPolicyCustomHeadersConfig
2413
+ attr_accessor quantity: ::Integer
2414
+ attr_accessor items: ::Array[Types::ResponseHeadersPolicyCustomHeader]
2415
+ SENSITIVE: []
2416
+ end
2417
+
2418
+ class ResponseHeadersPolicyFrameOptions
2419
+ attr_accessor override: bool
2420
+ attr_accessor frame_option: ("DENY" | "SAMEORIGIN")
2421
+ SENSITIVE: []
2422
+ end
2423
+
2424
+ class ResponseHeadersPolicyInUse
2425
+ attr_accessor message: ::String
2426
+ SENSITIVE: []
2427
+ end
2428
+
2429
+ class ResponseHeadersPolicyList
2430
+ attr_accessor next_marker: ::String
2431
+ attr_accessor max_items: ::Integer
2432
+ attr_accessor quantity: ::Integer
2433
+ attr_accessor items: ::Array[Types::ResponseHeadersPolicySummary]
2434
+ SENSITIVE: []
2435
+ end
2436
+
2437
+ class ResponseHeadersPolicyReferrerPolicy
2438
+ attr_accessor override: bool
2439
+ attr_accessor referrer_policy: ("no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url")
2440
+ SENSITIVE: []
2441
+ end
2442
+
2443
+ class ResponseHeadersPolicyRemoveHeader
2444
+ attr_accessor header: ::String
2445
+ SENSITIVE: []
2446
+ end
2447
+
2448
+ class ResponseHeadersPolicyRemoveHeadersConfig
2449
+ attr_accessor quantity: ::Integer
2450
+ attr_accessor items: ::Array[Types::ResponseHeadersPolicyRemoveHeader]
2451
+ SENSITIVE: []
2452
+ end
2453
+
2454
+ class ResponseHeadersPolicySecurityHeadersConfig
2455
+ attr_accessor xss_protection: Types::ResponseHeadersPolicyXSSProtection
2456
+ attr_accessor frame_options: Types::ResponseHeadersPolicyFrameOptions
2457
+ attr_accessor referrer_policy: Types::ResponseHeadersPolicyReferrerPolicy
2458
+ attr_accessor content_security_policy: Types::ResponseHeadersPolicyContentSecurityPolicy
2459
+ attr_accessor content_type_options: Types::ResponseHeadersPolicyContentTypeOptions
2460
+ attr_accessor strict_transport_security: Types::ResponseHeadersPolicyStrictTransportSecurity
2461
+ SENSITIVE: []
2462
+ end
2463
+
2464
+ class ResponseHeadersPolicyServerTimingHeadersConfig
2465
+ attr_accessor enabled: bool
2466
+ attr_accessor sampling_rate: ::Float
2467
+ SENSITIVE: []
2468
+ end
2469
+
2470
+ class ResponseHeadersPolicyStrictTransportSecurity
2471
+ attr_accessor override: bool
2472
+ attr_accessor include_subdomains: bool
2473
+ attr_accessor preload: bool
2474
+ attr_accessor access_control_max_age_sec: ::Integer
2475
+ SENSITIVE: []
2476
+ end
2477
+
2478
+ class ResponseHeadersPolicySummary
2479
+ attr_accessor type: ("managed" | "custom")
2480
+ attr_accessor response_headers_policy: Types::ResponseHeadersPolicy
2481
+ SENSITIVE: []
2482
+ end
2483
+
2484
+ class ResponseHeadersPolicyXSSProtection
2485
+ attr_accessor override: bool
2486
+ attr_accessor protection: bool
2487
+ attr_accessor mode_block: bool
2488
+ attr_accessor report_uri: ::String
2489
+ SENSITIVE: []
2490
+ end
2491
+
2492
+ class Restrictions
2493
+ attr_accessor geo_restriction: Types::GeoRestriction
2494
+ SENSITIVE: []
2495
+ end
2496
+
2497
+ class S3Origin
2498
+ attr_accessor domain_name: ::String
2499
+ attr_accessor origin_access_identity: ::String
2500
+ SENSITIVE: []
2501
+ end
2502
+
2503
+ class S3OriginConfig
2504
+ attr_accessor origin_access_identity: ::String
2505
+ SENSITIVE: []
2506
+ end
2507
+
2508
+ class SessionStickinessConfig
2509
+ attr_accessor idle_ttl: ::Integer
2510
+ attr_accessor maximum_ttl: ::Integer
2511
+ SENSITIVE: []
2512
+ end
2513
+
2514
+ class Signer
2515
+ attr_accessor aws_account_number: ::String
2516
+ attr_accessor key_pair_ids: Types::KeyPairIds
2517
+ SENSITIVE: []
2518
+ end
2519
+
2520
+ class StagingDistributionDnsNames
2521
+ attr_accessor quantity: ::Integer
2522
+ attr_accessor items: ::Array[::String]
2523
+ SENSITIVE: []
2524
+ end
2525
+
2526
+ class StagingDistributionInUse
2527
+ attr_accessor message: ::String
2528
+ SENSITIVE: []
2529
+ end
2530
+
2531
+ class StatusCodes
2532
+ attr_accessor quantity: ::Integer
2533
+ attr_accessor items: ::Array[::Integer]
2534
+ SENSITIVE: []
2535
+ end
2536
+
2537
+ class StreamingDistribution
2538
+ attr_accessor id: ::String
2539
+ attr_accessor arn: ::String
2540
+ attr_accessor status: ::String
2541
+ attr_accessor last_modified_time: ::Time
2542
+ attr_accessor domain_name: ::String
2543
+ attr_accessor active_trusted_signers: Types::ActiveTrustedSigners
2544
+ attr_accessor streaming_distribution_config: Types::StreamingDistributionConfig
2545
+ SENSITIVE: []
2546
+ end
2547
+
2548
+ class StreamingDistributionAlreadyExists
2549
+ attr_accessor message: ::String
2550
+ SENSITIVE: []
2551
+ end
2552
+
2553
+ class StreamingDistributionConfig
2554
+ attr_accessor caller_reference: ::String
2555
+ attr_accessor s3_origin: Types::S3Origin
2556
+ attr_accessor aliases: Types::Aliases
2557
+ attr_accessor comment: ::String
2558
+ attr_accessor logging: Types::StreamingLoggingConfig
2559
+ attr_accessor trusted_signers: Types::TrustedSigners
2560
+ attr_accessor price_class: ("PriceClass_100" | "PriceClass_200" | "PriceClass_All")
2561
+ attr_accessor enabled: bool
2562
+ SENSITIVE: []
2563
+ end
2564
+
2565
+ class StreamingDistributionConfigWithTags
2566
+ attr_accessor streaming_distribution_config: Types::StreamingDistributionConfig
2567
+ attr_accessor tags: Types::Tags
2568
+ SENSITIVE: []
2569
+ end
2570
+
2571
+ class StreamingDistributionList
2572
+ attr_accessor marker: ::String
2573
+ attr_accessor next_marker: ::String
2574
+ attr_accessor max_items: ::Integer
2575
+ attr_accessor is_truncated: bool
2576
+ attr_accessor quantity: ::Integer
2577
+ attr_accessor items: ::Array[Types::StreamingDistributionSummary]
2578
+ SENSITIVE: []
2579
+ end
2580
+
2581
+ class StreamingDistributionNotDisabled
2582
+ attr_accessor message: ::String
2583
+ SENSITIVE: []
2584
+ end
2585
+
2586
+ class StreamingDistributionSummary
2587
+ attr_accessor id: ::String
2588
+ attr_accessor arn: ::String
2589
+ attr_accessor status: ::String
2590
+ attr_accessor last_modified_time: ::Time
2591
+ attr_accessor domain_name: ::String
2592
+ attr_accessor s3_origin: Types::S3Origin
2593
+ attr_accessor aliases: Types::Aliases
2594
+ attr_accessor trusted_signers: Types::TrustedSigners
2595
+ attr_accessor comment: ::String
2596
+ attr_accessor price_class: ("PriceClass_100" | "PriceClass_200" | "PriceClass_All")
2597
+ attr_accessor enabled: bool
2598
+ SENSITIVE: []
2599
+ end
2600
+
2601
+ class StreamingLoggingConfig
2602
+ attr_accessor enabled: bool
2603
+ attr_accessor bucket: ::String
2604
+ attr_accessor prefix: ::String
2605
+ SENSITIVE: []
2606
+ end
2607
+
2608
+ class Tag
2609
+ attr_accessor key: ::String
2610
+ attr_accessor value: ::String
2611
+ SENSITIVE: []
2612
+ end
2613
+
2614
+ class TagKeys
2615
+ attr_accessor items: ::Array[::String]
2616
+ SENSITIVE: []
2617
+ end
2618
+
2619
+ class TagResourceRequest
2620
+ attr_accessor resource: ::String
2621
+ attr_accessor tags: Types::Tags
2622
+ SENSITIVE: []
2623
+ end
2624
+
2625
+ class Tags
2626
+ attr_accessor items: ::Array[Types::Tag]
2627
+ SENSITIVE: []
2628
+ end
2629
+
2630
+ class TestFunctionFailed
2631
+ attr_accessor message: ::String
2632
+ SENSITIVE: []
2633
+ end
2634
+
2635
+ class TestFunctionRequest
2636
+ attr_accessor name: ::String
2637
+ attr_accessor if_match: ::String
2638
+ attr_accessor stage: ("DEVELOPMENT" | "LIVE")
2639
+ attr_accessor event_object: ::String
2640
+ SENSITIVE: [:event_object]
2641
+ end
2642
+
2643
+ class TestFunctionResult
2644
+ attr_accessor test_result: Types::TestResult
2645
+ SENSITIVE: []
2646
+ end
2647
+
2648
+ class TestResult
2649
+ attr_accessor function_summary: Types::FunctionSummary
2650
+ attr_accessor compute_utilization: ::String
2651
+ attr_accessor function_execution_logs: ::Array[::String]
2652
+ attr_accessor function_error_message: ::String
2653
+ attr_accessor function_output: ::String
2654
+ SENSITIVE: [:function_execution_logs, :function_error_message, :function_output]
2655
+ end
2656
+
2657
+ class TooLongCSPInResponseHeadersPolicy
2658
+ attr_accessor message: ::String
2659
+ SENSITIVE: []
2660
+ end
2661
+
2662
+ class TooManyCacheBehaviors
2663
+ attr_accessor message: ::String
2664
+ SENSITIVE: []
2665
+ end
2666
+
2667
+ class TooManyCachePolicies
2668
+ attr_accessor message: ::String
2669
+ SENSITIVE: []
2670
+ end
2671
+
2672
+ class TooManyCertificates
2673
+ attr_accessor message: ::String
2674
+ SENSITIVE: []
2675
+ end
2676
+
2677
+ class TooManyCloudFrontOriginAccessIdentities
2678
+ attr_accessor message: ::String
2679
+ SENSITIVE: []
2680
+ end
2681
+
2682
+ class TooManyContinuousDeploymentPolicies
2683
+ attr_accessor message: ::String
2684
+ SENSITIVE: []
2685
+ end
2686
+
2687
+ class TooManyCookieNamesInWhiteList
2688
+ attr_accessor message: ::String
2689
+ SENSITIVE: []
2690
+ end
2691
+
2692
+ class TooManyCookiesInCachePolicy
2693
+ attr_accessor message: ::String
2694
+ SENSITIVE: []
2695
+ end
2696
+
2697
+ class TooManyCookiesInOriginRequestPolicy
2698
+ attr_accessor message: ::String
2699
+ SENSITIVE: []
2700
+ end
2701
+
2702
+ class TooManyCustomHeadersInResponseHeadersPolicy
2703
+ attr_accessor message: ::String
2704
+ SENSITIVE: []
2705
+ end
2706
+
2707
+ class TooManyDistributionCNAMEs
2708
+ attr_accessor message: ::String
2709
+ SENSITIVE: []
2710
+ end
2711
+
2712
+ class TooManyDistributions
2713
+ attr_accessor message: ::String
2714
+ SENSITIVE: []
2715
+ end
2716
+
2717
+ class TooManyDistributionsAssociatedToCachePolicy
2718
+ attr_accessor message: ::String
2719
+ SENSITIVE: []
2720
+ end
2721
+
2722
+ class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
2723
+ attr_accessor message: ::String
2724
+ SENSITIVE: []
2725
+ end
2726
+
2727
+ class TooManyDistributionsAssociatedToKeyGroup
2728
+ attr_accessor message: ::String
2729
+ SENSITIVE: []
2730
+ end
2731
+
2732
+ class TooManyDistributionsAssociatedToOriginAccessControl
2733
+ attr_accessor message: ::String
2734
+ SENSITIVE: []
2735
+ end
2736
+
2737
+ class TooManyDistributionsAssociatedToOriginRequestPolicy
2738
+ attr_accessor message: ::String
2739
+ SENSITIVE: []
2740
+ end
2741
+
2742
+ class TooManyDistributionsAssociatedToResponseHeadersPolicy
2743
+ attr_accessor message: ::String
2744
+ SENSITIVE: []
2745
+ end
2746
+
2747
+ class TooManyDistributionsWithFunctionAssociations
2748
+ attr_accessor message: ::String
2749
+ SENSITIVE: []
2750
+ end
2751
+
2752
+ class TooManyDistributionsWithLambdaAssociations
2753
+ attr_accessor message: ::String
2754
+ SENSITIVE: []
2755
+ end
2756
+
2757
+ class TooManyDistributionsWithSingleFunctionARN
2758
+ attr_accessor message: ::String
2759
+ SENSITIVE: []
2760
+ end
2761
+
2762
+ class TooManyFieldLevelEncryptionConfigs
2763
+ attr_accessor message: ::String
2764
+ SENSITIVE: []
2765
+ end
2766
+
2767
+ class TooManyFieldLevelEncryptionContentTypeProfiles
2768
+ attr_accessor message: ::String
2769
+ SENSITIVE: []
2770
+ end
2771
+
2772
+ class TooManyFieldLevelEncryptionEncryptionEntities
2773
+ attr_accessor message: ::String
2774
+ SENSITIVE: []
2775
+ end
2776
+
2777
+ class TooManyFieldLevelEncryptionFieldPatterns
2778
+ attr_accessor message: ::String
2779
+ SENSITIVE: []
2780
+ end
2781
+
2782
+ class TooManyFieldLevelEncryptionProfiles
2783
+ attr_accessor message: ::String
2784
+ SENSITIVE: []
2785
+ end
2786
+
2787
+ class TooManyFieldLevelEncryptionQueryArgProfiles
2788
+ attr_accessor message: ::String
2789
+ SENSITIVE: []
2790
+ end
2791
+
2792
+ class TooManyFunctionAssociations
2793
+ attr_accessor message: ::String
2794
+ SENSITIVE: []
2795
+ end
2796
+
2797
+ class TooManyFunctions
2798
+ attr_accessor message: ::String
2799
+ SENSITIVE: []
2800
+ end
2801
+
2802
+ class TooManyHeadersInCachePolicy
2803
+ attr_accessor message: ::String
2804
+ SENSITIVE: []
2805
+ end
2806
+
2807
+ class TooManyHeadersInForwardedValues
2808
+ attr_accessor message: ::String
2809
+ SENSITIVE: []
2810
+ end
2811
+
2812
+ class TooManyHeadersInOriginRequestPolicy
2813
+ attr_accessor message: ::String
2814
+ SENSITIVE: []
2815
+ end
2816
+
2817
+ class TooManyInvalidationsInProgress
2818
+ attr_accessor message: ::String
2819
+ SENSITIVE: []
2820
+ end
2821
+
2822
+ class TooManyKeyGroups
2823
+ attr_accessor message: ::String
2824
+ SENSITIVE: []
2825
+ end
2826
+
2827
+ class TooManyKeyGroupsAssociatedToDistribution
2828
+ attr_accessor message: ::String
2829
+ SENSITIVE: []
2830
+ end
2831
+
2832
+ class TooManyLambdaFunctionAssociations
2833
+ attr_accessor message: ::String
2834
+ SENSITIVE: []
2835
+ end
2836
+
2837
+ class TooManyOriginAccessControls
2838
+ attr_accessor message: ::String
2839
+ SENSITIVE: []
2840
+ end
2841
+
2842
+ class TooManyOriginCustomHeaders
2843
+ attr_accessor message: ::String
2844
+ SENSITIVE: []
2845
+ end
2846
+
2847
+ class TooManyOriginGroupsPerDistribution
2848
+ attr_accessor message: ::String
2849
+ SENSITIVE: []
2850
+ end
2851
+
2852
+ class TooManyOriginRequestPolicies
2853
+ attr_accessor message: ::String
2854
+ SENSITIVE: []
2855
+ end
2856
+
2857
+ class TooManyOrigins
2858
+ attr_accessor message: ::String
2859
+ SENSITIVE: []
2860
+ end
2861
+
2862
+ class TooManyPublicKeys
2863
+ attr_accessor message: ::String
2864
+ SENSITIVE: []
2865
+ end
2866
+
2867
+ class TooManyPublicKeysInKeyGroup
2868
+ attr_accessor message: ::String
2869
+ SENSITIVE: []
2870
+ end
2871
+
2872
+ class TooManyQueryStringParameters
2873
+ attr_accessor message: ::String
2874
+ SENSITIVE: []
2875
+ end
2876
+
2877
+ class TooManyQueryStringsInCachePolicy
2878
+ attr_accessor message: ::String
2879
+ SENSITIVE: []
2880
+ end
2881
+
2882
+ class TooManyQueryStringsInOriginRequestPolicy
2883
+ attr_accessor message: ::String
2884
+ SENSITIVE: []
2885
+ end
2886
+
2887
+ class TooManyRealtimeLogConfigs
2888
+ attr_accessor message: ::String
2889
+ SENSITIVE: []
2890
+ end
2891
+
2892
+ class TooManyRemoveHeadersInResponseHeadersPolicy
2893
+ attr_accessor message: ::String
2894
+ SENSITIVE: []
2895
+ end
2896
+
2897
+ class TooManyResponseHeadersPolicies
2898
+ attr_accessor message: ::String
2899
+ SENSITIVE: []
2900
+ end
2901
+
2902
+ class TooManyStreamingDistributionCNAMEs
2903
+ attr_accessor message: ::String
2904
+ SENSITIVE: []
2905
+ end
2906
+
2907
+ class TooManyStreamingDistributions
2908
+ attr_accessor message: ::String
2909
+ SENSITIVE: []
2910
+ end
2911
+
2912
+ class TooManyTrustedSigners
2913
+ attr_accessor message: ::String
2914
+ SENSITIVE: []
2915
+ end
2916
+
2917
+ class TrafficConfig
2918
+ attr_accessor single_weight_config: Types::ContinuousDeploymentSingleWeightConfig
2919
+ attr_accessor single_header_config: Types::ContinuousDeploymentSingleHeaderConfig
2920
+ attr_accessor type: ("SingleWeight" | "SingleHeader")
2921
+ SENSITIVE: []
2922
+ end
2923
+
2924
+ class TrustedKeyGroupDoesNotExist
2925
+ attr_accessor message: ::String
2926
+ SENSITIVE: []
2927
+ end
2928
+
2929
+ class TrustedKeyGroups
2930
+ attr_accessor enabled: bool
2931
+ attr_accessor quantity: ::Integer
2932
+ attr_accessor items: ::Array[::String]
2933
+ SENSITIVE: []
2934
+ end
2935
+
2936
+ class TrustedSignerDoesNotExist
2937
+ attr_accessor message: ::String
2938
+ SENSITIVE: []
2939
+ end
2940
+
2941
+ class TrustedSigners
2942
+ attr_accessor enabled: bool
2943
+ attr_accessor quantity: ::Integer
2944
+ attr_accessor items: ::Array[::String]
2945
+ SENSITIVE: []
2946
+ end
2947
+
2948
+ class UnsupportedOperation
2949
+ attr_accessor message: ::String
2950
+ SENSITIVE: []
2951
+ end
2952
+
2953
+ class UntagResourceRequest
2954
+ attr_accessor resource: ::String
2955
+ attr_accessor tag_keys: Types::TagKeys
2956
+ SENSITIVE: []
2957
+ end
2958
+
2959
+ class UpdateCachePolicyRequest
2960
+ attr_accessor cache_policy_config: Types::CachePolicyConfig
2961
+ attr_accessor id: ::String
2962
+ attr_accessor if_match: ::String
2963
+ SENSITIVE: []
2964
+ end
2965
+
2966
+ class UpdateCachePolicyResult
2967
+ attr_accessor cache_policy: Types::CachePolicy
2968
+ attr_accessor etag: ::String
2969
+ SENSITIVE: []
2970
+ end
2971
+
2972
+ class UpdateCloudFrontOriginAccessIdentityRequest
2973
+ attr_accessor cloud_front_origin_access_identity_config: Types::CloudFrontOriginAccessIdentityConfig
2974
+ attr_accessor id: ::String
2975
+ attr_accessor if_match: ::String
2976
+ SENSITIVE: []
2977
+ end
2978
+
2979
+ class UpdateCloudFrontOriginAccessIdentityResult
2980
+ attr_accessor cloud_front_origin_access_identity: Types::CloudFrontOriginAccessIdentity
2981
+ attr_accessor etag: ::String
2982
+ SENSITIVE: []
2983
+ end
2984
+
2985
+ class UpdateContinuousDeploymentPolicyRequest
2986
+ attr_accessor continuous_deployment_policy_config: Types::ContinuousDeploymentPolicyConfig
2987
+ attr_accessor id: ::String
2988
+ attr_accessor if_match: ::String
2989
+ SENSITIVE: []
2990
+ end
2991
+
2992
+ class UpdateContinuousDeploymentPolicyResult
2993
+ attr_accessor continuous_deployment_policy: Types::ContinuousDeploymentPolicy
2994
+ attr_accessor etag: ::String
2995
+ SENSITIVE: []
2996
+ end
2997
+
2998
+ class UpdateDistributionRequest
2999
+ attr_accessor distribution_config: Types::DistributionConfig
3000
+ attr_accessor id: ::String
3001
+ attr_accessor if_match: ::String
3002
+ SENSITIVE: []
3003
+ end
3004
+
3005
+ class UpdateDistributionResult
3006
+ attr_accessor distribution: Types::Distribution
3007
+ attr_accessor etag: ::String
3008
+ SENSITIVE: []
3009
+ end
3010
+
3011
+ class UpdateDistributionWithStagingConfigRequest
3012
+ attr_accessor id: ::String
3013
+ attr_accessor staging_distribution_id: ::String
3014
+ attr_accessor if_match: ::String
3015
+ SENSITIVE: []
3016
+ end
3017
+
3018
+ class UpdateDistributionWithStagingConfigResult
3019
+ attr_accessor distribution: Types::Distribution
3020
+ attr_accessor etag: ::String
3021
+ SENSITIVE: []
3022
+ end
3023
+
3024
+ class UpdateFieldLevelEncryptionConfigRequest
3025
+ attr_accessor field_level_encryption_config: Types::FieldLevelEncryptionConfig
3026
+ attr_accessor id: ::String
3027
+ attr_accessor if_match: ::String
3028
+ SENSITIVE: []
3029
+ end
3030
+
3031
+ class UpdateFieldLevelEncryptionConfigResult
3032
+ attr_accessor field_level_encryption: Types::FieldLevelEncryption
3033
+ attr_accessor etag: ::String
3034
+ SENSITIVE: []
3035
+ end
3036
+
3037
+ class UpdateFieldLevelEncryptionProfileRequest
3038
+ attr_accessor field_level_encryption_profile_config: Types::FieldLevelEncryptionProfileConfig
3039
+ attr_accessor id: ::String
3040
+ attr_accessor if_match: ::String
3041
+ SENSITIVE: []
3042
+ end
3043
+
3044
+ class UpdateFieldLevelEncryptionProfileResult
3045
+ attr_accessor field_level_encryption_profile: Types::FieldLevelEncryptionProfile
3046
+ attr_accessor etag: ::String
3047
+ SENSITIVE: []
3048
+ end
3049
+
3050
+ class UpdateFunctionRequest
3051
+ attr_accessor name: ::String
3052
+ attr_accessor if_match: ::String
3053
+ attr_accessor function_config: Types::FunctionConfig
3054
+ attr_accessor function_code: ::String
3055
+ SENSITIVE: [:function_code]
3056
+ end
3057
+
3058
+ class UpdateFunctionResult
3059
+ attr_accessor function_summary: Types::FunctionSummary
3060
+ attr_accessor etag: ::String
3061
+ SENSITIVE: []
3062
+ end
3063
+
3064
+ class UpdateKeyGroupRequest
3065
+ attr_accessor key_group_config: Types::KeyGroupConfig
3066
+ attr_accessor id: ::String
3067
+ attr_accessor if_match: ::String
3068
+ SENSITIVE: []
3069
+ end
3070
+
3071
+ class UpdateKeyGroupResult
3072
+ attr_accessor key_group: Types::KeyGroup
3073
+ attr_accessor etag: ::String
3074
+ SENSITIVE: []
3075
+ end
3076
+
3077
+ class UpdateKeyValueStoreRequest
3078
+ attr_accessor name: ::String
3079
+ attr_accessor comment: ::String
3080
+ attr_accessor if_match: ::String
3081
+ SENSITIVE: []
3082
+ end
3083
+
3084
+ class UpdateKeyValueStoreResult
3085
+ attr_accessor key_value_store: Types::KeyValueStore
3086
+ attr_accessor etag: ::String
3087
+ SENSITIVE: []
3088
+ end
3089
+
3090
+ class UpdateOriginAccessControlRequest
3091
+ attr_accessor origin_access_control_config: Types::OriginAccessControlConfig
3092
+ attr_accessor id: ::String
3093
+ attr_accessor if_match: ::String
3094
+ SENSITIVE: []
3095
+ end
3096
+
3097
+ class UpdateOriginAccessControlResult
3098
+ attr_accessor origin_access_control: Types::OriginAccessControl
3099
+ attr_accessor etag: ::String
3100
+ SENSITIVE: []
3101
+ end
3102
+
3103
+ class UpdateOriginRequestPolicyRequest
3104
+ attr_accessor origin_request_policy_config: Types::OriginRequestPolicyConfig
3105
+ attr_accessor id: ::String
3106
+ attr_accessor if_match: ::String
3107
+ SENSITIVE: []
3108
+ end
3109
+
3110
+ class UpdateOriginRequestPolicyResult
3111
+ attr_accessor origin_request_policy: Types::OriginRequestPolicy
3112
+ attr_accessor etag: ::String
3113
+ SENSITIVE: []
3114
+ end
3115
+
3116
+ class UpdatePublicKeyRequest
3117
+ attr_accessor public_key_config: Types::PublicKeyConfig
3118
+ attr_accessor id: ::String
3119
+ attr_accessor if_match: ::String
3120
+ SENSITIVE: []
3121
+ end
3122
+
3123
+ class UpdatePublicKeyResult
3124
+ attr_accessor public_key: Types::PublicKey
3125
+ attr_accessor etag: ::String
3126
+ SENSITIVE: []
3127
+ end
3128
+
3129
+ class UpdateRealtimeLogConfigRequest
3130
+ attr_accessor end_points: ::Array[Types::EndPoint]
3131
+ attr_accessor fields: ::Array[::String]
3132
+ attr_accessor name: ::String
3133
+ attr_accessor arn: ::String
3134
+ attr_accessor sampling_rate: ::Integer
3135
+ SENSITIVE: []
3136
+ end
3137
+
3138
+ class UpdateRealtimeLogConfigResult
3139
+ attr_accessor realtime_log_config: Types::RealtimeLogConfig
3140
+ SENSITIVE: []
3141
+ end
3142
+
3143
+ class UpdateResponseHeadersPolicyRequest
3144
+ attr_accessor response_headers_policy_config: Types::ResponseHeadersPolicyConfig
3145
+ attr_accessor id: ::String
3146
+ attr_accessor if_match: ::String
3147
+ SENSITIVE: []
3148
+ end
3149
+
3150
+ class UpdateResponseHeadersPolicyResult
3151
+ attr_accessor response_headers_policy: Types::ResponseHeadersPolicy
3152
+ attr_accessor etag: ::String
3153
+ SENSITIVE: []
3154
+ end
3155
+
3156
+ class UpdateStreamingDistributionRequest
3157
+ attr_accessor streaming_distribution_config: Types::StreamingDistributionConfig
3158
+ attr_accessor id: ::String
3159
+ attr_accessor if_match: ::String
3160
+ SENSITIVE: []
3161
+ end
3162
+
3163
+ class UpdateStreamingDistributionResult
3164
+ attr_accessor streaming_distribution: Types::StreamingDistribution
3165
+ attr_accessor etag: ::String
3166
+ SENSITIVE: []
3167
+ end
3168
+
3169
+ class ViewerCertificate
3170
+ attr_accessor cloud_front_default_certificate: bool
3171
+ attr_accessor iam_certificate_id: ::String
3172
+ attr_accessor acm_certificate_arn: ::String
3173
+ attr_accessor ssl_support_method: ("sni-only" | "vip" | "static-ip")
3174
+ attr_accessor minimum_protocol_version: ("SSLv3" | "TLSv1" | "TLSv1_2016" | "TLSv1.1_2016" | "TLSv1.2_2018" | "TLSv1.2_2019" | "TLSv1.2_2021")
3175
+ attr_accessor certificate: ::String
3176
+ attr_accessor certificate_source: ("cloudfront" | "iam" | "acm")
3177
+ SENSITIVE: []
3178
+ end
3179
+ end
3180
+ end