aws-sdk-cloudfront 1.30.1 → 1.31.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 +3 -1
- data/lib/aws-sdk-cloudfront/client.rb +3 -1
- data/lib/aws-sdk-cloudfront/client_api.rb +2 -0
- data/lib/aws-sdk-cloudfront/errors.rb +2 -0
- data/lib/aws-sdk-cloudfront/resource.rb +2 -0
- data/lib/aws-sdk-cloudfront/types.rb +12 -4
- data/lib/aws-sdk-cloudfront/waiters.rb +2 -0
- 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: 0d5bfcbb5014d84e4fe6f24c55703688ffdecc558df6ac1105435330a8a70831
|
|
4
|
+
data.tar.gz: 4fc1509ee9ca9328e71c16aef5fdbf27dd9e987e52d70195cead27bcd4b1e987
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be37e4a45cd64f2e0103310d9a999fc23532aa568f9d7252afcc6afe346ec76bd1848068087d2e67dddf4484b22389c3a9d0bb2534fa3d8fb9f83e26417a8815
|
|
7
|
+
data.tar.gz: 20ed8e1b4f7b920a4b9d1bdf5097366510185cb784cfce89ca9ea0d892003c969cfb65a38ea9fdd45eabfb3c4d18a00c65f63ab18af0f80d273593e8c2d473ca
|
data/lib/aws-sdk-cloudfront.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::CloudFront
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.31.0'
|
|
50
52
|
|
|
51
53
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -4180,7 +4182,7 @@ module Aws::CloudFront
|
|
|
4180
4182
|
params: params,
|
|
4181
4183
|
config: config)
|
|
4182
4184
|
context[:gem_name] = 'aws-sdk-cloudfront'
|
|
4183
|
-
context[:gem_version] = '1.
|
|
4185
|
+
context[:gem_version] = '1.31.0'
|
|
4184
4186
|
Seahorse::Client::Request.new(handlers, context)
|
|
4185
4187
|
end
|
|
4186
4188
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -6234,8 +6236,8 @@ module Aws::CloudFront
|
|
|
6234
6236
|
# A unique identifier for the origin. This value must be unique within
|
|
6235
6237
|
# the distribution.
|
|
6236
6238
|
#
|
|
6237
|
-
# Use this value to specify the `TargetOriginId` in a CacheBehavior
|
|
6238
|
-
# DefaultCacheBehavior
|
|
6239
|
+
# Use this value to specify the `TargetOriginId` in a `CacheBehavior`
|
|
6240
|
+
# or `DefaultCacheBehavior`.
|
|
6239
6241
|
# @return [String]
|
|
6240
6242
|
#
|
|
6241
6243
|
# @!attribute [rw] domain_name
|
|
@@ -6294,12 +6296,18 @@ module Aws::CloudFront
|
|
|
6294
6296
|
# origin. The minimum number is 1, the maximum is 3, and the default
|
|
6295
6297
|
# (if you don’t specify otherwise) is 3.
|
|
6296
6298
|
#
|
|
6297
|
-
# For
|
|
6299
|
+
# For a custom origin (including an Amazon S3 bucket that’s configured
|
|
6300
|
+
# with static website hosting), this value also specifies the number
|
|
6301
|
+
# of times that CloudFront attempts to get a response from the origin,
|
|
6302
|
+
# in the case of an [Origin Response Timeout][1].
|
|
6303
|
+
#
|
|
6304
|
+
# For more information, see [Origin Connection Attempts][2] in the
|
|
6298
6305
|
# *Amazon CloudFront Developer Guide*.
|
|
6299
6306
|
#
|
|
6300
6307
|
#
|
|
6301
6308
|
#
|
|
6302
|
-
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#
|
|
6309
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout
|
|
6310
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#origin-connection-attempts
|
|
6303
6311
|
# @return [Integer]
|
|
6304
6312
|
#
|
|
6305
6313
|
# @!attribute [rw] connection_timeout
|
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.31.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-06-
|
|
11
|
+
date: 2020-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|