aws-sdk-cloudfront 1.26.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b377334a0c36a314560f12962831526e96258b7d
4
- data.tar.gz: fcd47dd54ef0430f24492dcc724f05b31446c327
2
+ SHA256:
3
+ metadata.gz: 2a0bcd9aef353c5dc4d9fb3e59d874e06d6a6f0109df0c9f55209aa10e5204de
4
+ data.tar.gz: 4775d1f1f2f78623138d3e1b780bc9c9e787586de6a2026789a8cc06afcadac0
5
5
  SHA512:
6
- metadata.gz: 6d4e1ee11180bc758447383709255bb9cf25d73bd65e4332957d15084c9036f6f99f99137cf38ea4e778b13d071c259a742a850397e81c7102fa18b6f2a9b6a5
7
- data.tar.gz: ce5429ab6a0cd7b9b3d36e16a07191c794483a7fd2d0ae26d41a9ca93a70ae20d9a49edc42cf7288b56dfcb6d6067498f75ac6859225460d1137b80b0e0f588e
6
+ metadata.gz: 4bce16e95dabb1aeac292e7334125007762da6db0cf2446428bc2e4bb199033aadec08f82251189c8d4c7f8f23ee3b937ecdf5675bc8c108843dff81cb4967ca
7
+ data.tar.gz: d6d4f139e11d720d2d4313dda7172ecdf771efe676a3577192c68ffcd9e89e4a406e0ac8d5a73224f89af858274fe768b6642d71e16e8bbcab87d105acb0e6a7
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
46
48
  # @service
47
49
  module Aws::CloudFront
48
50
 
49
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.32.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_xml.rb'
29
32
 
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:cloudfront)
32
35
  module Aws::CloudFront
33
36
  # An API client for CloudFront. To construct a client, you need to configure a `:region` and `:credentials`.
34
37
  #
35
- # client = Aws::CloudFront::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
38
+ # client = Aws::CloudFront::Client.new(
39
+ # region: region_name,
40
+ # credentials: credentials,
41
+ # # ...
42
+ # )
40
43
  #
41
44
  # For details on configuring region and credentials see
42
45
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -69,6 +72,7 @@ module Aws::CloudFront
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestXml)
74
78
 
@@ -105,7 +109,7 @@ module Aws::CloudFront
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::CloudFront
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::CloudFront
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -229,15 +233,19 @@ module Aws::CloudFront
229
233
  #
230
234
  # @option options [String] :retry_mode ("legacy")
231
235
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
236
+ #
237
+ # * `legacy` - The pre-existing retry behavior. This is default value if
238
+ # no retry mode is provided.
239
+ #
240
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
241
+ # This includes support for retry quotas, which limit the number of
242
+ # unsuccessful retries a client can make.
243
+ #
244
+ # * `adaptive` - An experimental retry mode that includes all the
245
+ # functionality of `standard` mode along with automatic client side
246
+ # throttling. This is a provisional mode that may change behavior
247
+ # in the future.
248
+ #
241
249
  #
242
250
  # @option options [String] :secret_access_key
243
251
  #
@@ -265,8 +273,7 @@ module Aws::CloudFront
265
273
  #
266
274
  # @option options [Integer] :http_read_timeout (60) The default
267
275
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
276
+ # safely be set per-request on the session.
270
277
  #
271
278
  # @option options [Float] :http_idle_timeout (5) The number of
272
279
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +285,7 @@ module Aws::CloudFront
278
285
  # request body. This option has no effect unless the request has
279
286
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
287
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
288
+ # request on the session.
282
289
  #
283
290
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
291
  # HTTP debug output will be sent to the `:logger`.
@@ -421,6 +428,8 @@ module Aws::CloudFront
421
428
  # origin_read_timeout: 1,
422
429
  # origin_keepalive_timeout: 1,
423
430
  # },
431
+ # connection_attempts: 1,
432
+ # connection_timeout: 1,
424
433
  # },
425
434
  # ],
426
435
  # },
@@ -634,6 +643,8 @@ module Aws::CloudFront
634
643
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
635
644
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
636
645
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
646
+ # resp.distribution.distribution_config.origins.items[0].connection_attempts #=> Integer
647
+ # resp.distribution.distribution_config.origins.items[0].connection_timeout #=> Integer
637
648
  # resp.distribution.distribution_config.origin_groups.quantity #=> Integer
638
649
  # resp.distribution.distribution_config.origin_groups.items #=> Array
639
650
  # resp.distribution.distribution_config.origin_groups.items[0].id #=> String
@@ -808,6 +819,8 @@ module Aws::CloudFront
808
819
  # origin_read_timeout: 1,
809
820
  # origin_keepalive_timeout: 1,
810
821
  # },
822
+ # connection_attempts: 1,
823
+ # connection_timeout: 1,
811
824
  # },
812
825
  # ],
813
826
  # },
@@ -1030,6 +1043,8 @@ module Aws::CloudFront
1030
1043
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
1031
1044
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
1032
1045
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
1046
+ # resp.distribution.distribution_config.origins.items[0].connection_attempts #=> Integer
1047
+ # resp.distribution.distribution_config.origins.items[0].connection_timeout #=> Integer
1033
1048
  # resp.distribution.distribution_config.origin_groups.quantity #=> Integer
1034
1049
  # resp.distribution.distribution_config.origin_groups.items #=> Array
1035
1050
  # resp.distribution.distribution_config.origin_groups.items[0].id #=> String
@@ -1907,6 +1922,8 @@ module Aws::CloudFront
1907
1922
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
1908
1923
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
1909
1924
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
1925
+ # resp.distribution.distribution_config.origins.items[0].connection_attempts #=> Integer
1926
+ # resp.distribution.distribution_config.origins.items[0].connection_timeout #=> Integer
1910
1927
  # resp.distribution.distribution_config.origin_groups.quantity #=> Integer
1911
1928
  # resp.distribution.distribution_config.origin_groups.items #=> Array
1912
1929
  # resp.distribution.distribution_config.origin_groups.items[0].id #=> String
@@ -2019,6 +2036,11 @@ module Aws::CloudFront
2019
2036
  # resp.distribution.alias_icp_recordals[0].icp_recordal_status #=> String, one of "APPROVED", "SUSPENDED", "PENDING"
2020
2037
  # resp.etag #=> String
2021
2038
  #
2039
+ #
2040
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
2041
+ #
2042
+ # * distribution_deployed
2043
+ #
2022
2044
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetDistribution2019_03_26 AWS API Documentation
2023
2045
  #
2024
2046
  # @overload get_distribution(params = {})
@@ -2070,6 +2092,8 @@ module Aws::CloudFront
2070
2092
  # resp.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
2071
2093
  # resp.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
2072
2094
  # resp.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
2095
+ # resp.distribution_config.origins.items[0].connection_attempts #=> Integer
2096
+ # resp.distribution_config.origins.items[0].connection_timeout #=> Integer
2073
2097
  # resp.distribution_config.origin_groups.quantity #=> Integer
2074
2098
  # resp.distribution_config.origin_groups.items #=> Array
2075
2099
  # resp.distribution_config.origin_groups.items[0].id #=> String
@@ -2387,6 +2411,11 @@ module Aws::CloudFront
2387
2411
  # resp.invalidation.invalidation_batch.paths.items[0] #=> String
2388
2412
  # resp.invalidation.invalidation_batch.caller_reference #=> String
2389
2413
  #
2414
+ #
2415
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
2416
+ #
2417
+ # * invalidation_completed
2418
+ #
2390
2419
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetInvalidation2019_03_26 AWS API Documentation
2391
2420
  #
2392
2421
  # @overload get_invalidation(params = {})
@@ -2513,6 +2542,11 @@ module Aws::CloudFront
2513
2542
  # resp.streaming_distribution.streaming_distribution_config.enabled #=> Boolean
2514
2543
  # resp.etag #=> String
2515
2544
  #
2545
+ #
2546
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
2547
+ #
2548
+ # * streaming_distribution_deployed
2549
+ #
2516
2550
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/GetStreamingDistribution2019_03_26 AWS API Documentation
2517
2551
  #
2518
2552
  # @overload get_streaming_distribution(params = {})
@@ -2585,6 +2619,8 @@ module Aws::CloudFront
2585
2619
  #
2586
2620
  # * {Types::ListCloudFrontOriginAccessIdentitiesResult#cloud_front_origin_access_identity_list #cloud_front_origin_access_identity_list} => Types::CloudFrontOriginAccessIdentityList
2587
2621
  #
2622
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2623
+ #
2588
2624
  # @example Request syntax with placeholder values
2589
2625
  #
2590
2626
  # resp = client.list_cloud_front_origin_access_identities({
@@ -2629,6 +2665,8 @@ module Aws::CloudFront
2629
2665
  #
2630
2666
  # * {Types::ListDistributionsResult#distribution_list #distribution_list} => Types::DistributionList
2631
2667
  #
2668
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2669
+ #
2632
2670
  # @example Request syntax with placeholder values
2633
2671
  #
2634
2672
  # resp = client.list_distributions({
@@ -2670,6 +2708,8 @@ module Aws::CloudFront
2670
2708
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
2671
2709
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
2672
2710
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
2711
+ # resp.distribution_list.items[0].origins.items[0].connection_attempts #=> Integer
2712
+ # resp.distribution_list.items[0].origins.items[0].connection_timeout #=> Integer
2673
2713
  # resp.distribution_list.items[0].origin_groups.quantity #=> Integer
2674
2714
  # resp.distribution_list.items[0].origin_groups.items #=> Array
2675
2715
  # resp.distribution_list.items[0].origin_groups.items[0].id #=> String
@@ -2852,6 +2892,8 @@ module Aws::CloudFront
2852
2892
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
2853
2893
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
2854
2894
  # resp.distribution_list.items[0].origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
2895
+ # resp.distribution_list.items[0].origins.items[0].connection_attempts #=> Integer
2896
+ # resp.distribution_list.items[0].origins.items[0].connection_timeout #=> Integer
2855
2897
  # resp.distribution_list.items[0].origin_groups.quantity #=> Integer
2856
2898
  # resp.distribution_list.items[0].origin_groups.items #=> Array
2857
2899
  # resp.distribution_list.items[0].origin_groups.items[0].id #=> String
@@ -3099,6 +3141,8 @@ module Aws::CloudFront
3099
3141
  #
3100
3142
  # * {Types::ListInvalidationsResult#invalidation_list #invalidation_list} => Types::InvalidationList
3101
3143
  #
3144
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3145
+ #
3102
3146
  # @example Request syntax with placeholder values
3103
3147
  #
3104
3148
  # resp = client.list_invalidations({
@@ -3185,6 +3229,8 @@ module Aws::CloudFront
3185
3229
  #
3186
3230
  # * {Types::ListStreamingDistributionsResult#streaming_distribution_list #streaming_distribution_list} => Types::StreamingDistributionList
3187
3231
  #
3232
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
3233
+ #
3188
3234
  # @example Request syntax with placeholder values
3189
3235
  #
3190
3236
  # resp = client.list_streaming_distributions({
@@ -3495,6 +3541,8 @@ module Aws::CloudFront
3495
3541
  # origin_read_timeout: 1,
3496
3542
  # origin_keepalive_timeout: 1,
3497
3543
  # },
3544
+ # connection_attempts: 1,
3545
+ # connection_timeout: 1,
3498
3546
  # },
3499
3547
  # ],
3500
3548
  # },
@@ -3710,6 +3758,8 @@ module Aws::CloudFront
3710
3758
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_ssl_protocols.items[0] #=> String, one of "SSLv3", "TLSv1", "TLSv1.1", "TLSv1.2"
3711
3759
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_read_timeout #=> Integer
3712
3760
  # resp.distribution.distribution_config.origins.items[0].custom_origin_config.origin_keepalive_timeout #=> Integer
3761
+ # resp.distribution.distribution_config.origins.items[0].connection_attempts #=> Integer
3762
+ # resp.distribution.distribution_config.origins.items[0].connection_timeout #=> Integer
3713
3763
  # resp.distribution.distribution_config.origin_groups.quantity #=> Integer
3714
3764
  # resp.distribution.distribution_config.origin_groups.items #=> Array
3715
3765
  # resp.distribution.distribution_config.origin_groups.items[0].id #=> String
@@ -4132,7 +4182,7 @@ module Aws::CloudFront
4132
4182
  params: params,
4133
4183
  config: config)
4134
4184
  context[:gem_name] = 'aws-sdk-cloudfront'
4135
- context[:gem_version] = '1.26.0'
4185
+ context[:gem_version] = '1.32.0'
4136
4186
  Seahorse::Client::Request.new(handlers, context)
4137
4187
  end
4138
4188
 
@@ -4198,11 +4248,11 @@ module Aws::CloudFront
4198
4248
  # The following table lists the valid waiter names, the operations they call,
4199
4249
  # and the default `:delay` and `:max_attempts` values.
4200
4250
  #
4201
- # | waiter_name | params | :delay | :max_attempts |
4202
- # | ------------------------------- | ----------------------------- | -------- | ------------- |
4203
- # | distribution_deployed | {#get_distribution} | 60 | 35 |
4204
- # | invalidation_completed | {#get_invalidation} | 20 | 30 |
4205
- # | streaming_distribution_deployed | {#get_streaming_distribution} | 60 | 25 |
4251
+ # | waiter_name | params | :delay | :max_attempts |
4252
+ # | ------------------------------- | ----------------------------------- | -------- | ------------- |
4253
+ # | distribution_deployed | {Client#get_distribution} | 60 | 35 |
4254
+ # | invalidation_completed | {Client#get_invalidation} | 20 | 30 |
4255
+ # | streaming_distribution_deployed | {Client#get_streaming_distribution} | 60 | 25 |
4206
4256
  #
4207
4257
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
4208
4258
  # because the waiter has entered a state that it will not transition
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1138,6 +1140,8 @@ module Aws::CloudFront
1138
1140
  Origin.add_member(:custom_headers, Shapes::ShapeRef.new(shape: CustomHeaders, location_name: "CustomHeaders"))
1139
1141
  Origin.add_member(:s3_origin_config, Shapes::ShapeRef.new(shape: S3OriginConfig, location_name: "S3OriginConfig"))
1140
1142
  Origin.add_member(:custom_origin_config, Shapes::ShapeRef.new(shape: CustomOriginConfig, location_name: "CustomOriginConfig"))
1143
+ Origin.add_member(:connection_attempts, Shapes::ShapeRef.new(shape: integer, location_name: "ConnectionAttempts"))
1144
+ Origin.add_member(:connection_timeout, Shapes::ShapeRef.new(shape: integer, location_name: "ConnectionTimeout"))
1141
1145
  Origin.struct_class = Types::Origin
1142
1146
 
1143
1147
  OriginCustomHeader.add_member(:header_name, Shapes::ShapeRef.new(shape: string, required: true, location_name: "HeaderName"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'base64'
2
4
  require 'uri'
3
5
  require 'time'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # utility classes
2
4
  require 'aws-sdk-cloudfront/signer'
3
5
  require 'aws-sdk-cloudfront/url_signer'
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::CloudFront
9
- # This class provides a resource oriented interface for CloudFront.
10
- # To create a resource object:
11
- # resource = Aws::CloudFront::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::CloudFront::Client.new(region: 'us-west-2')
15
- # resource = Aws::CloudFront::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  require 'base64'
2
4
  require 'uri'
3
5
  require 'time'
@@ -20,7 +22,7 @@ module Aws
20
22
  private
21
23
 
22
24
  def scheme_and_uri(url)
23
- url_sections = url.split('://')
25
+ url_sections = url.split('://', 2)
24
26
  if url_sections.length < 2
25
27
  raise ArgumentError, "Invalid URL:#{url}"
26
28
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -17,6 +19,7 @@ module Aws::CloudFront
17
19
  #
18
20
  class AccessDenied < Struct.new(
19
21
  :message)
22
+ SENSITIVE = []
20
23
  include Aws::Structure
21
24
  end
22
25
 
@@ -62,6 +65,7 @@ module Aws::CloudFront
62
65
  :enabled,
63
66
  :quantity,
64
67
  :items)
68
+ SENSITIVE = []
65
69
  include Aws::Structure
66
70
  end
67
71
 
@@ -112,6 +116,7 @@ module Aws::CloudFront
112
116
  class AliasICPRecordal < Struct.new(
113
117
  :cname,
114
118
  :icp_recordal_status)
119
+ SENSITIVE = []
115
120
  include Aws::Structure
116
121
  end
117
122
 
@@ -141,6 +146,7 @@ module Aws::CloudFront
141
146
  class Aliases < Struct.new(
142
147
  :quantity,
143
148
  :items)
149
+ SENSITIVE = []
144
150
  include Aws::Structure
145
151
  end
146
152
 
@@ -205,6 +211,7 @@ module Aws::CloudFront
205
211
  :quantity,
206
212
  :items,
207
213
  :cached_methods)
214
+ SENSITIVE = []
208
215
  include Aws::Structure
209
216
  end
210
217
 
@@ -217,6 +224,7 @@ module Aws::CloudFront
217
224
  #
218
225
  class BatchTooLarge < Struct.new(
219
226
  :message)
227
+ SENSITIVE = []
220
228
  include Aws::Structure
221
229
  end
222
230
 
@@ -229,6 +237,7 @@ module Aws::CloudFront
229
237
  #
230
238
  class CNAMEAlreadyExists < Struct.new(
231
239
  :message)
240
+ SENSITIVE = []
232
241
  include Aws::Structure
233
242
  end
234
243
 
@@ -236,19 +245,19 @@ module Aws::CloudFront
236
245
  #
237
246
  # You must create at least as many cache behaviors (including the
238
247
  # default cache behavior) as you have origins if you want CloudFront to
239
- # distribute objects from all of the origins. Each cache behavior
240
- # specifies the one origin from which you want CloudFront to get
241
- # objects. If you have two origins and only the default cache behavior,
242
- # the default cache behavior will cause CloudFront to get objects from
243
- # one of the origins, but the other origin is never used.
244
- #
245
- # For the current limit on the number of cache behaviors that you can
246
- # add to a distribution, see [Amazon CloudFront Limits][1] in the *AWS
247
- # General Reference*.
248
+ # serve objects from all of the origins. Each cache behavior specifies
249
+ # the one origin from which you want CloudFront to get objects. If you
250
+ # have two origins and only the default cache behavior, the default
251
+ # cache behavior will cause CloudFront to get objects from one of the
252
+ # origins, but the other origin is never used.
253
+ #
254
+ # For the current quota (formerly known as limit) on the number of cache
255
+ # behaviors that you can add to a distribution, see [Quotas][1] in the
256
+ # *Amazon CloudFront Developer Guide*.
248
257
  #
249
- # If you don't want to specify any cache behaviors, include only an
250
- # empty `CacheBehaviors` element. Don't include an empty
251
- # `CacheBehavior` element, or CloudFront returns a `MalformedXML` error.
258
+ # If you dont want to specify any cache behaviors, include only an
259
+ # empty `CacheBehaviors` element. Dont include an empty `CacheBehavior`
260
+ # element because this is invalid.
252
261
  #
253
262
  # To delete all cache behaviors in an existing distribution, update the
254
263
  # distribution configuration and include only an empty `CacheBehaviors`
@@ -258,12 +267,12 @@ module Aws::CloudFront
258
267
  # distribution configuration and specify all of the cache behaviors that
259
268
  # you want to include in the updated distribution.
260
269
  #
261
- # For more information about cache behaviors, see [Cache Behaviors][2]
262
- # in the *Amazon CloudFront Developer Guide*.
270
+ # For more information about cache behaviors, see [Cache Behavior
271
+ # Settings][2] in the *Amazon CloudFront Developer Guide*.
263
272
  #
264
273
  #
265
274
  #
266
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront
275
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html
267
276
  # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior
268
277
  #
269
278
  # @note When making an API call, you may pass CacheBehavior
@@ -349,9 +358,7 @@ module Aws::CloudFront
349
358
  #
350
359
  # @!attribute [rw] target_origin_id
351
360
  # The value of `ID` for the origin that you want CloudFront to route
352
- # requests to when a request matches the path pattern either for a
353
- # cache behavior or for the default cache behavior in your
354
- # distribution.
361
+ # requests to when they match this cache behavior.
355
362
  # @return [String]
356
363
  #
357
364
  # @!attribute [rw] forwarded_values
@@ -367,15 +374,15 @@ module Aws::CloudFront
367
374
  # target origin that match the `PathPattern` for this cache behavior,
368
375
  # specify `true` for `Enabled`, and specify the applicable values for
369
376
  # `Quantity` and `Items`. For more information, see [Serving Private
370
- # Content through CloudFront][1] in the *Amazon CloudFront Developer
371
- # Guide*.
377
+ # Content with Signed URLs and Signed Cookies][1] in the *Amazon
378
+ # CloudFront Developer Guide*.
372
379
  #
373
- # If you don't want to require signed URLs in requests for objects
380
+ # If you dont want to require signed URLs in requests for objects
374
381
  # that match `PathPattern`, specify `false` for `Enabled` and `0` for
375
382
  # `Quantity`. Omit `Items`.
376
383
  #
377
384
  # To add, change, or remove one or more trusted signers, change
378
- # `Enabled` to `true` (if it's currently `false`), change `Quantity`
385
+ # `Enabled` to `true` (if its currently `false`), change `Quantity`
379
386
  # as applicable, and specify all of the trusted signers that you want
380
387
  # to include in the updated distribution.
381
388
  #
@@ -399,26 +406,25 @@ module Aws::CloudFront
399
406
  # * `https-only`\: If a viewer sends an HTTP request, CloudFront
400
407
  # returns an HTTP status code of 403 (Forbidden).
401
408
  #
402
- # For more information about requiring the HTTPS protocol, see [Using
403
- # an HTTPS Connection to Access Your Objects][1] in the *Amazon
409
+ # For more information about requiring the HTTPS protocol, see
410
+ # [Requiring HTTPS Between Viewers and CloudFront][1] in the *Amazon
404
411
  # CloudFront Developer Guide*.
405
412
  #
406
413
  # <note markdown="1"> The only way to guarantee that viewers retrieve an object that was
407
414
  # fetched from the origin using HTTPS is never to use any other
408
415
  # protocol to fetch the object. If you have recently changed from HTTP
409
- # to HTTPS, we recommend that you clear your objects' cache because
416
+ # to HTTPS, we recommend that you clear your objects cache because
410
417
  # cached objects are protocol agnostic. That means that an edge
411
418
  # location will return an object from the cache regardless of whether
412
419
  # the current request protocol matches the protocol used previously.
413
- # For more information, see [Managing How Long Content Stays in an
414
- # Edge Cache (Expiration)][2] in the *Amazon CloudFront Developer
415
- # Guide*.
420
+ # For more information, see [Managing Cache Expiration][2] in the
421
+ # *Amazon CloudFront Developer Guide*.
416
422
  #
417
423
  # </note>
418
424
  #
419
425
  #
420
426
  #
421
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html
427
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html
422
428
  # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
423
429
  # @return [String]
424
430
  #
@@ -515,8 +521,7 @@ module Aws::CloudFront
515
521
  # @!attribute [rw] field_level_encryption_id
516
522
  # The value of `ID` for the field-level encryption configuration that
517
523
  # you want CloudFront to use for encrypting specific fields of data
518
- # for a cache behavior or for the default cache behavior in your
519
- # distribution.
524
+ # for this cache behavior.
520
525
  # @return [String]
521
526
  #
522
527
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CacheBehavior AWS API Documentation
@@ -535,6 +540,7 @@ module Aws::CloudFront
535
540
  :compress,
536
541
  :lambda_function_associations,
537
542
  :field_level_encryption_id)
543
+ SENSITIVE = []
538
544
  include Aws::Structure
539
545
  end
540
546
 
@@ -615,6 +621,7 @@ module Aws::CloudFront
615
621
  class CacheBehaviors < Struct.new(
616
622
  :quantity,
617
623
  :items)
624
+ SENSITIVE = []
618
625
  include Aws::Structure
619
626
  end
620
627
 
@@ -656,6 +663,7 @@ module Aws::CloudFront
656
663
  class CachedMethods < Struct.new(
657
664
  :quantity,
658
665
  :items)
666
+ SENSITIVE = []
659
667
  include Aws::Structure
660
668
  end
661
669
 
@@ -668,6 +676,7 @@ module Aws::CloudFront
668
676
  #
669
677
  class CannotChangeImmutablePublicKeyFields < Struct.new(
670
678
  :message)
679
+ SENSITIVE = []
671
680
  include Aws::Structure
672
681
  end
673
682
 
@@ -694,6 +703,7 @@ module Aws::CloudFront
694
703
  :id,
695
704
  :s3_canonical_user_id,
696
705
  :cloud_front_origin_access_identity_config)
706
+ SENSITIVE = []
697
707
  include Aws::Structure
698
708
  end
699
709
 
@@ -710,6 +720,7 @@ module Aws::CloudFront
710
720
  #
711
721
  class CloudFrontOriginAccessIdentityAlreadyExists < Struct.new(
712
722
  :message)
723
+ SENSITIVE = []
713
724
  include Aws::Structure
714
725
  end
715
726
 
@@ -754,6 +765,7 @@ module Aws::CloudFront
754
765
  class CloudFrontOriginAccessIdentityConfig < Struct.new(
755
766
  :caller_reference,
756
767
  :comment)
768
+ SENSITIVE = []
757
769
  include Aws::Structure
758
770
  end
759
771
 
@@ -766,6 +778,7 @@ module Aws::CloudFront
766
778
  #
767
779
  class CloudFrontOriginAccessIdentityInUse < Struct.new(
768
780
  :message)
781
+ SENSITIVE = []
769
782
  include Aws::Structure
770
783
  end
771
784
 
@@ -824,6 +837,7 @@ module Aws::CloudFront
824
837
  :is_truncated,
825
838
  :quantity,
826
839
  :items)
840
+ SENSITIVE = []
827
841
  include Aws::Structure
828
842
  end
829
843
 
@@ -851,6 +865,7 @@ module Aws::CloudFront
851
865
  :id,
852
866
  :s3_canonical_user_id,
853
867
  :comment)
868
+ SENSITIVE = []
854
869
  include Aws::Structure
855
870
  end
856
871
 
@@ -886,6 +901,7 @@ module Aws::CloudFront
886
901
  :format,
887
902
  :profile_id,
888
903
  :content_type)
904
+ SENSITIVE = []
889
905
  include Aws::Structure
890
906
  end
891
907
 
@@ -926,6 +942,7 @@ module Aws::CloudFront
926
942
  class ContentTypeProfileConfig < Struct.new(
927
943
  :forward_when_content_type_is_unknown,
928
944
  :content_type_profiles)
945
+ SENSITIVE = []
929
946
  include Aws::Structure
930
947
  end
931
948
 
@@ -958,6 +975,7 @@ module Aws::CloudFront
958
975
  class ContentTypeProfiles < Struct.new(
959
976
  :quantity,
960
977
  :items)
978
+ SENSITIVE = []
961
979
  include Aws::Structure
962
980
  end
963
981
 
@@ -1002,6 +1020,7 @@ module Aws::CloudFront
1002
1020
  class CookieNames < Struct.new(
1003
1021
  :quantity,
1004
1022
  :items)
1023
+ SENSITIVE = []
1005
1024
  include Aws::Structure
1006
1025
  end
1007
1026
 
@@ -1061,6 +1080,7 @@ module Aws::CloudFront
1061
1080
  class CookiePreference < Struct.new(
1062
1081
  :forward,
1063
1082
  :whitelisted_names)
1083
+ SENSITIVE = []
1064
1084
  include Aws::Structure
1065
1085
  end
1066
1086
 
@@ -1093,6 +1113,7 @@ module Aws::CloudFront
1093
1113
  #
1094
1114
  class CreateCloudFrontOriginAccessIdentityRequest < Struct.new(
1095
1115
  :cloud_front_origin_access_identity_config)
1116
+ SENSITIVE = []
1096
1117
  include Aws::Structure
1097
1118
  end
1098
1119
 
@@ -1118,6 +1139,7 @@ module Aws::CloudFront
1118
1139
  :cloud_front_origin_access_identity,
1119
1140
  :location,
1120
1141
  :etag)
1142
+ SENSITIVE = []
1121
1143
  include Aws::Structure
1122
1144
  end
1123
1145
 
@@ -1164,6 +1186,8 @@ module Aws::CloudFront
1164
1186
  # origin_read_timeout: 1,
1165
1187
  # origin_keepalive_timeout: 1,
1166
1188
  # },
1189
+ # connection_attempts: 1,
1190
+ # connection_timeout: 1,
1167
1191
  # },
1168
1192
  # ],
1169
1193
  # },
@@ -1347,6 +1371,7 @@ module Aws::CloudFront
1347
1371
  #
1348
1372
  class CreateDistributionRequest < Struct.new(
1349
1373
  :distribution_config)
1374
+ SENSITIVE = []
1350
1375
  include Aws::Structure
1351
1376
  end
1352
1377
 
@@ -1372,6 +1397,7 @@ module Aws::CloudFront
1372
1397
  :distribution,
1373
1398
  :location,
1374
1399
  :etag)
1400
+ SENSITIVE = []
1375
1401
  include Aws::Structure
1376
1402
  end
1377
1403
 
@@ -1419,6 +1445,8 @@ module Aws::CloudFront
1419
1445
  # origin_read_timeout: 1,
1420
1446
  # origin_keepalive_timeout: 1,
1421
1447
  # },
1448
+ # connection_attempts: 1,
1449
+ # connection_timeout: 1,
1422
1450
  # },
1423
1451
  # ],
1424
1452
  # },
@@ -1611,6 +1639,7 @@ module Aws::CloudFront
1611
1639
  #
1612
1640
  class CreateDistributionWithTagsRequest < Struct.new(
1613
1641
  :distribution_config_with_tags)
1642
+ SENSITIVE = []
1614
1643
  include Aws::Structure
1615
1644
  end
1616
1645
 
@@ -1636,6 +1665,7 @@ module Aws::CloudFront
1636
1665
  :distribution,
1637
1666
  :location,
1638
1667
  :etag)
1668
+ SENSITIVE = []
1639
1669
  include Aws::Structure
1640
1670
  end
1641
1671
 
@@ -1682,6 +1712,7 @@ module Aws::CloudFront
1682
1712
  #
1683
1713
  class CreateFieldLevelEncryptionConfigRequest < Struct.new(
1684
1714
  :field_level_encryption_config)
1715
+ SENSITIVE = []
1685
1716
  include Aws::Structure
1686
1717
  end
1687
1718
 
@@ -1706,6 +1737,7 @@ module Aws::CloudFront
1706
1737
  :field_level_encryption,
1707
1738
  :location,
1708
1739
  :etag)
1740
+ SENSITIVE = []
1709
1741
  include Aws::Structure
1710
1742
  end
1711
1743
 
@@ -1741,6 +1773,7 @@ module Aws::CloudFront
1741
1773
  #
1742
1774
  class CreateFieldLevelEncryptionProfileRequest < Struct.new(
1743
1775
  :field_level_encryption_profile_config)
1776
+ SENSITIVE = []
1744
1777
  include Aws::Structure
1745
1778
  end
1746
1779
 
@@ -1765,6 +1798,7 @@ module Aws::CloudFront
1765
1798
  :field_level_encryption_profile,
1766
1799
  :location,
1767
1800
  :etag)
1801
+ SENSITIVE = []
1768
1802
  include Aws::Structure
1769
1803
  end
1770
1804
 
@@ -1797,6 +1831,7 @@ module Aws::CloudFront
1797
1831
  class CreateInvalidationRequest < Struct.new(
1798
1832
  :distribution_id,
1799
1833
  :invalidation_batch)
1834
+ SENSITIVE = []
1800
1835
  include Aws::Structure
1801
1836
  end
1802
1837
 
@@ -1816,6 +1851,7 @@ module Aws::CloudFront
1816
1851
  class CreateInvalidationResult < Struct.new(
1817
1852
  :location,
1818
1853
  :invalidation)
1854
+ SENSITIVE = []
1819
1855
  include Aws::Structure
1820
1856
  end
1821
1857
 
@@ -1839,6 +1875,7 @@ module Aws::CloudFront
1839
1875
  #
1840
1876
  class CreatePublicKeyRequest < Struct.new(
1841
1877
  :public_key_config)
1878
+ SENSITIVE = []
1842
1879
  include Aws::Structure
1843
1880
  end
1844
1881
 
@@ -1863,6 +1900,7 @@ module Aws::CloudFront
1863
1900
  :public_key,
1864
1901
  :location,
1865
1902
  :etag)
1903
+ SENSITIVE = []
1866
1904
  include Aws::Structure
1867
1905
  end
1868
1906
 
@@ -1906,6 +1944,7 @@ module Aws::CloudFront
1906
1944
  #
1907
1945
  class CreateStreamingDistributionRequest < Struct.new(
1908
1946
  :streaming_distribution_config)
1947
+ SENSITIVE = []
1909
1948
  include Aws::Structure
1910
1949
  end
1911
1950
 
@@ -1931,6 +1970,7 @@ module Aws::CloudFront
1931
1970
  :streaming_distribution,
1932
1971
  :location,
1933
1972
  :etag)
1973
+ SENSITIVE = []
1934
1974
  include Aws::Structure
1935
1975
  end
1936
1976
 
@@ -1984,6 +2024,7 @@ module Aws::CloudFront
1984
2024
  #
1985
2025
  class CreateStreamingDistributionWithTagsRequest < Struct.new(
1986
2026
  :streaming_distribution_config_with_tags)
2027
+ SENSITIVE = []
1987
2028
  include Aws::Structure
1988
2029
  end
1989
2030
 
@@ -2009,6 +2050,7 @@ module Aws::CloudFront
2009
2050
  :streaming_distribution,
2010
2051
  :location,
2011
2052
  :etag)
2053
+ SENSITIVE = []
2012
2054
  include Aws::Structure
2013
2055
  end
2014
2056
 
@@ -2116,6 +2158,7 @@ module Aws::CloudFront
2116
2158
  :response_page_path,
2117
2159
  :response_code,
2118
2160
  :error_caching_min_ttl)
2161
+ SENSITIVE = []
2119
2162
  include Aws::Structure
2120
2163
  end
2121
2164
 
@@ -2167,6 +2210,7 @@ module Aws::CloudFront
2167
2210
  class CustomErrorResponses < Struct.new(
2168
2211
  :quantity,
2169
2212
  :items)
2213
+ SENSITIVE = []
2170
2214
  include Aws::Structure
2171
2215
  end
2172
2216
 
@@ -2201,11 +2245,17 @@ module Aws::CloudFront
2201
2245
  class CustomHeaders < Struct.new(
2202
2246
  :quantity,
2203
2247
  :items)
2248
+ SENSITIVE = []
2204
2249
  include Aws::Structure
2205
2250
  end
2206
2251
 
2207
- # A custom origin or an Amazon S3 bucket configured as a website
2208
- # endpoint.
2252
+ # A custom origin. A custom origin is any origin that is *not* an Amazon
2253
+ # S3 bucket, with one exception. An Amazon S3 bucket that is [configured
2254
+ # with static website hosting][1] *is* a custom origin.
2255
+ #
2256
+ #
2257
+ #
2258
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html
2209
2259
  #
2210
2260
  # @note When making an API call, you may pass CustomOriginConfig
2211
2261
  # data as a hash:
@@ -2223,48 +2273,68 @@ module Aws::CloudFront
2223
2273
  # }
2224
2274
  #
2225
2275
  # @!attribute [rw] http_port
2226
- # The HTTP port the custom origin listens on.
2276
+ # The HTTP port that CloudFront uses to connect to the origin. Specify
2277
+ # the HTTP port that the origin listens on.
2227
2278
  # @return [Integer]
2228
2279
  #
2229
2280
  # @!attribute [rw] https_port
2230
- # The HTTPS port the custom origin listens on.
2281
+ # The HTTPS port that CloudFront uses to connect to the origin.
2282
+ # Specify the HTTPS port that the origin listens on.
2231
2283
  # @return [Integer]
2232
2284
  #
2233
2285
  # @!attribute [rw] origin_protocol_policy
2234
- # The origin protocol policy to apply to your origin.
2286
+ # Specifies the protocol (HTTP or HTTPS) that CloudFront uses to
2287
+ # connect to the origin. Valid values are:
2288
+ #
2289
+ # * `http-only` – CloudFront always uses HTTP to connect to the
2290
+ # origin.
2291
+ #
2292
+ # * `match-viewer` – CloudFront connects to the origin using the same
2293
+ # protocol that the viewer used to connect to CloudFront.
2294
+ #
2295
+ # * `https-only` – CloudFront always uses HTTPS to connect to the
2296
+ # origin.
2235
2297
  # @return [String]
2236
2298
  #
2237
2299
  # @!attribute [rw] origin_ssl_protocols
2238
- # The SSL/TLS protocols that you want CloudFront to use when
2239
- # communicating with your origin over HTTPS.
2300
+ # Specifies the minimum SSL/TLS protocol that CloudFront uses when
2301
+ # connecting to your origin over HTTPS. Valid values include `SSLv3`,
2302
+ # `TLSv1`, `TLSv1.1`, and `TLSv1.2`.
2303
+ #
2304
+ # For more information, see [Minimum Origin SSL Protocol][1] in the
2305
+ # *Amazon CloudFront Developer Guide*.
2306
+ #
2307
+ #
2308
+ #
2309
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols
2240
2310
  # @return [Types::OriginSslProtocols]
2241
2311
  #
2242
2312
  # @!attribute [rw] origin_read_timeout
2243
- # You can create a custom origin read timeout. All timeout units are
2244
- # in seconds. The default origin read timeout is 30 seconds, but you
2245
- # can configure custom timeout lengths using the CloudFront API. The
2246
- # minimum timeout length is 4 seconds; the maximum is 60 seconds.
2313
+ # Specifies how long, in seconds, CloudFront waits for a response from
2314
+ # the origin. This is also known as the *origin response timeout*. The
2315
+ # minimum timeout is 1 second, the maximum is 60 seconds, and the
2316
+ # default (if you don’t specify otherwise) is 30 seconds.
2247
2317
  #
2248
- # If you need to increase the maximum time limit, contact the [AWS
2249
- # Support Center][1].
2318
+ # For more information, see [Origin Response Timeout][1] in the
2319
+ # *Amazon CloudFront Developer Guide*.
2250
2320
  #
2251
2321
  #
2252
2322
  #
2253
- # [1]: https://console.aws.amazon.com/support/home#/
2323
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout
2254
2324
  # @return [Integer]
2255
2325
  #
2256
2326
  # @!attribute [rw] origin_keepalive_timeout
2257
- # You can create a custom keep-alive timeout. All timeout units are in
2258
- # seconds. The default keep-alive timeout is 5 seconds, but you can
2259
- # configure custom timeout lengths using the CloudFront API. The
2260
- # minimum timeout length is 1 second; the maximum is 60 seconds.
2327
+ # Specifies how long, in seconds, CloudFront persists its connection
2328
+ # to the origin. The minimum timeout is 1 second, the maximum is 60
2329
+ # seconds, and the default (if you don’t specify otherwise) is 5
2330
+ # seconds.
2261
2331
  #
2262
- # If you need to increase the maximum time limit, contact the [AWS
2263
- # Support Center][1].
2332
+ # For more information, see [Origin Keep-alive Timeout][1] in the
2333
+ # *Amazon CloudFront Developer Guide*.
2264
2334
  #
2265
2335
  #
2266
2336
  #
2267
- # [1]: https://console.aws.amazon.com/support/home#/
2337
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout
2268
2338
  # @return [Integer]
2269
2339
  #
2270
2340
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CustomOriginConfig AWS API Documentation
@@ -2276,13 +2346,14 @@ module Aws::CloudFront
2276
2346
  :origin_ssl_protocols,
2277
2347
  :origin_read_timeout,
2278
2348
  :origin_keepalive_timeout)
2349
+ SENSITIVE = []
2279
2350
  include Aws::Structure
2280
2351
  end
2281
2352
 
2282
- # A complex type that describes the default cache behavior if you don't
2283
- # specify a `CacheBehavior` element or if files don't match any of the
2284
- # values of `PathPattern` in `CacheBehavior` elements. You must create
2285
- # exactly one default cache behavior.
2353
+ # A complex type that describes the default cache behavior if you dont
2354
+ # specify a `CacheBehavior` element or if request URLs dont match any
2355
+ # of the values of `PathPattern` in `CacheBehavior` elements. You must
2356
+ # create exactly one default cache behavior.
2286
2357
  #
2287
2358
  # @note When making an API call, you may pass DefaultCacheBehavior
2288
2359
  # data as a hash:
@@ -2341,9 +2412,7 @@ module Aws::CloudFront
2341
2412
  #
2342
2413
  # @!attribute [rw] target_origin_id
2343
2414
  # The value of `ID` for the origin that you want CloudFront to route
2344
- # requests to when a request matches the path pattern either for a
2345
- # cache behavior or for the default cache behavior in your
2346
- # distribution.
2415
+ # requests to when they use the default cache behavior.
2347
2416
  # @return [String]
2348
2417
  #
2349
2418
  # @!attribute [rw] forwarded_values
@@ -2359,15 +2428,15 @@ module Aws::CloudFront
2359
2428
  # target origin that match the `PathPattern` for this cache behavior,
2360
2429
  # specify `true` for `Enabled`, and specify the applicable values for
2361
2430
  # `Quantity` and `Items`. For more information, see [Serving Private
2362
- # Content through CloudFront][1] in the <i> Amazon CloudFront
2363
- # Developer Guide</i>.
2431
+ # Content with Signed URLs and Signed Cookies][1] in the *Amazon
2432
+ # CloudFront Developer Guide*.
2364
2433
  #
2365
- # If you don't want to require signed URLs in requests for objects
2434
+ # If you dont want to require signed URLs in requests for objects
2366
2435
  # that match `PathPattern`, specify `false` for `Enabled` and `0` for
2367
2436
  # `Quantity`. Omit `Items`.
2368
2437
  #
2369
2438
  # To add, change, or remove one or more trusted signers, change
2370
- # `Enabled` to `true` (if it's currently `false`), change `Quantity`
2439
+ # `Enabled` to `true` (if its currently `false`), change `Quantity`
2371
2440
  # as applicable, and specify all of the trusted signers that you want
2372
2441
  # to include in the updated distribution.
2373
2442
  #
@@ -2391,26 +2460,25 @@ module Aws::CloudFront
2391
2460
  # * `https-only`\: If a viewer sends an HTTP request, CloudFront
2392
2461
  # returns an HTTP status code of 403 (Forbidden).
2393
2462
  #
2394
- # For more information about requiring the HTTPS protocol, see [Using
2395
- # an HTTPS Connection to Access Your Objects][1] in the *Amazon
2463
+ # For more information about requiring the HTTPS protocol, see
2464
+ # [Requiring HTTPS Between Viewers and CloudFront][1] in the *Amazon
2396
2465
  # CloudFront Developer Guide*.
2397
2466
  #
2398
2467
  # <note markdown="1"> The only way to guarantee that viewers retrieve an object that was
2399
2468
  # fetched from the origin using HTTPS is never to use any other
2400
2469
  # protocol to fetch the object. If you have recently changed from HTTP
2401
- # to HTTPS, we recommend that you clear your objects' cache because
2470
+ # to HTTPS, we recommend that you clear your objects cache because
2402
2471
  # cached objects are protocol agnostic. That means that an edge
2403
2472
  # location will return an object from the cache regardless of whether
2404
2473
  # the current request protocol matches the protocol used previously.
2405
- # For more information, see [Managing How Long Content Stays in an
2406
- # Edge Cache (Expiration)][2] in the *Amazon CloudFront Developer
2407
- # Guide*.
2474
+ # For more information, see [Managing Cache Expiration][2] in the
2475
+ # *Amazon CloudFront Developer Guide*.
2408
2476
  #
2409
2477
  # </note>
2410
2478
  #
2411
2479
  #
2412
2480
  #
2413
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html
2481
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-viewers-to-cloudfront.html
2414
2482
  # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html
2415
2483
  # @return [String]
2416
2484
  #
@@ -2507,8 +2575,7 @@ module Aws::CloudFront
2507
2575
  # @!attribute [rw] field_level_encryption_id
2508
2576
  # The value of `ID` for the field-level encryption configuration that
2509
2577
  # you want CloudFront to use for encrypting specific fields of data
2510
- # for a cache behavior or for the default cache behavior in your
2511
- # distribution.
2578
+ # for the default cache behavior.
2512
2579
  # @return [String]
2513
2580
  #
2514
2581
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/DefaultCacheBehavior AWS API Documentation
@@ -2526,6 +2593,7 @@ module Aws::CloudFront
2526
2593
  :compress,
2527
2594
  :lambda_function_associations,
2528
2595
  :field_level_encryption_id)
2596
+ SENSITIVE = []
2529
2597
  include Aws::Structure
2530
2598
  end
2531
2599
 
@@ -2553,6 +2621,7 @@ module Aws::CloudFront
2553
2621
  class DeleteCloudFrontOriginAccessIdentityRequest < Struct.new(
2554
2622
  :id,
2555
2623
  :if_match)
2624
+ SENSITIVE = []
2556
2625
  include Aws::Structure
2557
2626
  end
2558
2627
 
@@ -2622,6 +2691,7 @@ module Aws::CloudFront
2622
2691
  class DeleteDistributionRequest < Struct.new(
2623
2692
  :id,
2624
2693
  :if_match)
2694
+ SENSITIVE = []
2625
2695
  include Aws::Structure
2626
2696
  end
2627
2697
 
@@ -2647,6 +2717,7 @@ module Aws::CloudFront
2647
2717
  class DeleteFieldLevelEncryptionConfigRequest < Struct.new(
2648
2718
  :id,
2649
2719
  :if_match)
2720
+ SENSITIVE = []
2650
2721
  include Aws::Structure
2651
2722
  end
2652
2723
 
@@ -2672,6 +2743,7 @@ module Aws::CloudFront
2672
2743
  class DeleteFieldLevelEncryptionProfileRequest < Struct.new(
2673
2744
  :id,
2674
2745
  :if_match)
2746
+ SENSITIVE = []
2675
2747
  include Aws::Structure
2676
2748
  end
2677
2749
 
@@ -2697,6 +2769,7 @@ module Aws::CloudFront
2697
2769
  class DeletePublicKeyRequest < Struct.new(
2698
2770
  :id,
2699
2771
  :if_match)
2772
+ SENSITIVE = []
2700
2773
  include Aws::Structure
2701
2774
  end
2702
2775
 
@@ -2724,6 +2797,7 @@ module Aws::CloudFront
2724
2797
  class DeleteStreamingDistributionRequest < Struct.new(
2725
2798
  :id,
2726
2799
  :if_match)
2800
+ SENSITIVE = []
2727
2801
  include Aws::Structure
2728
2802
  end
2729
2803
 
@@ -2804,6 +2878,7 @@ module Aws::CloudFront
2804
2878
  :active_trusted_signers,
2805
2879
  :distribution_config,
2806
2880
  :alias_icp_recordals)
2881
+ SENSITIVE = []
2807
2882
  include Aws::Structure
2808
2883
  end
2809
2884
 
@@ -2817,6 +2892,7 @@ module Aws::CloudFront
2817
2892
  #
2818
2893
  class DistributionAlreadyExists < Struct.new(
2819
2894
  :message)
2895
+ SENSITIVE = []
2820
2896
  include Aws::Structure
2821
2897
  end
2822
2898
 
@@ -2862,6 +2938,8 @@ module Aws::CloudFront
2862
2938
  # origin_read_timeout: 1,
2863
2939
  # origin_keepalive_timeout: 1,
2864
2940
  # },
2941
+ # connection_attempts: 1,
2942
+ # connection_timeout: 1,
2865
2943
  # },
2866
2944
  # ],
2867
2945
  # },
@@ -3289,6 +3367,7 @@ module Aws::CloudFront
3289
3367
  :web_acl_id,
3290
3368
  :http_version,
3291
3369
  :is_ipv6_enabled)
3370
+ SENSITIVE = [:comment]
3292
3371
  include Aws::Structure
3293
3372
  end
3294
3373
 
@@ -3336,6 +3415,8 @@ module Aws::CloudFront
3336
3415
  # origin_read_timeout: 1,
3337
3416
  # origin_keepalive_timeout: 1,
3338
3417
  # },
3418
+ # connection_attempts: 1,
3419
+ # connection_timeout: 1,
3339
3420
  # },
3340
3421
  # ],
3341
3422
  # },
@@ -3532,6 +3613,7 @@ module Aws::CloudFront
3532
3613
  class DistributionConfigWithTags < Struct.new(
3533
3614
  :distribution_config,
3534
3615
  :tags)
3616
+ SENSITIVE = []
3535
3617
  include Aws::Structure
3536
3618
  end
3537
3619
 
@@ -3577,6 +3659,7 @@ module Aws::CloudFront
3577
3659
  :is_truncated,
3578
3660
  :quantity,
3579
3661
  :items)
3662
+ SENSITIVE = []
3580
3663
  include Aws::Structure
3581
3664
  end
3582
3665
 
@@ -3590,6 +3673,7 @@ module Aws::CloudFront
3590
3673
  #
3591
3674
  class DistributionNotDisabled < Struct.new(
3592
3675
  :message)
3676
+ SENSITIVE = []
3593
3677
  include Aws::Structure
3594
3678
  end
3595
3679
 
@@ -3729,6 +3813,7 @@ module Aws::CloudFront
3729
3813
  :http_version,
3730
3814
  :is_ipv6_enabled,
3731
3815
  :alias_icp_recordals)
3816
+ SENSITIVE = []
3732
3817
  include Aws::Structure
3733
3818
  end
3734
3819
 
@@ -3767,6 +3852,7 @@ module Aws::CloudFront
3767
3852
  class EncryptionEntities < Struct.new(
3768
3853
  :quantity,
3769
3854
  :items)
3855
+ SENSITIVE = []
3770
3856
  include Aws::Structure
3771
3857
  end
3772
3858
 
@@ -3812,6 +3898,7 @@ module Aws::CloudFront
3812
3898
  :public_key_id,
3813
3899
  :provider_id,
3814
3900
  :field_patterns)
3901
+ SENSITIVE = []
3815
3902
  include Aws::Structure
3816
3903
  end
3817
3904
 
@@ -3839,6 +3926,7 @@ module Aws::CloudFront
3839
3926
  :id,
3840
3927
  :last_modified_time,
3841
3928
  :field_level_encryption_config)
3929
+ SENSITIVE = []
3842
3930
  include Aws::Structure
3843
3931
  end
3844
3932
 
@@ -3905,6 +3993,7 @@ module Aws::CloudFront
3905
3993
  :comment,
3906
3994
  :query_arg_profile_config,
3907
3995
  :content_type_profile_config)
3996
+ SENSITIVE = []
3908
3997
  include Aws::Structure
3909
3998
  end
3910
3999
 
@@ -3917,6 +4006,7 @@ module Aws::CloudFront
3917
4006
  #
3918
4007
  class FieldLevelEncryptionConfigAlreadyExists < Struct.new(
3919
4008
  :message)
4009
+ SENSITIVE = []
3920
4010
  include Aws::Structure
3921
4011
  end
3922
4012
 
@@ -3929,6 +4019,7 @@ module Aws::CloudFront
3929
4019
  #
3930
4020
  class FieldLevelEncryptionConfigInUse < Struct.new(
3931
4021
  :message)
4022
+ SENSITIVE = []
3932
4023
  include Aws::Structure
3933
4024
  end
3934
4025
 
@@ -3960,6 +4051,7 @@ module Aws::CloudFront
3960
4051
  :max_items,
3961
4052
  :quantity,
3962
4053
  :items)
4054
+ SENSITIVE = []
3963
4055
  include Aws::Structure
3964
4056
  end
3965
4057
 
@@ -3986,6 +4078,7 @@ module Aws::CloudFront
3986
4078
  :id,
3987
4079
  :last_modified_time,
3988
4080
  :field_level_encryption_profile_config)
4081
+ SENSITIVE = []
3989
4082
  include Aws::Structure
3990
4083
  end
3991
4084
 
@@ -3998,6 +4091,7 @@ module Aws::CloudFront
3998
4091
  #
3999
4092
  class FieldLevelEncryptionProfileAlreadyExists < Struct.new(
4000
4093
  :message)
4094
+ SENSITIVE = []
4001
4095
  include Aws::Structure
4002
4096
  end
4003
4097
 
@@ -4050,6 +4144,7 @@ module Aws::CloudFront
4050
4144
  :caller_reference,
4051
4145
  :comment,
4052
4146
  :encryption_entities)
4147
+ SENSITIVE = []
4053
4148
  include Aws::Structure
4054
4149
  end
4055
4150
 
@@ -4062,6 +4157,7 @@ module Aws::CloudFront
4062
4157
  #
4063
4158
  class FieldLevelEncryptionProfileInUse < Struct.new(
4064
4159
  :message)
4160
+ SENSITIVE = []
4065
4161
  include Aws::Structure
4066
4162
  end
4067
4163
 
@@ -4093,6 +4189,7 @@ module Aws::CloudFront
4093
4189
  :max_items,
4094
4190
  :quantity,
4095
4191
  :items)
4192
+ SENSITIVE = []
4096
4193
  include Aws::Structure
4097
4194
  end
4098
4195
 
@@ -4105,6 +4202,7 @@ module Aws::CloudFront
4105
4202
  #
4106
4203
  class FieldLevelEncryptionProfileSizeExceeded < Struct.new(
4107
4204
  :message)
4205
+ SENSITIVE = []
4108
4206
  include Aws::Structure
4109
4207
  end
4110
4208
 
@@ -4141,6 +4239,7 @@ module Aws::CloudFront
4141
4239
  :name,
4142
4240
  :encryption_entities,
4143
4241
  :comment)
4242
+ SENSITIVE = []
4144
4243
  include Aws::Structure
4145
4244
  end
4146
4245
 
@@ -4175,6 +4274,7 @@ module Aws::CloudFront
4175
4274
  :comment,
4176
4275
  :query_arg_profile_config,
4177
4276
  :content_type_profile_config)
4277
+ SENSITIVE = []
4178
4278
  include Aws::Structure
4179
4279
  end
4180
4280
 
@@ -4202,6 +4302,7 @@ module Aws::CloudFront
4202
4302
  class FieldPatterns < Struct.new(
4203
4303
  :quantity,
4204
4304
  :items)
4305
+ SENSITIVE = []
4205
4306
  include Aws::Structure
4206
4307
  end
4207
4308
 
@@ -4302,6 +4403,7 @@ module Aws::CloudFront
4302
4403
  :cookies,
4303
4404
  :headers,
4304
4405
  :query_string_cache_keys)
4406
+ SENSITIVE = []
4305
4407
  include Aws::Structure
4306
4408
  end
4307
4409
 
@@ -4360,6 +4462,7 @@ module Aws::CloudFront
4360
4462
  :restriction_type,
4361
4463
  :quantity,
4362
4464
  :items)
4465
+ SENSITIVE = []
4363
4466
  include Aws::Structure
4364
4467
  end
4365
4468
 
@@ -4385,6 +4488,7 @@ module Aws::CloudFront
4385
4488
  #
4386
4489
  class GetCloudFrontOriginAccessIdentityConfigRequest < Struct.new(
4387
4490
  :id)
4491
+ SENSITIVE = []
4388
4492
  include Aws::Structure
4389
4493
  end
4390
4494
 
@@ -4404,6 +4508,7 @@ module Aws::CloudFront
4404
4508
  class GetCloudFrontOriginAccessIdentityConfigResult < Struct.new(
4405
4509
  :cloud_front_origin_access_identity_config,
4406
4510
  :etag)
4511
+ SENSITIVE = []
4407
4512
  include Aws::Structure
4408
4513
  end
4409
4514
 
@@ -4424,6 +4529,7 @@ module Aws::CloudFront
4424
4529
  #
4425
4530
  class GetCloudFrontOriginAccessIdentityRequest < Struct.new(
4426
4531
  :id)
4532
+ SENSITIVE = []
4427
4533
  include Aws::Structure
4428
4534
  end
4429
4535
 
@@ -4443,6 +4549,7 @@ module Aws::CloudFront
4443
4549
  class GetCloudFrontOriginAccessIdentityResult < Struct.new(
4444
4550
  :cloud_front_origin_access_identity,
4445
4551
  :etag)
4552
+ SENSITIVE = []
4446
4553
  include Aws::Structure
4447
4554
  end
4448
4555
 
@@ -4464,6 +4571,7 @@ module Aws::CloudFront
4464
4571
  #
4465
4572
  class GetDistributionConfigRequest < Struct.new(
4466
4573
  :id)
4574
+ SENSITIVE = []
4467
4575
  include Aws::Structure
4468
4576
  end
4469
4577
 
@@ -4483,6 +4591,7 @@ module Aws::CloudFront
4483
4591
  class GetDistributionConfigResult < Struct.new(
4484
4592
  :distribution_config,
4485
4593
  :etag)
4594
+ SENSITIVE = []
4486
4595
  include Aws::Structure
4487
4596
  end
4488
4597
 
@@ -4504,6 +4613,7 @@ module Aws::CloudFront
4504
4613
  #
4505
4614
  class GetDistributionRequest < Struct.new(
4506
4615
  :id)
4616
+ SENSITIVE = []
4507
4617
  include Aws::Structure
4508
4618
  end
4509
4619
 
@@ -4523,6 +4633,7 @@ module Aws::CloudFront
4523
4633
  class GetDistributionResult < Struct.new(
4524
4634
  :distribution,
4525
4635
  :etag)
4636
+ SENSITIVE = []
4526
4637
  include Aws::Structure
4527
4638
  end
4528
4639
 
@@ -4542,6 +4653,7 @@ module Aws::CloudFront
4542
4653
  #
4543
4654
  class GetFieldLevelEncryptionConfigRequest < Struct.new(
4544
4655
  :id)
4656
+ SENSITIVE = []
4545
4657
  include Aws::Structure
4546
4658
  end
4547
4659
 
@@ -4559,6 +4671,7 @@ module Aws::CloudFront
4559
4671
  class GetFieldLevelEncryptionConfigResult < Struct.new(
4560
4672
  :field_level_encryption_config,
4561
4673
  :etag)
4674
+ SENSITIVE = []
4562
4675
  include Aws::Structure
4563
4676
  end
4564
4677
 
@@ -4578,6 +4691,7 @@ module Aws::CloudFront
4578
4691
  #
4579
4692
  class GetFieldLevelEncryptionProfileConfigRequest < Struct.new(
4580
4693
  :id)
4694
+ SENSITIVE = []
4581
4695
  include Aws::Structure
4582
4696
  end
4583
4697
 
@@ -4595,6 +4709,7 @@ module Aws::CloudFront
4595
4709
  class GetFieldLevelEncryptionProfileConfigResult < Struct.new(
4596
4710
  :field_level_encryption_profile_config,
4597
4711
  :etag)
4712
+ SENSITIVE = []
4598
4713
  include Aws::Structure
4599
4714
  end
4600
4715
 
@@ -4613,6 +4728,7 @@ module Aws::CloudFront
4613
4728
  #
4614
4729
  class GetFieldLevelEncryptionProfileRequest < Struct.new(
4615
4730
  :id)
4731
+ SENSITIVE = []
4616
4732
  include Aws::Structure
4617
4733
  end
4618
4734
 
@@ -4630,6 +4746,7 @@ module Aws::CloudFront
4630
4746
  class GetFieldLevelEncryptionProfileResult < Struct.new(
4631
4747
  :field_level_encryption_profile,
4632
4748
  :etag)
4749
+ SENSITIVE = []
4633
4750
  include Aws::Structure
4634
4751
  end
4635
4752
 
@@ -4649,6 +4766,7 @@ module Aws::CloudFront
4649
4766
  #
4650
4767
  class GetFieldLevelEncryptionRequest < Struct.new(
4651
4768
  :id)
4769
+ SENSITIVE = []
4652
4770
  include Aws::Structure
4653
4771
  end
4654
4772
 
@@ -4666,6 +4784,7 @@ module Aws::CloudFront
4666
4784
  class GetFieldLevelEncryptionResult < Struct.new(
4667
4785
  :field_level_encryption,
4668
4786
  :etag)
4787
+ SENSITIVE = []
4669
4788
  include Aws::Structure
4670
4789
  end
4671
4790
 
@@ -4693,6 +4812,7 @@ module Aws::CloudFront
4693
4812
  class GetInvalidationRequest < Struct.new(
4694
4813
  :distribution_id,
4695
4814
  :id)
4815
+ SENSITIVE = []
4696
4816
  include Aws::Structure
4697
4817
  end
4698
4818
 
@@ -4711,6 +4831,7 @@ module Aws::CloudFront
4711
4831
  #
4712
4832
  class GetInvalidationResult < Struct.new(
4713
4833
  :invalidation)
4834
+ SENSITIVE = []
4714
4835
  include Aws::Structure
4715
4836
  end
4716
4837
 
@@ -4729,6 +4850,7 @@ module Aws::CloudFront
4729
4850
  #
4730
4851
  class GetPublicKeyConfigRequest < Struct.new(
4731
4852
  :id)
4853
+ SENSITIVE = []
4732
4854
  include Aws::Structure
4733
4855
  end
4734
4856
 
@@ -4746,6 +4868,7 @@ module Aws::CloudFront
4746
4868
  class GetPublicKeyConfigResult < Struct.new(
4747
4869
  :public_key_config,
4748
4870
  :etag)
4871
+ SENSITIVE = []
4749
4872
  include Aws::Structure
4750
4873
  end
4751
4874
 
@@ -4764,6 +4887,7 @@ module Aws::CloudFront
4764
4887
  #
4765
4888
  class GetPublicKeyRequest < Struct.new(
4766
4889
  :id)
4890
+ SENSITIVE = []
4767
4891
  include Aws::Structure
4768
4892
  end
4769
4893
 
@@ -4781,6 +4905,7 @@ module Aws::CloudFront
4781
4905
  class GetPublicKeyResult < Struct.new(
4782
4906
  :public_key,
4783
4907
  :etag)
4908
+ SENSITIVE = []
4784
4909
  include Aws::Structure
4785
4910
  end
4786
4911
 
@@ -4801,6 +4926,7 @@ module Aws::CloudFront
4801
4926
  #
4802
4927
  class GetStreamingDistributionConfigRequest < Struct.new(
4803
4928
  :id)
4929
+ SENSITIVE = []
4804
4930
  include Aws::Structure
4805
4931
  end
4806
4932
 
@@ -4820,6 +4946,7 @@ module Aws::CloudFront
4820
4946
  class GetStreamingDistributionConfigResult < Struct.new(
4821
4947
  :streaming_distribution_config,
4822
4948
  :etag)
4949
+ SENSITIVE = []
4823
4950
  include Aws::Structure
4824
4951
  end
4825
4952
 
@@ -4840,6 +4967,7 @@ module Aws::CloudFront
4840
4967
  #
4841
4968
  class GetStreamingDistributionRequest < Struct.new(
4842
4969
  :id)
4970
+ SENSITIVE = []
4843
4971
  include Aws::Structure
4844
4972
  end
4845
4973
 
@@ -4859,6 +4987,7 @@ module Aws::CloudFront
4859
4987
  class GetStreamingDistributionResult < Struct.new(
4860
4988
  :streaming_distribution,
4861
4989
  :etag)
4990
+ SENSITIVE = []
4862
4991
  include Aws::Structure
4863
4992
  end
4864
4993
 
@@ -4936,6 +5065,7 @@ module Aws::CloudFront
4936
5065
  class Headers < Struct.new(
4937
5066
  :quantity,
4938
5067
  :items)
5068
+ SENSITIVE = []
4939
5069
  include Aws::Structure
4940
5070
  end
4941
5071
 
@@ -4949,6 +5079,7 @@ module Aws::CloudFront
4949
5079
  #
4950
5080
  class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new(
4951
5081
  :message)
5082
+ SENSITIVE = []
4952
5083
  include Aws::Structure
4953
5084
  end
4954
5085
 
@@ -4961,6 +5092,7 @@ module Aws::CloudFront
4961
5092
  #
4962
5093
  class IllegalUpdate < Struct.new(
4963
5094
  :message)
5095
+ SENSITIVE = []
4964
5096
  include Aws::Structure
4965
5097
  end
4966
5098
 
@@ -4973,10 +5105,11 @@ module Aws::CloudFront
4973
5105
  #
4974
5106
  class InconsistentQuantities < Struct.new(
4975
5107
  :message)
5108
+ SENSITIVE = []
4976
5109
  include Aws::Structure
4977
5110
  end
4978
5111
 
4979
- # The argument is invalid.
5112
+ # An argument is invalid.
4980
5113
  #
4981
5114
  # @!attribute [rw] message
4982
5115
  # @return [String]
@@ -4985,6 +5118,7 @@ module Aws::CloudFront
4985
5118
  #
4986
5119
  class InvalidArgument < Struct.new(
4987
5120
  :message)
5121
+ SENSITIVE = []
4988
5122
  include Aws::Structure
4989
5123
  end
4990
5124
 
@@ -4998,6 +5132,7 @@ module Aws::CloudFront
4998
5132
  #
4999
5133
  class InvalidDefaultRootObject < Struct.new(
5000
5134
  :message)
5135
+ SENSITIVE = []
5001
5136
  include Aws::Structure
5002
5137
  end
5003
5138
 
@@ -5010,6 +5145,7 @@ module Aws::CloudFront
5010
5145
  #
5011
5146
  class InvalidErrorCode < Struct.new(
5012
5147
  :message)
5148
+ SENSITIVE = []
5013
5149
  include Aws::Structure
5014
5150
  end
5015
5151
 
@@ -5025,6 +5161,7 @@ module Aws::CloudFront
5025
5161
  #
5026
5162
  class InvalidForwardCookies < Struct.new(
5027
5163
  :message)
5164
+ SENSITIVE = []
5028
5165
  include Aws::Structure
5029
5166
  end
5030
5167
 
@@ -5037,6 +5174,7 @@ module Aws::CloudFront
5037
5174
  #
5038
5175
  class InvalidGeoRestrictionParameter < Struct.new(
5039
5176
  :message)
5177
+ SENSITIVE = []
5040
5178
  include Aws::Structure
5041
5179
  end
5042
5180
 
@@ -5049,6 +5187,7 @@ module Aws::CloudFront
5049
5187
  #
5050
5188
  class InvalidHeadersForS3Origin < Struct.new(
5051
5189
  :message)
5190
+ SENSITIVE = []
5052
5191
  include Aws::Structure
5053
5192
  end
5054
5193
 
@@ -5061,6 +5200,7 @@ module Aws::CloudFront
5061
5200
  #
5062
5201
  class InvalidIfMatchVersion < Struct.new(
5063
5202
  :message)
5203
+ SENSITIVE = []
5064
5204
  include Aws::Structure
5065
5205
  end
5066
5206
 
@@ -5073,6 +5213,7 @@ module Aws::CloudFront
5073
5213
  #
5074
5214
  class InvalidLambdaFunctionAssociation < Struct.new(
5075
5215
  :message)
5216
+ SENSITIVE = []
5076
5217
  include Aws::Structure
5077
5218
  end
5078
5219
 
@@ -5085,6 +5226,7 @@ module Aws::CloudFront
5085
5226
  #
5086
5227
  class InvalidLocationCode < Struct.new(
5087
5228
  :message)
5229
+ SENSITIVE = []
5088
5230
  include Aws::Structure
5089
5231
  end
5090
5232
 
@@ -5097,6 +5239,7 @@ module Aws::CloudFront
5097
5239
  #
5098
5240
  class InvalidMinimumProtocolVersion < Struct.new(
5099
5241
  :message)
5242
+ SENSITIVE = []
5100
5243
  include Aws::Structure
5101
5244
  end
5102
5245
 
@@ -5110,6 +5253,7 @@ module Aws::CloudFront
5110
5253
  #
5111
5254
  class InvalidOrigin < Struct.new(
5112
5255
  :message)
5256
+ SENSITIVE = []
5113
5257
  include Aws::Structure
5114
5258
  end
5115
5259
 
@@ -5122,6 +5266,7 @@ module Aws::CloudFront
5122
5266
  #
5123
5267
  class InvalidOriginAccessIdentity < Struct.new(
5124
5268
  :message)
5269
+ SENSITIVE = []
5125
5270
  include Aws::Structure
5126
5271
  end
5127
5272
 
@@ -5134,6 +5279,7 @@ module Aws::CloudFront
5134
5279
  #
5135
5280
  class InvalidOriginKeepaliveTimeout < Struct.new(
5136
5281
  :message)
5282
+ SENSITIVE = []
5137
5283
  include Aws::Structure
5138
5284
  end
5139
5285
 
@@ -5146,6 +5292,7 @@ module Aws::CloudFront
5146
5292
  #
5147
5293
  class InvalidOriginReadTimeout < Struct.new(
5148
5294
  :message)
5295
+ SENSITIVE = []
5149
5296
  include Aws::Structure
5150
5297
  end
5151
5298
 
@@ -5160,6 +5307,7 @@ module Aws::CloudFront
5160
5307
  #
5161
5308
  class InvalidProtocolSettings < Struct.new(
5162
5309
  :message)
5310
+ SENSITIVE = []
5163
5311
  include Aws::Structure
5164
5312
  end
5165
5313
 
@@ -5172,6 +5320,7 @@ module Aws::CloudFront
5172
5320
  #
5173
5321
  class InvalidQueryStringParameters < Struct.new(
5174
5322
  :message)
5323
+ SENSITIVE = []
5175
5324
  include Aws::Structure
5176
5325
  end
5177
5326
 
@@ -5185,6 +5334,7 @@ module Aws::CloudFront
5185
5334
  #
5186
5335
  class InvalidRelativePath < Struct.new(
5187
5336
  :message)
5337
+ SENSITIVE = []
5188
5338
  include Aws::Structure
5189
5339
  end
5190
5340
 
@@ -5199,6 +5349,7 @@ module Aws::CloudFront
5199
5349
  #
5200
5350
  class InvalidRequiredProtocol < Struct.new(
5201
5351
  :message)
5352
+ SENSITIVE = []
5202
5353
  include Aws::Structure
5203
5354
  end
5204
5355
 
@@ -5211,6 +5362,7 @@ module Aws::CloudFront
5211
5362
  #
5212
5363
  class InvalidResponseCode < Struct.new(
5213
5364
  :message)
5365
+ SENSITIVE = []
5214
5366
  include Aws::Structure
5215
5367
  end
5216
5368
 
@@ -5223,6 +5375,7 @@ module Aws::CloudFront
5223
5375
  #
5224
5376
  class InvalidTTLOrder < Struct.new(
5225
5377
  :message)
5378
+ SENSITIVE = []
5226
5379
  include Aws::Structure
5227
5380
  end
5228
5381
 
@@ -5235,6 +5388,7 @@ module Aws::CloudFront
5235
5388
  #
5236
5389
  class InvalidTagging < Struct.new(
5237
5390
  :message)
5391
+ SENSITIVE = []
5238
5392
  include Aws::Structure
5239
5393
  end
5240
5394
 
@@ -5247,6 +5401,7 @@ module Aws::CloudFront
5247
5401
  #
5248
5402
  class InvalidViewerCertificate < Struct.new(
5249
5403
  :message)
5404
+ SENSITIVE = []
5250
5405
  include Aws::Structure
5251
5406
  end
5252
5407
 
@@ -5263,6 +5418,7 @@ module Aws::CloudFront
5263
5418
  #
5264
5419
  class InvalidWebACLId < Struct.new(
5265
5420
  :message)
5421
+ SENSITIVE = []
5266
5422
  include Aws::Structure
5267
5423
  end
5268
5424
 
@@ -5293,6 +5449,7 @@ module Aws::CloudFront
5293
5449
  :status,
5294
5450
  :create_time,
5295
5451
  :invalidation_batch)
5452
+ SENSITIVE = []
5296
5453
  include Aws::Structure
5297
5454
  end
5298
5455
 
@@ -5346,6 +5503,7 @@ module Aws::CloudFront
5346
5503
  class InvalidationBatch < Struct.new(
5347
5504
  :paths,
5348
5505
  :caller_reference)
5506
+ SENSITIVE = []
5349
5507
  include Aws::Structure
5350
5508
  end
5351
5509
 
@@ -5398,6 +5556,7 @@ module Aws::CloudFront
5398
5556
  :is_truncated,
5399
5557
  :quantity,
5400
5558
  :items)
5559
+ SENSITIVE = []
5401
5560
  include Aws::Structure
5402
5561
  end
5403
5562
 
@@ -5421,6 +5580,7 @@ module Aws::CloudFront
5421
5580
  :id,
5422
5581
  :create_time,
5423
5582
  :status)
5583
+ SENSITIVE = []
5424
5584
  include Aws::Structure
5425
5585
  end
5426
5586
 
@@ -5459,6 +5619,7 @@ module Aws::CloudFront
5459
5619
  class KeyPairIds < Struct.new(
5460
5620
  :quantity,
5461
5621
  :items)
5622
+ SENSITIVE = []
5462
5623
  include Aws::Structure
5463
5624
  end
5464
5625
 
@@ -5520,6 +5681,7 @@ module Aws::CloudFront
5520
5681
  :lambda_function_arn,
5521
5682
  :event_type,
5522
5683
  :include_body)
5684
+ SENSITIVE = []
5523
5685
  include Aws::Structure
5524
5686
  end
5525
5687
 
@@ -5565,6 +5727,7 @@ module Aws::CloudFront
5565
5727
  class LambdaFunctionAssociations < Struct.new(
5566
5728
  :quantity,
5567
5729
  :items)
5730
+ SENSITIVE = []
5568
5731
  include Aws::Structure
5569
5732
  end
5570
5733
 
@@ -5597,6 +5760,7 @@ module Aws::CloudFront
5597
5760
  class ListCloudFrontOriginAccessIdentitiesRequest < Struct.new(
5598
5761
  :marker,
5599
5762
  :max_items)
5763
+ SENSITIVE = []
5600
5764
  include Aws::Structure
5601
5765
  end
5602
5766
 
@@ -5610,6 +5774,7 @@ module Aws::CloudFront
5610
5774
  #
5611
5775
  class ListCloudFrontOriginAccessIdentitiesResult < Struct.new(
5612
5776
  :cloud_front_origin_access_identity_list)
5777
+ SENSITIVE = []
5613
5778
  include Aws::Structure
5614
5779
  end
5615
5780
 
@@ -5653,6 +5818,7 @@ module Aws::CloudFront
5653
5818
  :marker,
5654
5819
  :max_items,
5655
5820
  :web_acl_id)
5821
+ SENSITIVE = []
5656
5822
  include Aws::Structure
5657
5823
  end
5658
5824
 
@@ -5667,6 +5833,7 @@ module Aws::CloudFront
5667
5833
  #
5668
5834
  class ListDistributionsByWebACLIdResult < Struct.new(
5669
5835
  :distribution_list)
5836
+ SENSITIVE = []
5670
5837
  include Aws::Structure
5671
5838
  end
5672
5839
 
@@ -5698,6 +5865,7 @@ module Aws::CloudFront
5698
5865
  class ListDistributionsRequest < Struct.new(
5699
5866
  :marker,
5700
5867
  :max_items)
5868
+ SENSITIVE = []
5701
5869
  include Aws::Structure
5702
5870
  end
5703
5871
 
@@ -5711,6 +5879,7 @@ module Aws::CloudFront
5711
5879
  #
5712
5880
  class ListDistributionsResult < Struct.new(
5713
5881
  :distribution_list)
5882
+ SENSITIVE = []
5714
5883
  include Aws::Structure
5715
5884
  end
5716
5885
 
@@ -5741,6 +5910,7 @@ module Aws::CloudFront
5741
5910
  class ListFieldLevelEncryptionConfigsRequest < Struct.new(
5742
5911
  :marker,
5743
5912
  :max_items)
5913
+ SENSITIVE = []
5744
5914
  include Aws::Structure
5745
5915
  end
5746
5916
 
@@ -5753,6 +5923,7 @@ module Aws::CloudFront
5753
5923
  #
5754
5924
  class ListFieldLevelEncryptionConfigsResult < Struct.new(
5755
5925
  :field_level_encryption_list)
5926
+ SENSITIVE = []
5756
5927
  include Aws::Structure
5757
5928
  end
5758
5929
 
@@ -5782,6 +5953,7 @@ module Aws::CloudFront
5782
5953
  class ListFieldLevelEncryptionProfilesRequest < Struct.new(
5783
5954
  :marker,
5784
5955
  :max_items)
5956
+ SENSITIVE = []
5785
5957
  include Aws::Structure
5786
5958
  end
5787
5959
 
@@ -5794,6 +5966,7 @@ module Aws::CloudFront
5794
5966
  #
5795
5967
  class ListFieldLevelEncryptionProfilesResult < Struct.new(
5796
5968
  :field_level_encryption_profile_list)
5969
+ SENSITIVE = []
5797
5970
  include Aws::Structure
5798
5971
  end
5799
5972
 
@@ -5834,6 +6007,7 @@ module Aws::CloudFront
5834
6007
  :distribution_id,
5835
6008
  :marker,
5836
6009
  :max_items)
6010
+ SENSITIVE = []
5837
6011
  include Aws::Structure
5838
6012
  end
5839
6013
 
@@ -5847,6 +6021,7 @@ module Aws::CloudFront
5847
6021
  #
5848
6022
  class ListInvalidationsResult < Struct.new(
5849
6023
  :invalidation_list)
6024
+ SENSITIVE = []
5850
6025
  include Aws::Structure
5851
6026
  end
5852
6027
 
@@ -5876,6 +6051,7 @@ module Aws::CloudFront
5876
6051
  class ListPublicKeysRequest < Struct.new(
5877
6052
  :marker,
5878
6053
  :max_items)
6054
+ SENSITIVE = []
5879
6055
  include Aws::Structure
5880
6056
  end
5881
6057
 
@@ -5888,6 +6064,7 @@ module Aws::CloudFront
5888
6064
  #
5889
6065
  class ListPublicKeysResult < Struct.new(
5890
6066
  :public_key_list)
6067
+ SENSITIVE = []
5891
6068
  include Aws::Structure
5892
6069
  end
5893
6070
 
@@ -5914,6 +6091,7 @@ module Aws::CloudFront
5914
6091
  class ListStreamingDistributionsRequest < Struct.new(
5915
6092
  :marker,
5916
6093
  :max_items)
6094
+ SENSITIVE = []
5917
6095
  include Aws::Structure
5918
6096
  end
5919
6097
 
@@ -5927,6 +6105,7 @@ module Aws::CloudFront
5927
6105
  #
5928
6106
  class ListStreamingDistributionsResult < Struct.new(
5929
6107
  :streaming_distribution_list)
6108
+ SENSITIVE = []
5930
6109
  include Aws::Structure
5931
6110
  end
5932
6111
 
@@ -5947,6 +6126,7 @@ module Aws::CloudFront
5947
6126
  #
5948
6127
  class ListTagsForResourceRequest < Struct.new(
5949
6128
  :resource)
6129
+ SENSITIVE = []
5950
6130
  include Aws::Structure
5951
6131
  end
5952
6132
 
@@ -5960,6 +6140,7 @@ module Aws::CloudFront
5960
6140
  #
5961
6141
  class ListTagsForResourceResult < Struct.new(
5962
6142
  :tags)
6143
+ SENSITIVE = []
5963
6144
  include Aws::Structure
5964
6145
  end
5965
6146
 
@@ -6016,6 +6197,7 @@ module Aws::CloudFront
6016
6197
  :include_cookies,
6017
6198
  :bucket,
6018
6199
  :prefix)
6200
+ SENSITIVE = []
6019
6201
  include Aws::Structure
6020
6202
  end
6021
6203
 
@@ -6029,6 +6211,7 @@ module Aws::CloudFront
6029
6211
  #
6030
6212
  class MissingBody < Struct.new(
6031
6213
  :message)
6214
+ SENSITIVE = []
6032
6215
  include Aws::Structure
6033
6216
  end
6034
6217
 
@@ -6041,6 +6224,7 @@ module Aws::CloudFront
6041
6224
  #
6042
6225
  class NoSuchCloudFrontOriginAccessIdentity < Struct.new(
6043
6226
  :message)
6227
+ SENSITIVE = []
6044
6228
  include Aws::Structure
6045
6229
  end
6046
6230
 
@@ -6053,6 +6237,7 @@ module Aws::CloudFront
6053
6237
  #
6054
6238
  class NoSuchDistribution < Struct.new(
6055
6239
  :message)
6240
+ SENSITIVE = []
6056
6241
  include Aws::Structure
6057
6242
  end
6058
6243
 
@@ -6065,6 +6250,7 @@ module Aws::CloudFront
6065
6250
  #
6066
6251
  class NoSuchFieldLevelEncryptionConfig < Struct.new(
6067
6252
  :message)
6253
+ SENSITIVE = []
6068
6254
  include Aws::Structure
6069
6255
  end
6070
6256
 
@@ -6077,6 +6263,7 @@ module Aws::CloudFront
6077
6263
  #
6078
6264
  class NoSuchFieldLevelEncryptionProfile < Struct.new(
6079
6265
  :message)
6266
+ SENSITIVE = []
6080
6267
  include Aws::Structure
6081
6268
  end
6082
6269
 
@@ -6089,6 +6276,7 @@ module Aws::CloudFront
6089
6276
  #
6090
6277
  class NoSuchInvalidation < Struct.new(
6091
6278
  :message)
6279
+ SENSITIVE = []
6092
6280
  include Aws::Structure
6093
6281
  end
6094
6282
 
@@ -6101,6 +6289,7 @@ module Aws::CloudFront
6101
6289
  #
6102
6290
  class NoSuchOrigin < Struct.new(
6103
6291
  :message)
6292
+ SENSITIVE = []
6104
6293
  include Aws::Structure
6105
6294
  end
6106
6295
 
@@ -6113,6 +6302,7 @@ module Aws::CloudFront
6113
6302
  #
6114
6303
  class NoSuchPublicKey < Struct.new(
6115
6304
  :message)
6305
+ SENSITIVE = []
6116
6306
  include Aws::Structure
6117
6307
  end
6118
6308
 
@@ -6125,6 +6315,7 @@ module Aws::CloudFront
6125
6315
  #
6126
6316
  class NoSuchResource < Struct.new(
6127
6317
  :message)
6318
+ SENSITIVE = []
6128
6319
  include Aws::Structure
6129
6320
  end
6130
6321
 
@@ -6137,22 +6328,40 @@ module Aws::CloudFront
6137
6328
  #
6138
6329
  class NoSuchStreamingDistribution < Struct.new(
6139
6330
  :message)
6331
+ SENSITIVE = []
6140
6332
  include Aws::Structure
6141
6333
  end
6142
6334
 
6143
- # A complex type that describes the Amazon S3 bucket, HTTP server (for
6144
- # example, a web server), Amazon MediaStore, or other server from which
6145
- # CloudFront gets your files. This can also be an origin group, if
6146
- # you've created an origin group. You must specify at least one origin
6147
- # or origin group.
6335
+ # An origin.
6336
+ #
6337
+ # An origin is the location where content is stored, and from which
6338
+ # CloudFront gets content to serve to viewers. To specify an origin:
6339
+ #
6340
+ # * Use the `S3OriginConfig` type to specify an Amazon S3 bucket that is
6341
+ # <i> <b>not</b> </i> configured with static website hosting.
6342
+ #
6343
+ # * Use the `CustomOriginConfig` type to specify various other kinds of
6344
+ # content containers or HTTP servers, including:
6345
+ #
6346
+ # * An Amazon S3 bucket that is configured with static website hosting
6347
+ #
6348
+ # * An Elastic Load Balancing load balancer
6349
+ #
6350
+ # * An AWS Elemental MediaPackage origin
6351
+ #
6352
+ # * An AWS Elemental MediaStore container
6148
6353
  #
6149
- # For the current limit on the number of origins or origin groups that
6150
- # you can specify for a distribution, see [Amazon CloudFront Limits][1]
6151
- # in the *AWS General Reference*.
6354
+ # * Any other HTTP server, running on an Amazon EC2 instance or any
6355
+ # other kind of host
6152
6356
  #
6357
+ # For the current maximum number of origins that you can specify per
6358
+ # distribution, see [General Quotas on Web Distributions][1] in the
6359
+ # *Amazon CloudFront Developer Guide* (quotas were formerly referred to
6360
+ # as limits).
6153
6361
  #
6154
6362
  #
6155
- # [1]: https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_cloudfront
6363
+ #
6364
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-web-distributions
6156
6365
  #
6157
6366
  # @note When making an API call, you may pass Origin
6158
6367
  # data as a hash:
@@ -6184,108 +6393,101 @@ module Aws::CloudFront
6184
6393
  # origin_read_timeout: 1,
6185
6394
  # origin_keepalive_timeout: 1,
6186
6395
  # },
6396
+ # connection_attempts: 1,
6397
+ # connection_timeout: 1,
6187
6398
  # }
6188
6399
  #
6189
6400
  # @!attribute [rw] id
6190
- # A unique identifier for the origin or origin group. The value of
6191
- # `Id` must be unique within the distribution.
6192
- #
6193
- # When you specify the value of `TargetOriginId` for the default cache
6194
- # behavior or for another cache behavior, you indicate the origin to
6195
- # which you want the cache behavior to route requests by specifying
6196
- # the value of the `Id` element for that origin. When a request
6197
- # matches the path pattern for that cache behavior, CloudFront routes
6198
- # the request to the specified origin. For more information, see
6199
- # [Cache Behavior Settings][1] in the *Amazon CloudFront Developer
6200
- # Guide*.
6401
+ # A unique identifier for the origin. This value must be unique within
6402
+ # the distribution.
6201
6403
  #
6404
+ # Use this value to specify the `TargetOriginId` in a `CacheBehavior`
6405
+ # or `DefaultCacheBehavior`.
6406
+ # @return [String]
6202
6407
  #
6408
+ # @!attribute [rw] domain_name
6409
+ # The domain name for the origin.
6203
6410
  #
6204
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior
6411
+ # For more information, see [Origin Domain Name][1] in the *Amazon
6412
+ # CloudFront Developer Guide*.
6413
+ #
6414
+ #
6415
+ #
6416
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName
6205
6417
  # @return [String]
6206
6418
  #
6207
- # @!attribute [rw] domain_name
6208
- # **Amazon S3 origins**\: The DNS name of the Amazon S3 bucket from
6209
- # which you want CloudFront to get objects for this origin, for
6210
- # example, `myawsbucket.s3.amazonaws.com`. If you set up your bucket
6211
- # to be configured as a website endpoint, enter the Amazon S3 static
6212
- # website hosting endpoint for the bucket.
6213
- #
6214
- # For more information about specifying this value for different types
6215
- # of origins, see [Origin Domain Name][1] in the *Amazon CloudFront
6216
- # Developer Guide*.
6419
+ # @!attribute [rw] origin_path
6420
+ # An optional path that CloudFront appends to the origin domain name
6421
+ # when CloudFront requests content from the origin.
6217
6422
  #
6218
- # Constraints for Amazon S3 origins:
6423
+ # For more information, see [Origin Path][1] in the *Amazon CloudFront
6424
+ # Developer Guide*.
6219
6425
  #
6220
- # * If you configured Amazon S3 Transfer Acceleration for your bucket,
6221
- # don't specify the `s3-accelerate` endpoint for `DomainName`.
6222
6426
  #
6223
- # * The bucket name must be between 3 and 63 characters long
6224
- # (inclusive).
6225
6427
  #
6226
- # * The bucket name must contain only lowercase characters, numbers,
6227
- # periods, underscores, and dashes.
6428
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginPath
6429
+ # @return [String]
6228
6430
  #
6229
- # * The bucket name must not contain adjacent periods.
6431
+ # @!attribute [rw] custom_headers
6432
+ # A list of HTTP header names and values that CloudFront adds to
6433
+ # requests it sends to the origin.
6230
6434
  #
6231
- # **Custom Origins**\: The DNS domain name for the HTTP server from
6232
- # which you want CloudFront to get objects for this origin, for
6233
- # example, `www.example.com`.
6435
+ # For more information, see [Adding Custom Headers to Origin
6436
+ # Requests][1] in the *Amazon CloudFront Developer Guide*.
6234
6437
  #
6235
- # Constraints for custom origins:
6236
6438
  #
6237
- # * `DomainName` must be a valid DNS name that contains only a-z, A-Z,
6238
- # 0-9, dot (.), hyphen (-), or underscore (\_) characters.
6239
6439
  #
6240
- # * The name cannot exceed 128 characters.
6440
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/add-origin-custom-headers.html
6441
+ # @return [Types::CustomHeaders]
6241
6442
  #
6443
+ # @!attribute [rw] s3_origin_config
6444
+ # Use this type to specify an origin that is an Amazon S3 bucket that
6445
+ # is <i> <b>not</b> </i> configured with static website hosting. To
6446
+ # specify any other type of origin, including an Amazon S3 bucket that
6447
+ # is configured with static website hosting, use the
6448
+ # `CustomOriginConfig` type instead.
6449
+ # @return [Types::S3OriginConfig]
6242
6450
  #
6451
+ # @!attribute [rw] custom_origin_config
6452
+ # Use this type to specify an origin that is a content container or
6453
+ # HTTP server, including an Amazon S3 bucket that is configured with
6454
+ # static website hosting. To specify an Amazon S3 bucket that is <i>
6455
+ # <b>not</b> </i> configured with static website hosting, use the
6456
+ # `S3OriginConfig` type instead.
6457
+ # @return [Types::CustomOriginConfig]
6243
6458
  #
6244
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesDomainName
6245
- # @return [String]
6459
+ # @!attribute [rw] connection_attempts
6460
+ # The number of times that CloudFront attempts to connect to the
6461
+ # origin. The minimum number is 1, the maximum is 3, and the default
6462
+ # (if you don’t specify otherwise) is 3.
6246
6463
  #
6247
- # @!attribute [rw] origin_path
6248
- # An optional element that causes CloudFront to request your content
6249
- # from a directory in your Amazon S3 bucket or your custom origin.
6250
- # When you include the `OriginPath` element, specify the directory
6251
- # name, beginning with a `/`. CloudFront appends the directory name to
6252
- # the value of `DomainName`, for example, `example.com/production`. Do
6253
- # not include a `/` at the end of the directory name.
6464
+ # For a custom origin (including an Amazon S3 bucket that’s configured
6465
+ # with static website hosting), this value also specifies the number
6466
+ # of times that CloudFront attempts to get a response from the origin,
6467
+ # in the case of an [Origin Response Timeout][1].
6254
6468
  #
6255
- # For example, suppose you've specified the following values for your
6256
- # distribution:
6469
+ # For more information, see [Origin Connection Attempts][2] in the
6470
+ # *Amazon CloudFront Developer Guide*.
6257
6471
  #
6258
- # * `DomainName`\: An Amazon S3 bucket named `myawsbucket`.
6259
6472
  #
6260
- # * `OriginPath`\: `/production`
6261
6473
  #
6262
- # * `CNAME`\: `example.com`
6474
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout
6475
+ # [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-attempts
6476
+ # @return [Integer]
6263
6477
  #
6264
- # When a user enters `example.com/index.html` in a browser, CloudFront
6265
- # sends a request to Amazon S3 for
6266
- # `myawsbucket/production/index.html`.
6478
+ # @!attribute [rw] connection_timeout
6479
+ # The number of seconds that CloudFront waits when trying to establish
6480
+ # a connection to the origin. The minimum timeout is 1 second, the
6481
+ # maximum is 10 seconds, and the default (if you don’t specify
6482
+ # otherwise) is 10 seconds.
6267
6483
  #
6268
- # When a user enters `example.com/acme/index.html` in a browser,
6269
- # CloudFront sends a request to Amazon S3 for
6270
- # `myawsbucket/production/acme/index.html`.
6271
- # @return [String]
6484
+ # For more information, see [Origin Connection Timeout][1] in the
6485
+ # *Amazon CloudFront Developer Guide*.
6272
6486
  #
6273
- # @!attribute [rw] custom_headers
6274
- # A complex type that contains names and values for the custom headers
6275
- # that you want.
6276
- # @return [Types::CustomHeaders]
6277
6487
  #
6278
- # @!attribute [rw] s3_origin_config
6279
- # A complex type that contains information about the Amazon S3 origin.
6280
- # If the origin is a custom origin, use the `CustomOriginConfig`
6281
- # element instead.
6282
- # @return [Types::S3OriginConfig]
6283
6488
  #
6284
- # @!attribute [rw] custom_origin_config
6285
- # A complex type that contains information about a custom origin. If
6286
- # the origin is an Amazon S3 bucket, use the `S3OriginConfig` element
6287
- # instead.
6288
- # @return [Types::CustomOriginConfig]
6489
+ # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-timeout
6490
+ # @return [Integer]
6289
6491
  #
6290
6492
  # @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/Origin AWS API Documentation
6291
6493
  #
@@ -6295,7 +6497,10 @@ module Aws::CloudFront
6295
6497
  :origin_path,
6296
6498
  :custom_headers,
6297
6499
  :s3_origin_config,
6298
- :custom_origin_config)
6500
+ :custom_origin_config,
6501
+ :connection_attempts,
6502
+ :connection_timeout)
6503
+ SENSITIVE = []
6299
6504
  include Aws::Structure
6300
6505
  end
6301
6506
 
@@ -6331,6 +6536,7 @@ module Aws::CloudFront
6331
6536
  class OriginCustomHeader < Struct.new(
6332
6537
  :header_name,
6333
6538
  :header_value)
6539
+ SENSITIVE = []
6334
6540
  include Aws::Structure
6335
6541
  end
6336
6542
 
@@ -6383,6 +6589,7 @@ module Aws::CloudFront
6383
6589
  :id,
6384
6590
  :failover_criteria,
6385
6591
  :members)
6592
+ SENSITIVE = []
6386
6593
  include Aws::Structure
6387
6594
  end
6388
6595
 
@@ -6409,6 +6616,7 @@ module Aws::CloudFront
6409
6616
  #
6410
6617
  class OriginGroupFailoverCriteria < Struct.new(
6411
6618
  :status_codes)
6619
+ SENSITIVE = []
6412
6620
  include Aws::Structure
6413
6621
  end
6414
6622
 
@@ -6429,6 +6637,7 @@ module Aws::CloudFront
6429
6637
  #
6430
6638
  class OriginGroupMember < Struct.new(
6431
6639
  :origin_id)
6640
+ SENSITIVE = []
6432
6641
  include Aws::Structure
6433
6642
  end
6434
6643
 
@@ -6459,6 +6668,7 @@ module Aws::CloudFront
6459
6668
  class OriginGroupMembers < Struct.new(
6460
6669
  :quantity,
6461
6670
  :items)
6671
+ SENSITIVE = []
6462
6672
  include Aws::Structure
6463
6673
  end
6464
6674
 
@@ -6504,6 +6714,7 @@ module Aws::CloudFront
6504
6714
  class OriginGroups < Struct.new(
6505
6715
  :quantity,
6506
6716
  :items)
6717
+ SENSITIVE = []
6507
6718
  include Aws::Structure
6508
6719
  end
6509
6720
 
@@ -6534,6 +6745,7 @@ module Aws::CloudFront
6534
6745
  class OriginSslProtocols < Struct.new(
6535
6746
  :quantity,
6536
6747
  :items)
6748
+ SENSITIVE = []
6537
6749
  include Aws::Structure
6538
6750
  end
6539
6751
 
@@ -6573,6 +6785,8 @@ module Aws::CloudFront
6573
6785
  # origin_read_timeout: 1,
6574
6786
  # origin_keepalive_timeout: 1,
6575
6787
  # },
6788
+ # connection_attempts: 1,
6789
+ # connection_timeout: 1,
6576
6790
  # },
6577
6791
  # ],
6578
6792
  # }
@@ -6591,6 +6805,7 @@ module Aws::CloudFront
6591
6805
  class Origins < Struct.new(
6592
6806
  :quantity,
6593
6807
  :items)
6808
+ SENSITIVE = []
6594
6809
  include Aws::Structure
6595
6810
  end
6596
6811
 
@@ -6625,10 +6840,11 @@ module Aws::CloudFront
6625
6840
  class Paths < Struct.new(
6626
6841
  :quantity,
6627
6842
  :items)
6843
+ SENSITIVE = []
6628
6844
  include Aws::Structure
6629
6845
  end
6630
6846
 
6631
- # The precondition given in one or more of the request-header fields
6847
+ # The precondition given in one or more of the request header fields
6632
6848
  # evaluated to `false`.
6633
6849
  #
6634
6850
  # @!attribute [rw] message
@@ -6638,6 +6854,7 @@ module Aws::CloudFront
6638
6854
  #
6639
6855
  class PreconditionFailed < Struct.new(
6640
6856
  :message)
6857
+ SENSITIVE = []
6641
6858
  include Aws::Structure
6642
6859
  end
6643
6860
 
@@ -6663,6 +6880,7 @@ module Aws::CloudFront
6663
6880
  :id,
6664
6881
  :created_time,
6665
6882
  :public_key_config)
6883
+ SENSITIVE = []
6666
6884
  include Aws::Structure
6667
6885
  end
6668
6886
 
@@ -6675,6 +6893,7 @@ module Aws::CloudFront
6675
6893
  #
6676
6894
  class PublicKeyAlreadyExists < Struct.new(
6677
6895
  :message)
6896
+ SENSITIVE = []
6678
6897
  include Aws::Structure
6679
6898
  end
6680
6899
 
@@ -6716,6 +6935,7 @@ module Aws::CloudFront
6716
6935
  :name,
6717
6936
  :encoded_key,
6718
6937
  :comment)
6938
+ SENSITIVE = []
6719
6939
  include Aws::Structure
6720
6940
  end
6721
6941
 
@@ -6728,6 +6948,7 @@ module Aws::CloudFront
6728
6948
  #
6729
6949
  class PublicKeyInUse < Struct.new(
6730
6950
  :message)
6951
+ SENSITIVE = []
6731
6952
  include Aws::Structure
6732
6953
  end
6733
6954
 
@@ -6761,6 +6982,7 @@ module Aws::CloudFront
6761
6982
  :max_items,
6762
6983
  :quantity,
6763
6984
  :items)
6985
+ SENSITIVE = []
6764
6986
  include Aws::Structure
6765
6987
  end
6766
6988
 
@@ -6794,6 +7016,7 @@ module Aws::CloudFront
6794
7016
  :created_time,
6795
7017
  :encoded_key,
6796
7018
  :comment)
7019
+ SENSITIVE = []
6797
7020
  include Aws::Structure
6798
7021
  end
6799
7022
 
@@ -6822,6 +7045,7 @@ module Aws::CloudFront
6822
7045
  class QueryArgProfile < Struct.new(
6823
7046
  :query_arg,
6824
7047
  :profile_id)
7048
+ SENSITIVE = []
6825
7049
  include Aws::Structure
6826
7050
  end
6827
7051
 
@@ -6860,6 +7084,7 @@ module Aws::CloudFront
6860
7084
  class QueryArgProfileConfig < Struct.new(
6861
7085
  :forward_when_query_arg_profile_is_unknown,
6862
7086
  :query_arg_profiles)
7087
+ SENSITIVE = []
6863
7088
  include Aws::Structure
6864
7089
  end
6865
7090
 
@@ -6872,6 +7097,7 @@ module Aws::CloudFront
6872
7097
  #
6873
7098
  class QueryArgProfileEmpty < Struct.new(
6874
7099
  :message)
7100
+ SENSITIVE = []
6875
7101
  include Aws::Structure
6876
7102
  end
6877
7103
 
@@ -6905,6 +7131,7 @@ module Aws::CloudFront
6905
7131
  class QueryArgProfiles < Struct.new(
6906
7132
  :quantity,
6907
7133
  :items)
7134
+ SENSITIVE = []
6908
7135
  include Aws::Structure
6909
7136
  end
6910
7137
 
@@ -6936,6 +7163,7 @@ module Aws::CloudFront
6936
7163
  class QueryStringCacheKeys < Struct.new(
6937
7164
  :quantity,
6938
7165
  :items)
7166
+ SENSITIVE = []
6939
7167
  include Aws::Structure
6940
7168
  end
6941
7169
 
@@ -6963,6 +7191,7 @@ module Aws::CloudFront
6963
7191
  #
6964
7192
  class Restrictions < Struct.new(
6965
7193
  :geo_restriction)
7194
+ SENSITIVE = []
6966
7195
  include Aws::Structure
6967
7196
  end
6968
7197
 
@@ -7013,12 +7242,13 @@ module Aws::CloudFront
7013
7242
  class S3Origin < Struct.new(
7014
7243
  :domain_name,
7015
7244
  :origin_access_identity)
7245
+ SENSITIVE = []
7016
7246
  include Aws::Structure
7017
7247
  end
7018
7248
 
7019
7249
  # A complex type that contains information about the Amazon S3 origin.
7020
- # If the origin is a custom origin, use the `CustomOriginConfig` element
7021
- # instead.
7250
+ # If the origin is a custom origin or an S3 bucket that is configured as
7251
+ # a website endpoint, use the `CustomOriginConfig` element instead.
7022
7252
  #
7023
7253
  # @note When making an API call, you may pass S3OriginConfig
7024
7254
  # data as a hash:
@@ -7063,6 +7293,7 @@ module Aws::CloudFront
7063
7293
  #
7064
7294
  class S3OriginConfig < Struct.new(
7065
7295
  :origin_access_identity)
7296
+ SENSITIVE = []
7066
7297
  include Aws::Structure
7067
7298
  end
7068
7299
 
@@ -7089,6 +7320,7 @@ module Aws::CloudFront
7089
7320
  class Signer < Struct.new(
7090
7321
  :aws_account_number,
7091
7322
  :key_pair_ids)
7323
+ SENSITIVE = []
7092
7324
  include Aws::Structure
7093
7325
  end
7094
7326
 
@@ -7117,6 +7349,7 @@ module Aws::CloudFront
7117
7349
  class StatusCodes < Struct.new(
7118
7350
  :quantity,
7119
7351
  :items)
7352
+ SENSITIVE = []
7120
7353
  include Aws::Structure
7121
7354
  end
7122
7355
 
@@ -7185,6 +7418,7 @@ module Aws::CloudFront
7185
7418
  :domain_name,
7186
7419
  :active_trusted_signers,
7187
7420
  :streaming_distribution_config)
7421
+ SENSITIVE = []
7188
7422
  include Aws::Structure
7189
7423
  end
7190
7424
 
@@ -7198,6 +7432,7 @@ module Aws::CloudFront
7198
7432
  #
7199
7433
  class StreamingDistributionAlreadyExists < Struct.new(
7200
7434
  :message)
7435
+ SENSITIVE = []
7201
7436
  include Aws::Structure
7202
7437
  end
7203
7438
 
@@ -7298,6 +7533,7 @@ module Aws::CloudFront
7298
7533
  :trusted_signers,
7299
7534
  :price_class,
7300
7535
  :enabled)
7536
+ SENSITIVE = []
7301
7537
  include Aws::Structure
7302
7538
  end
7303
7539
 
@@ -7355,6 +7591,7 @@ module Aws::CloudFront
7355
7591
  class StreamingDistributionConfigWithTags < Struct.new(
7356
7592
  :streaming_distribution_config,
7357
7593
  :tags)
7594
+ SENSITIVE = []
7358
7595
  include Aws::Structure
7359
7596
  end
7360
7597
 
@@ -7401,6 +7638,7 @@ module Aws::CloudFront
7401
7638
  :is_truncated,
7402
7639
  :quantity,
7403
7640
  :items)
7641
+ SENSITIVE = []
7404
7642
  include Aws::Structure
7405
7643
  end
7406
7644
 
@@ -7414,6 +7652,7 @@ module Aws::CloudFront
7414
7652
  #
7415
7653
  class StreamingDistributionNotDisabled < Struct.new(
7416
7654
  :message)
7655
+ SENSITIVE = []
7417
7656
  include Aws::Structure
7418
7657
  end
7419
7658
 
@@ -7506,6 +7745,7 @@ module Aws::CloudFront
7506
7745
  :comment,
7507
7746
  :price_class,
7508
7747
  :enabled)
7748
+ SENSITIVE = []
7509
7749
  include Aws::Structure
7510
7750
  end
7511
7751
 
@@ -7550,6 +7790,7 @@ module Aws::CloudFront
7550
7790
  :enabled,
7551
7791
  :bucket,
7552
7792
  :prefix)
7793
+ SENSITIVE = []
7553
7794
  include Aws::Structure
7554
7795
  end
7555
7796
 
@@ -7584,6 +7825,7 @@ module Aws::CloudFront
7584
7825
  class Tag < Struct.new(
7585
7826
  :key,
7586
7827
  :value)
7828
+ SENSITIVE = []
7587
7829
  include Aws::Structure
7588
7830
  end
7589
7831
 
@@ -7604,6 +7846,7 @@ module Aws::CloudFront
7604
7846
  #
7605
7847
  class TagKeys < Struct.new(
7606
7848
  :items)
7849
+ SENSITIVE = []
7607
7850
  include Aws::Structure
7608
7851
  end
7609
7852
 
@@ -7637,6 +7880,7 @@ module Aws::CloudFront
7637
7880
  class TagResourceRequest < Struct.new(
7638
7881
  :resource,
7639
7882
  :tags)
7883
+ SENSITIVE = []
7640
7884
  include Aws::Structure
7641
7885
  end
7642
7886
 
@@ -7662,6 +7906,7 @@ module Aws::CloudFront
7662
7906
  #
7663
7907
  class Tags < Struct.new(
7664
7908
  :items)
7909
+ SENSITIVE = []
7665
7910
  include Aws::Structure
7666
7911
  end
7667
7912
 
@@ -7674,6 +7919,7 @@ module Aws::CloudFront
7674
7919
  #
7675
7920
  class TooManyCacheBehaviors < Struct.new(
7676
7921
  :message)
7922
+ SENSITIVE = []
7677
7923
  include Aws::Structure
7678
7924
  end
7679
7925
 
@@ -7686,6 +7932,7 @@ module Aws::CloudFront
7686
7932
  #
7687
7933
  class TooManyCertificates < Struct.new(
7688
7934
  :message)
7935
+ SENSITIVE = []
7689
7936
  include Aws::Structure
7690
7937
  end
7691
7938
 
@@ -7699,6 +7946,7 @@ module Aws::CloudFront
7699
7946
  #
7700
7947
  class TooManyCloudFrontOriginAccessIdentities < Struct.new(
7701
7948
  :message)
7949
+ SENSITIVE = []
7702
7950
  include Aws::Structure
7703
7951
  end
7704
7952
 
@@ -7712,6 +7960,7 @@ module Aws::CloudFront
7712
7960
  #
7713
7961
  class TooManyCookieNamesInWhiteList < Struct.new(
7714
7962
  :message)
7963
+ SENSITIVE = []
7715
7964
  include Aws::Structure
7716
7965
  end
7717
7966
 
@@ -7724,6 +7973,7 @@ module Aws::CloudFront
7724
7973
  #
7725
7974
  class TooManyDistributionCNAMEs < Struct.new(
7726
7975
  :message)
7976
+ SENSITIVE = []
7727
7977
  include Aws::Structure
7728
7978
  end
7729
7979
 
@@ -7737,6 +7987,7 @@ module Aws::CloudFront
7737
7987
  #
7738
7988
  class TooManyDistributions < Struct.new(
7739
7989
  :message)
7990
+ SENSITIVE = []
7740
7991
  include Aws::Structure
7741
7992
  end
7742
7993
 
@@ -7750,6 +8001,7 @@ module Aws::CloudFront
7750
8001
  #
7751
8002
  class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new(
7752
8003
  :message)
8004
+ SENSITIVE = []
7753
8005
  include Aws::Structure
7754
8006
  end
7755
8007
 
@@ -7764,6 +8016,7 @@ module Aws::CloudFront
7764
8016
  #
7765
8017
  class TooManyDistributionsWithLambdaAssociations < Struct.new(
7766
8018
  :message)
8019
+ SENSITIVE = []
7767
8020
  include Aws::Structure
7768
8021
  end
7769
8022
 
@@ -7777,6 +8030,7 @@ module Aws::CloudFront
7777
8030
  #
7778
8031
  class TooManyFieldLevelEncryptionConfigs < Struct.new(
7779
8032
  :message)
8033
+ SENSITIVE = []
7780
8034
  include Aws::Structure
7781
8035
  end
7782
8036
 
@@ -7790,6 +8044,7 @@ module Aws::CloudFront
7790
8044
  #
7791
8045
  class TooManyFieldLevelEncryptionContentTypeProfiles < Struct.new(
7792
8046
  :message)
8047
+ SENSITIVE = []
7793
8048
  include Aws::Structure
7794
8049
  end
7795
8050
 
@@ -7803,6 +8058,7 @@ module Aws::CloudFront
7803
8058
  #
7804
8059
  class TooManyFieldLevelEncryptionEncryptionEntities < Struct.new(
7805
8060
  :message)
8061
+ SENSITIVE = []
7806
8062
  include Aws::Structure
7807
8063
  end
7808
8064
 
@@ -7816,6 +8072,7 @@ module Aws::CloudFront
7816
8072
  #
7817
8073
  class TooManyFieldLevelEncryptionFieldPatterns < Struct.new(
7818
8074
  :message)
8075
+ SENSITIVE = []
7819
8076
  include Aws::Structure
7820
8077
  end
7821
8078
 
@@ -7829,6 +8086,7 @@ module Aws::CloudFront
7829
8086
  #
7830
8087
  class TooManyFieldLevelEncryptionProfiles < Struct.new(
7831
8088
  :message)
8089
+ SENSITIVE = []
7832
8090
  include Aws::Structure
7833
8091
  end
7834
8092
 
@@ -7842,6 +8100,7 @@ module Aws::CloudFront
7842
8100
  #
7843
8101
  class TooManyFieldLevelEncryptionQueryArgProfiles < Struct.new(
7844
8102
  :message)
8103
+ SENSITIVE = []
7845
8104
  include Aws::Structure
7846
8105
  end
7847
8106
 
@@ -7854,6 +8113,7 @@ module Aws::CloudFront
7854
8113
  #
7855
8114
  class TooManyHeadersInForwardedValues < Struct.new(
7856
8115
  :message)
8116
+ SENSITIVE = []
7857
8117
  include Aws::Structure
7858
8118
  end
7859
8119
 
@@ -7867,6 +8127,7 @@ module Aws::CloudFront
7867
8127
  #
7868
8128
  class TooManyInvalidationsInProgress < Struct.new(
7869
8129
  :message)
8130
+ SENSITIVE = []
7870
8131
  include Aws::Structure
7871
8132
  end
7872
8133
 
@@ -7880,6 +8141,7 @@ module Aws::CloudFront
7880
8141
  #
7881
8142
  class TooManyLambdaFunctionAssociations < Struct.new(
7882
8143
  :message)
8144
+ SENSITIVE = []
7883
8145
  include Aws::Structure
7884
8146
  end
7885
8147
 
@@ -7892,6 +8154,7 @@ module Aws::CloudFront
7892
8154
  #
7893
8155
  class TooManyOriginCustomHeaders < Struct.new(
7894
8156
  :message)
8157
+ SENSITIVE = []
7895
8158
  include Aws::Structure
7896
8159
  end
7897
8160
 
@@ -7905,6 +8168,7 @@ module Aws::CloudFront
7905
8168
  #
7906
8169
  class TooManyOriginGroupsPerDistribution < Struct.new(
7907
8170
  :message)
8171
+ SENSITIVE = []
7908
8172
  include Aws::Structure
7909
8173
  end
7910
8174
 
@@ -7917,6 +8181,7 @@ module Aws::CloudFront
7917
8181
  #
7918
8182
  class TooManyOrigins < Struct.new(
7919
8183
  :message)
8184
+ SENSITIVE = []
7920
8185
  include Aws::Structure
7921
8186
  end
7922
8187
 
@@ -7930,6 +8195,7 @@ module Aws::CloudFront
7930
8195
  #
7931
8196
  class TooManyPublicKeys < Struct.new(
7932
8197
  :message)
8198
+ SENSITIVE = []
7933
8199
  include Aws::Structure
7934
8200
  end
7935
8201
 
@@ -7942,6 +8208,7 @@ module Aws::CloudFront
7942
8208
  #
7943
8209
  class TooManyQueryStringParameters < Struct.new(
7944
8210
  :message)
8211
+ SENSITIVE = []
7945
8212
  include Aws::Structure
7946
8213
  end
7947
8214
 
@@ -7954,6 +8221,7 @@ module Aws::CloudFront
7954
8221
  #
7955
8222
  class TooManyStreamingDistributionCNAMEs < Struct.new(
7956
8223
  :message)
8224
+ SENSITIVE = []
7957
8225
  include Aws::Structure
7958
8226
  end
7959
8227
 
@@ -7967,6 +8235,7 @@ module Aws::CloudFront
7967
8235
  #
7968
8236
  class TooManyStreamingDistributions < Struct.new(
7969
8237
  :message)
8238
+ SENSITIVE = []
7970
8239
  include Aws::Structure
7971
8240
  end
7972
8241
 
@@ -7980,6 +8249,7 @@ module Aws::CloudFront
7980
8249
  #
7981
8250
  class TooManyTrustedSigners < Struct.new(
7982
8251
  :message)
8252
+ SENSITIVE = []
7983
8253
  include Aws::Structure
7984
8254
  end
7985
8255
 
@@ -7992,6 +8262,7 @@ module Aws::CloudFront
7992
8262
  #
7993
8263
  class TrustedSignerDoesNotExist < Struct.new(
7994
8264
  :message)
8265
+ SENSITIVE = []
7995
8266
  include Aws::Structure
7996
8267
  end
7997
8268
 
@@ -8051,6 +8322,7 @@ module Aws::CloudFront
8051
8322
  :enabled,
8052
8323
  :quantity,
8053
8324
  :items)
8325
+ SENSITIVE = []
8054
8326
  include Aws::Structure
8055
8327
  end
8056
8328
 
@@ -8079,6 +8351,7 @@ module Aws::CloudFront
8079
8351
  class UntagResourceRequest < Struct.new(
8080
8352
  :resource,
8081
8353
  :tag_keys)
8354
+ SENSITIVE = []
8082
8355
  include Aws::Structure
8083
8356
  end
8084
8357
 
@@ -8115,6 +8388,7 @@ module Aws::CloudFront
8115
8388
  :cloud_front_origin_access_identity_config,
8116
8389
  :id,
8117
8390
  :if_match)
8391
+ SENSITIVE = []
8118
8392
  include Aws::Structure
8119
8393
  end
8120
8394
 
@@ -8134,6 +8408,7 @@ module Aws::CloudFront
8134
8408
  class UpdateCloudFrontOriginAccessIdentityResult < Struct.new(
8135
8409
  :cloud_front_origin_access_identity,
8136
8410
  :etag)
8411
+ SENSITIVE = []
8137
8412
  include Aws::Structure
8138
8413
  end
8139
8414
 
@@ -8180,6 +8455,8 @@ module Aws::CloudFront
8180
8455
  # origin_read_timeout: 1,
8181
8456
  # origin_keepalive_timeout: 1,
8182
8457
  # },
8458
+ # connection_attempts: 1,
8459
+ # connection_timeout: 1,
8183
8460
  # },
8184
8461
  # ],
8185
8462
  # },
@@ -8376,6 +8653,7 @@ module Aws::CloudFront
8376
8653
  :distribution_config,
8377
8654
  :id,
8378
8655
  :if_match)
8656
+ SENSITIVE = []
8379
8657
  include Aws::Structure
8380
8658
  end
8381
8659
 
@@ -8395,6 +8673,7 @@ module Aws::CloudFront
8395
8673
  class UpdateDistributionResult < Struct.new(
8396
8674
  :distribution,
8397
8675
  :etag)
8676
+ SENSITIVE = []
8398
8677
  include Aws::Structure
8399
8678
  end
8400
8679
 
@@ -8454,6 +8733,7 @@ module Aws::CloudFront
8454
8733
  :field_level_encryption_config,
8455
8734
  :id,
8456
8735
  :if_match)
8736
+ SENSITIVE = []
8457
8737
  include Aws::Structure
8458
8738
  end
8459
8739
 
@@ -8471,6 +8751,7 @@ module Aws::CloudFront
8471
8751
  class UpdateFieldLevelEncryptionConfigResult < Struct.new(
8472
8752
  :field_level_encryption,
8473
8753
  :etag)
8754
+ SENSITIVE = []
8474
8755
  include Aws::Structure
8475
8756
  end
8476
8757
 
@@ -8519,6 +8800,7 @@ module Aws::CloudFront
8519
8800
  :field_level_encryption_profile_config,
8520
8801
  :id,
8521
8802
  :if_match)
8803
+ SENSITIVE = []
8522
8804
  include Aws::Structure
8523
8805
  end
8524
8806
 
@@ -8535,6 +8817,7 @@ module Aws::CloudFront
8535
8817
  class UpdateFieldLevelEncryptionProfileResult < Struct.new(
8536
8818
  :field_level_encryption_profile,
8537
8819
  :etag)
8820
+ SENSITIVE = []
8538
8821
  include Aws::Structure
8539
8822
  end
8540
8823
 
@@ -8571,6 +8854,7 @@ module Aws::CloudFront
8571
8854
  :public_key_config,
8572
8855
  :id,
8573
8856
  :if_match)
8857
+ SENSITIVE = []
8574
8858
  include Aws::Structure
8575
8859
  end
8576
8860
 
@@ -8588,6 +8872,7 @@ module Aws::CloudFront
8588
8872
  class UpdatePublicKeyResult < Struct.new(
8589
8873
  :public_key,
8590
8874
  :etag)
8875
+ SENSITIVE = []
8591
8876
  include Aws::Structure
8592
8877
  end
8593
8878
 
@@ -8645,6 +8930,7 @@ module Aws::CloudFront
8645
8930
  :streaming_distribution_config,
8646
8931
  :id,
8647
8932
  :if_match)
8933
+ SENSITIVE = []
8648
8934
  include Aws::Structure
8649
8935
  end
8650
8936
 
@@ -8664,6 +8950,7 @@ module Aws::CloudFront
8664
8950
  class UpdateStreamingDistributionResult < Struct.new(
8665
8951
  :streaming_distribution,
8666
8952
  :etag)
8953
+ SENSITIVE = []
8667
8954
  include Aws::Structure
8668
8955
  end
8669
8956
 
@@ -8876,6 +9163,7 @@ module Aws::CloudFront
8876
9163
  :minimum_protocol_version,
8877
9164
  :certificate,
8878
9165
  :certificate_source)
9166
+ SENSITIVE = []
8879
9167
  include Aws::Structure
8880
9168
  end
8881
9169