aws-sdk-opsworks 1.6.0 → 1.7.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: dd20c071eefd460f6627a121e9df9eae93af2f45
4
- data.tar.gz: b3957701a3cc341b0990fe0789e161baaeba4fd5
3
+ metadata.gz: 3c0dcdba2310b8801add8544ff8d357c3e437afe
4
+ data.tar.gz: 98e8520ed2fd7598b2edbd0e5d17a6dd1ccf2478
5
5
  SHA512:
6
- metadata.gz: 6d15f1e6bb9075471ccfa922cd7019213a0e83e7a2d0eabead4c13041851df6f8b45f246de8c60e4748e39aadfeb67c0766d9db121e92541555913860e6f702d
7
- data.tar.gz: cd54930c7d8ca293287183da80d34095e9720d5a663432e9958e86a7b599a137cb9cf49e45ad4f9256e4b2bd3e0bf3914b68ad97000e481b8ddef3f88e946947
6
+ metadata.gz: 764d11f17735b11748166802c2f6fb0ca8561fa1fbfc3fdef413dd42de0b30a38434c0f6e992412a487a4a37ca8034e464e89f09865d7baa3e36a85c3c0974e4
7
+ data.tar.gz: 011e46f7cf3a4fed0d5f4b3d2f7e3b18fe59028d600645ad622d6349fee0fa40ec09e38bb5423fd57b83c39efee72e09c18ddafbac6315de8e897e19e2c1542e
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworks/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorks
48
48
 
49
- GEM_VERSION = '1.6.0'
49
+ GEM_VERSION = '1.7.0'
50
50
 
51
51
  end
@@ -96,19 +96,19 @@ module Aws::OpsWorks
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
  #
@@ -5472,7 +5472,7 @@ module Aws::OpsWorks
5472
5472
  params: params,
5473
5473
  config: config)
5474
5474
  context[:gem_name] = 'aws-sdk-opsworks'
5475
- context[:gem_version] = '1.6.0'
5475
+ context[:gem_version] = '1.7.0'
5476
5476
  Seahorse::Client::Request.new(handlers, context)
5477
5477
  end
5478
5478
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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-06 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