aws-sdk-autoscaling 1.7.0 → 1.8.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: b185ddd07b1b46bb673801138d4bfb14fc4d7624
4
- data.tar.gz: c77d181c27f1216c6469ceb5d75eeffeb20cda16
3
+ metadata.gz: bde4c58bd5c8afd69da30da2bf1ff4df5c5ae688
4
+ data.tar.gz: 73f4e9d38326d7c20b75a885c4b68cb9db434ad2
5
5
  SHA512:
6
- metadata.gz: e68cfe0ea1ac18a23abc54b3d2a7eb0e6e40d8e569fbf036f592c003f0e886b7029190c33ca344920ae8571daafdcc8b7df79e9c041546ab74b7b6d2f9a1c4f0
7
- data.tar.gz: 96985de9e4fd67fff505fec92425d3c47e5cd43103b5a3f8dab2477f33b895e5ac54936bb592e065a5a6694df258daca191b9da0d774d133dcdd519aa3138ce1
6
+ metadata.gz: 8faf80bd95d57704675fc00d36d309feeff570e3f2fd6b54449ab553e5b4ba6edf6b1debb0a0544ee68f2664cd11e9773203c67f232a0556ab6a79e84e437b67
7
+ data.tar.gz: 1132dbb84f105b20f28c727783987e9ea168f188a001d53ee8d05d77d8d86e6fce86248aee92fddfff8af12493dd6f6e09e82ed208ab83923ae23db62cf532b6
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-autoscaling/customizations'
53
53
  # @service
54
54
  module Aws::AutoScaling
55
55
 
56
- GEM_VERSION = '1.7.0'
56
+ GEM_VERSION = '1.8.0'
57
57
 
58
58
  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::AutoScaling
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::AutoScaling
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.
@@ -4374,7 +4394,7 @@ module Aws::AutoScaling
4374
4394
  params: params,
4375
4395
  config: config)
4376
4396
  context[:gem_name] = 'aws-sdk-autoscaling'
4377
- context[:gem_version] = '1.7.0'
4397
+ context[:gem_version] = '1.8.0'
4378
4398
  Seahorse::Client::Request.new(handlers, context)
4379
4399
  end
4380
4400
 
@@ -972,10 +972,13 @@ module Aws::AutoScaling
972
972
  api.version = "2011-01-01"
973
973
 
974
974
  api.metadata = {
975
+ "apiVersion" => "2011-01-01",
975
976
  "endpointPrefix" => "autoscaling",
976
977
  "protocol" => "query",
977
978
  "serviceFullName" => "Auto Scaling",
979
+ "serviceId" => "Auto Scaling",
978
980
  "signatureVersion" => "v4",
981
+ "uid" => "autoscaling-2011-01-01",
979
982
  "xmlNamespace" => "http://autoscaling.amazonaws.com/doc/2011-01-01/",
980
983
  }
981
984
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-autoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-08-14 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