|
98 | 98 | "traits": {
|
99 | 99 | "smithy.api#documentation": "<p>The list of tags for the backup.</p>"
|
100 | 100 | }
|
| 101 | + }, |
| 102 | + "HsmType": { |
| 103 | + "target": "com.amazonaws.cloudhsmv2#HsmType", |
| 104 | + "traits": { |
| 105 | + "smithy.api#documentation": "<p>The HSM type of the cluster that was backed up.</p>" |
| 106 | + } |
| 107 | + }, |
| 108 | + "Mode": { |
| 109 | + "target": "com.amazonaws.cloudhsmv2#ClusterMode", |
| 110 | + "traits": { |
| 111 | + "smithy.api#documentation": "<p>The mode of the cluster that was backed up.</p>" |
| 112 | + } |
101 | 113 | }
|
102 | 114 | },
|
103 | 115 | "traits": {
|
|
1232 | 1244 | "traits": {
|
1233 | 1245 | "smithy.api#length": {
|
1234 | 1246 | "min": 0,
|
1235 |
| - "max": 5000 |
| 1247 | + "max": 20000 |
1236 | 1248 | },
|
1237 | 1249 | "smithy.api#pattern": "^[a-zA-Z0-9+-/=\\s]*$"
|
1238 | 1250 | }
|
|
1439 | 1451 | "traits": {
|
1440 | 1452 | "smithy.api#documentation": "<p>The list of tags for the cluster.</p>"
|
1441 | 1453 | }
|
| 1454 | + }, |
| 1455 | + "Mode": { |
| 1456 | + "target": "com.amazonaws.cloudhsmv2#ClusterMode", |
| 1457 | + "traits": { |
| 1458 | + "smithy.api#documentation": "<p>The mode of the cluster.</p>" |
| 1459 | + } |
1442 | 1460 | }
|
1443 | 1461 | },
|
1444 | 1462 | "traits": {
|
|
1451 | 1469 | "smithy.api#pattern": "^cluster-[2-7a-zA-Z]{11,16}$"
|
1452 | 1470 | }
|
1453 | 1471 | },
|
| 1472 | + "com.amazonaws.cloudhsmv2#ClusterMode": { |
| 1473 | + "type": "enum", |
| 1474 | + "members": { |
| 1475 | + "FIPS": { |
| 1476 | + "target": "smithy.api#Unit", |
| 1477 | + "traits": { |
| 1478 | + "smithy.api#enumValue": "FIPS" |
| 1479 | + } |
| 1480 | + }, |
| 1481 | + "NON_FIPS": { |
| 1482 | + "target": "smithy.api#Unit", |
| 1483 | + "traits": { |
| 1484 | + "smithy.api#enumValue": "NON_FIPS" |
| 1485 | + } |
| 1486 | + } |
| 1487 | + } |
| 1488 | + }, |
1454 | 1489 | "com.amazonaws.cloudhsmv2#ClusterState": {
|
1455 | 1490 | "type": "enum",
|
1456 | 1491 | "members": {
|
|
1643 | 1678 | "HsmType": {
|
1644 | 1679 | "target": "com.amazonaws.cloudhsmv2#HsmType",
|
1645 | 1680 | "traits": {
|
1646 |
| - "smithy.api#documentation": "<p>The type of HSM to use in the cluster. Currently the only allowed value is\n <code>hsm1.medium</code>.</p>", |
| 1681 | + "smithy.api#documentation": "<p>The type of HSM to use in the cluster. The allowed values are\n <code>hsm1.medium</code> and <code>hsm2m.medium</code>.</p>", |
1647 | 1682 | "smithy.api#required": {}
|
1648 | 1683 | }
|
1649 | 1684 | },
|
|
1665 | 1700 | "traits": {
|
1666 | 1701 | "smithy.api#documentation": "<p>Tags to apply to the CloudHSM cluster during creation.</p>"
|
1667 | 1702 | }
|
| 1703 | + }, |
| 1704 | + "Mode": { |
| 1705 | + "target": "com.amazonaws.cloudhsmv2#ClusterMode", |
| 1706 | + "traits": { |
| 1707 | + "smithy.api#documentation": "<p>The mode to use in the cluster. The allowed values are\n <code>FIPS</code> and <code>NON_FIPS</code>.</p>" |
| 1708 | + } |
1668 | 1709 | }
|
1669 | 1710 | },
|
1670 | 1711 | "traits": {
|
|
2186 | 2227 | },
|
2187 | 2228 | "value": {
|
2188 | 2229 | "target": "com.amazonaws.cloudhsmv2#Strings"
|
| 2230 | + }, |
| 2231 | + "traits": { |
| 2232 | + "smithy.api#length": { |
| 2233 | + "min": 0, |
| 2234 | + "max": 30 |
| 2235 | + } |
2189 | 2236 | }
|
2190 | 2237 | },
|
2191 | 2238 | "com.amazonaws.cloudhsmv2#Hsm": {
|
|
2289 | 2336 | "com.amazonaws.cloudhsmv2#HsmType": {
|
2290 | 2337 | "type": "string",
|
2291 | 2338 | "traits": {
|
2292 |
| - "smithy.api#pattern": "^(hsm1\\.medium)$" |
| 2339 | + "smithy.api#length": { |
| 2340 | + "min": 0, |
| 2341 | + "max": 32 |
| 2342 | + }, |
| 2343 | + "smithy.api#pattern": "^((p|)hsm[0-9][a-z.]*\\.[a-zA-Z]+)$" |
2293 | 2344 | }
|
2294 | 2345 | },
|
2295 | 2346 | "com.amazonaws.cloudhsmv2#Hsms": {
|
|
0 commit comments