aws-sdk-cloudfront 1.46.0 → 1.47.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
  SHA256:
3
- metadata.gz: d1631bd1149a496e8ef19fec86144ce3c6355ccc6e15f4f4a265865f381e8ba8
4
- data.tar.gz: d4fc27836bf6ea35df41c0c7f5e0449e65a1ec9fda7c07aef3c62f22afe9a56a
3
+ metadata.gz: 8e0b3ddf8f5d24e49a4108abc3e6bd2afa98371e7d4f30789d18c279038246ac
4
+ data.tar.gz: 5f3b3a94f77fa775d96800f6dbf2e9034dd466f2b5dfdcfb22b96d325530c658
5
5
  SHA512:
6
- metadata.gz: f90eb22afce3d7393ddb95d239b9263dbf73599552b90f391e095a9ae78901f362423f3df074e86a5eddc6322c766041f0fa6b7e710e6fa9f6d8944f81b991e2
7
- data.tar.gz: 82501a13d6f239cb0c48d0f185189602458c602b47475c3d3736d20bd54cacb0e0fa29d5f6a742a6e5336b16d05f1c8eb01cbbef939bbc9e9abc5a362cc25f33
6
+ metadata.gz: 508224f203fe3e8c16a216b14418d5cc6cdf838ff96397fb381153d9ec2af4679873c9be49151fe0a305be1a74a8ffc75d894b699dba5d73d540838e51160b92
7
+ data.tar.gz: '0696cdd60e8b0810cb2c391f93dd367b2b8a764b3358c1e9a7cf189f4b78e501d27e867087c2d06003142b764113b9af60b205aaf2d95ebf083abfb497111e92'
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
49
49
  # @!group service
50
50
  module Aws::CloudFront
51
51
 
52
- GEM_VERSION = '1.46.0'
52
+ GEM_VERSION = '1.47.0'
53
53
 
54
54
  end
@@ -1885,40 +1885,14 @@ module Aws::CloudFront
1885
1885
  req.send_request(options)
1886
1886
  end
1887
1887
 
1888
- # Creates a new RTMP distribution. An RTMP distribution is similar to a
1889
- # web distribution, but an RTMP distribution streams media files using
1890
- # the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files
1891
- # using HTTP.
1888
+ # This API is deprecated. Amazon CloudFront is deprecating real-time
1889
+ # messaging protocol (RTMP) distributions on December 31, 2020. For more
1890
+ # information, [read the announcement][1] on the Amazon CloudFront
1891
+ # discussion forum.
1892
1892
  #
1893
- # To create a new distribution, submit a `POST` request to the
1894
- # *CloudFront API version*/distribution resource. The request body must
1895
- # include a document with a *StreamingDistributionConfig* element. The
1896
- # response echoes the `StreamingDistributionConfig` element and returns
1897
- # other information about the RTMP distribution.
1898
1893
  #
1899
- # To get the status of your request, use the *GET StreamingDistribution*
1900
- # API action. When the value of `Enabled` is `true` and the value of
1901
- # `Status` is `Deployed`, your distribution is ready. A distribution
1902
- # usually deploys in less than 15 minutes.
1903
1894
  #
1904
- # For more information about web distributions, see [Working with RTMP
1905
- # Distributions][1] in the *Amazon CloudFront Developer Guide*.
1906
- #
1907
- # Beginning with the 2012-05-05 version of the CloudFront API, we made
1908
- # substantial changes to the format of the XML document that you include
1909
- # in the request body when you create or update a web distribution or an
1910
- # RTMP distribution, and when you invalidate objects. With previous
1911
- # versions of the API, we discovered that it was too easy to
1912
- # accidentally delete one or more values for an element that accepts
1913
- # multiple values, for example, CNAMEs and trusted signers. Our changes
1914
- # for the 2012-05-05 release are intended to prevent these accidental
1915
- # deletions and to notify you when there's a mismatch between the
1916
- # number of values you say you're specifying in the `Quantity` element
1917
- # and the number of values specified.
1918
- #
1919
- #
1920
- #
1921
- # [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-rtmp.html
1895
+ # [1]: http://forums.aws.amazon.com/ann.jspa?annID=7356
1922
1896
  #
1923
1897
  # @option params [required, Types::StreamingDistributionConfig] :streaming_distribution_config
1924
1898
  # The streaming distribution's configuration information.
@@ -2000,7 +1974,14 @@ module Aws::CloudFront
2000
1974
  req.send_request(options)
2001
1975
  end
2002
1976
 
2003
- # Create a new streaming distribution with tags.
1977
+ # This API is deprecated. Amazon CloudFront is deprecating real-time
1978
+ # messaging protocol (RTMP) distributions on December 31, 2020. For more
1979
+ # information, [read the announcement][1] on the Amazon CloudFront
1980
+ # discussion forum.
1981
+ #
1982
+ #
1983
+ #
1984
+ # [1]: http://forums.aws.amazon.com/ann.jspa?annID=7356
2004
1985
  #
2005
1986
  # @option params [required, Types::StreamingDistributionConfigWithTags] :streaming_distribution_config_with_tags
2006
1987
  # The streaming distribution's configuration information.
@@ -6364,7 +6345,7 @@ module Aws::CloudFront
6364
6345
  params: params,
6365
6346
  config: config)
6366
6347
  context[:gem_name] = 'aws-sdk-cloudfront'
6367
- context[:gem_version] = '1.46.0'
6348
+ context[:gem_version] = '1.47.0'
6368
6349
  Seahorse::Client::Request.new(handlers, context)
6369
6350
  end
6370
6351
 
@@ -12683,7 +12683,7 @@ module Aws::CloudFront
12683
12683
  # certificate.
12684
12684
  #
12685
12685
  # If you specify an IAM certificate ID, you must also specify values
12686
- # for `MinimumProtocolVerison` and `SSLSupportMethod`.
12686
+ # for `MinimumProtocolVersion` and `SSLSupportMethod`.
12687
12687
  #
12688
12688
  #
12689
12689
  #
@@ -12698,7 +12698,7 @@ module Aws::CloudFront
12698
12698
  # East (N. Virginia) Region (`us-east-1`).
12699
12699
  #
12700
12700
  # If you specify an ACM certificate ARN, you must also specify values
12701
- # for `MinimumProtocolVerison` and `SSLSupportMethod`.
12701
+ # for `MinimumProtocolVersion` and `SSLSupportMethod`.
12702
12702
  #
12703
12703
  #
12704
12704
  #
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.46.0
4
+ version: 1.47.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: 2020-10-21 00:00:00.000000000 Z
11
+ date: 2020-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core