aws-sdk-databasemigrationservice 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91905e0c52b117e5c5589006c4088691f7565e02
|
4
|
+
data.tar.gz: 331e49424a80b141737ce5aed2bce677c132de03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cde3fc97c95e6d77b668ff31e52ee763d3c0b2ede0433d1760061668aa56bf7a7f5ff015ce7479a8f0a859529935316764e915f4fe5a7e304d866a1f208aabd6
|
7
|
+
data.tar.gz: 775f2d25b2f1e195a506fa8258bc54c503fa91e5e8bb2b4601e746744c6c706768f3d9685cd90326aadb11799586ab258e1601483367f35901426923cef0013f
|
@@ -273,6 +273,62 @@ module Aws::DatabaseMigrationService
|
|
273
273
|
req.send_request(options)
|
274
274
|
end
|
275
275
|
|
276
|
+
# Applies a pending maintenance action to a resource (for example, to a
|
277
|
+
# replication instance).
|
278
|
+
#
|
279
|
+
# @option params [required, String] :replication_instance_arn
|
280
|
+
# The Amazon Resource Name (ARN) of the AWS DMS resource that the
|
281
|
+
# pending maintenance action applies to.
|
282
|
+
#
|
283
|
+
# @option params [required, String] :apply_action
|
284
|
+
# The pending maintenance action to apply to this resource.
|
285
|
+
#
|
286
|
+
# @option params [required, String] :opt_in_type
|
287
|
+
# A value that specifies the type of opt-in request, or undoes an opt-in
|
288
|
+
# request. An opt-in request of type `immediate` cannot be undone.
|
289
|
+
#
|
290
|
+
# Valid values:
|
291
|
+
#
|
292
|
+
# * `immediate` - Apply the maintenance action immediately.
|
293
|
+
#
|
294
|
+
# * `next-maintenance` - Apply the maintenance action during the next
|
295
|
+
# maintenance window for the resource.
|
296
|
+
#
|
297
|
+
# * `undo-opt-in` - Cancel any existing `next-maintenance` opt-in
|
298
|
+
# requests.
|
299
|
+
#
|
300
|
+
# @return [Types::ApplyPendingMaintenanceActionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
301
|
+
#
|
302
|
+
# * {Types::ApplyPendingMaintenanceActionResponse#resource_pending_maintenance_actions #resource_pending_maintenance_actions} => Types::ResourcePendingMaintenanceActions
|
303
|
+
#
|
304
|
+
# @example Request syntax with placeholder values
|
305
|
+
#
|
306
|
+
# resp = client.apply_pending_maintenance_action({
|
307
|
+
# replication_instance_arn: "String", # required
|
308
|
+
# apply_action: "String", # required
|
309
|
+
# opt_in_type: "String", # required
|
310
|
+
# })
|
311
|
+
#
|
312
|
+
# @example Response structure
|
313
|
+
#
|
314
|
+
# resp.resource_pending_maintenance_actions.resource_identifier #=> String
|
315
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details #=> Array
|
316
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].action #=> String
|
317
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].auto_applied_after_date #=> Time
|
318
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].forced_apply_date #=> Time
|
319
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].opt_in_status #=> String
|
320
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].current_apply_date #=> Time
|
321
|
+
# resp.resource_pending_maintenance_actions.pending_maintenance_action_details[0].description #=> String
|
322
|
+
#
|
323
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceAction AWS API Documentation
|
324
|
+
#
|
325
|
+
# @overload apply_pending_maintenance_action(params = {})
|
326
|
+
# @param [Hash] params ({})
|
327
|
+
def apply_pending_maintenance_action(params = {}, options = {})
|
328
|
+
req = build_request(:apply_pending_maintenance_action, params)
|
329
|
+
req.send_request(options)
|
330
|
+
end
|
331
|
+
|
276
332
|
# Creates an endpoint using the provided settings.
|
277
333
|
#
|
278
334
|
# @option params [required, String] :endpoint_identifier
|
@@ -340,7 +396,7 @@ module Aws::DatabaseMigrationService
|
|
340
396
|
#
|
341
397
|
#
|
342
398
|
#
|
343
|
-
# [1]:
|
399
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
|
344
400
|
#
|
345
401
|
# @option params [Types::S3Settings] :s3_settings
|
346
402
|
# Settings in JSON format for the target Amazon S3 endpoint. For more
|
@@ -350,7 +406,7 @@ module Aws::DatabaseMigrationService
|
|
350
406
|
#
|
351
407
|
#
|
352
408
|
#
|
353
|
-
# [1]:
|
409
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
|
354
410
|
#
|
355
411
|
# @option params [Types::DmsTransferSettings] :dms_transfer_settings
|
356
412
|
# The settings in JSON format for the DMS transfer type of source
|
@@ -383,7 +439,7 @@ module Aws::DatabaseMigrationService
|
|
383
439
|
#
|
384
440
|
#
|
385
441
|
#
|
386
|
-
# [1]:
|
442
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
|
387
443
|
#
|
388
444
|
# @option params [Types::KinesisSettings] :kinesis_settings
|
389
445
|
# Settings in JSON format for the target Amazon Kinesis Data Streams
|
@@ -393,7 +449,7 @@ module Aws::DatabaseMigrationService
|
|
393
449
|
#
|
394
450
|
#
|
395
451
|
#
|
396
|
-
# [1]:
|
452
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
|
397
453
|
#
|
398
454
|
# @option params [Types::ElasticsearchSettings] :elasticsearch_settings
|
399
455
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
@@ -403,7 +459,9 @@ module Aws::DatabaseMigrationService
|
|
403
459
|
#
|
404
460
|
#
|
405
461
|
#
|
406
|
-
# [1]:
|
462
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
|
463
|
+
#
|
464
|
+
# @option params [Types::RedshiftSettings] :redshift_settings
|
407
465
|
#
|
408
466
|
# @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
409
467
|
#
|
@@ -484,6 +542,16 @@ module Aws::DatabaseMigrationService
|
|
484
542
|
# bucket_folder: "String",
|
485
543
|
# bucket_name: "String",
|
486
544
|
# compression_type: "none", # accepts none, gzip
|
545
|
+
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
546
|
+
# server_side_encryption_kms_key_id: "String",
|
547
|
+
# data_format: "csv", # accepts csv, parquet
|
548
|
+
# encoding_type: "plain", # accepts plain, plain-dictionary, rle-dictionary
|
549
|
+
# dict_page_size_limit: 1,
|
550
|
+
# row_group_length: 1,
|
551
|
+
# data_page_size: 1,
|
552
|
+
# parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
|
553
|
+
# enable_statistics: false,
|
554
|
+
# cdc_inserts_only: false,
|
487
555
|
# },
|
488
556
|
# dms_transfer_settings: {
|
489
557
|
# service_access_role_arn: "String",
|
@@ -514,6 +582,33 @@ module Aws::DatabaseMigrationService
|
|
514
582
|
# full_load_error_percentage: 1,
|
515
583
|
# error_retry_duration: 1,
|
516
584
|
# },
|
585
|
+
# redshift_settings: {
|
586
|
+
# accept_any_date: false,
|
587
|
+
# after_connect_script: "String",
|
588
|
+
# bucket_folder: "String",
|
589
|
+
# bucket_name: "String",
|
590
|
+
# connection_timeout: 1,
|
591
|
+
# database_name: "String",
|
592
|
+
# date_format: "String",
|
593
|
+
# empty_as_null: false,
|
594
|
+
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
595
|
+
# file_transfer_upload_streams: 1,
|
596
|
+
# load_timeout: 1,
|
597
|
+
# max_file_size: 1,
|
598
|
+
# password: "SecretString",
|
599
|
+
# port: 1,
|
600
|
+
# remove_quotes: false,
|
601
|
+
# replace_invalid_chars: "String",
|
602
|
+
# replace_chars: "String",
|
603
|
+
# server_name: "String",
|
604
|
+
# service_access_role_arn: "String",
|
605
|
+
# server_side_encryption_kms_key_id: "String",
|
606
|
+
# time_format: "String",
|
607
|
+
# trim_blanks: false,
|
608
|
+
# truncate_columns: false,
|
609
|
+
# username: "String",
|
610
|
+
# write_buffer_size: 1,
|
611
|
+
# },
|
517
612
|
# })
|
518
613
|
#
|
519
614
|
# @example Response structure
|
@@ -543,6 +638,16 @@ module Aws::DatabaseMigrationService
|
|
543
638
|
# resp.endpoint.s3_settings.bucket_folder #=> String
|
544
639
|
# resp.endpoint.s3_settings.bucket_name #=> String
|
545
640
|
# resp.endpoint.s3_settings.compression_type #=> String, one of "none", "gzip"
|
641
|
+
# resp.endpoint.s3_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
642
|
+
# resp.endpoint.s3_settings.server_side_encryption_kms_key_id #=> String
|
643
|
+
# resp.endpoint.s3_settings.data_format #=> String, one of "csv", "parquet"
|
644
|
+
# resp.endpoint.s3_settings.encoding_type #=> String, one of "plain", "plain-dictionary", "rle-dictionary"
|
645
|
+
# resp.endpoint.s3_settings.dict_page_size_limit #=> Integer
|
646
|
+
# resp.endpoint.s3_settings.row_group_length #=> Integer
|
647
|
+
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
648
|
+
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
649
|
+
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
650
|
+
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
546
651
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
547
652
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
548
653
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -564,6 +669,31 @@ module Aws::DatabaseMigrationService
|
|
564
669
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
565
670
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
566
671
|
# resp.endpoint.elasticsearch_settings.error_retry_duration #=> Integer
|
672
|
+
# resp.endpoint.redshift_settings.accept_any_date #=> Boolean
|
673
|
+
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
674
|
+
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
675
|
+
# resp.endpoint.redshift_settings.bucket_name #=> String
|
676
|
+
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
677
|
+
# resp.endpoint.redshift_settings.database_name #=> String
|
678
|
+
# resp.endpoint.redshift_settings.date_format #=> String
|
679
|
+
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
680
|
+
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
681
|
+
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
682
|
+
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
683
|
+
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
684
|
+
# resp.endpoint.redshift_settings.password #=> String
|
685
|
+
# resp.endpoint.redshift_settings.port #=> Integer
|
686
|
+
# resp.endpoint.redshift_settings.remove_quotes #=> Boolean
|
687
|
+
# resp.endpoint.redshift_settings.replace_invalid_chars #=> String
|
688
|
+
# resp.endpoint.redshift_settings.replace_chars #=> String
|
689
|
+
# resp.endpoint.redshift_settings.server_name #=> String
|
690
|
+
# resp.endpoint.redshift_settings.service_access_role_arn #=> String
|
691
|
+
# resp.endpoint.redshift_settings.server_side_encryption_kms_key_id #=> String
|
692
|
+
# resp.endpoint.redshift_settings.time_format #=> String
|
693
|
+
# resp.endpoint.redshift_settings.trim_blanks #=> Boolean
|
694
|
+
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
695
|
+
# resp.endpoint.redshift_settings.username #=> String
|
696
|
+
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
567
697
|
#
|
568
698
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
|
569
699
|
#
|
@@ -595,7 +725,7 @@ module Aws::DatabaseMigrationService
|
|
595
725
|
#
|
596
726
|
#
|
597
727
|
#
|
598
|
-
# [1]:
|
728
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
599
729
|
#
|
600
730
|
# @option params [required, String] :subscription_name
|
601
731
|
# The name of the AWS DMS event notification subscription.
|
@@ -624,7 +754,7 @@ module Aws::DatabaseMigrationService
|
|
624
754
|
#
|
625
755
|
#
|
626
756
|
#
|
627
|
-
# [1]:
|
757
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
628
758
|
#
|
629
759
|
# @option params [Array<String>] :source_ids
|
630
760
|
# The list of identifiers of the event sources for which events will be
|
@@ -1061,7 +1191,7 @@ module Aws::DatabaseMigrationService
|
|
1061
1191
|
#
|
1062
1192
|
#
|
1063
1193
|
#
|
1064
|
-
# [1]:
|
1194
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html
|
1065
1195
|
#
|
1066
1196
|
# @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
|
1067
1197
|
# Indicates the start time for a change data capture (CDC) operation.
|
@@ -1320,6 +1450,16 @@ module Aws::DatabaseMigrationService
|
|
1320
1450
|
# resp.endpoint.s3_settings.bucket_folder #=> String
|
1321
1451
|
# resp.endpoint.s3_settings.bucket_name #=> String
|
1322
1452
|
# resp.endpoint.s3_settings.compression_type #=> String, one of "none", "gzip"
|
1453
|
+
# resp.endpoint.s3_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
1454
|
+
# resp.endpoint.s3_settings.server_side_encryption_kms_key_id #=> String
|
1455
|
+
# resp.endpoint.s3_settings.data_format #=> String, one of "csv", "parquet"
|
1456
|
+
# resp.endpoint.s3_settings.encoding_type #=> String, one of "plain", "plain-dictionary", "rle-dictionary"
|
1457
|
+
# resp.endpoint.s3_settings.dict_page_size_limit #=> Integer
|
1458
|
+
# resp.endpoint.s3_settings.row_group_length #=> Integer
|
1459
|
+
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
1460
|
+
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
1461
|
+
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
1462
|
+
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
1323
1463
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
1324
1464
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
1325
1465
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -1341,6 +1481,31 @@ module Aws::DatabaseMigrationService
|
|
1341
1481
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
1342
1482
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
1343
1483
|
# resp.endpoint.elasticsearch_settings.error_retry_duration #=> Integer
|
1484
|
+
# resp.endpoint.redshift_settings.accept_any_date #=> Boolean
|
1485
|
+
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
1486
|
+
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
1487
|
+
# resp.endpoint.redshift_settings.bucket_name #=> String
|
1488
|
+
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
1489
|
+
# resp.endpoint.redshift_settings.database_name #=> String
|
1490
|
+
# resp.endpoint.redshift_settings.date_format #=> String
|
1491
|
+
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
1492
|
+
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
1493
|
+
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
1494
|
+
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
1495
|
+
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
1496
|
+
# resp.endpoint.redshift_settings.password #=> String
|
1497
|
+
# resp.endpoint.redshift_settings.port #=> Integer
|
1498
|
+
# resp.endpoint.redshift_settings.remove_quotes #=> Boolean
|
1499
|
+
# resp.endpoint.redshift_settings.replace_invalid_chars #=> String
|
1500
|
+
# resp.endpoint.redshift_settings.replace_chars #=> String
|
1501
|
+
# resp.endpoint.redshift_settings.server_name #=> String
|
1502
|
+
# resp.endpoint.redshift_settings.service_access_role_arn #=> String
|
1503
|
+
# resp.endpoint.redshift_settings.server_side_encryption_kms_key_id #=> String
|
1504
|
+
# resp.endpoint.redshift_settings.time_format #=> String
|
1505
|
+
# resp.endpoint.redshift_settings.trim_blanks #=> Boolean
|
1506
|
+
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
1507
|
+
# resp.endpoint.redshift_settings.username #=> String
|
1508
|
+
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
1344
1509
|
#
|
1345
1510
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
|
1346
1511
|
#
|
@@ -2055,6 +2220,16 @@ module Aws::DatabaseMigrationService
|
|
2055
2220
|
# resp.endpoints[0].s3_settings.bucket_folder #=> String
|
2056
2221
|
# resp.endpoints[0].s3_settings.bucket_name #=> String
|
2057
2222
|
# resp.endpoints[0].s3_settings.compression_type #=> String, one of "none", "gzip"
|
2223
|
+
# resp.endpoints[0].s3_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
2224
|
+
# resp.endpoints[0].s3_settings.server_side_encryption_kms_key_id #=> String
|
2225
|
+
# resp.endpoints[0].s3_settings.data_format #=> String, one of "csv", "parquet"
|
2226
|
+
# resp.endpoints[0].s3_settings.encoding_type #=> String, one of "plain", "plain-dictionary", "rle-dictionary"
|
2227
|
+
# resp.endpoints[0].s3_settings.dict_page_size_limit #=> Integer
|
2228
|
+
# resp.endpoints[0].s3_settings.row_group_length #=> Integer
|
2229
|
+
# resp.endpoints[0].s3_settings.data_page_size #=> Integer
|
2230
|
+
# resp.endpoints[0].s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
2231
|
+
# resp.endpoints[0].s3_settings.enable_statistics #=> Boolean
|
2232
|
+
# resp.endpoints[0].s3_settings.cdc_inserts_only #=> Boolean
|
2058
2233
|
# resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
|
2059
2234
|
# resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
|
2060
2235
|
# resp.endpoints[0].mongo_db_settings.username #=> String
|
@@ -2076,6 +2251,31 @@ module Aws::DatabaseMigrationService
|
|
2076
2251
|
# resp.endpoints[0].elasticsearch_settings.endpoint_uri #=> String
|
2077
2252
|
# resp.endpoints[0].elasticsearch_settings.full_load_error_percentage #=> Integer
|
2078
2253
|
# resp.endpoints[0].elasticsearch_settings.error_retry_duration #=> Integer
|
2254
|
+
# resp.endpoints[0].redshift_settings.accept_any_date #=> Boolean
|
2255
|
+
# resp.endpoints[0].redshift_settings.after_connect_script #=> String
|
2256
|
+
# resp.endpoints[0].redshift_settings.bucket_folder #=> String
|
2257
|
+
# resp.endpoints[0].redshift_settings.bucket_name #=> String
|
2258
|
+
# resp.endpoints[0].redshift_settings.connection_timeout #=> Integer
|
2259
|
+
# resp.endpoints[0].redshift_settings.database_name #=> String
|
2260
|
+
# resp.endpoints[0].redshift_settings.date_format #=> String
|
2261
|
+
# resp.endpoints[0].redshift_settings.empty_as_null #=> Boolean
|
2262
|
+
# resp.endpoints[0].redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
2263
|
+
# resp.endpoints[0].redshift_settings.file_transfer_upload_streams #=> Integer
|
2264
|
+
# resp.endpoints[0].redshift_settings.load_timeout #=> Integer
|
2265
|
+
# resp.endpoints[0].redshift_settings.max_file_size #=> Integer
|
2266
|
+
# resp.endpoints[0].redshift_settings.password #=> String
|
2267
|
+
# resp.endpoints[0].redshift_settings.port #=> Integer
|
2268
|
+
# resp.endpoints[0].redshift_settings.remove_quotes #=> Boolean
|
2269
|
+
# resp.endpoints[0].redshift_settings.replace_invalid_chars #=> String
|
2270
|
+
# resp.endpoints[0].redshift_settings.replace_chars #=> String
|
2271
|
+
# resp.endpoints[0].redshift_settings.server_name #=> String
|
2272
|
+
# resp.endpoints[0].redshift_settings.service_access_role_arn #=> String
|
2273
|
+
# resp.endpoints[0].redshift_settings.server_side_encryption_kms_key_id #=> String
|
2274
|
+
# resp.endpoints[0].redshift_settings.time_format #=> String
|
2275
|
+
# resp.endpoints[0].redshift_settings.trim_blanks #=> Boolean
|
2276
|
+
# resp.endpoints[0].redshift_settings.truncate_columns #=> Boolean
|
2277
|
+
# resp.endpoints[0].redshift_settings.username #=> String
|
2278
|
+
# resp.endpoints[0].redshift_settings.write_buffer_size #=> Integer
|
2079
2279
|
#
|
2080
2280
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints AWS API Documentation
|
2081
2281
|
#
|
@@ -2093,7 +2293,7 @@ module Aws::DatabaseMigrationService
|
|
2093
2293
|
#
|
2094
2294
|
#
|
2095
2295
|
#
|
2096
|
-
# [1]:
|
2296
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
2097
2297
|
#
|
2098
2298
|
# @option params [String] :source_type
|
2099
2299
|
# The type of AWS DMS resource that generates events.
|
@@ -2215,7 +2415,7 @@ module Aws::DatabaseMigrationService
|
|
2215
2415
|
#
|
2216
2416
|
#
|
2217
2417
|
#
|
2218
|
-
# [1]:
|
2418
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
2219
2419
|
#
|
2220
2420
|
# @option params [String] :source_identifier
|
2221
2421
|
# The identifier of the event source. An identifier must begin with a
|
@@ -2359,6 +2559,8 @@ module Aws::DatabaseMigrationService
|
|
2359
2559
|
# resp.orderable_replication_instances[0].max_allocated_storage #=> Integer
|
2360
2560
|
# resp.orderable_replication_instances[0].default_allocated_storage #=> Integer
|
2361
2561
|
# resp.orderable_replication_instances[0].included_allocated_storage #=> Integer
|
2562
|
+
# resp.orderable_replication_instances[0].availability_zones #=> Array
|
2563
|
+
# resp.orderable_replication_instances[0].availability_zones[0] #=> String
|
2362
2564
|
# resp.marker #=> String
|
2363
2565
|
#
|
2364
2566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances AWS API Documentation
|
@@ -2370,6 +2572,69 @@ module Aws::DatabaseMigrationService
|
|
2370
2572
|
req.send_request(options)
|
2371
2573
|
end
|
2372
2574
|
|
2575
|
+
# For internal use only
|
2576
|
+
#
|
2577
|
+
# @option params [String] :replication_instance_arn
|
2578
|
+
# The ARN of the replication instance.
|
2579
|
+
#
|
2580
|
+
# @option params [Array<Types::Filter>] :filters
|
2581
|
+
#
|
2582
|
+
# @option params [String] :marker
|
2583
|
+
# An optional pagination token provided by a previous request. If this
|
2584
|
+
# parameter is specified, the response includes only records beyond the
|
2585
|
+
# marker, up to the value specified by `MaxRecords`.
|
2586
|
+
#
|
2587
|
+
# @option params [Integer] :max_records
|
2588
|
+
# The maximum number of records to include in the response. If more
|
2589
|
+
# records exist than the specified `MaxRecords` value, a pagination
|
2590
|
+
# token called a marker is included in the response so that the
|
2591
|
+
# remaining results can be retrieved.
|
2592
|
+
#
|
2593
|
+
# Default: 100
|
2594
|
+
#
|
2595
|
+
# Constraints: Minimum 20, maximum 100.
|
2596
|
+
#
|
2597
|
+
# @return [Types::DescribePendingMaintenanceActionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2598
|
+
#
|
2599
|
+
# * {Types::DescribePendingMaintenanceActionsResponse#pending_maintenance_actions #pending_maintenance_actions} => Array<Types::ResourcePendingMaintenanceActions>
|
2600
|
+
# * {Types::DescribePendingMaintenanceActionsResponse#marker #marker} => String
|
2601
|
+
#
|
2602
|
+
# @example Request syntax with placeholder values
|
2603
|
+
#
|
2604
|
+
# resp = client.describe_pending_maintenance_actions({
|
2605
|
+
# replication_instance_arn: "String",
|
2606
|
+
# filters: [
|
2607
|
+
# {
|
2608
|
+
# name: "String", # required
|
2609
|
+
# values: ["String"], # required
|
2610
|
+
# },
|
2611
|
+
# ],
|
2612
|
+
# marker: "String",
|
2613
|
+
# max_records: 1,
|
2614
|
+
# })
|
2615
|
+
#
|
2616
|
+
# @example Response structure
|
2617
|
+
#
|
2618
|
+
# resp.pending_maintenance_actions #=> Array
|
2619
|
+
# resp.pending_maintenance_actions[0].resource_identifier #=> String
|
2620
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details #=> Array
|
2621
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].action #=> String
|
2622
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].auto_applied_after_date #=> Time
|
2623
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].forced_apply_date #=> Time
|
2624
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].opt_in_status #=> String
|
2625
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].current_apply_date #=> Time
|
2626
|
+
# resp.pending_maintenance_actions[0].pending_maintenance_action_details[0].description #=> String
|
2627
|
+
# resp.marker #=> String
|
2628
|
+
#
|
2629
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions AWS API Documentation
|
2630
|
+
#
|
2631
|
+
# @overload describe_pending_maintenance_actions(params = {})
|
2632
|
+
# @param [Hash] params ({})
|
2633
|
+
def describe_pending_maintenance_actions(params = {}, options = {})
|
2634
|
+
req = build_request(:describe_pending_maintenance_actions, params)
|
2635
|
+
req.send_request(options)
|
2636
|
+
end
|
2637
|
+
|
2373
2638
|
# Returns the status of the RefreshSchemas operation.
|
2374
2639
|
#
|
2375
2640
|
# @option params [required, String] :endpoint_arn
|
@@ -2760,6 +3025,11 @@ module Aws::DatabaseMigrationService
|
|
2760
3025
|
# parameter is specified, the response includes only records beyond the
|
2761
3026
|
# marker, up to the value specified by `MaxRecords`.
|
2762
3027
|
#
|
3028
|
+
# @option params [Boolean] :without_settings
|
3029
|
+
# Set this flag to avoid returning setting information. Use this to
|
3030
|
+
# reduce overhead when settings are too large. Choose TRUE to use this
|
3031
|
+
# flag, otherwise choose FALSE (default).
|
3032
|
+
#
|
2763
3033
|
# @return [Types::DescribeReplicationTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2764
3034
|
#
|
2765
3035
|
# * {Types::DescribeReplicationTasksResponse#marker #marker} => String
|
@@ -2802,6 +3072,7 @@ module Aws::DatabaseMigrationService
|
|
2802
3072
|
# ],
|
2803
3073
|
# max_records: 1,
|
2804
3074
|
# marker: "String",
|
3075
|
+
# without_settings: false,
|
2805
3076
|
# })
|
2806
3077
|
#
|
2807
3078
|
# @example Response structure
|
@@ -3195,7 +3466,7 @@ module Aws::DatabaseMigrationService
|
|
3195
3466
|
#
|
3196
3467
|
#
|
3197
3468
|
#
|
3198
|
-
# [1]:
|
3469
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
|
3199
3470
|
#
|
3200
3471
|
# @option params [Types::S3Settings] :s3_settings
|
3201
3472
|
# Settings in JSON format for the target Amazon S3 endpoint. For more
|
@@ -3205,7 +3476,7 @@ module Aws::DatabaseMigrationService
|
|
3205
3476
|
#
|
3206
3477
|
#
|
3207
3478
|
#
|
3208
|
-
# [1]:
|
3479
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
|
3209
3480
|
#
|
3210
3481
|
# @option params [Types::DmsTransferSettings] :dms_transfer_settings
|
3211
3482
|
# The settings in JSON format for the DMS transfer type of source
|
@@ -3239,7 +3510,7 @@ module Aws::DatabaseMigrationService
|
|
3239
3510
|
#
|
3240
3511
|
#
|
3241
3512
|
#
|
3242
|
-
# [1]:
|
3513
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
|
3243
3514
|
#
|
3244
3515
|
# @option params [Types::KinesisSettings] :kinesis_settings
|
3245
3516
|
# Settings in JSON format for the target Amazon Kinesis Data Streams
|
@@ -3249,7 +3520,7 @@ module Aws::DatabaseMigrationService
|
|
3249
3520
|
#
|
3250
3521
|
#
|
3251
3522
|
#
|
3252
|
-
# [1]:
|
3523
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
|
3253
3524
|
#
|
3254
3525
|
# @option params [Types::ElasticsearchSettings] :elasticsearch_settings
|
3255
3526
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
@@ -3259,7 +3530,9 @@ module Aws::DatabaseMigrationService
|
|
3259
3530
|
#
|
3260
3531
|
#
|
3261
3532
|
#
|
3262
|
-
# [1]:
|
3533
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
|
3534
|
+
#
|
3535
|
+
# @option params [Types::RedshiftSettings] :redshift_settings
|
3263
3536
|
#
|
3264
3537
|
# @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3265
3538
|
#
|
@@ -3319,6 +3592,16 @@ module Aws::DatabaseMigrationService
|
|
3319
3592
|
# bucket_folder: "String",
|
3320
3593
|
# bucket_name: "String",
|
3321
3594
|
# compression_type: "none", # accepts none, gzip
|
3595
|
+
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
3596
|
+
# server_side_encryption_kms_key_id: "String",
|
3597
|
+
# data_format: "csv", # accepts csv, parquet
|
3598
|
+
# encoding_type: "plain", # accepts plain, plain-dictionary, rle-dictionary
|
3599
|
+
# dict_page_size_limit: 1,
|
3600
|
+
# row_group_length: 1,
|
3601
|
+
# data_page_size: 1,
|
3602
|
+
# parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
|
3603
|
+
# enable_statistics: false,
|
3604
|
+
# cdc_inserts_only: false,
|
3322
3605
|
# },
|
3323
3606
|
# dms_transfer_settings: {
|
3324
3607
|
# service_access_role_arn: "String",
|
@@ -3349,6 +3632,33 @@ module Aws::DatabaseMigrationService
|
|
3349
3632
|
# full_load_error_percentage: 1,
|
3350
3633
|
# error_retry_duration: 1,
|
3351
3634
|
# },
|
3635
|
+
# redshift_settings: {
|
3636
|
+
# accept_any_date: false,
|
3637
|
+
# after_connect_script: "String",
|
3638
|
+
# bucket_folder: "String",
|
3639
|
+
# bucket_name: "String",
|
3640
|
+
# connection_timeout: 1,
|
3641
|
+
# database_name: "String",
|
3642
|
+
# date_format: "String",
|
3643
|
+
# empty_as_null: false,
|
3644
|
+
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
3645
|
+
# file_transfer_upload_streams: 1,
|
3646
|
+
# load_timeout: 1,
|
3647
|
+
# max_file_size: 1,
|
3648
|
+
# password: "SecretString",
|
3649
|
+
# port: 1,
|
3650
|
+
# remove_quotes: false,
|
3651
|
+
# replace_invalid_chars: "String",
|
3652
|
+
# replace_chars: "String",
|
3653
|
+
# server_name: "String",
|
3654
|
+
# service_access_role_arn: "String",
|
3655
|
+
# server_side_encryption_kms_key_id: "String",
|
3656
|
+
# time_format: "String",
|
3657
|
+
# trim_blanks: false,
|
3658
|
+
# truncate_columns: false,
|
3659
|
+
# username: "String",
|
3660
|
+
# write_buffer_size: 1,
|
3661
|
+
# },
|
3352
3662
|
# })
|
3353
3663
|
#
|
3354
3664
|
# @example Response structure
|
@@ -3378,6 +3688,16 @@ module Aws::DatabaseMigrationService
|
|
3378
3688
|
# resp.endpoint.s3_settings.bucket_folder #=> String
|
3379
3689
|
# resp.endpoint.s3_settings.bucket_name #=> String
|
3380
3690
|
# resp.endpoint.s3_settings.compression_type #=> String, one of "none", "gzip"
|
3691
|
+
# resp.endpoint.s3_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
3692
|
+
# resp.endpoint.s3_settings.server_side_encryption_kms_key_id #=> String
|
3693
|
+
# resp.endpoint.s3_settings.data_format #=> String, one of "csv", "parquet"
|
3694
|
+
# resp.endpoint.s3_settings.encoding_type #=> String, one of "plain", "plain-dictionary", "rle-dictionary"
|
3695
|
+
# resp.endpoint.s3_settings.dict_page_size_limit #=> Integer
|
3696
|
+
# resp.endpoint.s3_settings.row_group_length #=> Integer
|
3697
|
+
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
3698
|
+
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
3699
|
+
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
3700
|
+
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
3381
3701
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
3382
3702
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
3383
3703
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -3399,6 +3719,31 @@ module Aws::DatabaseMigrationService
|
|
3399
3719
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
3400
3720
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
3401
3721
|
# resp.endpoint.elasticsearch_settings.error_retry_duration #=> Integer
|
3722
|
+
# resp.endpoint.redshift_settings.accept_any_date #=> Boolean
|
3723
|
+
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
3724
|
+
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
3725
|
+
# resp.endpoint.redshift_settings.bucket_name #=> String
|
3726
|
+
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
3727
|
+
# resp.endpoint.redshift_settings.database_name #=> String
|
3728
|
+
# resp.endpoint.redshift_settings.date_format #=> String
|
3729
|
+
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
3730
|
+
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
3731
|
+
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
3732
|
+
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
3733
|
+
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
3734
|
+
# resp.endpoint.redshift_settings.password #=> String
|
3735
|
+
# resp.endpoint.redshift_settings.port #=> Integer
|
3736
|
+
# resp.endpoint.redshift_settings.remove_quotes #=> Boolean
|
3737
|
+
# resp.endpoint.redshift_settings.replace_invalid_chars #=> String
|
3738
|
+
# resp.endpoint.redshift_settings.replace_chars #=> String
|
3739
|
+
# resp.endpoint.redshift_settings.server_name #=> String
|
3740
|
+
# resp.endpoint.redshift_settings.service_access_role_arn #=> String
|
3741
|
+
# resp.endpoint.redshift_settings.server_side_encryption_kms_key_id #=> String
|
3742
|
+
# resp.endpoint.redshift_settings.time_format #=> String
|
3743
|
+
# resp.endpoint.redshift_settings.trim_blanks #=> Boolean
|
3744
|
+
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
3745
|
+
# resp.endpoint.redshift_settings.username #=> String
|
3746
|
+
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
3402
3747
|
#
|
3403
3748
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
|
3404
3749
|
#
|
@@ -3762,7 +4107,7 @@ module Aws::DatabaseMigrationService
|
|
3762
4107
|
#
|
3763
4108
|
#
|
3764
4109
|
#
|
3765
|
-
# [1]:
|
4110
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html
|
3766
4111
|
#
|
3767
4112
|
# @option params [required, String] :replication_task_arn
|
3768
4113
|
# The Amazon Resource Name (ARN) of the replication task.
|
@@ -4103,7 +4448,7 @@ module Aws::DatabaseMigrationService
|
|
4103
4448
|
#
|
4104
4449
|
#
|
4105
4450
|
#
|
4106
|
-
# [1]:
|
4451
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html
|
4107
4452
|
#
|
4108
4453
|
# @option params [required, String] :replication_task_arn
|
4109
4454
|
# The Amazon Resource Name (ARN) of the replication task to be started.
|
@@ -4410,7 +4755,7 @@ module Aws::DatabaseMigrationService
|
|
4410
4755
|
params: params,
|
4411
4756
|
config: config)
|
4412
4757
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
4413
|
-
context[:gem_version] = '1.
|
4758
|
+
context[:gem_version] = '1.18.0'
|
4414
4759
|
Seahorse::Client::Request.new(handlers, context)
|
4415
4760
|
end
|
4416
4761
|
|