aws-sdk-neptunedata 1.7.0 → 1.9.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,674 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module Neptunedata
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CancelGremlinQueryResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelGremlinQueryOutput]
77
+ def status: () -> ::String
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_gremlin_query-instance_method
80
+ def cancel_gremlin_query: (
81
+ query_id: ::String
82
+ ) -> _CancelGremlinQueryResponseSuccess
83
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelGremlinQueryResponseSuccess
84
+
85
+ interface _CancelLoaderJobResponseSuccess
86
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelLoaderJobOutput]
87
+ def status: () -> ::String
88
+ end
89
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_loader_job-instance_method
90
+ def cancel_loader_job: (
91
+ load_id: ::String
92
+ ) -> _CancelLoaderJobResponseSuccess
93
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelLoaderJobResponseSuccess
94
+
95
+ interface _CancelMLDataProcessingJobResponseSuccess
96
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelMLDataProcessingJobOutput]
97
+ def status: () -> ::String
98
+ end
99
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_ml_data_processing_job-instance_method
100
+ def cancel_ml_data_processing_job: (
101
+ id: ::String,
102
+ ?neptune_iam_role_arn: ::String,
103
+ ?clean: bool
104
+ ) -> _CancelMLDataProcessingJobResponseSuccess
105
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMLDataProcessingJobResponseSuccess
106
+
107
+ interface _CancelMLModelTrainingJobResponseSuccess
108
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelMLModelTrainingJobOutput]
109
+ def status: () -> ::String
110
+ end
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_ml_model_training_job-instance_method
112
+ def cancel_ml_model_training_job: (
113
+ id: ::String,
114
+ ?neptune_iam_role_arn: ::String,
115
+ ?clean: bool
116
+ ) -> _CancelMLModelTrainingJobResponseSuccess
117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMLModelTrainingJobResponseSuccess
118
+
119
+ interface _CancelMLModelTransformJobResponseSuccess
120
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelMLModelTransformJobOutput]
121
+ def status: () -> ::String
122
+ end
123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_ml_model_transform_job-instance_method
124
+ def cancel_ml_model_transform_job: (
125
+ id: ::String,
126
+ ?neptune_iam_role_arn: ::String,
127
+ ?clean: bool
128
+ ) -> _CancelMLModelTransformJobResponseSuccess
129
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelMLModelTransformJobResponseSuccess
130
+
131
+ interface _CancelOpenCypherQueryResponseSuccess
132
+ include ::Seahorse::Client::_ResponseSuccess[Types::CancelOpenCypherQueryOutput]
133
+ def status: () -> ::String
134
+ def payload: () -> bool
135
+ end
136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#cancel_open_cypher_query-instance_method
137
+ def cancel_open_cypher_query: (
138
+ query_id: ::String,
139
+ ?silent: bool
140
+ ) -> _CancelOpenCypherQueryResponseSuccess
141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CancelOpenCypherQueryResponseSuccess
142
+
143
+ interface _CreateMLEndpointResponseSuccess
144
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateMLEndpointOutput]
145
+ def id: () -> ::String
146
+ def arn: () -> ::String
147
+ def creation_time_in_millis: () -> ::Integer
148
+ end
149
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#create_ml_endpoint-instance_method
150
+ def create_ml_endpoint: (
151
+ ?id: ::String,
152
+ ?ml_model_training_job_id: ::String,
153
+ ?ml_model_transform_job_id: ::String,
154
+ ?update: bool,
155
+ ?neptune_iam_role_arn: ::String,
156
+ ?model_name: ::String,
157
+ ?instance_type: ::String,
158
+ ?instance_count: ::Integer,
159
+ ?volume_encryption_kms_key: ::String
160
+ ) -> _CreateMLEndpointResponseSuccess
161
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMLEndpointResponseSuccess
162
+
163
+ interface _DeleteMLEndpointResponseSuccess
164
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMLEndpointOutput]
165
+ def status: () -> ::String
166
+ end
167
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#delete_ml_endpoint-instance_method
168
+ def delete_ml_endpoint: (
169
+ id: ::String,
170
+ ?neptune_iam_role_arn: ::String,
171
+ ?clean: bool
172
+ ) -> _DeleteMLEndpointResponseSuccess
173
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteMLEndpointResponseSuccess
174
+
175
+ interface _DeletePropertygraphStatisticsResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePropertygraphStatisticsOutput]
177
+ def status_code: () -> ::Integer
178
+ def status: () -> ::String
179
+ def payload: () -> Types::DeleteStatisticsValueMap
180
+ end
181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#delete_propertygraph_statistics-instance_method
182
+ def delete_propertygraph_statistics: () -> _DeletePropertygraphStatisticsResponseSuccess
183
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeletePropertygraphStatisticsResponseSuccess
184
+
185
+ interface _DeleteSparqlStatisticsResponseSuccess
186
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSparqlStatisticsOutput]
187
+ def status_code: () -> ::Integer
188
+ def status: () -> ::String
189
+ def payload: () -> Types::DeleteStatisticsValueMap
190
+ end
191
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#delete_sparql_statistics-instance_method
192
+ def delete_sparql_statistics: () -> _DeleteSparqlStatisticsResponseSuccess
193
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSparqlStatisticsResponseSuccess
194
+
195
+ interface _ExecuteFastResetResponseSuccess
196
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteFastResetOutput]
197
+ def status: () -> ::String
198
+ def payload: () -> Types::FastResetToken
199
+ end
200
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_fast_reset-instance_method
201
+ def execute_fast_reset: (
202
+ action: ("initiateDatabaseReset" | "performDatabaseReset"),
203
+ ?token: ::String
204
+ ) -> _ExecuteFastResetResponseSuccess
205
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteFastResetResponseSuccess
206
+
207
+ interface _ExecuteGremlinExplainQueryResponseSuccess
208
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteGremlinExplainQueryOutput]
209
+ def output: () -> ::String
210
+ end
211
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_gremlin_explain_query-instance_method
212
+ def execute_gremlin_explain_query: (
213
+ gremlin_query: ::String
214
+ ) -> _ExecuteGremlinExplainQueryResponseSuccess
215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteGremlinExplainQueryResponseSuccess
216
+
217
+ interface _ExecuteGremlinProfileQueryResponseSuccess
218
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteGremlinProfileQueryOutput]
219
+ def output: () -> ::String
220
+ end
221
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_gremlin_profile_query-instance_method
222
+ def execute_gremlin_profile_query: (
223
+ gremlin_query: ::String,
224
+ ?results: bool,
225
+ ?chop: ::Integer,
226
+ ?serializer: ::String,
227
+ ?index_ops: bool
228
+ ) -> _ExecuteGremlinProfileQueryResponseSuccess
229
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteGremlinProfileQueryResponseSuccess
230
+
231
+ interface _ExecuteGremlinQueryResponseSuccess
232
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteGremlinQueryOutput]
233
+ def request_id: () -> ::String
234
+ def status: () -> Types::GremlinQueryStatusAttributes
235
+ def result: () -> untyped
236
+ def meta: () -> untyped
237
+ end
238
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_gremlin_query-instance_method
239
+ def execute_gremlin_query: (
240
+ gremlin_query: ::String,
241
+ ?serializer: ::String
242
+ ) -> _ExecuteGremlinQueryResponseSuccess
243
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteGremlinQueryResponseSuccess
244
+
245
+ interface _ExecuteOpenCypherExplainQueryResponseSuccess
246
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteOpenCypherExplainQueryOutput]
247
+ def results: () -> ::String
248
+ end
249
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_open_cypher_explain_query-instance_method
250
+ def execute_open_cypher_explain_query: (
251
+ open_cypher_query: ::String,
252
+ ?parameters: ::String,
253
+ explain_mode: ("static" | "dynamic" | "details")
254
+ ) -> _ExecuteOpenCypherExplainQueryResponseSuccess
255
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteOpenCypherExplainQueryResponseSuccess
256
+
257
+ interface _ExecuteOpenCypherQueryResponseSuccess
258
+ include ::Seahorse::Client::_ResponseSuccess[Types::ExecuteOpenCypherQueryOutput]
259
+ def results: () -> untyped
260
+ end
261
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#execute_open_cypher_query-instance_method
262
+ def execute_open_cypher_query: (
263
+ open_cypher_query: ::String,
264
+ ?parameters: ::String
265
+ ) -> _ExecuteOpenCypherQueryResponseSuccess
266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExecuteOpenCypherQueryResponseSuccess
267
+
268
+ interface _GetEngineStatusResponseSuccess
269
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEngineStatusOutput]
270
+ def status: () -> ::String
271
+ def start_time: () -> ::String
272
+ def db_engine_version: () -> ::String
273
+ def role: () -> ::String
274
+ def dfe_query_engine: () -> ::String
275
+ def gremlin: () -> Types::QueryLanguageVersion
276
+ def sparql: () -> Types::QueryLanguageVersion
277
+ def opencypher: () -> Types::QueryLanguageVersion
278
+ def lab_mode: () -> ::Hash[::String, ::String]
279
+ def rolling_back_trx_count: () -> ::Integer
280
+ def rolling_back_trx_earliest_start_time: () -> ::String
281
+ def features: () -> ::Hash[::String, untyped]
282
+ def settings: () -> ::Hash[::String, ::String]
283
+ end
284
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_engine_status-instance_method
285
+ def get_engine_status: () -> _GetEngineStatusResponseSuccess
286
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEngineStatusResponseSuccess
287
+
288
+ interface _GetGremlinQueryStatusResponseSuccess
289
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetGremlinQueryStatusOutput]
290
+ def query_id: () -> ::String
291
+ def query_string: () -> ::String
292
+ def query_eval_stats: () -> Types::QueryEvalStats
293
+ end
294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_gremlin_query_status-instance_method
295
+ def get_gremlin_query_status: (
296
+ query_id: ::String
297
+ ) -> _GetGremlinQueryStatusResponseSuccess
298
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGremlinQueryStatusResponseSuccess
299
+
300
+ interface _GetLoaderJobStatusResponseSuccess
301
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLoaderJobStatusOutput]
302
+ def status: () -> ::String
303
+ def payload: () -> untyped
304
+ end
305
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_loader_job_status-instance_method
306
+ def get_loader_job_status: (
307
+ load_id: ::String,
308
+ ?details: bool,
309
+ ?errors: bool,
310
+ ?page: ::Integer,
311
+ ?errors_per_page: ::Integer
312
+ ) -> _GetLoaderJobStatusResponseSuccess
313
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoaderJobStatusResponseSuccess
314
+
315
+ interface _GetMLDataProcessingJobResponseSuccess
316
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMLDataProcessingJobOutput]
317
+ def status: () -> ::String
318
+ def id: () -> ::String
319
+ def processing_job: () -> Types::MlResourceDefinition
320
+ end
321
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_ml_data_processing_job-instance_method
322
+ def get_ml_data_processing_job: (
323
+ id: ::String,
324
+ ?neptune_iam_role_arn: ::String
325
+ ) -> _GetMLDataProcessingJobResponseSuccess
326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMLDataProcessingJobResponseSuccess
327
+
328
+ interface _GetMLEndpointResponseSuccess
329
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMLEndpointOutput]
330
+ def status: () -> ::String
331
+ def id: () -> ::String
332
+ def endpoint: () -> Types::MlResourceDefinition
333
+ def endpoint_config: () -> Types::MlConfigDefinition
334
+ end
335
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_ml_endpoint-instance_method
336
+ def get_ml_endpoint: (
337
+ id: ::String,
338
+ ?neptune_iam_role_arn: ::String
339
+ ) -> _GetMLEndpointResponseSuccess
340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMLEndpointResponseSuccess
341
+
342
+ interface _GetMLModelTrainingJobResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMLModelTrainingJobOutput]
344
+ def status: () -> ::String
345
+ def id: () -> ::String
346
+ def processing_job: () -> Types::MlResourceDefinition
347
+ def hpo_job: () -> Types::MlResourceDefinition
348
+ def model_transform_job: () -> Types::MlResourceDefinition
349
+ def ml_models: () -> ::Array[Types::MlConfigDefinition]
350
+ end
351
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_ml_model_training_job-instance_method
352
+ def get_ml_model_training_job: (
353
+ id: ::String,
354
+ ?neptune_iam_role_arn: ::String
355
+ ) -> _GetMLModelTrainingJobResponseSuccess
356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMLModelTrainingJobResponseSuccess
357
+
358
+ interface _GetMLModelTransformJobResponseSuccess
359
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMLModelTransformJobOutput]
360
+ def status: () -> ::String
361
+ def id: () -> ::String
362
+ def base_processing_job: () -> Types::MlResourceDefinition
363
+ def remote_model_transform_job: () -> Types::MlResourceDefinition
364
+ def models: () -> ::Array[Types::MlConfigDefinition]
365
+ end
366
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_ml_model_transform_job-instance_method
367
+ def get_ml_model_transform_job: (
368
+ id: ::String,
369
+ ?neptune_iam_role_arn: ::String
370
+ ) -> _GetMLModelTransformJobResponseSuccess
371
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMLModelTransformJobResponseSuccess
372
+
373
+ interface _GetOpenCypherQueryStatusResponseSuccess
374
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOpenCypherQueryStatusOutput]
375
+ def query_id: () -> ::String
376
+ def query_string: () -> ::String
377
+ def query_eval_stats: () -> Types::QueryEvalStats
378
+ end
379
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_open_cypher_query_status-instance_method
380
+ def get_open_cypher_query_status: (
381
+ query_id: ::String
382
+ ) -> _GetOpenCypherQueryStatusResponseSuccess
383
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOpenCypherQueryStatusResponseSuccess
384
+
385
+ interface _GetPropertygraphStatisticsResponseSuccess
386
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPropertygraphStatisticsOutput]
387
+ def status: () -> ::String
388
+ def payload: () -> Types::Statistics
389
+ end
390
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_propertygraph_statistics-instance_method
391
+ def get_propertygraph_statistics: () -> _GetPropertygraphStatisticsResponseSuccess
392
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPropertygraphStatisticsResponseSuccess
393
+
394
+ interface _GetPropertygraphStreamResponseSuccess
395
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPropertygraphStreamOutput]
396
+ def last_event_id: () -> ::Hash[::String, ::String]
397
+ def last_trx_timestamp_in_millis: () -> ::Integer
398
+ def format: () -> ::String
399
+ def records: () -> ::Array[Types::PropertygraphRecord]
400
+ def total_records: () -> ::Integer
401
+ end
402
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_propertygraph_stream-instance_method
403
+ def get_propertygraph_stream: (
404
+ ?limit: ::Integer,
405
+ ?iterator_type: ("AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER" | "TRIM_HORIZON" | "LATEST"),
406
+ ?commit_num: ::Integer,
407
+ ?op_num: ::Integer,
408
+ ?encoding: ("gzip")
409
+ ) -> _GetPropertygraphStreamResponseSuccess
410
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPropertygraphStreamResponseSuccess
411
+
412
+ interface _GetPropertygraphSummaryResponseSuccess
413
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPropertygraphSummaryOutput]
414
+ def status_code: () -> ::Integer
415
+ def payload: () -> Types::PropertygraphSummaryValueMap
416
+ end
417
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_propertygraph_summary-instance_method
418
+ def get_propertygraph_summary: (
419
+ ?mode: ("basic" | "detailed")
420
+ ) -> _GetPropertygraphSummaryResponseSuccess
421
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPropertygraphSummaryResponseSuccess
422
+
423
+ interface _GetRDFGraphSummaryResponseSuccess
424
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetRDFGraphSummaryOutput]
425
+ def status_code: () -> ::Integer
426
+ def payload: () -> Types::RDFGraphSummaryValueMap
427
+ end
428
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_rdf_graph_summary-instance_method
429
+ def get_rdf_graph_summary: (
430
+ ?mode: ("basic" | "detailed")
431
+ ) -> _GetRDFGraphSummaryResponseSuccess
432
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetRDFGraphSummaryResponseSuccess
433
+
434
+ interface _GetSparqlStatisticsResponseSuccess
435
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSparqlStatisticsOutput]
436
+ def status: () -> ::String
437
+ def payload: () -> Types::Statistics
438
+ end
439
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_sparql_statistics-instance_method
440
+ def get_sparql_statistics: () -> _GetSparqlStatisticsResponseSuccess
441
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSparqlStatisticsResponseSuccess
442
+
443
+ interface _GetSparqlStreamResponseSuccess
444
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSparqlStreamOutput]
445
+ def last_event_id: () -> ::Hash[::String, ::String]
446
+ def last_trx_timestamp_in_millis: () -> ::Integer
447
+ def format: () -> ::String
448
+ def records: () -> ::Array[Types::SparqlRecord]
449
+ def total_records: () -> ::Integer
450
+ end
451
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#get_sparql_stream-instance_method
452
+ def get_sparql_stream: (
453
+ ?limit: ::Integer,
454
+ ?iterator_type: ("AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER" | "TRIM_HORIZON" | "LATEST"),
455
+ ?commit_num: ::Integer,
456
+ ?op_num: ::Integer,
457
+ ?encoding: ("gzip")
458
+ ) -> _GetSparqlStreamResponseSuccess
459
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSparqlStreamResponseSuccess
460
+
461
+ interface _ListGremlinQueriesResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGremlinQueriesOutput]
463
+ def accepted_query_count: () -> ::Integer
464
+ def running_query_count: () -> ::Integer
465
+ def queries: () -> ::Array[Types::GremlinQueryStatus]
466
+ end
467
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_gremlin_queries-instance_method
468
+ def list_gremlin_queries: (
469
+ ?include_waiting: bool
470
+ ) -> _ListGremlinQueriesResponseSuccess
471
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGremlinQueriesResponseSuccess
472
+
473
+ interface _ListLoaderJobsResponseSuccess
474
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLoaderJobsOutput]
475
+ def status: () -> ::String
476
+ def payload: () -> Types::LoaderIdResult
477
+ end
478
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_loader_jobs-instance_method
479
+ def list_loader_jobs: (
480
+ ?limit: ::Integer,
481
+ ?include_queued_loads: bool
482
+ ) -> _ListLoaderJobsResponseSuccess
483
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLoaderJobsResponseSuccess
484
+
485
+ interface _ListMLDataProcessingJobsResponseSuccess
486
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMLDataProcessingJobsOutput]
487
+ def ids: () -> ::Array[::String]
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_ml_data_processing_jobs-instance_method
490
+ def list_ml_data_processing_jobs: (
491
+ ?max_items: ::Integer,
492
+ ?neptune_iam_role_arn: ::String
493
+ ) -> _ListMLDataProcessingJobsResponseSuccess
494
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMLDataProcessingJobsResponseSuccess
495
+
496
+ interface _ListMLEndpointsResponseSuccess
497
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMLEndpointsOutput]
498
+ def ids: () -> ::Array[::String]
499
+ end
500
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_ml_endpoints-instance_method
501
+ def list_ml_endpoints: (
502
+ ?max_items: ::Integer,
503
+ ?neptune_iam_role_arn: ::String
504
+ ) -> _ListMLEndpointsResponseSuccess
505
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMLEndpointsResponseSuccess
506
+
507
+ interface _ListMLModelTrainingJobsResponseSuccess
508
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMLModelTrainingJobsOutput]
509
+ def ids: () -> ::Array[::String]
510
+ end
511
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_ml_model_training_jobs-instance_method
512
+ def list_ml_model_training_jobs: (
513
+ ?max_items: ::Integer,
514
+ ?neptune_iam_role_arn: ::String
515
+ ) -> _ListMLModelTrainingJobsResponseSuccess
516
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMLModelTrainingJobsResponseSuccess
517
+
518
+ interface _ListMLModelTransformJobsResponseSuccess
519
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListMLModelTransformJobsOutput]
520
+ def ids: () -> ::Array[::String]
521
+ end
522
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_ml_model_transform_jobs-instance_method
523
+ def list_ml_model_transform_jobs: (
524
+ ?max_items: ::Integer,
525
+ ?neptune_iam_role_arn: ::String
526
+ ) -> _ListMLModelTransformJobsResponseSuccess
527
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListMLModelTransformJobsResponseSuccess
528
+
529
+ interface _ListOpenCypherQueriesResponseSuccess
530
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOpenCypherQueriesOutput]
531
+ def accepted_query_count: () -> ::Integer
532
+ def running_query_count: () -> ::Integer
533
+ def queries: () -> ::Array[Types::GremlinQueryStatus]
534
+ end
535
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#list_open_cypher_queries-instance_method
536
+ def list_open_cypher_queries: (
537
+ ?include_waiting: bool
538
+ ) -> _ListOpenCypherQueriesResponseSuccess
539
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOpenCypherQueriesResponseSuccess
540
+
541
+ interface _ManagePropertygraphStatisticsResponseSuccess
542
+ include ::Seahorse::Client::_ResponseSuccess[Types::ManagePropertygraphStatisticsOutput]
543
+ def status: () -> ::String
544
+ def payload: () -> Types::RefreshStatisticsIdMap
545
+ end
546
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#manage_propertygraph_statistics-instance_method
547
+ def manage_propertygraph_statistics: (
548
+ ?mode: ("disableAutoCompute" | "enableAutoCompute" | "refresh")
549
+ ) -> _ManagePropertygraphStatisticsResponseSuccess
550
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ManagePropertygraphStatisticsResponseSuccess
551
+
552
+ interface _ManageSparqlStatisticsResponseSuccess
553
+ include ::Seahorse::Client::_ResponseSuccess[Types::ManageSparqlStatisticsOutput]
554
+ def status: () -> ::String
555
+ def payload: () -> Types::RefreshStatisticsIdMap
556
+ end
557
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#manage_sparql_statistics-instance_method
558
+ def manage_sparql_statistics: (
559
+ ?mode: ("disableAutoCompute" | "enableAutoCompute" | "refresh")
560
+ ) -> _ManageSparqlStatisticsResponseSuccess
561
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ManageSparqlStatisticsResponseSuccess
562
+
563
+ interface _StartLoaderJobResponseSuccess
564
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartLoaderJobOutput]
565
+ def status: () -> ::String
566
+ def payload: () -> ::Hash[::String, ::String]
567
+ end
568
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#start_loader_job-instance_method
569
+ def start_loader_job: (
570
+ source: ::String,
571
+ format: ("csv" | "opencypher" | "ntriples" | "nquads" | "rdfxml" | "turtle"),
572
+ s3_bucket_region: ("us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ca-central-1" | "sa-east-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-central-1" | "me-south-1" | "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-south-1" | "cn-north-1" | "cn-northwest-1" | "us-gov-west-1" | "us-gov-east-1"),
573
+ iam_role_arn: ::String,
574
+ ?mode: ("RESUME" | "NEW" | "AUTO"),
575
+ ?fail_on_error: bool,
576
+ ?parallelism: ("LOW" | "MEDIUM" | "HIGH" | "OVERSUBSCRIBE"),
577
+ ?parser_configuration: Hash[::String, ::String],
578
+ ?update_single_cardinality_properties: bool,
579
+ ?queue_request: bool,
580
+ ?dependencies: Array[::String],
581
+ ?user_provided_edge_ids: bool
582
+ ) -> _StartLoaderJobResponseSuccess
583
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartLoaderJobResponseSuccess
584
+
585
+ interface _StartMLDataProcessingJobResponseSuccess
586
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMLDataProcessingJobOutput]
587
+ def id: () -> ::String
588
+ def arn: () -> ::String
589
+ def creation_time_in_millis: () -> ::Integer
590
+ end
591
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#start_ml_data_processing_job-instance_method
592
+ def start_ml_data_processing_job: (
593
+ ?id: ::String,
594
+ ?previous_data_processing_job_id: ::String,
595
+ input_data_s3_location: ::String,
596
+ processed_data_s3_location: ::String,
597
+ ?sagemaker_iam_role_arn: ::String,
598
+ ?neptune_iam_role_arn: ::String,
599
+ ?processing_instance_type: ::String,
600
+ ?processing_instance_volume_size_in_gb: ::Integer,
601
+ ?processing_time_out_in_seconds: ::Integer,
602
+ ?model_type: ::String,
603
+ ?config_file_name: ::String,
604
+ ?subnets: Array[::String],
605
+ ?security_group_ids: Array[::String],
606
+ ?volume_encryption_kms_key: ::String,
607
+ ?s3_output_encryption_kms_key: ::String
608
+ ) -> _StartMLDataProcessingJobResponseSuccess
609
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMLDataProcessingJobResponseSuccess
610
+
611
+ interface _StartMLModelTrainingJobResponseSuccess
612
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMLModelTrainingJobOutput]
613
+ def id: () -> ::String
614
+ def arn: () -> ::String
615
+ def creation_time_in_millis: () -> ::Integer
616
+ end
617
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#start_ml_model_training_job-instance_method
618
+ def start_ml_model_training_job: (
619
+ ?id: ::String,
620
+ ?previous_model_training_job_id: ::String,
621
+ data_processing_job_id: ::String,
622
+ train_model_s3_location: ::String,
623
+ ?sagemaker_iam_role_arn: ::String,
624
+ ?neptune_iam_role_arn: ::String,
625
+ ?base_processing_instance_type: ::String,
626
+ ?training_instance_type: ::String,
627
+ ?training_instance_volume_size_in_gb: ::Integer,
628
+ ?training_time_out_in_seconds: ::Integer,
629
+ ?max_hpo_number_of_training_jobs: ::Integer,
630
+ ?max_hpo_parallel_training_jobs: ::Integer,
631
+ ?subnets: Array[::String],
632
+ ?security_group_ids: Array[::String],
633
+ ?volume_encryption_kms_key: ::String,
634
+ ?s3_output_encryption_kms_key: ::String,
635
+ ?enable_managed_spot_training: bool,
636
+ ?custom_model_training_parameters: {
637
+ source_s3_directory_path: ::String,
638
+ training_entry_point_script: ::String?,
639
+ transform_entry_point_script: ::String?
640
+ }
641
+ ) -> _StartMLModelTrainingJobResponseSuccess
642
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMLModelTrainingJobResponseSuccess
643
+
644
+ interface _StartMLModelTransformJobResponseSuccess
645
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartMLModelTransformJobOutput]
646
+ def id: () -> ::String
647
+ def arn: () -> ::String
648
+ def creation_time_in_millis: () -> ::Integer
649
+ end
650
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptunedata/Client.html#start_ml_model_transform_job-instance_method
651
+ def start_ml_model_transform_job: (
652
+ ?id: ::String,
653
+ ?data_processing_job_id: ::String,
654
+ ?ml_model_training_job_id: ::String,
655
+ ?training_job_name: ::String,
656
+ model_transform_output_s3_location: ::String,
657
+ ?sagemaker_iam_role_arn: ::String,
658
+ ?neptune_iam_role_arn: ::String,
659
+ ?custom_model_transform_parameters: {
660
+ source_s3_directory_path: ::String,
661
+ transform_entry_point_script: ::String?
662
+ },
663
+ ?base_processing_instance_type: ::String,
664
+ ?base_processing_instance_volume_size_in_gb: ::Integer,
665
+ ?subnets: Array[::String],
666
+ ?security_group_ids: Array[::String],
667
+ ?volume_encryption_kms_key: ::String,
668
+ ?s3_output_encryption_kms_key: ::String
669
+ ) -> _StartMLModelTransformJobResponseSuccess
670
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMLModelTransformJobResponseSuccess
671
+ end
672
+ end
673
+ end
674
+