aws-sdk-marketplaceentitlementservice 1.3.0 → 1.4.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: 07f2bb4da5ad9bd4f27ff96a2aa08695ae1b48db
4
- data.tar.gz: 167185975a0899ef8982650b4fa809be2b8953a9
3
+ metadata.gz: 9592c8b28f1131240048fcb7a8c406e218d5282d
4
+ data.tar.gz: a2727318db913874b919f0869df77d2210ff2975
5
5
  SHA512:
6
- metadata.gz: 449be17d60ddb9769f79c401e29da7fb49d638c774a9ae023a811045525aecdf8667810a292e9f8a43dffe427f40afa3c73e122d4930b48c887ab361daae15ab
7
- data.tar.gz: 0c36c00e6b9f6f3dc52fed5927efea9f5153e7224f86042a00421b92c1852de6325154a0e6ba5719ac7606debbd6e064021e6b89f4466bf486bc5e930b071c9d
6
+ metadata.gz: 10373325400edea7340ba01f7e320d22f8f667d2ce6bfbc6a084c20365a792ffe962fd3d618d00d9fc470b5d203617bd6ae20974b1e6d06783c4045232441923
7
+ data.tar.gz: 0ad03dcbe8524de9f577e76208833be0949e914ab9f67fb9cbf868af4ef40a9055375566a364099f2e76370ffe4143748c19fedadd844a21488b687820efdf16
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-marketplaceentitlementservice/customizations'
42
42
  # @service
43
43
  module Aws::MarketplaceEntitlementService
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MarketplaceEntitlementService
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
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)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :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
  #
@@ -261,7 +261,7 @@ module Aws::MarketplaceEntitlementService
261
261
  params: params,
262
262
  config: config)
263
263
  context[:gem_name] = 'aws-sdk-marketplaceentitlementservice'
264
- context[:gem_version] = '1.3.0'
264
+ context[:gem_version] = '1.4.0'
265
265
  Seahorse::Client::Request.new(handlers, context)
266
266
  end
267
267
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplaceentitlementservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core