Skip to content

Commit b9ee301

Browse files
author
AWS
committed
AWS Transfer Family Update: AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
1 parent be5acab commit b9ee301

File tree

3 files changed

+944
-27
lines changed

3 files changed

+944
-27
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": "AWS Transfer Family",
4+
"contributor": "",
5+
"description": "AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing"
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
77
},
8+
"ListExecutions": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
813
"ListSecurityPolicies": {
914
"input_token": "NextToken",
1015
"output_token": "NextToken",
@@ -24,6 +29,11 @@
2429
"input_token": "NextToken",
2530
"output_token": "NextToken",
2631
"limit_key": "MaxResults"
32+
},
33+
"ListWorkflows": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults"
2737
}
2838
}
2939
}

0 commit comments

Comments
 (0)