aws-sdk-opensearchserverless 1.6.0 → 1.8.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
  SHA256:
3
- metadata.gz: 3efe93a036a4dda719267a91208ea5f2cc6fd644c040e5e4abb75fb8de7adc80
4
- data.tar.gz: 4cde75a1c8b3ab1b6cceacab26f57ccb7858e997525e9ffe4a2f1bb196e7375b
3
+ metadata.gz: '0362298a00ab36e7cdeed02f82e952dcbe56321560888652e4be071918273e73'
4
+ data.tar.gz: f3d6188ac86614c8893dbaa685efbe2c8332c951c61eaed11ff4925624043a64
5
5
  SHA512:
6
- metadata.gz: 04d33f23252914d7ab4c4f6e30620f067a75da5b764a8a9ef4a5b48cc53ada52f9e91716cda6d9b25e64b21183d6abf539764faa76584e835097be9d2a54e1d4
7
- data.tar.gz: 77761416489c639f903e7cc4682e3b5cf52a7d253112209301506e031f684b7b7105af18cf2567c2ac355151b0eb3c60c06c5562c6e391f2c827fc6fa380682e
6
+ metadata.gz: 9e4fa44c85e0679653d0a9834ff64557a60ed8de7bcc3ef323ef5bc1321b36cc3ad423ff34a7226c41785f510371485786ad49af8d65674b8393cc29febc3acd
7
+ data.tar.gz: bd93594d5d78521f63e028359bb09596e994e5f3368aa70d8822117ae6bd5329fcb8fec0bbad91b8019a516b17f5ebde4df2f491e630f8ce055cd121a75ba3b8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2023-07-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds new collection type VectorSearch.
8
+
9
+ 1.7.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.6.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.8.0
@@ -216,6 +216,10 @@ module Aws::OpenSearchServerless
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -441,7 +445,7 @@ module Aws::OpenSearchServerless
441
445
  # resp.collection_details[0].last_modified_date #=> Integer
442
446
  # resp.collection_details[0].name #=> String
443
447
  # resp.collection_details[0].status #=> String, one of "CREATING", "DELETING", "ACTIVE", "FAILED"
444
- # resp.collection_details[0].type #=> String, one of "SEARCH", "TIMESERIES"
448
+ # resp.collection_details[0].type #=> String, one of "SEARCH", "TIMESERIES", "VECTORSEARCH"
445
449
  # resp.collection_error_details #=> Array
446
450
  # resp.collection_error_details[0].error_code #=> String
447
451
  # resp.collection_error_details[0].error_message #=> String
@@ -611,7 +615,7 @@ module Aws::OpenSearchServerless
611
615
  # value: "TagValue", # required
612
616
  # },
613
617
  # ],
614
- # type: "SEARCH", # accepts SEARCH, TIMESERIES
618
+ # type: "SEARCH", # accepts SEARCH, TIMESERIES, VECTORSEARCH
615
619
  # })
616
620
  #
617
621
  # @example Response structure
@@ -624,7 +628,7 @@ module Aws::OpenSearchServerless
624
628
  # resp.create_collection_detail.last_modified_date #=> Integer
625
629
  # resp.create_collection_detail.name #=> String
626
630
  # resp.create_collection_detail.status #=> String, one of "CREATING", "DELETING", "ACTIVE", "FAILED"
627
- # resp.create_collection_detail.type #=> String, one of "SEARCH", "TIMESERIES"
631
+ # resp.create_collection_detail.type #=> String, one of "SEARCH", "TIMESERIES", "VECTORSEARCH"
628
632
  #
629
633
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearchserverless-2021-11-01/CreateCollection AWS API Documentation
630
634
  #
@@ -1754,7 +1758,7 @@ module Aws::OpenSearchServerless
1754
1758
  # resp.update_collection_detail.last_modified_date #=> Integer
1755
1759
  # resp.update_collection_detail.name #=> String
1756
1760
  # resp.update_collection_detail.status #=> String, one of "CREATING", "DELETING", "ACTIVE", "FAILED"
1757
- # resp.update_collection_detail.type #=> String, one of "SEARCH", "TIMESERIES"
1761
+ # resp.update_collection_detail.type #=> String, one of "SEARCH", "TIMESERIES", "VECTORSEARCH"
1758
1762
  #
1759
1763
  # @see http://docs.aws.amazon.com/goto/WebAPI/opensearchserverless-2021-11-01/UpdateCollection AWS API Documentation
1760
1764
  #
@@ -1983,7 +1987,7 @@ module Aws::OpenSearchServerless
1983
1987
  params: params,
1984
1988
  config: config)
1985
1989
  context[:gem_name] = 'aws-sdk-opensearchserverless'
1986
- context[:gem_version] = '1.6.0'
1990
+ context[:gem_version] = '1.8.0'
1987
1991
  Seahorse::Client::Request.new(handlers, context)
1988
1992
  end
1989
1993
 
@@ -1352,7 +1352,8 @@ module Aws::OpenSearchServerless
1352
1352
  include Aws::Structure
1353
1353
  end
1354
1354
 
1355
- # OCU Limit Exceeded for service limits
1355
+ # Thrown when the collection you're attempting to create results in a
1356
+ # number of search or indexing OCUs that exceeds the account limit.
1356
1357
  #
1357
1358
  # @!attribute [rw] message
1358
1359
  # Description of the error.
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchserverless/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchServerless
54
54
 
55
- GEM_VERSION = '1.6.0'
55
+ GEM_VERSION = '1.8.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchserverless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.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: 2023-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core