aws-sdk-opensearchserverless 1.16.0 → 1.17.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: e4d6cf03f51110009b5f6d9bd4dc8e796366a8d9b31a744f2bd1bd85248de1da
4
- data.tar.gz: c2f1b89faf9b07258c500dc3709d41afa7df84a98eedcc994fbc591a4e18136d
3
+ metadata.gz: c040032eabc62963a1628f8bd04088bbffc923041d8516e7ba8c9233a30a94f8
4
+ data.tar.gz: 5cba9d32e24ea733dee3665082c5cc020c42453deddd66ea66ed0dfd5a09a481
5
5
  SHA512:
6
- metadata.gz: c71e92ddcb5b308a6f8d2622de9234b78f9a9d5e4b54478976335259154378b04017b99f0a0d84ec6945bd23ceee6207d9dc6c166153f9b2a9ef7c9c707ad80d
7
- data.tar.gz: 456647714611c2797d0db69f59bc78836d02da847f7970405527206dff2ec353fe1fa78413b17f6c7eda1b3de407a430d36abc3c05abb5bdfd7f49ff563a3f18
6
+ metadata.gz: 16641eefa7c887193a93188052a095b353d13df17a919d4fb864fd56361a00b48b1a849413d520a1051c172034c026890f64c79dc0b7b6f46608d630bebff27c
7
+ data.tar.gz: 0a441114486d9b74a381d0646fa58ba78911b93cecd3c2e4972da2dfa4591a94b2f315130fa96f31b6e802d510237d54265be822b46e12ff915ed426bc07fd14
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.16.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -301,8 +301,9 @@ module Aws::OpenSearchServerless
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -2345,7 +2346,7 @@ module Aws::OpenSearchServerless
2345
2346
  params: params,
2346
2347
  config: config)
2347
2348
  context[:gem_name] = 'aws-sdk-opensearchserverless'
2348
- context[:gem_version] = '1.16.0'
2349
+ context[:gem_version] = '1.17.0'
2349
2350
  Seahorse::Client::Request.new(handlers, context)
2350
2351
  end
2351
2352
 
@@ -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.16.0'
55
+ GEM_VERSION = '1.17.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.16.0
4
+ version: 1.17.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core