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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opensearchservice/client.rb +8 -11
- data/lib/aws-sdk-opensearchservice.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88b48155c63f38da1dd5cf5c1d4ea52106eb08ca8c9325259a76c7565532e0b9
|
|
4
|
+
data.tar.gz: 02cfd500fc2ce862ac58d59e3f5f0145b7ca2a091121cca7f3feaa4f43d240c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ad9fae0c6c5a84c81284db481dda413eca85e60de3d19fce76023a2842f60108ab75ef993774d7681b211deaba41dad1ffe09a0a632060aec9c98442058229b8
|
|
7
|
+
data.tar.gz: '0169b5e06aa9eb077502848b13a4322d86d2ea42f270e1e9c02a4b3d3ba3b8faf32ee0d753c023becc04b3b1a72098701a1cb8341a4c3c7d8fa99a1754fefc0e'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
-
#
|
|
815
|
-
#
|
|
816
|
-
#
|
|
817
|
-
#
|
|
818
|
-
#
|
|
819
|
-
#
|
|
820
|
-
#
|
|
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.
|
|
7097
|
+
context[:gem_version] = '1.108.0'
|
|
7101
7098
|
Seahorse::Client::Request.new(handlers, context)
|
|
7102
7099
|
end
|
|
7103
7100
|
|