aws-sdk-elasticloadbalancingv2 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13ec0142b8dec14b60b9bf5a62b21cd41caaafa7
4
- data.tar.gz: d22a27423801d43e143990168c71eef8db05a705
3
+ metadata.gz: 45e67c31b9362d09b504f29f88039ea18183433b
4
+ data.tar.gz: e1e6570bf02ea551b5a1fd4215120c66e6bf6241
5
5
  SHA512:
6
- metadata.gz: 326136598fdadcd05a409090cf094c96e3a35f95eb076ca03dc9528153eb943fd527c8ff7d5de8c810f8cb3d2d822f97df0db9f5d04693c0c9190f118bea0e06
7
- data.tar.gz: e0e418fb6a025fa54cc183a64426ecca7727c2285cea5eadb687c94a83ea5ccd462239a46bd59e2cb49524a1744a6f071e93b083c525db7e7d7e7e23cc79808e
6
+ metadata.gz: 737a58c74622b097812f69f44ebbc3ca2f9a8929fce7d06711591a0baffdb7f34ff65a7de88f7cf4de7306b13710cd048548002e0cbbbfcfaa66e134f2576b5e
7
+ data.tar.gz: fb4ed03346824c4a3d080e354b027eda7cf34470922522ebcd4c0bb827756f24d71a07b8a76a2b894038033ae99624ea0ad65a54f679bd9719409aebffe8d8d0
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
43
43
  # @service
44
44
  module Aws::ElasticLoadBalancingV2
45
45
 
46
- GEM_VERSION = '1.12.0'
46
+ GEM_VERSION = '1.13.0'
47
47
 
48
48
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/query.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::ElasticLoadBalancingV2
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::Query)
52
56
 
@@ -92,6 +96,22 @@ module Aws::ElasticLoadBalancingV2
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -3733,7 +3753,7 @@ module Aws::ElasticLoadBalancingV2
3733
3753
  params: params,
3734
3754
  config: config)
3735
3755
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
3736
- context[:gem_version] = '1.12.0'
3756
+ context[:gem_version] = '1.13.0'
3737
3757
  Seahorse::Client::Request.new(handlers, context)
3738
3758
  end
3739
3759
 
@@ -786,10 +786,14 @@ module Aws::ElasticLoadBalancingV2
786
786
  api.version = "2015-12-01"
787
787
 
788
788
  api.metadata = {
789
+ "apiVersion" => "2015-12-01",
789
790
  "endpointPrefix" => "elasticloadbalancing",
790
791
  "protocol" => "query",
792
+ "serviceAbbreviation" => "Elastic Load Balancing v2",
791
793
  "serviceFullName" => "Elastic Load Balancing",
794
+ "serviceId" => "Elastic Load Balancing v2",
792
795
  "signatureVersion" => "v4",
796
+ "uid" => "elasticloadbalancingv2-2015-12-01",
793
797
  "xmlNamespace" => "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
794
798
  }
795
799
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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-07-25 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core