aws-sdk-datapipeline 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: 58695fb4e8ccb412702806b620ad6aa4dd8a2341
4
- data.tar.gz: 2502cc8a51c4ec712eda3ad935cf91d4f2b58351
3
+ metadata.gz: 79f5d91653651de70263e36e97307a73a4516664
4
+ data.tar.gz: 034a5c888ee75d4f30fdccb36804dcf9420361d3
5
5
  SHA512:
6
- metadata.gz: 0b405b8fa75e476ed3566bea0b296ae5ef2bad7ebe1b4e21183e22b368d0c4ed4687ff63f7c5d5b3bf18a61a37135b0e14d81d5fce58b8851ba7f76c35e7f5b0
7
- data.tar.gz: 174159a6cd92432d0e8d2ad8ccd40d79dd972b244df74b4d6d8247e27ccb6a203c482594e84e60fd8971802e884cab038971d94bf79bc0e38cbe26fdeadbd53b
6
+ metadata.gz: 4052eaf11a482c4081a4b663f90df681da3e59e10a1906a36de735fa97ff50a2455a1e9edc9dec2209d0123e9bd81d99b249e6f06fefce32298b87cffb290ad1
7
+ data.tar.gz: eae6db06585c47f66852a96c722f423d86eb11ee4bec9481d3f02c1ee0240d17a2283ed57532fd684e4edbcbbe3e7cf6c56bb4d17e3ee8a0c07bcff3e8659edb
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-datapipeline/customizations'
42
42
  # @service
43
43
  module Aws::DataPipeline
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::DataPipeline
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
  #
@@ -1172,7 +1172,7 @@ module Aws::DataPipeline
1172
1172
  params: params,
1173
1173
  config: config)
1174
1174
  context[:gem_name] = 'aws-sdk-datapipeline'
1175
- context[:gem_version] = '1.3.0'
1175
+ context[:gem_version] = '1.4.0'
1176
1176
  Seahorse::Client::Request.new(handlers, context)
1177
1177
  end
1178
1178
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
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