Skip to content

Commit ceeebbe

Browse files
author
AWS
committed
AWS Database Migration Service Update: S3 Endpoint Settings added support for 1) Migrating to Amazon S3 as a target in Parquet format 2) Encrypting S3 objects after migration with custom KMS Server-Side encryption. Redshift Endpoint Settings added support for encrypting intermediate S3 objects during migration with custom KMS Server-Side encryption.
1 parent 114844c commit ceeebbe

File tree

3 files changed

+432
-29
lines changed

3 files changed

+432
-29
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS Database Migration Service",
3+
"type": "feature",
4+
"description": "S3 Endpoint Settings added support for 1) Migrating to Amazon S3 as a target in Parquet format 2) Encrypting S3 objects after migration with custom KMS Server-Side encryption. Redshift Endpoint Settings added support for encrypting intermediate S3 objects during migration with custom KMS Server-Side encryption."
5+
}

services/databasemigration/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"output_token": "Marker",
3636
"limit_key": "MaxRecords"
3737
},
38+
"DescribePendingMaintenanceActions": {
39+
"input_token": "Marker",
40+
"output_token": "Marker",
41+
"limit_key": "MaxRecords"
42+
},
3843
"DescribeReplicationInstanceTaskLogs": {
3944
"input_token": "Marker",
4045
"output_token": "Marker",

0 commit comments

Comments
 (0)