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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7d27319d68933acfe3149f779227a6f27d59075
4
- data.tar.gz: cb4f27e38200cf08e6e2c8f093f3d9f80b7a2f8f
3
+ metadata.gz: 18f551d3625a8d4fc592f416820df772ab86dae7
4
+ data.tar.gz: 11f278ead4f265d0c5836f27fb29ad2b4375fc49
5
5
  SHA512:
6
- metadata.gz: 293b0b3c6baef3f4c5441d168a90da09cd413f01fe555886c83a1c701dc0f83daedb64875b80df03195c0e6da41777ce5a5b47572c9e3ca7b928410b067c0eac
7
- data.tar.gz: b211e2993c85dab4f3917a3603829f0553481681c54e7f84e73973fcca7c244c7b664e613fcf8f2ba45ca5a2a330937952f41df894ed8e9b89007d6aa0f3d962
6
+ metadata.gz: 2b430df798fd88ed2e7d62e2fa3edf147223a615341024f62925d25286b0e4e9c14a82a8fdf5ec57fe197616e1aab8c27a8b5c6954eb14c0206a860629bc222a
7
+ data.tar.gz: 769ea5e2ef6d5f9efd6118b7ffc56f029d5dc0dfb74341ec68ead3232526b1f151a49aaf4af23abb24aa0b8120e8626be26be67e8e10957ccb8f881ff626103d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
43
43
  # @service
44
44
  module Aws::CloudFront
45
45
 
46
- GEM_VERSION = '1.24.0'
46
+ GEM_VERSION = '1.25.0'
47
47
 
48
48
  end
@@ -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.24.0'
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:`. A
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 specifies whether you want viewers to use HTTP
3175
- # or HTTPS to request your objects, whether you're using an alternate
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 specifies whether you want viewers to use HTTP
3664
- # or HTTPS to request your objects, whether you're using an alternate
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
- # Query string parameters specified in the response body are not valid.
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 specified in the response body is not valid.
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 in the response body is not valid.
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
- # Tagging specified in the response body is not valid.
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 in the response body is not valid.
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 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
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 specifies the following:
8670
+ # A complex type that determines the distribution’s SSL/TLS
8671
+ # configuration for communicating with viewers.
8668
8672
  #
8669
- # * Whether you want viewers to use HTTP or HTTPS to request your
8670
- # objects.
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
- # * If you want viewers to use HTTPS, whether you're using an alternate
8673
- # domain name, such as `example.com`, or the CloudFront domain name
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
- # * If you're using an alternate domain name, whether AWS Certificate
8677
- # Manager (ACM) provided the certificate, or you purchased a
8678
- # certificate from a third-party certificate authority and imported it
8679
- # into ACM or uploaded it to the IAM certificate store.
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
- # Specify only one of the following values:
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
- # * [ACMCertificateArn][1]
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
- # * [IAMCertificateId][2]
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
- # * [CloudFrontDefaultCertificate][3]
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
- # For more information, see [ Using Alternate Domain Names and HTTPS][4]
8690
- # in the *Amazon CloudFront Developer Guide*.
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://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn
8695
- # [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-IAMCertificateId
8696
- # [3]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-CloudFrontDefaultCertificate
8697
- # [4]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/SecureConnections.html#CNAMEsAndHTTPS
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 you're using the CloudFront domain name for your distribution,
8714
- # such as `d111111abcdef8.cloudfront.net`, specify this value as
8715
- # `true`.
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 you want viewers to use HTTPS to request your objects and you're
8720
- # using an alternate domain name, you must choose the type of
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.
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 a certificate ID, you must also specify an SSL
8727
- # support method (`sni-only` or `vip`).
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 you want viewers to use HTTPS to request your objects and you're
8732
- # using an alternate domain name, you must choose the type of
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).
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
- # If you specify an ACM certificate ARN, you must also specify an SSL
8739
- # support method (`sni-only` or `vip`).
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 you specify a value for [ACMCertificateArn][1] or for
8744
- # [IAMCertificateId][2], you must also specify how you want CloudFront
8745
- # to serve HTTPS requests: using a method that works for browsers and
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`\: CloudFront can respond to HTTPS requests from viewers
8749
- # that support Server Name Indication (SNI). All modern browsers
8750
- # support SNI, but there are a few that don't. For a current list
8751
- # of the browsers that support SNI, see the [Wikipedia entry Server
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`\: CloudFront uses dedicated IP addresses for your content
8758
- # and can respond to HTTPS requests from any viewer. However, there
8759
- # are additional monthly charges. For details, including specific
8760
- # pricing information, see [Custom SSL options for Amazon
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
- # Don't specify a value here if you specified
8764
- # `CloudFrontDefaultCertificate` as `true`.
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
- # Specify the security policy that you want CloudFront to use for
8780
- # HTTPS connections. A security policy determines two settings:
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 uses to communicate
8783
- # with viewers.
8816
+ # * The minimum SSL/TLS protocol that CloudFront can use to
8817
+ # communicate with viewers.
8784
8818
  #
8785
- # * The cipher that CloudFront uses to encrypt the content that it
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.1_2016` unless your viewers are
8794
- # using browsers or devices that do not support TLSv1.1 or later.
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
- # * You're using a custom certificate; that is, you specified a value
8800
- # for `ACMCertificateArn` or for `IAMCertificateId`.
8834
+ # When you’re using SNI only (you set `SSLSupportMethod` to
8835
+ # `sni-only`), you must specify `TLSv1` or higher.
8801
8836
  #
8802
- # * You're using SNI; that is, you specified `sni-only` for
8803
- # `SSLSupportMethod`.
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
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/secure-connections-supported-viewer-protocols-ciphers.html#secure-connections-supported-ciphers
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 no longer used. Use one of the following fields
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
- # [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn
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 no longer used. Use one of the following fields
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
- # [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html#cloudfront-Type-ViewerCertificate-ACMCertificateArn
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.24.0
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: 2019-12-18 00:00:00.000000000 Z
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