aws-sdk-cloudfront 1.8.0 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1e426203d5d4ce6ffcc250a81c514cc6bc91ce6c
4
- data.tar.gz: 9827edc6406e838e2579e7e3b2c551e4b78f3c1a
3
+ metadata.gz: 10995deefe98c01cf20af4cfdb7cc3580a411dbd
4
+ data.tar.gz: 6e7b5a06408de32f6b08f9c9422b3308b83a45fd
5
5
  SHA512:
6
- metadata.gz: 91a5fce867929b8d91540f500c474e85f495c053c272b3244cf77cacd97094f08d8240ce1e187dd65eb98abb4787fc0796522594646383fa8d761aa9eeda1645
7
- data.tar.gz: f91e2c77dda0bacbf8eaeaaa3b3e4862659a670237f4f932e792688e079472181cc756e206be708fc3f6558180566af983cb0ac25b49d92a4ef97296b8d4d47b
6
+ metadata.gz: 58e720ae20027ca179da583d10aa3e6e7808fe02636000f169c66da6f088f6499a3d006a745937a7dfab21e4e976a25ace9b2b88fa8559f20960f5422d30834c
7
+ data.tar.gz: 2f7af185412e5b39a1a893747c3f2cd58fe2efd087ca4caf37b7f6148a95b22189b45f0df49b64f7e80d132527d9056c4cfb9763cf16246fd7b3ef66dbd6ad82
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-cloudfront/customizations'
43
43
  # @service
44
44
  module Aws::CloudFront
45
45
 
46
- GEM_VERSION = '1.8.0'
46
+ GEM_VERSION = '1.9.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::CloudFront
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -3855,7 +3855,7 @@ module Aws::CloudFront
3855
3855
  params: params,
3856
3856
  config: config)
3857
3857
  context[:gem_name] = 'aws-sdk-cloudfront'
3858
- context[:gem_version] = '1.8.0'
3858
+ context[:gem_version] = '1.9.0'
3859
3859
  Seahorse::Client::Request.new(handlers, context)
3860
3860
  end
3861
3861
 
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.8.0
4
+ version: 1.9.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: 2018-09-25 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core