aws-sdk-cloudsearch 1.71.0 → 1.73.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudsearch/client.rb +1 -1
- data/lib/aws-sdk-cloudsearch/client_api.rb +6 -6
- data/lib/aws-sdk-cloudsearch/errors.rb +16 -0
- data/lib/aws-sdk-cloudsearch.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbd52c172dea8828ce960b116e5fdd6da9f88c1e2c5504389e41c9ba42306638
|
4
|
+
data.tar.gz: c8c1cf8ab0d6caa95597fee64c8fd053a3a15325da42daf124859c4392c6aab8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 854ffa36a05f8551cc6d4e5b748f5a55d20e7ebfa03d4c95f4f630c7d1ee33f5a569c1d8d99844b5cf7401968f6ed4666b26e2d9fec2e7952f3cab93e5b8229e
|
7
|
+
data.tar.gz: 77f615aaa52b0b0526127e377fdaf5a1cfd631257b19bf39cc45ddf70a0363f11eae4a0cea0b5f6180d2e701abedd22ef616ea6b380669b876c50ef3a3dd5a6d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2025-05-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.72.0 (2025-03-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.71.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -68,7 +68,7 @@ module Aws::CloudSearch
|
|
68
68
|
DescribeServiceAccessPoliciesResponse = Shapes::StructureShape.new(name: 'DescribeServiceAccessPoliciesResponse')
|
69
69
|
DescribeSuggestersRequest = Shapes::StructureShape.new(name: 'DescribeSuggestersRequest')
|
70
70
|
DescribeSuggestersResponse = Shapes::StructureShape.new(name: 'DescribeSuggestersResponse')
|
71
|
-
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException', error: {"code"=>"DisabledAction", "httpStatusCode"=>409, "senderFault"=>true})
|
71
|
+
DisabledOperationException = Shapes::StructureShape.new(name: 'DisabledOperationException', error: {"code" => "DisabledAction", "httpStatusCode" => 409, "senderFault" => true})
|
72
72
|
DocumentSuggesterOptions = Shapes::StructureShape.new(name: 'DocumentSuggesterOptions')
|
73
73
|
DomainEndpointOptions = Shapes::StructureShape.new(name: 'DomainEndpointOptions')
|
74
74
|
DomainEndpointOptionsStatus = Shapes::StructureShape.new(name: 'DomainEndpointOptionsStatus')
|
@@ -102,10 +102,10 @@ module Aws::CloudSearch
|
|
102
102
|
InstanceCount = Shapes::IntegerShape.new(name: 'InstanceCount')
|
103
103
|
IntArrayOptions = Shapes::StructureShape.new(name: 'IntArrayOptions')
|
104
104
|
IntOptions = Shapes::StructureShape.new(name: 'IntOptions')
|
105
|
-
InternalException = Shapes::StructureShape.new(name: 'InternalException', error: {"code"=>"InternalException", "httpStatusCode"=>500})
|
106
|
-
InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException', error: {"code"=>"InvalidType", "httpStatusCode"=>409, "senderFault"=>true})
|
105
|
+
InternalException = Shapes::StructureShape.new(name: 'InternalException', error: {"code" => "InternalException", "httpStatusCode" => 500})
|
106
|
+
InvalidTypeException = Shapes::StructureShape.new(name: 'InvalidTypeException', error: {"code" => "InvalidType", "httpStatusCode" => 409, "senderFault" => true})
|
107
107
|
LatLonOptions = Shapes::StructureShape.new(name: 'LatLonOptions')
|
108
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code"=>"LimitExceeded", "httpStatusCode"=>409, "senderFault"=>true})
|
108
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceeded", "httpStatusCode" => 409, "senderFault" => true})
|
109
109
|
Limits = Shapes::StructureShape.new(name: 'Limits')
|
110
110
|
ListDomainNamesResponse = Shapes::StructureShape.new(name: 'ListDomainNamesResponse')
|
111
111
|
LiteralArrayOptions = Shapes::StructureShape.new(name: 'LiteralArrayOptions')
|
@@ -119,8 +119,8 @@ module Aws::CloudSearch
|
|
119
119
|
PartitionCount = Shapes::IntegerShape.new(name: 'PartitionCount')
|
120
120
|
PartitionInstanceType = Shapes::StringShape.new(name: 'PartitionInstanceType')
|
121
121
|
PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
|
122
|
-
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException', error: {"code"=>"ResourceAlreadyExists", "httpStatusCode"=>409, "senderFault"=>true})
|
123
|
-
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException', error: {"code"=>"ResourceNotFound", "httpStatusCode"=>409, "senderFault"=>true})
|
122
|
+
ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException', error: {"code" => "ResourceAlreadyExists", "httpStatusCode" => 409, "senderFault" => true})
|
123
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException', error: {"code" => "ResourceNotFound", "httpStatusCode" => 409, "senderFault" => true})
|
124
124
|
ScalingParameters = Shapes::StructureShape.new(name: 'ScalingParameters')
|
125
125
|
ScalingParametersStatus = Shapes::StructureShape.new(name: 'ScalingParametersStatus')
|
126
126
|
SearchInstanceType = Shapes::StringShape.new(name: 'SearchInstanceType')
|
@@ -29,15 +29,21 @@ module Aws::CloudSearch
|
|
29
29
|
# ## Error Classes
|
30
30
|
# * {BaseException}
|
31
31
|
# * {DisabledOperationException}
|
32
|
+
# * This error class is not used. `DisabledAction` is used during parsing instead.
|
32
33
|
# * {InternalException}
|
33
34
|
# * {InvalidTypeException}
|
35
|
+
# * This error class is not used. `InvalidType` is used during parsing instead.
|
34
36
|
# * {LimitExceededException}
|
37
|
+
# * This error class is not used. `LimitExceeded` is used during parsing instead.
|
35
38
|
# * {ResourceAlreadyExistsException}
|
39
|
+
# * This error class is not used. `ResourceAlreadyExists` is used during parsing instead.
|
36
40
|
# * {ResourceNotFoundException}
|
41
|
+
# * This error class is not used. `ResourceNotFound` is used during parsing instead.
|
37
42
|
# * {ValidationException}
|
38
43
|
#
|
39
44
|
# Additionally, error classes are dynamically generated for service errors based on the error code
|
40
45
|
# if they are not defined above.
|
46
|
+
# Some existing error classes may use a different class name than the one documented.
|
41
47
|
module Errors
|
42
48
|
|
43
49
|
extend Aws::Errors::DynamicErrors
|
@@ -62,6 +68,8 @@ module Aws::CloudSearch
|
|
62
68
|
end
|
63
69
|
end
|
64
70
|
|
71
|
+
# @deprecated This error class is not used during parsing.
|
72
|
+
# Please use `DisabledAction` instead.
|
65
73
|
class DisabledOperationException < ServiceError
|
66
74
|
|
67
75
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -82,6 +90,8 @@ module Aws::CloudSearch
|
|
82
90
|
end
|
83
91
|
end
|
84
92
|
|
93
|
+
# @deprecated This error class is not used during parsing.
|
94
|
+
# Please use `InvalidType` instead.
|
85
95
|
class InvalidTypeException < ServiceError
|
86
96
|
|
87
97
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -92,6 +102,8 @@ module Aws::CloudSearch
|
|
92
102
|
end
|
93
103
|
end
|
94
104
|
|
105
|
+
# @deprecated This error class is not used during parsing.
|
106
|
+
# Please use `LimitExceeded` instead.
|
95
107
|
class LimitExceededException < ServiceError
|
96
108
|
|
97
109
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -102,6 +114,8 @@ module Aws::CloudSearch
|
|
102
114
|
end
|
103
115
|
end
|
104
116
|
|
117
|
+
# @deprecated This error class is not used during parsing.
|
118
|
+
# Please use `ResourceAlreadyExists` instead.
|
105
119
|
class ResourceAlreadyExistsException < ServiceError
|
106
120
|
|
107
121
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -112,6 +126,8 @@ module Aws::CloudSearch
|
|
112
126
|
end
|
113
127
|
end
|
114
128
|
|
129
|
+
# @deprecated This error class is not used during parsing.
|
130
|
+
# Please use `ResourceNotFound` instead.
|
115
131
|
class ResourceNotFoundException < ServiceError
|
116
132
|
|
117
133
|
# @param [Seahorse::Client::RequestContext] context
|
data/lib/aws-sdk-cloudsearch.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudsearch
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-cloudsearch/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Amazon CloudSearch
|
99
96
|
test_files: []
|