aws-sdk-neptunegraph 1.4.0 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed56e747212fec56caae70446d1728e5441decb309a72a4ce2a1159f137e4c92
4
- data.tar.gz: 6b949a8cd251ba69d9e92e2f70ccdb0c1a64d8203feca00141c13860196e9751
3
+ metadata.gz: c173103569b1b83024481a73ef00a13ed912424ce979389e16cc124f45c49ef7
4
+ data.tar.gz: 66ad2ae39150d15cf31a9e13ac51e32195f62d3cab993f46ee229d7d3c1b06e4
5
5
  SHA512:
6
- metadata.gz: 617790114e2ab5059e5c29097607ffbb4df8ec7013d6dcb05fd968c115eb2fa973e9096bc1eb8e9c7bc1c9889db0ac4ae9a0435f292c5d8b096c6732e4c691ec
7
- data.tar.gz: 5a8df0569ae6d8845c1ac9f6d58fd259d954bda9b16be7d147b9da1b0550f6ebb71bc7e007f14b59f54f12280835f744ffab51b0b2bd8f6db839c25a7c3b983f
6
+ metadata.gz: cd943c9a098a39d6dbcaea2ef799a67295bae528da8a93dd174826585112ec69d698b1fa478de35694d6f1272dd7e8f188d8a41f482492f548051dd567778a07
7
+ data.tar.gz: 70579bf61632a03448b8c9a1ac085fa27dc62638896fdcc7f1fc9c8fd555fd02f7db17a1577ba565f5ba6b15c5b4e0c84fb1b4d832a88b26865447de737af7e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.5.0 (2024-03-28)
5
+ ------------------
6
+
7
+ * Feature - Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes.
8
+
4
9
  1.4.0 (2024-02-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.5.0
@@ -531,7 +531,7 @@ module Aws::NeptuneGraph
531
531
  # resp.id #=> String
532
532
  # resp.name #=> String
533
533
  # resp.arn #=> String
534
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
534
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
535
535
  # resp.status_reason #=> String
536
536
  # resp.create_time #=> Time
537
537
  # resp.provisioned_memory #=> Integer
@@ -764,7 +764,11 @@ module Aws::NeptuneGraph
764
764
 
765
765
  # Create a private graph endpoint to allow private access from to the
766
766
  # graph from within a VPC. You can attach security groups to the private
767
- # graph endpoint. VPC endpoint charges apply.
767
+ # graph endpoint.
768
+ #
769
+ # <note markdown="1"> VPC endpoint charges apply.
770
+ #
771
+ # </note>
768
772
  #
769
773
  # @option params [required, String] :graph_identifier
770
774
  # The unique identifier of the Neptune Analytics graph.
@@ -853,7 +857,7 @@ module Aws::NeptuneGraph
853
857
  # resp.id #=> String
854
858
  # resp.name #=> String
855
859
  # resp.arn #=> String
856
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
860
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
857
861
  # resp.status_reason #=> String
858
862
  # resp.create_time #=> Time
859
863
  # resp.provisioned_memory #=> Integer
@@ -954,9 +958,7 @@ module Aws::NeptuneGraph
954
958
  req.send_request(options)
955
959
  end
956
960
 
957
- # Execute an openCypher query. Currently, the SDK does not support
958
- # parameterized queries. If you want to make a parameterized query call,
959
- # you can use an HTTP request.
961
+ # Execute an openCypher query.
960
962
  #
961
963
  # When invoking this operation in a Neptune Analytics cluster, the IAM
962
964
  # user or role making the request must have a policy attached that
@@ -969,13 +971,6 @@ module Aws::NeptuneGraph
969
971
  #
970
972
  # * neptune-graph:DeleteDataViaQuery
971
973
  #
972
- # <note markdown="1"> Non-parametrized queries are not considered for plan caching. You can
973
- # force plan caching with `planCache=enabled`. The plan cache will be
974
- # reused only for the same exact query. Slight variations in the query
975
- # will not be able to reuse the query plan cache.
976
- #
977
- # </note>
978
- #
979
974
  # @option params [required, String] :graph_identifier
980
975
  # The unique identifier of the Neptune Analytics graph.
981
976
  #
@@ -1071,7 +1066,7 @@ module Aws::NeptuneGraph
1071
1066
  # resp.id #=> String
1072
1067
  # resp.name #=> String
1073
1068
  # resp.arn #=> String
1074
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
1069
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
1075
1070
  # resp.status_reason #=> String
1076
1071
  # resp.create_time #=> Time
1077
1072
  # resp.provisioned_memory #=> Integer
@@ -1457,7 +1452,7 @@ module Aws::NeptuneGraph
1457
1452
  # resp.graphs[0].id #=> String
1458
1453
  # resp.graphs[0].name #=> String
1459
1454
  # resp.graphs[0].arn #=> String
1460
- # resp.graphs[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
1455
+ # resp.graphs[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
1461
1456
  # resp.graphs[0].provisioned_memory #=> Integer
1462
1457
  # resp.graphs[0].public_connectivity #=> Boolean
1463
1458
  # resp.graphs[0].endpoint #=> String
@@ -1693,7 +1688,7 @@ module Aws::NeptuneGraph
1693
1688
  # resp.id #=> String
1694
1689
  # resp.name #=> String
1695
1690
  # resp.arn #=> String
1696
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
1691
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
1697
1692
  # resp.status_reason #=> String
1698
1693
  # resp.create_time #=> Time
1699
1694
  # resp.provisioned_memory #=> Integer
@@ -1730,7 +1725,9 @@ module Aws::NeptuneGraph
1730
1725
  #
1731
1726
  # @option params [Integer] :provisioned_memory
1732
1727
  # The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
1733
- # use for the graph. Min = 128
1728
+ # use for the graph.
1729
+ #
1730
+ # Min = 128
1734
1731
  #
1735
1732
  # @option params [Boolean] :deletion_protection
1736
1733
  # A value that indicates whether the graph has deletion protection
@@ -1787,7 +1784,7 @@ module Aws::NeptuneGraph
1787
1784
  # resp.id #=> String
1788
1785
  # resp.name #=> String
1789
1786
  # resp.arn #=> String
1790
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
1787
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
1791
1788
  # resp.status_reason #=> String
1792
1789
  # resp.create_time #=> Time
1793
1790
  # resp.provisioned_memory #=> Integer
@@ -1889,7 +1886,9 @@ module Aws::NeptuneGraph
1889
1886
  #
1890
1887
  # @option params [Integer] :provisioned_memory
1891
1888
  # The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
1892
- # use for the graph. Min = 128
1889
+ # use for the graph.
1890
+ #
1891
+ # Min = 128
1893
1892
  #
1894
1893
  # @option params [Boolean] :deletion_protection
1895
1894
  # A value that indicates whether the graph has deletion protection
@@ -1928,7 +1927,7 @@ module Aws::NeptuneGraph
1928
1927
  # resp.id #=> String
1929
1928
  # resp.name #=> String
1930
1929
  # resp.arn #=> String
1931
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED"
1930
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "RESETTING", "UPDATING", "SNAPSHOTTING", "FAILED", "IMPORTING"
1932
1931
  # resp.status_reason #=> String
1933
1932
  # resp.create_time #=> Time
1934
1933
  # resp.provisioned_memory #=> Integer
@@ -1963,7 +1962,7 @@ module Aws::NeptuneGraph
1963
1962
  params: params,
1964
1963
  config: config)
1965
1964
  context[:gem_name] = 'aws-sdk-neptunegraph'
1966
- context[:gem_version] = '1.4.0'
1965
+ context[:gem_version] = '1.5.0'
1967
1966
  Seahorse::Client::Request.new(handlers, context)
1968
1967
  end
1969
1968
 
@@ -210,7 +210,9 @@ module Aws::NeptuneGraph
210
210
  #
211
211
  # @!attribute [rw] provisioned_memory
212
212
  # The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
213
- # use for the graph. Min = 128
213
+ # use for the graph.
214
+ #
215
+ # Min = 128
214
216
  # @return [Integer]
215
217
  #
216
218
  # @!attribute [rw] endpoint
@@ -220,6 +222,11 @@ module Aws::NeptuneGraph
220
222
  # @!attribute [rw] public_connectivity
221
223
  # Specifies whether or not the graph can be reachable over the
222
224
  # internet. All access to graphs is IAM authenticated.
225
+ #
226
+ # <note markdown="1"> If enabling public connectivity for the first time, there will be a
227
+ # delay while it is enabled.
228
+ #
229
+ # </note>
223
230
  # @return [Boolean]
224
231
  #
225
232
  # @!attribute [rw] vector_search_configuration
@@ -229,6 +236,8 @@ module Aws::NeptuneGraph
229
236
  #
230
237
  # @!attribute [rw] replica_count
231
238
  # The number of replicas in other AZs.
239
+ #
240
+ # Default: If not specified, the default value is 1.
232
241
  # @return [Integer]
233
242
  #
234
243
  # @!attribute [rw] kms_key_identifier
@@ -2117,7 +2126,9 @@ module Aws::NeptuneGraph
2117
2126
  #
2118
2127
  # @!attribute [rw] provisioned_memory
2119
2128
  # The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
2120
- # use for the graph. Min = 128
2129
+ # use for the graph.
2130
+ #
2131
+ # Min = 128
2121
2132
  # @return [Integer]
2122
2133
  #
2123
2134
  # @!attribute [rw] deletion_protection
@@ -2374,7 +2385,9 @@ module Aws::NeptuneGraph
2374
2385
  #
2375
2386
  # @!attribute [rw] provisioned_memory
2376
2387
  # The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to
2377
- # use for the graph. Min = 128
2388
+ # use for the graph.
2389
+ #
2390
+ # Min = 128
2378
2391
  # @return [Integer]
2379
2392
  #
2380
2393
  # @!attribute [rw] deletion_protection
@@ -289,7 +289,7 @@ module Aws::NeptuneGraph
289
289
  acceptors: [
290
290
  {
291
291
  "matcher" => "path",
292
- "argument" => "status != 'CANCELLING'",
292
+ "argument" => "status != 'CANCELLING' && status != 'CANCELLED'",
293
293
  "state" => "failure",
294
294
  "expected" => true
295
295
  },
@@ -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.4.0'
56
+ GEM_VERSION = '1.5.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -99,7 +99,7 @@ module Aws
99
99
  def id: () -> ::String
100
100
  def name: () -> ::String
101
101
  def arn: () -> ::String
102
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
102
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
103
103
  def status_reason: () -> ::String
104
104
  def create_time: () -> ::Time
105
105
  def provisioned_memory: () -> ::Integer
@@ -204,7 +204,7 @@ module Aws
204
204
  def id: () -> ::String
205
205
  def name: () -> ::String
206
206
  def arn: () -> ::String
207
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
207
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
208
208
  def status_reason: () -> ::String
209
209
  def create_time: () -> ::Time
210
210
  def provisioned_memory: () -> ::Integer
@@ -276,7 +276,7 @@ module Aws
276
276
  def id: () -> ::String
277
277
  def name: () -> ::String
278
278
  def arn: () -> ::String
279
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
279
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
280
280
  def status_reason: () -> ::String
281
281
  def create_time: () -> ::Time
282
282
  def provisioned_memory: () -> ::Integer
@@ -449,7 +449,7 @@ module Aws
449
449
  def id: () -> ::String
450
450
  def name: () -> ::String
451
451
  def arn: () -> ::String
452
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
452
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
453
453
  def status_reason: () -> ::String
454
454
  def create_time: () -> ::Time
455
455
  def provisioned_memory: () -> ::Integer
@@ -474,7 +474,7 @@ module Aws
474
474
  def id: () -> ::String
475
475
  def name: () -> ::String
476
476
  def arn: () -> ::String
477
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
477
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
478
478
  def status_reason: () -> ::String
479
479
  def create_time: () -> ::Time
480
480
  def provisioned_memory: () -> ::Integer
@@ -524,7 +524,7 @@ module Aws
524
524
  def id: () -> ::String
525
525
  def name: () -> ::String
526
526
  def arn: () -> ::String
527
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
527
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
528
528
  def status_reason: () -> ::String
529
529
  def create_time: () -> ::Time
530
530
  def provisioned_memory: () -> ::Integer
data/sig/types.rbs CHANGED
@@ -56,7 +56,7 @@ module Aws::NeptuneGraph
56
56
  attr_accessor id: ::String
57
57
  attr_accessor name: ::String
58
58
  attr_accessor arn: ::String
59
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
59
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
60
60
  attr_accessor status_reason: ::String
61
61
  attr_accessor create_time: ::Time
62
62
  attr_accessor provisioned_memory: ::Integer
@@ -144,7 +144,7 @@ module Aws::NeptuneGraph
144
144
  attr_accessor id: ::String
145
145
  attr_accessor name: ::String
146
146
  attr_accessor arn: ::String
147
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
147
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
148
148
  attr_accessor status_reason: ::String
149
149
  attr_accessor create_time: ::Time
150
150
  attr_accessor provisioned_memory: ::Integer
@@ -220,7 +220,7 @@ module Aws::NeptuneGraph
220
220
  attr_accessor id: ::String
221
221
  attr_accessor name: ::String
222
222
  attr_accessor arn: ::String
223
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
223
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
224
224
  attr_accessor status_reason: ::String
225
225
  attr_accessor create_time: ::Time
226
226
  attr_accessor provisioned_memory: ::Integer
@@ -345,7 +345,7 @@ module Aws::NeptuneGraph
345
345
  attr_accessor id: ::String
346
346
  attr_accessor name: ::String
347
347
  attr_accessor arn: ::String
348
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
348
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
349
349
  attr_accessor provisioned_memory: ::Integer
350
350
  attr_accessor public_connectivity: bool
351
351
  attr_accessor endpoint: ::String
@@ -507,7 +507,7 @@ module Aws::NeptuneGraph
507
507
  attr_accessor id: ::String
508
508
  attr_accessor name: ::String
509
509
  attr_accessor arn: ::String
510
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
510
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
511
511
  attr_accessor status_reason: ::String
512
512
  attr_accessor create_time: ::Time
513
513
  attr_accessor provisioned_memory: ::Integer
@@ -542,7 +542,7 @@ module Aws::NeptuneGraph
542
542
  attr_accessor id: ::String
543
543
  attr_accessor name: ::String
544
544
  attr_accessor arn: ::String
545
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
545
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
546
546
  attr_accessor status_reason: ::String
547
547
  attr_accessor create_time: ::Time
548
548
  attr_accessor provisioned_memory: ::Integer
@@ -607,7 +607,7 @@ module Aws::NeptuneGraph
607
607
  attr_accessor id: ::String
608
608
  attr_accessor name: ::String
609
609
  attr_accessor arn: ::String
610
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED")
610
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING")
611
611
  attr_accessor status_reason: ::String
612
612
  attr_accessor create_time: ::Time
613
613
  attr_accessor provisioned_memory: ::Integer
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.0
4
+ version: 1.5.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-02-12 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core