aws-sdk-resourcegroupstaggingapi 1.1.0 → 1.2.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: d3bde2b669a4ce46aa5bb4e01e33ed60412350b0
4
- data.tar.gz: dbca07421b226606a8190530eb1e279510075eeb
3
+ metadata.gz: 4c9433b70779b909d2b1cf8185f71bda118b9811
4
+ data.tar.gz: 64bece0ba4e9d7b51ddeaf786f1c367842210822
5
5
  SHA512:
6
- metadata.gz: 2c56d6a299caecbdbb83480054c597394612dd935590fa6e4ff3a503812a3881c9e03a667d651c4cbe3cfcc54d6d7b1694dd61fc5cf33e402aed1ff0b39646cc
7
- data.tar.gz: 804e44d521c2b07da683afc89a6983b621bd8223b74daa702b7ec1120c12eeaae8ab8c20164fb5eb8566daf170b15848b143ec588dbd09b0b946c48d092d1397
6
+ metadata.gz: f31ca0243859fd80bae8a4980fe06030be0b196233956bf7b61cfdb08a2b14a5c4a508b7da6c7b3ce7e6961fc8d320e18be65c6fe26a2ddc9b496af0de9fe2a4
7
+ data.tar.gz: 3304c9a3e6bbaa992bdc5e2777f87564fad23408941de1ae94cffdbf3c4f85b99c9d53aae518753670b0c6f9871b8b372484be9745b54a8012f4e6f7f1f9564d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroupsTaggingAPI
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.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/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::ResourceGroupsTaggingAPI
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::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::ResourceGroupsTaggingAPI
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.
@@ -496,7 +516,7 @@ module Aws::ResourceGroupsTaggingAPI
496
516
  params: params,
497
517
  config: config)
498
518
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
499
- context[:gem_version] = '1.1.0'
519
+ context[:gem_version] = '1.2.0'
500
520
  Seahorse::Client::Request.new(handlers, context)
501
521
  end
502
522
 
@@ -140,12 +140,14 @@ module Aws::ResourceGroupsTaggingAPI
140
140
  api.version = "2017-01-26"
141
141
 
142
142
  api.metadata = {
143
+ "apiVersion" => "2017-01-26",
143
144
  "endpointPrefix" => "tagging",
144
145
  "jsonVersion" => "1.1",
145
146
  "protocol" => "json",
146
147
  "serviceFullName" => "AWS Resource Groups Tagging API",
147
148
  "signatureVersion" => "v4",
148
149
  "targetPrefix" => "ResourceGroupsTaggingAPI_20170126",
150
+ "uid" => "resourcegroupstaggingapi-2017-01-26",
149
151
  }
150
152
 
151
153
  api.add_operation(:get_resources, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroupstaggingapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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