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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0d10cf36ae966cdac15b5e93504bbc86deef6a79a65dadb6d625754be00c7e2
4
- data.tar.gz: b2564fe4a600270b6f50c2871f8ed4ea1c77b58a46b4349be24d1556237d4b25
3
+ metadata.gz: c420cec68e90e6675b3230860359418ba4f7d9553128a894237720bd8ece690c
4
+ data.tar.gz: ea6346424688b237dac706a951ada31da4625f208141ad726ac0e909803763af
5
5
  SHA512:
6
- metadata.gz: 919b07c50ff9b2b9a8dd80eb5d3f535aa995c791129e85e6153f27d29ab220774ce23cbea258f202f3dcd37f704fdab5be786d8e2cde41e62638820ab9c1ba39
7
- data.tar.gz: f4c017b01c492a2ad59a4f4387ed358cdee00f556d6cde691ed23a58c7304697e6bd2409970393552d6a8c9774b647f8d805fe2274fcefb02af459ab83139924
6
+ metadata.gz: 4db750c07da07bcbad2abd4363fd83c8bb4cf5249dbc3f785f07e254b4e8cfd610147883572f75262d1061f86545dba9da423ed34e04cb9b54a5241a9318a0e5
7
+ data.tar.gz: c438e6114bab818364723fbb11d9fd3f7f8018ac0b5a516b86be1f5f7132d19e748acb2693805233696ce013bbc90d36cde580aac64e41322924f13b40bddc6d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-03-07)
5
+ ------------------
6
+
7
+ * Feature - Several small updates to resolve customer requests.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
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 = 128
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: 128
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 = 128
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 = 128
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.29.0'
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 = 128
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 = 128
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: 128
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 = 128
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 = 128
3009
+ # Min = 16
3010
3010
  # @return [Integer]
3011
3011
  #
3012
3012
  # @!attribute [rw] deletion_protection
@@ -55,7 +55,7 @@ module Aws::NeptuneGraph
55
55
  autoload :EndpointProvider, 'aws-sdk-neptunegraph/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-neptunegraph/endpoints'
57
57
 
58
- GEM_VERSION = '1.29.0'
58
+ GEM_VERSION = '1.30.0'
59
59
 
60
60
  end
61
61
 
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.29.0
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-02-18 00:00:00.000000000 Z
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