|
727 | 727 | "smithy.api#documentation": "<p>Deletes the key value pair specified by the key.</p>",
|
728 | 728 | "smithy.api#examples": [
|
729 | 729 | {
|
730 |
| - "title": "Delete 'key1' from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 730 | + "title": "Delete 'key1' from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
731 | 731 | "input": {
|
732 | 732 | "Key": "key1",
|
733 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 733 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
734 | 734 | "IfMatch": "KV0AB12C3DEF456"
|
735 | 735 | },
|
736 | 736 | "output": {
|
|
864 | 864 | "smithy.api#documentation": "<p>Returns metadata information about Key Value Store.</p>",
|
865 | 865 | "smithy.api#examples": [
|
866 | 866 | {
|
867 |
| - "title": "Describe the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 867 | + "title": "Describe the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
868 | 868 | "input": {
|
869 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58" |
| 869 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58" |
| 870 | + }, |
| 871 | + "output": { |
| 872 | + "ETag": "KV7XY89Z0ABC012", |
| 873 | + "ItemCount": 0, |
| 874 | + "TotalSizeInBytes": 0, |
| 875 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 876 | + "Created": "2023-11-01T22:18:46Z", |
| 877 | + "LastModified": "2023-11-01T14:28:17Z", |
| 878 | + "Status": "IMPORT_FAILURE", |
| 879 | + "FailureReason": "Datasource size exceeds the allowed limit" |
| 880 | + } |
| 881 | + }, |
| 882 | + { |
| 883 | + "title": "Describe the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-1234a9d35678'", |
| 884 | + "input": { |
| 885 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-1234a9d35678" |
870 | 886 | },
|
871 | 887 | "output": {
|
872 | 888 | "ETag": "KV7XY89Z0ABC012",
|
873 | 889 | "ItemCount": 4,
|
874 | 890 | "TotalSizeInBytes": 15,
|
875 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 891 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-1234a9d35678", |
876 | 892 | "Created": "2023-11-01T22:18:46Z",
|
877 |
| - "LastModified": "2023-11-01T14:28:17Z" |
| 893 | + "LastModified": "2023-11-01T14:28:17Z", |
| 894 | + "Status": "READY" |
878 | 895 | }
|
879 | 896 | }
|
880 | 897 | ],
|
|
949 | 966 | "traits": {
|
950 | 967 | "smithy.api#documentation": "<p>Date and time when the key value pairs in the Key Value Store was last modified.</p>"
|
951 | 968 | }
|
| 969 | + }, |
| 970 | + "Status": { |
| 971 | + "target": "smithy.api#String", |
| 972 | + "traits": { |
| 973 | + "smithy.api#documentation": "<p>The current status of the Key Value Store.</p>" |
| 974 | + } |
| 975 | + }, |
| 976 | + "FailureReason": { |
| 977 | + "target": "smithy.api#String", |
| 978 | + "traits": { |
| 979 | + "smithy.api#documentation": "<p>The reason for Key Value Store creation failure.</p>" |
| 980 | + } |
952 | 981 | }
|
953 | 982 | },
|
954 | 983 | "traits": {
|
|
985 | 1014 | "smithy.api#documentation": "<p>Returns a key value pair.</p>",
|
986 | 1015 | "smithy.api#examples": [
|
987 | 1016 | {
|
988 |
| - "title": "Get 'key1' from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1017 | + "title": "Get 'key1' from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
989 | 1018 | "input": {
|
990 | 1019 | "Key": "key1",
|
991 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58" |
| 1020 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58" |
992 | 1021 | },
|
993 | 1022 | "output": {
|
994 | 1023 | "Key": "key1",
|
|
1130 | 1159 | "smithy.api#documentation": "<p>Returns a list of key value pairs.</p>",
|
1131 | 1160 | "smithy.api#examples": [
|
1132 | 1161 | {
|
1133 |
| - "title": "List keys in the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1162 | + "title": "List keys in the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1134 | 1163 | "input": {
|
1135 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1164 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1136 | 1165 | "MaxResults": 3
|
1137 | 1166 | },
|
1138 | 1167 | "output": {
|
|
1154 | 1183 | }
|
1155 | 1184 | },
|
1156 | 1185 | {
|
1157 |
| - "title": "List the next page in the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1186 | + "title": "List the next page in the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1158 | 1187 | "input": {
|
1159 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1188 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1160 | 1189 | "MaxResults": 3,
|
1161 | 1190 | "NextToken": "hVTTZndkpBZ0VRZ0R1RF"
|
1162 | 1191 | },
|
|
1311 | 1340 | "smithy.api#documentation": "<p>Creates a new key value pair or replaces the value of an existing key.</p>",
|
1312 | 1341 | "smithy.api#examples": [
|
1313 | 1342 | {
|
1314 |
| - "title": "Put 'key1' with 'value1' into the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1343 | + "title": "Put 'key1' with 'value1' into the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1315 | 1344 | "input": {
|
1316 | 1345 | "Key": "key1",
|
1317 | 1346 | "Value": "value1",
|
1318 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1347 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1319 | 1348 | "IfMatch": "KV0AB12C3DEF456"
|
1320 | 1349 | },
|
1321 | 1350 | "output": {
|
|
1496 | 1525 | "smithy.api#documentation": "<p>Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.</p>",
|
1497 | 1526 | "smithy.api#examples": [
|
1498 | 1527 | {
|
1499 |
| - "title": "Put 2 keys into the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1528 | + "title": "Put 2 keys into the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1500 | 1529 | "input": {
|
1501 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1530 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1502 | 1531 | "IfMatch": "KV0AB12C3DEF456",
|
1503 | 1532 | "Puts": [
|
1504 | 1533 | {
|
|
1518 | 1547 | }
|
1519 | 1548 | },
|
1520 | 1549 | {
|
1521 |
| - "title": "Delete 2 keys from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1550 | + "title": "Delete 2 keys from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1522 | 1551 | "input": {
|
1523 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1552 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1524 | 1553 | "IfMatch": "KV0AB12C3DEF456",
|
1525 | 1554 | "Deletes": [
|
1526 | 1555 | {
|
|
1538 | 1567 | }
|
1539 | 1568 | },
|
1540 | 1569 | {
|
1541 |
| - "title": "Put 2 keys into and delete 1 key from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
| 1570 | + "title": "Put 2 keys into and delete 1 key from the key value store with ARN 'arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58'", |
1542 | 1571 | "input": {
|
1543 |
| - "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/my-key-value-store-327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
| 1572 | + "KvsARN": "arn:aws:cloudfront::123456789012:key-value-store/327284aa-bcd5-499f-a3ff-26b9a9d31b58", |
1544 | 1573 | "IfMatch": "KV0AB12C3DEF456",
|
1545 | 1574 | "Puts": [
|
1546 | 1575 | {
|
|
0 commit comments