aws-sdk-cloudsearch 1.70.0 → 1.72.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 +29 -29
- data/lib/aws-sdk-cloudsearch/errors.rb +16 -0
- data/lib/aws-sdk-cloudsearch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e37004d193ce2cc739e8e727519f15fe0e5aab8cd5639a931a60d0e74036f8c8
|
4
|
+
data.tar.gz: 8f4e65c2aa389ed032a296ce3e444681e72fd5990b2663dca192e1a00e906ccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d77309bec2e0132a6be7705adf093a5326f10eba5e42c6445c4c2b24e7994f3c25ce73a58e18b9bd88f7a852fdb6d8e7eb2f5a089997b4c464239db829a4f483
|
7
|
+
data.tar.gz: cd457152b354970686d8dcdb721a8e83084dcdb08a0f4966d8e362cba32341be9588da0c41a94b7cdf03c2b558e508dcabdb1cf6d81f7f410f1fa7f00a5cd401
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2025-03-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.71.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.70.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/query
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/query'
|
38
38
|
|
39
39
|
module Aws::CloudSearch
|
40
40
|
# An API client for CloudSearch. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -1993,7 +1993,7 @@ module Aws::CloudSearch
|
|
1993
1993
|
tracer: tracer
|
1994
1994
|
)
|
1995
1995
|
context[:gem_name] = 'aws-sdk-cloudsearch'
|
1996
|
-
context[:gem_version] = '1.
|
1996
|
+
context[:gem_version] = '1.72.0'
|
1997
1997
|
Seahorse::Client::Request.new(handlers, context)
|
1998
1998
|
end
|
1999
1999
|
|
@@ -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,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.72.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: 2025-
|
11
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|