aws-sdk-cloudsearch 1.72.0 → 1.74.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 +2 -3
- data/lib/aws-sdk-cloudsearch/client_api.rb +6 -6
- 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: f3f5d58f490a3e7b6a4be0eeab9c7afa1c7db8056a033f8a4d23305257da58b6
|
4
|
+
data.tar.gz: 7d35115b7c4301d0069c7e8958710a4b79e710101243c580d36884dbd17114e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29047ae153c03bb05bb418ea0b9c7fc785bcc1581ad492a2da4d99615c7af4b3b81c0f7e3162b5c1741a32f9476fdc4e392468c5e89410273cb08ce2889d037b
|
7
|
+
data.tar.gz: f7b6ed949c6bc87de867ecf50da91887ce3b6dd6bf7085af70c623f966d241d73537185ac7ccdbc4619737524b5a0b40259d73ec400e496aa920099b8756eed9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.73.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.72.0 (2025-03-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -200,8 +200,7 @@ module Aws::CloudSearch
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -1993,7 +1992,7 @@ module Aws::CloudSearch
|
|
1993
1992
|
tracer: tracer
|
1994
1993
|
)
|
1995
1994
|
context[:gem_name] = 'aws-sdk-cloudsearch'
|
1996
|
-
context[:gem_version] = '1.
|
1995
|
+
context[:gem_version] = '1.74.0'
|
1997
1996
|
Seahorse::Client::Request.new(handlers, context)
|
1998
1997
|
end
|
1999
1998
|
|
@@ -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')
|
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.74.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: []
|