Skip to content

Commit e16ed14

Browse files
author
AWS
committed
Amazon DataZone Update: This release introduces a new default service blueprint for custom environment creation.
1 parent dd19534 commit e16ed14

File tree

3 files changed

+699
-6
lines changed

3 files changed

+699
-6
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 DataZone",
4+
"contributor": "",
5+
"description": "This release introduces a new default service blueprint for custom environment creation."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"limit_key": "maxResults",
3131
"result_key": "items"
3232
},
33+
"ListEnvironmentActions": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "items"
38+
},
3339
"ListEnvironmentBlueprintConfigurations": {
3440
"input_token": "nextToken",
3541
"output_token": "nextToken",

0 commit comments

Comments
 (0)