aws-sdk-batch 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: 7729db9acc5ade9042237d7647df050f4d953b28
4
- data.tar.gz: 54eda731ede028cf9bfe16a1fde11494c9de7e53
3
+ metadata.gz: bedd61e70d39c89187e15fa0f906f5354c959fcf
4
+ data.tar.gz: 835d55c2b1a78c078a13dae171fa25f44d75051d
5
5
  SHA512:
6
- metadata.gz: ba89b2ea234da4ab8500d90ed2b632b283c35d9cb139b8df9aea42f9efcb76f5116308bf79716308b6e5e9a98a735f3d6d217194f22643a28889467f19931c3a
7
- data.tar.gz: 92d32784e63fbd2cd916df8a733f79905c3800b61b315e35ac36dbc369cd7304f083642ab8bacf81f056ec01b31652b6def09ab6ab175f0821c2956a636c727f
6
+ metadata.gz: 5557714b2b386818f4db57ca0cfb1a59fe7a8492f1fef5a80eb387577e13232e954fa8ce0d83b9110b5bc4909f1ab465fbd21cc75ddb281d2724f41adb3e2e7a
7
+ data.tar.gz: ed9a75d42abc0538c7a0f577e9935ca6876effe9da21b50d17066ef559c9382510a3e58648fdcdb82ad267ad754fba1b1cf8dcdeec3be7d1619c445cf6d6984b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-batch/customizations'
42
42
  # @service
43
43
  module Aws::Batch
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Batch
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
  #
@@ -1768,7 +1768,7 @@ module Aws::Batch
1768
1768
  params: params,
1769
1769
  config: config)
1770
1770
  context[:gem_name] = 'aws-sdk-batch'
1771
- context[:gem_version] = '1.7.0'
1771
+ context[:gem_version] = '1.8.0'
1772
1772
  Seahorse::Client::Request.new(handlers, context)
1773
1773
  end
1774
1774
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-batch
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-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