aws-sdk-neptunegraph 1.29.0 → 1.30.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +9 -9
- data/lib/aws-sdk-neptunegraph/types.rb +13 -13
- data/lib/aws-sdk-neptunegraph.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c420cec68e90e6675b3230860359418ba4f7d9553128a894237720bd8ece690c
|
4
|
+
data.tar.gz: ea6346424688b237dac706a951ada31da4625f208141ad726ac0e909803763af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4db750c07da07bcbad2abd4363fd83c8bb4cf5249dbc3f785f07e254b4e8cfd610147883572f75262d1061f86545dba9da423ed34e04cb9b54a5241a9318a0e5
|
7
|
+
data.tar.gz: c438e6114bab818364723fbb11d9fd3f7f8018ac0b5a516b86be1f5f7132d19e748acb2693805233696ce013bbc90d36cde580aac64e41322924f13b40bddc6d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|
@@ -587,7 +587,7 @@ module Aws::NeptuneGraph
|
|
587
587
|
#
|
588
588
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
589
589
|
# its first character must be a letter. It cannot end with a hyphen or
|
590
|
-
# contain two consecutive hyphens.
|
590
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
591
591
|
#
|
592
592
|
# @option params [Hash<String,String>] :tags
|
593
593
|
# Adds metadata tags to the new graph. These tags can also be used with
|
@@ -620,7 +620,7 @@ module Aws::NeptuneGraph
|
|
620
620
|
#
|
621
621
|
# @option params [required, Integer] :provisioned_memory
|
622
622
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
623
|
-
# use for the graph. Min =
|
623
|
+
# use for the graph. Min = 16
|
624
624
|
#
|
625
625
|
# @return [Types::CreateGraphOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
626
626
|
#
|
@@ -694,7 +694,7 @@ module Aws::NeptuneGraph
|
|
694
694
|
#
|
695
695
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
696
696
|
# its first character must be a letter. It cannot end with a hyphen or
|
697
|
-
# contain two consecutive hyphens.
|
697
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
698
698
|
#
|
699
699
|
# @option params [Hash<String,String>] :tags
|
700
700
|
# Adds metadata tags to the new graph. These tags can also be used with
|
@@ -757,7 +757,7 @@ module Aws::NeptuneGraph
|
|
757
757
|
#
|
758
758
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
759
759
|
# its first character must be a letter. It cannot end with a hyphen or
|
760
|
-
# contain two consecutive hyphens.
|
760
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
761
761
|
#
|
762
762
|
# @option params [Hash<String,String>] :tags
|
763
763
|
# Adds metadata tags to the new graph. These tags can also be used with
|
@@ -808,7 +808,7 @@ module Aws::NeptuneGraph
|
|
808
808
|
#
|
809
809
|
# @option params [Integer] :min_provisioned_memory
|
810
810
|
# The minimum provisioned memory-optimized Neptune Capacity Units
|
811
|
-
# (m-NCUs) to use for the graph. Default:
|
811
|
+
# (m-NCUs) to use for the graph. Default: 16
|
812
812
|
#
|
813
813
|
# @option params [Boolean] :fail_on_error
|
814
814
|
# If set to `true`, the task halts when an import error is encountered.
|
@@ -1993,13 +1993,13 @@ module Aws::NeptuneGraph
|
|
1993
1993
|
#
|
1994
1994
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
1995
1995
|
# its first character must be a letter. It cannot end with a hyphen or
|
1996
|
-
# contain two consecutive hyphens.
|
1996
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
1997
1997
|
#
|
1998
1998
|
# @option params [Integer] :provisioned_memory
|
1999
1999
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
2000
2000
|
# use for the graph.
|
2001
2001
|
#
|
2002
|
-
# Min =
|
2002
|
+
# Min = 16
|
2003
2003
|
#
|
2004
2004
|
# @option params [Boolean] :deletion_protection
|
2005
2005
|
# A value that indicates whether the graph has deletion protection
|
@@ -2369,7 +2369,7 @@ module Aws::NeptuneGraph
|
|
2369
2369
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
2370
2370
|
# use for the graph.
|
2371
2371
|
#
|
2372
|
-
# Min =
|
2372
|
+
# Min = 16
|
2373
2373
|
#
|
2374
2374
|
# @option params [Boolean] :deletion_protection
|
2375
2375
|
# A value that indicates whether the graph has deletion protection
|
@@ -2448,7 +2448,7 @@ module Aws::NeptuneGraph
|
|
2448
2448
|
tracer: tracer
|
2449
2449
|
)
|
2450
2450
|
context[:gem_name] = 'aws-sdk-neptunegraph'
|
2451
|
-
context[:gem_version] = '1.
|
2451
|
+
context[:gem_version] = '1.30.0'
|
2452
2452
|
Seahorse::Client::Request.new(handlers, context)
|
2453
2453
|
end
|
2454
2454
|
|
@@ -197,7 +197,7 @@ module Aws::NeptuneGraph
|
|
197
197
|
#
|
198
198
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
199
199
|
# its first character must be a letter. It cannot end with a hyphen or
|
200
|
-
# contain two consecutive hyphens.
|
200
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
201
201
|
# @return [String]
|
202
202
|
#
|
203
203
|
# @!attribute [rw] tags
|
@@ -237,7 +237,7 @@ module Aws::NeptuneGraph
|
|
237
237
|
#
|
238
238
|
# @!attribute [rw] provisioned_memory
|
239
239
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
240
|
-
# use for the graph. Min =
|
240
|
+
# use for the graph. Min = 16
|
241
241
|
# @return [Integer]
|
242
242
|
#
|
243
243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/neptune-graph-2023-11-29/CreateGraphInput AWS API Documentation
|
@@ -264,7 +264,7 @@ module Aws::NeptuneGraph
|
|
264
264
|
#
|
265
265
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
266
266
|
# its first character must be a letter. It cannot end with a hyphen or
|
267
|
-
# contain two consecutive hyphens.
|
267
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
268
268
|
# @return [String]
|
269
269
|
#
|
270
270
|
# @!attribute [rw] arn
|
@@ -287,7 +287,7 @@ module Aws::NeptuneGraph
|
|
287
287
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
288
288
|
# use for the graph.
|
289
289
|
#
|
290
|
-
# Min =
|
290
|
+
# Min = 16
|
291
291
|
# @return [Integer]
|
292
292
|
#
|
293
293
|
# @!attribute [rw] endpoint
|
@@ -364,7 +364,7 @@ module Aws::NeptuneGraph
|
|
364
364
|
#
|
365
365
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
366
366
|
# its first character must be a letter. It cannot end with a hyphen or
|
367
|
-
# contain two consecutive hyphens.
|
367
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
368
368
|
# @return [String]
|
369
369
|
#
|
370
370
|
# @!attribute [rw] tags
|
@@ -431,7 +431,7 @@ module Aws::NeptuneGraph
|
|
431
431
|
#
|
432
432
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
433
433
|
# its first character must be a letter. It cannot end with a hyphen or
|
434
|
-
# contain two consecutive hyphens.
|
434
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
435
435
|
# @return [String]
|
436
436
|
#
|
437
437
|
# @!attribute [rw] tags
|
@@ -491,7 +491,7 @@ module Aws::NeptuneGraph
|
|
491
491
|
#
|
492
492
|
# @!attribute [rw] min_provisioned_memory
|
493
493
|
# The minimum provisioned memory-optimized Neptune Capacity Units
|
494
|
-
# (m-NCUs) to use for the graph. Default:
|
494
|
+
# (m-NCUs) to use for the graph. Default: 16
|
495
495
|
# @return [Integer]
|
496
496
|
#
|
497
497
|
# @!attribute [rw] fail_on_error
|
@@ -805,7 +805,7 @@ module Aws::NeptuneGraph
|
|
805
805
|
#
|
806
806
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
807
807
|
# its first character must be a letter. It cannot end with a hyphen or
|
808
|
-
# contain two consecutive hyphens.
|
808
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
809
809
|
# @return [String]
|
810
810
|
#
|
811
811
|
# @!attribute [rw] arn
|
@@ -1330,7 +1330,7 @@ module Aws::NeptuneGraph
|
|
1330
1330
|
#
|
1331
1331
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
1332
1332
|
# its first character must be a letter. It cannot end with a hyphen or
|
1333
|
-
# contain two consecutive hyphens.
|
1333
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
1334
1334
|
# @return [String]
|
1335
1335
|
#
|
1336
1336
|
# @!attribute [rw] arn
|
@@ -1715,7 +1715,7 @@ module Aws::NeptuneGraph
|
|
1715
1715
|
#
|
1716
1716
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
1717
1717
|
# its first character must be a letter. It cannot end with a hyphen or
|
1718
|
-
# contain two consecutive hyphens.
|
1718
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
1719
1719
|
# @return [String]
|
1720
1720
|
#
|
1721
1721
|
# @!attribute [rw] arn
|
@@ -2518,14 +2518,14 @@ module Aws::NeptuneGraph
|
|
2518
2518
|
#
|
2519
2519
|
# The name must contain from 1 to 63 letters, numbers, or hyphens, and
|
2520
2520
|
# its first character must be a letter. It cannot end with a hyphen or
|
2521
|
-
# contain two consecutive hyphens.
|
2521
|
+
# contain two consecutive hyphens. Only lowercase letters are allowed.
|
2522
2522
|
# @return [String]
|
2523
2523
|
#
|
2524
2524
|
# @!attribute [rw] provisioned_memory
|
2525
2525
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
2526
2526
|
# use for the graph.
|
2527
2527
|
#
|
2528
|
-
# Min =
|
2528
|
+
# Min = 16
|
2529
2529
|
# @return [Integer]
|
2530
2530
|
#
|
2531
2531
|
# @!attribute [rw] deletion_protection
|
@@ -3006,7 +3006,7 @@ module Aws::NeptuneGraph
|
|
3006
3006
|
# The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
|
3007
3007
|
# use for the graph.
|
3008
3008
|
#
|
3009
|
-
# Min =
|
3009
|
+
# Min = 16
|
3010
3010
|
# @return [Integer]
|
3011
3011
|
#
|
3012
3012
|
# @!attribute [rw] deletion_protection
|
data/lib/aws-sdk-neptunegraph.rb
CHANGED
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.
|
4
|
+
version: 1.30.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: 2025-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|