aws-sdk-iam 1.8.0 → 1.9.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: 0b7c1d5b74e382638d5fc597ebcc1be18b824c6d
4
- data.tar.gz: cd2cd8b7dcfbb6cf44a640e537997501a850bd36
3
+ metadata.gz: 9b10157ccef9885a9a10e75a1ffe607b6186bc58
4
+ data.tar.gz: 929e67df5ceb344c6f3ade7e92778e9da1d6b77f
5
5
  SHA512:
6
- metadata.gz: '09ad6e739311af9a4943e471c30f9b0b11985e31b53eab7eb5b88f62a9493300d6364ce9319a07cbb60a903e8af66bd48e1e9b7c21d4c5b0d1d420d41d9a47b1'
7
- data.tar.gz: 9d6a299d14cc5df1f0a2ae9e50022c0e0c2b579e33993eab6c3f5562abd78795c64eb5a709663c60e937de29dcfeb6331ac21abd25f528615f98eda3af6a2b05
6
+ metadata.gz: 2babb43a549f32f49a1814f13733aa2afef6b9e45750aeaf481f58e1d857478af5572c2426e0804a10a38df01e58a123bbf4b1479d4998a8df29f95b5d24907b
7
+ data.tar.gz: 8692b9eea402076862e3d5a0eed033935963ef6843731fd709c4dc636b0270e94a6316ecb67b23a6701ef9a38961bb289538571aab50288308ed8a116d01930e
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.8.0'
67
+ GEM_VERSION = '1.9.0'
68
68
 
69
69
  end
@@ -96,19 +96,19 @@ module Aws::IAM
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
  #
@@ -9672,7 +9672,7 @@ module Aws::IAM
9672
9672
  params: params,
9673
9673
  config: config)
9674
9674
  context[:gem_name] = 'aws-sdk-iam'
9675
- context[:gem_version] = '1.8.0'
9675
+ context[:gem_version] = '1.9.0'
9676
9676
  Seahorse::Client::Request.new(handlers, context)
9677
9677
  end
9678
9678
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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