|
219 | 219 | {
|
220 | 220 | "target": "com.amazonaws.databasemigrationservice#DescribeEndpointTypes"
|
221 | 221 | },
|
| 222 | + { |
| 223 | + "target": "com.amazonaws.databasemigrationservice#DescribeEngineVersions" |
| 224 | + }, |
222 | 225 | {
|
223 | 226 | "target": "com.amazonaws.databasemigrationservice#DescribeEventCategories"
|
224 | 227 | },
|
|
1629 | 1632 | "target": "com.amazonaws.databasemigrationservice#String"
|
1630 | 1633 | }
|
1631 | 1634 | },
|
| 1635 | + "com.amazonaws.databasemigrationservice#AvailableUpgradesList": { |
| 1636 | + "type": "list", |
| 1637 | + "member": { |
| 1638 | + "target": "com.amazonaws.databasemigrationservice#String" |
| 1639 | + } |
| 1640 | + }, |
1632 | 1641 | "com.amazonaws.databasemigrationservice#BatchStartRecommendations": {
|
1633 | 1642 | "type": "operation",
|
1634 | 1643 | "input": {
|
|
4531 | 4540 | "smithy.api#output": {}
|
4532 | 4541 | }
|
4533 | 4542 | },
|
| 4543 | + "com.amazonaws.databasemigrationservice#DescribeEngineVersions": { |
| 4544 | + "type": "operation", |
| 4545 | + "input": { |
| 4546 | + "target": "com.amazonaws.databasemigrationservice#DescribeEngineVersionsMessage" |
| 4547 | + }, |
| 4548 | + "output": { |
| 4549 | + "target": "com.amazonaws.databasemigrationservice#DescribeEngineVersionsResponse" |
| 4550 | + }, |
| 4551 | + "traits": { |
| 4552 | + "smithy.api#documentation": "<p>Returns information about the replication instance versions used in the project.</p>", |
| 4553 | + "smithy.api#paginated": { |
| 4554 | + "inputToken": "Marker", |
| 4555 | + "outputToken": "Marker", |
| 4556 | + "pageSize": "MaxRecords" |
| 4557 | + } |
| 4558 | + } |
| 4559 | + }, |
| 4560 | + "com.amazonaws.databasemigrationservice#DescribeEngineVersionsMessage": { |
| 4561 | + "type": "structure", |
| 4562 | + "members": { |
| 4563 | + "MaxRecords": { |
| 4564 | + "target": "com.amazonaws.databasemigrationservice#IntegerOptional", |
| 4565 | + "traits": { |
| 4566 | + "smithy.api#documentation": "<p>The maximum number of records to include in the response. If more records exist than the specified \n <code>MaxRecords</code> value, a pagination token called a marker is included in the response so that \n the remaining results can be retrieved. </p>" |
| 4567 | + } |
| 4568 | + }, |
| 4569 | + "Marker": { |
| 4570 | + "target": "com.amazonaws.databasemigrationservice#String", |
| 4571 | + "traits": { |
| 4572 | + "smithy.api#documentation": "<p>An optional pagination token provided by a previous request. If this parameter is specified, \n the response includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>" |
| 4573 | + } |
| 4574 | + } |
| 4575 | + } |
| 4576 | + }, |
| 4577 | + "com.amazonaws.databasemigrationservice#DescribeEngineVersionsResponse": { |
| 4578 | + "type": "structure", |
| 4579 | + "members": { |
| 4580 | + "EngineVersions": { |
| 4581 | + "target": "com.amazonaws.databasemigrationservice#EngineVersionList", |
| 4582 | + "traits": { |
| 4583 | + "smithy.api#documentation": "<p>Returned <code>EngineVersion</code> objects that describe the replication instance engine versions used in the project.</p>" |
| 4584 | + } |
| 4585 | + }, |
| 4586 | + "Marker": { |
| 4587 | + "target": "com.amazonaws.databasemigrationservice#String", |
| 4588 | + "traits": { |
| 4589 | + "smithy.api#documentation": "<p>An optional pagination token provided by a previous request. If this parameter is specified, the response \n includes only records beyond the marker, up to the value specified by <code>MaxRecords</code>. </p>" |
| 4590 | + } |
| 4591 | + } |
| 4592 | + }, |
| 4593 | + "traits": { |
| 4594 | + "smithy.api#output": {} |
| 4595 | + } |
| 4596 | + }, |
4534 | 4597 | "com.amazonaws.databasemigrationservice#DescribeEventCategories": {
|
4535 | 4598 | "type": "operation",
|
4536 | 4599 | "input": {
|
|
7282 | 7345 | "target": "com.amazonaws.databasemigrationservice#EndpointSetting"
|
7283 | 7346 | }
|
7284 | 7347 | },
|
| 7348 | + "com.amazonaws.databasemigrationservice#EngineVersion": { |
| 7349 | + "type": "structure", |
| 7350 | + "members": { |
| 7351 | + "Version": { |
| 7352 | + "target": "com.amazonaws.databasemigrationservice#String", |
| 7353 | + "traits": { |
| 7354 | + "smithy.api#documentation": "<p>The version number of the replication instance.</p>" |
| 7355 | + } |
| 7356 | + }, |
| 7357 | + "Lifecycle": { |
| 7358 | + "target": "com.amazonaws.databasemigrationservice#String", |
| 7359 | + "traits": { |
| 7360 | + "smithy.api#documentation": "<p>The lifecycle status of the replication instance version. Valid values are <code>DEPRECATED</code>, \n <code>DEFAULT_VERSION</code>, and <code>ACTIVE</code>.</p>" |
| 7361 | + } |
| 7362 | + }, |
| 7363 | + "ReleaseStatus": { |
| 7364 | + "target": "com.amazonaws.databasemigrationservice#ReleaseStatusValues", |
| 7365 | + "traits": { |
| 7366 | + "smithy.api#documentation": "<p>The release status of the replication instance version.</p>" |
| 7367 | + } |
| 7368 | + }, |
| 7369 | + "LaunchDate": { |
| 7370 | + "target": "com.amazonaws.databasemigrationservice#TStamp", |
| 7371 | + "traits": { |
| 7372 | + "smithy.api#documentation": "<p>The date when the replication instance version became publicly available.</p>" |
| 7373 | + } |
| 7374 | + }, |
| 7375 | + "AutoUpgradeDate": { |
| 7376 | + "target": "com.amazonaws.databasemigrationservice#TStamp", |
| 7377 | + "traits": { |
| 7378 | + "smithy.api#documentation": "<p>The date when the replication instance will be automatically upgraded. This setting only applies \n if the <code>auto-minor-version</code> setting is enabled.</p>" |
| 7379 | + } |
| 7380 | + }, |
| 7381 | + "DeprecationDate": { |
| 7382 | + "target": "com.amazonaws.databasemigrationservice#TStamp", |
| 7383 | + "traits": { |
| 7384 | + "smithy.api#documentation": "<p>The date when the replication instance version will be deprecated and can no longer be requested.</p>" |
| 7385 | + } |
| 7386 | + }, |
| 7387 | + "ForceUpgradeDate": { |
| 7388 | + "target": "com.amazonaws.databasemigrationservice#TStamp", |
| 7389 | + "traits": { |
| 7390 | + "smithy.api#documentation": "<p>The date when the replication instance will have a version upgrade forced.</p>" |
| 7391 | + } |
| 7392 | + }, |
| 7393 | + "AvailableUpgrades": { |
| 7394 | + "target": "com.amazonaws.databasemigrationservice#AvailableUpgradesList", |
| 7395 | + "traits": { |
| 7396 | + "smithy.api#documentation": "<p>The list of valid replication instance versions that you can upgrade to.</p>" |
| 7397 | + } |
| 7398 | + } |
| 7399 | + }, |
| 7400 | + "traits": { |
| 7401 | + "smithy.api#documentation": "<p>Provides information about a replication instance version.</p>" |
| 7402 | + } |
| 7403 | + }, |
| 7404 | + "com.amazonaws.databasemigrationservice#EngineVersionList": { |
| 7405 | + "type": "list", |
| 7406 | + "member": { |
| 7407 | + "target": "com.amazonaws.databasemigrationservice#EngineVersion", |
| 7408 | + "traits": { |
| 7409 | + "smithy.api#xmlName": "EngineVersion" |
| 7410 | + } |
| 7411 | + } |
| 7412 | + }, |
7285 | 7413 | "com.amazonaws.databasemigrationservice#Event": {
|
7286 | 7414 | "type": "structure",
|
7287 | 7415 | "members": {
|
|
10225 | 10353 | "DatabaseMode": {
|
10226 | 10354 | "target": "com.amazonaws.databasemigrationservice#DatabaseMode",
|
10227 | 10355 | "traits": {
|
10228 |
| - "smithy.api#documentation": "<p>Specifies whether to use default or custom replication behavior for \n PostgreSQL-compatible endpoints. You can use this setting to specify replication \n behavior for endpoints that require additional configuration, such as Babelfish endpoints.</p>" |
| 10356 | + "smithy.api#documentation": "<p>Specifies the default behavior of the replication's handling of PostgreSQL- compatible endpoints that require some additional configuration, such as Babelfish endpoints.</p>" |
10229 | 10357 | }
|
10230 | 10358 | },
|
10231 | 10359 | "BabelfishDatabaseName": {
|
|
0 commit comments