aws-sdk-servicecatalog 1.28.0 → 1.29.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: 382bfc15df9507095ff93873f48e8aec9b222731
4
- data.tar.gz: 3ca86de6daff75b69499346afacb58065fb83444
3
+ metadata.gz: d7adeda9672fc95bc438ae12ab4e962ee438aedb
4
+ data.tar.gz: 8d5c344dd46d8aa9d1c272ca9b548615114eaa52
5
5
  SHA512:
6
- metadata.gz: d849b7d3f404be552446a9c4596ecad0af49bb6440f042699727930268d7d8f46a95281c55aeb4c938df2789445dbd8aeedfa69c770a9f86f68fca9e898204d9
7
- data.tar.gz: 7238a798dd94c7ac4df74fd52bfd7e771709a11ff2c48bcbb40ae41a83208ba1d9cb3f44f1b8150f5eb75cdbf6c1f7b17ca6064c974458f913e485f13bdde281
6
+ metadata.gz: c8c535af48a876227dde268e3c1f7a39fa2172ac7006071a437f95f2426919151232a5a79988d53af7cdc1453d289d9814b5ac4942e0f6c4089fe6f1c379c05d
7
+ data.tar.gz: 5f8917c4525af47cc3c6e5eedae6a7741d4e9d17f808641c8e4e9380844a6cca46bf35f2fa0db81420f871aa57c3ba95cb6785068f3f7a49f551e26b199de71d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.28.0'
45
+ GEM_VERSION = '1.29.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::ServiceCatalog
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -5065,7 +5069,7 @@ module Aws::ServiceCatalog
5065
5069
  params: params,
5066
5070
  config: config)
5067
5071
  context[:gem_name] = 'aws-sdk-servicecatalog'
5068
- context[:gem_version] = '1.28.0'
5072
+ context[:gem_version] = '1.29.0'
5069
5073
  Seahorse::Client::Request.new(handlers, context)
5070
5074
  end
5071
5075
 
@@ -1804,6 +1804,7 @@ module Aws::ServiceCatalog
1804
1804
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1805
1805
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1806
1806
  o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
1807
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1807
1808
  end)
1808
1809
 
1809
1810
  api.add_operation(:create_product, Seahorse::Model::Operation.new.tap do |o|
@@ -1891,6 +1892,7 @@ module Aws::ServiceCatalog
1891
1892
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1892
1893
  o.errors << Shapes::ShapeRef.new(shape: InvalidParametersException)
1893
1894
  o.errors << Shapes::ShapeRef.new(shape: OperationNotSupportedException)
1895
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1894
1896
  end)
1895
1897
 
1896
1898
  api.add_operation(:delete_product, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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: 2019-06-12 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement