aws-sdk-databasemigrationservice 1.123.0 → 1.124.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -599,9 +599,16 @@ module Aws::DatabaseMigrationService
599
599
  req.send_request(options)
600
600
  end
601
601
 
602
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
603
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
604
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
605
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
606
+ # resources. For more information, see [Amazon Web Services DMS Fleet
607
+ # Advisor end of support][1].
608
+ #
602
609
  # Starts the analysis of up to 20 source databases to recommend target
603
610
  # engines for each source database. This is a batch version of
604
- # [StartRecommendations][1].
611
+ # [StartRecommendations][2].
605
612
  #
606
613
  # The result of analysis of each source database is reported
607
614
  # individually in the response. Because the batch request can result in
@@ -611,7 +618,8 @@ module Aws::DatabaseMigrationService
611
618
  #
612
619
  #
613
620
  #
614
- # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html
621
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
622
+ # [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html
615
623
  #
616
624
  # @option params [Array<Types::StartRecommendationsRequestEntry>] :data
617
625
  # Provides information about source databases to analyze. After this
@@ -846,6 +854,9 @@ module Aws::DatabaseMigrationService
846
854
  # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
847
855
  # MySQL-Compatible Edition.
848
856
  #
857
+ # @option params [Boolean] :virtual
858
+ # Indicates whether the data provider is virtual.
859
+ #
849
860
  # @option params [required, Types::DataProviderSettings] :settings
850
861
  # The settings in JSON format for a data provider.
851
862
  #
@@ -905,11 +916,14 @@ module Aws::DatabaseMigrationService
905
916
  # data_provider_name: "String",
906
917
  # description: "String",
907
918
  # engine: "String", # required
919
+ # virtual: false,
908
920
  # settings: { # required
909
921
  # redshift_settings: {
910
922
  # server_name: "String",
911
923
  # port: 1,
912
924
  # database_name: "String",
925
+ # s3_path: "String",
926
+ # s3_access_role_arn: "String",
913
927
  # },
914
928
  # postgre_sql_settings: {
915
929
  # server_name: "String",
@@ -917,12 +931,16 @@ module Aws::DatabaseMigrationService
917
931
  # database_name: "String",
918
932
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
919
933
  # certificate_arn: "String",
934
+ # s3_path: "String",
935
+ # s3_access_role_arn: "String",
920
936
  # },
921
937
  # my_sql_settings: {
922
938
  # server_name: "String",
923
939
  # port: 1,
924
940
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
925
941
  # certificate_arn: "String",
942
+ # s3_path: "String",
943
+ # s3_access_role_arn: "String",
926
944
  # },
927
945
  # oracle_settings: {
928
946
  # server_name: "String",
@@ -935,6 +953,8 @@ module Aws::DatabaseMigrationService
935
953
  # secrets_manager_oracle_asm_access_role_arn: "String",
936
954
  # secrets_manager_security_db_encryption_secret_id: "String",
937
955
  # secrets_manager_security_db_encryption_access_role_arn: "String",
956
+ # s3_path: "String",
957
+ # s3_access_role_arn: "String",
938
958
  # },
939
959
  # microsoft_sql_server_settings: {
940
960
  # server_name: "String",
@@ -942,6 +962,8 @@ module Aws::DatabaseMigrationService
942
962
  # database_name: "String",
943
963
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
944
964
  # certificate_arn: "String",
965
+ # s3_path: "String",
966
+ # s3_access_role_arn: "String",
945
967
  # },
946
968
  # doc_db_settings: {
947
969
  # server_name: "String",
@@ -955,6 +977,8 @@ module Aws::DatabaseMigrationService
955
977
  # port: 1,
956
978
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
957
979
  # certificate_arn: "String",
980
+ # s3_path: "String",
981
+ # s3_access_role_arn: "String",
958
982
  # },
959
983
  # ibm_db_2_luw_settings: {
960
984
  # server_name: "String",
@@ -962,6 +986,8 @@ module Aws::DatabaseMigrationService
962
986
  # database_name: "String",
963
987
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
964
988
  # certificate_arn: "String",
989
+ # s3_path: "String",
990
+ # s3_access_role_arn: "String",
965
991
  # },
966
992
  # ibm_db_2z_os_settings: {
967
993
  # server_name: "String",
@@ -969,6 +995,8 @@ module Aws::DatabaseMigrationService
969
995
  # database_name: "String",
970
996
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
971
997
  # certificate_arn: "String",
998
+ # s3_path: "String",
999
+ # s3_access_role_arn: "String",
972
1000
  # },
973
1001
  # mongo_db_settings: {
974
1002
  # server_name: "String",
@@ -997,18 +1025,25 @@ module Aws::DatabaseMigrationService
997
1025
  # resp.data_provider.data_provider_creation_time #=> Time
998
1026
  # resp.data_provider.description #=> String
999
1027
  # resp.data_provider.engine #=> String
1028
+ # resp.data_provider.virtual #=> Boolean
1000
1029
  # resp.data_provider.settings.redshift_settings.server_name #=> String
1001
1030
  # resp.data_provider.settings.redshift_settings.port #=> Integer
1002
1031
  # resp.data_provider.settings.redshift_settings.database_name #=> String
1032
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
1033
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
1003
1034
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
1004
1035
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
1005
1036
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
1006
1037
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1007
1038
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
1039
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
1040
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
1008
1041
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
1009
1042
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
1010
1043
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1011
1044
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
1045
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
1046
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
1012
1047
  # resp.data_provider.settings.oracle_settings.server_name #=> String
1013
1048
  # resp.data_provider.settings.oracle_settings.port #=> Integer
1014
1049
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -1019,11 +1054,15 @@ module Aws::DatabaseMigrationService
1019
1054
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
1020
1055
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
1021
1056
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
1057
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
1058
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
1022
1059
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
1023
1060
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
1024
1061
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
1025
1062
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1026
1063
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
1064
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
1065
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
1027
1066
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
1028
1067
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
1029
1068
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -1033,16 +1072,22 @@ module Aws::DatabaseMigrationService
1033
1072
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
1034
1073
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1035
1074
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
1075
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
1076
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
1036
1077
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
1037
1078
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
1038
1079
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
1039
1080
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1040
1081
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
1082
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
1083
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
1041
1084
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
1042
1085
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
1043
1086
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
1044
1087
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1045
1088
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
1089
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
1090
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
1046
1091
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
1047
1092
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
1048
1093
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -2186,8 +2231,19 @@ module Aws::DatabaseMigrationService
2186
2231
  req.send_request(options)
2187
2232
  end
2188
2233
 
2234
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
2235
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
2236
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
2237
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
2238
+ # resources. For more information, see [Amazon Web Services DMS Fleet
2239
+ # Advisor end of support][1].
2240
+ #
2189
2241
  # Creates a Fleet Advisor collector using the specified parameters.
2190
2242
  #
2243
+ #
2244
+ #
2245
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
2246
+ #
2191
2247
  # @option params [required, String] :collector_name
2192
2248
  # The name of your Fleet Advisor collector (for example,
2193
2249
  # `sample-collector`).
@@ -2291,6 +2347,41 @@ module Aws::DatabaseMigrationService
2291
2347
  #
2292
2348
  # * {Types::CreateInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
2293
2349
  #
2350
+ #
2351
+ # @example Example: Create Instance Profile
2352
+ #
2353
+ # # Creates the instance profile using the specified parameters.
2354
+ #
2355
+ # resp = client.create_instance_profile({
2356
+ # description: "Description",
2357
+ # instance_profile_name: "my-instance-profile",
2358
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
2359
+ # network_type: "DUAL",
2360
+ # publicly_accessible: true,
2361
+ # subnet_group_identifier: "my-subnet-group",
2362
+ # tags: [
2363
+ # {
2364
+ # key: "access",
2365
+ # value: "authorizedusers",
2366
+ # },
2367
+ # ],
2368
+ # })
2369
+ #
2370
+ # resp.to_h outputs the following:
2371
+ # {
2372
+ # instance_profile: {
2373
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
2374
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
2375
+ # instance_profile_name: "my-instance-profile",
2376
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
2377
+ # publicly_accessible: true,
2378
+ # subnet_group_identifier: "public-subnets",
2379
+ # vpc_security_groups: [
2380
+ # "sg-0123456",
2381
+ # ],
2382
+ # },
2383
+ # }
2384
+ #
2294
2385
  # @example Request syntax with placeholder values
2295
2386
  #
2296
2387
  # resp = client.create_instance_profile({
@@ -3022,6 +3113,9 @@ module Aws::DatabaseMigrationService
3022
3113
  # @option params [required, String] :replication_subnet_group_description
3023
3114
  # The description for the subnet group.
3024
3115
  #
3116
+ # Constraints: This parameter Must not contain non-printable control
3117
+ # characters.
3118
+ #
3025
3119
  # @option params [required, Array<String>] :subnet_ids
3026
3120
  # Two or more subnet IDs to be assigned to the subnet group.
3027
3121
  #
@@ -3539,18 +3633,25 @@ module Aws::DatabaseMigrationService
3539
3633
  # resp.data_provider.data_provider_creation_time #=> Time
3540
3634
  # resp.data_provider.description #=> String
3541
3635
  # resp.data_provider.engine #=> String
3636
+ # resp.data_provider.virtual #=> Boolean
3542
3637
  # resp.data_provider.settings.redshift_settings.server_name #=> String
3543
3638
  # resp.data_provider.settings.redshift_settings.port #=> Integer
3544
3639
  # resp.data_provider.settings.redshift_settings.database_name #=> String
3640
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
3641
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
3545
3642
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
3546
3643
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
3547
3644
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
3548
3645
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3549
3646
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
3647
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
3648
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
3550
3649
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
3551
3650
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
3552
3651
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3553
3652
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
3653
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
3654
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
3554
3655
  # resp.data_provider.settings.oracle_settings.server_name #=> String
3555
3656
  # resp.data_provider.settings.oracle_settings.port #=> Integer
3556
3657
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -3561,11 +3662,15 @@ module Aws::DatabaseMigrationService
3561
3662
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
3562
3663
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
3563
3664
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
3665
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
3666
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
3564
3667
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
3565
3668
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
3566
3669
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
3567
3670
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3568
3671
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
3672
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
3673
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
3569
3674
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
3570
3675
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
3571
3676
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -3575,16 +3680,22 @@ module Aws::DatabaseMigrationService
3575
3680
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
3576
3681
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3577
3682
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
3683
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
3684
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
3578
3685
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
3579
3686
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
3580
3687
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
3581
3688
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3582
3689
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
3690
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
3691
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
3583
3692
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
3584
3693
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
3585
3694
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
3586
3695
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3587
3696
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
3697
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
3698
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
3588
3699
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
3589
3700
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
3590
3701
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -4018,8 +4129,19 @@ module Aws::DatabaseMigrationService
4018
4129
  req.send_request(options)
4019
4130
  end
4020
4131
 
4132
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
4133
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
4134
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
4135
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
4136
+ # resources. For more information, see [Amazon Web Services DMS Fleet
4137
+ # Advisor end of support][1].
4138
+ #
4021
4139
  # Deletes the specified Fleet Advisor collector.
4022
4140
  #
4141
+ #
4142
+ #
4143
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
4144
+ #
4023
4145
  # @option params [required, String] :collector_referenced_id
4024
4146
  # The reference ID of the Fleet Advisor collector to delete.
4025
4147
  #
@@ -4040,8 +4162,19 @@ module Aws::DatabaseMigrationService
4040
4162
  req.send_request(options)
4041
4163
  end
4042
4164
 
4165
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
4166
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
4167
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
4168
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
4169
+ # resources. For more information, see [Amazon Web Services DMS Fleet
4170
+ # Advisor end of support][1].
4171
+ #
4043
4172
  # Deletes the specified Fleet Advisor collector databases.
4044
4173
  #
4174
+ #
4175
+ #
4176
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
4177
+ #
4045
4178
  # @option params [required, Array<String>] :database_ids
4046
4179
  # The IDs of the Fleet Advisor collector databases to delete.
4047
4180
  #
@@ -4083,6 +4216,30 @@ module Aws::DatabaseMigrationService
4083
4216
  #
4084
4217
  # * {Types::DeleteInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
4085
4218
  #
4219
+ #
4220
+ # @example Example: Delete Instance Profile
4221
+ #
4222
+ # # Deletes the specified instance profile.
4223
+ #
4224
+ # resp = client.delete_instance_profile({
4225
+ # instance_profile_identifier: "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
4226
+ # })
4227
+ #
4228
+ # resp.to_h outputs the following:
4229
+ # {
4230
+ # instance_profile: {
4231
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
4232
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
4233
+ # instance_profile_name: "my-instance-profile",
4234
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
4235
+ # publicly_accessible: true,
4236
+ # subnet_group_identifier: "public-subnets",
4237
+ # vpc_security_groups: [
4238
+ # "sg-0123456",
4239
+ # ],
4240
+ # },
4241
+ # }
4242
+ #
4086
4243
  # @example Request syntax with placeholder values
4087
4244
  #
4088
4245
  # resp = client.delete_instance_profile({
@@ -5151,18 +5308,25 @@ module Aws::DatabaseMigrationService
5151
5308
  # resp.data_providers[0].data_provider_creation_time #=> Time
5152
5309
  # resp.data_providers[0].description #=> String
5153
5310
  # resp.data_providers[0].engine #=> String
5311
+ # resp.data_providers[0].virtual #=> Boolean
5154
5312
  # resp.data_providers[0].settings.redshift_settings.server_name #=> String
5155
5313
  # resp.data_providers[0].settings.redshift_settings.port #=> Integer
5156
5314
  # resp.data_providers[0].settings.redshift_settings.database_name #=> String
5315
+ # resp.data_providers[0].settings.redshift_settings.s3_path #=> String
5316
+ # resp.data_providers[0].settings.redshift_settings.s3_access_role_arn #=> String
5157
5317
  # resp.data_providers[0].settings.postgre_sql_settings.server_name #=> String
5158
5318
  # resp.data_providers[0].settings.postgre_sql_settings.port #=> Integer
5159
5319
  # resp.data_providers[0].settings.postgre_sql_settings.database_name #=> String
5160
5320
  # resp.data_providers[0].settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5161
5321
  # resp.data_providers[0].settings.postgre_sql_settings.certificate_arn #=> String
5322
+ # resp.data_providers[0].settings.postgre_sql_settings.s3_path #=> String
5323
+ # resp.data_providers[0].settings.postgre_sql_settings.s3_access_role_arn #=> String
5162
5324
  # resp.data_providers[0].settings.my_sql_settings.server_name #=> String
5163
5325
  # resp.data_providers[0].settings.my_sql_settings.port #=> Integer
5164
5326
  # resp.data_providers[0].settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5165
5327
  # resp.data_providers[0].settings.my_sql_settings.certificate_arn #=> String
5328
+ # resp.data_providers[0].settings.my_sql_settings.s3_path #=> String
5329
+ # resp.data_providers[0].settings.my_sql_settings.s3_access_role_arn #=> String
5166
5330
  # resp.data_providers[0].settings.oracle_settings.server_name #=> String
5167
5331
  # resp.data_providers[0].settings.oracle_settings.port #=> Integer
5168
5332
  # resp.data_providers[0].settings.oracle_settings.database_name #=> String
@@ -5173,11 +5337,15 @@ module Aws::DatabaseMigrationService
5173
5337
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
5174
5338
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
5175
5339
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
5340
+ # resp.data_providers[0].settings.oracle_settings.s3_path #=> String
5341
+ # resp.data_providers[0].settings.oracle_settings.s3_access_role_arn #=> String
5176
5342
  # resp.data_providers[0].settings.microsoft_sql_server_settings.server_name #=> String
5177
5343
  # resp.data_providers[0].settings.microsoft_sql_server_settings.port #=> Integer
5178
5344
  # resp.data_providers[0].settings.microsoft_sql_server_settings.database_name #=> String
5179
5345
  # resp.data_providers[0].settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5180
5346
  # resp.data_providers[0].settings.microsoft_sql_server_settings.certificate_arn #=> String
5347
+ # resp.data_providers[0].settings.microsoft_sql_server_settings.s3_path #=> String
5348
+ # resp.data_providers[0].settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
5181
5349
  # resp.data_providers[0].settings.doc_db_settings.server_name #=> String
5182
5350
  # resp.data_providers[0].settings.doc_db_settings.port #=> Integer
5183
5351
  # resp.data_providers[0].settings.doc_db_settings.database_name #=> String
@@ -5187,16 +5355,22 @@ module Aws::DatabaseMigrationService
5187
5355
  # resp.data_providers[0].settings.maria_db_settings.port #=> Integer
5188
5356
  # resp.data_providers[0].settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5189
5357
  # resp.data_providers[0].settings.maria_db_settings.certificate_arn #=> String
5358
+ # resp.data_providers[0].settings.maria_db_settings.s3_path #=> String
5359
+ # resp.data_providers[0].settings.maria_db_settings.s3_access_role_arn #=> String
5190
5360
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.server_name #=> String
5191
5361
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.port #=> Integer
5192
5362
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.database_name #=> String
5193
5363
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5194
5364
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.certificate_arn #=> String
5365
+ # resp.data_providers[0].settings.ibm_db_2_luw_settings.s3_path #=> String
5366
+ # resp.data_providers[0].settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
5195
5367
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.server_name #=> String
5196
5368
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.port #=> Integer
5197
5369
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.database_name #=> String
5198
5370
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5199
5371
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.certificate_arn #=> String
5372
+ # resp.data_providers[0].settings.ibm_db_2z_os_settings.s3_path #=> String
5373
+ # resp.data_providers[0].settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
5200
5374
  # resp.data_providers[0].settings.mongo_db_settings.server_name #=> String
5201
5375
  # resp.data_providers[0].settings.mongo_db_settings.port #=> Integer
5202
5376
  # resp.data_providers[0].settings.mongo_db_settings.database_name #=> String
@@ -6139,8 +6313,19 @@ module Aws::DatabaseMigrationService
6139
6313
  req.send_request(options)
6140
6314
  end
6141
6315
 
6316
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6317
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6318
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6319
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6320
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6321
+ # Advisor end of support][1].
6322
+ #
6142
6323
  # Returns a list of the Fleet Advisor collectors in your account.
6143
6324
  #
6325
+ #
6326
+ #
6327
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6328
+ #
6144
6329
  # @option params [Array<Types::Filter>] :filters
6145
6330
  # If you specify any of the following filters, the output includes
6146
6331
  # information for only those collectors that meet the filter criteria:
@@ -6213,8 +6398,19 @@ module Aws::DatabaseMigrationService
6213
6398
  req.send_request(options)
6214
6399
  end
6215
6400
 
6401
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6402
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6403
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6404
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6405
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6406
+ # Advisor end of support][1].
6407
+ #
6216
6408
  # Returns a list of Fleet Advisor databases in your account.
6217
6409
  #
6410
+ #
6411
+ #
6412
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6413
+ #
6218
6414
  # @option params [Array<Types::Filter>] :filters
6219
6415
  # If you specify any of the following filters, the output includes
6220
6416
  # information for only those databases that meet the filter criteria:
@@ -6295,9 +6491,20 @@ module Aws::DatabaseMigrationService
6295
6491
  req.send_request(options)
6296
6492
  end
6297
6493
 
6494
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6495
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6496
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6497
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6498
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6499
+ # Advisor end of support][1].
6500
+ #
6298
6501
  # Provides descriptions of large-scale assessment (LSA) analyses
6299
6502
  # produced by your Fleet Advisor collectors.
6300
6503
  #
6504
+ #
6505
+ #
6506
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6507
+ #
6301
6508
  # @option params [Integer] :max_records
6302
6509
  # Sets the maximum number of records returned in the response.
6303
6510
  #
@@ -6337,9 +6544,20 @@ module Aws::DatabaseMigrationService
6337
6544
  req.send_request(options)
6338
6545
  end
6339
6546
 
6547
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6548
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6549
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6550
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6551
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6552
+ # Advisor end of support][1].
6553
+ #
6340
6554
  # Provides descriptions of the schemas discovered by your Fleet Advisor
6341
6555
  # collectors.
6342
6556
  #
6557
+ #
6558
+ #
6559
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6560
+ #
6343
6561
  # @option params [Array<Types::Filter>] :filters
6344
6562
  # If you specify any of the following filters, the output includes
6345
6563
  # information for only those schema objects that meet the filter
@@ -6354,8 +6572,19 @@ module Aws::DatabaseMigrationService
6354
6572
  # Name="schema-id",Values="50"`
6355
6573
  #
6356
6574
  # @option params [Integer] :max_records
6575
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6576
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6577
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6578
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6579
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6580
+ # Advisor end of support][1].
6581
+ #
6357
6582
  # Sets the maximum number of records returned in the response.
6358
6583
  #
6584
+ #
6585
+ #
6586
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6587
+ #
6359
6588
  # @option params [String] :next_token
6360
6589
  # If `NextToken` is returned by a previous response, there are more
6361
6590
  # results available. The value of `NextToken` is a unique pagination
@@ -6401,9 +6630,20 @@ module Aws::DatabaseMigrationService
6401
6630
  req.send_request(options)
6402
6631
  end
6403
6632
 
6633
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6634
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6635
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6636
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6637
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6638
+ # Advisor end of support][1].
6639
+ #
6404
6640
  # Returns a list of schemas detected by Fleet Advisor Collectors in your
6405
6641
  # account.
6406
6642
  #
6643
+ #
6644
+ #
6645
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6646
+ #
6407
6647
  # @option params [Array<Types::Filter>] :filters
6408
6648
  # If you specify any of the following filters, the output includes
6409
6649
  # information for only those schemas that meet the filter criteria:
@@ -6526,6 +6766,39 @@ module Aws::DatabaseMigrationService
6526
6766
  #
6527
6767
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
6528
6768
  #
6769
+ #
6770
+ # @example Example: Describe Instance Profiles
6771
+ #
6772
+ # # Returns a paginated list of instance profiles for your account in the current region.
6773
+ #
6774
+ # resp = client.describe_instance_profiles({
6775
+ # filters: [
6776
+ # {
6777
+ # name: "instance-profile-identifier",
6778
+ # values: [
6779
+ # "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
6780
+ # ],
6781
+ # },
6782
+ # ],
6783
+ # marker: "0123456789abcdefghijklmnopqrs",
6784
+ # max_records: 20,
6785
+ # })
6786
+ #
6787
+ # resp.to_h outputs the following:
6788
+ # {
6789
+ # instance_profiles: [
6790
+ # {
6791
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
6792
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
6793
+ # instance_profile_name: "my-instance-profile",
6794
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
6795
+ # publicly_accessible: true,
6796
+ # subnet_group_identifier: "public-subnets",
6797
+ # },
6798
+ # ],
6799
+ # marker: "0123456789abcdefghijklmnopqrs",
6800
+ # }
6801
+ #
6529
6802
  # @example Request syntax with placeholder values
6530
6803
  #
6531
6804
  # resp = client.describe_instance_profiles({
@@ -7329,9 +7602,20 @@ module Aws::DatabaseMigrationService
7329
7602
  req.send_request(options)
7330
7603
  end
7331
7604
 
7605
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
7606
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
7607
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
7608
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
7609
+ # resources. For more information, see [Amazon Web Services DMS Fleet
7610
+ # Advisor end of support][1].
7611
+ #
7332
7612
  # Returns a paginated list of limitations for recommendations of target
7333
7613
  # Amazon Web Services engines.
7334
7614
  #
7615
+ #
7616
+ #
7617
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
7618
+ #
7335
7619
  # @option params [Array<Types::Filter>] :filters
7336
7620
  # Filters applied to the limitations described in the form of key-value
7337
7621
  # pairs.
@@ -7395,9 +7679,20 @@ module Aws::DatabaseMigrationService
7395
7679
  req.send_request(options)
7396
7680
  end
7397
7681
 
7682
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
7683
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
7684
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
7685
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
7686
+ # resources. For more information, see [Amazon Web Services DMS Fleet
7687
+ # Advisor end of support][1].
7688
+ #
7398
7689
  # Returns a paginated list of target engine recommendations for your
7399
7690
  # source databases.
7400
7691
  #
7692
+ #
7693
+ #
7694
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
7695
+ #
7401
7696
  # @option params [Array<Types::Filter>] :filters
7402
7697
  # Filters applied to the target engine recommendations described in the
7403
7698
  # form of key-value pairs.
@@ -8999,6 +9294,9 @@ module Aws::DatabaseMigrationService
8999
9294
  # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
9000
9295
  # MySQL-Compatible Edition.
9001
9296
  #
9297
+ # @option params [Boolean] :virtual
9298
+ # Indicates whether the data provider is virtual.
9299
+ #
9002
9300
  # @option params [Boolean] :exact_settings
9003
9301
  # If this attribute is Y, the current call to `ModifyDataProvider`
9004
9302
  # replaces all existing data provider settings with the exact settings
@@ -9063,12 +9361,15 @@ module Aws::DatabaseMigrationService
9063
9361
  # data_provider_name: "String",
9064
9362
  # description: "String",
9065
9363
  # engine: "String",
9364
+ # virtual: false,
9066
9365
  # exact_settings: false,
9067
9366
  # settings: {
9068
9367
  # redshift_settings: {
9069
9368
  # server_name: "String",
9070
9369
  # port: 1,
9071
9370
  # database_name: "String",
9371
+ # s3_path: "String",
9372
+ # s3_access_role_arn: "String",
9072
9373
  # },
9073
9374
  # postgre_sql_settings: {
9074
9375
  # server_name: "String",
@@ -9076,12 +9377,16 @@ module Aws::DatabaseMigrationService
9076
9377
  # database_name: "String",
9077
9378
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9078
9379
  # certificate_arn: "String",
9380
+ # s3_path: "String",
9381
+ # s3_access_role_arn: "String",
9079
9382
  # },
9080
9383
  # my_sql_settings: {
9081
9384
  # server_name: "String",
9082
9385
  # port: 1,
9083
9386
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9084
9387
  # certificate_arn: "String",
9388
+ # s3_path: "String",
9389
+ # s3_access_role_arn: "String",
9085
9390
  # },
9086
9391
  # oracle_settings: {
9087
9392
  # server_name: "String",
@@ -9094,6 +9399,8 @@ module Aws::DatabaseMigrationService
9094
9399
  # secrets_manager_oracle_asm_access_role_arn: "String",
9095
9400
  # secrets_manager_security_db_encryption_secret_id: "String",
9096
9401
  # secrets_manager_security_db_encryption_access_role_arn: "String",
9402
+ # s3_path: "String",
9403
+ # s3_access_role_arn: "String",
9097
9404
  # },
9098
9405
  # microsoft_sql_server_settings: {
9099
9406
  # server_name: "String",
@@ -9101,6 +9408,8 @@ module Aws::DatabaseMigrationService
9101
9408
  # database_name: "String",
9102
9409
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9103
9410
  # certificate_arn: "String",
9411
+ # s3_path: "String",
9412
+ # s3_access_role_arn: "String",
9104
9413
  # },
9105
9414
  # doc_db_settings: {
9106
9415
  # server_name: "String",
@@ -9114,6 +9423,8 @@ module Aws::DatabaseMigrationService
9114
9423
  # port: 1,
9115
9424
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9116
9425
  # certificate_arn: "String",
9426
+ # s3_path: "String",
9427
+ # s3_access_role_arn: "String",
9117
9428
  # },
9118
9429
  # ibm_db_2_luw_settings: {
9119
9430
  # server_name: "String",
@@ -9121,6 +9432,8 @@ module Aws::DatabaseMigrationService
9121
9432
  # database_name: "String",
9122
9433
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9123
9434
  # certificate_arn: "String",
9435
+ # s3_path: "String",
9436
+ # s3_access_role_arn: "String",
9124
9437
  # },
9125
9438
  # ibm_db_2z_os_settings: {
9126
9439
  # server_name: "String",
@@ -9128,6 +9441,8 @@ module Aws::DatabaseMigrationService
9128
9441
  # database_name: "String",
9129
9442
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9130
9443
  # certificate_arn: "String",
9444
+ # s3_path: "String",
9445
+ # s3_access_role_arn: "String",
9131
9446
  # },
9132
9447
  # mongo_db_settings: {
9133
9448
  # server_name: "String",
@@ -9149,18 +9464,25 @@ module Aws::DatabaseMigrationService
9149
9464
  # resp.data_provider.data_provider_creation_time #=> Time
9150
9465
  # resp.data_provider.description #=> String
9151
9466
  # resp.data_provider.engine #=> String
9467
+ # resp.data_provider.virtual #=> Boolean
9152
9468
  # resp.data_provider.settings.redshift_settings.server_name #=> String
9153
9469
  # resp.data_provider.settings.redshift_settings.port #=> Integer
9154
9470
  # resp.data_provider.settings.redshift_settings.database_name #=> String
9471
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
9472
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
9155
9473
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
9156
9474
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
9157
9475
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
9158
9476
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9159
9477
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
9478
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
9479
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
9160
9480
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
9161
9481
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
9162
9482
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9163
9483
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
9484
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
9485
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
9164
9486
  # resp.data_provider.settings.oracle_settings.server_name #=> String
9165
9487
  # resp.data_provider.settings.oracle_settings.port #=> Integer
9166
9488
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -9171,11 +9493,15 @@ module Aws::DatabaseMigrationService
9171
9493
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
9172
9494
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
9173
9495
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
9496
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
9497
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
9174
9498
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
9175
9499
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
9176
9500
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
9177
9501
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9178
9502
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
9503
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
9504
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
9179
9505
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
9180
9506
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
9181
9507
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -9185,16 +9511,22 @@ module Aws::DatabaseMigrationService
9185
9511
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
9186
9512
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9187
9513
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
9514
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
9515
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
9188
9516
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
9189
9517
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
9190
9518
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
9191
9519
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9192
9520
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
9521
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
9522
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
9193
9523
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
9194
9524
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
9195
9525
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
9196
9526
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9197
9527
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
9528
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
9529
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
9198
9530
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
9199
9531
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
9200
9532
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -10323,6 +10655,39 @@ module Aws::DatabaseMigrationService
10323
10655
  #
10324
10656
  # * {Types::ModifyInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
10325
10657
  #
10658
+ #
10659
+ # @example Example: Modify Instance Profile
10660
+ #
10661
+ # # Modifies the specified instance profile using the provided parameters.
10662
+ #
10663
+ # resp = client.modify_instance_profile({
10664
+ # availability_zone: "",
10665
+ # description: "",
10666
+ # instance_profile_identifier: "",
10667
+ # instance_profile_name: "",
10668
+ # kms_key_arn: "",
10669
+ # network_type: "",
10670
+ # publicly_accessible: true,
10671
+ # subnet_group_identifier: "",
10672
+ # vpc_security_groups: [
10673
+ # ],
10674
+ # })
10675
+ #
10676
+ # resp.to_h outputs the following:
10677
+ # {
10678
+ # instance_profile: {
10679
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
10680
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
10681
+ # instance_profile_name: "my-instance-profile",
10682
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
10683
+ # publicly_accessible: true,
10684
+ # subnet_group_identifier: "public-subnets",
10685
+ # vpc_security_groups: [
10686
+ # "sg-0123456",
10687
+ # ],
10688
+ # },
10689
+ # }
10690
+ #
10326
10691
  # @example Request syntax with placeholder values
10327
10692
  #
10328
10693
  # resp = client.modify_instance_profile({
@@ -11463,9 +11828,20 @@ module Aws::DatabaseMigrationService
11463
11828
  req.send_request(options)
11464
11829
  end
11465
11830
 
11831
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
11832
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
11833
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
11834
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
11835
+ # resources. For more information, see [Amazon Web Services DMS Fleet
11836
+ # Advisor end of support][1].
11837
+ #
11466
11838
  # Runs large-scale assessment (LSA) analysis on every Fleet Advisor
11467
11839
  # collector in your account.
11468
11840
  #
11841
+ #
11842
+ #
11843
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
11844
+ #
11469
11845
  # @return [Types::RunFleetAdvisorLsaAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11470
11846
  #
11471
11847
  # * {Types::RunFleetAdvisorLsaAnalysisResponse#lsa_analysis_id #lsa_analysis_id} => String
@@ -11871,15 +12247,23 @@ module Aws::DatabaseMigrationService
11871
12247
  req.send_request(options)
11872
12248
  end
11873
12249
 
12250
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
12251
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
12252
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
12253
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
12254
+ # resources. For more information, see [Amazon Web Services DMS Fleet
12255
+ # Advisor end of support][1].
12256
+ #
11874
12257
  # Starts the analysis of your source database to provide recommendations
11875
12258
  # of target engines.
11876
12259
  #
11877
12260
  # You can create recommendations for multiple source databases using
11878
- # [BatchStartRecommendations][1].
12261
+ # [BatchStartRecommendations][2].
11879
12262
  #
11880
12263
  #
11881
12264
  #
11882
- # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html
12265
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
12266
+ # [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html
11883
12267
  #
11884
12268
  # @option params [required, String] :database_id
11885
12269
  # The identifier of the source database to analyze and provide
@@ -12095,16 +12479,18 @@ module Aws::DatabaseMigrationService
12095
12479
  # @option params [required, String] :start_replication_task_type
12096
12480
  # The type of replication task to start.
12097
12481
  #
12098
- # When the migration type is `full-load` or `full-load-and-cdc`, the
12099
- # only valid value for the first run of the task is `start-replication`.
12100
- # This option will start the migration.
12482
+ # `start-replication` is the only valid action that can be used for the
12483
+ # first time a task with the migration type of `full-load`full-load,
12484
+ # `full-load-and-cdc` or `cdc` is run. Any other action used for the
12485
+ # first time on a given task, such as `resume-processing` and
12486
+ # reload-target will result in data errors.
12101
12487
  #
12102
12488
  # You can also use ReloadTables to reload specific tables that failed
12103
12489
  # during migration instead of restarting the task.
12104
12490
  #
12105
- # The `resume-processing` option isn't applicable for a full-load task,
12106
- # because you can't resume partially loaded tables during the full load
12107
- # phase.
12491
+ # For a `full-load` task, the resume-processing option will reload any
12492
+ # tables that were partially loaded or not yet loaded during the full
12493
+ # load phase.
12108
12494
  #
12109
12495
  # For a `full-load-and-cdc` task, DMS migrates table data, and then
12110
12496
  # applies data changes that occur on the source. To load all the tables
@@ -12112,6 +12498,15 @@ module Aws::DatabaseMigrationService
12112
12498
  # Otherwise use `resume-processing`, to replicate the changes from the
12113
12499
  # last stop position.
12114
12500
  #
12501
+ # For a `cdc` only task, to start from a specific position, you must use
12502
+ # start-replication and also specify the start position. Check the
12503
+ # source endpoint DMS documentation for any limitations. For example,
12504
+ # not all sources support starting from a time.
12505
+ #
12506
+ # <note markdown="1"> `resume-processing` is only available for previously executed tasks.
12507
+ #
12508
+ # </note>
12509
+ #
12115
12510
  # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
12116
12511
  # Indicates the start time for a change data capture (CDC) operation.
12117
12512
  # Use either CdcStartTime or CdcStartPosition to specify when you want a
@@ -12798,7 +13193,7 @@ module Aws::DatabaseMigrationService
12798
13193
  tracer: tracer
12799
13194
  )
12800
13195
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
12801
- context[:gem_version] = '1.123.0'
13196
+ context[:gem_version] = '1.124.0'
12802
13197
  Seahorse::Client::Request.new(handlers, context)
12803
13198
  end
12804
13199