|
238 | 238 | {
|
239 | 239 | "name": "start_after",
|
240 | 240 | "in": "query",
|
241 |
| - "description": "Only return basins names that lexicographically start after this name.\nThis can be the last basin name seen in a previous listing, to continue from there.\nIt must be greater than or equal to the prefix if specified.", |
| 241 | + "description": "Only return basins names that lexicographically start after this name.\nThis can be the last basin name seen in a previous listing, to continue from there.\nIt must be greater than or equal to the `prefix` if that is specified.", |
242 | 242 | "required": false,
|
243 | 243 | "schema": {
|
244 | 244 | "type": "string",
|
|
825 | 825 | {
|
826 | 826 | "name": "stream",
|
827 | 827 | "in": "path",
|
828 |
| - "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string upto 512 characters.\nBackslash (`/`) is recommended as a delimiter for hierarchical naming.", |
| 828 | + "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.", |
829 | 829 | "required": true,
|
830 | 830 | "schema": {
|
831 | 831 | "type": "string"
|
|
897 | 897 | {
|
898 | 898 | "name": "stream",
|
899 | 899 | "in": "path",
|
900 |
| - "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string upto 512 characters.\nBackslash (`/`) is recommended as a delimiter for hierarchical naming.", |
| 900 | + "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.", |
901 | 901 | "required": true,
|
902 | 902 | "schema": {
|
903 | 903 | "type": "string"
|
|
997 | 997 | {
|
998 | 998 | "name": "stream",
|
999 | 999 | "in": "path",
|
1000 |
| - "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string upto 512 characters.\nBackslash (`/`) is recommended as a delimiter for hierarchical naming.", |
| 1000 | + "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.", |
1001 | 1001 | "required": true,
|
1002 | 1002 | "schema": {
|
1003 | 1003 | "type": "string"
|
|
1062 | 1062 | {
|
1063 | 1063 | "name": "stream",
|
1064 | 1064 | "in": "path",
|
1065 |
| - "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string upto 512 characters.\nBackslash (`/`) is recommended as a delimiter for hierarchical naming.", |
| 1065 | + "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.", |
1066 | 1066 | "required": true,
|
1067 | 1067 | "schema": {
|
1068 | 1068 | "type": "string"
|
|
1147 | 1147 | {
|
1148 | 1148 | "name": "stream",
|
1149 | 1149 | "in": "path",
|
1150 |
| - "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string upto 512 characters.\nBackslash (`/`) is recommended as a delimiter for hierarchical naming.", |
| 1150 | + "description": "Stream name, which must be unique within the basin.\nIt can be an arbitrary string up to 512 characters.", |
1151 | 1151 | "required": true,
|
1152 | 1152 | "schema": {
|
1153 | 1153 | "type": "string"
|
|
1316 | 1316 | },
|
1317 | 1317 | "BasinConfig": {
|
1318 | 1318 | "type": "object",
|
1319 |
| - "required": [ |
1320 |
| - "create_stream_on_append", |
1321 |
| - "create_stream_on_read" |
1322 |
| - ], |
1323 | 1319 | "properties": {
|
1324 | 1320 | "create_stream_on_append": {
|
1325 | 1321 | "type": "boolean",
|
|
1470 | 1466 | "oneOf": [
|
1471 | 1467 | {
|
1472 | 1468 | "$ref": "#/components/schemas/BasinScope",
|
1473 |
| - "description": "Basin scope." |
| 1469 | + "description": "Basin scope.\nThis cannot be reconfigured." |
1474 | 1470 | }
|
1475 | 1471 | ],
|
1476 | 1472 | "default": "aws:us-east-1"
|
|
1546 | 1542 | },
|
1547 | 1543 | "has_more": {
|
1548 | 1544 | "type": "boolean",
|
1549 |
| - "description": "If set, indicates there are more results that can be listed with `start_after`." |
| 1545 | + "description": "Indicates that there are more results that can be listed with `start_after`." |
1550 | 1546 | }
|
1551 | 1547 | }
|
1552 | 1548 | },
|
|
1567 | 1563 | },
|
1568 | 1564 | "has_more": {
|
1569 | 1565 | "type": "boolean",
|
1570 |
| - "description": "If set, indicates there are more results that can be listed with `start_after`." |
| 1566 | + "description": "Indicates that there are more results that can be listed with `start_after`." |
1571 | 1567 | }
|
1572 | 1568 | }
|
1573 | 1569 | },
|
|
1580 | 1576 | "properties": {
|
1581 | 1577 | "has_more": {
|
1582 | 1578 | "type": "boolean",
|
1583 |
| - "description": "If set, indicates there are more results that can be listed with `start_after`." |
| 1579 | + "description": "Indicates that there are more results that can be listed with `start_after`." |
1584 | 1580 | },
|
1585 | 1581 | "streams": {
|
1586 | 1582 | "type": "array",
|
|
0 commit comments