Skip to content

Commit 8095194

Browse files
author
AWS
committed
AWS Network Manager Update: This release adds support for Cloud WAN Routing Policy providing customers sophisticated routing controls to better manage their global networks
1 parent 7ab0be2 commit 8095194

File tree

3 files changed

+677
-1
lines changed

3 files changed

+677
-1
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 support for Cloud WAN Routing Policy providing customers sophisticated routing controls to better manage their global networks"
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
"limit_key": "MaxResults",
9797
"result_key": "TransitGatewayRegistrations"
9898
},
99+
"ListAttachmentRoutingPolicyAssociations": {
100+
"input_token": "NextToken",
101+
"output_token": "NextToken",
102+
"limit_key": "MaxResults",
103+
"result_key": "AttachmentRoutingPolicyAssociations"
104+
},
99105
"ListAttachments": {
100106
"input_token": "NextToken",
101107
"output_token": "NextToken",
@@ -114,6 +120,18 @@
114120
"limit_key": "MaxResults",
115121
"result_key": "CoreNetworkPolicyVersions"
116122
},
123+
"ListCoreNetworkPrefixListAssociations": {
124+
"input_token": "NextToken",
125+
"output_token": "NextToken",
126+
"limit_key": "MaxResults",
127+
"result_key": "PrefixListAssociations"
128+
},
129+
"ListCoreNetworkRoutingInformation": {
130+
"input_token": "NextToken",
131+
"output_token": "NextToken",
132+
"limit_key": "MaxResults",
133+
"result_key": "CoreNetworkRoutingInformation"
134+
},
117135
"ListCoreNetworks": {
118136
"input_token": "NextToken",
119137
"output_token": "NextToken",

0 commit comments

Comments
 (0)