aws-sdk-neptunegraph 1.8.0 → 1.9.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: f1c04117c8577322ba2414ff808651d48cf83ab52416872f10c57653738585d1
4
- data.tar.gz: 1c56caa7fbecb7711802f7b52070b01335d6ff676a06504f2a4ac1235b1dff34
3
+ metadata.gz: 50944fe21f16263c878872d81fb88c95c324454beb733e8c2b20c0899d87af6c
4
+ data.tar.gz: 7202d304c2bdacb6bb10a4561dbd2eb86a68e5dc1a1d0c0b7d466091fcee58d8
5
5
  SHA512:
6
- metadata.gz: eea197656c6f32cf28b9a9319050386edf4534594a99a0d60058edfbaa13c46904101fb70ea492a5bee42400798f5b0a96d853c2475fd7cb1ee1c10e12e2c0a3
7
- data.tar.gz: 16eb522e8b782098fe9071a76f36aa0b12102eb484e29fa6355103ceb64ff2ad3fe77633573b91b1fdd8863101f2d8fd9f83d703eb339e8efae347d2d99bd993
6
+ metadata.gz: 1963c797bff5f11ae09415cd9c156d7028cd52685bb1ed7757dd45debd9550bf78ca0068675ec373f1a7a2471c3f5373f72613a67e81f69203eb4a4967003a9d
7
+ data.tar.gz: 3f7841a1169047210eb25349139f8896ccc879e2d8e9902795e1deab75ee5a3b3b6db8f97a80d5ae8fca13cbe7949583f75a01ef12ac4eb6adcdc2865a713bcc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -301,8 +301,9 @@ module Aws::NeptuneGraph
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
  #
@@ -2074,7 +2075,7 @@ module Aws::NeptuneGraph
2074
2075
  params: params,
2075
2076
  config: config)
2076
2077
  context[:gem_name] = 'aws-sdk-neptunegraph'
2077
- context[:gem_version] = '1.8.0'
2078
+ context[:gem_version] = '1.9.0'
2078
2079
  Seahorse::Client::Request.new(handlers, context)
2079
2080
  end
2080
2081
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-neptunegraph/customizations'
53
53
  # @!group service
54
54
  module Aws::NeptuneGraph
55
55
 
56
- GEM_VERSION = '1.8.0'
56
+ GEM_VERSION = '1.9.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunegraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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