|
865 | 865 | "errors":[
|
866 | 866 | {"shape":"ResourceNotFoundFault"}
|
867 | 867 | ],
|
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>" |
869 | 869 | },
|
870 | 870 | "DescribeRecommendationLimitations":{
|
871 | 871 | "name":"DescribeRecommendationLimitations",
|
|
1773 | 1773 | },
|
1774 | 1774 | "ApplyAction":{
|
1775 | 1775 | "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>" |
1777 | 1777 | },
|
1778 | 1778 | "OptInType":{
|
1779 | 1779 | "shape":"String",
|
|
2246 | 2246 | },
|
2247 | 2247 | "Engine":{
|
2248 | 2248 | "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>" |
2250 | 2250 | },
|
2251 | 2251 | "Settings":{
|
2252 | 2252 | "shape":"DataProviderSettings",
|
|
2759 | 2759 | },
|
2760 | 2760 | "KerberosAuthenticationSettings":{
|
2761 | 2761 | "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>" |
2763 | 2763 | }
|
2764 | 2764 | },
|
2765 | 2765 | "documentation":"<p/>"
|
|
3057 | 3057 | },
|
3058 | 3058 | "Engine":{
|
3059 | 3059 | "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>" |
3061 | 3061 | },
|
3062 | 3062 | "Settings":{
|
3063 | 3063 | "shape":"DataProviderSettings",
|
|
3132 | 3132 | "shape":"MariaDbDataProviderSettings",
|
3133 | 3133 | "documentation":"<p>Provides information that defines a MariaDB data provider.</p>"
|
3134 | 3134 | },
|
| 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 | + }, |
3135 | 3143 | "MongoDbSettings":{
|
3136 | 3144 | "shape":"MongoDbDataProviderSettings",
|
3137 | 3145 | "documentation":"<p>Provides information that defines a MongoDB data provider.</p>"
|
|
5804 | 5812 | },
|
5805 | 5813 | "documentation":"<p>Provides information that defines an IBM Db2 LUW endpoint.</p>"
|
5806 | 5814 | },
|
| 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 | + }, |
5807 | 5867 | "ImportCertificateMessage":{
|
5808 | 5868 | "type":"structure",
|
5809 | 5869 | "required":["CertificateIdentifier"],
|
|
6568 | 6628 | },
|
6569 | 6629 | "Engine":{
|
6570 | 6630 | "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>" |
6572 | 6632 | },
|
6573 | 6633 | "ExactSettings":{
|
6574 | 6634 | "shape":"BooleanOptional",
|
|
6980 | 7040 | },
|
6981 | 7041 | "KerberosAuthenticationSettings":{
|
6982 | 7042 | "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>" |
6984 | 7044 | }
|
6985 | 7045 | },
|
6986 | 7046 | "documentation":"<p/>"
|
|
8646 | 8706 | },
|
8647 | 8707 | "KerberosAuthenticationSettings":{
|
8648 | 8708 | "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>" |
8650 | 8710 | }
|
8651 | 8711 | },
|
8652 | 8712 | "documentation":"<p>Provides information that defines a replication instance.</p>"
|
|
0 commit comments