File tree Expand file tree Collapse file tree 3 files changed +555
-2
lines changed
services/networkmanager/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +555
-2
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 6
6
"limit_key" : " MaxResults" ,
7
7
"result_key" : " GlobalNetworks"
8
8
},
9
+ "GetConnections" : {
10
+ "input_token" : " NextToken" ,
11
+ "output_token" : " NextToken" ,
12
+ "limit_key" : " MaxResults" ,
13
+ "result_key" : " Connections"
14
+ },
9
15
"GetCustomerGatewayAssociations" : {
10
16
"input_token" : " NextToken" ,
11
17
"output_token" : " NextToken" ,
36
42
"limit_key" : " MaxResults" ,
37
43
"result_key" : " Sites"
38
44
},
45
+ "GetTransitGatewayConnectPeerAssociations" : {
46
+ "input_token" : " NextToken" ,
47
+ "output_token" : " NextToken" ,
48
+ "limit_key" : " MaxResults" ,
49
+ "result_key" : " TransitGatewayConnectPeerAssociations"
50
+ },
39
51
"GetTransitGatewayRegistrations" : {
40
52
"input_token" : " NextToken" ,
41
53
"output_token" : " NextToken" ,
You can’t perform that action at this time.
0 commit comments