Skip to content

Commit d03b7c9

Browse files
author
AWS
committed
AWS Network Manager Update: Appliance Mode support for AWS Cloud WAN.
1 parent 3719f5a commit d03b7c9

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
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": "Appliance Mode support for AWS Cloud WAN."
6+
}

services/networkmanager/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"properties": {
88
"authSchemes": [
99
{
10-
"name": "sigv4",
10+
"signingRegion": "us-west-2",
1111
"signingName": "networkmanager",
12-
"signingRegion": "us-west-2"
12+
"name": "sigv4"
1313
}
1414
]
1515
},
1616
"url": "https://networkmanager.us-west-2.amazonaws.com"
1717
}
1818
},
1919
"params": {
20-
"UseDualStack": false,
20+
"UseFIPS": false,
2121
"Region": "aws-global",
22-
"UseFIPS": false
22+
"UseDualStack": false
2323
}
2424
},
2525
{
@@ -29,19 +29,19 @@
2929
"properties": {
3030
"authSchemes": [
3131
{
32-
"name": "sigv4",
32+
"signingRegion": "us-gov-west-1",
3333
"signingName": "networkmanager",
34-
"signingRegion": "us-gov-west-1"
34+
"name": "sigv4"
3535
}
3636
]
3737
},
3838
"url": "https://networkmanager.us-gov-west-1.amazonaws.com"
3939
}
4040
},
4141
"params": {
42-
"UseDualStack": false,
42+
"UseFIPS": false,
4343
"Region": "aws-us-gov-global",
44-
"UseFIPS": false
44+
"UseDualStack": false
4545
}
4646
},
4747
{
@@ -52,9 +52,9 @@
5252
}
5353
},
5454
"params": {
55-
"UseDualStack": false,
56-
"Region": "us-east-1",
5755
"UseFIPS": false,
56+
"Region": "us-east-1",
57+
"UseDualStack": false,
5858
"Endpoint": "https://example.com"
5959
}
6060
},
@@ -64,9 +64,9 @@
6464
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
6565
},
6666
"params": {
67-
"UseDualStack": false,
68-
"Region": "us-east-1",
6967
"UseFIPS": true,
68+
"Region": "us-east-1",
69+
"UseDualStack": false,
7070
"Endpoint": "https://example.com"
7171
}
7272
},
@@ -76,9 +76,9 @@
7676
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
7777
},
7878
"params": {
79-
"UseDualStack": true,
80-
"Region": "us-east-1",
8179
"UseFIPS": false,
80+
"Region": "us-east-1",
81+
"UseDualStack": true,
8282
"Endpoint": "https://example.com"
8383
}
8484
}

services/networkmanager/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
{"shape":"ThrottlingException"},
13081308
{"shape":"InternalServerException"}
13091309
],
1310-
"documentation":"<p>Enables for the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization. </p>"
1310+
"documentation":"<p>Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization. </p>"
13111311
},
13121312
"StartRouteAnalysis":{
13131313
"name":"StartRouteAnalysis",
@@ -7023,6 +7023,10 @@
70237023
"Ipv6Support":{
70247024
"shape":"Boolean",
70257025
"documentation":"<p>Indicates whether IPv6 is supported.</p>"
7026+
},
7027+
"ApplianceModeSupport":{
7028+
"shape":"Boolean",
7029+
"documentation":"<p>Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is <code>false</code>.</p>"
70267030
}
70277031
},
70287032
"documentation":"<p>Describes the VPC options.</p>"

0 commit comments

Comments
 (0)