Skip to content

Commit 8c01a73

Browse files
author
AWS
committed
AWS Private 5G Update: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.
1 parent 8adaa4c commit 8c01a73

File tree

3 files changed

+197
-40
lines changed

3 files changed

+197
-40
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 Private 5G",
4+
"contributor": "",
5+
"description": "This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit."
6+
}

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

Lines changed: 86 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"params": {
1111
"Region": "us-east-1",
12-
"UseDualStack": true,
13-
"UseFIPS": true
12+
"UseFIPS": true,
13+
"UseDualStack": true
1414
}
1515
},
1616
{
@@ -22,8 +22,8 @@
2222
},
2323
"params": {
2424
"Region": "us-east-1",
25-
"UseDualStack": false,
26-
"UseFIPS": true
25+
"UseFIPS": true,
26+
"UseDualStack": false
2727
}
2828
},
2929
{
@@ -35,8 +35,8 @@
3535
},
3636
"params": {
3737
"Region": "us-east-1",
38-
"UseDualStack": true,
39-
"UseFIPS": false
38+
"UseFIPS": false,
39+
"UseDualStack": true
4040
}
4141
},
4242
{
@@ -48,8 +48,8 @@
4848
},
4949
"params": {
5050
"Region": "us-east-1",
51-
"UseDualStack": false,
52-
"UseFIPS": false
51+
"UseFIPS": false,
52+
"UseDualStack": false
5353
}
5454
},
5555
{
@@ -61,8 +61,8 @@
6161
},
6262
"params": {
6363
"Region": "cn-north-1",
64-
"UseDualStack": true,
65-
"UseFIPS": true
64+
"UseFIPS": true,
65+
"UseDualStack": true
6666
}
6767
},
6868
{
@@ -74,8 +74,8 @@
7474
},
7575
"params": {
7676
"Region": "cn-north-1",
77-
"UseDualStack": false,
78-
"UseFIPS": true
77+
"UseFIPS": true,
78+
"UseDualStack": false
7979
}
8080
},
8181
{
@@ -87,8 +87,8 @@
8787
},
8888
"params": {
8989
"Region": "cn-north-1",
90-
"UseDualStack": true,
91-
"UseFIPS": false
90+
"UseFIPS": false,
91+
"UseDualStack": true
9292
}
9393
},
9494
{
@@ -100,8 +100,8 @@
100100
},
101101
"params": {
102102
"Region": "cn-north-1",
103-
"UseDualStack": false,
104-
"UseFIPS": false
103+
"UseFIPS": false,
104+
"UseDualStack": false
105105
}
106106
},
107107
{
@@ -113,8 +113,8 @@
113113
},
114114
"params": {
115115
"Region": "us-gov-east-1",
116-
"UseDualStack": true,
117-
"UseFIPS": true
116+
"UseFIPS": true,
117+
"UseDualStack": true
118118
}
119119
},
120120
{
@@ -126,8 +126,8 @@
126126
},
127127
"params": {
128128
"Region": "us-gov-east-1",
129-
"UseDualStack": false,
130-
"UseFIPS": true
129+
"UseFIPS": true,
130+
"UseDualStack": false
131131
}
132132
},
133133
{
@@ -139,8 +139,8 @@
139139
},
140140
"params": {
141141
"Region": "us-gov-east-1",
142-
"UseDualStack": true,
143-
"UseFIPS": false
142+
"UseFIPS": false,
143+
"UseDualStack": true
144144
}
145145
},
146146
{
@@ -152,8 +152,19 @@
152152
},
153153
"params": {
154154
"Region": "us-gov-east-1",
155-
"UseDualStack": false,
156-
"UseFIPS": false
155+
"UseFIPS": false,
156+
"UseDualStack": false
157+
}
158+
},
159+
{
160+
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
161+
"expect": {
162+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
163+
},
164+
"params": {
165+
"Region": "us-iso-east-1",
166+
"UseFIPS": true,
167+
"UseDualStack": true
157168
}
158169
},
159170
{
@@ -165,8 +176,19 @@
165176
},
166177
"params": {
167178
"Region": "us-iso-east-1",
168-
"UseDualStack": false,
169-
"UseFIPS": true
179+
"UseFIPS": true,
180+
"UseDualStack": false
181+
}
182+
},
183+
{
184+
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
185+
"expect": {
186+
"error": "DualStack is enabled but this partition does not support DualStack"
187+
},
188+
"params": {
189+
"Region": "us-iso-east-1",
190+
"UseFIPS": false,
191+
"UseDualStack": true
170192
}
171193
},
172194
{
@@ -178,8 +200,19 @@
178200
},
179201
"params": {
180202
"Region": "us-iso-east-1",
181-
"UseDualStack": false,
182-
"UseFIPS": false
203+
"UseFIPS": false,
204+
"UseDualStack": false
205+
}
206+
},
207+
{
208+
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
209+
"expect": {
210+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
211+
},
212+
"params": {
213+
"Region": "us-isob-east-1",
214+
"UseFIPS": true,
215+
"UseDualStack": true
183216
}
184217
},
185218
{
@@ -191,8 +224,19 @@
191224
},
192225
"params": {
193226
"Region": "us-isob-east-1",
194-
"UseDualStack": false,
195-
"UseFIPS": true
227+
"UseFIPS": true,
228+
"UseDualStack": false
229+
}
230+
},
231+
{
232+
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
233+
"expect": {
234+
"error": "DualStack is enabled but this partition does not support DualStack"
235+
},
236+
"params": {
237+
"Region": "us-isob-east-1",
238+
"UseFIPS": false,
239+
"UseDualStack": true
196240
}
197241
},
198242
{
@@ -204,8 +248,8 @@
204248
},
205249
"params": {
206250
"Region": "us-isob-east-1",
207-
"UseDualStack": false,
208-
"UseFIPS": false
251+
"UseFIPS": false,
252+
"UseDualStack": false
209253
}
210254
},
211255
{
@@ -217,8 +261,8 @@
217261
},
218262
"params": {
219263
"Region": "us-east-1",
220-
"UseDualStack": false,
221264
"UseFIPS": false,
265+
"UseDualStack": false,
222266
"Endpoint": "https://example.com"
223267
}
224268
},
@@ -230,8 +274,8 @@
230274
}
231275
},
232276
"params": {
233-
"UseDualStack": false,
234277
"UseFIPS": false,
278+
"UseDualStack": false,
235279
"Endpoint": "https://example.com"
236280
}
237281
},
@@ -242,8 +286,8 @@
242286
},
243287
"params": {
244288
"Region": "us-east-1",
245-
"UseDualStack": false,
246289
"UseFIPS": true,
290+
"UseDualStack": false,
247291
"Endpoint": "https://example.com"
248292
}
249293
},
@@ -254,10 +298,16 @@
254298
},
255299
"params": {
256300
"Region": "us-east-1",
257-
"UseDualStack": true,
258301
"UseFIPS": false,
302+
"UseDualStack": true,
259303
"Endpoint": "https://example.com"
260304
}
305+
},
306+
{
307+
"documentation": "Missing region",
308+
"expect": {
309+
"error": "Invalid Configuration: Missing Region"
310+
}
261311
}
262312
],
263313
"version": "1.0"

0 commit comments

Comments
 (0)