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 +4 -4
- data/lib/aws-sdk-cloudfront.rb +1 -1
- data/lib/aws-sdk-cloudfront/client.rb +14 -33
- data/lib/aws-sdk-cloudfront/types.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e0b3ddf8f5d24e49a4108abc3e6bd2afa98371e7d4f30789d18c279038246ac
|
|
4
|
+
data.tar.gz: 5f3b3a94f77fa775d96800f6dbf2e9034dd466f2b5dfdcfb22b96d325530c658
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 508224f203fe3e8c16a216b14418d5cc6cdf838ff96397fb381153d9ec2af4679873c9be49151fe0a305be1a74a8ffc75d894b699dba5d73d540838e51160b92
|
|
7
|
+
data.tar.gz: '0696cdd60e8b0810cb2c391f93dd367b2b8a764b3358c1e9a7cf189f4b78e501d27e867087c2d06003142b764113b9af60b205aaf2d95ebf083abfb497111e92'
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -1885,40 +1885,14 @@ module Aws::CloudFront
|
|
|
1885
1885
|
req.send_request(options)
|
|
1886
1886
|
end
|
|
1887
1887
|
|
|
1888
|
-
#
|
|
1889
|
-
#
|
|
1890
|
-
#
|
|
1891
|
-
#
|
|
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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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 `
|
|
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 `
|
|
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.
|
|
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-
|
|
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
|