aws-sdk-iam 1.6.0 → 1.7.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: cc0636365ed9720bb55841bdabe7079105981216
4
- data.tar.gz: f75122d9c7c20d98ed4ffef0b298306cae8ccf3c
3
+ metadata.gz: 76916abaaf7bfcacf30bcbab12f5eb64b13663ef
4
+ data.tar.gz: 71d09521e8ae0ba5bdf2193d6b47e698d4bf643b
5
5
  SHA512:
6
- metadata.gz: 077ed12034396909e988a067361df5444005ad2aa82613eb49b8ff9d2c0e02f01a5773040f20cc6352065701f9fecd41a72d4ff911168f19fcc9f965785d8fdc
7
- data.tar.gz: 0b4d64eed6abd187a39fe25ccad1ea6f74662bc7673b811cdad679e5adc4aacfd796a8eae51e021edce04a95f19795fd975508c0e98a80131b5d034fe35984dd
6
+ metadata.gz: cd6da8028486ee044849c9a403c51ea6e9a05066b597c4fb6ce46c61f288544e4fc472099a197240b1031b9283f9a2c43a63b4dbf318f67ba3204aaa1d4710ab
7
+ data.tar.gz: 305c403074d101438f192dc10ed9b6bf1d4da3d8099a1219da638d4912632988acb872a79e9ab39e2c519f3dd7b7c3560d2f4b179426048006eed2344e2ad9dc
@@ -64,6 +64,6 @@ require_relative 'aws-sdk-iam/customizations'
64
64
  # @service
65
65
  module Aws::IAM
66
66
 
67
- GEM_VERSION = '1.6.0'
67
+ GEM_VERSION = '1.7.0'
68
68
 
69
69
  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/query.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::IAM
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::Query)
52
56
 
@@ -92,6 +96,22 @@ module Aws::IAM
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.
@@ -9652,7 +9672,7 @@ module Aws::IAM
9652
9672
  params: params,
9653
9673
  config: config)
9654
9674
  context[:gem_name] = 'aws-sdk-iam'
9655
- context[:gem_version] = '1.6.0'
9675
+ context[:gem_version] = '1.7.0'
9656
9676
  Seahorse::Client::Request.new(handlers, context)
9657
9677
  end
9658
9678
 
@@ -1607,10 +1607,15 @@ module Aws::IAM
1607
1607
  api.version = "2010-05-08"
1608
1608
 
1609
1609
  api.metadata = {
1610
+ "apiVersion" => "2010-05-08",
1610
1611
  "endpointPrefix" => "iam",
1612
+ "globalEndpoint" => "iam.amazonaws.com",
1611
1613
  "protocol" => "query",
1614
+ "serviceAbbreviation" => "IAM",
1612
1615
  "serviceFullName" => "AWS Identity and Access Management",
1616
+ "serviceId" => "IAM",
1613
1617
  "signatureVersion" => "v4",
1618
+ "uid" => "iam-2010-05-08",
1614
1619
  "xmlNamespace" => "https://iam.amazonaws.com/doc/2010-05-08/",
1615
1620
  }
1616
1621
 
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.6.0
4
+ version: 1.7.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-07-12 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