aws-sdk-neptunedata 1.3.0 → 1.4.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: 27709a29afb525e2640585c53f5f306b46cb8167f4d8e62d1db4613d4debab74
4
- data.tar.gz: 6001c961c20336ca30cc3aa2e732647b16b56cc60ffc3d04461960146c314714
3
+ metadata.gz: 71f98fb6c9100b795cee57ef8ea9f18ce6ee3d76abfb9dabbb605b954642588d
4
+ data.tar.gz: adb55f0246e90296ad37809cbdab7adc889b390ceaba561c4cd55ef183787dc8
5
5
  SHA512:
6
- metadata.gz: 8a043347f8234f81a6ec21d0b87f09e1604480fd00a3fb4abba67d1ec5ad9c79488749aa459a3af79825339e04d2a22487a722e02752a295bc365c0be9f93d20
7
- data.tar.gz: 4c2143a4d0f400a4ef1d93e639535aa1d834b07c7578011c23e6251f5f6e6b6b4e96d53910ad99109b6c025f8844bbc34dc5b05e49cf0263c7046c60e4b6165b
6
+ metadata.gz: 6a70a2f231c527dd45fa7a78f157c3b373af68c2477257a886f0b8e3e004fd92ca8e9a84acde5463df2b484f2f661ef1d52d7ae2f5501e31ffc95b8f97ae37ca
7
+ data.tar.gz: 2540809b64a56dbd5f304d3361733590d456d0bae710fc4cf46e0da13163031a4197aaf11e3f8424eeb72f7d1f88ad99e606e788f9500258f1a349ebc5ba65c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2023-10-19)
5
+ ------------------
6
+
7
+ * Feature - Doc changes to add IAM action mappings for the data actions.
8
+
4
9
  1.3.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -391,9 +391,15 @@ module Aws::Neptunedata
391
391
  # Cancels a Gremlin query. See [Gremlin query cancellation][1] for more
392
392
  # information.
393
393
  #
394
+ # When invoking this operation in a Neptune cluster that has IAM
395
+ # authentication enabled, the IAM user or role making the request must
396
+ # have a policy attached that allows the [neptune-db:CancelQuery][2] IAM
397
+ # action in that cluster.
398
+ #
394
399
  #
395
400
  #
396
401
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html
402
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery
397
403
  #
398
404
  # @option params [required, String] :query_id
399
405
  # The unique identifier that identifies the query to be canceled.
@@ -421,13 +427,18 @@ module Aws::Neptunedata
421
427
  req.send_request(options)
422
428
  end
423
429
 
424
- # Cancels a specified load job. This is an HTTP `DELETE` request.
430
+ # Cancels a specified load job. This is an HTTP `DELETE` request. See
431
+ # [Neptune Loader Get-Status API][1] for more information.
425
432
  #
426
- # See [Neptune Loader Get-Status API][1] for more information.
433
+ # When invoking this operation in a Neptune cluster that has IAM
434
+ # authentication enabled, the IAM user or role making the request must
435
+ # have a policy attached that allows the [neptune-db:CancelLoaderJob][2]
436
+ # IAM action in that cluster..
427
437
  #
428
438
  #
429
439
  #
430
440
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm
441
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelloaderjob
431
442
  #
432
443
  # @option params [required, String] :load_id
433
444
  # The ID of the load job to be deleted.
@@ -458,9 +469,15 @@ module Aws::Neptunedata
458
469
  # Cancels a Neptune ML data processing job. See [The `dataprocessing`
459
470
  # command][1].
460
471
  #
472
+ # When invoking this operation in a Neptune cluster that has IAM
473
+ # authentication enabled, the IAM user or role making the request must
474
+ # have a policy attached that allows the
475
+ # [neptune-db:CancelMLDataProcessingJob][2] IAM action in that cluster.
476
+ #
461
477
  #
462
478
  #
463
479
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html
480
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmldataprocessingjob
464
481
  #
465
482
  # @option params [required, String] :id
466
483
  # The unique identifier of the data-processing job.
@@ -502,9 +519,15 @@ module Aws::Neptunedata
502
519
  # Cancels a Neptune ML model training job. See [Model training using the
503
520
  # `modeltraining` command][1].
504
521
  #
522
+ # When invoking this operation in a Neptune cluster that has IAM
523
+ # authentication enabled, the IAM user or role making the request must
524
+ # have a policy attached that allows the
525
+ # [neptune-db:CancelMLModelTrainingJob][2] IAM action in that cluster.
526
+ #
505
527
  #
506
528
  #
507
529
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html
530
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltrainingjob
508
531
  #
509
532
  # @option params [required, String] :id
510
533
  # The unique identifier of the model-training job to be canceled.
@@ -546,9 +569,15 @@ module Aws::Neptunedata
546
569
  # Cancels a specified model transform job. See [Use a trained model to
547
570
  # generate new model artifacts][1].
548
571
  #
572
+ # When invoking this operation in a Neptune cluster that has IAM
573
+ # authentication enabled, the IAM user or role making the request must
574
+ # have a policy attached that allows the
575
+ # [neptune-db:CancelMLModelTransformJob][2] IAM action in that cluster.
576
+ #
549
577
  #
550
578
  #
551
579
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html
580
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltransformjob
552
581
  #
553
582
  # @option params [required, String] :id
554
583
  # The unique ID of the model transform job to be canceled.
@@ -590,9 +619,15 @@ module Aws::Neptunedata
590
619
  # Cancels a specified openCypher query. See [Neptune openCypher status
591
620
  # endpoint][1] for more information.
592
621
  #
622
+ # When invoking this operation in a Neptune cluster that has IAM
623
+ # authentication enabled, the IAM user or role making the request must
624
+ # have a policy attached that allows the [neptune-db:CancelQuery][2] IAM
625
+ # action in that cluster.
626
+ #
593
627
  #
594
628
  #
595
629
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html
630
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery
596
631
  #
597
632
  # @option params [required, String] :query_id
598
633
  # The unique ID of the openCypher query to cancel.
@@ -631,9 +666,15 @@ module Aws::Neptunedata
631
666
  # specific model that the model-training process constructed. See
632
667
  # [Managing inference endpoints using the endpoints command][1].
633
668
  #
669
+ # When invoking this operation in a Neptune cluster that has IAM
670
+ # authentication enabled, the IAM user or role making the request must
671
+ # have a policy attached that allows the
672
+ # [neptune-db:CreateMLEndpoint][2] IAM action in that cluster.
673
+ #
634
674
  #
635
675
  #
636
676
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html
677
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#createmlendpoint
637
678
  #
638
679
  # @option params [String] :id
639
680
  # A unique identifier for the new inference endpoint. The default is an
@@ -718,9 +759,15 @@ module Aws::Neptunedata
718
759
  # Cancels the creation of a Neptune ML inference endpoint. See [Managing
719
760
  # inference endpoints using the endpoints command][1].
720
761
  #
762
+ # When invoking this operation in a Neptune cluster that has IAM
763
+ # authentication enabled, the IAM user or role making the request must
764
+ # have a policy attached that allows the
765
+ # [neptune-db:DeleteMLEndpoint][2] IAM action in that cluster.
766
+ #
721
767
  #
722
768
  #
723
769
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html
770
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletemlendpoint
724
771
  #
725
772
  # @option params [required, String] :id
726
773
  # The unique identifier of the inference endpoint.
@@ -761,6 +808,15 @@ module Aws::Neptunedata
761
808
 
762
809
  # Deletes statistics for Gremlin and openCypher (property graph) data.
763
810
  #
811
+ # When invoking this operation in a Neptune cluster that has IAM
812
+ # authentication enabled, the IAM user or role making the request must
813
+ # have a policy attached that allows the
814
+ # [neptune-db:DeleteStatistics][1] IAM action in that cluster.
815
+ #
816
+ #
817
+ #
818
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics
819
+ #
764
820
  # @return [Types::DeletePropertygraphStatisticsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
765
821
  #
766
822
  # * {Types::DeletePropertygraphStatisticsOutput#status_code #status_code} => Integer
@@ -785,6 +841,15 @@ module Aws::Neptunedata
785
841
 
786
842
  # Deletes SPARQL statistics
787
843
  #
844
+ # When invoking this operation in a Neptune cluster that has IAM
845
+ # authentication enabled, the IAM user or role making the request must
846
+ # have a policy attached that allows the
847
+ # [neptune-db:DeleteStatistics][1] IAM action in that cluster.
848
+ #
849
+ #
850
+ #
851
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics
852
+ #
788
853
  # @return [Types::DeleteSparqlStatisticsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
854
  #
790
855
  # * {Types::DeleteSparqlStatisticsOutput#status_code #status_code} => Integer
@@ -816,9 +881,15 @@ module Aws::Neptunedata
816
881
  # `ExecuteFastReset` again with `action` set to `performDatabaseReset`.
817
882
  # See [Empty an Amazon Neptune DB cluster using the fast reset API][1].
818
883
  #
884
+ # When invoking this operation in a Neptune cluster that has IAM
885
+ # authentication enabled, the IAM user or role making the request must
886
+ # have a policy attached that allows the [neptune-db:ResetDatabase][2]
887
+ # IAM action in that cluster.
888
+ #
819
889
  #
820
890
  #
821
891
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-fast-reset.html
892
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#resetdatabase
822
893
  #
823
894
  # @option params [required, String] :action
824
895
  # The fast reset action. One of the following values:
@@ -873,9 +944,30 @@ module Aws::Neptunedata
873
944
  # as explained in [Tuning Gremlin queries][1]. You can also use query
874
945
  # hints to improve query execution plans.
875
946
  #
947
+ # When invoking this operation in a Neptune cluster that has IAM
948
+ # authentication enabled, the IAM user or role making the request must
949
+ # have a policy attached that allows one of the following IAM actions in
950
+ # that cluster, depending on the query:
951
+ #
952
+ # * [neptune-db:ReadDataViaQuery][2]
953
+ #
954
+ # * [neptune-db:WriteDataViaQuery][3]
955
+ #
956
+ # * [neptune-db:DeleteDataViaQuery][4]
957
+ #
958
+ # Note that the [neptune-db:QueryLanguage:Gremlin][5] IAM condition key
959
+ # can be used in the policy document to restrict the use of Gremlin
960
+ # queries (see [Condition keys available in Neptune IAM data-access
961
+ # policy statements][6]).
962
+ #
876
963
  #
877
964
  #
878
965
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-traversal-tuning.html
966
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
967
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery
968
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery
969
+ # [5]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
970
+ # [6]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
879
971
  #
880
972
  # @option params [required, String] :gremlin_query
881
973
  # The Gremlin explain query string.
@@ -907,9 +999,22 @@ module Aws::Neptunedata
907
999
  # collects various metrics about the run, and produces a profile report
908
1000
  # as output. See [Gremlin profile API in Neptune][1] for details.
909
1001
  #
1002
+ # When invoking this operation in a Neptune cluster that has IAM
1003
+ # authentication enabled, the IAM user or role making the request must
1004
+ # have a policy attached that allows the
1005
+ # [neptune-db:ReadDataViaQuery][2] IAM action in that cluster.
1006
+ #
1007
+ # Note that the [neptune-db:QueryLanguage:Gremlin][3] IAM condition key
1008
+ # can be used in the policy document to restrict the use of Gremlin
1009
+ # queries (see [Condition keys available in Neptune IAM data-access
1010
+ # policy statements][4]).
1011
+ #
910
1012
  #
911
1013
  #
912
1014
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html
1015
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
1016
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1017
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
913
1018
  #
914
1019
  # @option params [required, String] :gremlin_query
915
1020
  # The Gremlin query string to profile.
@@ -970,10 +1075,31 @@ module Aws::Neptunedata
970
1075
  # Graph][1] in the Apache TinkerPop3 documentation. More details can
971
1076
  # also be found in [Accessing a Neptune graph with Gremlin][2].
972
1077
  #
1078
+ # When invoking this operation in a Neptune cluster that has IAM
1079
+ # authentication enabled, the IAM user or role making the request must
1080
+ # have a policy attached that enables one of the following IAM actions
1081
+ # in that cluster, depending on the query:
1082
+ #
1083
+ # * [neptune-db:ReadDataViaQuery][3]
1084
+ #
1085
+ # * [neptune-db:WriteDataViaQuery][4]
1086
+ #
1087
+ # * [neptune-db:DeleteDataViaQuery][5]
1088
+ #
1089
+ # Note that the [neptune-db:QueryLanguage:Gremlin][6] IAM condition key
1090
+ # can be used in the policy document to restrict the use of Gremlin
1091
+ # queries (see [Condition keys available in Neptune IAM data-access
1092
+ # policy statements][7]).
1093
+ #
973
1094
  #
974
1095
  #
975
1096
  # [1]: https://tinkerpop.apache.org/docs/current/reference/#graph
976
1097
  # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin.html
1098
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
1099
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery
1100
+ # [5]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery
1101
+ # [6]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1102
+ # [7]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
977
1103
  #
978
1104
  # @option params [required, String] :gremlin_query
979
1105
  # Using this API, you can run Gremlin queries in string format much as
@@ -1028,9 +1154,22 @@ module Aws::Neptunedata
1028
1154
  # Executes an openCypher `explain` request. See [The openCypher explain
1029
1155
  # feature][1] for more information.
1030
1156
  #
1157
+ # When invoking this operation in a Neptune cluster that has IAM
1158
+ # authentication enabled, the IAM user or role making the request must
1159
+ # have a policy attached that allows the
1160
+ # [neptune-db:ReadDataViaQuery][2] IAM action in that cluster.
1161
+ #
1162
+ # Note that the [neptune-db:QueryLanguage:Opencypher][3] IAM condition
1163
+ # key can be used in the policy document to restrict the use of
1164
+ # openCypher queries (see [Condition keys available in Neptune IAM
1165
+ # data-access policy statements][4]).
1166
+ #
1031
1167
  #
1032
1168
  #
1033
1169
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-explain.html
1170
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
1171
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1172
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1034
1173
  #
1035
1174
  # @option params [required, String] :open_cypher_query
1036
1175
  # The openCypher query string.
@@ -1080,10 +1219,31 @@ module Aws::Neptunedata
1080
1219
  # open-sourced in 2015 and contributed to the [openCypher project][2]
1081
1220
  # under an Apache 2 open-source license.
1082
1221
  #
1222
+ # Note that when invoking this operation in a Neptune cluster that has
1223
+ # IAM authentication enabled, the IAM user or role making the request
1224
+ # must have a policy attached that allows one of the following IAM
1225
+ # actions in that cluster, depending on the query:
1226
+ #
1227
+ # * [neptune-db:ReadDataViaQuery][3]
1228
+ #
1229
+ # * [neptune-db:WriteDataViaQuery][4]
1230
+ #
1231
+ # * [neptune-db:DeleteDataViaQuery][5]
1232
+ #
1233
+ # Note also that the [neptune-db:QueryLanguage:Opencypher][6] IAM
1234
+ # condition key can be used in the policy document to restrict the use
1235
+ # of openCypher queries (see [Condition keys available in Neptune IAM
1236
+ # data-access policy statements][7]).
1237
+ #
1083
1238
  #
1084
1239
  #
1085
1240
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher.html
1086
1241
  # [2]: https://opencypher.org/
1242
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery
1243
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery
1244
+ # [5]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery
1245
+ # [6]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1246
+ # [7]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1087
1247
  #
1088
1248
  # @option params [required, String] :open_cypher_query
1089
1249
  # The openCypher query string to be executed.
@@ -1120,7 +1280,16 @@ module Aws::Neptunedata
1120
1280
  req.send_request(options)
1121
1281
  end
1122
1282
 
1123
- # Check the status of the graph database on the host.
1283
+ # Retrieves the status of the graph database on the host.
1284
+ #
1285
+ # When invoking this operation in a Neptune cluster that has IAM
1286
+ # authentication enabled, the IAM user or role making the request must
1287
+ # have a policy attached that allows the [neptune-db:GetEngineStatus][1]
1288
+ # IAM action in that cluster.
1289
+ #
1290
+ #
1291
+ #
1292
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getenginestatus
1124
1293
  #
1125
1294
  # @return [Types::GetEngineStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1126
1295
  #
@@ -1167,6 +1336,22 @@ module Aws::Neptunedata
1167
1336
 
1168
1337
  # Gets the status of a specified Gremlin query.
1169
1338
  #
1339
+ # When invoking this operation in a Neptune cluster that has IAM
1340
+ # authentication enabled, the IAM user or role making the request must
1341
+ # have a policy attached that allows the [neptune-db:GetQueryStatus][1]
1342
+ # IAM action in that cluster.
1343
+ #
1344
+ # Note that the [neptune-db:QueryLanguage:Gremlin][2] IAM condition key
1345
+ # can be used in the policy document to restrict the use of Gremlin
1346
+ # queries (see [Condition keys available in Neptune IAM data-access
1347
+ # policy statements][3]).
1348
+ #
1349
+ #
1350
+ #
1351
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus
1352
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1353
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1354
+ #
1170
1355
  # @option params [required, String] :query_id
1171
1356
  # The unique identifier that identifies the Gremlin query.
1172
1357
  #
@@ -1205,9 +1390,15 @@ module Aws::Neptunedata
1205
1390
  #
1206
1391
  # See [Neptune Loader Get-Status API][1] for more information.
1207
1392
  #
1393
+ # When invoking this operation in a Neptune cluster that has IAM
1394
+ # authentication enabled, the IAM user or role making the request must
1395
+ # have a policy attached that allows the
1396
+ # [neptune-db:GetLoaderJobStatus][2] IAM action in that cluster..
1397
+ #
1208
1398
  #
1209
1399
  #
1210
1400
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm
1401
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getloaderjobstatus
1211
1402
  #
1212
1403
  # @option params [required, String] :load_id
1213
1404
  # The load ID of the load job to get the status of.
@@ -1263,9 +1454,16 @@ module Aws::Neptunedata
1263
1454
  # Retrieves information about a specified data processing job. See [The
1264
1455
  # `dataprocessing` command][1].
1265
1456
  #
1457
+ # When invoking this operation in a Neptune cluster that has IAM
1458
+ # authentication enabled, the IAM user or role making the request must
1459
+ # have a policy attached that allows the
1460
+ # [neptune-db:neptune-db:GetMLDataProcessingJobStatus][2] IAM action in
1461
+ # that cluster.
1462
+ #
1266
1463
  #
1267
1464
  #
1268
1465
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html
1466
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmldataprocessingjobstatus
1269
1467
  #
1270
1468
  # @option params [required, String] :id
1271
1469
  # The unique identifier of the data-processing job to be retrieved.
@@ -1311,9 +1509,15 @@ module Aws::Neptunedata
1311
1509
  # Retrieves details about an inference endpoint. See [Managing inference
1312
1510
  # endpoints using the endpoints command][1].
1313
1511
  #
1512
+ # When invoking this operation in a Neptune cluster that has IAM
1513
+ # authentication enabled, the IAM user or role making the request must
1514
+ # have a policy attached that allows the
1515
+ # [neptune-db:GetMLEndpointStatus][2] IAM action in that cluster.
1516
+ #
1314
1517
  #
1315
1518
  #
1316
1519
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html
1520
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlendpointstatus
1317
1521
  #
1318
1522
  # @option params [required, String] :id
1319
1523
  # The unique identifier of the inference endpoint.
@@ -1362,9 +1566,16 @@ module Aws::Neptunedata
1362
1566
  # Retrieves information about a Neptune ML model training job. See
1363
1567
  # [Model training using the `modeltraining` command][1].
1364
1568
  #
1569
+ # When invoking this operation in a Neptune cluster that has IAM
1570
+ # authentication enabled, the IAM user or role making the request must
1571
+ # have a policy attached that allows the
1572
+ # [neptune-db:GetMLModelTrainingJobStatus][2] IAM action in that
1573
+ # cluster.
1574
+ #
1365
1575
  #
1366
1576
  #
1367
1577
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html
1578
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltrainingjobstatus
1368
1579
  #
1369
1580
  # @option params [required, String] :id
1370
1581
  # The unique identifier of the model-training job to retrieve.
@@ -1428,9 +1639,16 @@ module Aws::Neptunedata
1428
1639
  # Gets information about a specified model transform job. See [Use a
1429
1640
  # trained model to generate new model artifacts][1].
1430
1641
  #
1642
+ # When invoking this operation in a Neptune cluster that has IAM
1643
+ # authentication enabled, the IAM user or role making the request must
1644
+ # have a policy attached that allows the
1645
+ # [neptune-db:GetMLModelTransformJobStatus][2] IAM action in that
1646
+ # cluster.
1647
+ #
1431
1648
  #
1432
1649
  #
1433
1650
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html
1651
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltransformjobstatus
1434
1652
  #
1435
1653
  # @option params [required, String] :id
1436
1654
  # The unique identifier of the model-transform job to be reetrieved.
@@ -1486,6 +1704,22 @@ module Aws::Neptunedata
1486
1704
 
1487
1705
  # Retrieves the status of a specified openCypher query.
1488
1706
  #
1707
+ # When invoking this operation in a Neptune cluster that has IAM
1708
+ # authentication enabled, the IAM user or role making the request must
1709
+ # have a policy attached that allows the [neptune-db:GetQueryStatus][1]
1710
+ # IAM action in that cluster.
1711
+ #
1712
+ # Note that the [neptune-db:QueryLanguage:Opencypher][2] IAM condition
1713
+ # key can be used in the policy document to restrict the use of
1714
+ # openCypher queries (see [Condition keys available in Neptune IAM
1715
+ # data-access policy statements][3]).
1716
+ #
1717
+ #
1718
+ #
1719
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus
1720
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1721
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1722
+ #
1489
1723
  # @option params [required, String] :query_id
1490
1724
  # The unique ID of the openCypher query for which to retrieve the query
1491
1725
  # status.
@@ -1521,6 +1755,15 @@ module Aws::Neptunedata
1521
1755
 
1522
1756
  # Gets property graph statistics (Gremlin and openCypher).
1523
1757
  #
1758
+ # When invoking this operation in a Neptune cluster that has IAM
1759
+ # authentication enabled, the IAM user or role making the request must
1760
+ # have a policy attached that allows the
1761
+ # [neptune-db:GetStatisticsStatus][1] IAM action in that cluster.
1762
+ #
1763
+ #
1764
+ #
1765
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus
1766
+ #
1524
1767
  # @return [Types::GetPropertygraphStatisticsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1525
1768
  #
1526
1769
  # * {Types::GetPropertygraphStatisticsOutput#status #status} => String
@@ -1560,10 +1803,33 @@ module Aws::Neptunedata
1560
1803
  #
1561
1804
  # See [Capturing graph changes in real time using Neptune streams][2].
1562
1805
  #
1806
+ # When invoking this operation in a Neptune cluster that has IAM
1807
+ # authentication enabled, the IAM user or role making the request must
1808
+ # have a policy attached that allows the
1809
+ # [neptune-db:GetStreamRecords][3] IAM action in that cluster.
1810
+ #
1811
+ # When invoking this operation in a Neptune cluster that has IAM
1812
+ # authentication enabled, the IAM user or role making the request must
1813
+ # have a policy attached that enables one of the following IAM actions,
1814
+ # depending on the query:
1815
+ #
1816
+ # Note that you can restrict property-graph queries using the following
1817
+ # IAM context keys:
1818
+ #
1819
+ # * [neptune-db:QueryLanguage:Gremlin][4]
1820
+ #
1821
+ # * [neptune-db:QueryLanguage:Opencypher][4]
1822
+ #
1823
+ # See [Condition keys available in Neptune IAM data-access policy
1824
+ # statements][5]).
1825
+ #
1563
1826
  #
1564
1827
  #
1565
1828
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams
1566
1829
  # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/streams.html
1830
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords
1831
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
1832
+ # [5]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1567
1833
  #
1568
1834
  # @option params [Integer] :limit
1569
1835
  # Specifies the maximum number of records to return. There is also a
@@ -1654,6 +1920,15 @@ module Aws::Neptunedata
1654
1920
 
1655
1921
  # Gets a graph summary for a property graph.
1656
1922
  #
1923
+ # When invoking this operation in a Neptune cluster that has IAM
1924
+ # authentication enabled, the IAM user or role making the request must
1925
+ # have a policy attached that allows the [neptune-db:GetGraphSummary][1]
1926
+ # IAM action in that cluster.
1927
+ #
1928
+ #
1929
+ #
1930
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary
1931
+ #
1657
1932
  # @option params [String] :mode
1658
1933
  # Mode can take one of two values: `BASIC` (the default), and
1659
1934
  # `DETAILED`.
@@ -1714,6 +1989,15 @@ module Aws::Neptunedata
1714
1989
 
1715
1990
  # Gets a graph summary for an RDF graph.
1716
1991
  #
1992
+ # When invoking this operation in a Neptune cluster that has IAM
1993
+ # authentication enabled, the IAM user or role making the request must
1994
+ # have a policy attached that allows the [neptune-db:GetGraphSummary][1]
1995
+ # IAM action in that cluster.
1996
+ #
1997
+ #
1998
+ #
1999
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary
2000
+ #
1717
2001
  # @option params [String] :mode
1718
2002
  # Mode can take one of two values: `BASIC` (the default), and
1719
2003
  # `DETAILED`.
@@ -1798,10 +2082,23 @@ module Aws::Neptunedata
1798
2082
  #
1799
2083
  # See [Capturing graph changes in real time using Neptune streams][2].
1800
2084
  #
2085
+ # When invoking this operation in a Neptune cluster that has IAM
2086
+ # authentication enabled, the IAM user or role making the request must
2087
+ # have a policy attached that allows the
2088
+ # [neptune-db:GetStreamRecords][3] IAM action in that cluster.
2089
+ #
2090
+ # Note that the [neptune-db:QueryLanguage:Sparql][4] IAM condition key
2091
+ # can be used in the policy document to restrict the use of SPARQL
2092
+ # queries (see [Condition keys available in Neptune IAM data-access
2093
+ # policy statements][5]).
2094
+ #
1801
2095
  #
1802
2096
  #
1803
2097
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams
1804
2098
  # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/streams.html
2099
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords
2100
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
2101
+ # [5]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1805
2102
  #
1806
2103
  # @option params [Integer] :limit
1807
2104
  # Specifies the maximum number of records to return. There is also a
@@ -1889,9 +2186,22 @@ module Aws::Neptunedata
1889
2186
  # Lists active Gremlin queries. See [Gremlin query status API][1] for
1890
2187
  # details about the output.
1891
2188
  #
2189
+ # When invoking this operation in a Neptune cluster that has IAM
2190
+ # authentication enabled, the IAM user or role making the request must
2191
+ # have a policy attached that allows the [neptune-db:GetQueryStatus][2]
2192
+ # IAM action in that cluster.
2193
+ #
2194
+ # Note that the [neptune-db:QueryLanguage:Gremlin][3] IAM condition key
2195
+ # can be used in the policy document to restrict the use of Gremlin
2196
+ # queries (see [Condition keys available in Neptune IAM data-access
2197
+ # policy statements][4]).
2198
+ #
1892
2199
  #
1893
2200
  #
1894
2201
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html
2202
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus
2203
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
2204
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
1895
2205
  #
1896
2206
  # @option params [Boolean] :include_waiting
1897
2207
  # If set to `TRUE`, the list returned includes waiting queries. The
@@ -1931,6 +2241,15 @@ module Aws::Neptunedata
1931
2241
 
1932
2242
  # Retrieves a list of the `loadIds` for all active loader jobs.
1933
2243
  #
2244
+ # When invoking this operation in a Neptune cluster that has IAM
2245
+ # authentication enabled, the IAM user or role making the request must
2246
+ # have a policy attached that allows the [neptune-db:ListLoaderJobs][1]
2247
+ # IAM action in that cluster..
2248
+ #
2249
+ #
2250
+ #
2251
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listloaderjobs
2252
+ #
1934
2253
  # @option params [Integer] :limit
1935
2254
  # The number of load IDs to list. Must be a positive integer greater
1936
2255
  # than zero and not more than `100` (which is the default).
@@ -1970,9 +2289,15 @@ module Aws::Neptunedata
1970
2289
  # Returns a list of Neptune ML data processing jobs. See [Listing active
1971
2290
  # data-processing jobs using the Neptune ML dataprocessing command][1].
1972
2291
  #
2292
+ # When invoking this operation in a Neptune cluster that has IAM
2293
+ # authentication enabled, the IAM user or role making the request must
2294
+ # have a policy attached that allows the
2295
+ # [neptune-db:ListMLDataProcessingJobs][2] IAM action in that cluster.
2296
+ #
1973
2297
  #
1974
2298
  #
1975
2299
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html#machine-learning-api-dataprocessing-list-jobs
2300
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmldataprocessingjobs
1976
2301
  #
1977
2302
  # @option params [Integer] :max_items
1978
2303
  # The maximum number of items to return (from 1 to 1024; the default is
@@ -2011,9 +2336,15 @@ module Aws::Neptunedata
2011
2336
  # Lists existing inference endpoints. See [Managing inference endpoints
2012
2337
  # using the endpoints command][1].
2013
2338
  #
2339
+ # When invoking this operation in a Neptune cluster that has IAM
2340
+ # authentication enabled, the IAM user or role making the request must
2341
+ # have a policy attached that allows the [neptune-db:ListMLEndpoints][2]
2342
+ # IAM action in that cluster.
2343
+ #
2014
2344
  #
2015
2345
  #
2016
2346
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html
2347
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlendpoints
2017
2348
  #
2018
2349
  # @option params [Integer] :max_items
2019
2350
  # The maximum number of items to return (from 1 to 1024; the default is
@@ -2052,9 +2383,16 @@ module Aws::Neptunedata
2052
2383
  # Lists Neptune ML model-training jobs. See [Model training using the
2053
2384
  # `modeltraining` command][1].
2054
2385
  #
2386
+ # When invoking this operation in a Neptune cluster that has IAM
2387
+ # authentication enabled, the IAM user or role making the request must
2388
+ # have a policy attached that allows the
2389
+ # [neptune-db:neptune-db:ListMLModelTrainingJobs][2] IAM action in that
2390
+ # cluster.
2391
+ #
2055
2392
  #
2056
2393
  #
2057
2394
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html
2395
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#neptune-db:listmlmodeltrainingjobs
2058
2396
  #
2059
2397
  # @option params [Integer] :max_items
2060
2398
  # The maximum number of items to return (from 1 to 1024; the default is
@@ -2093,9 +2431,15 @@ module Aws::Neptunedata
2093
2431
  # Returns a list of model transform job IDs. See [Use a trained model to
2094
2432
  # generate new model artifacts][1].
2095
2433
  #
2434
+ # When invoking this operation in a Neptune cluster that has IAM
2435
+ # authentication enabled, the IAM user or role making the request must
2436
+ # have a policy attached that allows the
2437
+ # [neptune-db:ListMLModelTransformJobs][2] IAM action in that cluster.
2438
+ #
2096
2439
  #
2097
2440
  #
2098
2441
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html
2442
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlmodeltransformjobs
2099
2443
  #
2100
2444
  # @option params [Integer] :max_items
2101
2445
  # The maximum number of items to return (from 1 to 1024; the default is
@@ -2134,9 +2478,22 @@ module Aws::Neptunedata
2134
2478
  # Lists active openCypher queries. See [Neptune openCypher status
2135
2479
  # endpoint][1] for more information.
2136
2480
  #
2481
+ # When invoking this operation in a Neptune cluster that has IAM
2482
+ # authentication enabled, the IAM user or role making the request must
2483
+ # have a policy attached that allows the [neptune-db:GetQueryStatus][2]
2484
+ # IAM action in that cluster.
2485
+ #
2486
+ # Note that the [neptune-db:QueryLanguage:Opencypher][3] IAM condition
2487
+ # key can be used in the policy document to restrict the use of
2488
+ # openCypher queries (see [Condition keys available in Neptune IAM
2489
+ # data-access policy statements][4]).
2490
+ #
2137
2491
  #
2138
2492
  #
2139
2493
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html
2494
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus
2495
+ # [3]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys
2496
+ # [4]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html
2140
2497
  #
2141
2498
  # @option params [Boolean] :include_waiting
2142
2499
  # When set to `TRUE` and other parameters are not present, causes status
@@ -2177,6 +2534,15 @@ module Aws::Neptunedata
2177
2534
 
2178
2535
  # Manages the generation and use of property graph statistics.
2179
2536
  #
2537
+ # When invoking this operation in a Neptune cluster that has IAM
2538
+ # authentication enabled, the IAM user or role making the request must
2539
+ # have a policy attached that allows the
2540
+ # [neptune-db:ManageStatistics][1] IAM action in that cluster.
2541
+ #
2542
+ #
2543
+ #
2544
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics
2545
+ #
2180
2546
  # @option params [String] :mode
2181
2547
  # The statistics generation mode. One of: `DISABLE_AUTOCOMPUTE`,
2182
2548
  # `ENABLE_AUTOCOMPUTE`, or `REFRESH`, the last of which manually
@@ -2209,6 +2575,15 @@ module Aws::Neptunedata
2209
2575
 
2210
2576
  # Manages the generation and use of RDF graph statistics.
2211
2577
  #
2578
+ # When invoking this operation in a Neptune cluster that has IAM
2579
+ # authentication enabled, the IAM user or role making the request must
2580
+ # have a policy attached that allows the
2581
+ # [neptune-db:ManageStatistics][1] IAM action in that cluster.
2582
+ #
2583
+ #
2584
+ #
2585
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics
2586
+ #
2212
2587
  # @option params [String] :mode
2213
2588
  # The statistics generation mode. One of: `DISABLE_AUTOCOMPUTE`,
2214
2589
  # `ENABLE_AUTOCOMPUTE`, or `REFRESH`, the last of which manually
@@ -2243,9 +2618,15 @@ module Aws::Neptunedata
2243
2618
  # into a Neptune DB instance. See [Using the Amazon Neptune Bulk Loader
2244
2619
  # to Ingest Data][1].
2245
2620
  #
2621
+ # When invoking this operation in a Neptune cluster that has IAM
2622
+ # authentication enabled, the IAM user or role making the request must
2623
+ # have a policy attached that allows the [neptune-db:StartLoaderJob][2]
2624
+ # IAM action in that cluster.
2625
+ #
2246
2626
  #
2247
2627
  #
2248
2628
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html
2629
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startloaderjob
2249
2630
  #
2250
2631
  # @option params [required, String] :source
2251
2632
  # The `source` parameter accepts an S3 URI that identifies a single
@@ -2555,9 +2936,16 @@ module Aws::Neptunedata
2555
2936
  # data exported from Neptune for training. See [The `dataprocessing`
2556
2937
  # command][1].
2557
2938
  #
2939
+ # When invoking this operation in a Neptune cluster that has IAM
2940
+ # authentication enabled, the IAM user or role making the request must
2941
+ # have a policy attached that allows the
2942
+ # [neptune-db:StartMLModelDataProcessingJob][2] IAM action in that
2943
+ # cluster.
2944
+ #
2558
2945
  #
2559
2946
  #
2560
2947
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html
2948
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeldataprocessingjob
2561
2949
  #
2562
2950
  # @option params [String] :id
2563
2951
  # A unique identifier for the new job. The default is an autogenerated
@@ -2672,9 +3060,15 @@ module Aws::Neptunedata
2672
3060
  # Creates a new Neptune ML model training job. See [Model training using
2673
3061
  # the `modeltraining` command][1].
2674
3062
  #
3063
+ # When invoking this operation in a Neptune cluster that has IAM
3064
+ # authentication enabled, the IAM user or role making the request must
3065
+ # have a policy attached that allows the
3066
+ # [neptune-db:StartMLModelTrainingJob][2] IAM action in that cluster.
3067
+ #
2675
3068
  #
2676
3069
  #
2677
3070
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html
3071
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltrainingjob
2678
3072
  #
2679
3073
  # @option params [String] :id
2680
3074
  # A unique identifier for the new job. The default is An autogenerated
@@ -2809,9 +3203,15 @@ module Aws::Neptunedata
2809
3203
  # Creates a new model transform job. See [Use a trained model to
2810
3204
  # generate new model artifacts][1].
2811
3205
  #
3206
+ # When invoking this operation in a Neptune cluster that has IAM
3207
+ # authentication enabled, the IAM user or role making the request must
3208
+ # have a policy attached that allows the
3209
+ # [neptune-db:StartMLModelTransformJob][2] IAM action in that cluster.
3210
+ #
2812
3211
  #
2813
3212
  #
2814
3213
  # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html
3214
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltransformjob
2815
3215
  #
2816
3216
  # @option params [String] :id
2817
3217
  # A unique identifier for the new job. The default is an autogenerated
@@ -2933,7 +3333,7 @@ module Aws::Neptunedata
2933
3333
  params: params,
2934
3334
  config: config)
2935
3335
  context[:gem_name] = 'aws-sdk-neptunedata'
2936
- context[:gem_version] = '1.3.0'
3336
+ context[:gem_version] = '1.4.0'
2937
3337
  Seahorse::Client::Request.new(handlers, context)
2938
3338
  end
2939
3339
 
@@ -32,7 +32,7 @@ module Aws::Neptunedata
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://neptune-db-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -1403,9 +1403,12 @@ module Aws::Neptunedata
1403
1403
 
1404
1404
  # @!attribute [rw] status
1405
1405
  # The HTTP return code of the request. If the request succeeded, the
1406
- # code is 200. See [Common error codes for DFE statistics
1407
- # request](docs.aws.amazon.comneptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors)
1406
+ # code is 200. See [Common error codes for DFE statistics request][1]
1408
1407
  # for a list of common errors.
1408
+ #
1409
+ #
1410
+ #
1411
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors
1409
1412
  # @return [String]
1410
1413
  #
1411
1414
  # @!attribute [rw] payload
@@ -1582,9 +1585,18 @@ module Aws::Neptunedata
1582
1585
 
1583
1586
  # @!attribute [rw] status
1584
1587
  # The HTTP return code of the request. If the request succeeded, the
1585
- # code is 200. See [Common error codes for DFE statistics
1586
- # request](docs.aws.amazon.comneptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors)
1588
+ # code is 200. See [Common error codes for DFE statistics request][1]
1587
1589
  # for a list of common errors.
1590
+ #
1591
+ # When invoking this operation in a Neptune cluster that has IAM
1592
+ # authentication enabled, the IAM user or role making the request must
1593
+ # have a policy attached that allows the
1594
+ # [neptune-db:GetStatisticsStatus][2] IAM action in that cluster.
1595
+ #
1596
+ #
1597
+ #
1598
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors
1599
+ # [2]: https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus
1588
1600
  # @return [String]
1589
1601
  #
1590
1602
  # @!attribute [rw] payload
@@ -2852,7 +2864,7 @@ module Aws::Neptunedata
2852
2864
  #
2853
2865
  #
2854
2866
  #
2855
- # [1]: https://docs.aws.amazon.com/neptune-graph-summary.html#neptune-graph-summary-rdf-response
2867
+ # [1]: https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-rdf-response
2856
2868
  # @return [Types::RDFGraphSummary]
2857
2869
  #
2858
2870
  # @see http://docs.aws.amazon.com/goto/WebAPI/neptunedata-2023-08-01/RDFGraphSummaryValueMap AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-neptunedata/customizations'
52
52
  # @!group service
53
53
  module Aws::Neptunedata
54
54
 
55
- GEM_VERSION = '1.3.0'
55
+ GEM_VERSION = '1.4.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-neptunedata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core