|
1442 | 1442 | "expect": { |
1443 | 1443 | "error": "Invalid Configuration: Missing Region" |
1444 | 1444 | } |
| 1445 | + }, |
| 1446 | + { |
| 1447 | + "documentation": "Partition doesn't support DualStack", |
| 1448 | + "expect": { |
| 1449 | + "error": "DualStack is enabled but this partition does not support DualStack" |
| 1450 | + }, |
| 1451 | + "params": { |
| 1452 | + "Region": "us-isob-east-1", |
| 1453 | + "UseFIPS": false, |
| 1454 | + "UseDualStack": true |
| 1455 | + } |
1445 | 1456 | } |
1446 | 1457 | ], |
1447 | 1458 | "version": "1.0" |
|
1649 | 1660 | } |
1650 | 1661 | }, |
1651 | 1662 | "traits": { |
1652 | | - "smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.</p>\n <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.</p>" |
| 1663 | + "smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export\n to CloudWatch Logs for a specific DB instance or DB cluster.</p>\n <p>The <code>EnableLogTypes</code> and <code>DisableLogTypes</code> arrays\n determine which logs will be exported (or not exported) to CloudWatch Logs.</p>\n <p>Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>" |
1653 | 1664 | } |
1654 | 1665 | }, |
1655 | 1666 | "com.amazonaws.neptune#ClusterPendingModifiedValues": { |
|
1685 | 1696 | "smithy.api#documentation": "<p>The number of days for which automatic DB snapshots are retained.</p>" |
1686 | 1697 | } |
1687 | 1698 | }, |
| 1699 | + "StorageType": { |
| 1700 | + "target": "com.amazonaws.neptune#String", |
| 1701 | + "traits": { |
| 1702 | + "smithy.api#documentation": "<p>The storage type for the DB cluster.</p>" |
| 1703 | + } |
| 1704 | + }, |
1688 | 1705 | "AllocatedStorage": { |
1689 | 1706 | "target": "com.amazonaws.neptune#IntegerOptional", |
1690 | 1707 | "traits": { |
|
2301 | 2318 | "EnableCloudwatchLogsExports": { |
2302 | 2319 | "target": "com.amazonaws.neptune#LogTypeList", |
2303 | 2320 | "traits": { |
2304 | | - "smithy.api#documentation": "<p>The list of log types that need to be enabled for exporting to CloudWatch Logs.</p>" |
| 2321 | + "smithy.api#documentation": "<p>A list of the log types that this DB cluster should export to CloudWatch Logs.\n Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>" |
2305 | 2322 | } |
2306 | 2323 | }, |
2307 | 2324 | "DeletionProtection": { |
|
2321 | 2338 | "traits": { |
2322 | 2339 | "smithy.api#documentation": "<p>The ID of the Neptune global database to which this new DB cluster\n should be added.</p>" |
2323 | 2340 | } |
| 2341 | + }, |
| 2342 | + "StorageType": { |
| 2343 | + "target": "com.amazonaws.neptune#String", |
| 2344 | + "traits": { |
| 2345 | + "smithy.api#documentation": "<p>The storage type to associate with the DB cluster.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>standard | iopt1</code>\n </p>\n </li>\n </ul>\n <p>Default:</p>\n <ul>\n <li>\n <p>\n <code>standard</code>\n </p>\n </li>\n </ul>\n <note>\n <p>When you create a Neptune cluster with the storage type set to <code>iopt1</code>, the storage type is returned\n in the response. The storage type isn't returned when you set it to <code>standard</code>.</p>\n </note>" |
| 2346 | + } |
2324 | 2347 | } |
2325 | 2348 | }, |
2326 | 2349 | "traits": { |
|
3383 | 3406 | "EnabledCloudwatchLogsExports": { |
3384 | 3407 | "target": "com.amazonaws.neptune#LogTypeList", |
3385 | 3408 | "traits": { |
3386 | | - "smithy.api#documentation": "<p>A list of log types that this DB cluster is configured to export to CloudWatch Logs.</p>" |
| 3409 | + "smithy.api#documentation": "<p>A list of the log types that this DB cluster is configured to export to CloudWatch Logs.\n Valid log types are: <code>audit</code> (to publish audit logs to CloudWatch) and\n slowquery (to publish slow-query logs to CloudWatch). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>" |
3387 | 3410 | } |
3388 | 3411 | }, |
3389 | 3412 | "PendingModifiedValues": { |
|
3421 | 3444 | "traits": { |
3422 | 3445 | "smithy.api#documentation": "<p>Contains a user-supplied global database cluster identifier.\n This identifier is the unique key that identifies a global database.</p>" |
3423 | 3446 | } |
| 3447 | + }, |
| 3448 | + "IOOptimizedNextAllowedModificationTime": { |
| 3449 | + "target": "com.amazonaws.neptune#TStamp", |
| 3450 | + "traits": { |
| 3451 | + "smithy.api#documentation": "<p>The next time you can modify the DB cluster to use the <code>iopt1</code> storage type.</p>" |
| 3452 | + } |
| 3453 | + }, |
| 3454 | + "StorageType": { |
| 3455 | + "target": "com.amazonaws.neptune#String", |
| 3456 | + "traits": { |
| 3457 | + "smithy.api#documentation": "<p>The storage type associated with the DB cluster.</p>" |
| 3458 | + } |
3424 | 3459 | } |
3425 | 3460 | }, |
3426 | 3461 | "traits": { |
|
4069 | 4104 | "traits": { |
4070 | 4105 | "smithy.api#documentation": "<p>True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts\n is enabled, and otherwise false.</p>" |
4071 | 4106 | } |
| 4107 | + }, |
| 4108 | + "StorageType": { |
| 4109 | + "target": "com.amazonaws.neptune#String", |
| 4110 | + "traits": { |
| 4111 | + "smithy.api#documentation": "<p>The storage type associated with the DB cluster snapshot.</p>" |
| 4112 | + } |
4072 | 4113 | } |
4073 | 4114 | }, |
4074 | 4115 | "traits": { |
|
8250 | 8291 | }, |
8251 | 8292 | { |
8252 | 8293 | "target": "com.amazonaws.neptune#StorageQuotaExceededFault" |
| 8294 | + }, |
| 8295 | + { |
| 8296 | + "target": "com.amazonaws.neptune#StorageTypeNotSupportedFault" |
8253 | 8297 | } |
8254 | 8298 | ], |
8255 | 8299 | "traits": { |
|
8468 | 8512 | "CloudwatchLogsExportConfiguration": { |
8469 | 8513 | "target": "com.amazonaws.neptune#CloudwatchLogsExportConfiguration", |
8470 | 8514 | "traits": { |
8471 | | - "smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster.</p>" |
| 8515 | + "smithy.api#documentation": "<p>The configuration setting for the log types to be enabled for export to CloudWatch Logs\n for a specific DB cluster. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html#cloudwatch-logs-cli\">Using the\n CLI to publish Neptune audit logs to CloudWatch Logs</a>.</p>" |
8472 | 8516 | } |
8473 | 8517 | }, |
8474 | 8518 | "EngineVersion": { |
|
8506 | 8550 | "traits": { |
8507 | 8551 | "smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>" |
8508 | 8552 | } |
| 8553 | + }, |
| 8554 | + "StorageType": { |
| 8555 | + "target": "com.amazonaws.neptune#String", |
| 8556 | + "traits": { |
| 8557 | + "smithy.api#documentation": "<p>The storage type to associate with the DB cluster.</p>\n <p>Valid Values:</p>\n <ul>\n <li>\n <p>\n <code>standard | iopt1</code>\n </p>\n </li>\n </ul>\n <p>Default:</p>\n <ul>\n <li>\n <p>\n <code>standard</code>\n </p>\n </li>\n </ul>" |
| 8558 | + } |
8509 | 8559 | } |
8510 | 8560 | }, |
8511 | 8561 | "traits": { |
|
9517 | 9567 | } |
9518 | 9568 | }, |
9519 | 9569 | "traits": { |
9520 | | - "smithy.api#documentation": "<p>A list of the log types whose configuration is still pending. In other\n words, these log types are in the process of being activated or deactivated.</p>" |
| 9570 | + "smithy.api#documentation": "<p>A list of the log types whose configuration is still pending. In other\n words, these log types are in the process of being activated or deactivated.</p>\n <p>Valid log types are: <code>audit</code> (to publish audit logs) and\n <code>slowquery</code> (to publish slow-query logs). See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html\">Publishing Neptune logs\n to Amazon CloudWatch logs</a>.</p>" |
9521 | 9571 | } |
9522 | 9572 | }, |
9523 | 9573 | "com.amazonaws.neptune#PendingMaintenanceAction": { |
|
9691 | 9741 | } |
9692 | 9742 | }, |
9693 | 9743 | "traits": { |
9694 | | - "smithy.api#documentation": "<p> This data type is used as a response element in the <a>ModifyDBInstance</a>\n action.</p>" |
| 9744 | + "smithy.api#documentation": "<p>This data type is used as a response element in the <a>ModifyDBInstance</a>\n action.</p>" |
9695 | 9745 | } |
9696 | 9746 | }, |
9697 | 9747 | "com.amazonaws.neptune#PromoteReadReplicaDBCluster": { |
|
10409 | 10459 | "traits": { |
10410 | 10460 | "smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>" |
10411 | 10461 | } |
| 10462 | + }, |
| 10463 | + "StorageType": { |
| 10464 | + "target": "com.amazonaws.neptune#String", |
| 10465 | + "traits": { |
| 10466 | + "smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB cluster.</p>\n <p>Valid values: <code>standard</code>, <code>iopt1</code>\n </p>\n <p>Default: <code>standard</code>\n </p>" |
| 10467 | + } |
10412 | 10468 | } |
10413 | 10469 | }, |
10414 | 10470 | "traits": { |
|
10593 | 10649 | "traits": { |
10594 | 10650 | "smithy.api#documentation": "<p>Contains the scaling configuration of a Neptune Serverless DB cluster.</p>\n <p>For more information, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-serverless-using.html\">Using Amazon Neptune Serverless</a> in the\n <i>Amazon Neptune User Guide</i>.</p>" |
10595 | 10651 | } |
| 10652 | + }, |
| 10653 | + "StorageType": { |
| 10654 | + "target": "com.amazonaws.neptune#String", |
| 10655 | + "traits": { |
| 10656 | + "smithy.api#documentation": "<p>Specifies the storage type to be associated with the DB cluster.</p>\n <p>Valid values: <code>standard</code>, <code>iopt1</code>\n </p>\n <p>Default: <code>standard</code>\n </p>" |
| 10657 | + } |
10596 | 10658 | } |
10597 | 10659 | }, |
10598 | 10660 | "traits": { |
|
0 commit comments