aws-sdk-opsworks 1.16.0 → 1.17.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: 5b8098ecf24e06fc0ded72a79d4e1bf21228b44b
4
- data.tar.gz: d6327ae6a1477c33edb8f9e51ef630a9bd98d0b2
3
+ metadata.gz: 03cdb24996fffcf27821328ab28387d2f1c48517
4
+ data.tar.gz: 0dd9761bf1e4c17b47d1f32e8e13023754c2309b
5
5
  SHA512:
6
- metadata.gz: 64d3948d9fdec30f27cb170ac88cac63ec5576701488fd94569388a53c7b16d59434861471fd1f0ffdeb60f605e4eae7256aa6ef4812febdfa053bf050980710
7
- data.tar.gz: 0cc38a1ca4d9470486fd3da8c9e38c8c7dee65ab5acd3a342d134d79555b5f4a6f01d60af56ac908a3a83e2247f7478666367a59ea4343aeffc27e152c7bb439
6
+ metadata.gz: 815f7db9bc689edf38f438436f2e1b441ae612f00ff9c32076f21a37d64466fae4b2de875c2eb77bd9492449f90601094a2c3352612c4d078ff31cd220b3d9cd
7
+ data.tar.gz: ea65043dab43ace2453edd9b9aa06650fa52341da928e85d33990f612e5ef51611ace0340bcc23f6ec61db67701ca0d1a2bb52f221c630639b3198dd6da3c2d8
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworks/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorks
48
48
 
49
- GEM_VERSION = '1.16.0'
49
+ GEM_VERSION = '1.17.0'
50
50
 
51
51
  end
@@ -116,6 +116,10 @@ module Aws::OpsWorks
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -5546,7 +5550,7 @@ module Aws::OpsWorks
5546
5550
  params: params,
5547
5551
  config: config)
5548
5552
  context[:gem_name] = 'aws-sdk-opsworks'
5549
- context[:gem_version] = '1.16.0'
5553
+ context[:gem_version] = '1.17.0'
5550
5554
  Seahorse::Client::Request.new(handlers, context)
5551
5555
  end
5552
5556
 
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.16.0
4
+ version: 1.17.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement