aws-sdk-databasemigrationservice 1.17.0 → 1.18.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.
@@ -16,9 +16,12 @@ 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
+ ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
20
+ ApplyPendingMaintenanceActionResponse = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResponse')
19
21
  AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
20
22
  AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
21
23
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
24
+ AvailabilityZonesList = Shapes::ListShape.new(name: 'AvailabilityZonesList')
22
25
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
26
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
24
27
  Certificate = Shapes::StructureShape.new(name: 'Certificate')
@@ -37,6 +40,7 @@ module Aws::DatabaseMigrationService
37
40
  CreateReplicationSubnetGroupResponse = Shapes::StructureShape.new(name: 'CreateReplicationSubnetGroupResponse')
38
41
  CreateReplicationTaskMessage = Shapes::StructureShape.new(name: 'CreateReplicationTaskMessage')
39
42
  CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
43
+ DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
40
44
  DeleteCertificateMessage = Shapes::StructureShape.new(name: 'DeleteCertificateMessage')
41
45
  DeleteCertificateResponse = Shapes::StructureShape.new(name: 'DeleteCertificateResponse')
42
46
  DeleteEndpointMessage = Shapes::StructureShape.new(name: 'DeleteEndpointMessage')
@@ -67,6 +71,8 @@ module Aws::DatabaseMigrationService
67
71
  DescribeEventsResponse = Shapes::StructureShape.new(name: 'DescribeEventsResponse')
68
72
  DescribeOrderableReplicationInstancesMessage = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesMessage')
69
73
  DescribeOrderableReplicationInstancesResponse = Shapes::StructureShape.new(name: 'DescribeOrderableReplicationInstancesResponse')
74
+ DescribePendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsMessage')
75
+ DescribePendingMaintenanceActionsResponse = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsResponse')
70
76
  DescribeRefreshSchemasStatusMessage = Shapes::StructureShape.new(name: 'DescribeRefreshSchemasStatusMessage')
71
77
  DescribeRefreshSchemasStatusResponse = Shapes::StructureShape.new(name: 'DescribeRefreshSchemasStatusResponse')
72
78
  DescribeReplicationInstanceTaskLogsMessage = Shapes::StructureShape.new(name: 'DescribeReplicationInstanceTaskLogsMessage')
@@ -87,6 +93,8 @@ module Aws::DatabaseMigrationService
87
93
  DmsTransferSettings = Shapes::StructureShape.new(name: 'DmsTransferSettings')
88
94
  DynamoDbSettings = Shapes::StructureShape.new(name: 'DynamoDbSettings')
89
95
  ElasticsearchSettings = Shapes::StructureShape.new(name: 'ElasticsearchSettings')
96
+ EncodingTypeValue = Shapes::StringShape.new(name: 'EncodingTypeValue')
97
+ EncryptionModeValue = Shapes::StringShape.new(name: 'EncryptionModeValue')
90
98
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
91
99
  EndpointList = Shapes::ListShape.new(name: 'EndpointList')
92
100
  Event = Shapes::StructureShape.new(name: 'Event')
@@ -108,7 +116,12 @@ module Aws::DatabaseMigrationService
108
116
  InvalidCertificateFault = Shapes::StructureShape.new(name: 'InvalidCertificateFault')
109
117
  InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
110
118
  InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
119
+ KMSAccessDeniedFault = Shapes::StructureShape.new(name: 'KMSAccessDeniedFault')
120
+ KMSDisabledFault = Shapes::StructureShape.new(name: 'KMSDisabledFault')
121
+ KMSInvalidStateFault = Shapes::StructureShape.new(name: 'KMSInvalidStateFault')
111
122
  KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
123
+ KMSNotFoundFault = Shapes::StructureShape.new(name: 'KMSNotFoundFault')
124
+ KMSThrottlingFault = Shapes::StructureShape.new(name: 'KMSThrottlingFault')
112
125
  KeyList = Shapes::ListShape.new(name: 'KeyList')
113
126
  KinesisSettings = Shapes::StructureShape.new(name: 'KinesisSettings')
114
127
  ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
@@ -130,8 +143,13 @@ module Aws::DatabaseMigrationService
130
143
  NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
131
144
  OrderableReplicationInstance = Shapes::StructureShape.new(name: 'OrderableReplicationInstance')
132
145
  OrderableReplicationInstanceList = Shapes::ListShape.new(name: 'OrderableReplicationInstanceList')
146
+ ParquetVersionValue = Shapes::StringShape.new(name: 'ParquetVersionValue')
147
+ PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
148
+ PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
149
+ PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
133
150
  RebootReplicationInstanceMessage = Shapes::StructureShape.new(name: 'RebootReplicationInstanceMessage')
134
151
  RebootReplicationInstanceResponse = Shapes::StructureShape.new(name: 'RebootReplicationInstanceResponse')
152
+ RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
135
153
  RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
136
154
  RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
137
155
  RefreshSchemasStatus = Shapes::StructureShape.new(name: 'RefreshSchemasStatus')
@@ -158,7 +176,9 @@ module Aws::DatabaseMigrationService
158
176
  ReplicationTaskList = Shapes::ListShape.new(name: 'ReplicationTaskList')
159
177
  ReplicationTaskStats = Shapes::StructureShape.new(name: 'ReplicationTaskStats')
160
178
  ResourceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsFault')
179
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
161
180
  ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
181
+ ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
162
182
  ResourceQuotaExceededFault = Shapes::StructureShape.new(name: 'ResourceQuotaExceededFault')
163
183
  S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
164
184
  SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
@@ -209,9 +229,19 @@ module Aws::DatabaseMigrationService
209
229
 
210
230
  AddTagsToResourceResponse.struct_class = Types::AddTagsToResourceResponse
211
231
 
232
+ ApplyPendingMaintenanceActionMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
233
+ ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
234
+ ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
235
+ ApplyPendingMaintenanceActionMessage.struct_class = Types::ApplyPendingMaintenanceActionMessage
236
+
237
+ ApplyPendingMaintenanceActionResponse.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
238
+ ApplyPendingMaintenanceActionResponse.struct_class = Types::ApplyPendingMaintenanceActionResponse
239
+
212
240
  AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
213
241
  AvailabilityZone.struct_class = Types::AvailabilityZone
214
242
 
243
+ AvailabilityZonesList.member = Shapes::ShapeRef.new(shape: String)
244
+
215
245
  Certificate.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
216
246
  Certificate.add_member(:certificate_creation_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CertificateCreationDate"))
217
247
  Certificate.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: String, location_name: "CertificatePem"))
@@ -257,6 +287,7 @@ module Aws::DatabaseMigrationService
257
287
  CreateEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
258
288
  CreateEndpointMessage.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
259
289
  CreateEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
290
+ CreateEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
260
291
  CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
261
292
 
262
293
  CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -434,6 +465,16 @@ module Aws::DatabaseMigrationService
434
465
  DescribeOrderableReplicationInstancesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
435
466
  DescribeOrderableReplicationInstancesResponse.struct_class = Types::DescribeOrderableReplicationInstancesResponse
436
467
 
468
+ DescribePendingMaintenanceActionsMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceArn"))
469
+ DescribePendingMaintenanceActionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
470
+ DescribePendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
471
+ DescribePendingMaintenanceActionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
472
+ DescribePendingMaintenanceActionsMessage.struct_class = Types::DescribePendingMaintenanceActionsMessage
473
+
474
+ DescribePendingMaintenanceActionsResponse.add_member(:pending_maintenance_actions, Shapes::ShapeRef.new(shape: PendingMaintenanceActions, location_name: "PendingMaintenanceActions"))
475
+ DescribePendingMaintenanceActionsResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
476
+ DescribePendingMaintenanceActionsResponse.struct_class = Types::DescribePendingMaintenanceActionsResponse
477
+
437
478
  DescribeRefreshSchemasStatusMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
438
479
  DescribeRefreshSchemasStatusMessage.struct_class = Types::DescribeRefreshSchemasStatusMessage
439
480
 
@@ -481,6 +522,7 @@ module Aws::DatabaseMigrationService
481
522
  DescribeReplicationTasksMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
482
523
  DescribeReplicationTasksMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
483
524
  DescribeReplicationTasksMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
525
+ DescribeReplicationTasksMessage.add_member(:without_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "WithoutSettings"))
484
526
  DescribeReplicationTasksMessage.struct_class = Types::DescribeReplicationTasksMessage
485
527
 
486
528
  DescribeReplicationTasksResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
@@ -543,6 +585,7 @@ module Aws::DatabaseMigrationService
543
585
  Endpoint.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
544
586
  Endpoint.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
545
587
  Endpoint.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
588
+ Endpoint.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
546
589
  Endpoint.struct_class = Types::Endpoint
547
590
 
548
591
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
@@ -627,6 +670,7 @@ module Aws::DatabaseMigrationService
627
670
  ModifyEndpointMessage.add_member(:mongo_db_settings, Shapes::ShapeRef.new(shape: MongoDbSettings, location_name: "MongoDbSettings"))
628
671
  ModifyEndpointMessage.add_member(:kinesis_settings, Shapes::ShapeRef.new(shape: KinesisSettings, location_name: "KinesisSettings"))
629
672
  ModifyEndpointMessage.add_member(:elasticsearch_settings, Shapes::ShapeRef.new(shape: ElasticsearchSettings, location_name: "ElasticsearchSettings"))
673
+ ModifyEndpointMessage.add_member(:redshift_settings, Shapes::ShapeRef.new(shape: RedshiftSettings, location_name: "RedshiftSettings"))
630
674
  ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
631
675
 
632
676
  ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
@@ -700,10 +744,23 @@ module Aws::DatabaseMigrationService
700
744
  OrderableReplicationInstance.add_member(:max_allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxAllocatedStorage"))
701
745
  OrderableReplicationInstance.add_member(:default_allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "DefaultAllocatedStorage"))
702
746
  OrderableReplicationInstance.add_member(:included_allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "IncludedAllocatedStorage"))
747
+ OrderableReplicationInstance.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZonesList, location_name: "AvailabilityZones"))
703
748
  OrderableReplicationInstance.struct_class = Types::OrderableReplicationInstance
704
749
 
705
750
  OrderableReplicationInstanceList.member = Shapes::ShapeRef.new(shape: OrderableReplicationInstance)
706
751
 
752
+ PendingMaintenanceAction.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "Action"))
753
+ PendingMaintenanceAction.add_member(:auto_applied_after_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutoAppliedAfterDate"))
754
+ PendingMaintenanceAction.add_member(:forced_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ForcedApplyDate"))
755
+ PendingMaintenanceAction.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "OptInStatus"))
756
+ PendingMaintenanceAction.add_member(:current_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CurrentApplyDate"))
757
+ PendingMaintenanceAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
758
+ PendingMaintenanceAction.struct_class = Types::PendingMaintenanceAction
759
+
760
+ PendingMaintenanceActionDetails.member = Shapes::ShapeRef.new(shape: PendingMaintenanceAction)
761
+
762
+ PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions)
763
+
707
764
  RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
708
765
  RebootReplicationInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
709
766
  RebootReplicationInstanceMessage.struct_class = Types::RebootReplicationInstanceMessage
@@ -711,6 +768,33 @@ module Aws::DatabaseMigrationService
711
768
  RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
712
769
  RebootReplicationInstanceResponse.struct_class = Types::RebootReplicationInstanceResponse
713
770
 
771
+ RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
772
+ RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
773
+ RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
774
+ RedshiftSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
775
+ RedshiftSettings.add_member(:connection_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ConnectionTimeout"))
776
+ RedshiftSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
777
+ RedshiftSettings.add_member(:date_format, Shapes::ShapeRef.new(shape: String, location_name: "DateFormat"))
778
+ RedshiftSettings.add_member(:empty_as_null, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EmptyAsNull"))
779
+ RedshiftSettings.add_member(:encryption_mode, Shapes::ShapeRef.new(shape: EncryptionModeValue, location_name: "EncryptionMode"))
780
+ RedshiftSettings.add_member(:file_transfer_upload_streams, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "FileTransferUploadStreams"))
781
+ RedshiftSettings.add_member(:load_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "LoadTimeout"))
782
+ RedshiftSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
783
+ RedshiftSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
784
+ RedshiftSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
785
+ RedshiftSettings.add_member(:remove_quotes, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveQuotes"))
786
+ RedshiftSettings.add_member(:replace_invalid_chars, Shapes::ShapeRef.new(shape: String, location_name: "ReplaceInvalidChars"))
787
+ RedshiftSettings.add_member(:replace_chars, Shapes::ShapeRef.new(shape: String, location_name: "ReplaceChars"))
788
+ RedshiftSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
789
+ RedshiftSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
790
+ RedshiftSettings.add_member(:server_side_encryption_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "ServerSideEncryptionKmsKeyId"))
791
+ RedshiftSettings.add_member(:time_format, Shapes::ShapeRef.new(shape: String, location_name: "TimeFormat"))
792
+ RedshiftSettings.add_member(:trim_blanks, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TrimBlanks"))
793
+ RedshiftSettings.add_member(:truncate_columns, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TruncateColumns"))
794
+ RedshiftSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
795
+ RedshiftSettings.add_member(:write_buffer_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "WriteBufferSize"))
796
+ RedshiftSettings.struct_class = Types::RedshiftSettings
797
+
714
798
  RefreshSchemasMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
715
799
  RefreshSchemasMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
716
800
  RefreshSchemasMessage.struct_class = Types::RefreshSchemasMessage
@@ -832,6 +916,10 @@ module Aws::DatabaseMigrationService
832
916
  ReplicationTaskStats.add_member(:tables_errored, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesErrored"))
833
917
  ReplicationTaskStats.struct_class = Types::ReplicationTaskStats
834
918
 
919
+ ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
920
+ ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
921
+ ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
922
+
835
923
  S3Settings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
836
924
  S3Settings.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
837
925
  S3Settings.add_member(:csv_row_delimiter, Shapes::ShapeRef.new(shape: String, location_name: "CsvRowDelimiter"))
@@ -839,6 +927,16 @@ module Aws::DatabaseMigrationService
839
927
  S3Settings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
840
928
  S3Settings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
841
929
  S3Settings.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionTypeValue, location_name: "CompressionType"))
930
+ S3Settings.add_member(:encryption_mode, Shapes::ShapeRef.new(shape: EncryptionModeValue, location_name: "EncryptionMode"))
931
+ S3Settings.add_member(:server_side_encryption_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "ServerSideEncryptionKmsKeyId"))
932
+ S3Settings.add_member(:data_format, Shapes::ShapeRef.new(shape: DataFormatValue, location_name: "DataFormat"))
933
+ S3Settings.add_member(:encoding_type, Shapes::ShapeRef.new(shape: EncodingTypeValue, location_name: "EncodingType"))
934
+ S3Settings.add_member(:dict_page_size_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DictPageSizeLimit"))
935
+ S3Settings.add_member(:row_group_length, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "RowGroupLength"))
936
+ S3Settings.add_member(:data_page_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DataPageSize"))
937
+ S3Settings.add_member(:parquet_version, Shapes::ShapeRef.new(shape: ParquetVersionValue, location_name: "ParquetVersion"))
938
+ S3Settings.add_member(:enable_statistics, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableStatistics"))
939
+ S3Settings.add_member(:cdc_inserts_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsOnly"))
842
940
  S3Settings.struct_class = Types::S3Settings
843
941
 
844
942
  SchemaList.member = Shapes::ShapeRef.new(shape: String)
@@ -958,6 +1056,15 @@ module Aws::DatabaseMigrationService
958
1056
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
959
1057
  end)
960
1058
 
1059
+ api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
1060
+ o.name = "ApplyPendingMaintenanceAction"
1061
+ o.http_method = "POST"
1062
+ o.http_request_uri = "/"
1063
+ o.input = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionMessage)
1064
+ o.output = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionResponse)
1065
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1066
+ end)
1067
+
961
1068
  api.add_operation(:create_endpoint, Seahorse::Model::Operation.new.tap do |o|
962
1069
  o.name = "CreateEndpoint"
963
1070
  o.http_method = "POST"
@@ -979,10 +1086,15 @@ module Aws::DatabaseMigrationService
979
1086
  o.input = Shapes::ShapeRef.new(shape: CreateEventSubscriptionMessage)
980
1087
  o.output = Shapes::ShapeRef.new(shape: CreateEventSubscriptionResponse)
981
1088
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
1089
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
982
1090
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
983
1091
  o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
984
1092
  o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
985
- o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1093
+ o.errors << Shapes::ShapeRef.new(shape: KMSAccessDeniedFault)
1094
+ o.errors << Shapes::ShapeRef.new(shape: KMSDisabledFault)
1095
+ o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateFault)
1096
+ o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundFault)
1097
+ o.errors << Shapes::ShapeRef.new(shape: KMSThrottlingFault)
986
1098
  end)
987
1099
 
988
1100
  api.add_operation(:create_replication_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -1209,6 +1321,21 @@ module Aws::DatabaseMigrationService
1209
1321
  )
1210
1322
  end)
1211
1323
 
1324
+ api.add_operation(:describe_pending_maintenance_actions, Seahorse::Model::Operation.new.tap do |o|
1325
+ o.name = "DescribePendingMaintenanceActions"
1326
+ o.http_method = "POST"
1327
+ o.http_request_uri = "/"
1328
+ o.input = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsMessage)
1329
+ o.output = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsResponse)
1330
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1331
+ o[:pager] = Aws::Pager.new(
1332
+ limit_key: "max_records",
1333
+ tokens: {
1334
+ "marker" => "marker"
1335
+ }
1336
+ )
1337
+ end)
1338
+
1212
1339
  api.add_operation(:describe_refresh_schemas_status, Seahorse::Model::Operation.new.tap do |o|
1213
1340
  o.name = "DescribeRefreshSchemasStatus"
1214
1341
  o.http_method = "POST"
@@ -1370,6 +1497,11 @@ module Aws::DatabaseMigrationService
1370
1497
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1371
1498
  o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
1372
1499
  o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
1500
+ o.errors << Shapes::ShapeRef.new(shape: KMSAccessDeniedFault)
1501
+ o.errors << Shapes::ShapeRef.new(shape: KMSDisabledFault)
1502
+ o.errors << Shapes::ShapeRef.new(shape: KMSInvalidStateFault)
1503
+ o.errors << Shapes::ShapeRef.new(shape: KMSNotFoundFault)
1504
+ o.errors << Shapes::ShapeRef.new(shape: KMSThrottlingFault)
1373
1505
  end)
1374
1506
 
1375
1507
  api.add_operation(:modify_replication_instance, Seahorse::Model::Operation.new.tap do |o|
@@ -1378,6 +1510,7 @@ module Aws::DatabaseMigrationService
1378
1510
  o.http_request_uri = "/"
1379
1511
  o.input = Shapes::ShapeRef.new(shape: ModifyReplicationInstanceMessage)
1380
1512
  o.output = Shapes::ShapeRef.new(shape: ModifyReplicationInstanceResponse)
1513
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
1381
1514
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
1382
1515
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
1383
1516
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
@@ -67,6 +67,61 @@ module Aws::DatabaseMigrationService
67
67
  #
68
68
  class AddTagsToResourceResponse < Aws::EmptyStructure; end
69
69
 
70
+ # @note When making an API call, you may pass ApplyPendingMaintenanceActionMessage
71
+ # data as a hash:
72
+ #
73
+ # {
74
+ # replication_instance_arn: "String", # required
75
+ # apply_action: "String", # required
76
+ # opt_in_type: "String", # required
77
+ # }
78
+ #
79
+ # @!attribute [rw] replication_instance_arn
80
+ # The Amazon Resource Name (ARN) of the AWS DMS resource that the
81
+ # pending maintenance action applies to.
82
+ # @return [String]
83
+ #
84
+ # @!attribute [rw] apply_action
85
+ # The pending maintenance action to apply to this resource.
86
+ # @return [String]
87
+ #
88
+ # @!attribute [rw] opt_in_type
89
+ # A value that specifies the type of opt-in request, or undoes an
90
+ # opt-in request. An opt-in request of type `immediate` cannot be
91
+ # undone.
92
+ #
93
+ # Valid values:
94
+ #
95
+ # * `immediate` - Apply the maintenance action immediately.
96
+ #
97
+ # * `next-maintenance` - Apply the maintenance action during the next
98
+ # maintenance window for the resource.
99
+ #
100
+ # * `undo-opt-in` - Cancel any existing `next-maintenance` opt-in
101
+ # requests.
102
+ # @return [String]
103
+ #
104
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceActionMessage AWS API Documentation
105
+ #
106
+ class ApplyPendingMaintenanceActionMessage < Struct.new(
107
+ :replication_instance_arn,
108
+ :apply_action,
109
+ :opt_in_type)
110
+ include Aws::Structure
111
+ end
112
+
113
+ # @!attribute [rw] resource_pending_maintenance_actions
114
+ # The AWS DMS resource that the pending maintenance action will be
115
+ # applied to.
116
+ # @return [Types::ResourcePendingMaintenanceActions]
117
+ #
118
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceActionResponse AWS API Documentation
119
+ #
120
+ class ApplyPendingMaintenanceActionResponse < Struct.new(
121
+ :resource_pending_maintenance_actions)
122
+ include Aws::Structure
123
+ end
124
+
70
125
  # @!attribute [rw] name
71
126
  # The name of the availability zone.
72
127
  # @return [String]
@@ -214,6 +269,16 @@ module Aws::DatabaseMigrationService
214
269
  # bucket_folder: "String",
215
270
  # bucket_name: "String",
216
271
  # compression_type: "none", # accepts none, gzip
272
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
273
+ # server_side_encryption_kms_key_id: "String",
274
+ # data_format: "csv", # accepts csv, parquet
275
+ # encoding_type: "plain", # accepts plain, plain-dictionary, rle-dictionary
276
+ # dict_page_size_limit: 1,
277
+ # row_group_length: 1,
278
+ # data_page_size: 1,
279
+ # parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
280
+ # enable_statistics: false,
281
+ # cdc_inserts_only: false,
217
282
  # },
218
283
  # dms_transfer_settings: {
219
284
  # service_access_role_arn: "String",
@@ -244,6 +309,33 @@ module Aws::DatabaseMigrationService
244
309
  # full_load_error_percentage: 1,
245
310
  # error_retry_duration: 1,
246
311
  # },
312
+ # redshift_settings: {
313
+ # accept_any_date: false,
314
+ # after_connect_script: "String",
315
+ # bucket_folder: "String",
316
+ # bucket_name: "String",
317
+ # connection_timeout: 1,
318
+ # database_name: "String",
319
+ # date_format: "String",
320
+ # empty_as_null: false,
321
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
322
+ # file_transfer_upload_streams: 1,
323
+ # load_timeout: 1,
324
+ # max_file_size: 1,
325
+ # password: "SecretString",
326
+ # port: 1,
327
+ # remove_quotes: false,
328
+ # replace_invalid_chars: "String",
329
+ # replace_chars: "String",
330
+ # server_name: "String",
331
+ # service_access_role_arn: "String",
332
+ # server_side_encryption_kms_key_id: "String",
333
+ # time_format: "String",
334
+ # trim_blanks: false,
335
+ # truncate_columns: false,
336
+ # username: "String",
337
+ # write_buffer_size: 1,
338
+ # },
247
339
  # }
248
340
  #
249
341
  # @!attribute [rw] endpoint_identifier
@@ -326,7 +418,7 @@ module Aws::DatabaseMigrationService
326
418
  #
327
419
  #
328
420
  #
329
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
421
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
330
422
  # @return [Types::DynamoDbSettings]
331
423
  #
332
424
  # @!attribute [rw] s3_settings
@@ -337,7 +429,7 @@ module Aws::DatabaseMigrationService
337
429
  #
338
430
  #
339
431
  #
340
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
432
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
341
433
  # @return [Types::S3Settings]
342
434
  #
343
435
  # @!attribute [rw] dms_transfer_settings
@@ -372,7 +464,7 @@ module Aws::DatabaseMigrationService
372
464
  #
373
465
  #
374
466
  #
375
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
467
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
376
468
  # @return [Types::MongoDbSettings]
377
469
  #
378
470
  # @!attribute [rw] kinesis_settings
@@ -383,7 +475,7 @@ module Aws::DatabaseMigrationService
383
475
  #
384
476
  #
385
477
  #
386
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
478
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
387
479
  # @return [Types::KinesisSettings]
388
480
  #
389
481
  # @!attribute [rw] elasticsearch_settings
@@ -394,9 +486,12 @@ module Aws::DatabaseMigrationService
394
486
  #
395
487
  #
396
488
  #
397
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
489
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
398
490
  # @return [Types::ElasticsearchSettings]
399
491
  #
492
+ # @!attribute [rw] redshift_settings
493
+ # @return [Types::RedshiftSettings]
494
+ #
400
495
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
401
496
  #
402
497
  class CreateEndpointMessage < Struct.new(
@@ -420,7 +515,8 @@ module Aws::DatabaseMigrationService
420
515
  :dms_transfer_settings,
421
516
  :mongo_db_settings,
422
517
  :kinesis_settings,
423
- :elasticsearch_settings)
518
+ :elasticsearch_settings,
519
+ :redshift_settings)
424
520
  include Aws::Structure
425
521
  end
426
522
 
@@ -483,7 +579,7 @@ module Aws::DatabaseMigrationService
483
579
  #
484
580
  #
485
581
  #
486
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
582
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
487
583
  # @return [Array<String>]
488
584
  #
489
585
  # @!attribute [rw] source_ids
@@ -814,7 +910,7 @@ module Aws::DatabaseMigrationService
814
910
  #
815
911
  #
816
912
  #
817
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html
913
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html
818
914
  # @return [String]
819
915
  #
820
916
  # @!attribute [rw] cdc_start_time
@@ -1589,6 +1685,73 @@ module Aws::DatabaseMigrationService
1589
1685
  include Aws::Structure
1590
1686
  end
1591
1687
 
1688
+ # @note When making an API call, you may pass DescribePendingMaintenanceActionsMessage
1689
+ # data as a hash:
1690
+ #
1691
+ # {
1692
+ # replication_instance_arn: "String",
1693
+ # filters: [
1694
+ # {
1695
+ # name: "String", # required
1696
+ # values: ["String"], # required
1697
+ # },
1698
+ # ],
1699
+ # marker: "String",
1700
+ # max_records: 1,
1701
+ # }
1702
+ #
1703
+ # @!attribute [rw] replication_instance_arn
1704
+ # The ARN of the replication instance.
1705
+ # @return [String]
1706
+ #
1707
+ # @!attribute [rw] filters
1708
+ # @return [Array<Types::Filter>]
1709
+ #
1710
+ # @!attribute [rw] marker
1711
+ # An optional pagination token provided by a previous request. If this
1712
+ # parameter is specified, the response includes only records beyond
1713
+ # the marker, up to the value specified by `MaxRecords`.
1714
+ # @return [String]
1715
+ #
1716
+ # @!attribute [rw] max_records
1717
+ # The maximum number of records to include in the response. If more
1718
+ # records exist than the specified `MaxRecords` value, a pagination
1719
+ # token called a marker is included in the response so that the
1720
+ # remaining results can be retrieved.
1721
+ #
1722
+ # Default: 100
1723
+ #
1724
+ # Constraints: Minimum 20, maximum 100.
1725
+ # @return [Integer]
1726
+ #
1727
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActionsMessage AWS API Documentation
1728
+ #
1729
+ class DescribePendingMaintenanceActionsMessage < Struct.new(
1730
+ :replication_instance_arn,
1731
+ :filters,
1732
+ :marker,
1733
+ :max_records)
1734
+ include Aws::Structure
1735
+ end
1736
+
1737
+ # @!attribute [rw] pending_maintenance_actions
1738
+ # The pending maintenance action.
1739
+ # @return [Array<Types::ResourcePendingMaintenanceActions>]
1740
+ #
1741
+ # @!attribute [rw] marker
1742
+ # An optional pagination token provided by a previous request. If this
1743
+ # parameter is specified, the response includes only records beyond
1744
+ # the marker, up to the value specified by `MaxRecords`.
1745
+ # @return [String]
1746
+ #
1747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActionsResponse AWS API Documentation
1748
+ #
1749
+ class DescribePendingMaintenanceActionsResponse < Struct.new(
1750
+ :pending_maintenance_actions,
1751
+ :marker)
1752
+ include Aws::Structure
1753
+ end
1754
+
1592
1755
  # @note When making an API call, you may pass DescribeRefreshSchemasStatusMessage
1593
1756
  # data as a hash:
1594
1757
  #
@@ -1888,6 +2051,7 @@ module Aws::DatabaseMigrationService
1888
2051
  # ],
1889
2052
  # max_records: 1,
1890
2053
  # marker: "String",
2054
+ # without_settings: false,
1891
2055
  # }
1892
2056
  #
1893
2057
  # @!attribute [rw] filters
@@ -1914,12 +2078,19 @@ module Aws::DatabaseMigrationService
1914
2078
  # the marker, up to the value specified by `MaxRecords`.
1915
2079
  # @return [String]
1916
2080
  #
2081
+ # @!attribute [rw] without_settings
2082
+ # Set this flag to avoid returning setting information. Use this to
2083
+ # reduce overhead when settings are too large. Choose TRUE to use this
2084
+ # flag, otherwise choose FALSE (default).
2085
+ # @return [Boolean]
2086
+ #
1917
2087
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasksMessage AWS API Documentation
1918
2088
  #
1919
2089
  class DescribeReplicationTasksMessage < Struct.new(
1920
2090
  :filters,
1921
2091
  :max_records,
1922
- :marker)
2092
+ :marker,
2093
+ :without_settings)
1923
2094
  include Aws::Structure
1924
2095
  end
1925
2096
 
@@ -2297,6 +2468,10 @@ module Aws::DatabaseMigrationService
2297
2468
  # information, see the `ElasticsearchSettings` structure.
2298
2469
  # @return [Types::ElasticsearchSettings]
2299
2470
  #
2471
+ # @!attribute [rw] redshift_settings
2472
+ # Settings for the Amazon Redshift endpoint
2473
+ # @return [Types::RedshiftSettings]
2474
+ #
2300
2475
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
2301
2476
  #
2302
2477
  class Endpoint < Struct.new(
@@ -2322,7 +2497,8 @@ module Aws::DatabaseMigrationService
2322
2497
  :dms_transfer_settings,
2323
2498
  :mongo_db_settings,
2324
2499
  :kinesis_settings,
2325
- :elasticsearch_settings)
2500
+ :elasticsearch_settings,
2501
+ :redshift_settings)
2326
2502
  include Aws::Structure
2327
2503
  end
2328
2504
 
@@ -2618,6 +2794,16 @@ module Aws::DatabaseMigrationService
2618
2794
  # bucket_folder: "String",
2619
2795
  # bucket_name: "String",
2620
2796
  # compression_type: "none", # accepts none, gzip
2797
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
2798
+ # server_side_encryption_kms_key_id: "String",
2799
+ # data_format: "csv", # accepts csv, parquet
2800
+ # encoding_type: "plain", # accepts plain, plain-dictionary, rle-dictionary
2801
+ # dict_page_size_limit: 1,
2802
+ # row_group_length: 1,
2803
+ # data_page_size: 1,
2804
+ # parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
2805
+ # enable_statistics: false,
2806
+ # cdc_inserts_only: false,
2621
2807
  # },
2622
2808
  # dms_transfer_settings: {
2623
2809
  # service_access_role_arn: "String",
@@ -2648,6 +2834,33 @@ module Aws::DatabaseMigrationService
2648
2834
  # full_load_error_percentage: 1,
2649
2835
  # error_retry_duration: 1,
2650
2836
  # },
2837
+ # redshift_settings: {
2838
+ # accept_any_date: false,
2839
+ # after_connect_script: "String",
2840
+ # bucket_folder: "String",
2841
+ # bucket_name: "String",
2842
+ # connection_timeout: 1,
2843
+ # database_name: "String",
2844
+ # date_format: "String",
2845
+ # empty_as_null: false,
2846
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
2847
+ # file_transfer_upload_streams: 1,
2848
+ # load_timeout: 1,
2849
+ # max_file_size: 1,
2850
+ # password: "SecretString",
2851
+ # port: 1,
2852
+ # remove_quotes: false,
2853
+ # replace_invalid_chars: "String",
2854
+ # replace_chars: "String",
2855
+ # server_name: "String",
2856
+ # service_access_role_arn: "String",
2857
+ # server_side_encryption_kms_key_id: "String",
2858
+ # time_format: "String",
2859
+ # trim_blanks: false,
2860
+ # truncate_columns: false,
2861
+ # username: "String",
2862
+ # write_buffer_size: 1,
2863
+ # },
2651
2864
  # }
2652
2865
  #
2653
2866
  # @!attribute [rw] endpoint_arn
@@ -2728,7 +2941,7 @@ module Aws::DatabaseMigrationService
2728
2941
  #
2729
2942
  #
2730
2943
  #
2731
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
2944
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
2732
2945
  # @return [Types::DynamoDbSettings]
2733
2946
  #
2734
2947
  # @!attribute [rw] s3_settings
@@ -2739,7 +2952,7 @@ module Aws::DatabaseMigrationService
2739
2952
  #
2740
2953
  #
2741
2954
  #
2742
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
2955
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring
2743
2956
  # @return [Types::S3Settings]
2744
2957
  #
2745
2958
  # @!attribute [rw] dms_transfer_settings
@@ -2775,7 +2988,7 @@ module Aws::DatabaseMigrationService
2775
2988
  #
2776
2989
  #
2777
2990
  #
2778
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
2991
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
2779
2992
  # @return [Types::MongoDbSettings]
2780
2993
  #
2781
2994
  # @!attribute [rw] kinesis_settings
@@ -2786,7 +2999,7 @@ module Aws::DatabaseMigrationService
2786
2999
  #
2787
3000
  #
2788
3001
  #
2789
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
3002
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
2790
3003
  # @return [Types::KinesisSettings]
2791
3004
  #
2792
3005
  # @!attribute [rw] elasticsearch_settings
@@ -2797,9 +3010,12 @@ module Aws::DatabaseMigrationService
2797
3010
  #
2798
3011
  #
2799
3012
  #
2800
- # [1]: http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
3013
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration
2801
3014
  # @return [Types::ElasticsearchSettings]
2802
3015
  #
3016
+ # @!attribute [rw] redshift_settings
3017
+ # @return [Types::RedshiftSettings]
3018
+ #
2803
3019
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
2804
3020
  #
2805
3021
  class ModifyEndpointMessage < Struct.new(
@@ -2822,7 +3038,8 @@ module Aws::DatabaseMigrationService
2822
3038
  :dms_transfer_settings,
2823
3039
  :mongo_db_settings,
2824
3040
  :kinesis_settings,
2825
- :elasticsearch_settings)
3041
+ :elasticsearch_settings,
3042
+ :redshift_settings)
2826
3043
  include Aws::Structure
2827
3044
  end
2828
3045
 
@@ -3330,6 +3547,10 @@ module Aws::DatabaseMigrationService
3330
3547
  # replication instance.
3331
3548
  # @return [Integer]
3332
3549
  #
3550
+ # @!attribute [rw] availability_zones
3551
+ # List of availability zones for this replication instance.
3552
+ # @return [Array<String>]
3553
+ #
3333
3554
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OrderableReplicationInstance AWS API Documentation
3334
3555
  #
3335
3556
  class OrderableReplicationInstance < Struct.new(
@@ -3339,7 +3560,57 @@ module Aws::DatabaseMigrationService
3339
3560
  :min_allocated_storage,
3340
3561
  :max_allocated_storage,
3341
3562
  :default_allocated_storage,
3342
- :included_allocated_storage)
3563
+ :included_allocated_storage,
3564
+ :availability_zones)
3565
+ include Aws::Structure
3566
+ end
3567
+
3568
+ # @!attribute [rw] action
3569
+ # The type of pending maintenance action that is available for the
3570
+ # resource.
3571
+ # @return [String]
3572
+ #
3573
+ # @!attribute [rw] auto_applied_after_date
3574
+ # The date of the maintenance window when the action will be applied.
3575
+ # The maintenance action will be applied to the resource during its
3576
+ # first maintenance window after this date. If this date is specified,
3577
+ # any `next-maintenance` opt-in requests are ignored.
3578
+ # @return [Time]
3579
+ #
3580
+ # @!attribute [rw] forced_apply_date
3581
+ # The date when the maintenance action will be automatically applied.
3582
+ # The maintenance action will be applied to the resource on this date
3583
+ # regardless of the maintenance window for the resource. If this date
3584
+ # is specified, any `immediate` opt-in requests are ignored.
3585
+ # @return [Time]
3586
+ #
3587
+ # @!attribute [rw] opt_in_status
3588
+ # Indicates the type of opt-in request that has been received for the
3589
+ # resource.
3590
+ # @return [String]
3591
+ #
3592
+ # @!attribute [rw] current_apply_date
3593
+ # The effective date when the pending maintenance action will be
3594
+ # applied to the resource. This date takes into account opt-in
3595
+ # requests received from the `ApplyPendingMaintenanceAction` API, the
3596
+ # `AutoAppliedAfterDate`, and the `ForcedApplyDate`. This value is
3597
+ # blank if an opt-in request has not been received and nothing has
3598
+ # been specified as `AutoAppliedAfterDate` or `ForcedApplyDate`.
3599
+ # @return [Time]
3600
+ #
3601
+ # @!attribute [rw] description
3602
+ # A description providing more detail about the maintenance action.
3603
+ # @return [String]
3604
+ #
3605
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PendingMaintenanceAction AWS API Documentation
3606
+ #
3607
+ class PendingMaintenanceAction < Struct.new(
3608
+ :action,
3609
+ :auto_applied_after_date,
3610
+ :forced_apply_date,
3611
+ :opt_in_status,
3612
+ :current_apply_date,
3613
+ :description)
3343
3614
  include Aws::Structure
3344
3615
  end
3345
3616
 
@@ -3380,6 +3651,216 @@ module Aws::DatabaseMigrationService
3380
3651
  include Aws::Structure
3381
3652
  end
3382
3653
 
3654
+ # @note When making an API call, you may pass RedshiftSettings
3655
+ # data as a hash:
3656
+ #
3657
+ # {
3658
+ # accept_any_date: false,
3659
+ # after_connect_script: "String",
3660
+ # bucket_folder: "String",
3661
+ # bucket_name: "String",
3662
+ # connection_timeout: 1,
3663
+ # database_name: "String",
3664
+ # date_format: "String",
3665
+ # empty_as_null: false,
3666
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
3667
+ # file_transfer_upload_streams: 1,
3668
+ # load_timeout: 1,
3669
+ # max_file_size: 1,
3670
+ # password: "SecretString",
3671
+ # port: 1,
3672
+ # remove_quotes: false,
3673
+ # replace_invalid_chars: "String",
3674
+ # replace_chars: "String",
3675
+ # server_name: "String",
3676
+ # service_access_role_arn: "String",
3677
+ # server_side_encryption_kms_key_id: "String",
3678
+ # time_format: "String",
3679
+ # trim_blanks: false,
3680
+ # truncate_columns: false,
3681
+ # username: "String",
3682
+ # write_buffer_size: 1,
3683
+ # }
3684
+ #
3685
+ # @!attribute [rw] accept_any_date
3686
+ # Allows any date format, including invalid formats such as 00/00/00
3687
+ # 00:00:00, to be loaded without generating an error. You can choose
3688
+ # TRUE or FALSE (default).
3689
+ #
3690
+ # This parameter applies only to TIMESTAMP and DATE columns. Always
3691
+ # use ACCEPTANYDATE with the DATEFORMAT parameter. If the date format
3692
+ # for the data does not match the DATEFORMAT specification, Amazon
3693
+ # Redshift inserts a NULL value into that field.
3694
+ # @return [Boolean]
3695
+ #
3696
+ # @!attribute [rw] after_connect_script
3697
+ # Code to run after connecting. This should be the code, not a
3698
+ # filename.
3699
+ # @return [String]
3700
+ #
3701
+ # @!attribute [rw] bucket_folder
3702
+ # The location where the CSV files are stored before being uploaded to
3703
+ # the S3 bucket.
3704
+ # @return [String]
3705
+ #
3706
+ # @!attribute [rw] bucket_name
3707
+ # The name of the S3 bucket you want to use
3708
+ # @return [String]
3709
+ #
3710
+ # @!attribute [rw] connection_timeout
3711
+ # Sets the amount of time to wait (in milliseconds) before timing out,
3712
+ # beginning from when you initially establish a connection.
3713
+ # @return [Integer]
3714
+ #
3715
+ # @!attribute [rw] database_name
3716
+ # The name of the Amazon Redshift data warehouse (service) you are
3717
+ # working with.
3718
+ # @return [String]
3719
+ #
3720
+ # @!attribute [rw] date_format
3721
+ # The date format you are using. Valid values are `auto`
3722
+ # (case-sensitive), your date format string enclosed in quotes, or
3723
+ # NULL. If this is left unset (NULL), it defaults to a format of
3724
+ # 'YYYY-MM-DD'. Using `auto` recognizes most strings, even some that
3725
+ # are not supported when you use a date format string.
3726
+ #
3727
+ # If your date and time values use formats different from each other,
3728
+ # set this to `auto`.
3729
+ # @return [String]
3730
+ #
3731
+ # @!attribute [rw] empty_as_null
3732
+ # Specifies whether AWS DMS should migrate empty CHAR and VARCHAR
3733
+ # fields as NULL. A value of TRUE sets empty CHAR and VARCHAR fields
3734
+ # to null. The default is FALSE.
3735
+ # @return [Boolean]
3736
+ #
3737
+ # @!attribute [rw] encryption_mode
3738
+ # The type of server side encryption you want to use for your data.
3739
+ # This is part of the endpoint settings or the extra connections
3740
+ # attributes for Amazon S3. You can choose either SSE\_S3 (default) or
3741
+ # SSE\_KMS. To use SSE\_S3, create an IAM role with a policy that
3742
+ # allows `"arn:aws:s3:::*"` to use the following actions:
3743
+ # `"s3:PutObject", "s3:ListBucket"`.
3744
+ # @return [String]
3745
+ #
3746
+ # @!attribute [rw] file_transfer_upload_streams
3747
+ # Specifies the number of threads used to upload a single file. This
3748
+ # accepts a value between 1 and 64. It defaults to 10.
3749
+ # @return [Integer]
3750
+ #
3751
+ # @!attribute [rw] load_timeout
3752
+ # Sets the amount of time to wait (in milliseconds) before timing out,
3753
+ # beginning from when you begin loading.
3754
+ # @return [Integer]
3755
+ #
3756
+ # @!attribute [rw] max_file_size
3757
+ # Specifies the maximum size (in KB) of any CSV file used to transfer
3758
+ # data to Amazon Redshift. This accepts a value between 1 and 1048576.
3759
+ # It defaults to 32768 KB (32 MB).
3760
+ # @return [Integer]
3761
+ #
3762
+ # @!attribute [rw] password
3763
+ # The password for the user named in the username property.
3764
+ # @return [String]
3765
+ #
3766
+ # @!attribute [rw] port
3767
+ # The port number for Amazon Redshift. The default value is 5439.
3768
+ # @return [Integer]
3769
+ #
3770
+ # @!attribute [rw] remove_quotes
3771
+ # Removes surrounding quotation marks from strings in the incoming
3772
+ # data. All characters within the quotation marks, including
3773
+ # delimiters, are retained. Choose TRUE to remove quotation marks. The
3774
+ # default is FALSE.
3775
+ # @return [Boolean]
3776
+ #
3777
+ # @!attribute [rw] replace_invalid_chars
3778
+ # A list of chars you want to replace. Use with `ReplaceChars`.
3779
+ # @return [String]
3780
+ #
3781
+ # @!attribute [rw] replace_chars
3782
+ # Replaces invalid characters specified in `ReplaceInvalidChars`,
3783
+ # substituting the specified value instead. The default is "?".
3784
+ # @return [String]
3785
+ #
3786
+ # @!attribute [rw] server_name
3787
+ # The name of the Amazon Redshift cluster you are using.
3788
+ # @return [String]
3789
+ #
3790
+ # @!attribute [rw] service_access_role_arn
3791
+ # The ARN of the role that has access to the Redshift service.
3792
+ # @return [String]
3793
+ #
3794
+ # @!attribute [rw] server_side_encryption_kms_key_id
3795
+ # If you are using SSE\_KMS for the `EncryptionMode`, provide the KMS
3796
+ # Key ID. The key you use needs an attached policy that enables IAM
3797
+ # user permissions and allows use of the key.
3798
+ # @return [String]
3799
+ #
3800
+ # @!attribute [rw] time_format
3801
+ # The time format you want to use. Valid values are `auto`
3802
+ # (case-sensitive), 'timeformat\_string', 'epochsecs', or
3803
+ # 'epochmillisecs'. It defaults to 10. Using `auto` recognizes most
3804
+ # strings, even some that are not supported when you use a time format
3805
+ # string.
3806
+ #
3807
+ # If your date and time values use formats different from each other,
3808
+ # set this to `auto`.
3809
+ # @return [String]
3810
+ #
3811
+ # @!attribute [rw] trim_blanks
3812
+ # Removes the trailing white space characters from a VARCHAR string.
3813
+ # This parameter applies only to columns with a VARCHAR data type.
3814
+ # Choose TRUE to remove unneeded white space. The default is FALSE.
3815
+ # @return [Boolean]
3816
+ #
3817
+ # @!attribute [rw] truncate_columns
3818
+ # Truncates data in columns to the appropriate number of characters,
3819
+ # so that it fits in the column. Applies only to columns with a
3820
+ # VARCHAR or CHAR data type, and rows with a size of 4 MB or less.
3821
+ # Choose TRUE to truncate data. The default is FALSE.
3822
+ # @return [Boolean]
3823
+ #
3824
+ # @!attribute [rw] username
3825
+ # An Amazon Redshift user name for a registered user.
3826
+ # @return [String]
3827
+ #
3828
+ # @!attribute [rw] write_buffer_size
3829
+ # The size of the write buffer to use in rows. Valid values range from
3830
+ # 1 to 2048. Defaults to 1024. Use this setting to tune performance.
3831
+ # @return [Integer]
3832
+ #
3833
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedshiftSettings AWS API Documentation
3834
+ #
3835
+ class RedshiftSettings < Struct.new(
3836
+ :accept_any_date,
3837
+ :after_connect_script,
3838
+ :bucket_folder,
3839
+ :bucket_name,
3840
+ :connection_timeout,
3841
+ :database_name,
3842
+ :date_format,
3843
+ :empty_as_null,
3844
+ :encryption_mode,
3845
+ :file_transfer_upload_streams,
3846
+ :load_timeout,
3847
+ :max_file_size,
3848
+ :password,
3849
+ :port,
3850
+ :remove_quotes,
3851
+ :replace_invalid_chars,
3852
+ :replace_chars,
3853
+ :server_name,
3854
+ :service_access_role_arn,
3855
+ :server_side_encryption_kms_key_id,
3856
+ :time_format,
3857
+ :trim_blanks,
3858
+ :truncate_columns,
3859
+ :username,
3860
+ :write_buffer_size)
3861
+ include Aws::Structure
3862
+ end
3863
+
3383
3864
  # @note When making an API call, you may pass RefreshSchemasMessage
3384
3865
  # data as a hash:
3385
3866
  #
@@ -3972,6 +4453,31 @@ module Aws::DatabaseMigrationService
3972
4453
  include Aws::Structure
3973
4454
  end
3974
4455
 
4456
+ # @!attribute [rw] resource_identifier
4457
+ # The Amazon Resource Name (ARN) of the DMS resource that the pending
4458
+ # maintenance action applies to. For information about creating an
4459
+ # ARN, see [ Constructing an Amazon Resource Name (ARN)][1] in the DMS
4460
+ # documentation.
4461
+ #
4462
+ #
4463
+ #
4464
+ # [1]: https://docs.aws.amazon.com/dms/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN
4465
+ # @return [String]
4466
+ #
4467
+ # @!attribute [rw] pending_maintenance_action_details
4468
+ # Detailed information about the pending maintenance action.
4469
+ # @return [Array<Types::PendingMaintenanceAction>]
4470
+ #
4471
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ResourcePendingMaintenanceActions AWS API Documentation
4472
+ #
4473
+ class ResourcePendingMaintenanceActions < Struct.new(
4474
+ :resource_identifier,
4475
+ :pending_maintenance_action_details)
4476
+ include Aws::Structure
4477
+ end
4478
+
4479
+ # Settings for exporting data to Amazon S3.
4480
+ #
3975
4481
  # @note When making an API call, you may pass S3Settings
3976
4482
  # data as a hash:
3977
4483
  #
@@ -3983,6 +4489,16 @@ module Aws::DatabaseMigrationService
3983
4489
  # bucket_folder: "String",
3984
4490
  # bucket_name: "String",
3985
4491
  # compression_type: "none", # accepts none, gzip
4492
+ # encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
4493
+ # server_side_encryption_kms_key_id: "String",
4494
+ # data_format: "csv", # accepts csv, parquet
4495
+ # encoding_type: "plain", # accepts plain, plain-dictionary, rle-dictionary
4496
+ # dict_page_size_limit: 1,
4497
+ # row_group_length: 1,
4498
+ # data_page_size: 1,
4499
+ # parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
4500
+ # enable_statistics: false,
4501
+ # cdc_inserts_only: false,
3986
4502
  # }
3987
4503
  #
3988
4504
  # @!attribute [rw] service_access_role_arn
@@ -3995,7 +4511,7 @@ module Aws::DatabaseMigrationService
3995
4511
  #
3996
4512
  # @!attribute [rw] csv_row_delimiter
3997
4513
  # The delimiter used to separate rows in the source files. The default
3998
- # is a carriage return (\\n).
4514
+ # is a carriage return (`\n`).
3999
4515
  # @return [String]
4000
4516
  #
4001
4517
  # @!attribute [rw] csv_delimiter
@@ -4006,9 +4522,8 @@ module Aws::DatabaseMigrationService
4006
4522
  # @!attribute [rw] bucket_folder
4007
4523
  # An optional parameter to set a folder name in the S3 bucket. If
4008
4524
  # provided, tables are created in the path
4009
- # &lt;bucketFolder&gt;/&lt;schema\_name&gt;/&lt;table\_name&gt;/. If
4010
- # this parameter is not specified, then the path used is
4011
- # &lt;schema\_name&gt;/&lt;table\_name&gt;/.
4525
+ # `<bucketFolder>/<schema_name>/<table_name>/`. If this parameter is
4526
+ # not specified, then the path used is `<schema_name>/<table_name>/`.
4012
4527
  # @return [String]
4013
4528
  #
4014
4529
  # @!attribute [rw] bucket_name
@@ -4018,9 +4533,122 @@ module Aws::DatabaseMigrationService
4018
4533
  # @!attribute [rw] compression_type
4019
4534
  # An optional parameter to use GZIP to compress the target files. Set
4020
4535
  # to GZIP to compress the target files. Set to NONE (the default) or
4021
- # do not use to leave the files uncompressed.
4536
+ # do not use to leave the files uncompressed. Applies to both CSV and
4537
+ # PARQUET data formats.
4022
4538
  # @return [String]
4023
4539
  #
4540
+ # @!attribute [rw] encryption_mode
4541
+ # The type of server side encryption you want to use for your data.
4542
+ # This is part of the endpoint settings or the extra connections
4543
+ # attributes for Amazon S3. You can choose either `SSE_S3` (default)
4544
+ # or `SSE_KMS`. To use `SSE_S3`, you need an IAM role with permission
4545
+ # to allow `"arn:aws:s3:::dms-*"` to use the following actions:
4546
+ #
4547
+ # * s3:CreateBucket
4548
+ #
4549
+ # * s3:ListBucket
4550
+ #
4551
+ # * s3:DeleteBucket
4552
+ #
4553
+ # * s3:GetBucketLocation
4554
+ #
4555
+ # * s3:GetObject
4556
+ #
4557
+ # * s3:PutObject
4558
+ #
4559
+ # * s3:DeleteObject
4560
+ #
4561
+ # * s3:GetObjectVersion
4562
+ #
4563
+ # * s3:GetBucketPolicy
4564
+ #
4565
+ # * s3:PutBucketPolicy
4566
+ #
4567
+ # * s3:DeleteBucketPolicy
4568
+ # @return [String]
4569
+ #
4570
+ # @!attribute [rw] server_side_encryption_kms_key_id
4571
+ # If you are using SSE\_KMS for the `EncryptionMode`, provide the KMS
4572
+ # Key ID. The key you use needs an attached policy that enables IAM
4573
+ # user permissions and allows use of the key.
4574
+ #
4575
+ # Here is a CLI example: `aws dms create-endpoint
4576
+ # --endpoint-identifier <value> --endpoint-type target --engine-name
4577
+ # s3 --s3-settings
4578
+ # ServiceAccessRoleArn=<value>,BucketFolder=<value>,BucketName=<value>,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=<value>
4579
+ # `
4580
+ # @return [String]
4581
+ #
4582
+ # @!attribute [rw] data_format
4583
+ # The format of the data which you want to use for output. You can
4584
+ # choose one of the following:
4585
+ #
4586
+ # * `CSV`\: This is a row-based format with comma-separated values.
4587
+ #
4588
+ # * `PARQUET`\: Apache Parquet is a columnar storage format that
4589
+ # features efficient compression and provides faster query response.
4590
+ # @return [String]
4591
+ #
4592
+ # @!attribute [rw] encoding_type
4593
+ # The type of encoding you are using: `RLE_DICTIONARY` (default),
4594
+ # `PLAIN`, or `PLAIN_DICTIONARY`.
4595
+ #
4596
+ # * `RLE_DICTIONARY` uses a combination of bit-packing and run-length
4597
+ # encoding to store repeated values more efficiently.
4598
+ #
4599
+ # * `PLAIN` does not use encoding at all. Values are stored as they
4600
+ # are.
4601
+ #
4602
+ # * `PLAIN_DICTIONARY` builds a dictionary of the values encountered
4603
+ # in a given column. The dictionary is stored in a dictionary page
4604
+ # for each column chunk.
4605
+ # @return [String]
4606
+ #
4607
+ # @!attribute [rw] dict_page_size_limit
4608
+ # The maximum size of an encoded dictionary page of a column. If the
4609
+ # dictionary page exceeds this, this column is stored using an
4610
+ # encoding type of `PLAIN`. Defaults to 1024 * 1024 bytes (1MiB), the
4611
+ # maximum size of a dictionary page before it reverts to `PLAIN`
4612
+ # encoding. For `PARQUET` format only.
4613
+ # @return [Integer]
4614
+ #
4615
+ # @!attribute [rw] row_group_length
4616
+ # The number of rows in a row group. A smaller row group size provides
4617
+ # faster reads. But as the number of row groups grows, the slower
4618
+ # writes become. Defaults to 10,000 (ten thousand) rows. For `PARQUET`
4619
+ # format only.
4620
+ #
4621
+ # If you choose a value larger than the maximum, `RowGroupLength` is
4622
+ # set to the max row group length in bytes (64 * 1024 * 1024).
4623
+ # @return [Integer]
4624
+ #
4625
+ # @!attribute [rw] data_page_size
4626
+ # The size of one data page in bytes. Defaults to 1024 * 1024 bytes
4627
+ # (1MiB). For `PARQUET` format only.
4628
+ # @return [Integer]
4629
+ #
4630
+ # @!attribute [rw] parquet_version
4631
+ # The version of Apache Parquet format you want to use: `PARQUET_1_0`
4632
+ # (default) or `PARQUET_2_0`.
4633
+ # @return [String]
4634
+ #
4635
+ # @!attribute [rw] enable_statistics
4636
+ # Enables statistics for Parquet pages and rowGroups. Choose `TRUE` to
4637
+ # enable statistics, choose `FALSE` to disable. Statistics include
4638
+ # `NULL`, `DISTINCT`, `MAX`, and `MIN` values. Defaults to `TRUE`. For
4639
+ # `PARQUET` format only.
4640
+ # @return [Boolean]
4641
+ #
4642
+ # @!attribute [rw] cdc_inserts_only
4643
+ # Option to write only `INSERT` operations to the comma-separated
4644
+ # value (CSV) output files. By default, the first field in a CSV
4645
+ # record contains the letter `I` (insert), `U` (update) or `D`
4646
+ # (delete) to indicate whether the row was inserted, updated, or
4647
+ # deleted at the source database. If `cdcInsertsOnly` is set to true,
4648
+ # then only `INSERT`s are recorded in the CSV file, without the `I`
4649
+ # annotation on each line. Valid values are `TRUE` and `FALSE`.
4650
+ # @return [Boolean]
4651
+ #
4024
4652
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
4025
4653
  #
4026
4654
  class S3Settings < Struct.new(
@@ -4030,7 +4658,17 @@ module Aws::DatabaseMigrationService
4030
4658
  :csv_delimiter,
4031
4659
  :bucket_folder,
4032
4660
  :bucket_name,
4033
- :compression_type)
4661
+ :compression_type,
4662
+ :encryption_mode,
4663
+ :server_side_encryption_kms_key_id,
4664
+ :data_format,
4665
+ :encoding_type,
4666
+ :dict_page_size_limit,
4667
+ :row_group_length,
4668
+ :data_page_size,
4669
+ :parquet_version,
4670
+ :enable_statistics,
4671
+ :cdc_inserts_only)
4034
4672
  include Aws::Structure
4035
4673
  end
4036
4674