aws-sdk-neptunegraph 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: cca4eef657c1aae3f5ab796b098d07b9ce117727208a70eed54d71e274d38501
4
- data.tar.gz: 9bf572fefcf93a2a0138cca8690e91bc192f1e772c9a3d3082b6856ceb78c6ec
3
+ metadata.gz: 1c3c7efbc808f2707386a24718f180645ed515afb65125be3b1fe884651d1a61
4
+ data.tar.gz: d2c0eaf2008b055fc4232e14af602317442889072e9d9f53f23314d703410b10
5
5
  SHA512:
6
- metadata.gz: 45df3020cd9400764d3773abf14e97d91b0007bbd3cadef9a987a3eac6f870cf057d3c024ec7407ba3cfec21cbacf2c91bb2d814ddf40b8b977a931934293ed7
7
- data.tar.gz: 050b0ac90e5c75fa74970201d6eafb654cdd40629d5daca23f2c0c913e4d4f7afdb30e40fe1af6f1c3ae5f00a8acf9846ba989751037b617c397f14c0eb1fdad
6
+ metadata.gz: 20c7cefd973117c8f39689be18e967ab98709b514259daf7090ada5258d64e840ce605cdd8925df4a95f70256657d79c57ab2590cb05791f5236986a310fe073
7
+ data.tar.gz: e78cb848693d45754076eed39a3105cc332f300423920de66470831e18adac3f264f48656a6b33ee5023f628021c87a7711099f2a6f48457fd99dafc42ae4851
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-07-22)
5
+ ------------------
6
+
7
+ * Feature - Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`
8
+
4
9
  1.13.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -2087,7 +2087,7 @@ module Aws::NeptuneGraph
2087
2087
  params: params,
2088
2088
  config: config)
2089
2089
  context[:gem_name] = 'aws-sdk-neptunegraph'
2090
- context[:gem_version] = '1.13.0'
2090
+ context[:gem_version] = '1.14.0'
2091
2091
  Seahorse::Client::Request.new(handlers, context)
2092
2092
  end
2093
2093
 
@@ -699,9 +699,10 @@ module Aws::NeptuneGraph
699
699
 
700
700
  api.metadata = {
701
701
  "apiVersion" => "2023-11-29",
702
+ "auth" => ["aws.auth#sigv4"],
702
703
  "endpointPrefix" => "neptune-graph",
703
- "jsonVersion" => "1.1",
704
704
  "protocol" => "rest-json",
705
+ "protocols" => ["rest-json"],
705
706
  "serviceAbbreviation" => "Neptune Graph",
706
707
  "serviceFullName" => "Amazon Neptune Graph",
707
708
  "serviceId" => "Neptune Graph",
@@ -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.13.0'
56
+ GEM_VERSION = '1.14.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.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -36,14 +36,14 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon Neptune Graph (Neptune Graph). This
48
48
  gem is part of the AWS SDK for Ruby.
49
49
  email: