aws-sdk-serverlessapplicationrepository 1.6.0 → 1.7.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: f9963a53131e415bce8f44790171959474e72fb6
4
- data.tar.gz: 374cd71deb394fc9859253031dc9cf6bae25d2ed
3
+ metadata.gz: 7c10ade1dce9ff2c06ad4b4626f36a6597beeff9
4
+ data.tar.gz: 5a44fed4ecf19970359d3680398f3e8a4807ccca
5
5
  SHA512:
6
- metadata.gz: 135235882a13df45bc9dfea0bd5190e5a13ea37474b803a1e7798eefd845ff6c9d312cfe2793a8952ec341cbfa22d84998cbc3f0d62007edf6c5e4239c0f1aed
7
- data.tar.gz: 8e9379608a48515c3b18b9ac3d9fc8e61f357da811f557bf3937bd0e696d3b91b48efd444230a98a8df7820d4a664b02667491fb9b4c61bfd56b19d8ab196dea
6
+ metadata.gz: c646e992de27ea4c251a355ae4b5c87dae1586ba4130b2a6aaa93c52f56ded41e6e273cd7e9cbb8588adec888895f9d72de6a76acd572d207e8782498591738e
7
+ data.tar.gz: 6d36006414b5e17dae9db3dd7c9b095c710c8332dd471c51e24e2934d1d1e1826e3faee3cd7effe03de19c58fee61e272c911a241011a6a10cd9b810dc3162e0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-serverlessapplicationrepository/customizations'
42
42
  # @service
43
43
  module Aws::ServerlessApplicationRepository
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::ServerlessApplicationRepository
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
  #
@@ -745,7 +745,7 @@ module Aws::ServerlessApplicationRepository
745
745
  params: params,
746
746
  config: config)
747
747
  context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
748
- context[:gem_version] = '1.6.0'
748
+ context[:gem_version] = '1.7.0'
749
749
  Seahorse::Client::Request.new(handlers, context)
750
750
  end
751
751
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-serverlessapplicationrepository
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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