aws-sdk-ssm 1.23.0 → 1.24.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: 075b9a4198a359b34dbc4fdd447021b4b9124992
4
- data.tar.gz: cb1668daeb5a21828a632fb03a9623a316b654c4
3
+ metadata.gz: f61a32df0ffb080e7f8967f225cc50eb64880c53
4
+ data.tar.gz: 51f72278ff53c73268372f4856177fa03359a026
5
5
  SHA512:
6
- metadata.gz: b79229e05658be31042060c27aa764af432ab808027a5eea8f6a26e4730289d881f4a610e0d94a9a522a50cd5535ebbd15af4c4336f461d89ded87edfd0247ef
7
- data.tar.gz: f2dfbffaa693a2e21f24a67f56b527181c0c37ffce73479ee0aa268c01cfd1168aa2282da27c9b4eb64db32984c56ef99e3be4df3ccd198d02d1b3f579484ee2
6
+ metadata.gz: 2fb87e6560c2f653ad2d9408eedb77b91c6773c671c2139cccca57e48a37a85bb51a11513fbacbb4b604eb6c1355655cd106e8979c3bbfd5937b9cba066afcc7
7
+ data.tar.gz: de68ba231e0ecaca47aa96354923ddccaa5d83ae12731c5a602b0421359cefd64dc262ef21c26855c06b25d5273c364ea13925587cf62d368d4e0d3ca1a3361c
data/lib/aws-sdk-ssm.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-ssm/customizations'
42
42
  # @service
43
43
  module Aws::SSM
44
44
 
45
- GEM_VERSION = '1.23.0'
45
+ GEM_VERSION = '1.24.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::SSM
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::SSM
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.
@@ -6950,7 +6970,7 @@ module Aws::SSM
6950
6970
  params: params,
6951
6971
  config: config)
6952
6972
  context[:gem_name] = 'aws-sdk-ssm'
6953
- context[:gem_version] = '1.23.0'
6973
+ context[:gem_version] = '1.24.0'
6954
6974
  Seahorse::Client::Request.new(handlers, context)
6955
6975
  end
6956
6976
 
@@ -2943,12 +2943,16 @@ module Aws::SSM
2943
2943
  api.version = "2014-11-06"
2944
2944
 
2945
2945
  api.metadata = {
2946
+ "apiVersion" => "2014-11-06",
2946
2947
  "endpointPrefix" => "ssm",
2947
2948
  "jsonVersion" => "1.1",
2948
2949
  "protocol" => "json",
2950
+ "serviceAbbreviation" => "Amazon SSM",
2949
2951
  "serviceFullName" => "Amazon Simple Systems Manager (SSM)",
2952
+ "serviceId" => "SSM",
2950
2953
  "signatureVersion" => "v4",
2951
2954
  "targetPrefix" => "AmazonSSM",
2955
+ "uid" => "ssm-2014-11-06",
2952
2956
  }
2953
2957
 
2954
2958
  api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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-16 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