aws-sdk-opensearchservice 1.40.0 → 1.41.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: c03cf2566a093e98ff5ac7c6f555cdcb6ebef6e7e5d8083e6491e26f86d88353
4
- data.tar.gz: 190802223edb7590ed6195808c9de26e314a0a80d4bc3725f28d4c604140b347
3
+ metadata.gz: ce57da9f154af1cc5afed53d0056c2c4ef075f6f9f42209bf50ec159a269131c
4
+ data.tar.gz: 16a04f80d24cbbfe0c47f95260db19e7304bf0cc2041c2c127011f9258ed1448
5
5
  SHA512:
6
- metadata.gz: 218b05f28e7c05496de247df45c133b542a408a4628e236b19850a7d24e96f2987cf9cbbb7d11696089feef3c100bf3d48acd7e3d6c829e2d44c493a3c72d137
7
- data.tar.gz: 4032100c79f4af5fcd6275b45203cbe812e852bf3008e7a59a87a967a24e3619edc589976d75d2b51a6aa83290761cc60c71f59ce353c6ee410353f07b306f18
6
+ metadata.gz: 7c28aee8759b74b9175b9dafd5b27648a907bb1551df5042fedcb38fa166c3182f6f15db5b4f8cc9593d325e95d26572bb123083a06325da100cdca1d07fbf25
7
+ data.tar.gz: 4cfea5044f02ba03420fa7aa811965f3384fff708455dab4b6f2d73461640be2aa8a7a0eb041a3e10ca4265cc850ab69041b14df315ec7c29140fe55b93d99db
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -301,8 +301,9 @@ module Aws::OpenSearchService
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
  #
@@ -4714,7 +4715,7 @@ module Aws::OpenSearchService
4714
4715
  params: params,
4715
4716
  config: config)
4716
4717
  context[:gem_name] = 'aws-sdk-opensearchservice'
4717
- context[:gem_version] = '1.40.0'
4718
+ context[:gem_version] = '1.41.0'
4718
4719
  Seahorse::Client::Request.new(handlers, context)
4719
4720
  end
4720
4721
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-opensearchservice/customizations'
52
52
  # @!group service
53
53
  module Aws::OpenSearchService
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opensearchservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-30 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