aws-sdk-mediastoredata 1.2.0 → 1.3.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: 31e556181b8f6aba7f45cf16b3bca9d32433732b
4
- data.tar.gz: 6aa1cb9e5940c2d013c64f8e7026ff3596b9fe96
3
+ metadata.gz: a20d65c7405e4772715bb304b05387a3efe3c16b
4
+ data.tar.gz: 3932f98d5eeedf2116d3da234ea5ae4ff2d1e74b
5
5
  SHA512:
6
- metadata.gz: bc3379c76a88507edea45f1bb8ec84243c42ec6b889eaf92c43eee6f8afa63cd8f20bfbaa49d1ff20dc74f3f9c9c27253c9247824112995cd66331174cbc1f42
7
- data.tar.gz: 746f0a939c40c20c36ff8ef7bcabd353a54315dcc4776275f40a802f0966f847ba60e59818ad341931cc5c78a9eb301646588e086bc0bba286998abb498cb8e4
6
+ metadata.gz: 14c0ce4c7c87dbe46b97e67d46706f7ddea2fa6ade2d610e730cc03edf9925416c89392eaf85c16914806e1568d44cf81c802369aa6fa939a04a33da4311a74d
7
+ data.tar.gz: 5b698fff1550f729ed38dcb0fa5836adca92352957dea7848a4236dbea00b4225a0e2bdd79fb2d245dff8fc30e43a5c00b2f5d0f1a39b84cc4c6e0cdac311300
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediastoredata/customizations'
42
42
  # @service
43
43
  module Aws::MediaStoreData
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.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/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::MediaStoreData
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::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::MediaStoreData
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.
@@ -448,7 +468,7 @@ module Aws::MediaStoreData
448
468
  params: params,
449
469
  config: config)
450
470
  context[:gem_name] = 'aws-sdk-mediastoredata'
451
- context[:gem_version] = '1.2.0'
471
+ context[:gem_version] = '1.3.0'
452
472
  Seahorse::Client::Request.new(handlers, context)
453
473
  end
454
474
 
@@ -117,11 +117,15 @@ module Aws::MediaStoreData
117
117
  api.version = "2017-09-01"
118
118
 
119
119
  api.metadata = {
120
+ "apiVersion" => "2017-09-01",
120
121
  "endpointPrefix" => "data.mediastore",
121
122
  "protocol" => "rest-json",
123
+ "serviceAbbreviation" => "MediaStore Data",
122
124
  "serviceFullName" => "AWS Elemental MediaStore Data Plane",
125
+ "serviceId" => "MediaStore Data",
123
126
  "signatureVersion" => "v4",
124
127
  "signingName" => "mediastore",
128
+ "uid" => "mediastore-data-2017-09-01",
125
129
  }
126
130
 
127
131
  api.add_operation(:delete_object, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastoredata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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