|
26 | 26 | {"shape":"InvalidDBClusterStateFault"},
|
27 | 27 | {"shape":"DBClusterRoleQuotaExceededFault"}
|
28 | 28 | ],
|
29 |
| - "documentation":"<p>Associates an Identity and Access Management (IAM) role from an Neptune DB cluster.</p>" |
| 29 | + "documentation":"<p>Associates an Identity and Access Management (IAM) role with an Neptune DB cluster.</p>" |
30 | 30 | },
|
31 | 31 | "AddSourceIdentifierToSubscription":{
|
32 | 32 | "name":"AddSourceIdentifierToSubscription",
|
|
1131 | 1131 | {"shape":"InvalidDBClusterStateFault"},
|
1132 | 1132 | {"shape":"InvalidDBInstanceStateFault"}
|
1133 | 1133 | ],
|
1134 |
| - "documentation":"<p>Starts an Amazon Neptune DB cluster that was stopped using the AWS console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API.</p>" |
| 1134 | + "documentation":"<p>Starts an Amazon Neptune DB cluster that was stopped using the Amazon console, the Amazon CLI stop-db-cluster command, or the StopDBCluster API.</p>" |
1135 | 1135 | },
|
1136 | 1136 | "StopDBCluster":{
|
1137 | 1137 | "name":"StopDBCluster",
|
|
1170 | 1170 | },
|
1171 | 1171 | "FeatureName":{
|
1172 | 1172 | "shape":"String",
|
1173 |
| - "documentation":"<p>The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the list of supported feature names, see <a>DBEngineVersion</a>.</p>" |
| 1173 | + "documentation":"<p>The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the list of supported feature names, see <a href=\"neptune/latest/userguide/api-other-apis.html#DBEngineVersion\">DBEngineVersion</a>.</p>" |
1174 | 1174 | }
|
1175 | 1175 | }
|
1176 | 1176 | },
|
|
2454 | 2454 | },
|
2455 | 2455 | "FeatureName":{
|
2456 | 2456 | "shape":"String",
|
2457 |
| - "documentation":"<p>The name of the feature associated with the Amazon Identity and Access Management (IAM) role. For the list of supported feature names, see <a>DBEngineVersion</a>. </p>" |
| 2457 | + "documentation":"<p>The name of the feature associated with the Amazon Identity and Access Management (IAM) role. For the list of supported feature names, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions\">DescribeDBEngineVersions</a>. </p>" |
2458 | 2458 | }
|
2459 | 2459 | },
|
2460 | 2460 | "documentation":"<p>Describes an Amazon Identity and Access Management (IAM) role that is associated with a DB cluster.</p>"
|
|
3612 | 3612 | },
|
3613 | 3613 | "SnapshotType":{
|
3614 | 3614 | "shape":"String",
|
3615 |
| - "documentation":"<p>The type of DB cluster snapshots to be returned. You can specify one of the following values:</p> <ul> <li> <p> <code>automated</code> - Return all DB cluster snapshots that have been automatically taken by Amazon Neptune for my Amazon account.</p> </li> <li> <p> <code>manual</code> - Return all DB cluster snapshots that have been taken by my AWS account.</p> </li> <li> <p> <code>shared</code> - Return all manual DB cluster snapshots that have been shared to my Amazon account.</p> </li> <li> <p> <code>public</code> - Return all DB cluster snapshots that have been marked as public.</p> </li> </ul> <p>If you don't specify a <code>SnapshotType</code> value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by setting the <code>IncludeShared</code> parameter to <code>true</code>. You can include public DB cluster snapshots with these results by setting the <code>IncludePublic</code> parameter to <code>true</code>.</p> <p>The <code>IncludeShared</code> and <code>IncludePublic</code> parameters don't apply for <code>SnapshotType</code> values of <code>manual</code> or <code>automated</code>. The <code>IncludePublic</code> parameter doesn't apply when <code>SnapshotType</code> is set to <code>shared</code>. The <code>IncludeShared</code> parameter doesn't apply when <code>SnapshotType</code> is set to <code>public</code>.</p>" |
| 3615 | + "documentation":"<p>The type of DB cluster snapshots to be returned. You can specify one of the following values:</p> <ul> <li> <p> <code>automated</code> - Return all DB cluster snapshots that have been automatically taken by Amazon Neptune for my Amazon account.</p> </li> <li> <p> <code>manual</code> - Return all DB cluster snapshots that have been taken by my Amazon account.</p> </li> <li> <p> <code>shared</code> - Return all manual DB cluster snapshots that have been shared to my Amazon account.</p> </li> <li> <p> <code>public</code> - Return all DB cluster snapshots that have been marked as public.</p> </li> </ul> <p>If you don't specify a <code>SnapshotType</code> value, then both automated and manual DB cluster snapshots are returned. You can include shared DB cluster snapshots with these results by setting the <code>IncludeShared</code> parameter to <code>true</code>. You can include public DB cluster snapshots with these results by setting the <code>IncludePublic</code> parameter to <code>true</code>.</p> <p>The <code>IncludeShared</code> and <code>IncludePublic</code> parameters don't apply for <code>SnapshotType</code> values of <code>manual</code> or <code>automated</code>. The <code>IncludePublic</code> parameter doesn't apply when <code>SnapshotType</code> is set to <code>shared</code>. The <code>IncludeShared</code> parameter doesn't apply when <code>SnapshotType</code> is set to <code>public</code>.</p>" |
3616 | 3616 | },
|
3617 | 3617 | "Filters":{
|
3618 | 3618 | "shape":"FilterList",
|
|
3628 | 3628 | },
|
3629 | 3629 | "IncludeShared":{
|
3630 | 3630 | "shape":"Boolean",
|
3631 |
| - "documentation":"<p>True to include shared manual DB cluster snapshots from other Amazon accounts that this AWS account has been given permission to copy or restore, and otherwise false. The default is <code>false</code>.</p> <p>You can give an Amazon account permission to restore a manual DB cluster snapshot from another Amazon account by the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>" |
| 3631 | + "documentation":"<p>True to include shared manual DB cluster snapshots from other Amazon accounts that this Amazon account has been given permission to copy or restore, and otherwise false. The default is <code>false</code>.</p> <p>You can give an Amazon account permission to restore a manual DB cluster snapshot from another Amazon account by the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>" |
3632 | 3632 | },
|
3633 | 3633 | "IncludePublic":{
|
3634 | 3634 | "shape":"Boolean",
|
|
4680 | 4680 | "shape":"String",
|
4681 | 4681 | "documentation":"<p>The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless the <code>ApplyImmediately</code> parameter is set to true.</p> <p>For a list of valid engine versions, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html\">Engine Releases for Amazon Neptune</a>, or call <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions\">DescribeDBEngineVersions</a>.</p>"
|
4682 | 4682 | },
|
| 4683 | + "AllowMajorVersionUpgrade":{ |
| 4684 | + "shape":"Boolean", |
| 4685 | + "documentation":"<p>A value that indicates whether upgrades between different major versions are allowed.</p> <p>Constraints: You must set the allow-major-version-upgrade flag when providing an <code>EngineVersion</code> parameter that uses a different major version than the DB cluster's current version.</p>" |
| 4686 | + }, |
| 4687 | + "DBInstanceParameterGroupName":{ |
| 4688 | + "shape":"String", |
| 4689 | + "documentation":"<p>The name of the DB parameter group to apply to all instances of the DB cluster. </p> <note> <p>When you apply a parameter group using <code>DBInstanceParameterGroupName</code>, parameter changes aren't applied during the next maintenance window but instead are applied immediately.</p> </note> <p>Default: The existing name setting</p> <p>Constraints:</p> <ul> <li> <p>The DB parameter group must be in the same DB parameter group family as the target DB cluster version.</p> </li> <li> <p>The <code>DBInstanceParameterGroupName</code> parameter is only valid in combination with the <code>AllowMajorVersionUpgrade</code> parameter.</p> </li> </ul>" |
| 4690 | + }, |
4683 | 4691 | "DeletionProtection":{
|
4684 | 4692 | "shape":"BooleanOptional",
|
4685 | 4693 | "documentation":"<p>A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.</p>"
|
|
4730 | 4738 | },
|
4731 | 4739 | "ValuesToAdd":{
|
4732 | 4740 | "shape":"AttributeValueList",
|
4733 |
| - "documentation":"<p>A list of DB cluster snapshot attributes to add to the attribute specified by <code>AttributeName</code>.</p> <p>To authorize other Amazon accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon account IDs, or <code>all</code> to make the manual DB cluster snapshot restorable by any Amazon account. Do not add the <code>all</code> value for any manual DB cluster snapshots that contain private information that you don't want available to all AWS accounts.</p>" |
| 4741 | + "documentation":"<p>A list of DB cluster snapshot attributes to add to the attribute specified by <code>AttributeName</code>.</p> <p>To authorize other Amazon accounts to copy or restore a manual DB cluster snapshot, set this list to include one or more Amazon account IDs, or <code>all</code> to make the manual DB cluster snapshot restorable by any Amazon account. Do not add the <code>all</code> value for any manual DB cluster snapshots that contain private information that you don't want available to all Amazon accounts.</p>" |
4734 | 4742 | },
|
4735 | 4743 | "ValuesToRemove":{
|
4736 | 4744 | "shape":"AttributeValueList",
|
|
4758 | 4766 | },
|
4759 | 4767 | "DBInstanceClass":{
|
4760 | 4768 | "shape":"String",
|
4761 |
| - "documentation":"<p>The new compute and memory capacity of the DB instance, for example, <code>db.m4.large</code>. Not all DB instance classes are available in all AWS Regions.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is specified as <code>true</code> for this request.</p> <p>Default: Uses existing setting</p>" |
| 4769 | + "documentation":"<p>The new compute and memory capacity of the DB instance, for example, <code>db.m4.large</code>. Not all DB instance classes are available in all Amazon Regions.</p> <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless <code>ApplyImmediately</code> is specified as <code>true</code> for this request.</p> <p>Default: Uses existing setting</p>" |
4762 | 4770 | },
|
4763 | 4771 | "DBSubnetGroupName":{
|
4764 | 4772 | "shape":"String",
|
|
5418 | 5426 | },
|
5419 | 5427 | "FeatureName":{
|
5420 | 5428 | "shape":"String",
|
5421 |
| - "documentation":"<p>The name of the feature for the DB cluster that the IAM role is to be disassociated from. For the list of supported feature names, see <a>DBEngineVersion</a>.</p>" |
| 5429 | + "documentation":"<p>The name of the feature for the DB cluster that the IAM role is to be disassociated from. For the list of supported feature names, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/api-other-apis.html#DescribeDBEngineVersions\">DescribeDBEngineVersions</a>.</p>" |
5422 | 5430 | }
|
5423 | 5431 | }
|
5424 | 5432 | },
|
|
5935 | 5943 | "members":{
|
5936 | 5944 | "Key":{
|
5937 | 5945 | "shape":"String",
|
5938 |
| - "documentation":"<p>A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>" |
| 5946 | + "documentation":"<p>A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>" |
5939 | 5947 | },
|
5940 | 5948 | "Value":{
|
5941 | 5949 | "shape":"String",
|
5942 |
| - "documentation":"<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with \"aws:\" or \"rds:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>" |
| 5950 | + "documentation":"<p>A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").</p>" |
5943 | 5951 | }
|
5944 | 5952 | },
|
5945 | 5953 | "documentation":"<p>Metadata assigned to an Amazon Neptune resource consisting of a key-value pair.</p>"
|
|
0 commit comments