Skip to content

Commit 569bd38

Browse files
author
AWS
committed
AWS Transfer Family Update: AWS Transfer Family now supports Applicability Statement 2 (AS2), a network protocol used for the secure and reliable transfer of critical Business-to-Business (B2B) data over the public internet using HTTP/HTTPS as the transport mechanism.
1 parent eca152a commit 569bd38

File tree

3 files changed

+1619
-119
lines changed

3 files changed

+1619
-119
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 now supports Applicability Statement 2 (AS2), a network protocol used for the secure and reliable transfer of critical Business-to-Business (B2B) data over the public internet using HTTP/HTTPS as the transport mechanism."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
"output_token": "NextToken",
1010
"result_key": "Accesses"
1111
},
12+
"ListAgreements": {
13+
"input_token": "NextToken",
14+
"limit_key": "MaxResults",
15+
"output_token": "NextToken",
16+
"result_key": "Agreements"
17+
},
18+
"ListCertificates": {
19+
"input_token": "NextToken",
20+
"limit_key": "MaxResults",
21+
"output_token": "NextToken",
22+
"result_key": "Certificates"
23+
},
24+
"ListConnectors": {
25+
"input_token": "NextToken",
26+
"limit_key": "MaxResults",
27+
"output_token": "NextToken",
28+
"result_key": "Connectors"
29+
},
1230
"ListExecutions": {
1331
"input_token": "NextToken",
1432
"limit_key": "MaxResults",
@@ -18,6 +36,12 @@
1836
"output_token": "NextToken",
1937
"result_key": "Executions"
2038
},
39+
"ListProfiles": {
40+
"input_token": "NextToken",
41+
"limit_key": "MaxResults",
42+
"output_token": "NextToken",
43+
"result_key": "Profiles"
44+
},
2145
"ListSecurityPolicies": {
2246
"input_token": "NextToken",
2347
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)