Skip to content

Commit 4d1ceeb

Browse files
author
AWS
committed
AWS Database Migration Service Update: New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS
1 parent 16b23b9 commit 4d1ceeb

File tree

2 files changed

+74
-8
lines changed

2 files changed

+74
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Database Migration Service",
4+
"contributor": "",
5+
"description": "New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS"
6+
}

services/databasemigration/src/main/resources/codegen-resources/service-2.json

Lines changed: 68 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
"errors":[
866866
{"shape":"ResourceNotFoundFault"}
867867
],
868-
"documentation":"<p>For internal use only</p>"
868+
"documentation":"<p>Returns a list of upcoming maintenance events for replication instances in your account in the current Region.</p>"
869869
},
870870
"DescribeRecommendationLimitations":{
871871
"name":"DescribeRecommendationLimitations",
@@ -1773,7 +1773,7 @@
17731773
},
17741774
"ApplyAction":{
17751775
"shape":"String",
1776-
"documentation":"<p>The pending maintenance action to apply to this resource.</p> <p>Valid values: <code>os-upgrade</code>, <code>system-update</code>, <code>db-upgrade</code> </p>"
1776+
"documentation":"<p>The pending maintenance action to apply to this resource.</p> <p>Valid values: <code>os-upgrade</code>, <code>system-update</code>, <code>db-upgrade</code>, <code>os-patch</code> </p>"
17771777
},
17781778
"OptInType":{
17791779
"shape":"String",
@@ -2246,7 +2246,7 @@
22462246
},
22472247
"Engine":{
22482248
"shape":"String",
2249-
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
2249+
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
22502250
},
22512251
"Settings":{
22522252
"shape":"DataProviderSettings",
@@ -2759,7 +2759,7 @@
27592759
},
27602760
"KerberosAuthenticationSettings":{
27612761
"shape":"KerberosAuthenticationSettings",
2762-
"documentation":"<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication, when creating a replication instance.</p>"
2762+
"documentation":"<p>Specifies the settings required for kerberos authentication when creating the replication instance.</p>"
27632763
}
27642764
},
27652765
"documentation":"<p/>"
@@ -3057,7 +3057,7 @@
30573057
},
30583058
"Engine":{
30593059
"shape":"String",
3060-
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
3060+
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
30613061
},
30623062
"Settings":{
30633063
"shape":"DataProviderSettings",
@@ -3132,6 +3132,14 @@
31323132
"shape":"MariaDbDataProviderSettings",
31333133
"documentation":"<p>Provides information that defines a MariaDB data provider.</p>"
31343134
},
3135+
"IbmDb2LuwSettings":{
3136+
"shape":"IbmDb2LuwDataProviderSettings",
3137+
"documentation":"<p>Provides information that defines an IBM DB2 LUW data provider.</p>"
3138+
},
3139+
"IbmDb2zOsSettings":{
3140+
"shape":"IbmDb2zOsDataProviderSettings",
3141+
"documentation":"<p>Provides information that defines an IBM DB2 for z/OS data provider.</p>"
3142+
},
31353143
"MongoDbSettings":{
31363144
"shape":"MongoDbDataProviderSettings",
31373145
"documentation":"<p>Provides information that defines a MongoDB data provider.</p>"
@@ -5804,6 +5812,58 @@
58045812
},
58055813
"documentation":"<p>Provides information that defines an IBM Db2 LUW endpoint.</p>"
58065814
},
5815+
"IbmDb2LuwDataProviderSettings":{
5816+
"type":"structure",
5817+
"members":{
5818+
"ServerName":{
5819+
"shape":"String",
5820+
"documentation":"<p>The name of the DB2 LUW server.</p>"
5821+
},
5822+
"Port":{
5823+
"shape":"IntegerOptional",
5824+
"documentation":"<p>The port value for the DB2 LUW data provider.</p>"
5825+
},
5826+
"DatabaseName":{
5827+
"shape":"String",
5828+
"documentation":"<p>The database name on the DB2 LUW data provider.</p>"
5829+
},
5830+
"SslMode":{
5831+
"shape":"DmsSslModeValue",
5832+
"documentation":"<p>The SSL mode used to connect to the DB2 LUW data provider. The default value is <code>none</code>. Valid Values: <code>none</code> and <code>verify-ca</code>.</p>"
5833+
},
5834+
"CertificateArn":{
5835+
"shape":"String",
5836+
"documentation":"<p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>"
5837+
}
5838+
},
5839+
"documentation":"<p>Provides information about an IBM DB2 LUW data provider.</p>"
5840+
},
5841+
"IbmDb2zOsDataProviderSettings":{
5842+
"type":"structure",
5843+
"members":{
5844+
"ServerName":{
5845+
"shape":"String",
5846+
"documentation":"<p>The name of the DB2 for z/OS server.</p>"
5847+
},
5848+
"Port":{
5849+
"shape":"IntegerOptional",
5850+
"documentation":"<p>The port value for the DB2 for z/OS data provider.</p>"
5851+
},
5852+
"DatabaseName":{
5853+
"shape":"String",
5854+
"documentation":"<p>The database name on the DB2 for z/OS data provider.</p>"
5855+
},
5856+
"SslMode":{
5857+
"shape":"DmsSslModeValue",
5858+
"documentation":"<p>The SSL mode used to connect to the DB2 for z/OS data provider. The default value is <code>none</code>. Valid Values: <code>none</code> and <code>verify-ca</code>.</p>"
5859+
},
5860+
"CertificateArn":{
5861+
"shape":"String",
5862+
"documentation":"<p>The Amazon Resource Name (ARN) of the certificate used for SSL connection.</p>"
5863+
}
5864+
},
5865+
"documentation":"<p>Provides information about an IBM DB2 for z/OS data provider.</p>"
5866+
},
58075867
"ImportCertificateMessage":{
58085868
"type":"structure",
58095869
"required":["CertificateIdentifier"],
@@ -6568,7 +6628,7 @@
65686628
},
65696629
"Engine":{
65706630
"shape":"String",
6571-
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
6631+
"documentation":"<p>The type of database engine for the data provider. Valid values include <code>\"aurora\"</code>, <code>\"aurora-postgresql\"</code>, <code>\"mysql\"</code>, <code>\"oracle\"</code>, <code>\"postgres\"</code>, <code>\"sqlserver\"</code>, <code>redshift</code>, <code>mariadb</code>, <code>mongodb</code>, <code>db2</code>, <code>db2-zos</code> and <code>docdb</code>. A value of <code>\"aurora\"</code> represents Amazon Aurora MySQL-Compatible Edition.</p>"
65726632
},
65736633
"ExactSettings":{
65746634
"shape":"BooleanOptional",
@@ -6980,7 +7040,7 @@
69807040
},
69817041
"KerberosAuthenticationSettings":{
69827042
"shape":"KerberosAuthenticationSettings",
6983-
"documentation":"<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication, when modifying a replication instance.</p>"
7043+
"documentation":"<p>Specifies the settings required for kerberos authentication when modifying a replication instance.</p>"
69847044
}
69857045
},
69867046
"documentation":"<p/>"
@@ -8646,7 +8706,7 @@
86468706
},
86478707
"KerberosAuthenticationSettings":{
86488708
"shape":"KerberosAuthenticationSettings",
8649-
"documentation":"<p>Specifies the ID of the secret that stores the key cache file required for kerberos authentication, when replicating an instance.</p>"
8709+
"documentation":"<p>Specifies the settings required for kerberos authentication when replicating an instance.</p>"
86508710
}
86518711
},
86528712
"documentation":"<p>Provides information that defines a replication instance.</p>"

0 commit comments

Comments
 (0)