aws-sdk-databasemigrationservice 1.0.0.rc6 → 1.0.0.rc7

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.
@@ -16,16 +16,21 @@ module Aws::DatabaseMigrationService
16
16
  AccountQuotaList = Shapes::ListShape.new(name: 'AccountQuotaList')
17
17
  AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
18
18
  AddTagsToResourceResponse = Shapes::StructureShape.new(name: 'AddTagsToResourceResponse')
19
+ AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
20
+ AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
19
21
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
20
22
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
21
23
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
22
24
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
23
25
  CertificateList = Shapes::ListShape.new(name: 'CertificateList')
24
26
  CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
27
+ CompressionTypeValue = Shapes::StringShape.new(name: 'CompressionTypeValue')
25
28
  Connection = Shapes::StructureShape.new(name: 'Connection')
26
29
  ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
27
30
  CreateEndpointMessage = Shapes::StructureShape.new(name: 'CreateEndpointMessage')
28
31
  CreateEndpointResponse = Shapes::StructureShape.new(name: 'CreateEndpointResponse')
32
+ CreateEventSubscriptionMessage = Shapes::StructureShape.new(name: 'CreateEventSubscriptionMessage')
33
+ CreateEventSubscriptionResponse = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResponse')
29
34
  CreateReplicationInstanceMessage = Shapes::StructureShape.new(name: 'CreateReplicationInstanceMessage')
30
35
  CreateReplicationInstanceResponse = Shapes::StructureShape.new(name: 'CreateReplicationInstanceResponse')
31
36
  CreateReplicationSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateReplicationSubnetGroupMessage')
@@ -36,6 +41,8 @@ module Aws::DatabaseMigrationService
36
41
  DeleteCertificateResponse = Shapes::StructureShape.new(name: 'DeleteCertificateResponse')
37
42
  DeleteEndpointMessage = Shapes::StructureShape.new(name: 'DeleteEndpointMessage')
38
43
  DeleteEndpointResponse = Shapes::StructureShape.new(name: 'DeleteEndpointResponse')
44
+ DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
45
+ DeleteEventSubscriptionResponse = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResponse')
39
46
  DeleteReplicationInstanceMessage = Shapes::StructureShape.new(name: 'DeleteReplicationInstanceMessage')
40
47
  DeleteReplicationInstanceResponse = Shapes::StructureShape.new(name: 'DeleteReplicationInstanceResponse')
41
48
  DeleteReplicationSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteReplicationSubnetGroupMessage')
@@ -52,6 +59,12 @@ module Aws::DatabaseMigrationService
52
59
  DescribeEndpointTypesResponse = Shapes::StructureShape.new(name: 'DescribeEndpointTypesResponse')
53
60
  DescribeEndpointsMessage = Shapes::StructureShape.new(name: 'DescribeEndpointsMessage')
54
61
  DescribeEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointsResponse')
62
+ DescribeEventCategoriesMessage = Shapes::StructureShape.new(name: 'DescribeEventCategoriesMessage')
63
+ DescribeEventCategoriesResponse = Shapes::StructureShape.new(name: 'DescribeEventCategoriesResponse')
64
+ DescribeEventSubscriptionsMessage = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsMessage')
65
+ DescribeEventSubscriptionsResponse = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsResponse')
66
+ DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
67
+ DescribeEventsResponse = Shapes::StructureShape.new(name: 'DescribeEventsResponse')
55
68
  DescribeOrderableReplicationInstancesMessage = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesMessage')
56
69
  DescribeOrderableReplicationInstancesResponse = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesResponse')
57
70
  DescribeRefreshSchemasStatusMessage = Shapes::StructureShape.new(name: 'DescribeRefreshSchemasStatusMessage')
@@ -67,8 +80,16 @@ module Aws::DatabaseMigrationService
67
80
  DescribeTableStatisticsMessage = Shapes::StructureShape.new(name: 'DescribeTableStatisticsMessage')
68
81
  DescribeTableStatisticsResponse = Shapes::StructureShape.new(name: 'DescribeTableStatisticsResponse')
69
82
  DmsSslModeValue = Shapes::StringShape.new(name: 'DmsSslModeValue')
83
+ DynamoDbSettings = Shapes::StructureShape.new(name: 'DynamoDbSettings')
70
84
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
71
85
  EndpointList = Shapes::ListShape.new(name: 'EndpointList')
86
+ Event = Shapes::StructureShape.new(name: 'Event')
87
+ EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
88
+ EventCategoryGroup = Shapes::StructureShape.new(name: 'EventCategoryGroup')
89
+ EventCategoryGroupList = Shapes::ListShape.new(name: 'EventCategoryGroupList')
90
+ EventList = Shapes::ListShape.new(name: 'EventList')
91
+ EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
92
+ EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
72
93
  ExceptionMessage = Shapes::StringShape.new(name: 'ExceptionMessage')
73
94
  Filter = Shapes::StructureShape.new(name: 'Filter')
74
95
  FilterList = Shapes::ListShape.new(name: 'FilterList')
@@ -89,18 +110,24 @@ module Aws::DatabaseMigrationService
89
110
  MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
90
111
  ModifyEndpointMessage = Shapes::StructureShape.new(name: 'ModifyEndpointMessage')
91
112
  ModifyEndpointResponse = Shapes::StructureShape.new(name: 'ModifyEndpointResponse')
113
+ ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
114
+ ModifyEventSubscriptionResponse = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResponse')
92
115
  ModifyReplicationInstanceMessage = Shapes::StructureShape.new(name: 'ModifyReplicationInstanceMessage')
93
116
  ModifyReplicationInstanceResponse = Shapes::StructureShape.new(name: 'ModifyReplicationInstanceResponse')
94
117
  ModifyReplicationSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyReplicationSubnetGroupMessage')
95
118
  ModifyReplicationSubnetGroupResponse = Shapes::StructureShape.new(name: 'ModifyReplicationSubnetGroupResponse')
96
119
  ModifyReplicationTaskMessage = Shapes::StructureShape.new(name: 'ModifyReplicationTaskMessage')
97
120
  ModifyReplicationTaskResponse = Shapes::StructureShape.new(name: 'ModifyReplicationTaskResponse')
121
+ MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
122
+ NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
98
123
  OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
99
124
  OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
100
125
  RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
101
126
  RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
102
127
  RefreshSchemasStatus = Shapes::StructureShape.new(name: 'RefreshSchemasStatus')
103
128
  RefreshSchemasStatusTypeValue = Shapes::StringShape.new(name: 'RefreshSchemasStatusTypeValue')
129
+ ReloadTablesMessage = Shapes::StructureShape.new(name: 'ReloadTablesMessage')
130
+ ReloadTablesResponse = Shapes::StructureShape.new(name: 'ReloadTablesResponse')
104
131
  RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
105
132
  RemoveTagsFromResourceResponse = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceResponse')
106
133
  ReplicationEndpointTypeValue = Shapes::StringShape.new(name: 'ReplicationEndpointTypeValue')
@@ -118,8 +145,13 @@ module Aws::DatabaseMigrationService
118
145
  ResourceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsFault')
119
146
  ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
120
147
  ResourceQuotaExceededFault = Shapes::StructureShape.new(name: 'ResourceQuotaExceededFault')
148
+ S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
149
+ SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
150
+ SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
121
151
  SchemaList = Shapes::ListShape.new(name: 'SchemaList')
122
152
  SecretString = Shapes::StringShape.new(name: 'SecretString')
153
+ SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
154
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
123
155
  StartReplicationTaskMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskMessage')
124
156
  StartReplicationTaskResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskResponse')
125
157
  StartReplicationTaskTypeValue = Shapes::StringShape.new(name: 'StartReplicationTaskTypeValue')
@@ -134,8 +166,10 @@ module Aws::DatabaseMigrationService
134
166
  SupportedEndpointType = Shapes::StructureShape.new(name: 'SupportedEndpointType')
135
167
  SupportedEndpointTypeList = Shapes::ListShape.new(name: 'SupportedEndpointTypeList')
136
168
  TStamp = Shapes::TimestampShape.new(name: 'TStamp')
169
+ TableListToReload = Shapes::ListShape.new(name: 'TableListToReload')
137
170
  TableStatistics = Shapes::StructureShape.new(name: 'TableStatistics')
138
171
  TableStatisticsList = Shapes::ListShape.new(name: 'TableStatisticsList')
172
+ TableToReload = Shapes::StructureShape.new(name: 'TableToReload')
139
173
  Tag = Shapes::StructureShape.new(name: 'Tag')
140
174
  TagList = Shapes::ListShape.new(name: 'TagList')
141
175
  TestConnectionMessage = Shapes::StructureShape.new(name: 'TestConnectionMessage')
@@ -198,11 +232,26 @@ module Aws::DatabaseMigrationService
198
232
  CreateEndpointMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
199
233
  CreateEndpointMessage.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
200
234
  CreateEndpointMessage.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
235
+ CreateEndpointMessage.add_member(:dynamo_db_settings, Shapes::ShapeRef.new(shape: DynamoDbSettings, location_name: "DynamoDbSettings"))
236
+ CreateEndpointMessage.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3Settings, location_name: "S3Settings"))
237
+ CreateEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
201
238
  CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
202
239
 
203
240
  CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
204
241
  CreateEndpointResponse.struct_class = Types::CreateEndpointResponse
205
242
 
243
+ CreateEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
244
+ CreateEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnsTopicArn"))
245
+ CreateEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
246
+ CreateEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
247
+ CreateEventSubscriptionMessage.add_member(:source_ids, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIds"))
248
+ CreateEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
249
+ CreateEventSubscriptionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
250
+ CreateEventSubscriptionMessage.struct_class = Types::CreateEventSubscriptionMessage
251
+
252
+ CreateEventSubscriptionResponse.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
253
+ CreateEventSubscriptionResponse.struct_class = Types::CreateEventSubscriptionResponse
254
+
206
255
  CreateReplicationInstanceMessage.add_member(:replication_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceIdentifier"))
207
256
  CreateReplicationInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
208
257
  CreateReplicationInstanceMessage.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceClass"))
@@ -256,6 +305,12 @@ module Aws::DatabaseMigrationService
256
305
  DeleteEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
257
306
  DeleteEndpointResponse.struct_class = Types::DeleteEndpointResponse
258
307
 
308
+ DeleteEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
309
+ DeleteEventSubscriptionMessage.struct_class = Types::DeleteEventSubscriptionMessage
310
+
311
+ DeleteEventSubscriptionResponse.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
312
+ DeleteEventSubscriptionResponse.struct_class = Types::DeleteEventSubscriptionResponse
313
+
259
314
  DeleteReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
260
315
  DeleteReplicationInstanceMessage.struct_class = Types::DeleteReplicationInstanceMessage
261
316
 
@@ -314,6 +369,38 @@ module Aws::DatabaseMigrationService
314
369
  DescribeEndpointsResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: EndpointList, location_name: "Endpoints"))
315
370
  DescribeEndpointsResponse.struct_class = Types::DescribeEndpointsResponse
316
371
 
372
+ DescribeEventCategoriesMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
373
+ DescribeEventCategoriesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
374
+ DescribeEventCategoriesMessage.struct_class = Types::DescribeEventCategoriesMessage
375
+
376
+ DescribeEventCategoriesResponse.add_member(:event_category_group_list, Shapes::ShapeRef.new(shape: EventCategoryGroupList, location_name: "EventCategoryGroupList"))
377
+ DescribeEventCategoriesResponse.struct_class = Types::DescribeEventCategoriesResponse
378
+
379
+ DescribeEventSubscriptionsMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionName"))
380
+ DescribeEventSubscriptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
381
+ DescribeEventSubscriptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
382
+ DescribeEventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
383
+ DescribeEventSubscriptionsMessage.struct_class = Types::DescribeEventSubscriptionsMessage
384
+
385
+ DescribeEventSubscriptionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
386
+ DescribeEventSubscriptionsResponse.add_member(:event_subscriptions_list, Shapes::ShapeRef.new(shape: EventSubscriptionsList, location_name: "EventSubscriptionsList"))
387
+ DescribeEventSubscriptionsResponse.struct_class = Types::DescribeEventSubscriptionsResponse
388
+
389
+ DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
390
+ DescribeEventsMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
391
+ DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
392
+ DescribeEventsMessage.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
393
+ DescribeEventsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
394
+ DescribeEventsMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
395
+ DescribeEventsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
396
+ DescribeEventsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
397
+ DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
398
+ DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
399
+
400
+ DescribeEventsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
401
+ DescribeEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
402
+ DescribeEventsResponse.struct_class = Types::DescribeEventsResponse
403
+
317
404
  DescribeOrderableReplicationInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
318
405
  DescribeOrderableReplicationInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
319
406
  DescribeOrderableReplicationInstancesMessage.struct_class = Types::DescribeOrderableReplicationInstancesMessage
@@ -374,6 +461,9 @@ module Aws::DatabaseMigrationService
374
461
  DescribeTableStatisticsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
375
462
  DescribeTableStatisticsResponse.struct_class = Types::DescribeTableStatisticsResponse
376
463
 
464
+ DynamoDbSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceAccessRoleArn"))
465
+ DynamoDbSettings.struct_class = Types::DynamoDbSettings
466
+
377
467
  Endpoint.add_member(:endpoint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "EndpointIdentifier"))
378
468
  Endpoint.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: ReplicationEndpointTypeValue, location_name: "EndpointType"))
379
469
  Endpoint.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
@@ -387,10 +477,44 @@ module Aws::DatabaseMigrationService
387
477
  Endpoint.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, location_name: "EndpointArn"))
388
478
  Endpoint.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
389
479
  Endpoint.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
480
+ Endpoint.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalId"))
481
+ Endpoint.add_member(:dynamo_db_settings, Shapes::ShapeRef.new(shape: DynamoDbSettings, location_name: "DynamoDbSettings"))
482
+ Endpoint.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3Settings, location_name: "S3Settings"))
483
+ Endpoint.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
390
484
  Endpoint.struct_class = Types::Endpoint
391
485
 
392
486
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint")
393
487
 
488
+ Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
489
+ Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
490
+ Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
491
+ Event.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
492
+ Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
493
+ Event.struct_class = Types::Event
494
+
495
+ EventCategoriesList.member = Shapes::ShapeRef.new(shape: String, location_name: "EventCategory")
496
+
497
+ EventCategoryGroup.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
498
+ EventCategoryGroup.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
499
+ EventCategoryGroup.struct_class = Types::EventCategoryGroup
500
+
501
+ EventCategoryGroupList.member = Shapes::ShapeRef.new(shape: EventCategoryGroup, location_name: "EventCategoryGroup")
502
+
503
+ EventList.member = Shapes::ShapeRef.new(shape: Event, location_name: "Event")
504
+
505
+ EventSubscription.add_member(:customer_aws_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomerAwsId"))
506
+ EventSubscription.add_member(:cust_subscription_id, Shapes::ShapeRef.new(shape: String, location_name: "CustSubscriptionId"))
507
+ EventSubscription.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
508
+ EventSubscription.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
509
+ EventSubscription.add_member(:subscription_creation_time, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionCreationTime"))
510
+ EventSubscription.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
511
+ EventSubscription.add_member(:source_ids_list, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIdsList"))
512
+ EventSubscription.add_member(:event_categories_list, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategoriesList"))
513
+ EventSubscription.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
514
+ EventSubscription.struct_class = Types::EventSubscription
515
+
516
+ EventSubscriptionsList.member = Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription")
517
+
394
518
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
395
519
  Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
396
520
  Filter.struct_class = Types::Filter
@@ -402,6 +526,7 @@ module Aws::DatabaseMigrationService
402
526
  ImportCertificateMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateIdentifier"))
403
527
  ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: String, location_name: "CertificatePem"))
404
528
  ImportCertificateMessage.add_member(:certificate_wallet, Shapes::ShapeRef.new(shape: CertificateWallet, location_name: "CertificateWallet"))
529
+ ImportCertificateMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
405
530
  ImportCertificateMessage.struct_class = Types::ImportCertificateMessage
406
531
 
407
532
  ImportCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
@@ -427,11 +552,24 @@ module Aws::DatabaseMigrationService
427
552
  ModifyEndpointMessage.add_member(:extra_connection_attributes, Shapes::ShapeRef.new(shape: String, location_name: "ExtraConnectionAttributes"))
428
553
  ModifyEndpointMessage.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
429
554
  ModifyEndpointMessage.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
555
+ ModifyEndpointMessage.add_member(:dynamo_db_settings, Shapes::ShapeRef.new(shape: DynamoDbSettings, location_name: "DynamoDbSettings"))
556
+ ModifyEndpointMessage.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3Settings, location_name: "S3Settings"))
557
+ ModifyEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
430
558
  ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
431
559
 
432
560
  ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
433
561
  ModifyEndpointResponse.struct_class = Types::ModifyEndpointResponse
434
562
 
563
+ ModifyEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
564
+ ModifyEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
565
+ ModifyEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
566
+ ModifyEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
567
+ ModifyEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
568
+ ModifyEventSubscriptionMessage.struct_class = Types::ModifyEventSubscriptionMessage
569
+
570
+ ModifyEventSubscriptionResponse.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
571
+ ModifyEventSubscriptionResponse.struct_class = Types::ModifyEventSubscriptionResponse
572
+
435
573
  ModifyReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
436
574
  ModifyReplicationInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
437
575
  ModifyReplicationInstanceMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
@@ -467,6 +605,19 @@ module Aws::DatabaseMigrationService
467
605
  ModifyReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
468
606
  ModifyReplicationTaskResponse.struct_class = Types::ModifyReplicationTaskResponse
469
607
 
608
+ MongoDbSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
609
+ MongoDbSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
610
+ MongoDbSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
611
+ MongoDbSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
612
+ MongoDbSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
613
+ MongoDbSettings.add_member(:auth_type, Shapes::ShapeRef.new(shape: AuthTypeValue, location_name: "AuthType"))
614
+ MongoDbSettings.add_member(:auth_mechanism, Shapes::ShapeRef.new(shape: AuthMechanismValue, location_name: "AuthMechanism"))
615
+ MongoDbSettings.add_member(:nesting_level, Shapes::ShapeRef.new(shape: NestingLevelValue, location_name: "NestingLevel"))
616
+ MongoDbSettings.add_member(:extract_doc_id, Shapes::ShapeRef.new(shape: String, location_name: "ExtractDocId"))
617
+ MongoDbSettings.add_member(:docs_to_investigate, Shapes::ShapeRef.new(shape: String, location_name: "DocsToInvestigate"))
618
+ MongoDbSettings.add_member(:auth_source, Shapes::ShapeRef.new(shape: String, location_name: "AuthSource"))
619
+ MongoDbSettings.struct_class = Types::MongoDbSettings
620
+
470
621
  OrderableReplicationInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
471
622
  OrderableReplicationInstance.add_member(:replication_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceClass"))
472
623
  OrderableReplicationInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
@@ -492,6 +643,13 @@ module Aws::DatabaseMigrationService
492
643
  RefreshSchemasStatus.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
493
644
  RefreshSchemasStatus.struct_class = Types::RefreshSchemasStatus
494
645
 
646
+ ReloadTablesMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
647
+ ReloadTablesMessage.add_member(:tables_to_reload, Shapes::ShapeRef.new(shape: TableListToReload, required: true, location_name: "TablesToReload"))
648
+ ReloadTablesMessage.struct_class = Types::ReloadTablesMessage
649
+
650
+ ReloadTablesResponse.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
651
+ ReloadTablesResponse.struct_class = Types::ReloadTablesResponse
652
+
495
653
  RemoveTagsFromResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceArn"))
496
654
  RemoveTagsFromResourceMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
497
655
  RemoveTagsFromResourceMessage.struct_class = Types::RemoveTagsFromResourceMessage
@@ -568,8 +726,19 @@ module Aws::DatabaseMigrationService
568
726
  ReplicationTaskStats.add_member(:tables_errored, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesErrored"))
569
727
  ReplicationTaskStats.struct_class = Types::ReplicationTaskStats
570
728
 
729
+ S3Settings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
730
+ S3Settings.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
731
+ S3Settings.add_member(:csv_row_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "CsvRowDelimiter"))
732
+ S3Settings.add_member(:csv_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "CsvDelimiter"))
733
+ S3Settings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
734
+ S3Settings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
735
+ S3Settings.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionTypeValue, location_name: "CompressionType"))
736
+ S3Settings.struct_class = Types::S3Settings
737
+
571
738
  SchemaList.member = Shapes::ShapeRef.new(shape: String)
572
739
 
740
+ SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
741
+
573
742
  StartReplicationTaskMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
574
743
  StartReplicationTaskMessage.add_member(:start_replication_task_type, Shapes::ShapeRef.new(shape: StartReplicationTaskTypeValue, required: true, location_name: "StartReplicationTaskType"))
575
744
  StartReplicationTaskMessage.add_member(:cdc_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "CdcStartTime"))
@@ -600,6 +769,8 @@ module Aws::DatabaseMigrationService
600
769
 
601
770
  SupportedEndpointTypeList.member = Shapes::ShapeRef.new(shape: SupportedEndpointType, location_name: "SupportedEndpointType")
602
771
 
772
+ TableListToReload.member = Shapes::ShapeRef.new(shape: TableToReload)
773
+
603
774
  TableStatistics.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, location_name: "SchemaName"))
604
775
  TableStatistics.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "TableName"))
605
776
  TableStatistics.add_member(:inserts, Shapes::ShapeRef.new(shape: Long, location_name: "Inserts"))
@@ -607,12 +778,18 @@ module Aws::DatabaseMigrationService
607
778
  TableStatistics.add_member(:updates, Shapes::ShapeRef.new(shape: Long, location_name: "Updates"))
608
779
  TableStatistics.add_member(:ddls, Shapes::ShapeRef.new(shape: Long, location_name: "Ddls"))
609
780
  TableStatistics.add_member(:full_load_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadRows"))
781
+ TableStatistics.add_member(:full_load_condtnl_chk_failed_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadCondtnlChkFailedRows"))
782
+ TableStatistics.add_member(:full_load_error_rows, Shapes::ShapeRef.new(shape: Long, location_name: "FullLoadErrorRows"))
610
783
  TableStatistics.add_member(:last_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LastUpdateTime"))
611
784
  TableStatistics.add_member(:table_state, Shapes::ShapeRef.new(shape: String, location_name: "TableState"))
612
785
  TableStatistics.struct_class = Types::TableStatistics
613
786
 
614
787
  TableStatisticsList.member = Shapes::ShapeRef.new(shape: TableStatistics)
615
788
 
789
+ TableToReload.add_member(:schema_name, Shapes::ShapeRef.new(shape: String, location_name: "SchemaName"))
790
+ TableToReload.add_member(:table_name, Shapes::ShapeRef.new(shape: String, location_name: "TableName"))
791
+ TableToReload.struct_class = Types::TableToReload
792
+
616
793
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
617
794
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
618
795
  Tag.struct_class = Types::Tag
@@ -672,6 +849,19 @@ module Aws::DatabaseMigrationService
672
849
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
673
850
  end)
674
851
 
852
+ api.add_operation(:create_event_subscription, Seahorse::Model::Operation.new.tap do |o|
853
+ o.name = "CreateEventSubscription"
854
+ o.http_method = "POST"
855
+ o.http_request_uri = "/"
856
+ o.input = Shapes::ShapeRef.new(shape: CreateEventSubscriptionMessage)
857
+ o.output = Shapes::ShapeRef.new(shape: CreateEventSubscriptionResponse)
858
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
859
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
860
+ o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
861
+ o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
862
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
863
+ end)
864
+
675
865
  api.add_operation(:create_replication_instance, Seahorse::Model::Operation.new.tap do |o|
676
866
  o.name = "CreateReplicationInstance"
677
867
  o.http_method = "POST"
@@ -710,6 +900,7 @@ module Aws::DatabaseMigrationService
710
900
  o.http_request_uri = "/"
711
901
  o.input = Shapes::ShapeRef.new(shape: CreateReplicationTaskMessage)
712
902
  o.output = Shapes::ShapeRef.new(shape: CreateReplicationTaskResponse)
903
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
713
904
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
714
905
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
715
906
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
@@ -737,6 +928,16 @@ module Aws::DatabaseMigrationService
737
928
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
738
929
  end)
739
930
 
931
+ api.add_operation(:delete_event_subscription, Seahorse::Model::Operation.new.tap do |o|
932
+ o.name = "DeleteEventSubscription"
933
+ o.http_method = "POST"
934
+ o.http_request_uri = "/"
935
+ o.input = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionMessage)
936
+ o.output = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionResponse)
937
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
939
+ end)
940
+
740
941
  api.add_operation(:delete_replication_instance, Seahorse::Model::Operation.new.tap do |o|
741
942
  o.name = "DeleteReplicationInstance"
742
943
  o.http_method = "POST"
@@ -782,6 +983,12 @@ module Aws::DatabaseMigrationService
782
983
  o.input = Shapes::ShapeRef.new(shape: DescribeCertificatesMessage)
783
984
  o.output = Shapes::ShapeRef.new(shape: DescribeCertificatesResponse)
784
985
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
986
+ o[:pager] = Aws::Pager.new(
987
+ limit_key: "max_records",
988
+ tokens: {
989
+ "marker" => "marker"
990
+ }
991
+ )
785
992
  end)
786
993
 
787
994
  api.add_operation(:describe_connections, Seahorse::Model::Operation.new.tap do |o|
@@ -791,6 +998,12 @@ module Aws::DatabaseMigrationService
791
998
  o.input = Shapes::ShapeRef.new(shape: DescribeConnectionsMessage)
792
999
  o.output = Shapes::ShapeRef.new(shape: DescribeConnectionsResponse)
793
1000
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1001
+ o[:pager] = Aws::Pager.new(
1002
+ limit_key: "max_records",
1003
+ tokens: {
1004
+ "marker" => "marker"
1005
+ }
1006
+ )
794
1007
  end)
795
1008
 
796
1009
  api.add_operation(:describe_endpoint_types, Seahorse::Model::Operation.new.tap do |o|
@@ -799,6 +1012,12 @@ module Aws::DatabaseMigrationService
799
1012
  o.http_request_uri = "/"
800
1013
  o.input = Shapes::ShapeRef.new(shape: DescribeEndpointTypesMessage)
801
1014
  o.output = Shapes::ShapeRef.new(shape: DescribeEndpointTypesResponse)
1015
+ o[:pager] = Aws::Pager.new(
1016
+ limit_key: "max_records",
1017
+ tokens: {
1018
+ "marker" => "marker"
1019
+ }
1020
+ )
802
1021
  end)
803
1022
 
804
1023
  api.add_operation(:describe_endpoints, Seahorse::Model::Operation.new.tap do |o|
@@ -808,6 +1027,49 @@ module Aws::DatabaseMigrationService
808
1027
  o.input = Shapes::ShapeRef.new(shape: DescribeEndpointsMessage)
809
1028
  o.output = Shapes::ShapeRef.new(shape: DescribeEndpointsResponse)
810
1029
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1030
+ o[:pager] = Aws::Pager.new(
1031
+ limit_key: "max_records",
1032
+ tokens: {
1033
+ "marker" => "marker"
1034
+ }
1035
+ )
1036
+ end)
1037
+
1038
+ api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
1039
+ o.name = "DescribeEventCategories"
1040
+ o.http_method = "POST"
1041
+ o.http_request_uri = "/"
1042
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventCategoriesMessage)
1043
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventCategoriesResponse)
1044
+ end)
1045
+
1046
+ api.add_operation(:describe_event_subscriptions, Seahorse::Model::Operation.new.tap do |o|
1047
+ o.name = "DescribeEventSubscriptions"
1048
+ o.http_method = "POST"
1049
+ o.http_request_uri = "/"
1050
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventSubscriptionsMessage)
1051
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventSubscriptionsResponse)
1052
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1053
+ o[:pager] = Aws::Pager.new(
1054
+ limit_key: "max_records",
1055
+ tokens: {
1056
+ "marker" => "marker"
1057
+ }
1058
+ )
1059
+ end)
1060
+
1061
+ api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
1062
+ o.name = "DescribeEvents"
1063
+ o.http_method = "POST"
1064
+ o.http_request_uri = "/"
1065
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventsMessage)
1066
+ o.output = Shapes::ShapeRef.new(shape: DescribeEventsResponse)
1067
+ o[:pager] = Aws::Pager.new(
1068
+ limit_key: "max_records",
1069
+ tokens: {
1070
+ "marker" => "marker"
1071
+ }
1072
+ )
811
1073
  end)
812
1074
 
813
1075
  api.add_operation(:describe_orderable_replication_instances, Seahorse::Model::Operation.new.tap do |o|
@@ -816,6 +1078,12 @@ module Aws::DatabaseMigrationService
816
1078
  o.http_request_uri = "/"
817
1079
  o.input = Shapes::ShapeRef.new(shape: DescribeOrderableReplicationInstancesMessage)
818
1080
  o.output = Shapes::ShapeRef.new(shape: DescribeOrderableReplicationInstancesResponse)
1081
+ o[:pager] = Aws::Pager.new(
1082
+ limit_key: "max_records",
1083
+ tokens: {
1084
+ "marker" => "marker"
1085
+ }
1086
+ )
819
1087
  end)
820
1088
 
821
1089
  api.add_operation(:describe_refresh_schemas_status, Seahorse::Model::Operation.new.tap do |o|
@@ -835,6 +1103,12 @@ module Aws::DatabaseMigrationService
835
1103
  o.input = Shapes::ShapeRef.new(shape: DescribeReplicationInstancesMessage)
836
1104
  o.output = Shapes::ShapeRef.new(shape: DescribeReplicationInstancesResponse)
837
1105
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1106
+ o[:pager] = Aws::Pager.new(
1107
+ limit_key: "max_records",
1108
+ tokens: {
1109
+ "marker" => "marker"
1110
+ }
1111
+ )
838
1112
  end)
839
1113
 
840
1114
  api.add_operation(:describe_replication_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
@@ -844,6 +1118,12 @@ module Aws::DatabaseMigrationService
844
1118
  o.input = Shapes::ShapeRef.new(shape: DescribeReplicationSubnetGroupsMessage)
845
1119
  o.output = Shapes::ShapeRef.new(shape: DescribeReplicationSubnetGroupsResponse)
846
1120
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1121
+ o[:pager] = Aws::Pager.new(
1122
+ limit_key: "max_records",
1123
+ tokens: {
1124
+ "marker" => "marker"
1125
+ }
1126
+ )
847
1127
  end)
848
1128
 
849
1129
  api.add_operation(:describe_replication_tasks, Seahorse::Model::Operation.new.tap do |o|
@@ -853,6 +1133,12 @@ module Aws::DatabaseMigrationService
853
1133
  o.input = Shapes::ShapeRef.new(shape: DescribeReplicationTasksMessage)
854
1134
  o.output = Shapes::ShapeRef.new(shape: DescribeReplicationTasksResponse)
855
1135
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1136
+ o[:pager] = Aws::Pager.new(
1137
+ limit_key: "max_records",
1138
+ tokens: {
1139
+ "marker" => "marker"
1140
+ }
1141
+ )
856
1142
  end)
857
1143
 
858
1144
  api.add_operation(:describe_schemas, Seahorse::Model::Operation.new.tap do |o|
@@ -863,6 +1149,12 @@ module Aws::DatabaseMigrationService
863
1149
  o.output = Shapes::ShapeRef.new(shape: DescribeSchemasResponse)
864
1150
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
865
1151
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1152
+ o[:pager] = Aws::Pager.new(
1153
+ limit_key: "max_records",
1154
+ tokens: {
1155
+ "marker" => "marker"
1156
+ }
1157
+ )
866
1158
  end)
867
1159
 
868
1160
  api.add_operation(:describe_table_statistics, Seahorse::Model::Operation.new.tap do |o|
@@ -873,6 +1165,12 @@ module Aws::DatabaseMigrationService
873
1165
  o.output = Shapes::ShapeRef.new(shape: DescribeTableStatisticsResponse)
874
1166
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
875
1167
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
1168
+ o[:pager] = Aws::Pager.new(
1169
+ limit_key: "max_records",
1170
+ tokens: {
1171
+ "marker" => "marker"
1172
+ }
1173
+ )
876
1174
  end)
877
1175
 
878
1176
  api.add_operation(:import_certificate, Seahorse::Model::Operation.new.tap do |o|
@@ -904,6 +1202,19 @@ module Aws::DatabaseMigrationService
904
1202
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
905
1203
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
906
1204
  o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
1205
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
1206
+ end)
1207
+
1208
+ api.add_operation(:modify_event_subscription, Seahorse::Model::Operation.new.tap do |o|
1209
+ o.name = "ModifyEventSubscription"
1210
+ o.http_method = "POST"
1211
+ o.http_request_uri = "/"
1212
+ o.input = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionMessage)
1213
+ o.output = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionResponse)
1214
+ o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
1215
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1216
+ o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
1217
+ o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
907
1218
  end)
908
1219
 
909
1220
  api.add_operation(:modify_replication_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -958,6 +1269,16 @@ module Aws::DatabaseMigrationService
958
1269
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
959
1270
  end)
960
1271
 
1272
+ api.add_operation(:reload_tables, Seahorse::Model::Operation.new.tap do |o|
1273
+ o.name = "ReloadTables"
1274
+ o.http_method = "POST"
1275
+ o.http_request_uri = "/"
1276
+ o.input = Shapes::ShapeRef.new(shape: ReloadTablesMessage)
1277
+ o.output = Shapes::ShapeRef.new(shape: ReloadTablesResponse)
1278
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1279
+ o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
1280
+ end)
1281
+
961
1282
  api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
962
1283
  o.name = "RemoveTagsFromResource"
963
1284
  o.http_method = "POST"