aws-sdk-alexaforbusiness 1.7.0 → 1.8.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: 51250e962e829a08fec95b38f0c705bcf886ec7e
4
- data.tar.gz: 96ba4e0be3d747396cf24f0abf2d206b4508f4c8
3
+ metadata.gz: '049f16a591ca1251481e10125eb535fb5b674891'
4
+ data.tar.gz: f80a91c4af4a2cdf5a8e81302843987e4432e62f
5
5
  SHA512:
6
- metadata.gz: 9fce4847a81f18a7e856f771754a3e19e44521dbb8d5276ff607f249b3272e8ad746c0f8ed944fc19d1498bef4170fe105d674170837042d2c3be53c03bfdc32
7
- data.tar.gz: e0316f2aa89d7c891742ea4320125814d1f4fbfebe5e711e3d564b7dfc028a54464e04e506d75f18d1f9c001e681d36c097f7b48cda67c67bb6fb3e73b2a3b4c
6
+ metadata.gz: 34c47ce2eddf17a3fcadd7b193d75cc1377b7df259802f1163dba0226a455269958ebe0a34ae66d16ef9489cb4a08fd77a573b3bbd77c8c4143768c9955f8354
7
+ data.tar.gz: f7ff414fde0d65be7534590d4b2a6b337d409358088c97657b7342d1baa31467cd8dd72527354f3c1eb680b9ddee51c6286452d4bdde9989dd696a19efe157e4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
42
42
  # @service
43
43
  module Aws::AlexaForBusiness
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  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/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::AlexaForBusiness
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::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::AlexaForBusiness
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.
@@ -2132,7 +2152,7 @@ module Aws::AlexaForBusiness
2132
2152
  params: params,
2133
2153
  config: config)
2134
2154
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
2135
- context[:gem_version] = '1.7.0'
2155
+ context[:gem_version] = '1.8.0'
2136
2156
  Seahorse::Client::Request.new(handlers, context)
2137
2157
  end
2138
2158
 
@@ -767,12 +767,15 @@ module Aws::AlexaForBusiness
767
767
  api.version = "2017-11-09"
768
768
 
769
769
  api.metadata = {
770
+ "apiVersion" => "2017-11-09",
770
771
  "endpointPrefix" => "a4b",
771
772
  "jsonVersion" => "1.1",
772
773
  "protocol" => "json",
773
774
  "serviceFullName" => "Alexa For Business",
775
+ "serviceId" => "Alexa For Business",
774
776
  "signatureVersion" => "v4",
775
777
  "targetPrefix" => "AlexaForBusiness",
778
+ "uid" => "alexaforbusiness-2017-11-09",
776
779
  }
777
780
 
778
781
  api.add_operation(:associate_contact_with_address_book, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-alexaforbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-08-03 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