aws-sdk-lightsail 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: 92857e9ed8a918dcbe84a32fa527fe2dd66c81b9
4
- data.tar.gz: 05f165ececced3e00e838a4593c2637bb29a89f4
3
+ metadata.gz: '0588f80385decbc419875724f9bf67879c54bca5'
4
+ data.tar.gz: 64cfcc0937f9f6f8ac2fa5ebc462219c894f9a4d
5
5
  SHA512:
6
- metadata.gz: 313b98c7d7967844df95ca914eede6cdf6c105745788c43ba66ee909b317a00538e7ffbc8164067a9a9ebe2a4aa99905b917ad3844da4597e7d902d01805031a
7
- data.tar.gz: 14f05b9ef8f70fe4697acaf48e901795d7a4416c82ac8540ed0834a0a0c5e73e84bca6e3514a23639d4ccbd10ac7bd650fd1c746623d60fb6b310c5c663737f6
6
+ metadata.gz: 3f65842c8e69d80c7ab57c9941d506ae36bcba526c2875d7e870f739a1496c092ad3d262f7f65a35128f2cbf479ea4982de620be1a3c877389aa09c1d4307e1e
7
+ data.tar.gz: 7ec6a60f71972a3967367e46d7dcbc05b6f29fb996f8b5732f175ccb6dc701ebe7e6d5574c8f15d34f2018162f72aaa1da7de486286260b8824c3d6e4d55385e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lightsail/customizations'
42
42
  # @service
43
43
  module Aws::Lightsail
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Lightsail
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
  #
@@ -5267,7 +5267,7 @@ module Aws::Lightsail
5267
5267
  params: params,
5268
5268
  config: config)
5269
5269
  context[:gem_name] = 'aws-sdk-lightsail'
5270
- context[:gem_version] = '1.8.0'
5270
+ context[:gem_version] = '1.9.0'
5271
5271
  Seahorse::Client::Request.new(handlers, context)
5272
5272
  end
5273
5273
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lightsail
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-10-16 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