Skip to content

Commit ec75cad

Browse files
author
AWS
committed
Amazon Keyspaces Update: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.
1 parent b1a715e commit ec75cad

File tree

3 files changed

+312
-8
lines changed

3 files changed

+312
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Keyspaces",
4+
"contributor": "",
5+
"description": "Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type."
6+
}

services/keyspaces/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
"output_token": "nextToken",
1818
"limit_key": "maxResults",
1919
"result_key": "tags"
20+
},
21+
"ListTypes": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "types"
2026
}
2127
}
2228
}

0 commit comments

Comments
 (0)