aws-sdk-databasemigrationservice 1.38.0 → 1.44.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 -2
- data/lib/aws-sdk-databasemigrationservice/client.rb +1209 -35
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +344 -2
- data/lib/aws-sdk-databasemigrationservice/errors.rb +48 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +2152 -165
- metadata +4 -4
@@ -26,9 +26,12 @@ module Aws::DatabaseMigrationService
|
|
26
26
|
AvailabilityZonesList = Shapes::ListShape.new(name: 'AvailabilityZonesList')
|
27
27
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
28
28
|
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
29
|
+
CancelReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunMessage')
|
30
|
+
CancelReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunResponse')
|
29
31
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
30
32
|
CertificateList = Shapes::ListShape.new(name: 'CertificateList')
|
31
33
|
CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
|
34
|
+
CharLengthSemantics = Shapes::StringShape.new(name: 'CharLengthSemantics')
|
32
35
|
CompressionTypeValue = Shapes::StringShape.new(name: 'CompressionTypeValue')
|
33
36
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
34
37
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
@@ -43,6 +46,8 @@ module Aws::DatabaseMigrationService
|
|
43
46
|
CreateReplicationTaskMessage = Shapes::StructureShape.new(name: 'CreateReplicationTaskMessage')
|
44
47
|
CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
|
45
48
|
DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
|
49
|
+
DatePartitionDelimiterValue = Shapes::StringShape.new(name: 'DatePartitionDelimiterValue')
|
50
|
+
DatePartitionSequenceValue = Shapes::StringShape.new(name: 'DatePartitionSequenceValue')
|
46
51
|
DeleteCertificateMessage = Shapes::StructureShape.new(name: 'DeleteCertificateMessage')
|
47
52
|
DeleteCertificateResponse = Shapes::StructureShape.new(name: 'DeleteCertificateResponse')
|
48
53
|
DeleteConnectionMessage = Shapes::StructureShape.new(name: 'DeleteConnectionMessage')
|
@@ -55,10 +60,14 @@ module Aws::DatabaseMigrationService
|
|
55
60
|
DeleteReplicationInstanceResponse = Shapes::StructureShape.new(name: 'DeleteReplicationInstanceResponse')
|
56
61
|
DeleteReplicationSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteReplicationSubnetGroupMessage')
|
57
62
|
DeleteReplicationSubnetGroupResponse = Shapes::StructureShape.new(name: 'DeleteReplicationSubnetGroupResponse')
|
63
|
+
DeleteReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'DeleteReplicationTaskAssessmentRunMessage')
|
64
|
+
DeleteReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'DeleteReplicationTaskAssessmentRunResponse')
|
58
65
|
DeleteReplicationTaskMessage = Shapes::StructureShape.new(name: 'DeleteReplicationTaskMessage')
|
59
66
|
DeleteReplicationTaskResponse = Shapes::StructureShape.new(name: 'DeleteReplicationTaskResponse')
|
60
67
|
DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
|
61
68
|
DescribeAccountAttributesResponse = Shapes::StructureShape.new(name: 'DescribeAccountAttributesResponse')
|
69
|
+
DescribeApplicableIndividualAssessmentsMessage = Shapes::StructureShape.new(name: 'DescribeApplicableIndividualAssessmentsMessage')
|
70
|
+
DescribeApplicableIndividualAssessmentsResponse = Shapes::StructureShape.new(name: 'DescribeApplicableIndividualAssessmentsResponse')
|
62
71
|
DescribeCertificatesMessage = Shapes::StructureShape.new(name: 'DescribeCertificatesMessage')
|
63
72
|
DescribeCertificatesResponse = Shapes::StructureShape.new(name: 'DescribeCertificatesResponse')
|
64
73
|
DescribeConnectionsMessage = Shapes::StructureShape.new(name: 'DescribeConnectionsMessage')
|
@@ -87,6 +96,10 @@ module Aws::DatabaseMigrationService
|
|
87
96
|
DescribeReplicationSubnetGroupsResponse = Shapes::StructureShape.new(name: 'DescribeReplicationSubnetGroupsResponse')
|
88
97
|
DescribeReplicationTaskAssessmentResultsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationTaskAssessmentResultsMessage')
|
89
98
|
DescribeReplicationTaskAssessmentResultsResponse = Shapes::StructureShape.new(name: 'DescribeReplicationTaskAssessmentResultsResponse')
|
99
|
+
DescribeReplicationTaskAssessmentRunsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationTaskAssessmentRunsMessage')
|
100
|
+
DescribeReplicationTaskAssessmentRunsResponse = Shapes::StructureShape.new(name: 'DescribeReplicationTaskAssessmentRunsResponse')
|
101
|
+
DescribeReplicationTaskIndividualAssessmentsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationTaskIndividualAssessmentsMessage')
|
102
|
+
DescribeReplicationTaskIndividualAssessmentsResponse = Shapes::StructureShape.new(name: 'DescribeReplicationTaskIndividualAssessmentsResponse')
|
90
103
|
DescribeReplicationTasksMessage = Shapes::StructureShape.new(name: 'DescribeReplicationTasksMessage')
|
91
104
|
DescribeReplicationTasksResponse = Shapes::StructureShape.new(name: 'DescribeReplicationTasksResponse')
|
92
105
|
DescribeSchemasMessage = Shapes::StructureShape.new(name: 'DescribeSchemasMessage')
|
@@ -109,11 +122,15 @@ module Aws::DatabaseMigrationService
|
|
109
122
|
EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
|
110
123
|
EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
|
111
124
|
ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
|
125
|
+
ExcludeTestList = Shapes::ListShape.new(name: 'ExcludeTestList')
|
112
126
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
113
127
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
114
128
|
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
129
|
+
IBMDb2Settings = Shapes::StructureShape.new(name: 'IBMDb2Settings')
|
115
130
|
ImportCertificateMessage = Shapes::StructureShape.new(name: 'ImportCertificateMessage')
|
116
131
|
ImportCertificateResponse = Shapes::StructureShape.new(name: 'ImportCertificateResponse')
|
132
|
+
IncludeTestList = Shapes::ListShape.new(name: 'IncludeTestList')
|
133
|
+
IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
|
117
134
|
InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
|
118
135
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
119
136
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
@@ -122,6 +139,7 @@ module Aws::DatabaseMigrationService
|
|
122
139
|
InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
|
123
140
|
KMSAccessDeniedFault = Shapes::StructureShape.new(name: 'KMSAccessDeniedFault')
|
124
141
|
KMSDisabledFault = Shapes::StructureShape.new(name: 'KMSDisabledFault')
|
142
|
+
KMSFault = Shapes::StructureShape.new(name: 'KMSFault')
|
125
143
|
KMSInvalidStateFault = Shapes::StructureShape.new(name: 'KMSInvalidStateFault')
|
126
144
|
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
127
145
|
KMSNotFoundFault = Shapes::StructureShape.new(name: 'KMSNotFoundFault')
|
@@ -133,6 +151,7 @@ module Aws::DatabaseMigrationService
|
|
133
151
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
134
152
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
135
153
|
MessageFormatValue = Shapes::StringShape.new(name: 'MessageFormatValue')
|
154
|
+
MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
|
136
155
|
MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
|
137
156
|
ModifyEndpointMessage = Shapes::StructureShape.new(name: 'ModifyEndpointMessage')
|
138
157
|
ModifyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyEndpointResponse')
|
@@ -145,14 +164,17 @@ module Aws::DatabaseMigrationService
|
|
145
164
|
ModifyReplicationTaskMessage = Shapes::StructureShape.new(name: 'ModifyReplicationTaskMessage')
|
146
165
|
ModifyReplicationTaskResponse = Shapes::StructureShape.new(name: 'ModifyReplicationTaskResponse')
|
147
166
|
MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
|
167
|
+
MySQLSettings = Shapes::StructureShape.new(name: 'MySQLSettings')
|
148
168
|
NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
|
149
169
|
NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
|
170
|
+
OracleSettings = Shapes::StructureShape.new(name: 'OracleSettings')
|
150
171
|
OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
|
151
172
|
OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
|
152
173
|
ParquetVersionValue = Shapes::StringShape.new(name: 'ParquetVersionValue')
|
153
174
|
PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
|
154
175
|
PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
|
155
176
|
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
177
|
+
PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
|
156
178
|
RebootReplicationInstanceMessage = Shapes::StructureShape.new(name: 'RebootReplicationInstanceMessage')
|
157
179
|
RebootReplicationInstanceResponse = Shapes::StructureShape.new(name: 'RebootReplicationInstanceResponse')
|
158
180
|
RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
|
@@ -180,6 +202,11 @@ module Aws::DatabaseMigrationService
|
|
180
202
|
ReplicationTask = Shapes::StructureShape.new(name: 'ReplicationTask')
|
181
203
|
ReplicationTaskAssessmentResult = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentResult')
|
182
204
|
ReplicationTaskAssessmentResultList = Shapes::ListShape.new(name: 'ReplicationTaskAssessmentResultList')
|
205
|
+
ReplicationTaskAssessmentRun = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRun')
|
206
|
+
ReplicationTaskAssessmentRunList = Shapes::ListShape.new(name: 'ReplicationTaskAssessmentRunList')
|
207
|
+
ReplicationTaskAssessmentRunProgress = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunProgress')
|
208
|
+
ReplicationTaskIndividualAssessment = Shapes::StructureShape.new(name: 'ReplicationTaskIndividualAssessment')
|
209
|
+
ReplicationTaskIndividualAssessmentList = Shapes::ListShape.new(name: 'ReplicationTaskIndividualAssessmentList')
|
183
210
|
ReplicationTaskList = Shapes::ListShape.new(name: 'ReplicationTaskList')
|
184
211
|
ReplicationTaskStats = Shapes::StructureShape.new(name: 'ReplicationTaskStats')
|
185
212
|
ResourceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsFault')
|
@@ -187,15 +214,20 @@ module Aws::DatabaseMigrationService
|
|
187
214
|
ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
|
188
215
|
ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
|
189
216
|
ResourceQuotaExceededFault = Shapes::StructureShape.new(name: 'ResourceQuotaExceededFault')
|
217
|
+
S3AccessDeniedFault = Shapes::StructureShape.new(name: 'S3AccessDeniedFault')
|
218
|
+
S3ResourceNotFoundFault = Shapes::StructureShape.new(name: 'S3ResourceNotFoundFault')
|
190
219
|
S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
|
191
220
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
192
221
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
222
|
+
SafeguardPolicy = Shapes::StringShape.new(name: 'SafeguardPolicy')
|
193
223
|
SchemaList = Shapes::ListShape.new(name: 'SchemaList')
|
194
224
|
SecretString = Shapes::StringShape.new(name: 'SecretString')
|
195
225
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
196
226
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
197
227
|
StartReplicationTaskAssessmentMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentMessage')
|
198
228
|
StartReplicationTaskAssessmentResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentResponse')
|
229
|
+
StartReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentRunMessage')
|
230
|
+
StartReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentRunResponse')
|
199
231
|
StartReplicationTaskMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskMessage')
|
200
232
|
StartReplicationTaskResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskResponse')
|
201
233
|
StartReplicationTaskTypeValue = Shapes::StringShape.new(name: 'StartReplicationTaskTypeValue')
|
@@ -209,6 +241,7 @@ module Aws::DatabaseMigrationService
|
|
209
241
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
210
242
|
SupportedEndpointType = Shapes::StructureShape.new(name: 'SupportedEndpointType')
|
211
243
|
SupportedEndpointTypeList = Shapes::ListShape.new(name: 'SupportedEndpointTypeList')
|
244
|
+
SybaseSettings = Shapes::StructureShape.new(name: 'SybaseSettings')
|
212
245
|
TStamp = Shapes::TimestampShape.new(name: 'TStamp')
|
213
246
|
TableListToReload = Shapes::ListShape.new(name: 'TableListToReload')
|
214
247
|
TableStatistics = Shapes::StructureShape.new(name: 'TableStatistics')
|
@@ -216,6 +249,7 @@ module Aws::DatabaseMigrationService
|
|
216
249
|
TableToReload = Shapes::StructureShape.new(name: 'TableToReload')
|
217
250
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
218
251
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
252
|
+
TargetDbType = Shapes::StringShape.new(name: 'TargetDbType')
|
219
253
|
TestConnectionMessage = Shapes::StructureShape.new(name: 'TestConnectionMessage')
|
220
254
|
TestConnectionResponse = Shapes::StructureShape.new(name: 'TestConnectionResponse')
|
221
255
|
UpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'UpgradeDependencyFailureFault')
|
@@ -252,6 +286,12 @@ module Aws::DatabaseMigrationService
|
|
252
286
|
|
253
287
|
AvailabilityZonesList.member = Shapes::ShapeRef.new(shape: String)
|
254
288
|
|
289
|
+
CancelReplicationTaskAssessmentRunMessage.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskAssessmentRunArn"))
|
290
|
+
CancelReplicationTaskAssessmentRunMessage.struct_class = Types::CancelReplicationTaskAssessmentRunMessage
|
291
|
+
|
292
|
+
CancelReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
|
293
|
+
CancelReplicationTaskAssessmentRunResponse.struct_class = Types::CancelReplicationTaskAssessmentRunResponse
|
294
|
+
|
255
295
|
Certificate.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
256
296
|
Certificate.add_member(:certificate_creation_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CertificateCreationDate"))
|
257
297
|
Certificate.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: String, location_name: "CertificatePem"))
|
@@ -300,6 +340,12 @@ module Aws::DatabaseMigrationService
|
|
300
340
|
CreateEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
301
341
|
CreateEndpointMessage.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
302
342
|
CreateEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
343
|
+
CreateEndpointMessage.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSQLSettings, location_name: "PostgreSQLSettings"))
|
344
|
+
CreateEndpointMessage.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySQLSettings, location_name: "MySQLSettings"))
|
345
|
+
CreateEndpointMessage.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleSettings, location_name: "OracleSettings"))
|
346
|
+
CreateEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
347
|
+
CreateEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
348
|
+
CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
303
349
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
304
350
|
|
305
351
|
CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -398,6 +444,12 @@ module Aws::DatabaseMigrationService
|
|
398
444
|
|
399
445
|
DeleteReplicationSubnetGroupResponse.struct_class = Types::DeleteReplicationSubnetGroupResponse
|
400
446
|
|
447
|
+
DeleteReplicationTaskAssessmentRunMessage.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskAssessmentRunArn"))
|
448
|
+
DeleteReplicationTaskAssessmentRunMessage.struct_class = Types::DeleteReplicationTaskAssessmentRunMessage
|
449
|
+
|
450
|
+
DeleteReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
|
451
|
+
DeleteReplicationTaskAssessmentRunResponse.struct_class = Types::DeleteReplicationTaskAssessmentRunResponse
|
452
|
+
|
401
453
|
DeleteReplicationTaskMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
|
402
454
|
DeleteReplicationTaskMessage.struct_class = Types::DeleteReplicationTaskMessage
|
403
455
|
|
@@ -410,6 +462,19 @@ module Aws::DatabaseMigrationService
|
|
410
462
|
DescribeAccountAttributesResponse.add_member(:unique_account_identifier, Shapes::ShapeRef.new(shape: String, location_name: "UniqueAccountIdentifier"))
|
411
463
|
DescribeAccountAttributesResponse.struct_class = Types::DescribeAccountAttributesResponse
|
412
464
|
|
465
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
466
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceArn"))
|
467
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:source_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "SourceEngineName"))
|
468
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:target_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetEngineName"))
|
469
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "MigrationType"))
|
470
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
471
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
472
|
+
DescribeApplicableIndividualAssessmentsMessage.struct_class = Types::DescribeApplicableIndividualAssessmentsMessage
|
473
|
+
|
474
|
+
DescribeApplicableIndividualAssessmentsResponse.add_member(:individual_assessment_names, Shapes::ShapeRef.new(shape: IndividualAssessmentNameList, location_name: "IndividualAssessmentNames"))
|
475
|
+
DescribeApplicableIndividualAssessmentsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
476
|
+
DescribeApplicableIndividualAssessmentsResponse.struct_class = Types::DescribeApplicableIndividualAssessmentsResponse
|
477
|
+
|
413
478
|
DescribeCertificatesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
414
479
|
DescribeCertificatesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
415
480
|
DescribeCertificatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
@@ -540,6 +605,24 @@ module Aws::DatabaseMigrationService
|
|
540
605
|
DescribeReplicationTaskAssessmentResultsResponse.add_member(:replication_task_assessment_results, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentResultList, location_name: "ReplicationTaskAssessmentResults"))
|
541
606
|
DescribeReplicationTaskAssessmentResultsResponse.struct_class = Types::DescribeReplicationTaskAssessmentResultsResponse
|
542
607
|
|
608
|
+
DescribeReplicationTaskAssessmentRunsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
609
|
+
DescribeReplicationTaskAssessmentRunsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
610
|
+
DescribeReplicationTaskAssessmentRunsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
611
|
+
DescribeReplicationTaskAssessmentRunsMessage.struct_class = Types::DescribeReplicationTaskAssessmentRunsMessage
|
612
|
+
|
613
|
+
DescribeReplicationTaskAssessmentRunsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
614
|
+
DescribeReplicationTaskAssessmentRunsResponse.add_member(:replication_task_assessment_runs, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunList, location_name: "ReplicationTaskAssessmentRuns"))
|
615
|
+
DescribeReplicationTaskAssessmentRunsResponse.struct_class = Types::DescribeReplicationTaskAssessmentRunsResponse
|
616
|
+
|
617
|
+
DescribeReplicationTaskIndividualAssessmentsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
618
|
+
DescribeReplicationTaskIndividualAssessmentsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
619
|
+
DescribeReplicationTaskIndividualAssessmentsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
620
|
+
DescribeReplicationTaskIndividualAssessmentsMessage.struct_class = Types::DescribeReplicationTaskIndividualAssessmentsMessage
|
621
|
+
|
622
|
+
DescribeReplicationTaskIndividualAssessmentsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
623
|
+
DescribeReplicationTaskIndividualAssessmentsResponse.add_member(:replication_task_individual_assessments, Shapes::ShapeRef.new(shape: ReplicationTaskIndividualAssessmentList, location_name: "ReplicationTaskIndividualAssessments"))
|
624
|
+
DescribeReplicationTaskIndividualAssessmentsResponse.struct_class = Types::DescribeReplicationTaskIndividualAssessmentsResponse
|
625
|
+
|
543
626
|
DescribeReplicationTasksMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
544
627
|
DescribeReplicationTasksMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
545
628
|
DescribeReplicationTasksMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
@@ -609,6 +692,12 @@ module Aws::DatabaseMigrationService
|
|
609
692
|
Endpoint.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
610
693
|
Endpoint.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
611
694
|
Endpoint.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
695
|
+
Endpoint.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSQLSettings, location_name: "PostgreSQLSettings"))
|
696
|
+
Endpoint.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySQLSettings, location_name: "MySQLSettings"))
|
697
|
+
Endpoint.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleSettings, location_name: "OracleSettings"))
|
698
|
+
Endpoint.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
699
|
+
Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
700
|
+
Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
612
701
|
Endpoint.struct_class = Types::Endpoint
|
613
702
|
|
614
703
|
EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
|
@@ -643,6 +732,8 @@ module Aws::DatabaseMigrationService
|
|
643
732
|
|
644
733
|
EventSubscriptionsList.member = Shapes::ShapeRef.new(shape: EventSubscription)
|
645
734
|
|
735
|
+
ExcludeTestList.member = Shapes::ShapeRef.new(shape: String)
|
736
|
+
|
646
737
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
647
738
|
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
648
739
|
Filter.struct_class = Types::Filter
|
@@ -651,6 +742,16 @@ module Aws::DatabaseMigrationService
|
|
651
742
|
|
652
743
|
FilterValueList.member = Shapes::ShapeRef.new(shape: String)
|
653
744
|
|
745
|
+
IBMDb2Settings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
746
|
+
IBMDb2Settings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
747
|
+
IBMDb2Settings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
748
|
+
IBMDb2Settings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
749
|
+
IBMDb2Settings.add_member(:set_data_capture_changes, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SetDataCaptureChanges"))
|
750
|
+
IBMDb2Settings.add_member(:current_lsn, Shapes::ShapeRef.new(shape: String, location_name: "CurrentLsn"))
|
751
|
+
IBMDb2Settings.add_member(:max_k_bytes_per_read, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxKBytesPerRead"))
|
752
|
+
IBMDb2Settings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
753
|
+
IBMDb2Settings.struct_class = Types::IBMDb2Settings
|
754
|
+
|
654
755
|
ImportCertificateMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateIdentifier"))
|
655
756
|
ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: String, location_name: "CertificatePem"))
|
656
757
|
ImportCertificateMessage.add_member(:certificate_wallet, Shapes::ShapeRef.new(shape: CertificateWallet, location_name: "CertificateWallet"))
|
@@ -660,6 +761,10 @@ module Aws::DatabaseMigrationService
|
|
660
761
|
ImportCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
|
661
762
|
ImportCertificateResponse.struct_class = Types::ImportCertificateResponse
|
662
763
|
|
764
|
+
IncludeTestList.member = Shapes::ShapeRef.new(shape: String)
|
765
|
+
|
766
|
+
IndividualAssessmentNameList.member = Shapes::ShapeRef.new(shape: String)
|
767
|
+
|
663
768
|
InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
664
769
|
InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
|
665
770
|
|
@@ -678,6 +783,9 @@ module Aws::DatabaseMigrationService
|
|
678
783
|
KMSDisabledFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
679
784
|
KMSDisabledFault.struct_class = Types::KMSDisabledFault
|
680
785
|
|
786
|
+
KMSFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
787
|
+
KMSFault.struct_class = Types::KMSFault
|
788
|
+
|
681
789
|
KMSInvalidStateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
682
790
|
KMSInvalidStateFault.struct_class = Types::KMSInvalidStateFault
|
683
791
|
|
@@ -692,6 +800,14 @@ module Aws::DatabaseMigrationService
|
|
692
800
|
|
693
801
|
KafkaSettings.add_member(:broker, Shapes::ShapeRef.new(shape: String, location_name: "Broker"))
|
694
802
|
KafkaSettings.add_member(:topic, Shapes::ShapeRef.new(shape: String, location_name: "Topic"))
|
803
|
+
KafkaSettings.add_member(:message_format, Shapes::ShapeRef.new(shape: MessageFormatValue, location_name: "MessageFormat"))
|
804
|
+
KafkaSettings.add_member(:include_transaction_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTransactionDetails"))
|
805
|
+
KafkaSettings.add_member(:include_partition_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludePartitionValue"))
|
806
|
+
KafkaSettings.add_member(:partition_include_schema_table, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PartitionIncludeSchemaTable"))
|
807
|
+
KafkaSettings.add_member(:include_table_alter_operations, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTableAlterOperations"))
|
808
|
+
KafkaSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
|
809
|
+
KafkaSettings.add_member(:message_max_bytes, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MessageMaxBytes"))
|
810
|
+
KafkaSettings.add_member(:include_null_and_empty, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeNullAndEmpty"))
|
695
811
|
KafkaSettings.struct_class = Types::KafkaSettings
|
696
812
|
|
697
813
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -704,6 +820,7 @@ module Aws::DatabaseMigrationService
|
|
704
820
|
KinesisSettings.add_member(:partition_include_schema_table, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PartitionIncludeSchemaTable"))
|
705
821
|
KinesisSettings.add_member(:include_table_alter_operations, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTableAlterOperations"))
|
706
822
|
KinesisSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
|
823
|
+
KinesisSettings.add_member(:include_null_and_empty, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeNullAndEmpty"))
|
707
824
|
KinesisSettings.struct_class = Types::KinesisSettings
|
708
825
|
|
709
826
|
ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
|
@@ -712,6 +829,18 @@ module Aws::DatabaseMigrationService
|
|
712
829
|
ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
713
830
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
714
831
|
|
832
|
+
MicrosoftSQLServerSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
833
|
+
MicrosoftSQLServerSettings.add_member(:bcp_packet_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BcpPacketSize"))
|
834
|
+
MicrosoftSQLServerSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
835
|
+
MicrosoftSQLServerSettings.add_member(:control_tables_file_group, Shapes::ShapeRef.new(shape: String, location_name: "ControlTablesFileGroup"))
|
836
|
+
MicrosoftSQLServerSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
837
|
+
MicrosoftSQLServerSettings.add_member(:read_backup_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReadBackupOnly"))
|
838
|
+
MicrosoftSQLServerSettings.add_member(:safeguard_policy, Shapes::ShapeRef.new(shape: SafeguardPolicy, location_name: "SafeguardPolicy"))
|
839
|
+
MicrosoftSQLServerSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
840
|
+
MicrosoftSQLServerSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
841
|
+
MicrosoftSQLServerSettings.add_member(:use_bcp_full_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseBcpFullLoad"))
|
842
|
+
MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
|
843
|
+
|
715
844
|
ModifyEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
|
716
845
|
ModifyEndpointMessage.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "EndpointIdentifier"))
|
717
846
|
ModifyEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, location_name: "EndpointType"))
|
@@ -735,6 +864,12 @@ module Aws::DatabaseMigrationService
|
|
735
864
|
ModifyEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
|
736
865
|
ModifyEndpointMessage.add_member(:neptune_settings, Shapes::ShapeRef.new(shape: NeptuneSettings, location_name: "NeptuneSettings"))
|
737
866
|
ModifyEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
|
867
|
+
ModifyEndpointMessage.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSQLSettings, location_name: "PostgreSQLSettings"))
|
868
|
+
ModifyEndpointMessage.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySQLSettings, location_name: "MySQLSettings"))
|
869
|
+
ModifyEndpointMessage.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleSettings, location_name: "OracleSettings"))
|
870
|
+
ModifyEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
871
|
+
ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
872
|
+
ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
738
873
|
ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
|
739
874
|
|
740
875
|
ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -802,6 +937,19 @@ module Aws::DatabaseMigrationService
|
|
802
937
|
MongoDbSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
803
938
|
MongoDbSettings.struct_class = Types::MongoDbSettings
|
804
939
|
|
940
|
+
MySQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
941
|
+
MySQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
942
|
+
MySQLSettings.add_member(:events_poll_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "EventsPollInterval"))
|
943
|
+
MySQLSettings.add_member(:target_db_type, Shapes::ShapeRef.new(shape: TargetDbType, location_name: "TargetDbType"))
|
944
|
+
MySQLSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
945
|
+
MySQLSettings.add_member(:parallel_load_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelLoadThreads"))
|
946
|
+
MySQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
947
|
+
MySQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
948
|
+
MySQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
949
|
+
MySQLSettings.add_member(:server_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ServerTimezone"))
|
950
|
+
MySQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
951
|
+
MySQLSettings.struct_class = Types::MySQLSettings
|
952
|
+
|
805
953
|
NeptuneSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
806
954
|
NeptuneSettings.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
|
807
955
|
NeptuneSettings.add_member(:s3_bucket_folder, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketFolder"))
|
@@ -811,6 +959,38 @@ module Aws::DatabaseMigrationService
|
|
811
959
|
NeptuneSettings.add_member(:iam_auth_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IamAuthEnabled"))
|
812
960
|
NeptuneSettings.struct_class = Types::NeptuneSettings
|
813
961
|
|
962
|
+
OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
|
963
|
+
OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
|
964
|
+
OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
|
965
|
+
OracleSettings.add_member(:allow_select_nested_tables, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowSelectNestedTables"))
|
966
|
+
OracleSettings.add_member(:parallel_asm_read_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelAsmReadThreads"))
|
967
|
+
OracleSettings.add_member(:read_ahead_blocks, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReadAheadBlocks"))
|
968
|
+
OracleSettings.add_member(:access_alternate_directly, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AccessAlternateDirectly"))
|
969
|
+
OracleSettings.add_member(:use_alternate_folder_for_online, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseAlternateFolderForOnline"))
|
970
|
+
OracleSettings.add_member(:oracle_path_prefix, Shapes::ShapeRef.new(shape: String, location_name: "OraclePathPrefix"))
|
971
|
+
OracleSettings.add_member(:use_path_prefix, Shapes::ShapeRef.new(shape: String, location_name: "UsePathPrefix"))
|
972
|
+
OracleSettings.add_member(:replace_path_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReplacePathPrefix"))
|
973
|
+
OracleSettings.add_member(:enable_homogenous_tablespace, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHomogenousTablespace"))
|
974
|
+
OracleSettings.add_member(:direct_path_no_log, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DirectPathNoLog"))
|
975
|
+
OracleSettings.add_member(:archived_logs_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ArchivedLogsOnly"))
|
976
|
+
OracleSettings.add_member(:asm_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "AsmPassword"))
|
977
|
+
OracleSettings.add_member(:asm_server, Shapes::ShapeRef.new(shape: String, location_name: "AsmServer"))
|
978
|
+
OracleSettings.add_member(:asm_user, Shapes::ShapeRef.new(shape: String, location_name: "AsmUser"))
|
979
|
+
OracleSettings.add_member(:char_length_semantics, Shapes::ShapeRef.new(shape: CharLengthSemantics, location_name: "CharLengthSemantics"))
|
980
|
+
OracleSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
981
|
+
OracleSettings.add_member(:direct_path_parallel_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DirectPathParallelLoad"))
|
982
|
+
OracleSettings.add_member(:fail_tasks_on_lob_truncation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FailTasksOnLobTruncation"))
|
983
|
+
OracleSettings.add_member(:number_datatype_scale, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberDatatypeScale"))
|
984
|
+
OracleSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
985
|
+
OracleSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
986
|
+
OracleSettings.add_member(:read_table_space_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReadTableSpaceName"))
|
987
|
+
OracleSettings.add_member(:retry_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "RetryInterval"))
|
988
|
+
OracleSettings.add_member(:security_db_encryption, Shapes::ShapeRef.new(shape: SecretString, location_name: "SecurityDbEncryption"))
|
989
|
+
OracleSettings.add_member(:security_db_encryption_name, Shapes::ShapeRef.new(shape: String, location_name: "SecurityDbEncryptionName"))
|
990
|
+
OracleSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
991
|
+
OracleSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
992
|
+
OracleSettings.struct_class = Types::OracleSettings
|
993
|
+
|
814
994
|
OrderableReplicationInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
815
995
|
OrderableReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceClass"))
|
816
996
|
OrderableReplicationInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
@@ -836,6 +1016,20 @@ module Aws::DatabaseMigrationService
|
|
836
1016
|
|
837
1017
|
PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions)
|
838
1018
|
|
1019
|
+
PostgreSQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
1020
|
+
PostgreSQLSettings.add_member(:capture_ddls, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CaptureDdls"))
|
1021
|
+
PostgreSQLSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
1022
|
+
PostgreSQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1023
|
+
PostgreSQLSettings.add_member(:ddl_artifacts_schema, Shapes::ShapeRef.new(shape: String, location_name: "DdlArtifactsSchema"))
|
1024
|
+
PostgreSQLSettings.add_member(:execute_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ExecuteTimeout"))
|
1025
|
+
PostgreSQLSettings.add_member(:fail_tasks_on_lob_truncation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FailTasksOnLobTruncation"))
|
1026
|
+
PostgreSQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
1027
|
+
PostgreSQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1028
|
+
PostgreSQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
1029
|
+
PostgreSQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1030
|
+
PostgreSQLSettings.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "SlotName"))
|
1031
|
+
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
1032
|
+
|
839
1033
|
RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
|
840
1034
|
RebootReplicationInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
|
841
1035
|
RebootReplicationInstanceMessage.struct_class = Types::RebootReplicationInstanceMessage
|
@@ -985,6 +1179,35 @@ module Aws::DatabaseMigrationService
|
|
985
1179
|
|
986
1180
|
ReplicationTaskAssessmentResultList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentResult)
|
987
1181
|
|
1182
|
+
ReplicationTaskAssessmentRun.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskAssessmentRunArn"))
|
1183
|
+
ReplicationTaskAssessmentRun.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
1184
|
+
ReplicationTaskAssessmentRun.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1185
|
+
ReplicationTaskAssessmentRun.add_member(:replication_task_assessment_run_creation_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationTaskAssessmentRunCreationDate"))
|
1186
|
+
ReplicationTaskAssessmentRun.add_member(:assessment_progress, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunProgress, location_name: "AssessmentProgress"))
|
1187
|
+
ReplicationTaskAssessmentRun.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
|
1188
|
+
ReplicationTaskAssessmentRun.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
1189
|
+
ReplicationTaskAssessmentRun.add_member(:result_location_bucket, Shapes::ShapeRef.new(shape: String, location_name: "ResultLocationBucket"))
|
1190
|
+
ReplicationTaskAssessmentRun.add_member(:result_location_folder, Shapes::ShapeRef.new(shape: String, location_name: "ResultLocationFolder"))
|
1191
|
+
ReplicationTaskAssessmentRun.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
|
1192
|
+
ReplicationTaskAssessmentRun.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
|
1193
|
+
ReplicationTaskAssessmentRun.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentRunName"))
|
1194
|
+
ReplicationTaskAssessmentRun.struct_class = Types::ReplicationTaskAssessmentRun
|
1195
|
+
|
1196
|
+
ReplicationTaskAssessmentRunList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun)
|
1197
|
+
|
1198
|
+
ReplicationTaskAssessmentRunProgress.add_member(:individual_assessment_count, Shapes::ShapeRef.new(shape: Integer, location_name: "IndividualAssessmentCount"))
|
1199
|
+
ReplicationTaskAssessmentRunProgress.add_member(:individual_assessment_completed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "IndividualAssessmentCompletedCount"))
|
1200
|
+
ReplicationTaskAssessmentRunProgress.struct_class = Types::ReplicationTaskAssessmentRunProgress
|
1201
|
+
|
1202
|
+
ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIndividualAssessmentArn"))
|
1203
|
+
ReplicationTaskIndividualAssessment.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskAssessmentRunArn"))
|
1204
|
+
ReplicationTaskIndividualAssessment.add_member(:individual_assessment_name, Shapes::ShapeRef.new(shape: String, location_name: "IndividualAssessmentName"))
|
1205
|
+
ReplicationTaskIndividualAssessment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1206
|
+
ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationTaskIndividualAssessmentStartDate"))
|
1207
|
+
ReplicationTaskIndividualAssessment.struct_class = Types::ReplicationTaskIndividualAssessment
|
1208
|
+
|
1209
|
+
ReplicationTaskIndividualAssessmentList.member = Shapes::ShapeRef.new(shape: ReplicationTaskIndividualAssessment)
|
1210
|
+
|
988
1211
|
ReplicationTaskList.member = Shapes::ShapeRef.new(shape: ReplicationTask)
|
989
1212
|
|
990
1213
|
ReplicationTaskStats.add_member(:full_load_progress_percent, Shapes::ShapeRef.new(shape: Integer, location_name: "FullLoadProgressPercent"))
|
@@ -1014,6 +1237,12 @@ module Aws::DatabaseMigrationService
|
|
1014
1237
|
ResourceQuotaExceededFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1015
1238
|
ResourceQuotaExceededFault.struct_class = Types::ResourceQuotaExceededFault
|
1016
1239
|
|
1240
|
+
S3AccessDeniedFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1241
|
+
S3AccessDeniedFault.struct_class = Types::S3AccessDeniedFault
|
1242
|
+
|
1243
|
+
S3ResourceNotFoundFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
1244
|
+
S3ResourceNotFoundFault.struct_class = Types::S3ResourceNotFoundFault
|
1245
|
+
|
1017
1246
|
S3Settings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
1018
1247
|
S3Settings.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
|
1019
1248
|
S3Settings.add_member(:csv_row_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "CsvRowDelimiter"))
|
@@ -1035,6 +1264,9 @@ module Aws::DatabaseMigrationService
|
|
1035
1264
|
S3Settings.add_member(:timestamp_column_name, Shapes::ShapeRef.new(shape: String, location_name: "TimestampColumnName"))
|
1036
1265
|
S3Settings.add_member(:parquet_timestamp_in_millisecond, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ParquetTimestampInMillisecond"))
|
1037
1266
|
S3Settings.add_member(:cdc_inserts_and_updates, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsAndUpdates"))
|
1267
|
+
S3Settings.add_member(:date_partition_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DatePartitionEnabled"))
|
1268
|
+
S3Settings.add_member(:date_partition_sequence, Shapes::ShapeRef.new(shape: DatePartitionSequenceValue, location_name: "DatePartitionSequence"))
|
1269
|
+
S3Settings.add_member(:date_partition_delimiter, Shapes::ShapeRef.new(shape: DatePartitionDelimiterValue, location_name: "DatePartitionDelimiter"))
|
1038
1270
|
S3Settings.struct_class = Types::S3Settings
|
1039
1271
|
|
1040
1272
|
SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -1053,6 +1285,20 @@ module Aws::DatabaseMigrationService
|
|
1053
1285
|
StartReplicationTaskAssessmentResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
1054
1286
|
StartReplicationTaskAssessmentResponse.struct_class = Types::StartReplicationTaskAssessmentResponse
|
1055
1287
|
|
1288
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
|
1289
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceAccessRoleArn"))
|
1290
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:result_location_bucket, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResultLocationBucket"))
|
1291
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:result_location_folder, Shapes::ShapeRef.new(shape: String, location_name: "ResultLocationFolder"))
|
1292
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
|
1293
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
|
1294
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssessmentRunName"))
|
1295
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:include_only, Shapes::ShapeRef.new(shape: IncludeTestList, location_name: "IncludeOnly"))
|
1296
|
+
StartReplicationTaskAssessmentRunMessage.add_member(:exclude, Shapes::ShapeRef.new(shape: ExcludeTestList, location_name: "Exclude"))
|
1297
|
+
StartReplicationTaskAssessmentRunMessage.struct_class = Types::StartReplicationTaskAssessmentRunMessage
|
1298
|
+
|
1299
|
+
StartReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
|
1300
|
+
StartReplicationTaskAssessmentRunResponse.struct_class = Types::StartReplicationTaskAssessmentRunResponse
|
1301
|
+
|
1056
1302
|
StartReplicationTaskMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
|
1057
1303
|
StartReplicationTaskMessage.add_member(:start_replication_task_type, Shapes::ShapeRef.new(shape: StartReplicationTaskTypeValue, required: true, location_name: "StartReplicationTaskType"))
|
1058
1304
|
StartReplicationTaskMessage.add_member(:cdc_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CdcStartTime"))
|
@@ -1093,6 +1339,13 @@ module Aws::DatabaseMigrationService
|
|
1093
1339
|
|
1094
1340
|
SupportedEndpointTypeList.member = Shapes::ShapeRef.new(shape: SupportedEndpointType)
|
1095
1341
|
|
1342
|
+
SybaseSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1343
|
+
SybaseSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
1344
|
+
SybaseSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1345
|
+
SybaseSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
1346
|
+
SybaseSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1347
|
+
SybaseSettings.struct_class = Types::SybaseSettings
|
1348
|
+
|
1096
1349
|
TableListToReload.member = Shapes::ShapeRef.new(shape: TableToReload)
|
1097
1350
|
|
1098
1351
|
TableStatistics.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, location_name: "SchemaName"))
|
@@ -1118,8 +1371,8 @@ module Aws::DatabaseMigrationService
|
|
1118
1371
|
|
1119
1372
|
TableStatisticsList.member = Shapes::ShapeRef.new(shape: TableStatistics)
|
1120
1373
|
|
1121
|
-
TableToReload.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, location_name: "SchemaName"))
|
1122
|
-
TableToReload.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "TableName"))
|
1374
|
+
TableToReload.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SchemaName"))
|
1375
|
+
TableToReload.add_member(:table_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TableName"))
|
1123
1376
|
TableToReload.struct_class = Types::TableToReload
|
1124
1377
|
|
1125
1378
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
@@ -1182,6 +1435,17 @@ module Aws::DatabaseMigrationService
|
|
1182
1435
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1183
1436
|
end)
|
1184
1437
|
|
1438
|
+
api.add_operation(:cancel_replication_task_assessment_run, Seahorse::Model::Operation.new.tap do |o|
|
1439
|
+
o.name = "CancelReplicationTaskAssessmentRun"
|
1440
|
+
o.http_method = "POST"
|
1441
|
+
o.http_request_uri = "/"
|
1442
|
+
o.input = Shapes::ShapeRef.new(shape: CancelReplicationTaskAssessmentRunMessage)
|
1443
|
+
o.output = Shapes::ShapeRef.new(shape: CancelReplicationTaskAssessmentRunResponse)
|
1444
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
1445
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1446
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
1447
|
+
end)
|
1448
|
+
|
1185
1449
|
api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
1186
1450
|
o.name = "CreateEndpoint"
|
1187
1451
|
o.http_method = "POST"
|
@@ -1331,6 +1595,17 @@ module Aws::DatabaseMigrationService
|
|
1331
1595
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
1332
1596
|
end)
|
1333
1597
|
|
1598
|
+
api.add_operation(:delete_replication_task_assessment_run, Seahorse::Model::Operation.new.tap do |o|
|
1599
|
+
o.name = "DeleteReplicationTaskAssessmentRun"
|
1600
|
+
o.http_method = "POST"
|
1601
|
+
o.http_request_uri = "/"
|
1602
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteReplicationTaskAssessmentRunMessage)
|
1603
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteReplicationTaskAssessmentRunResponse)
|
1604
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1606
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
1607
|
+
end)
|
1608
|
+
|
1334
1609
|
api.add_operation(:describe_account_attributes, Seahorse::Model::Operation.new.tap do |o|
|
1335
1610
|
o.name = "DescribeAccountAttributes"
|
1336
1611
|
o.http_method = "POST"
|
@@ -1339,6 +1614,23 @@ module Aws::DatabaseMigrationService
|
|
1339
1614
|
o.output = Shapes::ShapeRef.new(shape: DescribeAccountAttributesResponse)
|
1340
1615
|
end)
|
1341
1616
|
|
1617
|
+
api.add_operation(:describe_applicable_individual_assessments, Seahorse::Model::Operation.new.tap do |o|
|
1618
|
+
o.name = "DescribeApplicableIndividualAssessments"
|
1619
|
+
o.http_method = "POST"
|
1620
|
+
o.http_request_uri = "/"
|
1621
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeApplicableIndividualAssessmentsMessage)
|
1622
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeApplicableIndividualAssessmentsResponse)
|
1623
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
1624
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1625
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
1626
|
+
o[:pager] = Aws::Pager.new(
|
1627
|
+
limit_key: "max_records",
|
1628
|
+
tokens: {
|
1629
|
+
"marker" => "marker"
|
1630
|
+
}
|
1631
|
+
)
|
1632
|
+
end)
|
1633
|
+
|
1342
1634
|
api.add_operation(:describe_certificates, Seahorse::Model::Operation.new.tap do |o|
|
1343
1635
|
o.name = "DescribeCertificates"
|
1344
1636
|
o.http_method = "POST"
|
@@ -1535,6 +1827,36 @@ module Aws::DatabaseMigrationService
|
|
1535
1827
|
)
|
1536
1828
|
end)
|
1537
1829
|
|
1830
|
+
api.add_operation(:describe_replication_task_assessment_runs, Seahorse::Model::Operation.new.tap do |o|
|
1831
|
+
o.name = "DescribeReplicationTaskAssessmentRuns"
|
1832
|
+
o.http_method = "POST"
|
1833
|
+
o.http_request_uri = "/"
|
1834
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReplicationTaskAssessmentRunsMessage)
|
1835
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeReplicationTaskAssessmentRunsResponse)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1837
|
+
o[:pager] = Aws::Pager.new(
|
1838
|
+
limit_key: "max_records",
|
1839
|
+
tokens: {
|
1840
|
+
"marker" => "marker"
|
1841
|
+
}
|
1842
|
+
)
|
1843
|
+
end)
|
1844
|
+
|
1845
|
+
api.add_operation(:describe_replication_task_individual_assessments, Seahorse::Model::Operation.new.tap do |o|
|
1846
|
+
o.name = "DescribeReplicationTaskIndividualAssessments"
|
1847
|
+
o.http_method = "POST"
|
1848
|
+
o.http_request_uri = "/"
|
1849
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReplicationTaskIndividualAssessmentsMessage)
|
1850
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeReplicationTaskIndividualAssessmentsResponse)
|
1851
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1852
|
+
o[:pager] = Aws::Pager.new(
|
1853
|
+
limit_key: "max_records",
|
1854
|
+
tokens: {
|
1855
|
+
"marker" => "marker"
|
1856
|
+
}
|
1857
|
+
)
|
1858
|
+
end)
|
1859
|
+
|
1538
1860
|
api.add_operation(:describe_replication_tasks, Seahorse::Model::Operation.new.tap do |o|
|
1539
1861
|
o.name = "DescribeReplicationTasks"
|
1540
1862
|
o.http_method = "POST"
|
@@ -1735,6 +2057,26 @@ module Aws::DatabaseMigrationService
|
|
1735
2057
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1736
2058
|
end)
|
1737
2059
|
|
2060
|
+
api.add_operation(:start_replication_task_assessment_run, Seahorse::Model::Operation.new.tap do |o|
|
2061
|
+
o.name = "StartReplicationTaskAssessmentRun"
|
2062
|
+
o.http_method = "POST"
|
2063
|
+
o.http_request_uri = "/"
|
2064
|
+
o.input = Shapes::ShapeRef.new(shape: StartReplicationTaskAssessmentRunMessage)
|
2065
|
+
o.output = Shapes::ShapeRef.new(shape: StartReplicationTaskAssessmentRunResponse)
|
2066
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2067
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2068
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2069
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSAccessDeniedFault)
|
2070
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSDisabledFault)
|
2071
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSFault)
|
2072
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateFault)
|
2073
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundFault)
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2075
|
+
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
2076
|
+
o.errors << Shapes::ShapeRef.new(shape: S3ResourceNotFoundFault)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
2078
|
+
end)
|
2079
|
+
|
1738
2080
|
api.add_operation(:stop_replication_task, Seahorse::Model::Operation.new.tap do |o|
|
1739
2081
|
o.name = "StopReplicationTask"
|
1740
2082
|
o.http_method = "POST"
|