aws-sdk-cloudfront 1.24.0 → 1.25.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 +149 -134
- 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: 18f551d3625a8d4fc592f416820df772ab86dae7
|
4
|
+
data.tar.gz: 11f278ead4f265d0c5836f27fb29ad2b4375fc49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b430df798fd88ed2e7d62e2fa3edf147223a615341024f62925d25286b0e4e9c14a82a8fdf5ec57fe197616e1aab8c27a8b5c6954eb14c0206a860629bc222a
|
7
|
+
data.tar.gz: 769ea5e2ef6d5f9efd6118b7ffc56f029d5dc0dfb74341ec68ead3232526b1f151a49aaf4af23abb24aa0b8120e8626be26be67e8e10957ccb8f881ff626103d
|
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.25.0'
|
4085
4085
|
Seahorse::Client::Request.new(handlers, context)
|
4086
4086
|
end
|
4087
4087
|
|
@@ -980,13 +980,21 @@ module Aws::CloudFront
|
|
980
980
|
#
|
981
981
|
# @!attribute [rw] quantity
|
982
982
|
# The number of different cookies that you want CloudFront to forward
|
983
|
-
# to the origin for this cache behavior.
|
983
|
+
# to the origin for this cache behavior. The value must equal the
|
984
|
+
# number of items that are in the `Items` field.
|
985
|
+
#
|
986
|
+
# When you set `Forward = whitelist` (in the `CookiePreferences`
|
987
|
+
# object), this value must be `1` or higher.
|
984
988
|
# @return [Integer]
|
985
989
|
#
|
986
990
|
# @!attribute [rw] items
|
987
991
|
# A complex type that contains one `Name` element for each cookie that
|
988
992
|
# you want CloudFront to forward to the origin for this cache
|
989
|
-
# behavior.
|
993
|
+
# behavior. It must contain the same number of items that is specified
|
994
|
+
# in the `Quantity` field.
|
995
|
+
#
|
996
|
+
# When you set `Forward = whitelist` (in the `CookiePreferences`
|
997
|
+
# object), this field must contain at least one item.
|
990
998
|
# @return [Array<String>]
|
991
999
|
#
|
992
1000
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/CookieNames AWS API Documentation
|
@@ -1028,14 +1036,14 @@ module Aws::CloudFront
|
|
1028
1036
|
# @return [String]
|
1029
1037
|
#
|
1030
1038
|
# @!attribute [rw] whitelisted_names
|
1031
|
-
# Required if you specify `whitelist` for the value of `Forward
|
1039
|
+
# Required if you specify `whitelist` for the value of `Forward`. A
|
1032
1040
|
# complex type that specifies how many different cookies you want
|
1033
1041
|
# CloudFront to forward to the origin for this cache behavior and, if
|
1034
1042
|
# you want to forward selected cookies, the names of those cookies.
|
1035
1043
|
#
|
1036
|
-
# If you specify `all` or none for the value of `Forward`, omit
|
1044
|
+
# If you specify `all` or `none` for the value of `Forward`, omit
|
1037
1045
|
# `WhitelistedNames`. If you change the value of `Forward` from
|
1038
|
-
# `whitelist` to all or none and you don't delete the
|
1046
|
+
# `whitelist` to `all` or `none` and you don't delete the
|
1039
1047
|
# `WhitelistedNames` element and its child elements, CloudFront
|
1040
1048
|
# deletes them automatically.
|
1041
1049
|
#
|
@@ -3171,10 +3179,8 @@ module Aws::CloudFront
|
|
3171
3179
|
# @return [Boolean]
|
3172
3180
|
#
|
3173
3181
|
# @!attribute [rw] viewer_certificate
|
3174
|
-
# A complex type that
|
3175
|
-
#
|
3176
|
-
# domain name with HTTPS, and if so, if you're using AWS Certificate
|
3177
|
-
# Manager (ACM) or a third-party certificate authority.
|
3182
|
+
# A complex type that determines the distribution’s SSL/TLS
|
3183
|
+
# configuration for communicating with viewers.
|
3178
3184
|
# @return [Types::ViewerCertificate]
|
3179
3185
|
#
|
3180
3186
|
# @!attribute [rw] restrictions
|
@@ -3660,10 +3666,8 @@ module Aws::CloudFront
|
|
3660
3666
|
# @return [Boolean]
|
3661
3667
|
#
|
3662
3668
|
# @!attribute [rw] viewer_certificate
|
3663
|
-
# A complex type that
|
3664
|
-
#
|
3665
|
-
# domain name with HTTPS, and if so, if you're using AWS Certificate
|
3666
|
-
# Manager (ACM) or a third-party certificate authority.
|
3669
|
+
# A complex type that determines the distribution’s SSL/TLS
|
3670
|
+
# configuration for communicating with viewers.
|
3667
3671
|
# @return [Types::ViewerCertificate]
|
3668
3672
|
#
|
3669
3673
|
# @!attribute [rw] restrictions
|
@@ -5159,7 +5163,7 @@ module Aws::CloudFront
|
|
5159
5163
|
include Aws::Structure
|
5160
5164
|
end
|
5161
5165
|
|
5162
|
-
#
|
5166
|
+
# The query string parameters specified are not valid.
|
5163
5167
|
#
|
5164
5168
|
# @!attribute [rw] message
|
5165
5169
|
# @return [String]
|
@@ -5198,7 +5202,7 @@ module Aws::CloudFront
|
|
5198
5202
|
include Aws::Structure
|
5199
5203
|
end
|
5200
5204
|
|
5201
|
-
# A response code
|
5205
|
+
# A response code is not valid.
|
5202
5206
|
#
|
5203
5207
|
# @!attribute [rw] message
|
5204
5208
|
# @return [String]
|
@@ -5210,7 +5214,7 @@ module Aws::CloudFront
|
|
5210
5214
|
include Aws::Structure
|
5211
5215
|
end
|
5212
5216
|
|
5213
|
-
# TTL order specified
|
5217
|
+
# The TTL order specified is not valid.
|
5214
5218
|
#
|
5215
5219
|
# @!attribute [rw] message
|
5216
5220
|
# @return [String]
|
@@ -5222,7 +5226,7 @@ module Aws::CloudFront
|
|
5222
5226
|
include Aws::Structure
|
5223
5227
|
end
|
5224
5228
|
|
5225
|
-
#
|
5229
|
+
# The tagging specified is not valid.
|
5226
5230
|
#
|
5227
5231
|
# @!attribute [rw] message
|
5228
5232
|
# @return [String]
|
@@ -5234,7 +5238,7 @@ module Aws::CloudFront
|
|
5234
5238
|
include Aws::Structure
|
5235
5239
|
end
|
5236
5240
|
|
5237
|
-
# A viewer certificate specified
|
5241
|
+
# A viewer certificate specified is not valid.
|
5238
5242
|
#
|
5239
5243
|
# @!attribute [rw] message
|
5240
5244
|
# @return [String]
|
@@ -5246,9 +5250,8 @@ module Aws::CloudFront
|
|
5246
5250
|
include Aws::Structure
|
5247
5251
|
end
|
5248
5252
|
|
5249
|
-
# A web ACL ID specified
|
5250
|
-
#
|
5251
|
-
# for example
|
5253
|
+
# A web ACL ID specified is not valid. To specify a web ACL created
|
5254
|
+
# using the latest version of AWS WAF, use the ACL ARN, for example
|
5252
5255
|
# `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
5253
5256
|
# To specify a web ACL created using AWS WAF Classic, use the ACL ID,
|
5254
5257
|
# for example `473e64fd-f30b-4765-81a0-62ad96dd167a`.
|
@@ -8664,37 +8667,64 @@ module Aws::CloudFront
|
|
8664
8667
|
include Aws::Structure
|
8665
8668
|
end
|
8666
8669
|
|
8667
|
-
# A complex type that
|
8670
|
+
# A complex type that determines the distribution’s SSL/TLS
|
8671
|
+
# configuration for communicating with viewers.
|
8668
8672
|
#
|
8669
|
-
#
|
8670
|
-
#
|
8673
|
+
# If the distribution doesn’t use `Aliases` (also known as alternate
|
8674
|
+
# domain names or CNAMEs)—that is, if the distribution uses the
|
8675
|
+
# CloudFront domain name such as `d111111abcdef8.cloudfront.net`—set
|
8676
|
+
# `CloudFrontDefaultCertificate` to `true` and leave all other fields
|
8677
|
+
# empty.
|
8671
8678
|
#
|
8672
|
-
#
|
8673
|
-
#
|
8674
|
-
# for your distribution, such as `d111111abcdef8.cloudfront.net`.
|
8679
|
+
# If the distribution uses `Aliases` (alternate domain names or CNAMEs),
|
8680
|
+
# use the fields in this type to specify the following settings:
|
8675
8681
|
#
|
8676
|
-
# *
|
8677
|
-
#
|
8678
|
-
#
|
8679
|
-
#
|
8682
|
+
# * Which viewers the distribution accepts HTTPS connections from: only
|
8683
|
+
# viewers that support [server name indication (SNI)][1]
|
8684
|
+
# (recommended), or all viewers including those that don’t support
|
8685
|
+
# SNI.
|
8680
8686
|
#
|
8681
|
-
#
|
8687
|
+
# * To accept HTTPS connections from only viewers that support SNI,
|
8688
|
+
# set `SSLSupportMethod` to `sni-only`. This is recommended. Most
|
8689
|
+
# browsers and clients released after 2010 support SNI.
|
8682
8690
|
#
|
8683
|
-
#
|
8691
|
+
# * To accept HTTPS connections from all viewers, including those that
|
8692
|
+
# don’t support SNI, set `SSLSupportMethod` to `vip`. This is not
|
8693
|
+
# recommended, and results in additional monthly charges from
|
8694
|
+
# CloudFront.
|
8684
8695
|
#
|
8685
|
-
# *
|
8696
|
+
# * The minimum SSL/TLS protocol version that the distribution can use
|
8697
|
+
# to communicate with viewers. To specify a minimum version, choose a
|
8698
|
+
# value for `MinimumProtocolVersion`. For more information, see
|
8699
|
+
# [Security Policy][2] in the *Amazon CloudFront Developer Guide*.
|
8686
8700
|
#
|
8687
|
-
# * [
|
8701
|
+
# * The location of the SSL/TLS certificate, [AWS Certificate Manager
|
8702
|
+
# (ACM)][3] (recommended) or [AWS Identity and Access Management (AWS
|
8703
|
+
# IAM)][4]. You specify the location by setting a value in one of the
|
8704
|
+
# following fields (not both):
|
8688
8705
|
#
|
8689
|
-
#
|
8690
|
-
#
|
8706
|
+
# * `ACMCertificateArn`
|
8707
|
+
#
|
8708
|
+
# * `IAMCertificateId`
|
8709
|
+
#
|
8710
|
+
# All distributions support HTTPS connections from viewers. To require
|
8711
|
+
# viewers to use HTTPS only, or to redirect them from HTTP to HTTPS, use
|
8712
|
+
# `ViewerProtocolPolicy` in the `CacheBehavior` or
|
8713
|
+
# `DefaultCacheBehavior`. To specify how CloudFront should use SSL/TLS
|
8714
|
+
# to communicate with your custom origin, use `CustomOriginConfig`.
|
8715
|
+
#
|
8716
|
+
# For more information, see [Using HTTPS with CloudFront][5] and [ Using
|
8717
|
+
# Alternate Domain Names and HTTPS][6] in the *Amazon CloudFront
|
8718
|
+
# Developer Guide*.
|
8691
8719
|
#
|
8692
8720
|
#
|
8693
8721
|
#
|
8694
|
-
# [1]: https://
|
8695
|
-
# [2]: https://docs.aws.amazon.com/
|
8696
|
-
# [3]: https://docs.aws.amazon.com/
|
8697
|
-
# [4]: https://docs.aws.amazon.com/
|
8722
|
+
# [1]: https://en.wikipedia.org/wiki/Server_Name_Indication
|
8723
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy
|
8724
|
+
# [3]: https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html
|
8725
|
+
# [4]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html
|
8726
|
+
# [5]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https.html
|
8727
|
+
# [6]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-https-alternate-domain-names.html
|
8698
8728
|
#
|
8699
8729
|
# @note When making an API call, you may pass ViewerCertificate
|
8700
8730
|
# data as a hash:
|
@@ -8710,145 +8740,130 @@ module Aws::CloudFront
|
|
8710
8740
|
# }
|
8711
8741
|
#
|
8712
8742
|
# @!attribute [rw] cloud_front_default_certificate
|
8713
|
-
# If
|
8714
|
-
#
|
8715
|
-
#
|
8743
|
+
# If the distribution uses the CloudFront domain name such as
|
8744
|
+
# `d111111abcdef8.cloudfront.net`, set this field to `true`.
|
8745
|
+
#
|
8746
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
8747
|
+
# CNAMEs), set this field to `false` and specify values for the
|
8748
|
+
# following fields:
|
8749
|
+
#
|
8750
|
+
# * `ACMCertificateArn` or `IAMCertificateId` (specify a value for
|
8751
|
+
# one, not both)
|
8752
|
+
#
|
8753
|
+
# * `MinimumProtocolVersion`
|
8754
|
+
#
|
8755
|
+
# * `SSLSupportMethod`
|
8716
8756
|
# @return [Boolean]
|
8717
8757
|
#
|
8718
8758
|
# @!attribute [rw] iam_certificate_id
|
8719
|
-
# If
|
8720
|
-
#
|
8721
|
-
#
|
8722
|
-
#
|
8723
|
-
# certificate store, specify the certificate ID that you want to use
|
8724
|
-
# for this distribution.
|
8759
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
8760
|
+
# CNAMEs) and the SSL/TLS certificate is stored in [AWS Identity and
|
8761
|
+
# Access Management (AWS IAM)][1], provide the ID of the IAM
|
8762
|
+
# certificate.
|
8725
8763
|
#
|
8726
|
-
# If you specify
|
8727
|
-
#
|
8764
|
+
# If you specify an IAM certificate ID, you must also specify values
|
8765
|
+
# for `MinimumProtocolVerison` and `SSLSupportMethod`.
|
8766
|
+
#
|
8767
|
+
#
|
8768
|
+
#
|
8769
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html
|
8728
8770
|
# @return [String]
|
8729
8771
|
#
|
8730
8772
|
# @!attribute [rw] acm_certificate_arn
|
8731
|
-
# If
|
8732
|
-
#
|
8733
|
-
#
|
8734
|
-
#
|
8735
|
-
#
|
8736
|
-
#
|
8773
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
8774
|
+
# CNAMEs) and the SSL/TLS certificate is stored in [AWS Certificate
|
8775
|
+
# Manager (ACM)][1], provide the Amazon Resource Name (ARN) of the ACM
|
8776
|
+
# certificate. CloudFront only supports ACM certificates in the US
|
8777
|
+
# East (N. Virginia) Region (`us-east-1`).
|
8778
|
+
#
|
8779
|
+
# If you specify an ACM certificate ARN, you must also specify values
|
8780
|
+
# for `MinimumProtocolVerison` and `SSLSupportMethod`.
|
8737
8781
|
#
|
8738
|
-
#
|
8739
|
-
#
|
8782
|
+
#
|
8783
|
+
#
|
8784
|
+
# [1]: https://docs.aws.amazon.com/acm/latest/userguide/acm-overview.html
|
8740
8785
|
# @return [String]
|
8741
8786
|
#
|
8742
8787
|
# @!attribute [rw] ssl_support_method
|
8743
|
-
# If
|
8744
|
-
#
|
8745
|
-
#
|
8746
|
-
# clients released after 2010, or one that works for all clients.
|
8788
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
8789
|
+
# CNAMEs), specify which viewers the distribution accepts HTTPS
|
8790
|
+
# connections from.
|
8747
8791
|
#
|
8748
|
-
# * `sni-only
|
8749
|
-
# that support
|
8750
|
-
#
|
8751
|
-
#
|
8752
|
-
# Name Indication][3]. To learn about options to explore if you have
|
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*.
|
8792
|
+
# * `sni-only` – The distribution accepts HTTPS connections from only
|
8793
|
+
# viewers that support [server name indication (SNI)][1]. This is
|
8794
|
+
# recommended. Most browsers and clients released after 2010 support
|
8795
|
+
# SNI.
|
8756
8796
|
#
|
8757
|
-
# * `vip
|
8758
|
-
#
|
8759
|
-
#
|
8760
|
-
#
|
8761
|
-
# CloudFront][5] on the AWS marketing site.
|
8797
|
+
# * `vip` – The distribution accepts HTTPS connections from all
|
8798
|
+
# viewers including those that don’t support SNI. This is not
|
8799
|
+
# recommended, and results in additional monthly charges from
|
8800
|
+
# CloudFront.
|
8762
8801
|
#
|
8763
|
-
#
|
8764
|
-
# `
|
8802
|
+
# If the distribution uses the CloudFront domain name such as
|
8803
|
+
# `d111111abcdef8.cloudfront.net`, don’t set a value for this field.
|
8765
8804
|
#
|
8766
|
-
# For more information, see [Choosing How CloudFront Serves HTTPS
|
8767
|
-
# Requests][4] in the *Amazon CloudFront Developer Guide*.
|
8768
8805
|
#
|
8769
8806
|
#
|
8770
|
-
#
|
8771
|
-
# [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn
|
8772
|
-
# [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId
|
8773
|
-
# [3]: http://en.wikipedia.org/wiki/Server_Name_Indication
|
8774
|
-
# [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-https-dedicated-ip-or-sni.html
|
8775
|
-
# [5]: http://aws.amazon.com/cloudfront/custom-ssl-domains/
|
8807
|
+
# [1]: https://en.wikipedia.org/wiki/Server_Name_Indication
|
8776
8808
|
# @return [String]
|
8777
8809
|
#
|
8778
8810
|
# @!attribute [rw] minimum_protocol_version
|
8779
|
-
#
|
8780
|
-
#
|
8811
|
+
# If the distribution uses `Aliases` (alternate domain names or
|
8812
|
+
# CNAMEs), specify the security policy that you want CloudFront to use
|
8813
|
+
# for HTTPS connections with viewers. The security policy determines
|
8814
|
+
# two settings:
|
8781
8815
|
#
|
8782
|
-
# * The minimum SSL/TLS protocol that CloudFront
|
8783
|
-
# with viewers.
|
8816
|
+
# * The minimum SSL/TLS protocol that CloudFront can use to
|
8817
|
+
# communicate with viewers.
|
8784
8818
|
#
|
8785
|
-
# * The
|
8819
|
+
# * The ciphers that CloudFront can use to encrypt the content that it
|
8786
8820
|
# returns to viewers.
|
8787
8821
|
#
|
8822
|
+
# For more information, see [Security Policy][1] and [Supported
|
8823
|
+
# Protocols and Ciphers Between Viewers and CloudFront][2] in the
|
8824
|
+
# *Amazon CloudFront Developer Guide*.
|
8825
|
+
#
|
8788
8826
|
# <note markdown="1"> On the CloudFront console, this setting is called **Security
|
8789
8827
|
# Policy**.
|
8790
8828
|
#
|
8791
8829
|
# </note>
|
8792
8830
|
#
|
8793
|
-
# We recommend that you specify `TLSv1.
|
8794
|
-
# using browsers or devices that
|
8795
|
-
#
|
8796
|
-
# When both of the following are true, you must specify `TLSv1` or
|
8797
|
-
# later for the security policy:
|
8831
|
+
# We recommend that you specify `TLSv1.2_2018` unless your viewers are
|
8832
|
+
# using browsers or devices that don’t support TLSv1.2.
|
8798
8833
|
#
|
8799
|
-
#
|
8800
|
-
#
|
8834
|
+
# When you’re using SNI only (you set `SSLSupportMethod` to
|
8835
|
+
# `sni-only`), you must specify `TLSv1` or higher.
|
8801
8836
|
#
|
8802
|
-
#
|
8803
|
-
#
|
8837
|
+
# If the distribution uses the CloudFront domain name such as
|
8838
|
+
# `d111111abcdef8.cloudfront.net` (you set
|
8839
|
+
# `CloudFrontDefaultCertificate` to `true`), CloudFront automatically
|
8840
|
+
# sets the security policy to `TLSv1` regardless of the value that you
|
8841
|
+
# set here.
|
8804
8842
|
#
|
8805
|
-
# If you specify `true` for `CloudFrontDefaultCertificate`, CloudFront
|
8806
|
-
# automatically sets the security policy to `TLSv1` regardless of the
|
8807
|
-
# value that you specify here.
|
8808
|
-
#
|
8809
|
-
# For information about the relationship between the security policy
|
8810
|
-
# that you choose and the protocols and ciphers that CloudFront uses
|
8811
|
-
# to communicate with viewers, see [ Supported SSL/TLS Protocols and
|
8812
|
-
# Ciphers for Communication Between Viewers and CloudFront][1] in the
|
8813
|
-
# *Amazon CloudFront Developer Guide*.
|
8814
8843
|
#
|
8815
8844
|
#
|
8816
|
-
#
|
8817
|
-
# [
|
8845
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValues-security-policy
|
8846
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers
|
8818
8847
|
# @return [String]
|
8819
8848
|
#
|
8820
8849
|
# @!attribute [rw] certificate
|
8821
|
-
# This field is
|
8822
|
-
# instead:
|
8823
|
-
#
|
8824
|
-
# * [ACMCertificateArn][1]
|
8825
|
-
#
|
8826
|
-
# * [IAMCertificateId][2]
|
8827
|
-
#
|
8828
|
-
# * [CloudFrontDefaultCertificate][3]
|
8850
|
+
# This field is deprecated. Use one of the following fields instead:
|
8829
8851
|
#
|
8852
|
+
# * `ACMCertificateArn`
|
8830
8853
|
#
|
8854
|
+
# * `IAMCertificateId`
|
8831
8855
|
#
|
8832
|
-
#
|
8833
|
-
# [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId
|
8834
|
-
# [3]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-CloudFrontDefaultCertificate
|
8856
|
+
# * `CloudFrontDefaultCertificate`
|
8835
8857
|
# @return [String]
|
8836
8858
|
#
|
8837
8859
|
# @!attribute [rw] certificate_source
|
8838
|
-
# This field is
|
8839
|
-
# instead:
|
8840
|
-
#
|
8841
|
-
# * [ACMCertificateArn][1]
|
8842
|
-
#
|
8843
|
-
# * [IAMCertificateId][2]
|
8844
|
-
#
|
8845
|
-
# * [CloudFrontDefaultCertificate][3]
|
8860
|
+
# This field is deprecated. Use one of the following fields instead:
|
8846
8861
|
#
|
8862
|
+
# * `ACMCertificateArn`
|
8847
8863
|
#
|
8864
|
+
# * `IAMCertificateId`
|
8848
8865
|
#
|
8849
|
-
#
|
8850
|
-
# [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId
|
8851
|
-
# [3]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-CloudFrontDefaultCertificate
|
8866
|
+
# * `CloudFrontDefaultCertificate`
|
8852
8867
|
# @return [String]
|
8853
8868
|
#
|
8854
8869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cloudfront-2019-03-26/ViewerCertificate AWS API Documentation
|
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.25.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:
|
11
|
+
date: 2020-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|