Skip to content

Commit 19fc2aa

Browse files
author
AWS
committed
AWS Network Manager Update: This release adds API support for Transit Gateway Connect integration into AWS Network Manager.
1 parent 4a63f13 commit 19fc2aa

File tree

3 files changed

+555
-2
lines changed

3 files changed

+555
-2
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 Network Manager",
4+
"contributor": "",
5+
"description": "This release adds API support for Transit Gateway Connect integration into AWS Network Manager."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "MaxResults",
77
"result_key": "GlobalNetworks"
88
},
9+
"GetConnections": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "Connections"
14+
},
915
"GetCustomerGatewayAssociations": {
1016
"input_token": "NextToken",
1117
"output_token": "NextToken",
@@ -36,6 +42,12 @@
3642
"limit_key": "MaxResults",
3743
"result_key": "Sites"
3844
},
45+
"GetTransitGatewayConnectPeerAssociations": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "TransitGatewayConnectPeerAssociations"
50+
},
3951
"GetTransitGatewayRegistrations": {
4052
"input_token": "NextToken",
4153
"output_token": "NextToken",

0 commit comments

Comments
 (0)