aws-sdk-cloudsearch 1.11.0 → 1.12.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d0aa17678868f7d7cd90b3e54871dbd9d519f42
|
4
|
+
data.tar.gz: 3997a90280aef551191c82fcd665c485e2b1df2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 722061d053f9a42f7f30ce8b3a98b2a669fe46f785a28e3cffb6fbb8db301b9e7cfeb54d36f85ebb49624efe438ea49b10e03e75c1f2b9241d790f147fa12886
|
7
|
+
data.tar.gz: f737e869e0351b102f20f88a432ede8ff23e70a3e1f2704d4132570b943c5d59d573db6e9610c798be1caeec364e0cd5bfeb71c52b83f279e96cd7e0c5224202
|
data/lib/aws-sdk-cloudsearch.rb
CHANGED
@@ -1674,7 +1674,7 @@ module Aws::CloudSearch
|
|
1674
1674
|
params: params,
|
1675
1675
|
config: config)
|
1676
1676
|
context[:gem_name] = 'aws-sdk-cloudsearch'
|
1677
|
-
context[:gem_version] = '1.
|
1677
|
+
context[:gem_version] = '1.12.0'
|
1678
1678
|
Seahorse::Client::Request.new(handlers, context)
|
1679
1679
|
end
|
1680
1680
|
|
@@ -163,6 +163,10 @@ module Aws::CloudSearch
|
|
163
163
|
AvailabilityOptionsStatus.add_member(:status, Shapes::ShapeRef.new(shape: OptionStatus, required: true, location_name: "Status"))
|
164
164
|
AvailabilityOptionsStatus.struct_class = Types::AvailabilityOptionsStatus
|
165
165
|
|
166
|
+
BaseException.add_member(:code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "Code"))
|
167
|
+
BaseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
168
|
+
BaseException.struct_class = Types::BaseException
|
169
|
+
|
166
170
|
BuildSuggestersRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
167
171
|
BuildSuggestersRequest.struct_class = Types::BuildSuggestersRequest
|
168
172
|
|
@@ -10,5 +10,26 @@ module Aws::CloudSearch
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class BaseException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::CloudSearch::Types::BaseException] data
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
19
|
+
super(context, message, data)
|
20
|
+
end
|
21
|
+
|
22
|
+
# @return [String]
|
23
|
+
def code
|
24
|
+
@code || @data[:code]
|
25
|
+
end
|
26
|
+
|
27
|
+
# @return [String]
|
28
|
+
def message
|
29
|
+
@message || @data[:message]
|
30
|
+
end
|
31
|
+
|
32
|
+
end
|
33
|
+
|
13
34
|
end
|
14
35
|
end
|
@@ -190,6 +190,22 @@ module Aws::CloudSearch
|
|
190
190
|
include Aws::Structure
|
191
191
|
end
|
192
192
|
|
193
|
+
# An error occurred while processing the request.
|
194
|
+
#
|
195
|
+
# @!attribute [rw] code
|
196
|
+
# A machine-parsable string error or warning code.
|
197
|
+
# @return [String]
|
198
|
+
#
|
199
|
+
# @!attribute [rw] message
|
200
|
+
# A human-readable string error or warning message.
|
201
|
+
# @return [String]
|
202
|
+
#
|
203
|
+
class BaseException < Struct.new(
|
204
|
+
:code,
|
205
|
+
:message)
|
206
|
+
include Aws::Structure
|
207
|
+
end
|
208
|
+
|
193
209
|
# Container for the parameters to the `BuildSuggester` operation.
|
194
210
|
# Specifies the name of the domain you want to update.
|
195
211
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.12.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-05-
|
11
|
+
date: 2019-05-21 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.
|
22
|
+
version: 3.53.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.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|