aws-sdk-neptunedata 1.1.0 → 1.3.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: 97da65d3853616bab64dd1f4450c5c60a94aa2730f340bb96da3c51f3f7f9c7a
4
- data.tar.gz: 9679f781df1c0ae263518c6307faebc01ff3a585702416390dab52ca12b685b3
3
+ metadata.gz: 27709a29afb525e2640585c53f5f306b46cb8167f4d8e62d1db4613d4debab74
4
+ data.tar.gz: 6001c961c20336ca30cc3aa2e732647b16b56cc60ffc3d04461960146c314714
5
5
  SHA512:
6
- metadata.gz: 30e17a94a659caed3120270f3ca1c8a771e77a98ee72a04dc5c4b9d129381217f5ad8baf694c113df9f6874924d9f6b61b5269fe006120da597de29fa5580d14
7
- data.tar.gz: f91ec3bce17a9cedd156f0d8c0361e45de03d4d4818da5b7c7392fb1e3c86fad22a280f697aabfe0baff71104d3afdfc5f6c7d456a24e18fc5680b4296485569
6
+ metadata.gz: 8a043347f8234f81a6ec21d0b87f09e1604480fd00a3fb4abba67d1ec5ad9c79488749aa459a3af79825339e04d2a22487a722e02752a295bc365c0be9f93d20
7
+ data.tar.gz: 4c2143a4d0f400a4ef1d93e639535aa1d834b07c7578011c23e6251f5f6e6b6b4e96d53910ad99109b6c025f8844bbc34dc5b05e49cf0263c7046c60e4b6165b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.2.0 (2023-09-07)
10
+ ------------------
11
+
12
+ * Feature - Minor changes to send unsigned requests to Neptune clusters
13
+
4
14
  1.1.0 (2023-09-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.3.0
@@ -2933,7 +2933,7 @@ module Aws::Neptunedata
2933
2933
  params: params,
2934
2934
  config: config)
2935
2935
  context[:gem_name] = 'aws-sdk-neptunedata'
2936
- context[:gem_version] = '1.1.0'
2936
+ context[:gem_version] = '1.3.0'
2937
2937
  Seahorse::Client::Request.new(handlers, context)
2938
2938
  end
2939
2939
 
@@ -996,7 +996,6 @@ module Aws::Neptunedata
996
996
  o.name = "CancelGremlinQuery"
997
997
  o.http_method = "DELETE"
998
998
  o.http_request_uri = "/gremlin/status/{queryId}"
999
- o['authtype'] = "v4"
1000
999
  o.input = Shapes::ShapeRef.new(shape: CancelGremlinQueryInput)
1001
1000
  o.output = Shapes::ShapeRef.new(shape: CancelGremlinQueryOutput)
1002
1001
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1019,7 +1018,6 @@ module Aws::Neptunedata
1019
1018
  o.name = "CancelLoaderJob"
1020
1019
  o.http_method = "DELETE"
1021
1020
  o.http_request_uri = "/loader/{loadId}"
1022
- o['authtype'] = "v4"
1023
1021
  o.input = Shapes::ShapeRef.new(shape: CancelLoaderJobInput)
1024
1022
  o.output = Shapes::ShapeRef.new(shape: CancelLoaderJobOutput)
1025
1023
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1041,7 +1039,6 @@ module Aws::Neptunedata
1041
1039
  o.name = "CancelMLDataProcessingJob"
1042
1040
  o.http_method = "DELETE"
1043
1041
  o.http_request_uri = "/ml/dataprocessing/{id}"
1044
- o['authtype'] = "v4"
1045
1042
  o.input = Shapes::ShapeRef.new(shape: CancelMLDataProcessingJobInput)
1046
1043
  o.output = Shapes::ShapeRef.new(shape: CancelMLDataProcessingJobOutput)
1047
1044
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1061,7 +1058,6 @@ module Aws::Neptunedata
1061
1058
  o.name = "CancelMLModelTrainingJob"
1062
1059
  o.http_method = "DELETE"
1063
1060
  o.http_request_uri = "/ml/modeltraining/{id}"
1064
- o['authtype'] = "v4"
1065
1061
  o.input = Shapes::ShapeRef.new(shape: CancelMLModelTrainingJobInput)
1066
1062
  o.output = Shapes::ShapeRef.new(shape: CancelMLModelTrainingJobOutput)
1067
1063
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1081,7 +1077,6 @@ module Aws::Neptunedata
1081
1077
  o.name = "CancelMLModelTransformJob"
1082
1078
  o.http_method = "DELETE"
1083
1079
  o.http_request_uri = "/ml/modeltransform/{id}"
1084
- o['authtype'] = "v4"
1085
1080
  o.input = Shapes::ShapeRef.new(shape: CancelMLModelTransformJobInput)
1086
1081
  o.output = Shapes::ShapeRef.new(shape: CancelMLModelTransformJobOutput)
1087
1082
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1101,7 +1096,6 @@ module Aws::Neptunedata
1101
1096
  o.name = "CancelOpenCypherQuery"
1102
1097
  o.http_method = "DELETE"
1103
1098
  o.http_request_uri = "/opencypher/status/{queryId}"
1104
- o['authtype'] = "v4"
1105
1099
  o.input = Shapes::ShapeRef.new(shape: CancelOpenCypherQueryInput)
1106
1100
  o.output = Shapes::ShapeRef.new(shape: CancelOpenCypherQueryOutput)
1107
1101
  o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
@@ -1125,7 +1119,6 @@ module Aws::Neptunedata
1125
1119
  o.name = "CreateMLEndpoint"
1126
1120
  o.http_method = "POST"
1127
1121
  o.http_request_uri = "/ml/endpoints"
1128
- o['authtype'] = "v4"
1129
1122
  o.input = Shapes::ShapeRef.new(shape: CreateMLEndpointInput)
1130
1123
  o.output = Shapes::ShapeRef.new(shape: CreateMLEndpointOutput)
1131
1124
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1145,7 +1138,6 @@ module Aws::Neptunedata
1145
1138
  o.name = "DeleteMLEndpoint"
1146
1139
  o.http_method = "DELETE"
1147
1140
  o.http_request_uri = "/ml/endpoints/{id}"
1148
- o['authtype'] = "v4"
1149
1141
  o.input = Shapes::ShapeRef.new(shape: DeleteMLEndpointInput)
1150
1142
  o.output = Shapes::ShapeRef.new(shape: DeleteMLEndpointOutput)
1151
1143
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1165,7 +1157,6 @@ module Aws::Neptunedata
1165
1157
  o.name = "DeletePropertygraphStatistics"
1166
1158
  o.http_method = "DELETE"
1167
1159
  o.http_request_uri = "/propertygraph/statistics"
1168
- o['authtype'] = "v4"
1169
1160
  o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1170
1161
  o.output = Shapes::ShapeRef.new(shape: DeletePropertygraphStatisticsOutput)
1171
1162
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1187,7 +1178,6 @@ module Aws::Neptunedata
1187
1178
  o.name = "DeleteSparqlStatistics"
1188
1179
  o.http_method = "DELETE"
1189
1180
  o.http_request_uri = "/sparql/statistics"
1190
- o['authtype'] = "v4"
1191
1181
  o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1192
1182
  o.output = Shapes::ShapeRef.new(shape: DeleteSparqlStatisticsOutput)
1193
1183
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1209,7 +1199,6 @@ module Aws::Neptunedata
1209
1199
  o.name = "ExecuteFastReset"
1210
1200
  o.http_method = "POST"
1211
1201
  o.http_request_uri = "/system"
1212
- o['authtype'] = "v4"
1213
1202
  o.input = Shapes::ShapeRef.new(shape: ExecuteFastResetInput)
1214
1203
  o.output = Shapes::ShapeRef.new(shape: ExecuteFastResetOutput)
1215
1204
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
@@ -1231,7 +1220,6 @@ module Aws::Neptunedata
1231
1220
  o.name = "ExecuteGremlinExplainQuery"
1232
1221
  o.http_method = "POST"
1233
1222
  o.http_request_uri = "/gremlin/explain"
1234
- o['authtype'] = "v4"
1235
1223
  o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinExplainQueryInput)
1236
1224
  o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinExplainQueryOutput)
1237
1225
  o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
@@ -1260,7 +1248,6 @@ module Aws::Neptunedata
1260
1248
  o.name = "ExecuteGremlinProfileQuery"
1261
1249
  o.http_method = "POST"
1262
1250
  o.http_request_uri = "/gremlin/profile"
1263
- o['authtype'] = "v4"
1264
1251
  o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinProfileQueryInput)
1265
1252
  o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinProfileQueryOutput)
1266
1253
  o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
@@ -1289,7 +1276,6 @@ module Aws::Neptunedata
1289
1276
  o.name = "ExecuteGremlinQuery"
1290
1277
  o.http_method = "POST"
1291
1278
  o.http_request_uri = "/gremlin"
1292
- o['authtype'] = "v4"
1293
1279
  o.input = Shapes::ShapeRef.new(shape: ExecuteGremlinQueryInput)
1294
1280
  o.output = Shapes::ShapeRef.new(shape: ExecuteGremlinQueryOutput)
1295
1281
  o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
@@ -1318,7 +1304,6 @@ module Aws::Neptunedata
1318
1304
  o.name = "ExecuteOpenCypherExplainQuery"
1319
1305
  o.http_method = "POST"
1320
1306
  o.http_request_uri = "/opencypher/explain"
1321
- o['authtype'] = "v4"
1322
1307
  o.input = Shapes::ShapeRef.new(shape: ExecuteOpenCypherExplainQueryInput)
1323
1308
  o.output = Shapes::ShapeRef.new(shape: ExecuteOpenCypherExplainQueryOutput)
1324
1309
  o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
@@ -1348,7 +1333,6 @@ module Aws::Neptunedata
1348
1333
  o.name = "ExecuteOpenCypherQuery"
1349
1334
  o.http_method = "POST"
1350
1335
  o.http_request_uri = "/opencypher"
1351
- o['authtype'] = "v4"
1352
1336
  o.input = Shapes::ShapeRef.new(shape: ExecuteOpenCypherQueryInput)
1353
1337
  o.output = Shapes::ShapeRef.new(shape: ExecuteOpenCypherQueryOutput)
1354
1338
  o.errors << Shapes::ShapeRef.new(shape: QueryTooLargeException)
@@ -1378,7 +1362,6 @@ module Aws::Neptunedata
1378
1362
  o.name = "GetEngineStatus"
1379
1363
  o.http_method = "GET"
1380
1364
  o.http_request_uri = "/status"
1381
- o['authtype'] = "v4"
1382
1365
  o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1383
1366
  o.output = Shapes::ShapeRef.new(shape: GetEngineStatusOutput)
1384
1367
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1395,7 +1378,6 @@ module Aws::Neptunedata
1395
1378
  o.name = "GetGremlinQueryStatus"
1396
1379
  o.http_method = "GET"
1397
1380
  o.http_request_uri = "/gremlin/status/{queryId}"
1398
- o['authtype'] = "v4"
1399
1381
  o.input = Shapes::ShapeRef.new(shape: GetGremlinQueryStatusInput)
1400
1382
  o.output = Shapes::ShapeRef.new(shape: GetGremlinQueryStatusOutput)
1401
1383
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1420,7 +1402,6 @@ module Aws::Neptunedata
1420
1402
  o.name = "GetLoaderJobStatus"
1421
1403
  o.http_method = "GET"
1422
1404
  o.http_request_uri = "/loader/{loadId}"
1423
- o['authtype'] = "v4"
1424
1405
  o.input = Shapes::ShapeRef.new(shape: GetLoaderJobStatusInput)
1425
1406
  o.output = Shapes::ShapeRef.new(shape: GetLoaderJobStatusOutput)
1426
1407
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1442,7 +1423,6 @@ module Aws::Neptunedata
1442
1423
  o.name = "GetMLDataProcessingJob"
1443
1424
  o.http_method = "GET"
1444
1425
  o.http_request_uri = "/ml/dataprocessing/{id}"
1445
- o['authtype'] = "v4"
1446
1426
  o.input = Shapes::ShapeRef.new(shape: GetMLDataProcessingJobInput)
1447
1427
  o.output = Shapes::ShapeRef.new(shape: GetMLDataProcessingJobOutput)
1448
1428
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1462,7 +1442,6 @@ module Aws::Neptunedata
1462
1442
  o.name = "GetMLEndpoint"
1463
1443
  o.http_method = "GET"
1464
1444
  o.http_request_uri = "/ml/endpoints/{id}"
1465
- o['authtype'] = "v4"
1466
1445
  o.input = Shapes::ShapeRef.new(shape: GetMLEndpointInput)
1467
1446
  o.output = Shapes::ShapeRef.new(shape: GetMLEndpointOutput)
1468
1447
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1482,7 +1461,6 @@ module Aws::Neptunedata
1482
1461
  o.name = "GetMLModelTrainingJob"
1483
1462
  o.http_method = "GET"
1484
1463
  o.http_request_uri = "/ml/modeltraining/{id}"
1485
- o['authtype'] = "v4"
1486
1464
  o.input = Shapes::ShapeRef.new(shape: GetMLModelTrainingJobInput)
1487
1465
  o.output = Shapes::ShapeRef.new(shape: GetMLModelTrainingJobOutput)
1488
1466
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1502,7 +1480,6 @@ module Aws::Neptunedata
1502
1480
  o.name = "GetMLModelTransformJob"
1503
1481
  o.http_method = "GET"
1504
1482
  o.http_request_uri = "/ml/modeltransform/{id}"
1505
- o['authtype'] = "v4"
1506
1483
  o.input = Shapes::ShapeRef.new(shape: GetMLModelTransformJobInput)
1507
1484
  o.output = Shapes::ShapeRef.new(shape: GetMLModelTransformJobOutput)
1508
1485
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1522,7 +1499,6 @@ module Aws::Neptunedata
1522
1499
  o.name = "GetOpenCypherQueryStatus"
1523
1500
  o.http_method = "GET"
1524
1501
  o.http_request_uri = "/opencypher/status/{queryId}"
1525
- o['authtype'] = "v4"
1526
1502
  o.input = Shapes::ShapeRef.new(shape: GetOpenCypherQueryStatusInput)
1527
1503
  o.output = Shapes::ShapeRef.new(shape: GetOpenCypherQueryStatusOutput)
1528
1504
  o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
@@ -1548,7 +1524,6 @@ module Aws::Neptunedata
1548
1524
  o.name = "GetPropertygraphStatistics"
1549
1525
  o.http_method = "GET"
1550
1526
  o.http_request_uri = "/propertygraph/statistics"
1551
- o['authtype'] = "v4"
1552
1527
  o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1553
1528
  o.output = Shapes::ShapeRef.new(shape: GetPropertygraphStatisticsOutput)
1554
1529
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1570,7 +1545,6 @@ module Aws::Neptunedata
1570
1545
  o.name = "GetPropertygraphStream"
1571
1546
  o.http_method = "GET"
1572
1547
  o.http_request_uri = "/propertygraph/stream"
1573
- o['authtype'] = "v4"
1574
1548
  o.input = Shapes::ShapeRef.new(shape: GetPropertygraphStreamInput)
1575
1549
  o.output = Shapes::ShapeRef.new(shape: GetPropertygraphStreamOutput)
1576
1550
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1591,7 +1565,6 @@ module Aws::Neptunedata
1591
1565
  o.name = "GetPropertygraphSummary"
1592
1566
  o.http_method = "GET"
1593
1567
  o.http_request_uri = "/propertygraph/statistics/summary"
1594
- o['authtype'] = "v4"
1595
1568
  o.input = Shapes::ShapeRef.new(shape: GetPropertygraphSummaryInput)
1596
1569
  o.output = Shapes::ShapeRef.new(shape: GetPropertygraphSummaryOutput)
1597
1570
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1613,7 +1586,6 @@ module Aws::Neptunedata
1613
1586
  o.name = "GetRDFGraphSummary"
1614
1587
  o.http_method = "GET"
1615
1588
  o.http_request_uri = "/rdf/statistics/summary"
1616
- o['authtype'] = "v4"
1617
1589
  o.input = Shapes::ShapeRef.new(shape: GetRDFGraphSummaryInput)
1618
1590
  o.output = Shapes::ShapeRef.new(shape: GetRDFGraphSummaryOutput)
1619
1591
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1635,7 +1607,6 @@ module Aws::Neptunedata
1635
1607
  o.name = "GetSparqlStatistics"
1636
1608
  o.http_method = "GET"
1637
1609
  o.http_request_uri = "/sparql/statistics"
1638
- o['authtype'] = "v4"
1639
1610
  o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1640
1611
  o.output = Shapes::ShapeRef.new(shape: GetSparqlStatisticsOutput)
1641
1612
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1657,7 +1628,6 @@ module Aws::Neptunedata
1657
1628
  o.name = "GetSparqlStream"
1658
1629
  o.http_method = "GET"
1659
1630
  o.http_request_uri = "/sparql/stream"
1660
- o['authtype'] = "v4"
1661
1631
  o.input = Shapes::ShapeRef.new(shape: GetSparqlStreamInput)
1662
1632
  o.output = Shapes::ShapeRef.new(shape: GetSparqlStreamOutput)
1663
1633
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1678,7 +1648,6 @@ module Aws::Neptunedata
1678
1648
  o.name = "ListGremlinQueries"
1679
1649
  o.http_method = "GET"
1680
1650
  o.http_request_uri = "/gremlin/status"
1681
- o['authtype'] = "v4"
1682
1651
  o.input = Shapes::ShapeRef.new(shape: ListGremlinQueriesInput)
1683
1652
  o.output = Shapes::ShapeRef.new(shape: ListGremlinQueriesOutput)
1684
1653
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1703,7 +1672,6 @@ module Aws::Neptunedata
1703
1672
  o.name = "ListLoaderJobs"
1704
1673
  o.http_method = "GET"
1705
1674
  o.http_request_uri = "/loader"
1706
- o['authtype'] = "v4"
1707
1675
  o.input = Shapes::ShapeRef.new(shape: ListLoaderJobsInput)
1708
1676
  o.output = Shapes::ShapeRef.new(shape: ListLoaderJobsOutput)
1709
1677
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1724,7 +1692,6 @@ module Aws::Neptunedata
1724
1692
  o.name = "ListMLDataProcessingJobs"
1725
1693
  o.http_method = "GET"
1726
1694
  o.http_request_uri = "/ml/dataprocessing"
1727
- o['authtype'] = "v4"
1728
1695
  o.input = Shapes::ShapeRef.new(shape: ListMLDataProcessingJobsInput)
1729
1696
  o.output = Shapes::ShapeRef.new(shape: ListMLDataProcessingJobsOutput)
1730
1697
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1744,7 +1711,6 @@ module Aws::Neptunedata
1744
1711
  o.name = "ListMLEndpoints"
1745
1712
  o.http_method = "GET"
1746
1713
  o.http_request_uri = "/ml/endpoints"
1747
- o['authtype'] = "v4"
1748
1714
  o.input = Shapes::ShapeRef.new(shape: ListMLEndpointsInput)
1749
1715
  o.output = Shapes::ShapeRef.new(shape: ListMLEndpointsOutput)
1750
1716
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1764,7 +1730,6 @@ module Aws::Neptunedata
1764
1730
  o.name = "ListMLModelTrainingJobs"
1765
1731
  o.http_method = "GET"
1766
1732
  o.http_request_uri = "/ml/modeltraining"
1767
- o['authtype'] = "v4"
1768
1733
  o.input = Shapes::ShapeRef.new(shape: ListMLModelTrainingJobsInput)
1769
1734
  o.output = Shapes::ShapeRef.new(shape: ListMLModelTrainingJobsOutput)
1770
1735
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1784,7 +1749,6 @@ module Aws::Neptunedata
1784
1749
  o.name = "ListMLModelTransformJobs"
1785
1750
  o.http_method = "GET"
1786
1751
  o.http_request_uri = "/ml/modeltransform"
1787
- o['authtype'] = "v4"
1788
1752
  o.input = Shapes::ShapeRef.new(shape: ListMLModelTransformJobsInput)
1789
1753
  o.output = Shapes::ShapeRef.new(shape: ListMLModelTransformJobsOutput)
1790
1754
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1804,7 +1768,6 @@ module Aws::Neptunedata
1804
1768
  o.name = "ListOpenCypherQueries"
1805
1769
  o.http_method = "GET"
1806
1770
  o.http_request_uri = "/opencypher/status"
1807
- o['authtype'] = "v4"
1808
1771
  o.input = Shapes::ShapeRef.new(shape: ListOpenCypherQueriesInput)
1809
1772
  o.output = Shapes::ShapeRef.new(shape: ListOpenCypherQueriesOutput)
1810
1773
  o.errors << Shapes::ShapeRef.new(shape: InvalidNumericDataException)
@@ -1830,7 +1793,6 @@ module Aws::Neptunedata
1830
1793
  o.name = "ManagePropertygraphStatistics"
1831
1794
  o.http_method = "POST"
1832
1795
  o.http_request_uri = "/propertygraph/statistics"
1833
- o['authtype'] = "v4"
1834
1796
  o.input = Shapes::ShapeRef.new(shape: ManagePropertygraphStatisticsInput)
1835
1797
  o.output = Shapes::ShapeRef.new(shape: ManagePropertygraphStatisticsOutput)
1836
1798
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1852,7 +1814,6 @@ module Aws::Neptunedata
1852
1814
  o.name = "ManageSparqlStatistics"
1853
1815
  o.http_method = "POST"
1854
1816
  o.http_request_uri = "/sparql/statistics"
1855
- o['authtype'] = "v4"
1856
1817
  o.input = Shapes::ShapeRef.new(shape: ManageSparqlStatisticsInput)
1857
1818
  o.output = Shapes::ShapeRef.new(shape: ManageSparqlStatisticsOutput)
1858
1819
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1874,7 +1835,6 @@ module Aws::Neptunedata
1874
1835
  o.name = "StartLoaderJob"
1875
1836
  o.http_method = "POST"
1876
1837
  o.http_request_uri = "/loader"
1877
- o['authtype'] = "v4"
1878
1838
  o.input = Shapes::ShapeRef.new(shape: StartLoaderJobInput)
1879
1839
  o.output = Shapes::ShapeRef.new(shape: StartLoaderJobOutput)
1880
1840
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
@@ -1897,7 +1857,6 @@ module Aws::Neptunedata
1897
1857
  o.name = "StartMLDataProcessingJob"
1898
1858
  o.http_method = "POST"
1899
1859
  o.http_request_uri = "/ml/dataprocessing"
1900
- o['authtype'] = "v4"
1901
1860
  o.input = Shapes::ShapeRef.new(shape: StartMLDataProcessingJobInput)
1902
1861
  o.output = Shapes::ShapeRef.new(shape: StartMLDataProcessingJobOutput)
1903
1862
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1917,7 +1876,6 @@ module Aws::Neptunedata
1917
1876
  o.name = "StartMLModelTrainingJob"
1918
1877
  o.http_method = "POST"
1919
1878
  o.http_request_uri = "/ml/modeltraining"
1920
- o['authtype'] = "v4"
1921
1879
  o.input = Shapes::ShapeRef.new(shape: StartMLModelTrainingJobInput)
1922
1880
  o.output = Shapes::ShapeRef.new(shape: StartMLModelTrainingJobOutput)
1923
1881
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -1937,7 +1895,6 @@ module Aws::Neptunedata
1937
1895
  o.name = "StartMLModelTransformJob"
1938
1896
  o.http_method = "POST"
1939
1897
  o.http_request_uri = "/ml/modeltransform"
1940
- o['authtype'] = "v4"
1941
1898
  o.input = Shapes::ShapeRef.new(shape: StartMLModelTransformJobInput)
1942
1899
  o.output = Shapes::ShapeRef.new(shape: StartMLModelTransformJobOutput)
1943
1900
  o.errors << Shapes::ShapeRef.new(shape: UnsupportedOperationException)
@@ -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.1.0'
55
+ GEM_VERSION = '1.3.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.1.0
4
+ version: 1.3.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-01 00:00:00.000000000 Z
11
+ date: 2023-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.177.0
22
+ version: 3.184.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.177.0
32
+ version: 3.184.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement