aws-sdk-apigateway 1.19.0 → 1.20.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: 1f248ec3182eb61d9585277830aebc2dc1859bc9
4
- data.tar.gz: 5f5b549f3cc87d95dac640ab0a6643e2c0030fc9
3
+ metadata.gz: 928576551e46e3626302336a06330c6c80d07760
4
+ data.tar.gz: b6af74d1aaa9725d9a4de76a74f05282ae233d98
5
5
  SHA512:
6
- metadata.gz: 682713a6803a6c9457152e62a3338b56f383e0d0835b33d34614c4135266ae1872d47272052a750948971f57fd07bd046d63bcbcf0ec6e41023744738b06c590
7
- data.tar.gz: c24e8108068213b7788736733f3a37ff19df978e47697d47e81e4b0abccaeecdd9b22e12b096c6c6145e89f3d112d3207488cd115e8f94d7bd64b00eb606d440
6
+ metadata.gz: 8260983f6f21d17aa011d2011b6936d3878cff3d458f8b9483ed2afc9f82c2de5bc6730125ea2e5d220f9aa41097901accf7865dd306d89d7c07c71cf1d42769
7
+ data.tar.gz: 38edd9b855ad5eb336bab35bd2a931ebafa95403cccb3d466010bf398b92e702cb2218ba0d0dd3d268d96395b4a335b1a29a3f2020ed87c9675f059e784485f9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-apigateway/customizations'
42
42
  # @service
43
43
  module Aws::APIGateway
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.0'
46
46
 
47
47
  end
@@ -98,19 +98,19 @@ module Aws::APIGateway
98
98
  #
99
99
  # @option options [String] :access_key_id
100
100
  #
101
- # @option options [] :client_side_monitoring (false)
101
+ # @option options [Boolean] :client_side_monitoring (false)
102
102
  # When `true`, client-side metrics will be collected for all API requests from
103
103
  # this client.
104
104
  #
105
- # @option options [] :client_side_monitoring_client_id ("")
105
+ # @option options [String] :client_side_monitoring_client_id ("")
106
106
  # Allows you to provide an identifier for this client which will be attached to
107
107
  # all generated client side metrics. Defaults to an empty string.
108
108
  #
109
- # @option options [] :client_side_monitoring_port (31000)
109
+ # @option options [Integer] :client_side_monitoring_port (31000)
110
110
  # Required for publishing client metrics. The port that the client side monitoring
111
111
  # agent is running on, where client metrics will be published via UDP.
112
112
  #
113
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
113
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
114
114
  # Allows you to provide a custom client-side monitoring publisher class. By default,
115
115
  # will use the Client Side Monitoring Agent Publisher.
116
116
  #
@@ -6660,7 +6660,7 @@ module Aws::APIGateway
6660
6660
  params: params,
6661
6661
  config: config)
6662
6662
  context[:gem_name] = 'aws-sdk-apigateway'
6663
- context[:gem_version] = '1.19.0'
6663
+ context[:gem_version] = '1.20.0'
6664
6664
  Seahorse::Client::Request.new(handlers, context)
6665
6665
  end
6666
6666
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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-10-17 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