aws-sdk-ecs 1.20.0 → 1.21.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: a25da0c9d07dabdab7db171b1208443cdd4578ef
4
- data.tar.gz: 17ad67d415874a8bd67f92dd2925b370ea0afbfa
3
+ metadata.gz: 97753a5b2160c0931c3691be2fe8a7ed080db03b
4
+ data.tar.gz: 4ae7381279e7891db4a9802467b0af084a2c20bf
5
5
  SHA512:
6
- metadata.gz: 2bcf6ee4c99e13e2e9d35182064c29bf4979ac49d796163868bfd905ba3dd880d1c189b7cb8f826a42004e15c67c720a456752253c5e3d8163500ac4d84ec005
7
- data.tar.gz: 3a70144f5d7dc948aaa74a35c5b8b94dd27feec24b86847170aadd85c66bfa3032c30bcc5d3e76df758ba491e81df077be7bb2c098ea1f885d0b9a5e417644a2
6
+ metadata.gz: 7a5d40258e1695db80ae794d484ca7b36147457ac943c801d5464a49b1602e8fcf4e2501026d9f37626955487e81ddc0c5e1616f701928cc05c05084c998169a
7
+ data.tar.gz: b23e1026e4706635026d393e41bc05c283c5200e37a7ffe23dd0f8e86f173edbad29d79badcfc2a752fdd7f435a03992f25e5991a0e7a13f8348c5b59908b3a3
data/lib/aws-sdk-ecs.rb CHANGED
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ecs/customizations'
43
43
  # @service
44
44
  module Aws::ECS
45
45
 
46
- GEM_VERSION = '1.20.0'
46
+ GEM_VERSION = '1.21.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::ECS
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
  #
@@ -4728,7 +4728,7 @@ module Aws::ECS
4728
4728
  params: params,
4729
4729
  config: config)
4730
4730
  context[:gem_name] = 'aws-sdk-ecs'
4731
- context[:gem_version] = '1.20.0'
4731
+ context[:gem_version] = '1.21.0'
4732
4732
  Seahorse::Client::Request.new(handlers, context)
4733
4733
  end
4734
4734
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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-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