aws-sdk-core 3.26.0 → 3.27.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: 240dcbe7991695e3ab43cff4e324c7b3e9c3019e
4
- data.tar.gz: e961adb158d2db9e5da20424029e39e16d171456
3
+ metadata.gz: b0e3ca2b8782a5dd684d429dad4f5c31c27120c6
4
+ data.tar.gz: 75e5ddc5e74f7a2b111ff3159b28293f95565a00
5
5
  SHA512:
6
- metadata.gz: '09e1eb6311517fb8dec01acb21beafcdeb4d46bfbdcfb21e4e1654e40ea2b8cfcc93e65a3870b2b2a10bbdc333c1ba9e03b8072ccdd25e7c9070fb2a7a759092'
7
- data.tar.gz: cf0cba175b8b4dc5d5053048026ff1c606077021ea0dcdb2df3404ca888aa5b2d3e0c5185caa6c1311fd03bb0515e13717f2b03ab6c2efe10ecdb2020afeb93f
6
+ metadata.gz: 5b30e8ac8033be4021986586add663be296dd667c70261b38f028acc48439d32e92054cd69f5fa5154144cad1e35c2cc399fdead860f937ee5c84d919ddb8b0d
7
+ data.tar.gz: 7b46068f1a7dcd9158ae016288488a4c52077ec988c0285c5bef61934fe76ef9a27e5d68264c68ae21bb66f5c964df22ba902d118aa05f1f3c8cf5d90c0f80a1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.26.0
1
+ 3.27.0
@@ -23,11 +23,13 @@ agent is running on, where client metrics will be published via UDP.
23
23
  end
24
24
 
25
25
  option(:client_side_monitoring_publisher,
26
- default: ClientSideMonitoring::Publisher.new,
27
- docstring: <<-DOCS)
26
+ default: ClientSideMonitoring::Publisher,
27
+ docstring: <<-DOCS) do |cfg|
28
28
  Allows you to provide a custom client-side monitoring publisher class. By default,
29
29
  will use the Client Side Monitoring Agent Publisher.
30
30
  DOCS
31
+ resolve_publisher(cfg)
32
+ end
31
33
 
32
34
  option(:client_side_monitoring_client_id,
33
35
  default: "",
@@ -47,6 +49,10 @@ all generated client side metrics. Defaults to an empty string.
47
49
  end
48
50
 
49
51
  private
52
+ def self.resolve_publisher(cfg)
53
+ ClientSideMonitoring::Publisher.new
54
+ end
55
+
50
56
  def self.resolve_client_side_monitoring_port(cfg)
51
57
  env_source = ENV["AWS_CSM_PORT"]
52
58
  env_source = nil if env_source == ""
@@ -40,6 +40,6 @@ require_relative 'aws-sdk-sts/customizations'
40
40
  # @service
41
41
  module Aws::STS
42
42
 
43
- GEM_VERSION = '3.26.0'
43
+ GEM_VERSION = '3.27.0'
44
44
 
45
45
  end
@@ -108,7 +108,7 @@ module Aws::STS
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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
111
+ # @option options [] :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
  #
@@ -1506,7 +1506,7 @@ module Aws::STS
1506
1506
  params: params,
1507
1507
  config: config)
1508
1508
  context[:gem_name] = 'aws-sdk-core'
1509
- context[:gem_version] = '3.26.0'
1509
+ context[:gem_version] = '3.27.0'
1510
1510
  Seahorse::Client::Request.new(handlers, context)
1511
1511
  end
1512
1512
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.26.0
4
+ version: 3.27.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-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath