aws-sdk-neptunedata 1.9.0 → 1.10.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: f516710b91477efac8ead86e01d432800eac53e763c053b7edd33b22a5ff75cc
4
- data.tar.gz: a69f64bd1e828d9a5800dd9ab97476f8077c1379e005b964a6b1ecce81506ae1
3
+ metadata.gz: c7d9fc012f43755a4f27179e677a4edb0be612425db6c5d78a44cdf7961dbbb8
4
+ data.tar.gz: cf9346daf8884d4eaf9991b29f49990a48cb04d8cc37e0f9a5f9868516ebae84
5
5
  SHA512:
6
- metadata.gz: e674a5c14601dd58ef94489f048b0f993e3ac0c46828afe67498fc10e35538edce84eb9bead8404c000822428b91d084d84c2d448c02e587a4ad2ce9262bf102
7
- data.tar.gz: 0e7414732e0717cba8c8191774da62cfb76aa37a75a61200e4744fa583eb517f7a181e828686904f503bbf4403c88e6bf1b6cf7a121a4884abfa0e7ecd9020a2
6
+ metadata.gz: 58b86938108e46aee91a41e061724ddbc86e734c572ebec1689aae99b9e0f91972c10e53ef07309e196c71947b6a0626bb68228bfe203b2209f2bfd647dca38e
7
+ data.tar.gz: a2c202778e7694b5606e6c0b0fb7be96b062e84da74ef7e461805ed165db42cfbd4d4ccf935e7cbb348b5346f6f08ac7fd05e03b12a2d936493eee66e9eb5a5c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -301,8 +301,9 @@ module Aws::Neptunedata
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
  #
@@ -3358,7 +3359,7 @@ module Aws::Neptunedata
3358
3359
  params: params,
3359
3360
  config: config)
3360
3361
  context[:gem_name] = 'aws-sdk-neptunedata'
3361
- context[:gem_version] = '1.9.0'
3362
+ context[:gem_version] = '1.10.0'
3362
3363
  Seahorse::Client::Request.new(handlers, context)
3363
3364
  end
3364
3365
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-neptunedata/customizations'
52
52
  # @!group service
53
53
  module Aws::Neptunedata
54
54
 
55
- GEM_VERSION = '1.9.0'
55
+ GEM_VERSION = '1.10.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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