|
8018 | 8018 | "documentation":"<p>The Amazon Web Services Region-unique, immutable identifier for the DB shard group.</p>"
|
8019 | 8019 | },
|
8020 | 8020 | "DBShardGroupIdentifier":{
|
8021 |
| - "shape":"String", |
| 8021 | + "shape":"DBShardGroupIdentifier", |
8022 | 8022 | "documentation":"<p>The name of the DB shard group.</p>"
|
8023 | 8023 | },
|
8024 | 8024 | "DBClusterIdentifier":{
|
|
8059 | 8059 | },
|
8060 | 8060 | "exception":true
|
8061 | 8061 | },
|
| 8062 | + "DBShardGroupIdentifier":{ |
| 8063 | + "type":"string", |
| 8064 | + "max":63, |
| 8065 | + "min":1, |
| 8066 | + "pattern":"[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*" |
| 8067 | + }, |
8062 | 8068 | "DBShardGroupNotFoundFault":{
|
8063 | 8069 | "type":"structure",
|
8064 | 8070 | "members":{
|
|
8776 | 8782 | "required":["DBShardGroupIdentifier"],
|
8777 | 8783 | "members":{
|
8778 | 8784 | "DBShardGroupIdentifier":{
|
8779 |
| - "shape":"String", |
| 8785 | + "shape":"DBShardGroupIdentifier", |
8780 | 8786 | "documentation":"<p>Teh name of the DB shard group to delete.</p>"
|
8781 | 8787 | }
|
8782 | 8788 | }
|
|
9618 | 9624 | "type":"structure",
|
9619 | 9625 | "members":{
|
9620 | 9626 | "DBShardGroupIdentifier":{
|
9621 |
| - "shape":"String", |
| 9627 | + "shape":"DBShardGroupIdentifier", |
9622 | 9628 | "documentation":"<p>The user-supplied DB shard group identifier or the Amazon Resource Name (ARN) of the DB shard group. If this parameter is specified, information for only the specific DB shard group is returned. This parameter isn't case-sensitive.</p> <p>Constraints:</p> <ul> <li> <p>If supplied, must match an existing DB shard group identifier.</p> </li> </ul>"
|
9623 | 9629 | },
|
9624 | 9630 | "Filters":{
|
|
12723 | 12729 | "required":["DBShardGroupIdentifier"],
|
12724 | 12730 | "members":{
|
12725 | 12731 | "DBShardGroupIdentifier":{
|
12726 |
| - "shape":"String", |
| 12732 | + "shape":"DBShardGroupIdentifier", |
12727 | 12733 | "documentation":"<p>The name of the DB shard group to modify.</p>"
|
12728 | 12734 | },
|
12729 | 12735 | "MaxACU":{
|
|
14080 | 14086 | "required":["DBShardGroupIdentifier"],
|
14081 | 14087 | "members":{
|
14082 | 14088 | "DBShardGroupIdentifier":{
|
14083 |
| - "shape":"String", |
| 14089 | + "shape":"DBShardGroupIdentifier", |
14084 | 14090 | "documentation":"<p>The name of the DB shard group to reboot.</p>"
|
14085 | 14091 | }
|
14086 | 14092 | }
|
|
0 commit comments