Module: Aws::NeptuneGraph::Endpoints Private

Defined in:
lib/aws-sdk-neptunegraph/endpoints.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Defined Under Namespace

Classes: CancelExportTask, CancelImportTask, CancelQuery, CreateGraph, CreateGraphSnapshot, CreateGraphUsingImportTask, CreatePrivateGraphEndpoint, DeleteGraph, DeleteGraphSnapshot, DeletePrivateGraphEndpoint, ExecuteQuery, GetExportTask, GetGraph, GetGraphSnapshot, GetGraphSummary, GetImportTask, GetPrivateGraphEndpoint, GetQuery, ListExportTasks, ListGraphSnapshots, ListGraphs, ListImportTasks, ListPrivateGraphEndpoints, ListQueries, ListTagsForResource, ResetGraph, RestoreGraphFromSnapshot, StartExportTask, StartImportTask, TagResource, UntagResource, UpdateGraph

Class Method Summary collapse

Class Method Details

.parameters_for_operation(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# File 'lib/aws-sdk-neptunegraph/endpoints.rb', line 304

def self.parameters_for_operation(context)
  case context.operation_name
  when :cancel_export_task
    CancelExportTask.build(context)
  when :cancel_import_task
    CancelImportTask.build(context)
  when :cancel_query
    CancelQuery.build(context)
  when :create_graph
    CreateGraph.build(context)
  when :create_graph_snapshot
    CreateGraphSnapshot.build(context)
  when :create_graph_using_import_task
    CreateGraphUsingImportTask.build(context)
  when :create_private_graph_endpoint
    CreatePrivateGraphEndpoint.build(context)
  when :delete_graph
    DeleteGraph.build(context)
  when :delete_graph_snapshot
    DeleteGraphSnapshot.build(context)
  when :delete_private_graph_endpoint
    DeletePrivateGraphEndpoint.build(context)
  when :execute_query
    ExecuteQuery.build(context)
  when :get_export_task
    GetExportTask.build(context)
  when :get_graph
    GetGraph.build(context)
  when :get_graph_snapshot
    GetGraphSnapshot.build(context)
  when :get_graph_summary
    GetGraphSummary.build(context)
  when :get_import_task
    GetImportTask.build(context)
  when :get_private_graph_endpoint
    GetPrivateGraphEndpoint.build(context)
  when :get_query
    GetQuery.build(context)
  when :list_export_tasks
    ListExportTasks.build(context)
  when :list_graph_snapshots
    ListGraphSnapshots.build(context)
  when :list_graphs
    ListGraphs.build(context)
  when :list_import_tasks
    ListImportTasks.build(context)
  when :list_private_graph_endpoints
    ListPrivateGraphEndpoints.build(context)
  when :list_queries
    ListQueries.build(context)
  when :list_tags_for_resource
    ListTagsForResource.build(context)
  when :reset_graph
    ResetGraph.build(context)
  when :restore_graph_from_snapshot
    RestoreGraphFromSnapshot.build(context)
  when :start_export_task
    StartExportTask.build(context)
  when :start_import_task
    StartImportTask.build(context)
  when :tag_resource
    TagResource.build(context)
  when :untag_resource
    UntagResource.build(context)
  when :update_graph
    UpdateGraph.build(context)
  else
    Aws::NeptuneGraph::EndpointParameters.create(context.config)
  end
end