aws-sdk-opsworkscm 1.7.0 → 1.8.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: 45779ef6a1d183bcf11333b95d906fb9d1dd21b9
4
- data.tar.gz: 0a1cbd46553124267bad4e187bd173bd5fa116a2
3
+ metadata.gz: 3ceb24ed60cf285959c5a6b86d173904727474b7
4
+ data.tar.gz: f7cb91950cf14bf3b3c663ed660fc76459b29f3d
5
5
  SHA512:
6
- metadata.gz: bfd6e523851b54de63ab514291e86b4474c0a17dc5122f4486f9b27f8499783f75e53469564fb595b0b738d0450abe39de49a613ff4afeb45491a3bfadd575ea
7
- data.tar.gz: e883694796a69729152681693c60fc1bfb4960282abac24618b91749b02a4b51e160d0de799fe8bd28247cb136adae54094cc940f8363bc5d99f5300c02664d3
6
+ metadata.gz: e005477bcd972b5d6793361541fec13d352b6399f5fd136ec759508fcaed1f6866d92a33ddbcaf59c6f983a04036f2f8af9d66fab90deadaea8db56b91cd617a
7
+ data.tar.gz: 70e51ef9aa580fa3242fa4ea81beab071085d6c9a1e3d94fea7a3c4f3ca5f5a27cb309b30eceb370879b2b0d63f238868762fb74552f2dd1affd57aade593d9a
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.7.0'
46
+ GEM_VERSION = '1.8.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::OpsWorksCM
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
  #
@@ -1350,7 +1350,7 @@ module Aws::OpsWorksCM
1350
1350
  params: params,
1351
1351
  config: config)
1352
1352
  context[:gem_name] = 'aws-sdk-opsworkscm'
1353
- context[:gem_version] = '1.7.0'
1353
+ context[:gem_version] = '1.8.0'
1354
1354
  Seahorse::Client::Request.new(handlers, context)
1355
1355
  end
1356
1356
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-26 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