aws-sdk-cloudfront 1.23.0 → 1.24.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 +4 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +1 -1
- data/lib/aws-sdk-cloudfront/types.rb +56 -62
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7d27319d68933acfe3149f779227a6f27d59075
|
4
|
+
data.tar.gz: cb4f27e38200cf08e6e2c8f093f3d9f80b7a2f8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 293b0b3c6baef3f4c5441d168a90da09cd413f01fe555886c83a1c701dc0f83daedb64875b80df03195c0e6da41777ce5a5b47572c9e3ca7b928410b067c0eac
|
7
|
+
data.tar.gz: b211e2993c85dab4f3917a3603829f0553481681c54e7f84e73973fcca7c244c7b664e613fcf8f2ba45ca5a2a330937952f41df894ed8e9b89007d6aa0f3d962
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
@@ -4081,7 +4081,7 @@ module Aws::CloudFront
|
|
4081
4081
|
params: params,
|
4082
4082
|
config: config)
|
4083
4083
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
4084
|
-
context[:gem_version] = '1.
|
4084
|
+
context[:gem_version] = '1.24.0'
|
4085
4085
|
Seahorse::Client::Request.new(handlers, context)
|
4086
4086
|
end
|
4087
4087
|
|
@@ -100,8 +100,11 @@ module Aws::CloudFront
|
|
100
100
|
# * **SUSPENDED** indicates that the associated CNAME does not have a
|
101
101
|
# valid ICP recordal number.
|
102
102
|
#
|
103
|
-
# * **PENDING** indicates that
|
104
|
-
#
|
103
|
+
# * **PENDING** indicates that CloudFront can't determine the ICP
|
104
|
+
# recordal status of the CNAME associated with the distribution
|
105
|
+
# because there was an error in trying to determine the status. You
|
106
|
+
# can try again to see if the error is resolved in which case
|
107
|
+
# CloudFront returns an APPROVED or SUSPENDED status.
|
105
108
|
# @return [String]
|
106
109
|
#
|
107
110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/AliasICPRecordal AWS API Documentation
|
@@ -352,8 +355,8 @@ module Aws::CloudFront
|
|
352
355
|
# @return [String]
|
353
356
|
#
|
354
357
|
# @!attribute [rw] forwarded_values
|
355
|
-
# A complex type that specifies how CloudFront handles query strings
|
356
|
-
# and
|
358
|
+
# A complex type that specifies how CloudFront handles query strings,
|
359
|
+
# cookies, and HTTP headers.
|
357
360
|
# @return [Types::ForwardedValues]
|
358
361
|
#
|
359
362
|
# @!attribute [rw] trusted_signers
|
@@ -2051,8 +2054,7 @@ module Aws::CloudFront
|
|
2051
2054
|
# element for the origin that contains your custom error pages.
|
2052
2055
|
#
|
2053
2056
|
# If you specify a value for `ResponsePagePath`, you must also specify
|
2054
|
-
# a value for `ResponseCode`.
|
2055
|
-
# include an empty element, `<ResponsePagePath>`, in the XML document.
|
2057
|
+
# a value for `ResponseCode`.
|
2056
2058
|
#
|
2057
2059
|
# We recommend that you store custom error pages in an Amazon S3
|
2058
2060
|
# bucket. If you store custom error pages on an HTTP server and the
|
@@ -2081,8 +2083,7 @@ module Aws::CloudFront
|
|
2081
2083
|
# website so your customers don't know that your website is down.
|
2082
2084
|
#
|
2083
2085
|
# If you specify a value for `ResponseCode`, you must also specify a
|
2084
|
-
# value for `ResponsePagePath`.
|
2085
|
-
# include an empty element, `<ResponseCode>`, in the XML document.
|
2086
|
+
# value for `ResponsePagePath`.
|
2086
2087
|
# @return [String]
|
2087
2088
|
#
|
2088
2089
|
# @!attribute [rw] error_caching_min_ttl
|
@@ -2092,9 +2093,6 @@ module Aws::CloudFront
|
|
2092
2093
|
# the problem that caused the error has been resolved and the
|
2093
2094
|
# requested object is now available.
|
2094
2095
|
#
|
2095
|
-
# If you don't want to specify a value, include an empty element,
|
2096
|
-
# `<ErrorCachingMinTTL>`, in the XML document.
|
2097
|
-
#
|
2098
2096
|
# For more information, see [Customizing Error Responses][1] in the
|
2099
2097
|
# *Amazon CloudFront Developer Guide*.
|
2100
2098
|
#
|
@@ -2341,8 +2339,8 @@ module Aws::CloudFront
|
|
2341
2339
|
# @return [String]
|
2342
2340
|
#
|
2343
2341
|
# @!attribute [rw] forwarded_values
|
2344
|
-
# A complex type that specifies how CloudFront handles query strings
|
2345
|
-
# and
|
2342
|
+
# A complex type that specifies how CloudFront handles query strings,
|
2343
|
+
# cookies, and HTTP headers.
|
2346
2344
|
# @return [Types::ForwardedValues]
|
2347
2345
|
#
|
2348
2346
|
# @!attribute [rw] trusted_signers
|
@@ -3186,7 +3184,11 @@ module Aws::CloudFront
|
|
3186
3184
|
#
|
3187
3185
|
# @!attribute [rw] web_acl_id
|
3188
3186
|
# A unique identifier that specifies the AWS WAF web ACL, if any, to
|
3189
|
-
# associate with this distribution.
|
3187
|
+
# associate with this distribution. To specify a web ACL created using
|
3188
|
+
# the latest version of AWS WAF, use the ACL ARN, for example
|
3189
|
+
# `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
3190
|
+
# To specify a web ACL created using AWS WAF Classic, use the ACL ID,
|
3191
|
+
# for example `473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
3190
3192
|
#
|
3191
3193
|
# AWS WAF is a web application firewall that lets you monitor the HTTP
|
3192
3194
|
# and HTTPS requests that are forwarded to CloudFront, and lets you
|
@@ -3200,7 +3202,7 @@ module Aws::CloudFront
|
|
3200
3202
|
#
|
3201
3203
|
#
|
3202
3204
|
#
|
3203
|
-
# [1]:
|
3205
|
+
# [1]: https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html
|
3204
3206
|
# @return [String]
|
3205
3207
|
#
|
3206
3208
|
# @!attribute [rw] http_version
|
@@ -4199,8 +4201,8 @@ module Aws::CloudFront
|
|
4199
4201
|
include Aws::Structure
|
4200
4202
|
end
|
4201
4203
|
|
4202
|
-
# A complex type that specifies how CloudFront handles query strings
|
4203
|
-
# cookies.
|
4204
|
+
# A complex type that specifies how CloudFront handles query strings,
|
4205
|
+
# cookies, and HTTP headers.
|
4204
4206
|
#
|
4205
4207
|
# @note When making an API call, you may pass ForwardedValues
|
4206
4208
|
# data as a hash:
|
@@ -5244,7 +5246,12 @@ module Aws::CloudFront
|
|
5244
5246
|
include Aws::Structure
|
5245
5247
|
end
|
5246
5248
|
|
5247
|
-
# A web ACL
|
5249
|
+
# A web ACL ID specified in the response body is not valid. To specify a
|
5250
|
+
# web ACL created using the latest version of AWS WAF, use the ACL ARN,
|
5251
|
+
# for example
|
5252
|
+
# `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
5253
|
+
# To specify a web ACL created using AWS WAF Classic, use the ACL ID,
|
5254
|
+
# for example `473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
5248
5255
|
#
|
5249
5256
|
# @!attribute [rw] message
|
5250
5257
|
# @return [String]
|
@@ -8663,8 +8670,8 @@ module Aws::CloudFront
|
|
8663
8670
|
# objects.
|
8664
8671
|
#
|
8665
8672
|
# * If you want viewers to use HTTPS, whether you're using an alternate
|
8666
|
-
# domain name such as `example.com
|
8667
|
-
# your distribution, such as `d111111abcdef8.cloudfront.net`.
|
8673
|
+
# domain name, such as `example.com`, or the CloudFront domain name
|
8674
|
+
# for your distribution, such as `d111111abcdef8.cloudfront.net`.
|
8668
8675
|
#
|
8669
8676
|
# * If you're using an alternate domain name, whether AWS Certificate
|
8670
8677
|
# Manager (ACM) provided the certificate, or you purchased a
|
@@ -8704,62 +8711,48 @@ module Aws::CloudFront
|
|
8704
8711
|
#
|
8705
8712
|
# @!attribute [rw] cloud_front_default_certificate
|
8706
8713
|
# If you're using the CloudFront domain name for your distribution,
|
8707
|
-
# such as `d111111abcdef8.cloudfront.net`, specify
|
8708
|
-
#
|
8709
|
-
#
|
8710
|
-
# * `<CloudFrontDefaultCertificate>true<CloudFrontDefaultCertificate>
|
8711
|
-
# `
|
8712
|
-
#
|
8713
|
-
# ^
|
8714
|
+
# such as `d111111abcdef8.cloudfront.net`, specify this value as
|
8715
|
+
# `true`.
|
8714
8716
|
# @return [Boolean]
|
8715
8717
|
#
|
8716
8718
|
# @!attribute [rw] iam_certificate_id
|
8717
8719
|
# If you want viewers to use HTTPS to request your objects and you're
|
8718
8720
|
# using an alternate domain name, you must choose the type of
|
8719
|
-
# certificate that you want to use.
|
8720
|
-
#
|
8721
|
-
#
|
8722
|
-
#
|
8723
|
-
# IAM certificate ID ` is the ID that IAM returned when you added
|
8724
|
-
# the certificate to the IAM certificate store.
|
8721
|
+
# certificate that you want to use. If you purchased your certificate
|
8722
|
+
# from a third-party certificate authority and uploaded it to the IAM
|
8723
|
+
# certificate store, specify the certificate ID that you want to use
|
8724
|
+
# for this distribution.
|
8725
8725
|
#
|
8726
|
-
#
|
8727
|
-
#
|
8728
|
-
# If you specify `IAMCertificateId`, you must also specify a value for
|
8729
|
-
# `SSLSupportMethod`.
|
8726
|
+
# If you specify a certificate ID, you must also specify an SSL
|
8727
|
+
# support method (`sni-only` or `vip`).
|
8730
8728
|
# @return [String]
|
8731
8729
|
#
|
8732
8730
|
# @!attribute [rw] acm_certificate_arn
|
8733
8731
|
# If you want viewers to use HTTPS to request your objects and you're
|
8734
8732
|
# using an alternate domain name, you must choose the type of
|
8735
|
-
# certificate that you want to use.
|
8736
|
-
#
|
8737
|
-
#
|
8738
|
-
#
|
8739
|
-
# certificate<ACMCertificateArn>` where ` ARN for ACM SSL/TLS
|
8740
|
-
# certificate ` is the ARN for the ACM SSL/TLS certificate that you
|
8741
|
-
# want to use for this distribution.
|
8742
|
-
#
|
8743
|
-
# ^
|
8733
|
+
# certificate that you want to use. If ACM provided your certificate,
|
8734
|
+
# specify the Amazon Resource Name (ARN) for the ACM certificate that
|
8735
|
+
# you want to use for this distribution. CloudFront only supports ACM
|
8736
|
+
# certificates in the US East (N. Virginia) Region (us-east-1).
|
8744
8737
|
#
|
8745
|
-
# If you specify
|
8746
|
-
#
|
8738
|
+
# If you specify an ACM certificate ARN, you must also specify an SSL
|
8739
|
+
# support method (`sni-only` or `vip`).
|
8747
8740
|
# @return [String]
|
8748
8741
|
#
|
8749
8742
|
# @!attribute [rw] ssl_support_method
|
8750
8743
|
# If you specify a value for [ACMCertificateArn][1] or for
|
8751
8744
|
# [IAMCertificateId][2], you must also specify how you want CloudFront
|
8752
8745
|
# to serve HTTPS requests: using a method that works for browsers and
|
8753
|
-
# clients released after 2010 or one that works for all clients.
|
8746
|
+
# clients released after 2010, or one that works for all clients.
|
8754
8747
|
#
|
8755
8748
|
# * `sni-only`\: CloudFront can respond to HTTPS requests from viewers
|
8756
8749
|
# that support Server Name Indication (SNI). All modern browsers
|
8757
8750
|
# support SNI, but there are a few that don't. For a current list
|
8758
8751
|
# of the browsers that support SNI, see the [Wikipedia entry Server
|
8759
8752
|
# Name Indication][3]. To learn about options to explore if you have
|
8760
|
-
#
|
8761
|
-
# How CloudFront Serves HTTPS Requests][4] in the *Amazon
|
8762
|
-
# Developer Guide*.
|
8753
|
+
# viewers with browsers that don't include SNI support, see
|
8754
|
+
# [Choosing How CloudFront Serves HTTPS Requests][4] in the *Amazon
|
8755
|
+
# CloudFront Developer Guide*.
|
8763
8756
|
#
|
8764
8757
|
# * `vip`\: CloudFront uses dedicated IP addresses for your content
|
8765
8758
|
# and can respond to HTTPS requests from any viewer. However, there
|
@@ -8767,8 +8760,8 @@ module Aws::CloudFront
|
|
8767
8760
|
# pricing information, see [Custom SSL options for Amazon
|
8768
8761
|
# CloudFront][5] on the AWS marketing site.
|
8769
8762
|
#
|
8770
|
-
# Don't specify a value
|
8771
|
-
#
|
8763
|
+
# Don't specify a value here if you specified
|
8764
|
+
# `CloudFrontDefaultCertificate` as `true`.
|
8772
8765
|
#
|
8773
8766
|
# For more information, see [Choosing How CloudFront Serves HTTPS
|
8774
8767
|
# Requests][4] in the *Amazon CloudFront Developer Guide*.
|
@@ -8787,30 +8780,31 @@ module Aws::CloudFront
|
|
8787
8780
|
# HTTPS connections. A security policy determines two settings:
|
8788
8781
|
#
|
8789
8782
|
# * The minimum SSL/TLS protocol that CloudFront uses to communicate
|
8790
|
-
# with viewers
|
8783
|
+
# with viewers.
|
8791
8784
|
#
|
8792
8785
|
# * The cipher that CloudFront uses to encrypt the content that it
|
8793
|
-
# returns to viewers
|
8786
|
+
# returns to viewers.
|
8794
8787
|
#
|
8795
8788
|
# <note markdown="1"> On the CloudFront console, this setting is called **Security
|
8796
|
-
#
|
8789
|
+
# Policy**.
|
8797
8790
|
#
|
8798
8791
|
# </note>
|
8799
8792
|
#
|
8800
|
-
# We recommend that you specify `TLSv1.1_2016` unless your
|
8793
|
+
# We recommend that you specify `TLSv1.1_2016` unless your viewers are
|
8801
8794
|
# using browsers or devices that do not support TLSv1.1 or later.
|
8802
8795
|
#
|
8803
8796
|
# When both of the following are true, you must specify `TLSv1` or
|
8804
8797
|
# later for the security policy:
|
8805
8798
|
#
|
8806
|
-
# * You're using a custom certificate
|
8807
|
-
# `ACMCertificateArn` or for `IAMCertificateId
|
8799
|
+
# * You're using a custom certificate; that is, you specified a value
|
8800
|
+
# for `ACMCertificateArn` or for `IAMCertificateId`.
|
8808
8801
|
#
|
8809
|
-
# * You're using SNI
|
8802
|
+
# * You're using SNI; that is, you specified `sni-only` for
|
8803
|
+
# `SSLSupportMethod`.
|
8810
8804
|
#
|
8811
8805
|
# If you specify `true` for `CloudFrontDefaultCertificate`, CloudFront
|
8812
8806
|
# automatically sets the security policy to `TLSv1` regardless of the
|
8813
|
-
# value that you specify
|
8807
|
+
# value that you specify here.
|
8814
8808
|
#
|
8815
8809
|
# For information about the relationship between the security policy
|
8816
8810
|
# that you choose and the protocols and ciphers that CloudFront uses
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudfront
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|