aws-sdk-elasticache 1.4.0 → 1.5.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: 32ad84a11c5ccb7f99ae84292d21d0c77547963a
4
- data.tar.gz: 32a482778db3ae798f9b14003e02e16ac6874031
3
+ metadata.gz: 48e4da77fa04cfd9af709d1252a44dcb7f51d5a8
4
+ data.tar.gz: 89bb28694411cfaa1ac8c6f0f8d212fbeeb685ee
5
5
  SHA512:
6
- metadata.gz: f03931f404c92abfba997be06b91f73090ce929189d07f0371f00c49e061ba58ea4323d1460f43d6834d3632873502da5711ddca5c51f98efc17ba159e6f0805
7
- data.tar.gz: cf51e353e33dffb549fe4c7735551b8f6e5c19a388043de348d1907b2e2cb73c46294b190812a911b3d268d8ab327158b0c67f64685f358909501356e4b43ca6
6
+ metadata.gz: 8291d14ac7bd2dbce69317824307cc6fb09ed67bdbb7cc53aee31d8232a2c9203aad31279869a6d52fed442993265584a0788547076030435774d459a0ebf9ed
7
+ data.tar.gz: e7abd20d40ad3d07281922d9ea9c58eb4f2d82d4e4d4916b4ee140e711938bea6bff6ab368e94b47c2081eb3c567ee3cab8bad2725986a98a803e95e337028b4
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-elasticache/customizations'
43
43
  # @service
44
44
  module Aws::ElastiCache
45
45
 
46
- GEM_VERSION = '1.4.0'
46
+ GEM_VERSION = '1.5.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::ElastiCache
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::ElastiCache
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.
@@ -7275,7 +7295,7 @@ module Aws::ElastiCache
7275
7295
  params: params,
7276
7296
  config: config)
7277
7297
  context[:gem_name] = 'aws-sdk-elasticache'
7278
- context[:gem_version] = '1.4.0'
7298
+ context[:gem_version] = '1.5.0'
7279
7299
  Seahorse::Client::Request.new(handlers, context)
7280
7300
  end
7281
7301
 
@@ -953,10 +953,12 @@ module Aws::ElastiCache
953
953
  api.version = "2015-02-02"
954
954
 
955
955
  api.metadata = {
956
+ "apiVersion" => "2015-02-02",
956
957
  "endpointPrefix" => "elasticache",
957
958
  "protocol" => "query",
958
959
  "serviceFullName" => "Amazon ElastiCache",
959
960
  "signatureVersion" => "v4",
961
+ "uid" => "elasticache-2015-02-02",
960
962
  "xmlNamespace" => "http://elasticache.amazonaws.com/doc/2015-02-02/",
961
963
  }
962
964
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-06-26 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