aws-sdk-databasemigrationservice 1.35.1 → 1.36.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-databasemigrationservice.rb +3 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +3 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/customizations.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/errors.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/resource.rb +2 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +147 -0
- data/lib/aws-sdk-databasemigrationservice/waiters.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a20e7c91abfc2274d61381997407736f24a8807d4396dcbe57b5379c1cf831b1
|
|
4
|
+
data.tar.gz: ca72e5f4d20240a8a568644952f48f6cf0a84afe769907fc1d6834f8d547158f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc33fcbbb834accb0a7e695d5d21c72f0b2219a9bb8838e31d11774f06143d65de2db6e478a77f30aed1ebe2ea1f4024b8e11810ef17a16bcb2c30d8ec9fbccd
|
|
7
|
+
data.tar.gz: fe85acf496ae3cdb830fcedf39ec607fff3118f6b8cebed52a16639bf4486a9ebf4051a8bb9fbb765d53079548956c37165224022d9a1f203e6d8d597841cec3
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
|
|
|
46
48
|
# @service
|
|
47
49
|
module Aws::DatabaseMigrationService
|
|
48
50
|
|
|
49
|
-
GEM_VERSION = '1.
|
|
51
|
+
GEM_VERSION = '1.36.0'
|
|
50
52
|
|
|
51
53
|
end
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -5269,7 +5271,7 @@ module Aws::DatabaseMigrationService
|
|
|
5269
5271
|
params: params,
|
|
5270
5272
|
config: config)
|
|
5271
5273
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
5272
|
-
context[:gem_version] = '1.
|
|
5274
|
+
context[:gem_version] = '1.36.0'
|
|
5273
5275
|
Seahorse::Client::Request.new(handlers, context)
|
|
5274
5276
|
end
|
|
5275
5277
|
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
|
2
4
|
#
|
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
|
@@ -18,6 +20,7 @@ module Aws::DatabaseMigrationService
|
|
|
18
20
|
#
|
|
19
21
|
class AccessDeniedFault < Struct.new(
|
|
20
22
|
:message)
|
|
23
|
+
SENSITIVE = []
|
|
21
24
|
include Aws::Structure
|
|
22
25
|
end
|
|
23
26
|
|
|
@@ -42,6 +45,7 @@ module Aws::DatabaseMigrationService
|
|
|
42
45
|
:account_quota_name,
|
|
43
46
|
:used,
|
|
44
47
|
:max)
|
|
48
|
+
SENSITIVE = []
|
|
45
49
|
include Aws::Structure
|
|
46
50
|
end
|
|
47
51
|
|
|
@@ -77,6 +81,7 @@ module Aws::DatabaseMigrationService
|
|
|
77
81
|
class AddTagsToResourceMessage < Struct.new(
|
|
78
82
|
:resource_arn,
|
|
79
83
|
:tags)
|
|
84
|
+
SENSITIVE = []
|
|
80
85
|
include Aws::Structure
|
|
81
86
|
end
|
|
82
87
|
|
|
@@ -124,6 +129,7 @@ module Aws::DatabaseMigrationService
|
|
|
124
129
|
:replication_instance_arn,
|
|
125
130
|
:apply_action,
|
|
126
131
|
:opt_in_type)
|
|
132
|
+
SENSITIVE = []
|
|
127
133
|
include Aws::Structure
|
|
128
134
|
end
|
|
129
135
|
|
|
@@ -136,6 +142,7 @@ module Aws::DatabaseMigrationService
|
|
|
136
142
|
#
|
|
137
143
|
class ApplyPendingMaintenanceActionResponse < Struct.new(
|
|
138
144
|
:resource_pending_maintenance_actions)
|
|
145
|
+
SENSITIVE = []
|
|
139
146
|
include Aws::Structure
|
|
140
147
|
end
|
|
141
148
|
|
|
@@ -149,6 +156,7 @@ module Aws::DatabaseMigrationService
|
|
|
149
156
|
#
|
|
150
157
|
class AvailabilityZone < Struct.new(
|
|
151
158
|
:name)
|
|
159
|
+
SENSITIVE = []
|
|
152
160
|
include Aws::Structure
|
|
153
161
|
end
|
|
154
162
|
|
|
@@ -212,6 +220,7 @@ module Aws::DatabaseMigrationService
|
|
|
212
220
|
:valid_to_date,
|
|
213
221
|
:signing_algorithm,
|
|
214
222
|
:key_length)
|
|
223
|
+
SENSITIVE = []
|
|
215
224
|
include Aws::Structure
|
|
216
225
|
end
|
|
217
226
|
|
|
@@ -255,6 +264,7 @@ module Aws::DatabaseMigrationService
|
|
|
255
264
|
:last_failure_message,
|
|
256
265
|
:endpoint_identifier,
|
|
257
266
|
:replication_instance_identifier)
|
|
267
|
+
SENSITIVE = []
|
|
258
268
|
include Aws::Structure
|
|
259
269
|
end
|
|
260
270
|
|
|
@@ -602,6 +612,7 @@ module Aws::DatabaseMigrationService
|
|
|
602
612
|
:elasticsearch_settings,
|
|
603
613
|
:neptune_settings,
|
|
604
614
|
:redshift_settings)
|
|
615
|
+
SENSITIVE = [:password]
|
|
605
616
|
include Aws::Structure
|
|
606
617
|
end
|
|
607
618
|
|
|
@@ -613,6 +624,7 @@ module Aws::DatabaseMigrationService
|
|
|
613
624
|
#
|
|
614
625
|
class CreateEndpointResponse < Struct.new(
|
|
615
626
|
:endpoint)
|
|
627
|
+
SENSITIVE = []
|
|
616
628
|
include Aws::Structure
|
|
617
629
|
end
|
|
618
630
|
|
|
@@ -696,6 +708,7 @@ module Aws::DatabaseMigrationService
|
|
|
696
708
|
:source_ids,
|
|
697
709
|
:enabled,
|
|
698
710
|
:tags)
|
|
711
|
+
SENSITIVE = []
|
|
699
712
|
include Aws::Structure
|
|
700
713
|
end
|
|
701
714
|
|
|
@@ -707,6 +720,7 @@ module Aws::DatabaseMigrationService
|
|
|
707
720
|
#
|
|
708
721
|
class CreateEventSubscriptionResponse < Struct.new(
|
|
709
722
|
:event_subscription)
|
|
723
|
+
SENSITIVE = []
|
|
710
724
|
include Aws::Structure
|
|
711
725
|
end
|
|
712
726
|
|
|
@@ -856,6 +870,7 @@ module Aws::DatabaseMigrationService
|
|
|
856
870
|
:kms_key_id,
|
|
857
871
|
:publicly_accessible,
|
|
858
872
|
:dns_name_servers)
|
|
873
|
+
SENSITIVE = []
|
|
859
874
|
include Aws::Structure
|
|
860
875
|
end
|
|
861
876
|
|
|
@@ -867,6 +882,7 @@ module Aws::DatabaseMigrationService
|
|
|
867
882
|
#
|
|
868
883
|
class CreateReplicationInstanceResponse < Struct.new(
|
|
869
884
|
:replication_instance)
|
|
885
|
+
SENSITIVE = []
|
|
870
886
|
include Aws::Structure
|
|
871
887
|
end
|
|
872
888
|
|
|
@@ -914,6 +930,7 @@ module Aws::DatabaseMigrationService
|
|
|
914
930
|
:replication_subnet_group_description,
|
|
915
931
|
:subnet_ids,
|
|
916
932
|
:tags)
|
|
933
|
+
SENSITIVE = []
|
|
917
934
|
include Aws::Structure
|
|
918
935
|
end
|
|
919
936
|
|
|
@@ -925,6 +942,7 @@ module Aws::DatabaseMigrationService
|
|
|
925
942
|
#
|
|
926
943
|
class CreateReplicationSubnetGroupResponse < Struct.new(
|
|
927
944
|
:replication_subnet_group)
|
|
945
|
+
SENSITIVE = []
|
|
928
946
|
include Aws::Structure
|
|
929
947
|
end
|
|
930
948
|
|
|
@@ -1081,6 +1099,7 @@ module Aws::DatabaseMigrationService
|
|
|
1081
1099
|
:cdc_stop_position,
|
|
1082
1100
|
:tags,
|
|
1083
1101
|
:task_data)
|
|
1102
|
+
SENSITIVE = []
|
|
1084
1103
|
include Aws::Structure
|
|
1085
1104
|
end
|
|
1086
1105
|
|
|
@@ -1092,6 +1111,7 @@ module Aws::DatabaseMigrationService
|
|
|
1092
1111
|
#
|
|
1093
1112
|
class CreateReplicationTaskResponse < Struct.new(
|
|
1094
1113
|
:replication_task)
|
|
1114
|
+
SENSITIVE = []
|
|
1095
1115
|
include Aws::Structure
|
|
1096
1116
|
end
|
|
1097
1117
|
|
|
@@ -1110,6 +1130,7 @@ module Aws::DatabaseMigrationService
|
|
|
1110
1130
|
#
|
|
1111
1131
|
class DeleteCertificateMessage < Struct.new(
|
|
1112
1132
|
:certificate_arn)
|
|
1133
|
+
SENSITIVE = []
|
|
1113
1134
|
include Aws::Structure
|
|
1114
1135
|
end
|
|
1115
1136
|
|
|
@@ -1121,6 +1142,7 @@ module Aws::DatabaseMigrationService
|
|
|
1121
1142
|
#
|
|
1122
1143
|
class DeleteCertificateResponse < Struct.new(
|
|
1123
1144
|
:certificate)
|
|
1145
|
+
SENSITIVE = []
|
|
1124
1146
|
include Aws::Structure
|
|
1125
1147
|
end
|
|
1126
1148
|
|
|
@@ -1146,6 +1168,7 @@ module Aws::DatabaseMigrationService
|
|
|
1146
1168
|
class DeleteConnectionMessage < Struct.new(
|
|
1147
1169
|
:endpoint_arn,
|
|
1148
1170
|
:replication_instance_arn)
|
|
1171
|
+
SENSITIVE = []
|
|
1149
1172
|
include Aws::Structure
|
|
1150
1173
|
end
|
|
1151
1174
|
|
|
@@ -1157,6 +1180,7 @@ module Aws::DatabaseMigrationService
|
|
|
1157
1180
|
#
|
|
1158
1181
|
class DeleteConnectionResponse < Struct.new(
|
|
1159
1182
|
:connection)
|
|
1183
|
+
SENSITIVE = []
|
|
1160
1184
|
include Aws::Structure
|
|
1161
1185
|
end
|
|
1162
1186
|
|
|
@@ -1176,6 +1200,7 @@ module Aws::DatabaseMigrationService
|
|
|
1176
1200
|
#
|
|
1177
1201
|
class DeleteEndpointMessage < Struct.new(
|
|
1178
1202
|
:endpoint_arn)
|
|
1203
|
+
SENSITIVE = []
|
|
1179
1204
|
include Aws::Structure
|
|
1180
1205
|
end
|
|
1181
1206
|
|
|
@@ -1187,6 +1212,7 @@ module Aws::DatabaseMigrationService
|
|
|
1187
1212
|
#
|
|
1188
1213
|
class DeleteEndpointResponse < Struct.new(
|
|
1189
1214
|
:endpoint)
|
|
1215
|
+
SENSITIVE = []
|
|
1190
1216
|
include Aws::Structure
|
|
1191
1217
|
end
|
|
1192
1218
|
|
|
@@ -1205,6 +1231,7 @@ module Aws::DatabaseMigrationService
|
|
|
1205
1231
|
#
|
|
1206
1232
|
class DeleteEventSubscriptionMessage < Struct.new(
|
|
1207
1233
|
:subscription_name)
|
|
1234
|
+
SENSITIVE = []
|
|
1208
1235
|
include Aws::Structure
|
|
1209
1236
|
end
|
|
1210
1237
|
|
|
@@ -1216,6 +1243,7 @@ module Aws::DatabaseMigrationService
|
|
|
1216
1243
|
#
|
|
1217
1244
|
class DeleteEventSubscriptionResponse < Struct.new(
|
|
1218
1245
|
:event_subscription)
|
|
1246
|
+
SENSITIVE = []
|
|
1219
1247
|
include Aws::Structure
|
|
1220
1248
|
end
|
|
1221
1249
|
|
|
@@ -1235,6 +1263,7 @@ module Aws::DatabaseMigrationService
|
|
|
1235
1263
|
#
|
|
1236
1264
|
class DeleteReplicationInstanceMessage < Struct.new(
|
|
1237
1265
|
:replication_instance_arn)
|
|
1266
|
+
SENSITIVE = []
|
|
1238
1267
|
include Aws::Structure
|
|
1239
1268
|
end
|
|
1240
1269
|
|
|
@@ -1246,6 +1275,7 @@ module Aws::DatabaseMigrationService
|
|
|
1246
1275
|
#
|
|
1247
1276
|
class DeleteReplicationInstanceResponse < Struct.new(
|
|
1248
1277
|
:replication_instance)
|
|
1278
|
+
SENSITIVE = []
|
|
1249
1279
|
include Aws::Structure
|
|
1250
1280
|
end
|
|
1251
1281
|
|
|
@@ -1264,6 +1294,7 @@ module Aws::DatabaseMigrationService
|
|
|
1264
1294
|
#
|
|
1265
1295
|
class DeleteReplicationSubnetGroupMessage < Struct.new(
|
|
1266
1296
|
:replication_subnet_group_identifier)
|
|
1297
|
+
SENSITIVE = []
|
|
1267
1298
|
include Aws::Structure
|
|
1268
1299
|
end
|
|
1269
1300
|
|
|
@@ -1287,6 +1318,7 @@ module Aws::DatabaseMigrationService
|
|
|
1287
1318
|
#
|
|
1288
1319
|
class DeleteReplicationTaskMessage < Struct.new(
|
|
1289
1320
|
:replication_task_arn)
|
|
1321
|
+
SENSITIVE = []
|
|
1290
1322
|
include Aws::Structure
|
|
1291
1323
|
end
|
|
1292
1324
|
|
|
@@ -1298,6 +1330,7 @@ module Aws::DatabaseMigrationService
|
|
|
1298
1330
|
#
|
|
1299
1331
|
class DeleteReplicationTaskResponse < Struct.new(
|
|
1300
1332
|
:replication_task)
|
|
1333
|
+
SENSITIVE = []
|
|
1301
1334
|
include Aws::Structure
|
|
1302
1335
|
end
|
|
1303
1336
|
|
|
@@ -1332,6 +1365,7 @@ module Aws::DatabaseMigrationService
|
|
|
1332
1365
|
class DescribeAccountAttributesResponse < Struct.new(
|
|
1333
1366
|
:account_quotas,
|
|
1334
1367
|
:unique_account_identifier)
|
|
1368
|
+
SENSITIVE = []
|
|
1335
1369
|
include Aws::Structure
|
|
1336
1370
|
end
|
|
1337
1371
|
|
|
@@ -1375,6 +1409,7 @@ module Aws::DatabaseMigrationService
|
|
|
1375
1409
|
:filters,
|
|
1376
1410
|
:max_records,
|
|
1377
1411
|
:marker)
|
|
1412
|
+
SENSITIVE = []
|
|
1378
1413
|
include Aws::Structure
|
|
1379
1414
|
end
|
|
1380
1415
|
|
|
@@ -1392,6 +1427,7 @@ module Aws::DatabaseMigrationService
|
|
|
1392
1427
|
class DescribeCertificatesResponse < Struct.new(
|
|
1393
1428
|
:marker,
|
|
1394
1429
|
:certificates)
|
|
1430
|
+
SENSITIVE = []
|
|
1395
1431
|
include Aws::Structure
|
|
1396
1432
|
end
|
|
1397
1433
|
|
|
@@ -1438,6 +1474,7 @@ module Aws::DatabaseMigrationService
|
|
|
1438
1474
|
:filters,
|
|
1439
1475
|
:max_records,
|
|
1440
1476
|
:marker)
|
|
1477
|
+
SENSITIVE = []
|
|
1441
1478
|
include Aws::Structure
|
|
1442
1479
|
end
|
|
1443
1480
|
|
|
@@ -1456,6 +1493,7 @@ module Aws::DatabaseMigrationService
|
|
|
1456
1493
|
class DescribeConnectionsResponse < Struct.new(
|
|
1457
1494
|
:marker,
|
|
1458
1495
|
:connections)
|
|
1496
|
+
SENSITIVE = []
|
|
1459
1497
|
include Aws::Structure
|
|
1460
1498
|
end
|
|
1461
1499
|
|
|
@@ -1502,6 +1540,7 @@ module Aws::DatabaseMigrationService
|
|
|
1502
1540
|
:filters,
|
|
1503
1541
|
:max_records,
|
|
1504
1542
|
:marker)
|
|
1543
|
+
SENSITIVE = []
|
|
1505
1544
|
include Aws::Structure
|
|
1506
1545
|
end
|
|
1507
1546
|
|
|
@@ -1520,6 +1559,7 @@ module Aws::DatabaseMigrationService
|
|
|
1520
1559
|
class DescribeEndpointTypesResponse < Struct.new(
|
|
1521
1560
|
:marker,
|
|
1522
1561
|
:supported_endpoint_types)
|
|
1562
|
+
SENSITIVE = []
|
|
1523
1563
|
include Aws::Structure
|
|
1524
1564
|
end
|
|
1525
1565
|
|
|
@@ -1567,6 +1607,7 @@ module Aws::DatabaseMigrationService
|
|
|
1567
1607
|
:filters,
|
|
1568
1608
|
:max_records,
|
|
1569
1609
|
:marker)
|
|
1610
|
+
SENSITIVE = []
|
|
1570
1611
|
include Aws::Structure
|
|
1571
1612
|
end
|
|
1572
1613
|
|
|
@@ -1585,6 +1626,7 @@ module Aws::DatabaseMigrationService
|
|
|
1585
1626
|
class DescribeEndpointsResponse < Struct.new(
|
|
1586
1627
|
:marker,
|
|
1587
1628
|
:endpoints)
|
|
1629
|
+
SENSITIVE = []
|
|
1588
1630
|
include Aws::Structure
|
|
1589
1631
|
end
|
|
1590
1632
|
|
|
@@ -1616,6 +1658,7 @@ module Aws::DatabaseMigrationService
|
|
|
1616
1658
|
class DescribeEventCategoriesMessage < Struct.new(
|
|
1617
1659
|
:source_type,
|
|
1618
1660
|
:filters)
|
|
1661
|
+
SENSITIVE = []
|
|
1619
1662
|
include Aws::Structure
|
|
1620
1663
|
end
|
|
1621
1664
|
|
|
@@ -1627,6 +1670,7 @@ module Aws::DatabaseMigrationService
|
|
|
1627
1670
|
#
|
|
1628
1671
|
class DescribeEventCategoriesResponse < Struct.new(
|
|
1629
1672
|
:event_category_group_list)
|
|
1673
|
+
SENSITIVE = []
|
|
1630
1674
|
include Aws::Structure
|
|
1631
1675
|
end
|
|
1632
1676
|
|
|
@@ -1677,6 +1721,7 @@ module Aws::DatabaseMigrationService
|
|
|
1677
1721
|
:filters,
|
|
1678
1722
|
:max_records,
|
|
1679
1723
|
:marker)
|
|
1724
|
+
SENSITIVE = []
|
|
1680
1725
|
include Aws::Structure
|
|
1681
1726
|
end
|
|
1682
1727
|
|
|
@@ -1695,6 +1740,7 @@ module Aws::DatabaseMigrationService
|
|
|
1695
1740
|
class DescribeEventSubscriptionsResponse < Struct.new(
|
|
1696
1741
|
:marker,
|
|
1697
1742
|
:event_subscriptions_list)
|
|
1743
|
+
SENSITIVE = []
|
|
1698
1744
|
include Aws::Structure
|
|
1699
1745
|
end
|
|
1700
1746
|
|
|
@@ -1777,6 +1823,7 @@ module Aws::DatabaseMigrationService
|
|
|
1777
1823
|
:filters,
|
|
1778
1824
|
:max_records,
|
|
1779
1825
|
:marker)
|
|
1826
|
+
SENSITIVE = []
|
|
1780
1827
|
include Aws::Structure
|
|
1781
1828
|
end
|
|
1782
1829
|
|
|
@@ -1795,6 +1842,7 @@ module Aws::DatabaseMigrationService
|
|
|
1795
1842
|
class DescribeEventsResponse < Struct.new(
|
|
1796
1843
|
:marker,
|
|
1797
1844
|
:events)
|
|
1845
|
+
SENSITIVE = []
|
|
1798
1846
|
include Aws::Structure
|
|
1799
1847
|
end
|
|
1800
1848
|
|
|
@@ -1828,6 +1876,7 @@ module Aws::DatabaseMigrationService
|
|
|
1828
1876
|
class DescribeOrderableReplicationInstancesMessage < Struct.new(
|
|
1829
1877
|
:max_records,
|
|
1830
1878
|
:marker)
|
|
1879
|
+
SENSITIVE = []
|
|
1831
1880
|
include Aws::Structure
|
|
1832
1881
|
end
|
|
1833
1882
|
|
|
@@ -1846,6 +1895,7 @@ module Aws::DatabaseMigrationService
|
|
|
1846
1895
|
class DescribeOrderableReplicationInstancesResponse < Struct.new(
|
|
1847
1896
|
:orderable_replication_instances,
|
|
1848
1897
|
:marker)
|
|
1898
|
+
SENSITIVE = []
|
|
1849
1899
|
include Aws::Structure
|
|
1850
1900
|
end
|
|
1851
1901
|
|
|
@@ -1895,6 +1945,7 @@ module Aws::DatabaseMigrationService
|
|
|
1895
1945
|
:filters,
|
|
1896
1946
|
:marker,
|
|
1897
1947
|
:max_records)
|
|
1948
|
+
SENSITIVE = []
|
|
1898
1949
|
include Aws::Structure
|
|
1899
1950
|
end
|
|
1900
1951
|
|
|
@@ -1913,6 +1964,7 @@ module Aws::DatabaseMigrationService
|
|
|
1913
1964
|
class DescribePendingMaintenanceActionsResponse < Struct.new(
|
|
1914
1965
|
:pending_maintenance_actions,
|
|
1915
1966
|
:marker)
|
|
1967
|
+
SENSITIVE = []
|
|
1916
1968
|
include Aws::Structure
|
|
1917
1969
|
end
|
|
1918
1970
|
|
|
@@ -1932,6 +1984,7 @@ module Aws::DatabaseMigrationService
|
|
|
1932
1984
|
#
|
|
1933
1985
|
class DescribeRefreshSchemasStatusMessage < Struct.new(
|
|
1934
1986
|
:endpoint_arn)
|
|
1987
|
+
SENSITIVE = []
|
|
1935
1988
|
include Aws::Structure
|
|
1936
1989
|
end
|
|
1937
1990
|
|
|
@@ -1943,6 +1996,7 @@ module Aws::DatabaseMigrationService
|
|
|
1943
1996
|
#
|
|
1944
1997
|
class DescribeRefreshSchemasStatusResponse < Struct.new(
|
|
1945
1998
|
:refresh_schemas_status)
|
|
1999
|
+
SENSITIVE = []
|
|
1946
2000
|
include Aws::Structure
|
|
1947
2001
|
end
|
|
1948
2002
|
|
|
@@ -1982,6 +2036,7 @@ module Aws::DatabaseMigrationService
|
|
|
1982
2036
|
:replication_instance_arn,
|
|
1983
2037
|
:max_records,
|
|
1984
2038
|
:marker)
|
|
2039
|
+
SENSITIVE = []
|
|
1985
2040
|
include Aws::Structure
|
|
1986
2041
|
end
|
|
1987
2042
|
|
|
@@ -2007,6 +2062,7 @@ module Aws::DatabaseMigrationService
|
|
|
2007
2062
|
:replication_instance_arn,
|
|
2008
2063
|
:replication_instance_task_logs,
|
|
2009
2064
|
:marker)
|
|
2065
|
+
SENSITIVE = []
|
|
2010
2066
|
include Aws::Structure
|
|
2011
2067
|
end
|
|
2012
2068
|
|
|
@@ -2055,6 +2111,7 @@ module Aws::DatabaseMigrationService
|
|
|
2055
2111
|
:filters,
|
|
2056
2112
|
:max_records,
|
|
2057
2113
|
:marker)
|
|
2114
|
+
SENSITIVE = []
|
|
2058
2115
|
include Aws::Structure
|
|
2059
2116
|
end
|
|
2060
2117
|
|
|
@@ -2073,6 +2130,7 @@ module Aws::DatabaseMigrationService
|
|
|
2073
2130
|
class DescribeReplicationInstancesResponse < Struct.new(
|
|
2074
2131
|
:marker,
|
|
2075
2132
|
:replication_instances)
|
|
2133
|
+
SENSITIVE = []
|
|
2076
2134
|
include Aws::Structure
|
|
2077
2135
|
end
|
|
2078
2136
|
|
|
@@ -2119,6 +2177,7 @@ module Aws::DatabaseMigrationService
|
|
|
2119
2177
|
:filters,
|
|
2120
2178
|
:max_records,
|
|
2121
2179
|
:marker)
|
|
2180
|
+
SENSITIVE = []
|
|
2122
2181
|
include Aws::Structure
|
|
2123
2182
|
end
|
|
2124
2183
|
|
|
@@ -2137,6 +2196,7 @@ module Aws::DatabaseMigrationService
|
|
|
2137
2196
|
class DescribeReplicationSubnetGroupsResponse < Struct.new(
|
|
2138
2197
|
:marker,
|
|
2139
2198
|
:replication_subnet_groups)
|
|
2199
|
+
SENSITIVE = []
|
|
2140
2200
|
include Aws::Structure
|
|
2141
2201
|
end
|
|
2142
2202
|
|
|
@@ -2179,6 +2239,7 @@ module Aws::DatabaseMigrationService
|
|
|
2179
2239
|
:replication_task_arn,
|
|
2180
2240
|
:max_records,
|
|
2181
2241
|
:marker)
|
|
2242
|
+
SENSITIVE = []
|
|
2182
2243
|
include Aws::Structure
|
|
2183
2244
|
end
|
|
2184
2245
|
|
|
@@ -2202,6 +2263,7 @@ module Aws::DatabaseMigrationService
|
|
|
2202
2263
|
:marker,
|
|
2203
2264
|
:bucket_name,
|
|
2204
2265
|
:replication_task_assessment_results)
|
|
2266
|
+
SENSITIVE = []
|
|
2205
2267
|
include Aws::Structure
|
|
2206
2268
|
end
|
|
2207
2269
|
|
|
@@ -2258,6 +2320,7 @@ module Aws::DatabaseMigrationService
|
|
|
2258
2320
|
:max_records,
|
|
2259
2321
|
:marker,
|
|
2260
2322
|
:without_settings)
|
|
2323
|
+
SENSITIVE = []
|
|
2261
2324
|
include Aws::Structure
|
|
2262
2325
|
end
|
|
2263
2326
|
|
|
@@ -2276,6 +2339,7 @@ module Aws::DatabaseMigrationService
|
|
|
2276
2339
|
class DescribeReplicationTasksResponse < Struct.new(
|
|
2277
2340
|
:marker,
|
|
2278
2341
|
:replication_tasks)
|
|
2342
|
+
SENSITIVE = []
|
|
2279
2343
|
include Aws::Structure
|
|
2280
2344
|
end
|
|
2281
2345
|
|
|
@@ -2316,6 +2380,7 @@ module Aws::DatabaseMigrationService
|
|
|
2316
2380
|
:endpoint_arn,
|
|
2317
2381
|
:max_records,
|
|
2318
2382
|
:marker)
|
|
2383
|
+
SENSITIVE = []
|
|
2319
2384
|
include Aws::Structure
|
|
2320
2385
|
end
|
|
2321
2386
|
|
|
@@ -2334,6 +2399,7 @@ module Aws::DatabaseMigrationService
|
|
|
2334
2399
|
class DescribeSchemasResponse < Struct.new(
|
|
2335
2400
|
:marker,
|
|
2336
2401
|
:schemas)
|
|
2402
|
+
SENSITIVE = []
|
|
2337
2403
|
include Aws::Structure
|
|
2338
2404
|
end
|
|
2339
2405
|
|
|
@@ -2389,6 +2455,7 @@ module Aws::DatabaseMigrationService
|
|
|
2389
2455
|
:max_records,
|
|
2390
2456
|
:marker,
|
|
2391
2457
|
:filters)
|
|
2458
|
+
SENSITIVE = []
|
|
2392
2459
|
include Aws::Structure
|
|
2393
2460
|
end
|
|
2394
2461
|
|
|
@@ -2412,6 +2479,7 @@ module Aws::DatabaseMigrationService
|
|
|
2412
2479
|
:replication_task_arn,
|
|
2413
2480
|
:table_statistics,
|
|
2414
2481
|
:marker)
|
|
2482
|
+
SENSITIVE = []
|
|
2415
2483
|
include Aws::Structure
|
|
2416
2484
|
end
|
|
2417
2485
|
|
|
@@ -2438,6 +2506,7 @@ module Aws::DatabaseMigrationService
|
|
|
2438
2506
|
class DmsTransferSettings < Struct.new(
|
|
2439
2507
|
:service_access_role_arn,
|
|
2440
2508
|
:bucket_name)
|
|
2509
|
+
SENSITIVE = []
|
|
2441
2510
|
include Aws::Structure
|
|
2442
2511
|
end
|
|
2443
2512
|
|
|
@@ -2460,6 +2529,7 @@ module Aws::DatabaseMigrationService
|
|
|
2460
2529
|
#
|
|
2461
2530
|
class DynamoDbSettings < Struct.new(
|
|
2462
2531
|
:service_access_role_arn)
|
|
2532
|
+
SENSITIVE = []
|
|
2463
2533
|
include Aws::Structure
|
|
2464
2534
|
end
|
|
2465
2535
|
|
|
@@ -2501,6 +2571,7 @@ module Aws::DatabaseMigrationService
|
|
|
2501
2571
|
:endpoint_uri,
|
|
2502
2572
|
:full_load_error_percentage,
|
|
2503
2573
|
:error_retry_duration)
|
|
2574
|
+
SENSITIVE = []
|
|
2504
2575
|
include Aws::Structure
|
|
2505
2576
|
end
|
|
2506
2577
|
|
|
@@ -2696,6 +2767,7 @@ module Aws::DatabaseMigrationService
|
|
|
2696
2767
|
:elasticsearch_settings,
|
|
2697
2768
|
:neptune_settings,
|
|
2698
2769
|
:redshift_settings)
|
|
2770
|
+
SENSITIVE = []
|
|
2699
2771
|
include Aws::Structure
|
|
2700
2772
|
end
|
|
2701
2773
|
|
|
@@ -2734,6 +2806,7 @@ module Aws::DatabaseMigrationService
|
|
|
2734
2806
|
:message,
|
|
2735
2807
|
:event_categories,
|
|
2736
2808
|
:date)
|
|
2809
|
+
SENSITIVE = []
|
|
2737
2810
|
include Aws::Structure
|
|
2738
2811
|
end
|
|
2739
2812
|
|
|
@@ -2756,6 +2829,7 @@ module Aws::DatabaseMigrationService
|
|
|
2756
2829
|
class EventCategoryGroup < Struct.new(
|
|
2757
2830
|
:source_type,
|
|
2758
2831
|
:event_categories)
|
|
2832
|
+
SENSITIVE = []
|
|
2759
2833
|
include Aws::Structure
|
|
2760
2834
|
end
|
|
2761
2835
|
|
|
@@ -2824,6 +2898,7 @@ module Aws::DatabaseMigrationService
|
|
|
2824
2898
|
:source_ids_list,
|
|
2825
2899
|
:event_categories_list,
|
|
2826
2900
|
:enabled)
|
|
2901
|
+
SENSITIVE = []
|
|
2827
2902
|
include Aws::Structure
|
|
2828
2903
|
end
|
|
2829
2904
|
|
|
@@ -2852,6 +2927,7 @@ module Aws::DatabaseMigrationService
|
|
|
2852
2927
|
class Filter < Struct.new(
|
|
2853
2928
|
:name,
|
|
2854
2929
|
:values)
|
|
2930
|
+
SENSITIVE = []
|
|
2855
2931
|
include Aws::Structure
|
|
2856
2932
|
end
|
|
2857
2933
|
|
|
@@ -2897,6 +2973,7 @@ module Aws::DatabaseMigrationService
|
|
|
2897
2973
|
:certificate_pem,
|
|
2898
2974
|
:certificate_wallet,
|
|
2899
2975
|
:tags)
|
|
2976
|
+
SENSITIVE = []
|
|
2900
2977
|
include Aws::Structure
|
|
2901
2978
|
end
|
|
2902
2979
|
|
|
@@ -2908,6 +2985,7 @@ module Aws::DatabaseMigrationService
|
|
|
2908
2985
|
#
|
|
2909
2986
|
class ImportCertificateResponse < Struct.new(
|
|
2910
2987
|
:certificate)
|
|
2988
|
+
SENSITIVE = []
|
|
2911
2989
|
include Aws::Structure
|
|
2912
2990
|
end
|
|
2913
2991
|
|
|
@@ -2920,6 +2998,7 @@ module Aws::DatabaseMigrationService
|
|
|
2920
2998
|
#
|
|
2921
2999
|
class InsufficientResourceCapacityFault < Struct.new(
|
|
2922
3000
|
:message)
|
|
3001
|
+
SENSITIVE = []
|
|
2923
3002
|
include Aws::Structure
|
|
2924
3003
|
end
|
|
2925
3004
|
|
|
@@ -2932,6 +3011,7 @@ module Aws::DatabaseMigrationService
|
|
|
2932
3011
|
#
|
|
2933
3012
|
class InvalidCertificateFault < Struct.new(
|
|
2934
3013
|
:message)
|
|
3014
|
+
SENSITIVE = []
|
|
2935
3015
|
include Aws::Structure
|
|
2936
3016
|
end
|
|
2937
3017
|
|
|
@@ -2945,6 +3025,7 @@ module Aws::DatabaseMigrationService
|
|
|
2945
3025
|
#
|
|
2946
3026
|
class InvalidResourceStateFault < Struct.new(
|
|
2947
3027
|
:message)
|
|
3028
|
+
SENSITIVE = []
|
|
2948
3029
|
include Aws::Structure
|
|
2949
3030
|
end
|
|
2950
3031
|
|
|
@@ -2957,6 +3038,7 @@ module Aws::DatabaseMigrationService
|
|
|
2957
3038
|
#
|
|
2958
3039
|
class InvalidSubnet < Struct.new(
|
|
2959
3040
|
:message)
|
|
3041
|
+
SENSITIVE = []
|
|
2960
3042
|
include Aws::Structure
|
|
2961
3043
|
end
|
|
2962
3044
|
|
|
@@ -2970,6 +3052,7 @@ module Aws::DatabaseMigrationService
|
|
|
2970
3052
|
#
|
|
2971
3053
|
class KMSAccessDeniedFault < Struct.new(
|
|
2972
3054
|
:message)
|
|
3055
|
+
SENSITIVE = []
|
|
2973
3056
|
include Aws::Structure
|
|
2974
3057
|
end
|
|
2975
3058
|
|
|
@@ -2982,6 +3065,7 @@ module Aws::DatabaseMigrationService
|
|
|
2982
3065
|
#
|
|
2983
3066
|
class KMSDisabledFault < Struct.new(
|
|
2984
3067
|
:message)
|
|
3068
|
+
SENSITIVE = []
|
|
2985
3069
|
include Aws::Structure
|
|
2986
3070
|
end
|
|
2987
3071
|
|
|
@@ -2995,6 +3079,7 @@ module Aws::DatabaseMigrationService
|
|
|
2995
3079
|
#
|
|
2996
3080
|
class KMSInvalidStateFault < Struct.new(
|
|
2997
3081
|
:message)
|
|
3082
|
+
SENSITIVE = []
|
|
2998
3083
|
include Aws::Structure
|
|
2999
3084
|
end
|
|
3000
3085
|
|
|
@@ -3007,6 +3092,7 @@ module Aws::DatabaseMigrationService
|
|
|
3007
3092
|
#
|
|
3008
3093
|
class KMSKeyNotAccessibleFault < Struct.new(
|
|
3009
3094
|
:message)
|
|
3095
|
+
SENSITIVE = []
|
|
3010
3096
|
include Aws::Structure
|
|
3011
3097
|
end
|
|
3012
3098
|
|
|
@@ -3019,6 +3105,7 @@ module Aws::DatabaseMigrationService
|
|
|
3019
3105
|
#
|
|
3020
3106
|
class KMSNotFoundFault < Struct.new(
|
|
3021
3107
|
:message)
|
|
3108
|
+
SENSITIVE = []
|
|
3022
3109
|
include Aws::Structure
|
|
3023
3110
|
end
|
|
3024
3111
|
|
|
@@ -3031,6 +3118,7 @@ module Aws::DatabaseMigrationService
|
|
|
3031
3118
|
#
|
|
3032
3119
|
class KMSThrottlingFault < Struct.new(
|
|
3033
3120
|
:message)
|
|
3121
|
+
SENSITIVE = []
|
|
3034
3122
|
include Aws::Structure
|
|
3035
3123
|
end
|
|
3036
3124
|
|
|
@@ -3065,6 +3153,7 @@ module Aws::DatabaseMigrationService
|
|
|
3065
3153
|
class KafkaSettings < Struct.new(
|
|
3066
3154
|
:broker,
|
|
3067
3155
|
:topic)
|
|
3156
|
+
SENSITIVE = []
|
|
3068
3157
|
include Aws::Structure
|
|
3069
3158
|
end
|
|
3070
3159
|
|
|
@@ -3151,6 +3240,7 @@ module Aws::DatabaseMigrationService
|
|
|
3151
3240
|
:partition_include_schema_table,
|
|
3152
3241
|
:include_table_alter_operations,
|
|
3153
3242
|
:include_control_details)
|
|
3243
|
+
SENSITIVE = []
|
|
3154
3244
|
include Aws::Structure
|
|
3155
3245
|
end
|
|
3156
3246
|
|
|
@@ -3170,6 +3260,7 @@ module Aws::DatabaseMigrationService
|
|
|
3170
3260
|
#
|
|
3171
3261
|
class ListTagsForResourceMessage < Struct.new(
|
|
3172
3262
|
:resource_arn)
|
|
3263
|
+
SENSITIVE = []
|
|
3173
3264
|
include Aws::Structure
|
|
3174
3265
|
end
|
|
3175
3266
|
|
|
@@ -3181,6 +3272,7 @@ module Aws::DatabaseMigrationService
|
|
|
3181
3272
|
#
|
|
3182
3273
|
class ListTagsForResourceResponse < Struct.new(
|
|
3183
3274
|
:tag_list)
|
|
3275
|
+
SENSITIVE = []
|
|
3184
3276
|
include Aws::Structure
|
|
3185
3277
|
end
|
|
3186
3278
|
|
|
@@ -3504,6 +3596,7 @@ module Aws::DatabaseMigrationService
|
|
|
3504
3596
|
:elasticsearch_settings,
|
|
3505
3597
|
:neptune_settings,
|
|
3506
3598
|
:redshift_settings)
|
|
3599
|
+
SENSITIVE = [:password]
|
|
3507
3600
|
include Aws::Structure
|
|
3508
3601
|
end
|
|
3509
3602
|
|
|
@@ -3515,6 +3608,7 @@ module Aws::DatabaseMigrationService
|
|
|
3515
3608
|
#
|
|
3516
3609
|
class ModifyEndpointResponse < Struct.new(
|
|
3517
3610
|
:endpoint)
|
|
3611
|
+
SENSITIVE = []
|
|
3518
3612
|
include Aws::Structure
|
|
3519
3613
|
end
|
|
3520
3614
|
|
|
@@ -3565,6 +3659,7 @@ module Aws::DatabaseMigrationService
|
|
|
3565
3659
|
:source_type,
|
|
3566
3660
|
:event_categories,
|
|
3567
3661
|
:enabled)
|
|
3662
|
+
SENSITIVE = []
|
|
3568
3663
|
include Aws::Structure
|
|
3569
3664
|
end
|
|
3570
3665
|
|
|
@@ -3576,6 +3671,7 @@ module Aws::DatabaseMigrationService
|
|
|
3576
3671
|
#
|
|
3577
3672
|
class ModifyEventSubscriptionResponse < Struct.new(
|
|
3578
3673
|
:event_subscription)
|
|
3674
|
+
SENSITIVE = []
|
|
3579
3675
|
include Aws::Structure
|
|
3580
3676
|
end
|
|
3581
3677
|
|
|
@@ -3698,6 +3794,7 @@ module Aws::DatabaseMigrationService
|
|
|
3698
3794
|
:allow_major_version_upgrade,
|
|
3699
3795
|
:auto_minor_version_upgrade,
|
|
3700
3796
|
:replication_instance_identifier)
|
|
3797
|
+
SENSITIVE = []
|
|
3701
3798
|
include Aws::Structure
|
|
3702
3799
|
end
|
|
3703
3800
|
|
|
@@ -3709,6 +3806,7 @@ module Aws::DatabaseMigrationService
|
|
|
3709
3806
|
#
|
|
3710
3807
|
class ModifyReplicationInstanceResponse < Struct.new(
|
|
3711
3808
|
:replication_instance)
|
|
3809
|
+
SENSITIVE = []
|
|
3712
3810
|
include Aws::Structure
|
|
3713
3811
|
end
|
|
3714
3812
|
|
|
@@ -3739,6 +3837,7 @@ module Aws::DatabaseMigrationService
|
|
|
3739
3837
|
:replication_subnet_group_identifier,
|
|
3740
3838
|
:replication_subnet_group_description,
|
|
3741
3839
|
:subnet_ids)
|
|
3840
|
+
SENSITIVE = []
|
|
3742
3841
|
include Aws::Structure
|
|
3743
3842
|
end
|
|
3744
3843
|
|
|
@@ -3750,6 +3849,7 @@ module Aws::DatabaseMigrationService
|
|
|
3750
3849
|
#
|
|
3751
3850
|
class ModifyReplicationSubnetGroupResponse < Struct.new(
|
|
3752
3851
|
:replication_subnet_group)
|
|
3852
|
+
SENSITIVE = []
|
|
3753
3853
|
include Aws::Structure
|
|
3754
3854
|
end
|
|
3755
3855
|
|
|
@@ -3873,6 +3973,7 @@ module Aws::DatabaseMigrationService
|
|
|
3873
3973
|
:cdc_start_position,
|
|
3874
3974
|
:cdc_stop_position,
|
|
3875
3975
|
:task_data)
|
|
3976
|
+
SENSITIVE = []
|
|
3876
3977
|
include Aws::Structure
|
|
3877
3978
|
end
|
|
3878
3979
|
|
|
@@ -3884,6 +3985,7 @@ module Aws::DatabaseMigrationService
|
|
|
3884
3985
|
#
|
|
3885
3986
|
class ModifyReplicationTaskResponse < Struct.new(
|
|
3886
3987
|
:replication_task)
|
|
3988
|
+
SENSITIVE = []
|
|
3887
3989
|
include Aws::Structure
|
|
3888
3990
|
end
|
|
3889
3991
|
|
|
@@ -4004,6 +4106,7 @@ module Aws::DatabaseMigrationService
|
|
|
4004
4106
|
:docs_to_investigate,
|
|
4005
4107
|
:auth_source,
|
|
4006
4108
|
:kms_key_id)
|
|
4109
|
+
SENSITIVE = [:password]
|
|
4007
4110
|
include Aws::Structure
|
|
4008
4111
|
end
|
|
4009
4112
|
|
|
@@ -4081,6 +4184,7 @@ module Aws::DatabaseMigrationService
|
|
|
4081
4184
|
:max_file_size,
|
|
4082
4185
|
:max_retry_count,
|
|
4083
4186
|
:iam_auth_enabled)
|
|
4187
|
+
SENSITIVE = []
|
|
4084
4188
|
include Aws::Structure
|
|
4085
4189
|
end
|
|
4086
4190
|
|
|
@@ -4152,6 +4256,7 @@ module Aws::DatabaseMigrationService
|
|
|
4152
4256
|
:included_allocated_storage,
|
|
4153
4257
|
:availability_zones,
|
|
4154
4258
|
:release_status)
|
|
4259
|
+
SENSITIVE = []
|
|
4155
4260
|
include Aws::Structure
|
|
4156
4261
|
end
|
|
4157
4262
|
|
|
@@ -4205,6 +4310,7 @@ module Aws::DatabaseMigrationService
|
|
|
4205
4310
|
:opt_in_status,
|
|
4206
4311
|
:current_apply_date,
|
|
4207
4312
|
:description)
|
|
4313
|
+
SENSITIVE = []
|
|
4208
4314
|
include Aws::Structure
|
|
4209
4315
|
end
|
|
4210
4316
|
|
|
@@ -4231,6 +4337,7 @@ module Aws::DatabaseMigrationService
|
|
|
4231
4337
|
class RebootReplicationInstanceMessage < Struct.new(
|
|
4232
4338
|
:replication_instance_arn,
|
|
4233
4339
|
:force_failover)
|
|
4340
|
+
SENSITIVE = []
|
|
4234
4341
|
include Aws::Structure
|
|
4235
4342
|
end
|
|
4236
4343
|
|
|
@@ -4242,6 +4349,7 @@ module Aws::DatabaseMigrationService
|
|
|
4242
4349
|
#
|
|
4243
4350
|
class RebootReplicationInstanceResponse < Struct.new(
|
|
4244
4351
|
:replication_instance)
|
|
4352
|
+
SENSITIVE = []
|
|
4245
4353
|
include Aws::Structure
|
|
4246
4354
|
end
|
|
4247
4355
|
|
|
@@ -4463,6 +4571,7 @@ module Aws::DatabaseMigrationService
|
|
|
4463
4571
|
:truncate_columns,
|
|
4464
4572
|
:username,
|
|
4465
4573
|
:write_buffer_size)
|
|
4574
|
+
SENSITIVE = [:password]
|
|
4466
4575
|
include Aws::Structure
|
|
4467
4576
|
end
|
|
4468
4577
|
|
|
@@ -4488,6 +4597,7 @@ module Aws::DatabaseMigrationService
|
|
|
4488
4597
|
class RefreshSchemasMessage < Struct.new(
|
|
4489
4598
|
:endpoint_arn,
|
|
4490
4599
|
:replication_instance_arn)
|
|
4600
|
+
SENSITIVE = []
|
|
4491
4601
|
include Aws::Structure
|
|
4492
4602
|
end
|
|
4493
4603
|
|
|
@@ -4499,6 +4609,7 @@ module Aws::DatabaseMigrationService
|
|
|
4499
4609
|
#
|
|
4500
4610
|
class RefreshSchemasResponse < Struct.new(
|
|
4501
4611
|
:refresh_schemas_status)
|
|
4612
|
+
SENSITIVE = []
|
|
4502
4613
|
include Aws::Structure
|
|
4503
4614
|
end
|
|
4504
4615
|
|
|
@@ -4534,6 +4645,7 @@ module Aws::DatabaseMigrationService
|
|
|
4534
4645
|
:status,
|
|
4535
4646
|
:last_refresh_date,
|
|
4536
4647
|
:last_failure_message)
|
|
4648
|
+
SENSITIVE = []
|
|
4537
4649
|
include Aws::Structure
|
|
4538
4650
|
end
|
|
4539
4651
|
|
|
@@ -4576,6 +4688,7 @@ module Aws::DatabaseMigrationService
|
|
|
4576
4688
|
:replication_task_arn,
|
|
4577
4689
|
:tables_to_reload,
|
|
4578
4690
|
:reload_option)
|
|
4691
|
+
SENSITIVE = []
|
|
4579
4692
|
include Aws::Structure
|
|
4580
4693
|
end
|
|
4581
4694
|
|
|
@@ -4587,6 +4700,7 @@ module Aws::DatabaseMigrationService
|
|
|
4587
4700
|
#
|
|
4588
4701
|
class ReloadTablesResponse < Struct.new(
|
|
4589
4702
|
:replication_task_arn)
|
|
4703
|
+
SENSITIVE = []
|
|
4590
4704
|
include Aws::Structure
|
|
4591
4705
|
end
|
|
4592
4706
|
|
|
@@ -4614,6 +4728,7 @@ module Aws::DatabaseMigrationService
|
|
|
4614
4728
|
class RemoveTagsFromResourceMessage < Struct.new(
|
|
4615
4729
|
:resource_arn,
|
|
4616
4730
|
:tag_keys)
|
|
4731
|
+
SENSITIVE = []
|
|
4617
4732
|
include Aws::Structure
|
|
4618
4733
|
end
|
|
4619
4734
|
|
|
@@ -4773,6 +4888,7 @@ module Aws::DatabaseMigrationService
|
|
|
4773
4888
|
:secondary_availability_zone,
|
|
4774
4889
|
:free_until,
|
|
4775
4890
|
:dns_name_servers)
|
|
4891
|
+
SENSITIVE = []
|
|
4776
4892
|
include Aws::Structure
|
|
4777
4893
|
end
|
|
4778
4894
|
|
|
@@ -4796,6 +4912,7 @@ module Aws::DatabaseMigrationService
|
|
|
4796
4912
|
:replication_task_name,
|
|
4797
4913
|
:replication_task_arn,
|
|
4798
4914
|
:replication_instance_task_log_size)
|
|
4915
|
+
SENSITIVE = []
|
|
4799
4916
|
include Aws::Structure
|
|
4800
4917
|
end
|
|
4801
4918
|
|
|
@@ -4833,6 +4950,7 @@ module Aws::DatabaseMigrationService
|
|
|
4833
4950
|
:allocated_storage,
|
|
4834
4951
|
:multi_az,
|
|
4835
4952
|
:engine_version)
|
|
4953
|
+
SENSITIVE = []
|
|
4836
4954
|
include Aws::Structure
|
|
4837
4955
|
end
|
|
4838
4956
|
|
|
@@ -4867,6 +4985,7 @@ module Aws::DatabaseMigrationService
|
|
|
4867
4985
|
:vpc_id,
|
|
4868
4986
|
:subnet_group_status,
|
|
4869
4987
|
:subnets)
|
|
4988
|
+
SENSITIVE = []
|
|
4870
4989
|
include Aws::Structure
|
|
4871
4990
|
end
|
|
4872
4991
|
|
|
@@ -4880,6 +4999,7 @@ module Aws::DatabaseMigrationService
|
|
|
4880
4999
|
#
|
|
4881
5000
|
class ReplicationSubnetGroupDoesNotCoverEnoughAZs < Struct.new(
|
|
4882
5001
|
:message)
|
|
5002
|
+
SENSITIVE = []
|
|
4883
5003
|
include Aws::Structure
|
|
4884
5004
|
end
|
|
4885
5005
|
|
|
@@ -5020,6 +5140,7 @@ module Aws::DatabaseMigrationService
|
|
|
5020
5140
|
:replication_task_arn,
|
|
5021
5141
|
:replication_task_stats,
|
|
5022
5142
|
:task_data)
|
|
5143
|
+
SENSITIVE = []
|
|
5023
5144
|
include Aws::Structure
|
|
5024
5145
|
end
|
|
5025
5146
|
|
|
@@ -5064,6 +5185,7 @@ module Aws::DatabaseMigrationService
|
|
|
5064
5185
|
:assessment_results_file,
|
|
5065
5186
|
:assessment_results,
|
|
5066
5187
|
:s3_object_url)
|
|
5188
|
+
SENSITIVE = []
|
|
5067
5189
|
include Aws::Structure
|
|
5068
5190
|
end
|
|
5069
5191
|
|
|
@@ -5136,6 +5258,7 @@ module Aws::DatabaseMigrationService
|
|
|
5136
5258
|
:stop_date,
|
|
5137
5259
|
:full_load_start_date,
|
|
5138
5260
|
:full_load_finish_date)
|
|
5261
|
+
SENSITIVE = []
|
|
5139
5262
|
include Aws::Structure
|
|
5140
5263
|
end
|
|
5141
5264
|
|
|
@@ -5152,6 +5275,7 @@ module Aws::DatabaseMigrationService
|
|
|
5152
5275
|
class ResourceAlreadyExistsFault < Struct.new(
|
|
5153
5276
|
:message,
|
|
5154
5277
|
:resource_arn)
|
|
5278
|
+
SENSITIVE = []
|
|
5155
5279
|
include Aws::Structure
|
|
5156
5280
|
end
|
|
5157
5281
|
|
|
@@ -5164,6 +5288,7 @@ module Aws::DatabaseMigrationService
|
|
|
5164
5288
|
#
|
|
5165
5289
|
class ResourceNotFoundFault < Struct.new(
|
|
5166
5290
|
:message)
|
|
5291
|
+
SENSITIVE = []
|
|
5167
5292
|
include Aws::Structure
|
|
5168
5293
|
end
|
|
5169
5294
|
|
|
@@ -5189,6 +5314,7 @@ module Aws::DatabaseMigrationService
|
|
|
5189
5314
|
class ResourcePendingMaintenanceActions < Struct.new(
|
|
5190
5315
|
:resource_identifier,
|
|
5191
5316
|
:pending_maintenance_action_details)
|
|
5317
|
+
SENSITIVE = []
|
|
5192
5318
|
include Aws::Structure
|
|
5193
5319
|
end
|
|
5194
5320
|
|
|
@@ -5201,6 +5327,7 @@ module Aws::DatabaseMigrationService
|
|
|
5201
5327
|
#
|
|
5202
5328
|
class ResourceQuotaExceededFault < Struct.new(
|
|
5203
5329
|
:message)
|
|
5330
|
+
SENSITIVE = []
|
|
5204
5331
|
include Aws::Structure
|
|
5205
5332
|
end
|
|
5206
5333
|
|
|
@@ -5564,6 +5691,7 @@ module Aws::DatabaseMigrationService
|
|
|
5564
5691
|
:timestamp_column_name,
|
|
5565
5692
|
:parquet_timestamp_in_millisecond,
|
|
5566
5693
|
:cdc_inserts_and_updates)
|
|
5694
|
+
SENSITIVE = []
|
|
5567
5695
|
include Aws::Structure
|
|
5568
5696
|
end
|
|
5569
5697
|
|
|
@@ -5576,6 +5704,7 @@ module Aws::DatabaseMigrationService
|
|
|
5576
5704
|
#
|
|
5577
5705
|
class SNSInvalidTopicFault < Struct.new(
|
|
5578
5706
|
:message)
|
|
5707
|
+
SENSITIVE = []
|
|
5579
5708
|
include Aws::Structure
|
|
5580
5709
|
end
|
|
5581
5710
|
|
|
@@ -5588,6 +5717,7 @@ module Aws::DatabaseMigrationService
|
|
|
5588
5717
|
#
|
|
5589
5718
|
class SNSNoAuthorizationFault < Struct.new(
|
|
5590
5719
|
:message)
|
|
5720
|
+
SENSITIVE = []
|
|
5591
5721
|
include Aws::Structure
|
|
5592
5722
|
end
|
|
5593
5723
|
|
|
@@ -5606,6 +5736,7 @@ module Aws::DatabaseMigrationService
|
|
|
5606
5736
|
#
|
|
5607
5737
|
class StartReplicationTaskAssessmentMessage < Struct.new(
|
|
5608
5738
|
:replication_task_arn)
|
|
5739
|
+
SENSITIVE = []
|
|
5609
5740
|
include Aws::Structure
|
|
5610
5741
|
end
|
|
5611
5742
|
|
|
@@ -5617,6 +5748,7 @@ module Aws::DatabaseMigrationService
|
|
|
5617
5748
|
#
|
|
5618
5749
|
class StartReplicationTaskAssessmentResponse < Struct.new(
|
|
5619
5750
|
:replication_task)
|
|
5751
|
+
SENSITIVE = []
|
|
5620
5752
|
include Aws::Structure
|
|
5621
5753
|
end
|
|
5622
5754
|
|
|
@@ -5697,6 +5829,7 @@ module Aws::DatabaseMigrationService
|
|
|
5697
5829
|
:cdc_start_time,
|
|
5698
5830
|
:cdc_start_position,
|
|
5699
5831
|
:cdc_stop_position)
|
|
5832
|
+
SENSITIVE = []
|
|
5700
5833
|
include Aws::Structure
|
|
5701
5834
|
end
|
|
5702
5835
|
|
|
@@ -5708,6 +5841,7 @@ module Aws::DatabaseMigrationService
|
|
|
5708
5841
|
#
|
|
5709
5842
|
class StartReplicationTaskResponse < Struct.new(
|
|
5710
5843
|
:replication_task)
|
|
5844
|
+
SENSITIVE = []
|
|
5711
5845
|
include Aws::Structure
|
|
5712
5846
|
end
|
|
5713
5847
|
|
|
@@ -5726,6 +5860,7 @@ module Aws::DatabaseMigrationService
|
|
|
5726
5860
|
#
|
|
5727
5861
|
class StopReplicationTaskMessage < Struct.new(
|
|
5728
5862
|
:replication_task_arn)
|
|
5863
|
+
SENSITIVE = []
|
|
5729
5864
|
include Aws::Structure
|
|
5730
5865
|
end
|
|
5731
5866
|
|
|
@@ -5737,6 +5872,7 @@ module Aws::DatabaseMigrationService
|
|
|
5737
5872
|
#
|
|
5738
5873
|
class StopReplicationTaskResponse < Struct.new(
|
|
5739
5874
|
:replication_task)
|
|
5875
|
+
SENSITIVE = []
|
|
5740
5876
|
include Aws::Structure
|
|
5741
5877
|
end
|
|
5742
5878
|
|
|
@@ -5749,6 +5885,7 @@ module Aws::DatabaseMigrationService
|
|
|
5749
5885
|
#
|
|
5750
5886
|
class StorageQuotaExceededFault < Struct.new(
|
|
5751
5887
|
:message)
|
|
5888
|
+
SENSITIVE = []
|
|
5752
5889
|
include Aws::Structure
|
|
5753
5890
|
end
|
|
5754
5891
|
|
|
@@ -5774,6 +5911,7 @@ module Aws::DatabaseMigrationService
|
|
|
5774
5911
|
:subnet_identifier,
|
|
5775
5912
|
:subnet_availability_zone,
|
|
5776
5913
|
:subnet_status)
|
|
5914
|
+
SENSITIVE = []
|
|
5777
5915
|
include Aws::Structure
|
|
5778
5916
|
end
|
|
5779
5917
|
|
|
@@ -5786,6 +5924,7 @@ module Aws::DatabaseMigrationService
|
|
|
5786
5924
|
#
|
|
5787
5925
|
class SubnetAlreadyInUse < Struct.new(
|
|
5788
5926
|
:message)
|
|
5927
|
+
SENSITIVE = []
|
|
5789
5928
|
include Aws::Structure
|
|
5790
5929
|
end
|
|
5791
5930
|
|
|
@@ -5831,6 +5970,7 @@ module Aws::DatabaseMigrationService
|
|
|
5831
5970
|
:endpoint_type,
|
|
5832
5971
|
:replication_instance_engine_minimum_version,
|
|
5833
5972
|
:engine_display_name)
|
|
5973
|
+
SENSITIVE = []
|
|
5834
5974
|
include Aws::Structure
|
|
5835
5975
|
end
|
|
5836
5976
|
|
|
@@ -5970,6 +6110,7 @@ module Aws::DatabaseMigrationService
|
|
|
5970
6110
|
:validation_suspended_records,
|
|
5971
6111
|
:validation_state,
|
|
5972
6112
|
:validation_state_details)
|
|
6113
|
+
SENSITIVE = []
|
|
5973
6114
|
include Aws::Structure
|
|
5974
6115
|
end
|
|
5975
6116
|
|
|
@@ -5996,6 +6137,7 @@ module Aws::DatabaseMigrationService
|
|
|
5996
6137
|
class TableToReload < Struct.new(
|
|
5997
6138
|
:schema_name,
|
|
5998
6139
|
:table_name)
|
|
6140
|
+
SENSITIVE = []
|
|
5999
6141
|
include Aws::Structure
|
|
6000
6142
|
end
|
|
6001
6143
|
|
|
@@ -6039,6 +6181,7 @@ module Aws::DatabaseMigrationService
|
|
|
6039
6181
|
class Tag < Struct.new(
|
|
6040
6182
|
:key,
|
|
6041
6183
|
:value)
|
|
6184
|
+
SENSITIVE = []
|
|
6042
6185
|
include Aws::Structure
|
|
6043
6186
|
end
|
|
6044
6187
|
|
|
@@ -6064,6 +6207,7 @@ module Aws::DatabaseMigrationService
|
|
|
6064
6207
|
class TestConnectionMessage < Struct.new(
|
|
6065
6208
|
:replication_instance_arn,
|
|
6066
6209
|
:endpoint_arn)
|
|
6210
|
+
SENSITIVE = []
|
|
6067
6211
|
include Aws::Structure
|
|
6068
6212
|
end
|
|
6069
6213
|
|
|
@@ -6075,6 +6219,7 @@ module Aws::DatabaseMigrationService
|
|
|
6075
6219
|
#
|
|
6076
6220
|
class TestConnectionResponse < Struct.new(
|
|
6077
6221
|
:connection)
|
|
6222
|
+
SENSITIVE = []
|
|
6078
6223
|
include Aws::Structure
|
|
6079
6224
|
end
|
|
6080
6225
|
|
|
@@ -6087,6 +6232,7 @@ module Aws::DatabaseMigrationService
|
|
|
6087
6232
|
#
|
|
6088
6233
|
class UpgradeDependencyFailureFault < Struct.new(
|
|
6089
6234
|
:message)
|
|
6235
|
+
SENSITIVE = []
|
|
6090
6236
|
include Aws::Structure
|
|
6091
6237
|
end
|
|
6092
6238
|
|
|
@@ -6106,6 +6252,7 @@ module Aws::DatabaseMigrationService
|
|
|
6106
6252
|
class VpcSecurityGroupMembership < Struct.new(
|
|
6107
6253
|
:vpc_security_group_id,
|
|
6108
6254
|
:status)
|
|
6255
|
+
SENSITIVE = []
|
|
6109
6256
|
include Aws::Structure
|
|
6110
6257
|
end
|
|
6111
6258
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-databasemigrationservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|