aws-sdk-docdbelastic 1.13.0 → 1.14.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: c8ba9aa01d1637be08e4d63434c9c25268053674b1d5cb8b378d88897b1d4035
4
- data.tar.gz: 3339ec167d0386b849d1fb9827e5c6482137f4c730996e386a9fc654e92a90ee
3
+ metadata.gz: 4162c48d16c623745a8d4ab3052e24291f5c8e8e55386defffded5d0b8325574
4
+ data.tar.gz: 9419cdfa02f5d3d49350dd840044de8a8b5c75d170b23eb67673d49ff9cb6af0
5
5
  SHA512:
6
- metadata.gz: d25bcd20ac5d5a440f1de745db43cf4ee7cd155ab5414c31e82765a4a521a079058afb52efaa7d6982dda1d1d2e6bf1c8381c57503e20a724c3ca82ecd96b70b
7
- data.tar.gz: 6ed079efe5c59df845a0fb2dd73e022932302817ab3c64f07029958a36cc6ad128ecc19c92b4fbe542a285cc8322f831f6a4ddefaf9b10c3c90199f1a7b2dcd0
6
+ metadata.gz: 12b48f097130e03f78348fa5869c1863fe99e60b65bc4680204873bb8f2ff38e07da540e6cce40560740a7ffc5a5d2002481b3ed26bdac1ad683e6382318b812
7
+ data.tar.gz: 7e8d52e57fda58d3b19f358da73aafcc8efe55e5ccf6f7b1b89303727c5d8051a5a684fe9bb0b21d8497c1144a4aa35c0482527f105d51b03e8d450baccbcef5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.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.13.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -301,8 +301,9 @@ module Aws::DocDBElastic
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
  #
@@ -1422,7 +1423,7 @@ module Aws::DocDBElastic
1422
1423
  params: params,
1423
1424
  config: config)
1424
1425
  context[:gem_name] = 'aws-sdk-docdbelastic'
1425
- context[:gem_version] = '1.13.0'
1426
+ context[:gem_version] = '1.14.0'
1426
1427
  Seahorse::Client::Request.new(handlers, context)
1427
1428
  end
1428
1429
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-docdbelastic/customizations'
52
52
  # @!group service
53
53
  module Aws::DocDBElastic
54
54
 
55
- GEM_VERSION = '1.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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