aws-sdk-neptunegraph 1.24.0 → 1.25.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-neptunegraph/client.rb +300 -13
- data/lib/aws-sdk-neptunegraph/client_api.rb +191 -0
- data/lib/aws-sdk-neptunegraph/endpoints.rb +44 -0
- data/lib/aws-sdk-neptunegraph/types.rb +487 -1
- data/lib/aws-sdk-neptunegraph/waiters.rb +104 -0
- data/lib/aws-sdk-neptunegraph.rb +2 -2
- data/sig/client.rbs +116 -11
- data/sig/types.rbs +135 -12
- data/sig/waiters.rbs +20 -0
- metadata +2 -2
@@ -18,6 +18,9 @@ module Aws::NeptuneGraph
|
|
18
18
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
19
19
|
BlankNodeHandling = Shapes::StringShape.new(name: 'BlankNodeHandling')
|
20
20
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
21
|
+
CancelExportTaskInput = Shapes::StructureShape.new(name: 'CancelExportTaskInput')
|
22
|
+
CancelExportTaskOutput = Shapes::StructureShape.new(name: 'CancelExportTaskOutput')
|
23
|
+
CancelExportTaskOutputDestinationString = Shapes::StringShape.new(name: 'CancelExportTaskOutputDestinationString')
|
21
24
|
CancelImportTaskInput = Shapes::StructureShape.new(name: 'CancelImportTaskInput')
|
22
25
|
CancelImportTaskOutput = Shapes::StructureShape.new(name: 'CancelImportTaskOutput')
|
23
26
|
CancelQueryInput = Shapes::StructureShape.new(name: 'CancelQueryInput')
|
@@ -46,7 +49,26 @@ module Aws::NeptuneGraph
|
|
46
49
|
ExecuteQueryInput = Shapes::StructureShape.new(name: 'ExecuteQueryInput')
|
47
50
|
ExecuteQueryOutput = Shapes::StructureShape.new(name: 'ExecuteQueryOutput')
|
48
51
|
ExplainMode = Shapes::StringShape.new(name: 'ExplainMode')
|
52
|
+
ExportFilter = Shapes::StructureShape.new(name: 'ExportFilter')
|
53
|
+
ExportFilterElement = Shapes::StructureShape.new(name: 'ExportFilterElement')
|
54
|
+
ExportFilterLabel = Shapes::StringShape.new(name: 'ExportFilterLabel')
|
55
|
+
ExportFilterOutputDataType = Shapes::StringShape.new(name: 'ExportFilterOutputDataType')
|
56
|
+
ExportFilterOutputPropertyName = Shapes::StringShape.new(name: 'ExportFilterOutputPropertyName')
|
57
|
+
ExportFilterPerLabelMap = Shapes::MapShape.new(name: 'ExportFilterPerLabelMap')
|
58
|
+
ExportFilterPropertyAttributes = Shapes::StructureShape.new(name: 'ExportFilterPropertyAttributes')
|
59
|
+
ExportFilterPropertyMap = Shapes::MapShape.new(name: 'ExportFilterPropertyMap')
|
60
|
+
ExportFilterSourcePropertyName = Shapes::StringShape.new(name: 'ExportFilterSourcePropertyName')
|
61
|
+
ExportFormat = Shapes::StringShape.new(name: 'ExportFormat')
|
62
|
+
ExportTaskDetails = Shapes::StructureShape.new(name: 'ExportTaskDetails')
|
63
|
+
ExportTaskId = Shapes::StringShape.new(name: 'ExportTaskId')
|
64
|
+
ExportTaskStatus = Shapes::StringShape.new(name: 'ExportTaskStatus')
|
65
|
+
ExportTaskSummary = Shapes::StructureShape.new(name: 'ExportTaskSummary')
|
66
|
+
ExportTaskSummaryDestinationString = Shapes::StringShape.new(name: 'ExportTaskSummaryDestinationString')
|
67
|
+
ExportTaskSummaryList = Shapes::ListShape.new(name: 'ExportTaskSummaryList')
|
49
68
|
Format = Shapes::StringShape.new(name: 'Format')
|
69
|
+
GetExportTaskInput = Shapes::StructureShape.new(name: 'GetExportTaskInput')
|
70
|
+
GetExportTaskOutput = Shapes::StructureShape.new(name: 'GetExportTaskOutput')
|
71
|
+
GetExportTaskOutputDestinationString = Shapes::StringShape.new(name: 'GetExportTaskOutputDestinationString')
|
50
72
|
GetGraphInput = Shapes::StructureShape.new(name: 'GetGraphInput')
|
51
73
|
GetGraphOutput = Shapes::StructureShape.new(name: 'GetGraphOutput')
|
52
74
|
GetGraphSnapshotInput = Shapes::StructureShape.new(name: 'GetGraphSnapshotInput')
|
@@ -77,6 +99,8 @@ module Aws::NeptuneGraph
|
|
77
99
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
78
100
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
79
101
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
102
|
+
ListExportTasksInput = Shapes::StructureShape.new(name: 'ListExportTasksInput')
|
103
|
+
ListExportTasksOutput = Shapes::StructureShape.new(name: 'ListExportTasksOutput')
|
80
104
|
ListGraphSnapshotsInput = Shapes::StructureShape.new(name: 'ListGraphSnapshotsInput')
|
81
105
|
ListGraphSnapshotsOutput = Shapes::StructureShape.new(name: 'ListGraphSnapshotsOutput')
|
82
106
|
ListGraphsInput = Shapes::StructureShape.new(name: 'ListGraphsInput')
|
@@ -93,6 +117,7 @@ module Aws::NeptuneGraph
|
|
93
117
|
LongValuedMap = Shapes::MapShape.new(name: 'LongValuedMap')
|
94
118
|
LongValuedMapList = Shapes::ListShape.new(name: 'LongValuedMapList')
|
95
119
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
120
|
+
MultiValueHandlingType = Shapes::StringShape.new(name: 'MultiValueHandlingType')
|
96
121
|
NeptuneImportOptions = Shapes::StructureShape.new(name: 'NeptuneImportOptions')
|
97
122
|
NeptuneImportOptionsS3ExportKmsKeyIdString = Shapes::StringShape.new(name: 'NeptuneImportOptionsS3ExportKmsKeyIdString')
|
98
123
|
NeptuneImportOptionsS3ExportPathString = Shapes::StringShape.new(name: 'NeptuneImportOptionsS3ExportPathString')
|
@@ -102,6 +127,7 @@ module Aws::NeptuneGraph
|
|
102
127
|
NodeStructures = Shapes::ListShape.new(name: 'NodeStructures')
|
103
128
|
OutgoingEdgeLabels = Shapes::ListShape.new(name: 'OutgoingEdgeLabels')
|
104
129
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
130
|
+
ParquetType = Shapes::StringShape.new(name: 'ParquetType')
|
105
131
|
PlanCacheType = Shapes::StringShape.new(name: 'PlanCacheType')
|
106
132
|
PrivateGraphEndpointStatus = Shapes::StringShape.new(name: 'PrivateGraphEndpointStatus')
|
107
133
|
PrivateGraphEndpointSummary = Shapes::StructureShape.new(name: 'PrivateGraphEndpointSummary')
|
@@ -127,6 +153,10 @@ module Aws::NeptuneGraph
|
|
127
153
|
SnapshotIdentifier = Shapes::StringShape.new(name: 'SnapshotIdentifier')
|
128
154
|
SnapshotName = Shapes::StringShape.new(name: 'SnapshotName')
|
129
155
|
SnapshotStatus = Shapes::StringShape.new(name: 'SnapshotStatus')
|
156
|
+
StartExportTaskInput = Shapes::StructureShape.new(name: 'StartExportTaskInput')
|
157
|
+
StartExportTaskInputDestinationString = Shapes::StringShape.new(name: 'StartExportTaskInputDestinationString')
|
158
|
+
StartExportTaskOutput = Shapes::StructureShape.new(name: 'StartExportTaskOutput')
|
159
|
+
StartExportTaskOutputDestinationString = Shapes::StringShape.new(name: 'StartExportTaskOutputDestinationString')
|
130
160
|
StartImportTaskInput = Shapes::StructureShape.new(name: 'StartImportTaskInput')
|
131
161
|
StartImportTaskOutput = Shapes::StructureShape.new(name: 'StartImportTaskOutput')
|
132
162
|
String = Shapes::StringShape.new(name: 'String')
|
@@ -158,6 +188,20 @@ module Aws::NeptuneGraph
|
|
158
188
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
159
189
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
160
190
|
|
191
|
+
CancelExportTaskInput.add_member(:task_identifier, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location: "uri", location_name: "taskIdentifier"))
|
192
|
+
CancelExportTaskInput.struct_class = Types::CancelExportTaskInput
|
193
|
+
|
194
|
+
CancelExportTaskOutput.add_member(:graph_id, Shapes::ShapeRef.new(shape: GraphId, required: true, location_name: "graphId"))
|
195
|
+
CancelExportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
196
|
+
CancelExportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location_name: "taskId"))
|
197
|
+
CancelExportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExportTaskStatus, required: true, location_name: "status"))
|
198
|
+
CancelExportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: ExportFormat, required: true, location_name: "format"))
|
199
|
+
CancelExportTaskOutput.add_member(:destination, Shapes::ShapeRef.new(shape: CancelExportTaskOutputDestinationString, required: true, location_name: "destination"))
|
200
|
+
CancelExportTaskOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyIdentifier"))
|
201
|
+
CancelExportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
202
|
+
CancelExportTaskOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
203
|
+
CancelExportTaskOutput.struct_class = Types::CancelExportTaskOutput
|
204
|
+
|
161
205
|
CancelImportTaskInput.add_member(:task_identifier, Shapes::ShapeRef.new(shape: TaskId, required: true, location: "uri", location_name: "taskIdentifier"))
|
162
206
|
CancelImportTaskInput.struct_class = Types::CancelImportTaskInput
|
163
207
|
|
@@ -165,6 +209,7 @@ module Aws::NeptuneGraph
|
|
165
209
|
CancelImportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
166
210
|
CancelImportTaskOutput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
167
211
|
CancelImportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
212
|
+
CancelImportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
168
213
|
CancelImportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
169
214
|
CancelImportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, required: true, location_name: "status"))
|
170
215
|
CancelImportTaskOutput.struct_class = Types::CancelImportTaskOutput
|
@@ -231,6 +276,7 @@ module Aws::NeptuneGraph
|
|
231
276
|
CreateGraphUsingImportTaskInput.add_member(:fail_on_error, Shapes::ShapeRef.new(shape: Boolean, location_name: "failOnError"))
|
232
277
|
CreateGraphUsingImportTaskInput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
233
278
|
CreateGraphUsingImportTaskInput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
279
|
+
CreateGraphUsingImportTaskInput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
234
280
|
CreateGraphUsingImportTaskInput.add_member(:blank_node_handling, Shapes::ShapeRef.new(shape: BlankNodeHandling, location_name: "blankNodeHandling"))
|
235
281
|
CreateGraphUsingImportTaskInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
236
282
|
CreateGraphUsingImportTaskInput.struct_class = Types::CreateGraphUsingImportTaskInput
|
@@ -239,6 +285,7 @@ module Aws::NeptuneGraph
|
|
239
285
|
CreateGraphUsingImportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
240
286
|
CreateGraphUsingImportTaskOutput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
241
287
|
CreateGraphUsingImportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
288
|
+
CreateGraphUsingImportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
242
289
|
CreateGraphUsingImportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
243
290
|
CreateGraphUsingImportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, required: true, location_name: "status"))
|
244
291
|
CreateGraphUsingImportTaskOutput.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, location_name: "importOptions"))
|
@@ -326,6 +373,60 @@ module Aws::NeptuneGraph
|
|
326
373
|
ExecuteQueryOutput[:payload] = :payload
|
327
374
|
ExecuteQueryOutput[:payload_member] = ExecuteQueryOutput.member(:payload)
|
328
375
|
|
376
|
+
ExportFilter.add_member(:vertex_filter, Shapes::ShapeRef.new(shape: ExportFilterPerLabelMap, location_name: "vertexFilter"))
|
377
|
+
ExportFilter.add_member(:edge_filter, Shapes::ShapeRef.new(shape: ExportFilterPerLabelMap, location_name: "edgeFilter"))
|
378
|
+
ExportFilter.struct_class = Types::ExportFilter
|
379
|
+
|
380
|
+
ExportFilterElement.add_member(:properties, Shapes::ShapeRef.new(shape: ExportFilterPropertyMap, location_name: "properties"))
|
381
|
+
ExportFilterElement.struct_class = Types::ExportFilterElement
|
382
|
+
|
383
|
+
ExportFilterPerLabelMap.key = Shapes::ShapeRef.new(shape: ExportFilterLabel)
|
384
|
+
ExportFilterPerLabelMap.value = Shapes::ShapeRef.new(shape: ExportFilterElement)
|
385
|
+
|
386
|
+
ExportFilterPropertyAttributes.add_member(:output_type, Shapes::ShapeRef.new(shape: ExportFilterOutputDataType, location_name: "outputType"))
|
387
|
+
ExportFilterPropertyAttributes.add_member(:source_property_name, Shapes::ShapeRef.new(shape: ExportFilterSourcePropertyName, location_name: "sourcePropertyName"))
|
388
|
+
ExportFilterPropertyAttributes.add_member(:multi_value_handling, Shapes::ShapeRef.new(shape: MultiValueHandlingType, location_name: "multiValueHandling"))
|
389
|
+
ExportFilterPropertyAttributes.struct_class = Types::ExportFilterPropertyAttributes
|
390
|
+
|
391
|
+
ExportFilterPropertyMap.key = Shapes::ShapeRef.new(shape: ExportFilterOutputPropertyName)
|
392
|
+
ExportFilterPropertyMap.value = Shapes::ShapeRef.new(shape: ExportFilterPropertyAttributes)
|
393
|
+
|
394
|
+
ExportTaskDetails.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTime"))
|
395
|
+
ExportTaskDetails.add_member(:time_elapsed_seconds, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "timeElapsedSeconds"))
|
396
|
+
ExportTaskDetails.add_member(:progress_percentage, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "progressPercentage"))
|
397
|
+
ExportTaskDetails.add_member(:num_vertices_written, Shapes::ShapeRef.new(shape: Long, location_name: "numVerticesWritten"))
|
398
|
+
ExportTaskDetails.add_member(:num_edges_written, Shapes::ShapeRef.new(shape: Long, location_name: "numEdgesWritten"))
|
399
|
+
ExportTaskDetails.struct_class = Types::ExportTaskDetails
|
400
|
+
|
401
|
+
ExportTaskSummary.add_member(:graph_id, Shapes::ShapeRef.new(shape: GraphId, required: true, location_name: "graphId"))
|
402
|
+
ExportTaskSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
403
|
+
ExportTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location_name: "taskId"))
|
404
|
+
ExportTaskSummary.add_member(:status, Shapes::ShapeRef.new(shape: ExportTaskStatus, required: true, location_name: "status"))
|
405
|
+
ExportTaskSummary.add_member(:format, Shapes::ShapeRef.new(shape: ExportFormat, required: true, location_name: "format"))
|
406
|
+
ExportTaskSummary.add_member(:destination, Shapes::ShapeRef.new(shape: ExportTaskSummaryDestinationString, required: true, location_name: "destination"))
|
407
|
+
ExportTaskSummary.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyIdentifier"))
|
408
|
+
ExportTaskSummary.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
409
|
+
ExportTaskSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
410
|
+
ExportTaskSummary.struct_class = Types::ExportTaskSummary
|
411
|
+
|
412
|
+
ExportTaskSummaryList.member = Shapes::ShapeRef.new(shape: ExportTaskSummary)
|
413
|
+
|
414
|
+
GetExportTaskInput.add_member(:task_identifier, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location: "uri", location_name: "taskIdentifier"))
|
415
|
+
GetExportTaskInput.struct_class = Types::GetExportTaskInput
|
416
|
+
|
417
|
+
GetExportTaskOutput.add_member(:graph_id, Shapes::ShapeRef.new(shape: GraphId, required: true, location_name: "graphId"))
|
418
|
+
GetExportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
419
|
+
GetExportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location_name: "taskId"))
|
420
|
+
GetExportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExportTaskStatus, required: true, location_name: "status"))
|
421
|
+
GetExportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: ExportFormat, required: true, location_name: "format"))
|
422
|
+
GetExportTaskOutput.add_member(:destination, Shapes::ShapeRef.new(shape: GetExportTaskOutputDestinationString, required: true, location_name: "destination"))
|
423
|
+
GetExportTaskOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyIdentifier"))
|
424
|
+
GetExportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
425
|
+
GetExportTaskOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
426
|
+
GetExportTaskOutput.add_member(:export_task_details, Shapes::ShapeRef.new(shape: ExportTaskDetails, location_name: "exportTaskDetails"))
|
427
|
+
GetExportTaskOutput.add_member(:export_filter, Shapes::ShapeRef.new(shape: ExportFilter, location_name: "exportFilter"))
|
428
|
+
GetExportTaskOutput.struct_class = Types::GetExportTaskOutput
|
429
|
+
|
329
430
|
GetGraphInput.add_member(:graph_identifier, Shapes::ShapeRef.new(shape: GraphIdentifier, required: true, location: "uri", location_name: "graphIdentifier"))
|
330
431
|
GetGraphInput.struct_class = Types::GetGraphInput
|
331
432
|
|
@@ -374,6 +475,7 @@ module Aws::NeptuneGraph
|
|
374
475
|
GetImportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
375
476
|
GetImportTaskOutput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
376
477
|
GetImportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
478
|
+
GetImportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
377
479
|
GetImportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
378
480
|
GetImportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, required: true, location_name: "status"))
|
379
481
|
GetImportTaskOutput.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, location_name: "importOptions"))
|
@@ -464,6 +566,7 @@ module Aws::NeptuneGraph
|
|
464
566
|
ImportTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
465
567
|
ImportTaskSummary.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
466
568
|
ImportTaskSummary.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
569
|
+
ImportTaskSummary.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
467
570
|
ImportTaskSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
468
571
|
ImportTaskSummary.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, required: true, location_name: "status"))
|
469
572
|
ImportTaskSummary.struct_class = Types::ImportTaskSummary
|
@@ -473,6 +576,14 @@ module Aws::NeptuneGraph
|
|
473
576
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
474
577
|
InternalServerException.struct_class = Types::InternalServerException
|
475
578
|
|
579
|
+
ListExportTasksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
580
|
+
ListExportTasksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
581
|
+
ListExportTasksInput.struct_class = Types::ListExportTasksInput
|
582
|
+
|
583
|
+
ListExportTasksOutput.add_member(:tasks, Shapes::ShapeRef.new(shape: ExportTaskSummaryList, required: true, location_name: "tasks"))
|
584
|
+
ListExportTasksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
585
|
+
ListExportTasksOutput.struct_class = Types::ListExportTasksOutput
|
586
|
+
|
476
587
|
ListGraphSnapshotsInput.add_member(:graph_identifier, Shapes::ShapeRef.new(shape: GraphIdentifier, location: "querystring", location_name: "graphIdentifier"))
|
477
588
|
ListGraphSnapshotsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
|
478
589
|
ListGraphSnapshotsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -621,10 +732,33 @@ module Aws::NeptuneGraph
|
|
621
732
|
ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, location_name: "quotaCode"))
|
622
733
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
623
734
|
|
735
|
+
StartExportTaskInput.add_member(:graph_identifier, Shapes::ShapeRef.new(shape: GraphIdentifier, required: true, location_name: "graphIdentifier"))
|
736
|
+
StartExportTaskInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
737
|
+
StartExportTaskInput.add_member(:format, Shapes::ShapeRef.new(shape: ExportFormat, required: true, location_name: "format"))
|
738
|
+
StartExportTaskInput.add_member(:destination, Shapes::ShapeRef.new(shape: StartExportTaskInputDestinationString, required: true, location_name: "destination"))
|
739
|
+
StartExportTaskInput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyIdentifier"))
|
740
|
+
StartExportTaskInput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
741
|
+
StartExportTaskInput.add_member(:export_filter, Shapes::ShapeRef.new(shape: ExportFilter, location_name: "exportFilter"))
|
742
|
+
StartExportTaskInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
743
|
+
StartExportTaskInput.struct_class = Types::StartExportTaskInput
|
744
|
+
|
745
|
+
StartExportTaskOutput.add_member(:graph_id, Shapes::ShapeRef.new(shape: GraphId, required: true, location_name: "graphId"))
|
746
|
+
StartExportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
747
|
+
StartExportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: ExportTaskId, required: true, location_name: "taskId"))
|
748
|
+
StartExportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ExportTaskStatus, required: true, location_name: "status"))
|
749
|
+
StartExportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: ExportFormat, required: true, location_name: "format"))
|
750
|
+
StartExportTaskOutput.add_member(:destination, Shapes::ShapeRef.new(shape: StartExportTaskOutputDestinationString, required: true, location_name: "destination"))
|
751
|
+
StartExportTaskOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "kmsKeyIdentifier"))
|
752
|
+
StartExportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
753
|
+
StartExportTaskOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
754
|
+
StartExportTaskOutput.add_member(:export_filter, Shapes::ShapeRef.new(shape: ExportFilter, location_name: "exportFilter"))
|
755
|
+
StartExportTaskOutput.struct_class = Types::StartExportTaskOutput
|
756
|
+
|
624
757
|
StartImportTaskInput.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, location_name: "importOptions"))
|
625
758
|
StartImportTaskInput.add_member(:fail_on_error, Shapes::ShapeRef.new(shape: Boolean, location_name: "failOnError"))
|
626
759
|
StartImportTaskInput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
627
760
|
StartImportTaskInput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
761
|
+
StartImportTaskInput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
628
762
|
StartImportTaskInput.add_member(:blank_node_handling, Shapes::ShapeRef.new(shape: BlankNodeHandling, location_name: "blankNodeHandling"))
|
629
763
|
StartImportTaskInput.add_member(:graph_identifier, Shapes::ShapeRef.new(shape: GraphIdentifier, required: true, location: "uri", location_name: "graphIdentifier"))
|
630
764
|
StartImportTaskInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
@@ -634,6 +768,7 @@ module Aws::NeptuneGraph
|
|
634
768
|
StartImportTaskOutput.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskId, required: true, location_name: "taskId"))
|
635
769
|
StartImportTaskOutput.add_member(:source, Shapes::ShapeRef.new(shape: String, required: true, location_name: "source"))
|
636
770
|
StartImportTaskOutput.add_member(:format, Shapes::ShapeRef.new(shape: Format, location_name: "format"))
|
771
|
+
StartImportTaskOutput.add_member(:parquet_type, Shapes::ShapeRef.new(shape: ParquetType, location_name: "parquetType"))
|
637
772
|
StartImportTaskOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
638
773
|
StartImportTaskOutput.add_member(:status, Shapes::ShapeRef.new(shape: ImportTaskStatus, required: true, location_name: "status"))
|
639
774
|
StartImportTaskOutput.add_member(:import_options, Shapes::ShapeRef.new(shape: ImportOptions, location_name: "importOptions"))
|
@@ -715,6 +850,19 @@ module Aws::NeptuneGraph
|
|
715
850
|
"uid" => "neptune-graph-2023-11-29",
|
716
851
|
}
|
717
852
|
|
853
|
+
api.add_operation(:cancel_export_task, Seahorse::Model::Operation.new.tap do |o|
|
854
|
+
o.name = "CancelExportTask"
|
855
|
+
o.http_method = "DELETE"
|
856
|
+
o.http_request_uri = "/exporttasks/{taskIdentifier}"
|
857
|
+
o.input = Shapes::ShapeRef.new(shape: CancelExportTaskInput)
|
858
|
+
o.output = Shapes::ShapeRef.new(shape: CancelExportTaskOutput)
|
859
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
862
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
864
|
+
end)
|
865
|
+
|
718
866
|
api.add_operation(:cancel_import_task, Seahorse::Model::Operation.new.tap do |o|
|
719
867
|
o.name = "CancelImportTask"
|
720
868
|
o.http_method = "DELETE"
|
@@ -854,6 +1002,18 @@ module Aws::NeptuneGraph
|
|
854
1002
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
855
1003
|
end)
|
856
1004
|
|
1005
|
+
api.add_operation(:get_export_task, Seahorse::Model::Operation.new.tap do |o|
|
1006
|
+
o.name = "GetExportTask"
|
1007
|
+
o.http_method = "GET"
|
1008
|
+
o.http_request_uri = "/exporttasks/{taskIdentifier}"
|
1009
|
+
o.input = Shapes::ShapeRef.new(shape: GetExportTaskInput)
|
1010
|
+
o.output = Shapes::ShapeRef.new(shape: GetExportTaskOutput)
|
1011
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1012
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1013
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1014
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1015
|
+
end)
|
1016
|
+
|
857
1017
|
api.add_operation(:get_graph, Seahorse::Model::Operation.new.tap do |o|
|
858
1018
|
o.name = "GetGraph"
|
859
1019
|
o.http_method = "GET"
|
@@ -934,6 +1094,24 @@ module Aws::NeptuneGraph
|
|
934
1094
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
935
1095
|
end)
|
936
1096
|
|
1097
|
+
api.add_operation(:list_export_tasks, Seahorse::Model::Operation.new.tap do |o|
|
1098
|
+
o.name = "ListExportTasks"
|
1099
|
+
o.http_method = "GET"
|
1100
|
+
o.http_request_uri = "/exporttasks"
|
1101
|
+
o.input = Shapes::ShapeRef.new(shape: ListExportTasksInput)
|
1102
|
+
o.output = Shapes::ShapeRef.new(shape: ListExportTasksOutput)
|
1103
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1104
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1105
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1106
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1107
|
+
o[:pager] = Aws::Pager.new(
|
1108
|
+
limit_key: "max_results",
|
1109
|
+
tokens: {
|
1110
|
+
"next_token" => "next_token"
|
1111
|
+
}
|
1112
|
+
)
|
1113
|
+
end)
|
1114
|
+
|
937
1115
|
api.add_operation(:list_graph_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
938
1116
|
o.name = "ListGraphSnapshots"
|
939
1117
|
o.http_method = "GET"
|
@@ -1059,6 +1237,19 @@ module Aws::NeptuneGraph
|
|
1059
1237
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1060
1238
|
end)
|
1061
1239
|
|
1240
|
+
api.add_operation(:start_export_task, Seahorse::Model::Operation.new.tap do |o|
|
1241
|
+
o.name = "StartExportTask"
|
1242
|
+
o.http_method = "POST"
|
1243
|
+
o.http_request_uri = "/exporttasks"
|
1244
|
+
o.input = Shapes::ShapeRef.new(shape: StartExportTaskInput)
|
1245
|
+
o.output = Shapes::ShapeRef.new(shape: StartExportTaskOutput)
|
1246
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1247
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1248
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1249
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1250
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1251
|
+
end)
|
1252
|
+
|
1062
1253
|
api.add_operation(:start_import_task, Seahorse::Model::Operation.new.tap do |o|
|
1063
1254
|
o.name = "StartImportTask"
|
1064
1255
|
o.http_method = "POST"
|
@@ -12,6 +12,15 @@ module Aws::NeptuneGraph
|
|
12
12
|
# @api private
|
13
13
|
module Endpoints
|
14
14
|
|
15
|
+
class CancelExportTask
|
16
|
+
def self.build(context)
|
17
|
+
Aws::NeptuneGraph::EndpointParameters.create(
|
18
|
+
context.config,
|
19
|
+
api_type: "ControlPlane",
|
20
|
+
)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
15
24
|
class CancelImportTask
|
16
25
|
def self.build(context)
|
17
26
|
Aws::NeptuneGraph::EndpointParameters.create(
|
@@ -102,6 +111,15 @@ module Aws::NeptuneGraph
|
|
102
111
|
end
|
103
112
|
end
|
104
113
|
|
114
|
+
class GetExportTask
|
115
|
+
def self.build(context)
|
116
|
+
Aws::NeptuneGraph::EndpointParameters.create(
|
117
|
+
context.config,
|
118
|
+
api_type: "ControlPlane",
|
119
|
+
)
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
105
123
|
class GetGraph
|
106
124
|
def self.build(context)
|
107
125
|
Aws::NeptuneGraph::EndpointParameters.create(
|
@@ -156,6 +174,15 @@ module Aws::NeptuneGraph
|
|
156
174
|
end
|
157
175
|
end
|
158
176
|
|
177
|
+
class ListExportTasks
|
178
|
+
def self.build(context)
|
179
|
+
Aws::NeptuneGraph::EndpointParameters.create(
|
180
|
+
context.config,
|
181
|
+
api_type: "ControlPlane",
|
182
|
+
)
|
183
|
+
end
|
184
|
+
end
|
185
|
+
|
159
186
|
class ListGraphSnapshots
|
160
187
|
def self.build(context)
|
161
188
|
Aws::NeptuneGraph::EndpointParameters.create(
|
@@ -228,6 +255,15 @@ module Aws::NeptuneGraph
|
|
228
255
|
end
|
229
256
|
end
|
230
257
|
|
258
|
+
class StartExportTask
|
259
|
+
def self.build(context)
|
260
|
+
Aws::NeptuneGraph::EndpointParameters.create(
|
261
|
+
context.config,
|
262
|
+
api_type: "ControlPlane",
|
263
|
+
)
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
231
267
|
class StartImportTask
|
232
268
|
def self.build(context)
|
233
269
|
Aws::NeptuneGraph::EndpointParameters.create(
|
@@ -267,6 +303,8 @@ module Aws::NeptuneGraph
|
|
267
303
|
|
268
304
|
def self.parameters_for_operation(context)
|
269
305
|
case context.operation_name
|
306
|
+
when :cancel_export_task
|
307
|
+
CancelExportTask.build(context)
|
270
308
|
when :cancel_import_task
|
271
309
|
CancelImportTask.build(context)
|
272
310
|
when :cancel_query
|
@@ -287,6 +325,8 @@ module Aws::NeptuneGraph
|
|
287
325
|
DeletePrivateGraphEndpoint.build(context)
|
288
326
|
when :execute_query
|
289
327
|
ExecuteQuery.build(context)
|
328
|
+
when :get_export_task
|
329
|
+
GetExportTask.build(context)
|
290
330
|
when :get_graph
|
291
331
|
GetGraph.build(context)
|
292
332
|
when :get_graph_snapshot
|
@@ -299,6 +339,8 @@ module Aws::NeptuneGraph
|
|
299
339
|
GetPrivateGraphEndpoint.build(context)
|
300
340
|
when :get_query
|
301
341
|
GetQuery.build(context)
|
342
|
+
when :list_export_tasks
|
343
|
+
ListExportTasks.build(context)
|
302
344
|
when :list_graph_snapshots
|
303
345
|
ListGraphSnapshots.build(context)
|
304
346
|
when :list_graphs
|
@@ -315,6 +357,8 @@ module Aws::NeptuneGraph
|
|
315
357
|
ResetGraph.build(context)
|
316
358
|
when :restore_graph_from_snapshot
|
317
359
|
RestoreGraphFromSnapshot.build(context)
|
360
|
+
when :start_export_task
|
361
|
+
StartExportTask.build(context)
|
318
362
|
when :start_import_task
|
319
363
|
StartImportTask.build(context)
|
320
364
|
when :tag_resource
|