aws-sdk-cloud9 1.2.0 → 1.3.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: 201359c5febfdbc263484f0852f0ae2682257313
4
- data.tar.gz: bd2b2f64fd72c2cc30ae86d7baedb8ffc86d4b49
3
+ metadata.gz: c0207241dd4817d534469b6ef0fabae81887b268
4
+ data.tar.gz: aeb10cffa6f261716ee7aac5115a3d46a626e5cc
5
5
  SHA512:
6
- metadata.gz: 4ee4100e7f702c0c44fec0ce7727a10c6e06ec6381a4f89661f3a014dc2020c49b9d9de59ad993e9b388132ce3ad274745ffc967902d24b128ff12e2a77ad282
7
- data.tar.gz: 0ecb50ab87df2f2290b65f4265979a0464feabb7f61f5f7831e6fd406b049adc0a0bb641c0b4dacb934c577ab94885d515d9f6e028f70eb63d155c9845950693
6
+ metadata.gz: 625ff75b39b8b5d7a3e79d9394de3e05ad67dfc0846fb379e770de201662cff9c2cbe7a1a641848e26a875edfe01f9a413c07bed789efcbbd066f23602815d43
7
+ data.tar.gz: bb04c3f8ffc71adf303a01a8d63d6282eae8ae10a201bb2e44af7aecca8fc87cbde13ffe3df3d2a2717d1421f5d83be46c4891ab281c8c683b448acbc486050a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloud9/customizations'
42
42
  # @service
43
43
  module Aws::Cloud9
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.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::Cloud9
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::Cloud9
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.
@@ -829,7 +849,7 @@ module Aws::Cloud9
829
849
  params: params,
830
850
  config: config)
831
851
  context[:gem_name] = 'aws-sdk-cloud9'
832
- context[:gem_version] = '1.2.0'
852
+ context[:gem_version] = '1.3.0'
833
853
  Seahorse::Client::Request.new(handlers, context)
834
854
  end
835
855
 
@@ -171,12 +171,14 @@ module Aws::Cloud9
171
171
  api.version = "2017-09-23"
172
172
 
173
173
  api.metadata = {
174
+ "apiVersion" => "2017-09-23",
174
175
  "endpointPrefix" => "cloud9",
175
176
  "jsonVersion" => "1.1",
176
177
  "protocol" => "json",
177
178
  "serviceFullName" => "AWS Cloud9",
178
179
  "signatureVersion" => "v4",
179
180
  "targetPrefix" => "AWSCloud9WorkspaceManagementService",
181
+ "uid" => "cloud9-2017-09-23",
180
182
  }
181
183
 
182
184
  api.add_operation(:create_environment_ec2, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloud9
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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