aws-sdk-opensearchservice 1.107.0 → 1.108.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
  SHA256:
3
- metadata.gz: 4aa9c140a5b63ee2da049ec54a8e25338291276a677ba12f67683d94c75a0e80
4
- data.tar.gz: b4670436ec61f08867d73da742e6c7de7aea50b399980c525a4c1e12cb96de75
3
+ metadata.gz: 88b48155c63f38da1dd5cf5c1d4ea52106eb08ca8c9325259a76c7565532e0b9
4
+ data.tar.gz: 02cfd500fc2ce862ac58d59e3f5f0145b7ca2a091121cca7f3feaa4f43d240c8
5
5
  SHA512:
6
- metadata.gz: 5282356655a09f9831e3ad0300b2437ad5024706cdb9bbdd996a4c74bf5ed47b088f403117fff45c2e29fd0aba45d148d3645a8d14fb2e19d3fcf94b91847676
7
- data.tar.gz: 7c5de4a8542fc813433bb5f2383a37c4f7df6130587dc0f5d84c2d5996933097fb9dffadd61ecdcf821d85578bbf8798c37994cc368e5252a0655248be9fd2c9
6
+ metadata.gz: ad9fae0c6c5a84c81284db481dda413eca85e60de3d19fce76023a2842f60108ab75ef993774d7681b211deaba41dad1ffe09a0a632060aec9c98442058229b8
7
+ data.tar.gz: '0169b5e06aa9eb077502848b13a4322d86d2ea42f270e1e9c02a4b3d3ba3b8faf32ee0d753c023becc04b3b1a72098701a1cb8341a4c3c7d8fa99a1754fefc0e'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2026-08-27)
5
+ ------------------
6
+
7
+ * Feature - Updating SDK and CLI documentation for AttachDataSource API.
8
+
4
9
  1.107.0 (2026-07-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.108.0
@@ -811,16 +811,13 @@ module Aws::OpenSearchService
811
811
  end
812
812
 
813
813
  # Attaches a data source to an OpenSearch application. The data source
814
- # can be an Amazon OpenSearch Service domain or an Amazon OpenSearch
815
- # Serverless collection. If both the application and data source are in
816
- # the `ACTIVE` state, the attachment completes immediately and returns a
817
- # status of `ATTACHED`. If either resource is not yet active, the
818
- # operation stores the request and returns a status of `PENDING`. A
819
- # background process then completes the attachment when both resources
820
- # become active. Pending attachments that are not completed within 24
821
- # hours are marked as `FAILED`. This operation is idempotent. If a data
822
- # source is already attached or pending for the same application, the
823
- # existing attachment is returned.
814
+ # must be an Amazon OpenSearch Service domain. If both the application
815
+ # and the data source are active, the attachment completes immediately
816
+ # with a status of `ATTACHED`. Otherwise, the operation returns
817
+ # `PENDING` and completes the attachment automatically once both become
818
+ # active. If the attachment cannot be completed, its status becomes
819
+ # `FAILED`. This operation is idempotent: If the data source is already
820
+ # attached or pending, the operation returns the existing attachment.
824
821
  #
825
822
  # @option params [required, String] :id
826
823
  # The unique identifier or name of the OpenSearch application to attach
@@ -7097,7 +7094,7 @@ module Aws::OpenSearchService
7097
7094
  tracer: tracer
7098
7095
  )
7099
7096
  context[:gem_name] = 'aws-sdk-opensearchservice'
7100
- context[:gem_version] = '1.107.0'
7097
+ context[:gem_version] = '1.108.0'
7101
7098
  Seahorse::Client::Request.new(handlers, context)
7102
7099
  end
7103
7100
 
@@ -54,7 +54,7 @@ module Aws::OpenSearchService
54
54
  autoload :EndpointProvider, 'aws-sdk-opensearchservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-opensearchservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.107.0'
57
+ GEM_VERSION = '1.108.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.107.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services