aws-sdk-batch 1.5.0 → 1.6.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: 4cacb10d1f6f286dfc29355fe0ecfa412d8e3006
4
- data.tar.gz: 72ae77a598581a806ce65a63af1f9bcb2ef827f3
3
+ metadata.gz: df715c49891f0f5a16d7843aa568bbdbb4df8c15
4
+ data.tar.gz: f7f24b6c9e46a6d7c4db41393f8645daf3847935
5
5
  SHA512:
6
- metadata.gz: b0bb5c9d8d7ac1cc4f444404c48f2fdbc4d1f45cdf1b56d7bdfea2b0ab952e8693c2a3ab1ab9f7c792075756f61e702a20127cd1525277f4e4d6fe2e885c7312
7
- data.tar.gz: 1ffc155b2ebcf52a5ce4592e5a0d2999681cdc1fe624ba21c8372132c7bc4049874ddc31c4c2fbc10a34a5527e9b893ce0ecd3f8513d87a078a4ba68e079185b
6
+ metadata.gz: bf15d247e9b32008bfef707e2d361790d9891a388dd7d1644472893f37db0d4de82ec446192660110119037aaa55274ab6be93cd5a2ef5b6f5522a0d3c3f4e8d
7
+ data.tar.gz: d6a1bc3e9d98324ece096cb97ae6ac9f1d3ae0682c90e49702a7e972a09a5fb68ad0dc03af794a29c0785e0ff1e0260ba632628d37a1029c29d9b4c8df10ba7a
data/lib/aws-sdk-batch.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-batch/customizations'
42
42
  # @service
43
43
  module Aws::Batch
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.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::Batch
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::Batch
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.
@@ -1748,7 +1768,7 @@ module Aws::Batch
1748
1768
  params: params,
1749
1769
  config: config)
1750
1770
  context[:gem_name] = 'aws-sdk-batch'
1751
- context[:gem_version] = '1.5.0'
1771
+ context[:gem_version] = '1.6.0'
1752
1772
  Seahorse::Client::Request.new(handlers, context)
1753
1773
  end
1754
1774
 
@@ -467,11 +467,15 @@ module Aws::Batch
467
467
  api.version = "2016-08-10"
468
468
 
469
469
  api.metadata = {
470
+ "apiVersion" => "2016-08-10",
470
471
  "endpointPrefix" => "batch",
471
472
  "jsonVersion" => "1.1",
472
473
  "protocol" => "rest-json",
474
+ "serviceAbbreviation" => "AWS Batch",
473
475
  "serviceFullName" => "AWS Batch",
476
+ "serviceId" => "Batch",
474
477
  "signatureVersion" => "v4",
478
+ "uid" => "batch-2016-08-10",
475
479
  }
476
480
 
477
481
  api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
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.5.0
4
+ version: 1.6.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