aws-sdk-neptune 1.61.0 → 1.62.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1348 @@
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 Neptune
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/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
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#add_role_to_db_cluster-instance_method
76
+ def add_role_to_db_cluster: (
77
+ db_cluster_identifier: ::String,
78
+ role_arn: ::String,
79
+ ?feature_name: ::String
80
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
81
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
82
+
83
+ interface _AddSourceIdentifierToSubscriptionResponseSuccess
84
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddSourceIdentifierToSubscriptionResult]
85
+ def event_subscription: () -> Types::EventSubscription
86
+ end
87
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#add_source_identifier_to_subscription-instance_method
88
+ def add_source_identifier_to_subscription: (
89
+ subscription_name: ::String,
90
+ source_identifier: ::String
91
+ ) -> _AddSourceIdentifierToSubscriptionResponseSuccess
92
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddSourceIdentifierToSubscriptionResponseSuccess
93
+
94
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#add_tags_to_resource-instance_method
95
+ def add_tags_to_resource: (
96
+ resource_name: ::String,
97
+ tags: Array[
98
+ {
99
+ key: ::String?,
100
+ value: ::String?
101
+ },
102
+ ]
103
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
104
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
105
+
106
+ interface _ApplyPendingMaintenanceActionResponseSuccess
107
+ include ::Seahorse::Client::_ResponseSuccess[Types::ApplyPendingMaintenanceActionResult]
108
+ def resource_pending_maintenance_actions: () -> Types::ResourcePendingMaintenanceActions
109
+ end
110
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#apply_pending_maintenance_action-instance_method
111
+ def apply_pending_maintenance_action: (
112
+ resource_identifier: ::String,
113
+ apply_action: ::String,
114
+ opt_in_type: ::String
115
+ ) -> _ApplyPendingMaintenanceActionResponseSuccess
116
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ApplyPendingMaintenanceActionResponseSuccess
117
+
118
+ interface _CopyDBClusterParameterGroupResponseSuccess
119
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBClusterParameterGroupResult]
120
+ def db_cluster_parameter_group: () -> Types::DBClusterParameterGroup
121
+ end
122
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#copy_db_cluster_parameter_group-instance_method
123
+ def copy_db_cluster_parameter_group: (
124
+ source_db_cluster_parameter_group_identifier: ::String,
125
+ target_db_cluster_parameter_group_identifier: ::String,
126
+ target_db_cluster_parameter_group_description: ::String,
127
+ ?tags: Array[
128
+ {
129
+ key: ::String?,
130
+ value: ::String?
131
+ },
132
+ ]
133
+ ) -> _CopyDBClusterParameterGroupResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBClusterParameterGroupResponseSuccess
135
+
136
+ interface _CopyDBClusterSnapshotResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBClusterSnapshotResult]
138
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
139
+ end
140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#copy_db_cluster_snapshot-instance_method
141
+ def copy_db_cluster_snapshot: (
142
+ source_db_cluster_snapshot_identifier: ::String,
143
+ target_db_cluster_snapshot_identifier: ::String,
144
+ ?kms_key_id: ::String,
145
+ ?pre_signed_url: ::String,
146
+ ?copy_tags: bool,
147
+ ?tags: Array[
148
+ {
149
+ key: ::String?,
150
+ value: ::String?
151
+ },
152
+ ],
153
+ ?source_region: ::String
154
+ ) -> _CopyDBClusterSnapshotResponseSuccess
155
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBClusterSnapshotResponseSuccess
156
+
157
+ interface _CopyDBParameterGroupResponseSuccess
158
+ include ::Seahorse::Client::_ResponseSuccess[Types::CopyDBParameterGroupResult]
159
+ def db_parameter_group: () -> Types::DBParameterGroup
160
+ end
161
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#copy_db_parameter_group-instance_method
162
+ def copy_db_parameter_group: (
163
+ source_db_parameter_group_identifier: ::String,
164
+ target_db_parameter_group_identifier: ::String,
165
+ target_db_parameter_group_description: ::String,
166
+ ?tags: Array[
167
+ {
168
+ key: ::String?,
169
+ value: ::String?
170
+ },
171
+ ]
172
+ ) -> _CopyDBParameterGroupResponseSuccess
173
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyDBParameterGroupResponseSuccess
174
+
175
+ interface _CreateDBClusterResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterResult]
177
+ def db_cluster: () -> Types::DBCluster
178
+ end
179
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_cluster-instance_method
180
+ def create_db_cluster: (
181
+ ?availability_zones: Array[::String],
182
+ ?backup_retention_period: ::Integer,
183
+ ?character_set_name: ::String,
184
+ ?copy_tags_to_snapshot: bool,
185
+ ?database_name: ::String,
186
+ db_cluster_identifier: ::String,
187
+ ?db_cluster_parameter_group_name: ::String,
188
+ ?vpc_security_group_ids: Array[::String],
189
+ ?db_subnet_group_name: ::String,
190
+ engine: ::String,
191
+ ?engine_version: ::String,
192
+ ?port: ::Integer,
193
+ ?master_username: ::String,
194
+ ?master_user_password: ::String,
195
+ ?option_group_name: ::String,
196
+ ?preferred_backup_window: ::String,
197
+ ?preferred_maintenance_window: ::String,
198
+ ?replication_source_identifier: ::String,
199
+ ?tags: Array[
200
+ {
201
+ key: ::String?,
202
+ value: ::String?
203
+ },
204
+ ],
205
+ ?storage_encrypted: bool,
206
+ ?kms_key_id: ::String,
207
+ ?pre_signed_url: ::String,
208
+ ?enable_iam_database_authentication: bool,
209
+ ?enable_cloudwatch_logs_exports: Array[::String],
210
+ ?deletion_protection: bool,
211
+ ?serverless_v2_scaling_configuration: {
212
+ min_capacity: ::Float?,
213
+ max_capacity: ::Float?
214
+ },
215
+ ?global_cluster_identifier: ::String,
216
+ ?storage_type: ::String,
217
+ ?source_region: ::String
218
+ ) -> _CreateDBClusterResponseSuccess
219
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterResponseSuccess
220
+
221
+ interface _CreateDBClusterEndpointResponseSuccess
222
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterEndpointOutput]
223
+ def db_cluster_endpoint_identifier: () -> ::String
224
+ def db_cluster_identifier: () -> ::String
225
+ def db_cluster_endpoint_resource_identifier: () -> ::String
226
+ def endpoint: () -> ::String
227
+ def status: () -> ::String
228
+ def endpoint_type: () -> ::String
229
+ def custom_endpoint_type: () -> ::String
230
+ def static_members: () -> ::Array[::String]
231
+ def excluded_members: () -> ::Array[::String]
232
+ def db_cluster_endpoint_arn: () -> ::String
233
+ end
234
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_cluster_endpoint-instance_method
235
+ def create_db_cluster_endpoint: (
236
+ db_cluster_identifier: ::String,
237
+ db_cluster_endpoint_identifier: ::String,
238
+ endpoint_type: ::String,
239
+ ?static_members: Array[::String],
240
+ ?excluded_members: Array[::String],
241
+ ?tags: Array[
242
+ {
243
+ key: ::String?,
244
+ value: ::String?
245
+ },
246
+ ]
247
+ ) -> _CreateDBClusterEndpointResponseSuccess
248
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterEndpointResponseSuccess
249
+
250
+ interface _CreateDBClusterParameterGroupResponseSuccess
251
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterParameterGroupResult]
252
+ def db_cluster_parameter_group: () -> Types::DBClusterParameterGroup
253
+ end
254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_cluster_parameter_group-instance_method
255
+ def create_db_cluster_parameter_group: (
256
+ db_cluster_parameter_group_name: ::String,
257
+ db_parameter_group_family: ::String,
258
+ description: ::String,
259
+ ?tags: Array[
260
+ {
261
+ key: ::String?,
262
+ value: ::String?
263
+ },
264
+ ]
265
+ ) -> _CreateDBClusterParameterGroupResponseSuccess
266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterParameterGroupResponseSuccess
267
+
268
+ interface _CreateDBClusterSnapshotResponseSuccess
269
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBClusterSnapshotResult]
270
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
271
+ end
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_cluster_snapshot-instance_method
273
+ def create_db_cluster_snapshot: (
274
+ db_cluster_snapshot_identifier: ::String,
275
+ db_cluster_identifier: ::String,
276
+ ?tags: Array[
277
+ {
278
+ key: ::String?,
279
+ value: ::String?
280
+ },
281
+ ]
282
+ ) -> _CreateDBClusterSnapshotResponseSuccess
283
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBClusterSnapshotResponseSuccess
284
+
285
+ interface _CreateDBInstanceResponseSuccess
286
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBInstanceResult]
287
+ def db_instance: () -> Types::DBInstance
288
+ end
289
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_instance-instance_method
290
+ def create_db_instance: (
291
+ ?db_name: ::String,
292
+ db_instance_identifier: ::String,
293
+ ?allocated_storage: ::Integer,
294
+ db_instance_class: ::String,
295
+ engine: ::String,
296
+ ?master_username: ::String,
297
+ ?master_user_password: ::String,
298
+ ?db_security_groups: Array[::String],
299
+ ?vpc_security_group_ids: Array[::String],
300
+ ?availability_zone: ::String,
301
+ ?db_subnet_group_name: ::String,
302
+ ?preferred_maintenance_window: ::String,
303
+ ?db_parameter_group_name: ::String,
304
+ ?backup_retention_period: ::Integer,
305
+ ?preferred_backup_window: ::String,
306
+ ?port: ::Integer,
307
+ ?multi_az: bool,
308
+ ?engine_version: ::String,
309
+ ?auto_minor_version_upgrade: bool,
310
+ ?license_model: ::String,
311
+ ?iops: ::Integer,
312
+ ?option_group_name: ::String,
313
+ ?character_set_name: ::String,
314
+ ?publicly_accessible: bool,
315
+ ?tags: Array[
316
+ {
317
+ key: ::String?,
318
+ value: ::String?
319
+ },
320
+ ],
321
+ db_cluster_identifier: ::String,
322
+ ?storage_type: ::String,
323
+ ?tde_credential_arn: ::String,
324
+ ?tde_credential_password: ::String,
325
+ ?storage_encrypted: bool,
326
+ ?kms_key_id: ::String,
327
+ ?domain: ::String,
328
+ ?copy_tags_to_snapshot: bool,
329
+ ?monitoring_interval: ::Integer,
330
+ ?monitoring_role_arn: ::String,
331
+ ?domain_iam_role_name: ::String,
332
+ ?promotion_tier: ::Integer,
333
+ ?timezone: ::String,
334
+ ?enable_iam_database_authentication: bool,
335
+ ?enable_performance_insights: bool,
336
+ ?performance_insights_kms_key_id: ::String,
337
+ ?enable_cloudwatch_logs_exports: Array[::String],
338
+ ?deletion_protection: bool
339
+ ) -> _CreateDBInstanceResponseSuccess
340
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBInstanceResponseSuccess
341
+
342
+ interface _CreateDBParameterGroupResponseSuccess
343
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBParameterGroupResult]
344
+ def db_parameter_group: () -> Types::DBParameterGroup
345
+ end
346
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_parameter_group-instance_method
347
+ def create_db_parameter_group: (
348
+ db_parameter_group_name: ::String,
349
+ db_parameter_group_family: ::String,
350
+ description: ::String,
351
+ ?tags: Array[
352
+ {
353
+ key: ::String?,
354
+ value: ::String?
355
+ },
356
+ ]
357
+ ) -> _CreateDBParameterGroupResponseSuccess
358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBParameterGroupResponseSuccess
359
+
360
+ interface _CreateDBSubnetGroupResponseSuccess
361
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDBSubnetGroupResult]
362
+ def db_subnet_group: () -> Types::DBSubnetGroup
363
+ end
364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_db_subnet_group-instance_method
365
+ def create_db_subnet_group: (
366
+ db_subnet_group_name: ::String,
367
+ db_subnet_group_description: ::String,
368
+ subnet_ids: Array[::String],
369
+ ?tags: Array[
370
+ {
371
+ key: ::String?,
372
+ value: ::String?
373
+ },
374
+ ]
375
+ ) -> _CreateDBSubnetGroupResponseSuccess
376
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDBSubnetGroupResponseSuccess
377
+
378
+ interface _CreateEventSubscriptionResponseSuccess
379
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEventSubscriptionResult]
380
+ def event_subscription: () -> Types::EventSubscription
381
+ end
382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_event_subscription-instance_method
383
+ def create_event_subscription: (
384
+ subscription_name: ::String,
385
+ sns_topic_arn: ::String,
386
+ ?source_type: ::String,
387
+ ?event_categories: Array[::String],
388
+ ?source_ids: Array[::String],
389
+ ?enabled: bool,
390
+ ?tags: Array[
391
+ {
392
+ key: ::String?,
393
+ value: ::String?
394
+ },
395
+ ]
396
+ ) -> _CreateEventSubscriptionResponseSuccess
397
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventSubscriptionResponseSuccess
398
+
399
+ interface _CreateGlobalClusterResponseSuccess
400
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGlobalClusterResult]
401
+ def global_cluster: () -> Types::GlobalCluster
402
+ end
403
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#create_global_cluster-instance_method
404
+ def create_global_cluster: (
405
+ global_cluster_identifier: ::String,
406
+ ?source_db_cluster_identifier: ::String,
407
+ ?engine: ::String,
408
+ ?engine_version: ::String,
409
+ ?deletion_protection: bool,
410
+ ?storage_encrypted: bool
411
+ ) -> _CreateGlobalClusterResponseSuccess
412
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGlobalClusterResponseSuccess
413
+
414
+ interface _DeleteDBClusterResponseSuccess
415
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterResult]
416
+ def db_cluster: () -> Types::DBCluster
417
+ end
418
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_cluster-instance_method
419
+ def delete_db_cluster: (
420
+ db_cluster_identifier: ::String,
421
+ ?skip_final_snapshot: bool,
422
+ ?final_db_snapshot_identifier: ::String
423
+ ) -> _DeleteDBClusterResponseSuccess
424
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterResponseSuccess
425
+
426
+ interface _DeleteDBClusterEndpointResponseSuccess
427
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterEndpointOutput]
428
+ def db_cluster_endpoint_identifier: () -> ::String
429
+ def db_cluster_identifier: () -> ::String
430
+ def db_cluster_endpoint_resource_identifier: () -> ::String
431
+ def endpoint: () -> ::String
432
+ def status: () -> ::String
433
+ def endpoint_type: () -> ::String
434
+ def custom_endpoint_type: () -> ::String
435
+ def static_members: () -> ::Array[::String]
436
+ def excluded_members: () -> ::Array[::String]
437
+ def db_cluster_endpoint_arn: () -> ::String
438
+ end
439
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_cluster_endpoint-instance_method
440
+ def delete_db_cluster_endpoint: (
441
+ db_cluster_endpoint_identifier: ::String
442
+ ) -> _DeleteDBClusterEndpointResponseSuccess
443
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterEndpointResponseSuccess
444
+
445
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_cluster_parameter_group-instance_method
446
+ def delete_db_cluster_parameter_group: (
447
+ db_cluster_parameter_group_name: ::String
448
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
449
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
450
+
451
+ interface _DeleteDBClusterSnapshotResponseSuccess
452
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBClusterSnapshotResult]
453
+ def db_cluster_snapshot: () -> Types::DBClusterSnapshot
454
+ end
455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_cluster_snapshot-instance_method
456
+ def delete_db_cluster_snapshot: (
457
+ db_cluster_snapshot_identifier: ::String
458
+ ) -> _DeleteDBClusterSnapshotResponseSuccess
459
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBClusterSnapshotResponseSuccess
460
+
461
+ interface _DeleteDBInstanceResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDBInstanceResult]
463
+ def db_instance: () -> Types::DBInstance
464
+ end
465
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_instance-instance_method
466
+ def delete_db_instance: (
467
+ db_instance_identifier: ::String,
468
+ ?skip_final_snapshot: bool,
469
+ ?final_db_snapshot_identifier: ::String
470
+ ) -> _DeleteDBInstanceResponseSuccess
471
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDBInstanceResponseSuccess
472
+
473
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_parameter_group-instance_method
474
+ def delete_db_parameter_group: (
475
+ db_parameter_group_name: ::String
476
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
477
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
478
+
479
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_db_subnet_group-instance_method
480
+ def delete_db_subnet_group: (
481
+ db_subnet_group_name: ::String
482
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
483
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
484
+
485
+ interface _DeleteEventSubscriptionResponseSuccess
486
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEventSubscriptionResult]
487
+ def event_subscription: () -> Types::EventSubscription
488
+ end
489
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_event_subscription-instance_method
490
+ def delete_event_subscription: (
491
+ subscription_name: ::String
492
+ ) -> _DeleteEventSubscriptionResponseSuccess
493
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEventSubscriptionResponseSuccess
494
+
495
+ interface _DeleteGlobalClusterResponseSuccess
496
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGlobalClusterResult]
497
+ def global_cluster: () -> Types::GlobalCluster
498
+ end
499
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#delete_global_cluster-instance_method
500
+ def delete_global_cluster: (
501
+ global_cluster_identifier: ::String
502
+ ) -> _DeleteGlobalClusterResponseSuccess
503
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGlobalClusterResponseSuccess
504
+
505
+ interface _DescribeDBClusterEndpointsResponseSuccess
506
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterEndpointMessage]
507
+ def marker: () -> ::String
508
+ def db_cluster_endpoints: () -> ::Array[Types::DBClusterEndpoint]
509
+ end
510
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_cluster_endpoints-instance_method
511
+ def describe_db_cluster_endpoints: (
512
+ ?db_cluster_identifier: ::String,
513
+ ?db_cluster_endpoint_identifier: ::String,
514
+ ?filters: Array[
515
+ {
516
+ name: ::String,
517
+ values: Array[::String]
518
+ },
519
+ ],
520
+ ?max_records: ::Integer,
521
+ ?marker: ::String
522
+ ) -> _DescribeDBClusterEndpointsResponseSuccess
523
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterEndpointsResponseSuccess
524
+
525
+ interface _DescribeDBClusterParameterGroupsResponseSuccess
526
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupsMessage]
527
+ def marker: () -> ::String
528
+ def db_cluster_parameter_groups: () -> ::Array[Types::DBClusterParameterGroup]
529
+ end
530
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_cluster_parameter_groups-instance_method
531
+ def describe_db_cluster_parameter_groups: (
532
+ ?db_cluster_parameter_group_name: ::String,
533
+ ?filters: Array[
534
+ {
535
+ name: ::String,
536
+ values: Array[::String]
537
+ },
538
+ ],
539
+ ?max_records: ::Integer,
540
+ ?marker: ::String
541
+ ) -> _DescribeDBClusterParameterGroupsResponseSuccess
542
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterParameterGroupsResponseSuccess
543
+
544
+ interface _DescribeDBClusterParametersResponseSuccess
545
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupDetails]
546
+ def parameters: () -> ::Array[Types::Parameter]
547
+ def marker: () -> ::String
548
+ end
549
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_cluster_parameters-instance_method
550
+ def describe_db_cluster_parameters: (
551
+ db_cluster_parameter_group_name: ::String,
552
+ ?source: ::String,
553
+ ?filters: Array[
554
+ {
555
+ name: ::String,
556
+ values: Array[::String]
557
+ },
558
+ ],
559
+ ?max_records: ::Integer,
560
+ ?marker: ::String
561
+ ) -> _DescribeDBClusterParametersResponseSuccess
562
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterParametersResponseSuccess
563
+
564
+ interface _DescribeDBClusterSnapshotAttributesResponseSuccess
565
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDBClusterSnapshotAttributesResult]
566
+ def db_cluster_snapshot_attributes_result: () -> Types::DBClusterSnapshotAttributesResult
567
+ end
568
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_cluster_snapshot_attributes-instance_method
569
+ def describe_db_cluster_snapshot_attributes: (
570
+ db_cluster_snapshot_identifier: ::String
571
+ ) -> _DescribeDBClusterSnapshotAttributesResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterSnapshotAttributesResponseSuccess
573
+
574
+ interface _DescribeDBClusterSnapshotsResponseSuccess
575
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterSnapshotMessage]
576
+ def marker: () -> ::String
577
+ def db_cluster_snapshots: () -> ::Array[Types::DBClusterSnapshot]
578
+ end
579
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_cluster_snapshots-instance_method
580
+ def describe_db_cluster_snapshots: (
581
+ ?db_cluster_identifier: ::String,
582
+ ?db_cluster_snapshot_identifier: ::String,
583
+ ?snapshot_type: ::String,
584
+ ?filters: Array[
585
+ {
586
+ name: ::String,
587
+ values: Array[::String]
588
+ },
589
+ ],
590
+ ?max_records: ::Integer,
591
+ ?marker: ::String,
592
+ ?include_shared: bool,
593
+ ?include_public: bool
594
+ ) -> _DescribeDBClusterSnapshotsResponseSuccess
595
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClusterSnapshotsResponseSuccess
596
+
597
+ interface _DescribeDBClustersResponseSuccess
598
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterMessage]
599
+ def marker: () -> ::String
600
+ def db_clusters: () -> ::Array[Types::DBCluster]
601
+ end
602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_clusters-instance_method
603
+ def describe_db_clusters: (
604
+ ?db_cluster_identifier: ::String,
605
+ ?filters: Array[
606
+ {
607
+ name: ::String,
608
+ values: Array[::String]
609
+ },
610
+ ],
611
+ ?max_records: ::Integer,
612
+ ?marker: ::String
613
+ ) -> _DescribeDBClustersResponseSuccess
614
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBClustersResponseSuccess
615
+
616
+ interface _DescribeDBEngineVersionsResponseSuccess
617
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBEngineVersionMessage]
618
+ def marker: () -> ::String
619
+ def db_engine_versions: () -> ::Array[Types::DBEngineVersion]
620
+ end
621
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_engine_versions-instance_method
622
+ def describe_db_engine_versions: (
623
+ ?engine: ::String,
624
+ ?engine_version: ::String,
625
+ ?db_parameter_group_family: ::String,
626
+ ?filters: Array[
627
+ {
628
+ name: ::String,
629
+ values: Array[::String]
630
+ },
631
+ ],
632
+ ?max_records: ::Integer,
633
+ ?marker: ::String,
634
+ ?default_only: bool,
635
+ ?list_supported_character_sets: bool,
636
+ ?list_supported_timezones: bool
637
+ ) -> _DescribeDBEngineVersionsResponseSuccess
638
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBEngineVersionsResponseSuccess
639
+
640
+ interface _DescribeDBInstancesResponseSuccess
641
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBInstanceMessage]
642
+ def marker: () -> ::String
643
+ def db_instances: () -> ::Array[Types::DBInstance]
644
+ end
645
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_instances-instance_method
646
+ def describe_db_instances: (
647
+ ?db_instance_identifier: ::String,
648
+ ?filters: Array[
649
+ {
650
+ name: ::String,
651
+ values: Array[::String]
652
+ },
653
+ ],
654
+ ?max_records: ::Integer,
655
+ ?marker: ::String
656
+ ) -> _DescribeDBInstancesResponseSuccess
657
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBInstancesResponseSuccess
658
+
659
+ interface _DescribeDBParameterGroupsResponseSuccess
660
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupsMessage]
661
+ def marker: () -> ::String
662
+ def db_parameter_groups: () -> ::Array[Types::DBParameterGroup]
663
+ end
664
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_parameter_groups-instance_method
665
+ def describe_db_parameter_groups: (
666
+ ?db_parameter_group_name: ::String,
667
+ ?filters: Array[
668
+ {
669
+ name: ::String,
670
+ values: Array[::String]
671
+ },
672
+ ],
673
+ ?max_records: ::Integer,
674
+ ?marker: ::String
675
+ ) -> _DescribeDBParameterGroupsResponseSuccess
676
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBParameterGroupsResponseSuccess
677
+
678
+ interface _DescribeDBParametersResponseSuccess
679
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupDetails]
680
+ def parameters: () -> ::Array[Types::Parameter]
681
+ def marker: () -> ::String
682
+ end
683
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_parameters-instance_method
684
+ def describe_db_parameters: (
685
+ db_parameter_group_name: ::String,
686
+ ?source: ::String,
687
+ ?filters: Array[
688
+ {
689
+ name: ::String,
690
+ values: Array[::String]
691
+ },
692
+ ],
693
+ ?max_records: ::Integer,
694
+ ?marker: ::String
695
+ ) -> _DescribeDBParametersResponseSuccess
696
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBParametersResponseSuccess
697
+
698
+ interface _DescribeDBSubnetGroupsResponseSuccess
699
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBSubnetGroupMessage]
700
+ def marker: () -> ::String
701
+ def db_subnet_groups: () -> ::Array[Types::DBSubnetGroup]
702
+ end
703
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_db_subnet_groups-instance_method
704
+ def describe_db_subnet_groups: (
705
+ ?db_subnet_group_name: ::String,
706
+ ?filters: Array[
707
+ {
708
+ name: ::String,
709
+ values: Array[::String]
710
+ },
711
+ ],
712
+ ?max_records: ::Integer,
713
+ ?marker: ::String
714
+ ) -> _DescribeDBSubnetGroupsResponseSuccess
715
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDBSubnetGroupsResponseSuccess
716
+
717
+ interface _DescribeEngineDefaultClusterParametersResponseSuccess
718
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEngineDefaultClusterParametersResult]
719
+ def engine_defaults: () -> Types::EngineDefaults
720
+ end
721
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_engine_default_cluster_parameters-instance_method
722
+ def describe_engine_default_cluster_parameters: (
723
+ db_parameter_group_family: ::String,
724
+ ?filters: Array[
725
+ {
726
+ name: ::String,
727
+ values: Array[::String]
728
+ },
729
+ ],
730
+ ?max_records: ::Integer,
731
+ ?marker: ::String
732
+ ) -> _DescribeEngineDefaultClusterParametersResponseSuccess
733
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEngineDefaultClusterParametersResponseSuccess
734
+
735
+ interface _DescribeEngineDefaultParametersResponseSuccess
736
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEngineDefaultParametersResult]
737
+ def engine_defaults: () -> Types::EngineDefaults
738
+ end
739
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_engine_default_parameters-instance_method
740
+ def describe_engine_default_parameters: (
741
+ db_parameter_group_family: ::String,
742
+ ?filters: Array[
743
+ {
744
+ name: ::String,
745
+ values: Array[::String]
746
+ },
747
+ ],
748
+ ?max_records: ::Integer,
749
+ ?marker: ::String
750
+ ) -> _DescribeEngineDefaultParametersResponseSuccess
751
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEngineDefaultParametersResponseSuccess
752
+
753
+ interface _DescribeEventCategoriesResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventCategoriesMessage]
755
+ def event_categories_map_list: () -> ::Array[Types::EventCategoriesMap]
756
+ end
757
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_event_categories-instance_method
758
+ def describe_event_categories: (
759
+ ?source_type: ::String,
760
+ ?filters: Array[
761
+ {
762
+ name: ::String,
763
+ values: Array[::String]
764
+ },
765
+ ]
766
+ ) -> _DescribeEventCategoriesResponseSuccess
767
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventCategoriesResponseSuccess
768
+
769
+ interface _DescribeEventSubscriptionsResponseSuccess
770
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventSubscriptionsMessage]
771
+ def marker: () -> ::String
772
+ def event_subscriptions_list: () -> ::Array[Types::EventSubscription]
773
+ end
774
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_event_subscriptions-instance_method
775
+ def describe_event_subscriptions: (
776
+ ?subscription_name: ::String,
777
+ ?filters: Array[
778
+ {
779
+ name: ::String,
780
+ values: Array[::String]
781
+ },
782
+ ],
783
+ ?max_records: ::Integer,
784
+ ?marker: ::String
785
+ ) -> _DescribeEventSubscriptionsResponseSuccess
786
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventSubscriptionsResponseSuccess
787
+
788
+ interface _DescribeEventsResponseSuccess
789
+ include ::Seahorse::Client::_ResponseSuccess[Types::EventsMessage]
790
+ def marker: () -> ::String
791
+ def events: () -> ::Array[Types::Event]
792
+ end
793
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_events-instance_method
794
+ def describe_events: (
795
+ ?source_identifier: ::String,
796
+ ?source_type: ("db-instance" | "db-parameter-group" | "db-security-group" | "db-snapshot" | "db-cluster" | "db-cluster-snapshot"),
797
+ ?start_time: ::Time,
798
+ ?end_time: ::Time,
799
+ ?duration: ::Integer,
800
+ ?event_categories: Array[::String],
801
+ ?filters: Array[
802
+ {
803
+ name: ::String,
804
+ values: Array[::String]
805
+ },
806
+ ],
807
+ ?max_records: ::Integer,
808
+ ?marker: ::String
809
+ ) -> _DescribeEventsResponseSuccess
810
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEventsResponseSuccess
811
+
812
+ interface _DescribeGlobalClustersResponseSuccess
813
+ include ::Seahorse::Client::_ResponseSuccess[Types::GlobalClustersMessage]
814
+ def marker: () -> ::String
815
+ def global_clusters: () -> ::Array[Types::GlobalCluster]
816
+ end
817
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_global_clusters-instance_method
818
+ def describe_global_clusters: (
819
+ ?global_cluster_identifier: ::String,
820
+ ?max_records: ::Integer,
821
+ ?marker: ::String
822
+ ) -> _DescribeGlobalClustersResponseSuccess
823
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGlobalClustersResponseSuccess
824
+
825
+ interface _DescribeOrderableDBInstanceOptionsResponseSuccess
826
+ include ::Seahorse::Client::_ResponseSuccess[Types::OrderableDBInstanceOptionsMessage]
827
+ def orderable_db_instance_options: () -> ::Array[Types::OrderableDBInstanceOption]
828
+ def marker: () -> ::String
829
+ end
830
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_orderable_db_instance_options-instance_method
831
+ def describe_orderable_db_instance_options: (
832
+ engine: ::String,
833
+ ?engine_version: ::String,
834
+ ?db_instance_class: ::String,
835
+ ?license_model: ::String,
836
+ ?vpc: bool,
837
+ ?filters: Array[
838
+ {
839
+ name: ::String,
840
+ values: Array[::String]
841
+ },
842
+ ],
843
+ ?max_records: ::Integer,
844
+ ?marker: ::String
845
+ ) -> _DescribeOrderableDBInstanceOptionsResponseSuccess
846
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOrderableDBInstanceOptionsResponseSuccess
847
+
848
+ interface _DescribePendingMaintenanceActionsResponseSuccess
849
+ include ::Seahorse::Client::_ResponseSuccess[Types::PendingMaintenanceActionsMessage]
850
+ def pending_maintenance_actions: () -> ::Array[Types::ResourcePendingMaintenanceActions]
851
+ def marker: () -> ::String
852
+ end
853
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_pending_maintenance_actions-instance_method
854
+ def describe_pending_maintenance_actions: (
855
+ ?resource_identifier: ::String,
856
+ ?filters: Array[
857
+ {
858
+ name: ::String,
859
+ values: Array[::String]
860
+ },
861
+ ],
862
+ ?marker: ::String,
863
+ ?max_records: ::Integer
864
+ ) -> _DescribePendingMaintenanceActionsResponseSuccess
865
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePendingMaintenanceActionsResponseSuccess
866
+
867
+ interface _DescribeValidDBInstanceModificationsResponseSuccess
868
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeValidDBInstanceModificationsResult]
869
+ def valid_db_instance_modifications_message: () -> Types::ValidDBInstanceModificationsMessage
870
+ end
871
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#describe_valid_db_instance_modifications-instance_method
872
+ def describe_valid_db_instance_modifications: (
873
+ db_instance_identifier: ::String
874
+ ) -> _DescribeValidDBInstanceModificationsResponseSuccess
875
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeValidDBInstanceModificationsResponseSuccess
876
+
877
+ interface _FailoverDBClusterResponseSuccess
878
+ include ::Seahorse::Client::_ResponseSuccess[Types::FailoverDBClusterResult]
879
+ def db_cluster: () -> Types::DBCluster
880
+ end
881
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#failover_db_cluster-instance_method
882
+ def failover_db_cluster: (
883
+ ?db_cluster_identifier: ::String,
884
+ ?target_db_instance_identifier: ::String
885
+ ) -> _FailoverDBClusterResponseSuccess
886
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverDBClusterResponseSuccess
887
+
888
+ interface _FailoverGlobalClusterResponseSuccess
889
+ include ::Seahorse::Client::_ResponseSuccess[Types::FailoverGlobalClusterResult]
890
+ def global_cluster: () -> Types::GlobalCluster
891
+ end
892
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#failover_global_cluster-instance_method
893
+ def failover_global_cluster: (
894
+ global_cluster_identifier: ::String,
895
+ target_db_cluster_identifier: ::String
896
+ ) -> _FailoverGlobalClusterResponseSuccess
897
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _FailoverGlobalClusterResponseSuccess
898
+
899
+ interface _ListTagsForResourceResponseSuccess
900
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagListMessage]
901
+ def tag_list: () -> ::Array[Types::Tag]
902
+ end
903
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#list_tags_for_resource-instance_method
904
+ def list_tags_for_resource: (
905
+ resource_name: ::String,
906
+ ?filters: Array[
907
+ {
908
+ name: ::String,
909
+ values: Array[::String]
910
+ },
911
+ ]
912
+ ) -> _ListTagsForResourceResponseSuccess
913
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
914
+
915
+ interface _ModifyDBClusterResponseSuccess
916
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBClusterResult]
917
+ def db_cluster: () -> Types::DBCluster
918
+ end
919
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_cluster-instance_method
920
+ def modify_db_cluster: (
921
+ db_cluster_identifier: ::String,
922
+ ?new_db_cluster_identifier: ::String,
923
+ ?apply_immediately: bool,
924
+ ?backup_retention_period: ::Integer,
925
+ ?db_cluster_parameter_group_name: ::String,
926
+ ?vpc_security_group_ids: Array[::String],
927
+ ?port: ::Integer,
928
+ ?master_user_password: ::String,
929
+ ?option_group_name: ::String,
930
+ ?preferred_backup_window: ::String,
931
+ ?preferred_maintenance_window: ::String,
932
+ ?enable_iam_database_authentication: bool,
933
+ ?cloudwatch_logs_export_configuration: {
934
+ enable_log_types: Array[::String]?,
935
+ disable_log_types: Array[::String]?
936
+ },
937
+ ?engine_version: ::String,
938
+ ?allow_major_version_upgrade: bool,
939
+ ?db_instance_parameter_group_name: ::String,
940
+ ?deletion_protection: bool,
941
+ ?copy_tags_to_snapshot: bool,
942
+ ?serverless_v2_scaling_configuration: {
943
+ min_capacity: ::Float?,
944
+ max_capacity: ::Float?
945
+ },
946
+ ?storage_type: ::String
947
+ ) -> _ModifyDBClusterResponseSuccess
948
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterResponseSuccess
949
+
950
+ interface _ModifyDBClusterEndpointResponseSuccess
951
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBClusterEndpointOutput]
952
+ def db_cluster_endpoint_identifier: () -> ::String
953
+ def db_cluster_identifier: () -> ::String
954
+ def db_cluster_endpoint_resource_identifier: () -> ::String
955
+ def endpoint: () -> ::String
956
+ def status: () -> ::String
957
+ def endpoint_type: () -> ::String
958
+ def custom_endpoint_type: () -> ::String
959
+ def static_members: () -> ::Array[::String]
960
+ def excluded_members: () -> ::Array[::String]
961
+ def db_cluster_endpoint_arn: () -> ::String
962
+ end
963
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_cluster_endpoint-instance_method
964
+ def modify_db_cluster_endpoint: (
965
+ db_cluster_endpoint_identifier: ::String,
966
+ ?endpoint_type: ::String,
967
+ ?static_members: Array[::String],
968
+ ?excluded_members: Array[::String]
969
+ ) -> _ModifyDBClusterEndpointResponseSuccess
970
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterEndpointResponseSuccess
971
+
972
+ interface _ModifyDBClusterParameterGroupResponseSuccess
973
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupNameMessage]
974
+ def db_cluster_parameter_group_name: () -> ::String
975
+ end
976
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_cluster_parameter_group-instance_method
977
+ def modify_db_cluster_parameter_group: (
978
+ db_cluster_parameter_group_name: ::String,
979
+ parameters: Array[
980
+ {
981
+ parameter_name: ::String?,
982
+ parameter_value: ::String?,
983
+ description: ::String?,
984
+ source: ::String?,
985
+ apply_type: ::String?,
986
+ data_type: ::String?,
987
+ allowed_values: ::String?,
988
+ is_modifiable: bool?,
989
+ minimum_engine_version: ::String?,
990
+ apply_method: ("immediate" | "pending-reboot")?
991
+ },
992
+ ]
993
+ ) -> _ModifyDBClusterParameterGroupResponseSuccess
994
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterParameterGroupResponseSuccess
995
+
996
+ interface _ModifyDBClusterSnapshotAttributeResponseSuccess
997
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBClusterSnapshotAttributeResult]
998
+ def db_cluster_snapshot_attributes_result: () -> Types::DBClusterSnapshotAttributesResult
999
+ end
1000
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_cluster_snapshot_attribute-instance_method
1001
+ def modify_db_cluster_snapshot_attribute: (
1002
+ db_cluster_snapshot_identifier: ::String,
1003
+ attribute_name: ::String,
1004
+ ?values_to_add: Array[::String],
1005
+ ?values_to_remove: Array[::String]
1006
+ ) -> _ModifyDBClusterSnapshotAttributeResponseSuccess
1007
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBClusterSnapshotAttributeResponseSuccess
1008
+
1009
+ interface _ModifyDBInstanceResponseSuccess
1010
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBInstanceResult]
1011
+ def db_instance: () -> Types::DBInstance
1012
+ end
1013
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_instance-instance_method
1014
+ def modify_db_instance: (
1015
+ db_instance_identifier: ::String,
1016
+ ?allocated_storage: ::Integer,
1017
+ ?db_instance_class: ::String,
1018
+ ?db_subnet_group_name: ::String,
1019
+ ?db_security_groups: Array[::String],
1020
+ ?vpc_security_group_ids: Array[::String],
1021
+ ?apply_immediately: bool,
1022
+ ?master_user_password: ::String,
1023
+ ?db_parameter_group_name: ::String,
1024
+ ?backup_retention_period: ::Integer,
1025
+ ?preferred_backup_window: ::String,
1026
+ ?preferred_maintenance_window: ::String,
1027
+ ?multi_az: bool,
1028
+ ?engine_version: ::String,
1029
+ ?allow_major_version_upgrade: bool,
1030
+ ?auto_minor_version_upgrade: bool,
1031
+ ?license_model: ::String,
1032
+ ?iops: ::Integer,
1033
+ ?option_group_name: ::String,
1034
+ ?new_db_instance_identifier: ::String,
1035
+ ?storage_type: ::String,
1036
+ ?tde_credential_arn: ::String,
1037
+ ?tde_credential_password: ::String,
1038
+ ?ca_certificate_identifier: ::String,
1039
+ ?domain: ::String,
1040
+ ?copy_tags_to_snapshot: bool,
1041
+ ?monitoring_interval: ::Integer,
1042
+ ?db_port_number: ::Integer,
1043
+ ?publicly_accessible: bool,
1044
+ ?monitoring_role_arn: ::String,
1045
+ ?domain_iam_role_name: ::String,
1046
+ ?promotion_tier: ::Integer,
1047
+ ?enable_iam_database_authentication: bool,
1048
+ ?enable_performance_insights: bool,
1049
+ ?performance_insights_kms_key_id: ::String,
1050
+ ?cloudwatch_logs_export_configuration: {
1051
+ enable_log_types: Array[::String]?,
1052
+ disable_log_types: Array[::String]?
1053
+ },
1054
+ ?deletion_protection: bool
1055
+ ) -> _ModifyDBInstanceResponseSuccess
1056
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBInstanceResponseSuccess
1057
+
1058
+ interface _ModifyDBParameterGroupResponseSuccess
1059
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupNameMessage]
1060
+ def db_parameter_group_name: () -> ::String
1061
+ end
1062
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_parameter_group-instance_method
1063
+ def modify_db_parameter_group: (
1064
+ db_parameter_group_name: ::String,
1065
+ parameters: Array[
1066
+ {
1067
+ parameter_name: ::String?,
1068
+ parameter_value: ::String?,
1069
+ description: ::String?,
1070
+ source: ::String?,
1071
+ apply_type: ::String?,
1072
+ data_type: ::String?,
1073
+ allowed_values: ::String?,
1074
+ is_modifiable: bool?,
1075
+ minimum_engine_version: ::String?,
1076
+ apply_method: ("immediate" | "pending-reboot")?
1077
+ },
1078
+ ]
1079
+ ) -> _ModifyDBParameterGroupResponseSuccess
1080
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBParameterGroupResponseSuccess
1081
+
1082
+ interface _ModifyDBSubnetGroupResponseSuccess
1083
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyDBSubnetGroupResult]
1084
+ def db_subnet_group: () -> Types::DBSubnetGroup
1085
+ end
1086
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_db_subnet_group-instance_method
1087
+ def modify_db_subnet_group: (
1088
+ db_subnet_group_name: ::String,
1089
+ ?db_subnet_group_description: ::String,
1090
+ subnet_ids: Array[::String]
1091
+ ) -> _ModifyDBSubnetGroupResponseSuccess
1092
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyDBSubnetGroupResponseSuccess
1093
+
1094
+ interface _ModifyEventSubscriptionResponseSuccess
1095
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyEventSubscriptionResult]
1096
+ def event_subscription: () -> Types::EventSubscription
1097
+ end
1098
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_event_subscription-instance_method
1099
+ def modify_event_subscription: (
1100
+ subscription_name: ::String,
1101
+ ?sns_topic_arn: ::String,
1102
+ ?source_type: ::String,
1103
+ ?event_categories: Array[::String],
1104
+ ?enabled: bool
1105
+ ) -> _ModifyEventSubscriptionResponseSuccess
1106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyEventSubscriptionResponseSuccess
1107
+
1108
+ interface _ModifyGlobalClusterResponseSuccess
1109
+ include ::Seahorse::Client::_ResponseSuccess[Types::ModifyGlobalClusterResult]
1110
+ def global_cluster: () -> Types::GlobalCluster
1111
+ end
1112
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#modify_global_cluster-instance_method
1113
+ def modify_global_cluster: (
1114
+ global_cluster_identifier: ::String,
1115
+ ?new_global_cluster_identifier: ::String,
1116
+ ?deletion_protection: bool,
1117
+ ?engine_version: ::String,
1118
+ ?allow_major_version_upgrade: bool
1119
+ ) -> _ModifyGlobalClusterResponseSuccess
1120
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyGlobalClusterResponseSuccess
1121
+
1122
+ interface _PromoteReadReplicaDBClusterResponseSuccess
1123
+ include ::Seahorse::Client::_ResponseSuccess[Types::PromoteReadReplicaDBClusterResult]
1124
+ def db_cluster: () -> Types::DBCluster
1125
+ end
1126
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#promote_read_replica_db_cluster-instance_method
1127
+ def promote_read_replica_db_cluster: (
1128
+ db_cluster_identifier: ::String
1129
+ ) -> _PromoteReadReplicaDBClusterResponseSuccess
1130
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PromoteReadReplicaDBClusterResponseSuccess
1131
+
1132
+ interface _RebootDBInstanceResponseSuccess
1133
+ include ::Seahorse::Client::_ResponseSuccess[Types::RebootDBInstanceResult]
1134
+ def db_instance: () -> Types::DBInstance
1135
+ end
1136
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#reboot_db_instance-instance_method
1137
+ def reboot_db_instance: (
1138
+ db_instance_identifier: ::String,
1139
+ ?force_failover: bool
1140
+ ) -> _RebootDBInstanceResponseSuccess
1141
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDBInstanceResponseSuccess
1142
+
1143
+ interface _RemoveFromGlobalClusterResponseSuccess
1144
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFromGlobalClusterResult]
1145
+ def global_cluster: () -> Types::GlobalCluster
1146
+ end
1147
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#remove_from_global_cluster-instance_method
1148
+ def remove_from_global_cluster: (
1149
+ global_cluster_identifier: ::String,
1150
+ db_cluster_identifier: ::String
1151
+ ) -> _RemoveFromGlobalClusterResponseSuccess
1152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFromGlobalClusterResponseSuccess
1153
+
1154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#remove_role_from_db_cluster-instance_method
1155
+ def remove_role_from_db_cluster: (
1156
+ db_cluster_identifier: ::String,
1157
+ role_arn: ::String,
1158
+ ?feature_name: ::String
1159
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1160
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1161
+
1162
+ interface _RemoveSourceIdentifierFromSubscriptionResponseSuccess
1163
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveSourceIdentifierFromSubscriptionResult]
1164
+ def event_subscription: () -> Types::EventSubscription
1165
+ end
1166
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#remove_source_identifier_from_subscription-instance_method
1167
+ def remove_source_identifier_from_subscription: (
1168
+ subscription_name: ::String,
1169
+ source_identifier: ::String
1170
+ ) -> _RemoveSourceIdentifierFromSubscriptionResponseSuccess
1171
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveSourceIdentifierFromSubscriptionResponseSuccess
1172
+
1173
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#remove_tags_from_resource-instance_method
1174
+ def remove_tags_from_resource: (
1175
+ resource_name: ::String,
1176
+ tag_keys: Array[::String]
1177
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1178
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1179
+
1180
+ interface _ResetDBClusterParameterGroupResponseSuccess
1181
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBClusterParameterGroupNameMessage]
1182
+ def db_cluster_parameter_group_name: () -> ::String
1183
+ end
1184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#reset_db_cluster_parameter_group-instance_method
1185
+ def reset_db_cluster_parameter_group: (
1186
+ db_cluster_parameter_group_name: ::String,
1187
+ ?reset_all_parameters: bool,
1188
+ ?parameters: Array[
1189
+ {
1190
+ parameter_name: ::String?,
1191
+ parameter_value: ::String?,
1192
+ description: ::String?,
1193
+ source: ::String?,
1194
+ apply_type: ::String?,
1195
+ data_type: ::String?,
1196
+ allowed_values: ::String?,
1197
+ is_modifiable: bool?,
1198
+ minimum_engine_version: ::String?,
1199
+ apply_method: ("immediate" | "pending-reboot")?
1200
+ },
1201
+ ]
1202
+ ) -> _ResetDBClusterParameterGroupResponseSuccess
1203
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetDBClusterParameterGroupResponseSuccess
1204
+
1205
+ interface _ResetDBParameterGroupResponseSuccess
1206
+ include ::Seahorse::Client::_ResponseSuccess[Types::DBParameterGroupNameMessage]
1207
+ def db_parameter_group_name: () -> ::String
1208
+ end
1209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#reset_db_parameter_group-instance_method
1210
+ def reset_db_parameter_group: (
1211
+ db_parameter_group_name: ::String,
1212
+ ?reset_all_parameters: bool,
1213
+ ?parameters: Array[
1214
+ {
1215
+ parameter_name: ::String?,
1216
+ parameter_value: ::String?,
1217
+ description: ::String?,
1218
+ source: ::String?,
1219
+ apply_type: ::String?,
1220
+ data_type: ::String?,
1221
+ allowed_values: ::String?,
1222
+ is_modifiable: bool?,
1223
+ minimum_engine_version: ::String?,
1224
+ apply_method: ("immediate" | "pending-reboot")?
1225
+ },
1226
+ ]
1227
+ ) -> _ResetDBParameterGroupResponseSuccess
1228
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetDBParameterGroupResponseSuccess
1229
+
1230
+ interface _RestoreDBClusterFromSnapshotResponseSuccess
1231
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBClusterFromSnapshotResult]
1232
+ def db_cluster: () -> Types::DBCluster
1233
+ end
1234
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#restore_db_cluster_from_snapshot-instance_method
1235
+ def restore_db_cluster_from_snapshot: (
1236
+ ?availability_zones: Array[::String],
1237
+ db_cluster_identifier: ::String,
1238
+ snapshot_identifier: ::String,
1239
+ engine: ::String,
1240
+ ?engine_version: ::String,
1241
+ ?port: ::Integer,
1242
+ ?db_subnet_group_name: ::String,
1243
+ ?database_name: ::String,
1244
+ ?option_group_name: ::String,
1245
+ ?vpc_security_group_ids: Array[::String],
1246
+ ?tags: Array[
1247
+ {
1248
+ key: ::String?,
1249
+ value: ::String?
1250
+ },
1251
+ ],
1252
+ ?kms_key_id: ::String,
1253
+ ?enable_iam_database_authentication: bool,
1254
+ ?enable_cloudwatch_logs_exports: Array[::String],
1255
+ ?db_cluster_parameter_group_name: ::String,
1256
+ ?deletion_protection: bool,
1257
+ ?copy_tags_to_snapshot: bool,
1258
+ ?serverless_v2_scaling_configuration: {
1259
+ min_capacity: ::Float?,
1260
+ max_capacity: ::Float?
1261
+ },
1262
+ ?storage_type: ::String
1263
+ ) -> _RestoreDBClusterFromSnapshotResponseSuccess
1264
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterFromSnapshotResponseSuccess
1265
+
1266
+ interface _RestoreDBClusterToPointInTimeResponseSuccess
1267
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreDBClusterToPointInTimeResult]
1268
+ def db_cluster: () -> Types::DBCluster
1269
+ end
1270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#restore_db_cluster_to_point_in_time-instance_method
1271
+ def restore_db_cluster_to_point_in_time: (
1272
+ db_cluster_identifier: ::String,
1273
+ ?restore_type: ::String,
1274
+ source_db_cluster_identifier: ::String,
1275
+ ?restore_to_time: ::Time,
1276
+ ?use_latest_restorable_time: bool,
1277
+ ?port: ::Integer,
1278
+ ?db_subnet_group_name: ::String,
1279
+ ?option_group_name: ::String,
1280
+ ?vpc_security_group_ids: Array[::String],
1281
+ ?tags: Array[
1282
+ {
1283
+ key: ::String?,
1284
+ value: ::String?
1285
+ },
1286
+ ],
1287
+ ?kms_key_id: ::String,
1288
+ ?enable_iam_database_authentication: bool,
1289
+ ?enable_cloudwatch_logs_exports: Array[::String],
1290
+ ?db_cluster_parameter_group_name: ::String,
1291
+ ?deletion_protection: bool,
1292
+ ?serverless_v2_scaling_configuration: {
1293
+ min_capacity: ::Float?,
1294
+ max_capacity: ::Float?
1295
+ },
1296
+ ?storage_type: ::String
1297
+ ) -> _RestoreDBClusterToPointInTimeResponseSuccess
1298
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreDBClusterToPointInTimeResponseSuccess
1299
+
1300
+ interface _StartDBClusterResponseSuccess
1301
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartDBClusterResult]
1302
+ def db_cluster: () -> Types::DBCluster
1303
+ end
1304
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#start_db_cluster-instance_method
1305
+ def start_db_cluster: (
1306
+ db_cluster_identifier: ::String
1307
+ ) -> _StartDBClusterResponseSuccess
1308
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDBClusterResponseSuccess
1309
+
1310
+ interface _StopDBClusterResponseSuccess
1311
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopDBClusterResult]
1312
+ def db_cluster: () -> Types::DBCluster
1313
+ end
1314
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#stop_db_cluster-instance_method
1315
+ def stop_db_cluster: (
1316
+ db_cluster_identifier: ::String
1317
+ ) -> _StopDBClusterResponseSuccess
1318
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopDBClusterResponseSuccess
1319
+
1320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Neptune/Client.html#wait_until-instance_method
1321
+ def wait_until: (:db_instance_available waiter_name,
1322
+ ?db_instance_identifier: ::String,
1323
+ ?filters: Array[
1324
+ {
1325
+ name: ::String,
1326
+ values: Array[::String]
1327
+ },
1328
+ ],
1329
+ ?max_records: ::Integer,
1330
+ ?marker: ::String
1331
+ ) -> Client::_DescribeDBInstancesResponseSuccess
1332
+ | (:db_instance_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBInstancesResponseSuccess
1333
+ | (:db_instance_deleted waiter_name,
1334
+ ?db_instance_identifier: ::String,
1335
+ ?filters: Array[
1336
+ {
1337
+ name: ::String,
1338
+ values: Array[::String]
1339
+ },
1340
+ ],
1341
+ ?max_records: ::Integer,
1342
+ ?marker: ::String
1343
+ ) -> Client::_DescribeDBInstancesResponseSuccess
1344
+ | (:db_instance_deleted waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeDBInstancesResponseSuccess
1345
+ end
1346
+ end
1347
+ end
1348
+