aws-sdk-databasemigrationservice 1.123.0 → 1.125.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.
@@ -95,7 +95,7 @@ module Aws::DatabaseMigrationService
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials. This can be an instance of any one of the
98
+ # Your AWS credentials used for authentication. This can be an instance of any one of the
99
99
  # following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -128,18 +128,23 @@ module Aws::DatabaseMigrationService
128
128
  # locations will be searched for credentials:
129
129
  #
130
130
  # * `Aws.config[:credentials]`
131
+ #
131
132
  # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
132
133
  # `:account_id` options.
133
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
134
- # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
134
+ #
135
+ # * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
136
+ # `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
137
+ #
135
138
  # * `~/.aws/credentials`
139
+ #
136
140
  # * `~/.aws/config`
141
+ #
137
142
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
143
  # are very aggressive. Construct and pass an instance of
139
144
  # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
145
  # enable retries and extended timeouts. Instance profile credential
141
- # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
- # to true.
146
+ # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
+ # to `true`.
143
148
  #
144
149
  # @option options [required, String] :region
145
150
  # The AWS region to connect to. The configured `:region` is
@@ -167,6 +172,11 @@ module Aws::DatabaseMigrationService
167
172
  # When false, the request will raise a `RetryCapacityNotAvailableError` and will
168
173
  # not retry instead of sleeping.
169
174
  #
175
+ # @option options [Array<String>] :auth_scheme_preference
176
+ # A list of preferred authentication schemes to use when making a request. Supported values are:
177
+ # `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
178
+ # shared config as `auth_scheme_preference`, the value should be a comma-separated list.
179
+ #
170
180
  # @option options [Boolean] :client_side_monitoring (false)
171
181
  # When `true`, client-side metrics will be collected for all API requests from
172
182
  # this client.
@@ -253,8 +263,8 @@ module Aws::DatabaseMigrationService
253
263
  # 4 times. Used in `standard` and `adaptive` retry modes.
254
264
  #
255
265
  # @option options [String] :profile ("default")
256
- # Used when loading credentials from the shared credentials file
257
- # at HOME/.aws/credentials. When not specified, 'default' is used.
266
+ # Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
267
+ # When not specified, 'default' is used.
258
268
  #
259
269
  # @option options [String] :request_checksum_calculation ("when_supported")
260
270
  # Determines when a checksum will be calculated for request payloads. Values are:
@@ -374,7 +384,7 @@ module Aws::DatabaseMigrationService
374
384
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
375
385
  #
376
386
  # @option options [Aws::TokenProvider] :token_provider
377
- # A Bearer Token Provider. This can be an instance of any one of the
387
+ # Your Bearer token used for authentication. This can be an instance of any one of the
378
388
  # following classes:
379
389
  #
380
390
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
@@ -599,9 +609,16 @@ module Aws::DatabaseMigrationService
599
609
  req.send_request(options)
600
610
  end
601
611
 
612
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
613
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
614
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
615
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
616
+ # resources. For more information, see [Amazon Web Services DMS Fleet
617
+ # Advisor end of support][1].
618
+ #
602
619
  # Starts the analysis of up to 20 source databases to recommend target
603
620
  # engines for each source database. This is a batch version of
604
- # [StartRecommendations][1].
621
+ # [StartRecommendations][2].
605
622
  #
606
623
  # The result of analysis of each source database is reported
607
624
  # individually in the response. Because the batch request can result in
@@ -611,7 +628,8 @@ module Aws::DatabaseMigrationService
611
628
  #
612
629
  #
613
630
  #
614
- # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html
631
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
632
+ # [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html
615
633
  #
616
634
  # @option params [Array<Types::StartRecommendationsRequestEntry>] :data
617
635
  # Provides information about source databases to analyze. After this
@@ -846,6 +864,9 @@ module Aws::DatabaseMigrationService
846
864
  # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
847
865
  # MySQL-Compatible Edition.
848
866
  #
867
+ # @option params [Boolean] :virtual
868
+ # Indicates whether the data provider is virtual.
869
+ #
849
870
  # @option params [required, Types::DataProviderSettings] :settings
850
871
  # The settings in JSON format for a data provider.
851
872
  #
@@ -905,11 +926,14 @@ module Aws::DatabaseMigrationService
905
926
  # data_provider_name: "String",
906
927
  # description: "String",
907
928
  # engine: "String", # required
929
+ # virtual: false,
908
930
  # settings: { # required
909
931
  # redshift_settings: {
910
932
  # server_name: "String",
911
933
  # port: 1,
912
934
  # database_name: "String",
935
+ # s3_path: "String",
936
+ # s3_access_role_arn: "String",
913
937
  # },
914
938
  # postgre_sql_settings: {
915
939
  # server_name: "String",
@@ -917,12 +941,16 @@ module Aws::DatabaseMigrationService
917
941
  # database_name: "String",
918
942
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
919
943
  # certificate_arn: "String",
944
+ # s3_path: "String",
945
+ # s3_access_role_arn: "String",
920
946
  # },
921
947
  # my_sql_settings: {
922
948
  # server_name: "String",
923
949
  # port: 1,
924
950
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
925
951
  # certificate_arn: "String",
952
+ # s3_path: "String",
953
+ # s3_access_role_arn: "String",
926
954
  # },
927
955
  # oracle_settings: {
928
956
  # server_name: "String",
@@ -935,6 +963,8 @@ module Aws::DatabaseMigrationService
935
963
  # secrets_manager_oracle_asm_access_role_arn: "String",
936
964
  # secrets_manager_security_db_encryption_secret_id: "String",
937
965
  # secrets_manager_security_db_encryption_access_role_arn: "String",
966
+ # s3_path: "String",
967
+ # s3_access_role_arn: "String",
938
968
  # },
939
969
  # microsoft_sql_server_settings: {
940
970
  # server_name: "String",
@@ -942,6 +972,8 @@ module Aws::DatabaseMigrationService
942
972
  # database_name: "String",
943
973
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
944
974
  # certificate_arn: "String",
975
+ # s3_path: "String",
976
+ # s3_access_role_arn: "String",
945
977
  # },
946
978
  # doc_db_settings: {
947
979
  # server_name: "String",
@@ -955,6 +987,8 @@ module Aws::DatabaseMigrationService
955
987
  # port: 1,
956
988
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
957
989
  # certificate_arn: "String",
990
+ # s3_path: "String",
991
+ # s3_access_role_arn: "String",
958
992
  # },
959
993
  # ibm_db_2_luw_settings: {
960
994
  # server_name: "String",
@@ -962,6 +996,8 @@ module Aws::DatabaseMigrationService
962
996
  # database_name: "String",
963
997
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
964
998
  # certificate_arn: "String",
999
+ # s3_path: "String",
1000
+ # s3_access_role_arn: "String",
965
1001
  # },
966
1002
  # ibm_db_2z_os_settings: {
967
1003
  # server_name: "String",
@@ -969,6 +1005,8 @@ module Aws::DatabaseMigrationService
969
1005
  # database_name: "String",
970
1006
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
971
1007
  # certificate_arn: "String",
1008
+ # s3_path: "String",
1009
+ # s3_access_role_arn: "String",
972
1010
  # },
973
1011
  # mongo_db_settings: {
974
1012
  # server_name: "String",
@@ -997,18 +1035,25 @@ module Aws::DatabaseMigrationService
997
1035
  # resp.data_provider.data_provider_creation_time #=> Time
998
1036
  # resp.data_provider.description #=> String
999
1037
  # resp.data_provider.engine #=> String
1038
+ # resp.data_provider.virtual #=> Boolean
1000
1039
  # resp.data_provider.settings.redshift_settings.server_name #=> String
1001
1040
  # resp.data_provider.settings.redshift_settings.port #=> Integer
1002
1041
  # resp.data_provider.settings.redshift_settings.database_name #=> String
1042
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
1043
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
1003
1044
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
1004
1045
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
1005
1046
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
1006
1047
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1007
1048
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
1049
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
1050
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
1008
1051
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
1009
1052
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
1010
1053
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1011
1054
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
1055
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
1056
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
1012
1057
  # resp.data_provider.settings.oracle_settings.server_name #=> String
1013
1058
  # resp.data_provider.settings.oracle_settings.port #=> Integer
1014
1059
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -1019,11 +1064,15 @@ module Aws::DatabaseMigrationService
1019
1064
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
1020
1065
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
1021
1066
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
1067
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
1068
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
1022
1069
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
1023
1070
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
1024
1071
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
1025
1072
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1026
1073
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
1074
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
1075
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
1027
1076
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
1028
1077
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
1029
1078
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -1033,16 +1082,22 @@ module Aws::DatabaseMigrationService
1033
1082
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
1034
1083
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1035
1084
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
1085
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
1086
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
1036
1087
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
1037
1088
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
1038
1089
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
1039
1090
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1040
1091
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
1092
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
1093
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
1041
1094
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
1042
1095
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
1043
1096
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
1044
1097
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1045
1098
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
1099
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
1100
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
1046
1101
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
1047
1102
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
1048
1103
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -2186,8 +2241,19 @@ module Aws::DatabaseMigrationService
2186
2241
  req.send_request(options)
2187
2242
  end
2188
2243
 
2244
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
2245
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
2246
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
2247
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
2248
+ # resources. For more information, see [Amazon Web Services DMS Fleet
2249
+ # Advisor end of support][1].
2250
+ #
2189
2251
  # Creates a Fleet Advisor collector using the specified parameters.
2190
2252
  #
2253
+ #
2254
+ #
2255
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
2256
+ #
2191
2257
  # @option params [required, String] :collector_name
2192
2258
  # The name of your Fleet Advisor collector (for example,
2193
2259
  # `sample-collector`).
@@ -2291,6 +2357,41 @@ module Aws::DatabaseMigrationService
2291
2357
  #
2292
2358
  # * {Types::CreateInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
2293
2359
  #
2360
+ #
2361
+ # @example Example: Create Instance Profile
2362
+ #
2363
+ # # Creates the instance profile using the specified parameters.
2364
+ #
2365
+ # resp = client.create_instance_profile({
2366
+ # description: "Description",
2367
+ # instance_profile_name: "my-instance-profile",
2368
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
2369
+ # network_type: "DUAL",
2370
+ # publicly_accessible: true,
2371
+ # subnet_group_identifier: "my-subnet-group",
2372
+ # tags: [
2373
+ # {
2374
+ # key: "access",
2375
+ # value: "authorizedusers",
2376
+ # },
2377
+ # ],
2378
+ # })
2379
+ #
2380
+ # resp.to_h outputs the following:
2381
+ # {
2382
+ # instance_profile: {
2383
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
2384
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
2385
+ # instance_profile_name: "my-instance-profile",
2386
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
2387
+ # publicly_accessible: true,
2388
+ # subnet_group_identifier: "public-subnets",
2389
+ # vpc_security_groups: [
2390
+ # "sg-0123456",
2391
+ # ],
2392
+ # },
2393
+ # }
2394
+ #
2294
2395
  # @example Request syntax with placeholder values
2295
2396
  #
2296
2397
  # resp = client.create_instance_profile({
@@ -3022,6 +3123,9 @@ module Aws::DatabaseMigrationService
3022
3123
  # @option params [required, String] :replication_subnet_group_description
3023
3124
  # The description for the subnet group.
3024
3125
  #
3126
+ # Constraints: This parameter Must not contain non-printable control
3127
+ # characters.
3128
+ #
3025
3129
  # @option params [required, Array<String>] :subnet_ids
3026
3130
  # Two or more subnet IDs to be assigned to the subnet group.
3027
3131
  #
@@ -3539,18 +3643,25 @@ module Aws::DatabaseMigrationService
3539
3643
  # resp.data_provider.data_provider_creation_time #=> Time
3540
3644
  # resp.data_provider.description #=> String
3541
3645
  # resp.data_provider.engine #=> String
3646
+ # resp.data_provider.virtual #=> Boolean
3542
3647
  # resp.data_provider.settings.redshift_settings.server_name #=> String
3543
3648
  # resp.data_provider.settings.redshift_settings.port #=> Integer
3544
3649
  # resp.data_provider.settings.redshift_settings.database_name #=> String
3650
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
3651
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
3545
3652
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
3546
3653
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
3547
3654
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
3548
3655
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3549
3656
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
3657
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
3658
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
3550
3659
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
3551
3660
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
3552
3661
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3553
3662
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
3663
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
3664
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
3554
3665
  # resp.data_provider.settings.oracle_settings.server_name #=> String
3555
3666
  # resp.data_provider.settings.oracle_settings.port #=> Integer
3556
3667
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -3561,11 +3672,15 @@ module Aws::DatabaseMigrationService
3561
3672
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
3562
3673
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
3563
3674
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
3675
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
3676
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
3564
3677
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
3565
3678
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
3566
3679
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
3567
3680
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3568
3681
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
3682
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
3683
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
3569
3684
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
3570
3685
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
3571
3686
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -3575,16 +3690,22 @@ module Aws::DatabaseMigrationService
3575
3690
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
3576
3691
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3577
3692
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
3693
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
3694
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
3578
3695
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
3579
3696
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
3580
3697
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
3581
3698
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3582
3699
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
3700
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
3701
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
3583
3702
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
3584
3703
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
3585
3704
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
3586
3705
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3587
3706
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
3707
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
3708
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
3588
3709
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
3589
3710
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
3590
3711
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -4018,8 +4139,19 @@ module Aws::DatabaseMigrationService
4018
4139
  req.send_request(options)
4019
4140
  end
4020
4141
 
4142
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
4143
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
4144
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
4145
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
4146
+ # resources. For more information, see [Amazon Web Services DMS Fleet
4147
+ # Advisor end of support][1].
4148
+ #
4021
4149
  # Deletes the specified Fleet Advisor collector.
4022
4150
  #
4151
+ #
4152
+ #
4153
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
4154
+ #
4023
4155
  # @option params [required, String] :collector_referenced_id
4024
4156
  # The reference ID of the Fleet Advisor collector to delete.
4025
4157
  #
@@ -4040,8 +4172,19 @@ module Aws::DatabaseMigrationService
4040
4172
  req.send_request(options)
4041
4173
  end
4042
4174
 
4175
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
4176
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
4177
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
4178
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
4179
+ # resources. For more information, see [Amazon Web Services DMS Fleet
4180
+ # Advisor end of support][1].
4181
+ #
4043
4182
  # Deletes the specified Fleet Advisor collector databases.
4044
4183
  #
4184
+ #
4185
+ #
4186
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
4187
+ #
4045
4188
  # @option params [required, Array<String>] :database_ids
4046
4189
  # The IDs of the Fleet Advisor collector databases to delete.
4047
4190
  #
@@ -4083,6 +4226,30 @@ module Aws::DatabaseMigrationService
4083
4226
  #
4084
4227
  # * {Types::DeleteInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
4085
4228
  #
4229
+ #
4230
+ # @example Example: Delete Instance Profile
4231
+ #
4232
+ # # Deletes the specified instance profile.
4233
+ #
4234
+ # resp = client.delete_instance_profile({
4235
+ # instance_profile_identifier: "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
4236
+ # })
4237
+ #
4238
+ # resp.to_h outputs the following:
4239
+ # {
4240
+ # instance_profile: {
4241
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
4242
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
4243
+ # instance_profile_name: "my-instance-profile",
4244
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
4245
+ # publicly_accessible: true,
4246
+ # subnet_group_identifier: "public-subnets",
4247
+ # vpc_security_groups: [
4248
+ # "sg-0123456",
4249
+ # ],
4250
+ # },
4251
+ # }
4252
+ #
4086
4253
  # @example Request syntax with placeholder values
4087
4254
  #
4088
4255
  # resp = client.delete_instance_profile({
@@ -5151,18 +5318,25 @@ module Aws::DatabaseMigrationService
5151
5318
  # resp.data_providers[0].data_provider_creation_time #=> Time
5152
5319
  # resp.data_providers[0].description #=> String
5153
5320
  # resp.data_providers[0].engine #=> String
5321
+ # resp.data_providers[0].virtual #=> Boolean
5154
5322
  # resp.data_providers[0].settings.redshift_settings.server_name #=> String
5155
5323
  # resp.data_providers[0].settings.redshift_settings.port #=> Integer
5156
5324
  # resp.data_providers[0].settings.redshift_settings.database_name #=> String
5325
+ # resp.data_providers[0].settings.redshift_settings.s3_path #=> String
5326
+ # resp.data_providers[0].settings.redshift_settings.s3_access_role_arn #=> String
5157
5327
  # resp.data_providers[0].settings.postgre_sql_settings.server_name #=> String
5158
5328
  # resp.data_providers[0].settings.postgre_sql_settings.port #=> Integer
5159
5329
  # resp.data_providers[0].settings.postgre_sql_settings.database_name #=> String
5160
5330
  # resp.data_providers[0].settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5161
5331
  # resp.data_providers[0].settings.postgre_sql_settings.certificate_arn #=> String
5332
+ # resp.data_providers[0].settings.postgre_sql_settings.s3_path #=> String
5333
+ # resp.data_providers[0].settings.postgre_sql_settings.s3_access_role_arn #=> String
5162
5334
  # resp.data_providers[0].settings.my_sql_settings.server_name #=> String
5163
5335
  # resp.data_providers[0].settings.my_sql_settings.port #=> Integer
5164
5336
  # resp.data_providers[0].settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5165
5337
  # resp.data_providers[0].settings.my_sql_settings.certificate_arn #=> String
5338
+ # resp.data_providers[0].settings.my_sql_settings.s3_path #=> String
5339
+ # resp.data_providers[0].settings.my_sql_settings.s3_access_role_arn #=> String
5166
5340
  # resp.data_providers[0].settings.oracle_settings.server_name #=> String
5167
5341
  # resp.data_providers[0].settings.oracle_settings.port #=> Integer
5168
5342
  # resp.data_providers[0].settings.oracle_settings.database_name #=> String
@@ -5173,11 +5347,15 @@ module Aws::DatabaseMigrationService
5173
5347
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
5174
5348
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
5175
5349
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
5350
+ # resp.data_providers[0].settings.oracle_settings.s3_path #=> String
5351
+ # resp.data_providers[0].settings.oracle_settings.s3_access_role_arn #=> String
5176
5352
  # resp.data_providers[0].settings.microsoft_sql_server_settings.server_name #=> String
5177
5353
  # resp.data_providers[0].settings.microsoft_sql_server_settings.port #=> Integer
5178
5354
  # resp.data_providers[0].settings.microsoft_sql_server_settings.database_name #=> String
5179
5355
  # resp.data_providers[0].settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5180
5356
  # resp.data_providers[0].settings.microsoft_sql_server_settings.certificate_arn #=> String
5357
+ # resp.data_providers[0].settings.microsoft_sql_server_settings.s3_path #=> String
5358
+ # resp.data_providers[0].settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
5181
5359
  # resp.data_providers[0].settings.doc_db_settings.server_name #=> String
5182
5360
  # resp.data_providers[0].settings.doc_db_settings.port #=> Integer
5183
5361
  # resp.data_providers[0].settings.doc_db_settings.database_name #=> String
@@ -5187,16 +5365,22 @@ module Aws::DatabaseMigrationService
5187
5365
  # resp.data_providers[0].settings.maria_db_settings.port #=> Integer
5188
5366
  # resp.data_providers[0].settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5189
5367
  # resp.data_providers[0].settings.maria_db_settings.certificate_arn #=> String
5368
+ # resp.data_providers[0].settings.maria_db_settings.s3_path #=> String
5369
+ # resp.data_providers[0].settings.maria_db_settings.s3_access_role_arn #=> String
5190
5370
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.server_name #=> String
5191
5371
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.port #=> Integer
5192
5372
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.database_name #=> String
5193
5373
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5194
5374
  # resp.data_providers[0].settings.ibm_db_2_luw_settings.certificate_arn #=> String
5375
+ # resp.data_providers[0].settings.ibm_db_2_luw_settings.s3_path #=> String
5376
+ # resp.data_providers[0].settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
5195
5377
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.server_name #=> String
5196
5378
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.port #=> Integer
5197
5379
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.database_name #=> String
5198
5380
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5199
5381
  # resp.data_providers[0].settings.ibm_db_2z_os_settings.certificate_arn #=> String
5382
+ # resp.data_providers[0].settings.ibm_db_2z_os_settings.s3_path #=> String
5383
+ # resp.data_providers[0].settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
5200
5384
  # resp.data_providers[0].settings.mongo_db_settings.server_name #=> String
5201
5385
  # resp.data_providers[0].settings.mongo_db_settings.port #=> Integer
5202
5386
  # resp.data_providers[0].settings.mongo_db_settings.database_name #=> String
@@ -6139,8 +6323,19 @@ module Aws::DatabaseMigrationService
6139
6323
  req.send_request(options)
6140
6324
  end
6141
6325
 
6326
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6327
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6328
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6329
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6330
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6331
+ # Advisor end of support][1].
6332
+ #
6142
6333
  # Returns a list of the Fleet Advisor collectors in your account.
6143
6334
  #
6335
+ #
6336
+ #
6337
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6338
+ #
6144
6339
  # @option params [Array<Types::Filter>] :filters
6145
6340
  # If you specify any of the following filters, the output includes
6146
6341
  # information for only those collectors that meet the filter criteria:
@@ -6213,8 +6408,19 @@ module Aws::DatabaseMigrationService
6213
6408
  req.send_request(options)
6214
6409
  end
6215
6410
 
6411
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6412
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6413
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6414
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6415
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6416
+ # Advisor end of support][1].
6417
+ #
6216
6418
  # Returns a list of Fleet Advisor databases in your account.
6217
6419
  #
6420
+ #
6421
+ #
6422
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6423
+ #
6218
6424
  # @option params [Array<Types::Filter>] :filters
6219
6425
  # If you specify any of the following filters, the output includes
6220
6426
  # information for only those databases that meet the filter criteria:
@@ -6295,9 +6501,20 @@ module Aws::DatabaseMigrationService
6295
6501
  req.send_request(options)
6296
6502
  end
6297
6503
 
6504
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6505
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6506
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6507
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6508
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6509
+ # Advisor end of support][1].
6510
+ #
6298
6511
  # Provides descriptions of large-scale assessment (LSA) analyses
6299
6512
  # produced by your Fleet Advisor collectors.
6300
6513
  #
6514
+ #
6515
+ #
6516
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6517
+ #
6301
6518
  # @option params [Integer] :max_records
6302
6519
  # Sets the maximum number of records returned in the response.
6303
6520
  #
@@ -6337,9 +6554,20 @@ module Aws::DatabaseMigrationService
6337
6554
  req.send_request(options)
6338
6555
  end
6339
6556
 
6557
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6558
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6559
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6560
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6561
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6562
+ # Advisor end of support][1].
6563
+ #
6340
6564
  # Provides descriptions of the schemas discovered by your Fleet Advisor
6341
6565
  # collectors.
6342
6566
  #
6567
+ #
6568
+ #
6569
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6570
+ #
6343
6571
  # @option params [Array<Types::Filter>] :filters
6344
6572
  # If you specify any of the following filters, the output includes
6345
6573
  # information for only those schema objects that meet the filter
@@ -6354,8 +6582,19 @@ module Aws::DatabaseMigrationService
6354
6582
  # Name="schema-id",Values="50"`
6355
6583
  #
6356
6584
  # @option params [Integer] :max_records
6585
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6586
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6587
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6588
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6589
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6590
+ # Advisor end of support][1].
6591
+ #
6357
6592
  # Sets the maximum number of records returned in the response.
6358
6593
  #
6594
+ #
6595
+ #
6596
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6597
+ #
6359
6598
  # @option params [String] :next_token
6360
6599
  # If `NextToken` is returned by a previous response, there are more
6361
6600
  # results available. The value of `NextToken` is a unique pagination
@@ -6401,9 +6640,20 @@ module Aws::DatabaseMigrationService
6401
6640
  req.send_request(options)
6402
6641
  end
6403
6642
 
6643
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
6644
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
6645
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
6646
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
6647
+ # resources. For more information, see [Amazon Web Services DMS Fleet
6648
+ # Advisor end of support][1].
6649
+ #
6404
6650
  # Returns a list of schemas detected by Fleet Advisor Collectors in your
6405
6651
  # account.
6406
6652
  #
6653
+ #
6654
+ #
6655
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
6656
+ #
6407
6657
  # @option params [Array<Types::Filter>] :filters
6408
6658
  # If you specify any of the following filters, the output includes
6409
6659
  # information for only those schemas that meet the filter criteria:
@@ -6526,6 +6776,39 @@ module Aws::DatabaseMigrationService
6526
6776
  #
6527
6777
  # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
6528
6778
  #
6779
+ #
6780
+ # @example Example: Describe Instance Profiles
6781
+ #
6782
+ # # Returns a paginated list of instance profiles for your account in the current region.
6783
+ #
6784
+ # resp = client.describe_instance_profiles({
6785
+ # filters: [
6786
+ # {
6787
+ # name: "instance-profile-identifier",
6788
+ # values: [
6789
+ # "arn:aws:dms:us-east-1:012345678901:instance-profile:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345",
6790
+ # ],
6791
+ # },
6792
+ # ],
6793
+ # marker: "0123456789abcdefghijklmnopqrs",
6794
+ # max_records: 20,
6795
+ # })
6796
+ #
6797
+ # resp.to_h outputs the following:
6798
+ # {
6799
+ # instance_profiles: [
6800
+ # {
6801
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
6802
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
6803
+ # instance_profile_name: "my-instance-profile",
6804
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
6805
+ # publicly_accessible: true,
6806
+ # subnet_group_identifier: "public-subnets",
6807
+ # },
6808
+ # ],
6809
+ # marker: "0123456789abcdefghijklmnopqrs",
6810
+ # }
6811
+ #
6529
6812
  # @example Request syntax with placeholder values
6530
6813
  #
6531
6814
  # resp = client.describe_instance_profiles({
@@ -7329,9 +7612,20 @@ module Aws::DatabaseMigrationService
7329
7612
  req.send_request(options)
7330
7613
  end
7331
7614
 
7615
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
7616
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
7617
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
7618
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
7619
+ # resources. For more information, see [Amazon Web Services DMS Fleet
7620
+ # Advisor end of support][1].
7621
+ #
7332
7622
  # Returns a paginated list of limitations for recommendations of target
7333
7623
  # Amazon Web Services engines.
7334
7624
  #
7625
+ #
7626
+ #
7627
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
7628
+ #
7335
7629
  # @option params [Array<Types::Filter>] :filters
7336
7630
  # Filters applied to the limitations described in the form of key-value
7337
7631
  # pairs.
@@ -7395,9 +7689,20 @@ module Aws::DatabaseMigrationService
7395
7689
  req.send_request(options)
7396
7690
  end
7397
7691
 
7692
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
7693
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
7694
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
7695
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
7696
+ # resources. For more information, see [Amazon Web Services DMS Fleet
7697
+ # Advisor end of support][1].
7698
+ #
7398
7699
  # Returns a paginated list of target engine recommendations for your
7399
7700
  # source databases.
7400
7701
  #
7702
+ #
7703
+ #
7704
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
7705
+ #
7401
7706
  # @option params [Array<Types::Filter>] :filters
7402
7707
  # Filters applied to the target engine recommendations described in the
7403
7708
  # form of key-value pairs.
@@ -8999,6 +9304,9 @@ module Aws::DatabaseMigrationService
8999
9304
  # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
9000
9305
  # MySQL-Compatible Edition.
9001
9306
  #
9307
+ # @option params [Boolean] :virtual
9308
+ # Indicates whether the data provider is virtual.
9309
+ #
9002
9310
  # @option params [Boolean] :exact_settings
9003
9311
  # If this attribute is Y, the current call to `ModifyDataProvider`
9004
9312
  # replaces all existing data provider settings with the exact settings
@@ -9063,12 +9371,15 @@ module Aws::DatabaseMigrationService
9063
9371
  # data_provider_name: "String",
9064
9372
  # description: "String",
9065
9373
  # engine: "String",
9374
+ # virtual: false,
9066
9375
  # exact_settings: false,
9067
9376
  # settings: {
9068
9377
  # redshift_settings: {
9069
9378
  # server_name: "String",
9070
9379
  # port: 1,
9071
9380
  # database_name: "String",
9381
+ # s3_path: "String",
9382
+ # s3_access_role_arn: "String",
9072
9383
  # },
9073
9384
  # postgre_sql_settings: {
9074
9385
  # server_name: "String",
@@ -9076,12 +9387,16 @@ module Aws::DatabaseMigrationService
9076
9387
  # database_name: "String",
9077
9388
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9078
9389
  # certificate_arn: "String",
9390
+ # s3_path: "String",
9391
+ # s3_access_role_arn: "String",
9079
9392
  # },
9080
9393
  # my_sql_settings: {
9081
9394
  # server_name: "String",
9082
9395
  # port: 1,
9083
9396
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9084
9397
  # certificate_arn: "String",
9398
+ # s3_path: "String",
9399
+ # s3_access_role_arn: "String",
9085
9400
  # },
9086
9401
  # oracle_settings: {
9087
9402
  # server_name: "String",
@@ -9094,6 +9409,8 @@ module Aws::DatabaseMigrationService
9094
9409
  # secrets_manager_oracle_asm_access_role_arn: "String",
9095
9410
  # secrets_manager_security_db_encryption_secret_id: "String",
9096
9411
  # secrets_manager_security_db_encryption_access_role_arn: "String",
9412
+ # s3_path: "String",
9413
+ # s3_access_role_arn: "String",
9097
9414
  # },
9098
9415
  # microsoft_sql_server_settings: {
9099
9416
  # server_name: "String",
@@ -9101,6 +9418,8 @@ module Aws::DatabaseMigrationService
9101
9418
  # database_name: "String",
9102
9419
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9103
9420
  # certificate_arn: "String",
9421
+ # s3_path: "String",
9422
+ # s3_access_role_arn: "String",
9104
9423
  # },
9105
9424
  # doc_db_settings: {
9106
9425
  # server_name: "String",
@@ -9114,6 +9433,8 @@ module Aws::DatabaseMigrationService
9114
9433
  # port: 1,
9115
9434
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9116
9435
  # certificate_arn: "String",
9436
+ # s3_path: "String",
9437
+ # s3_access_role_arn: "String",
9117
9438
  # },
9118
9439
  # ibm_db_2_luw_settings: {
9119
9440
  # server_name: "String",
@@ -9121,6 +9442,8 @@ module Aws::DatabaseMigrationService
9121
9442
  # database_name: "String",
9122
9443
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9123
9444
  # certificate_arn: "String",
9445
+ # s3_path: "String",
9446
+ # s3_access_role_arn: "String",
9124
9447
  # },
9125
9448
  # ibm_db_2z_os_settings: {
9126
9449
  # server_name: "String",
@@ -9128,6 +9451,8 @@ module Aws::DatabaseMigrationService
9128
9451
  # database_name: "String",
9129
9452
  # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9130
9453
  # certificate_arn: "String",
9454
+ # s3_path: "String",
9455
+ # s3_access_role_arn: "String",
9131
9456
  # },
9132
9457
  # mongo_db_settings: {
9133
9458
  # server_name: "String",
@@ -9149,18 +9474,25 @@ module Aws::DatabaseMigrationService
9149
9474
  # resp.data_provider.data_provider_creation_time #=> Time
9150
9475
  # resp.data_provider.description #=> String
9151
9476
  # resp.data_provider.engine #=> String
9477
+ # resp.data_provider.virtual #=> Boolean
9152
9478
  # resp.data_provider.settings.redshift_settings.server_name #=> String
9153
9479
  # resp.data_provider.settings.redshift_settings.port #=> Integer
9154
9480
  # resp.data_provider.settings.redshift_settings.database_name #=> String
9481
+ # resp.data_provider.settings.redshift_settings.s3_path #=> String
9482
+ # resp.data_provider.settings.redshift_settings.s3_access_role_arn #=> String
9155
9483
  # resp.data_provider.settings.postgre_sql_settings.server_name #=> String
9156
9484
  # resp.data_provider.settings.postgre_sql_settings.port #=> Integer
9157
9485
  # resp.data_provider.settings.postgre_sql_settings.database_name #=> String
9158
9486
  # resp.data_provider.settings.postgre_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9159
9487
  # resp.data_provider.settings.postgre_sql_settings.certificate_arn #=> String
9488
+ # resp.data_provider.settings.postgre_sql_settings.s3_path #=> String
9489
+ # resp.data_provider.settings.postgre_sql_settings.s3_access_role_arn #=> String
9160
9490
  # resp.data_provider.settings.my_sql_settings.server_name #=> String
9161
9491
  # resp.data_provider.settings.my_sql_settings.port #=> Integer
9162
9492
  # resp.data_provider.settings.my_sql_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9163
9493
  # resp.data_provider.settings.my_sql_settings.certificate_arn #=> String
9494
+ # resp.data_provider.settings.my_sql_settings.s3_path #=> String
9495
+ # resp.data_provider.settings.my_sql_settings.s3_access_role_arn #=> String
9164
9496
  # resp.data_provider.settings.oracle_settings.server_name #=> String
9165
9497
  # resp.data_provider.settings.oracle_settings.port #=> Integer
9166
9498
  # resp.data_provider.settings.oracle_settings.database_name #=> String
@@ -9171,11 +9503,15 @@ module Aws::DatabaseMigrationService
9171
9503
  # resp.data_provider.settings.oracle_settings.secrets_manager_oracle_asm_access_role_arn #=> String
9172
9504
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_secret_id #=> String
9173
9505
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
9506
+ # resp.data_provider.settings.oracle_settings.s3_path #=> String
9507
+ # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
9174
9508
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
9175
9509
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
9176
9510
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
9177
9511
  # resp.data_provider.settings.microsoft_sql_server_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9178
9512
  # resp.data_provider.settings.microsoft_sql_server_settings.certificate_arn #=> String
9513
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_path #=> String
9514
+ # resp.data_provider.settings.microsoft_sql_server_settings.s3_access_role_arn #=> String
9179
9515
  # resp.data_provider.settings.doc_db_settings.server_name #=> String
9180
9516
  # resp.data_provider.settings.doc_db_settings.port #=> Integer
9181
9517
  # resp.data_provider.settings.doc_db_settings.database_name #=> String
@@ -9185,16 +9521,22 @@ module Aws::DatabaseMigrationService
9185
9521
  # resp.data_provider.settings.maria_db_settings.port #=> Integer
9186
9522
  # resp.data_provider.settings.maria_db_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9187
9523
  # resp.data_provider.settings.maria_db_settings.certificate_arn #=> String
9524
+ # resp.data_provider.settings.maria_db_settings.s3_path #=> String
9525
+ # resp.data_provider.settings.maria_db_settings.s3_access_role_arn #=> String
9188
9526
  # resp.data_provider.settings.ibm_db_2_luw_settings.server_name #=> String
9189
9527
  # resp.data_provider.settings.ibm_db_2_luw_settings.port #=> Integer
9190
9528
  # resp.data_provider.settings.ibm_db_2_luw_settings.database_name #=> String
9191
9529
  # resp.data_provider.settings.ibm_db_2_luw_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9192
9530
  # resp.data_provider.settings.ibm_db_2_luw_settings.certificate_arn #=> String
9531
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_path #=> String
9532
+ # resp.data_provider.settings.ibm_db_2_luw_settings.s3_access_role_arn #=> String
9193
9533
  # resp.data_provider.settings.ibm_db_2z_os_settings.server_name #=> String
9194
9534
  # resp.data_provider.settings.ibm_db_2z_os_settings.port #=> Integer
9195
9535
  # resp.data_provider.settings.ibm_db_2z_os_settings.database_name #=> String
9196
9536
  # resp.data_provider.settings.ibm_db_2z_os_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9197
9537
  # resp.data_provider.settings.ibm_db_2z_os_settings.certificate_arn #=> String
9538
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_path #=> String
9539
+ # resp.data_provider.settings.ibm_db_2z_os_settings.s3_access_role_arn #=> String
9198
9540
  # resp.data_provider.settings.mongo_db_settings.server_name #=> String
9199
9541
  # resp.data_provider.settings.mongo_db_settings.port #=> Integer
9200
9542
  # resp.data_provider.settings.mongo_db_settings.database_name #=> String
@@ -10323,6 +10665,39 @@ module Aws::DatabaseMigrationService
10323
10665
  #
10324
10666
  # * {Types::ModifyInstanceProfileResponse#instance_profile #instance_profile} => Types::InstanceProfile
10325
10667
  #
10668
+ #
10669
+ # @example Example: Modify Instance Profile
10670
+ #
10671
+ # # Modifies the specified instance profile using the provided parameters.
10672
+ #
10673
+ # resp = client.modify_instance_profile({
10674
+ # availability_zone: "",
10675
+ # description: "",
10676
+ # instance_profile_identifier: "",
10677
+ # instance_profile_name: "",
10678
+ # kms_key_arn: "",
10679
+ # network_type: "",
10680
+ # publicly_accessible: true,
10681
+ # subnet_group_identifier: "",
10682
+ # vpc_security_groups: [
10683
+ # ],
10684
+ # })
10685
+ #
10686
+ # resp.to_h outputs the following:
10687
+ # {
10688
+ # instance_profile: {
10689
+ # instance_profile_arn: "arn:aws:dms:us-east-1:012345678901:instance-profile:my-instance-profile",
10690
+ # instance_profile_creation_time: Time.parse("2022-12-16T09:44:43.543246Z"),
10691
+ # instance_profile_name: "my-instance-profile",
10692
+ # kms_key_arn: "arn:aws:kms:us-east-1:012345678901:key/01234567-89ab-cdef-0123-456789abcdef",
10693
+ # publicly_accessible: true,
10694
+ # subnet_group_identifier: "public-subnets",
10695
+ # vpc_security_groups: [
10696
+ # "sg-0123456",
10697
+ # ],
10698
+ # },
10699
+ # }
10700
+ #
10326
10701
  # @example Request syntax with placeholder values
10327
10702
  #
10328
10703
  # resp = client.modify_instance_profile({
@@ -11463,9 +11838,20 @@ module Aws::DatabaseMigrationService
11463
11838
  req.send_request(options)
11464
11839
  end
11465
11840
 
11841
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
11842
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
11843
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
11844
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
11845
+ # resources. For more information, see [Amazon Web Services DMS Fleet
11846
+ # Advisor end of support][1].
11847
+ #
11466
11848
  # Runs large-scale assessment (LSA) analysis on every Fleet Advisor
11467
11849
  # collector in your account.
11468
11850
  #
11851
+ #
11852
+ #
11853
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
11854
+ #
11469
11855
  # @return [Types::RunFleetAdvisorLsaAnalysisResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
11470
11856
  #
11471
11857
  # * {Types::RunFleetAdvisorLsaAnalysisResponse#lsa_analysis_id #lsa_analysis_id} => String
@@ -11871,15 +12257,23 @@ module Aws::DatabaseMigrationService
11871
12257
  req.send_request(options)
11872
12258
  end
11873
12259
 
12260
+ # End of support notice: On May 20, 2026, Amazon Web Services will end
12261
+ # support for Amazon Web Services DMS Fleet Advisor;. After May 20,
12262
+ # 2026, you will no longer be able to access the Amazon Web Services DMS
12263
+ # Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
12264
+ # resources. For more information, see [Amazon Web Services DMS Fleet
12265
+ # Advisor end of support][1].
12266
+ #
11874
12267
  # Starts the analysis of your source database to provide recommendations
11875
12268
  # of target engines.
11876
12269
  #
11877
12270
  # You can create recommendations for multiple source databases using
11878
- # [BatchStartRecommendations][1].
12271
+ # [BatchStartRecommendations][2].
11879
12272
  #
11880
12273
  #
11881
12274
  #
11882
- # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html
12275
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
12276
+ # [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html
11883
12277
  #
11884
12278
  # @option params [required, String] :database_id
11885
12279
  # The identifier of the source database to analyze and provide
@@ -12095,16 +12489,18 @@ module Aws::DatabaseMigrationService
12095
12489
  # @option params [required, String] :start_replication_task_type
12096
12490
  # The type of replication task to start.
12097
12491
  #
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.
12492
+ # `start-replication` is the only valid action that can be used for the
12493
+ # first time a task with the migration type of `full-load`full-load,
12494
+ # `full-load-and-cdc` or `cdc` is run. Any other action used for the
12495
+ # first time on a given task, such as `resume-processing` and
12496
+ # reload-target will result in data errors.
12101
12497
  #
12102
12498
  # You can also use ReloadTables to reload specific tables that failed
12103
12499
  # during migration instead of restarting the task.
12104
12500
  #
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.
12501
+ # For a `full-load` task, the resume-processing option will reload any
12502
+ # tables that were partially loaded or not yet loaded during the full
12503
+ # load phase.
12108
12504
  #
12109
12505
  # For a `full-load-and-cdc` task, DMS migrates table data, and then
12110
12506
  # applies data changes that occur on the source. To load all the tables
@@ -12112,6 +12508,15 @@ module Aws::DatabaseMigrationService
12112
12508
  # Otherwise use `resume-processing`, to replicate the changes from the
12113
12509
  # last stop position.
12114
12510
  #
12511
+ # For a `cdc` only task, to start from a specific position, you must use
12512
+ # start-replication and also specify the start position. Check the
12513
+ # source endpoint DMS documentation for any limitations. For example,
12514
+ # not all sources support starting from a time.
12515
+ #
12516
+ # <note markdown="1"> `resume-processing` is only available for previously executed tasks.
12517
+ #
12518
+ # </note>
12519
+ #
12115
12520
  # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
12116
12521
  # Indicates the start time for a change data capture (CDC) operation.
12117
12522
  # Use either CdcStartTime or CdcStartPosition to specify when you want a
@@ -12798,7 +13203,7 @@ module Aws::DatabaseMigrationService
12798
13203
  tracer: tracer
12799
13204
  )
12800
13205
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
12801
- context[:gem_version] = '1.123.0'
13206
+ context[:gem_version] = '1.125.0'
12802
13207
  Seahorse::Client::Request.new(handlers, context)
12803
13208
  end
12804
13209