996
996
" x-amzn-platform-id" ,
997
997
" x-amzn-trace-id"
998
998
],
999
- "additionalExposedHeaders" : [
1000
- " x-amzn-errortype" ,
1001
- " x-amzn-requestid" ,
1002
- " x-amzn-trace-id"
1003
- ],
999
+ "additionalExposedHeaders" : [" x-amzn-errortype" , " x-amzn-requestid" , " x-amzn-trace-id" ],
1004
1000
"maxAge" : 86400
1005
1001
},
1006
1002
"smithy.api#documentation" : " <p>Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale\n your own private mobile network at your on-premises location. Private 5G provides the\n pre-configured hardware and software for mobile networks, helps automate setup, and\n scales capacity on demand to support additional devices as needed.</p>" ,
1182
1178
{
1183
1179
"conditions" : [],
1184
1180
"endpoint" : {
1185
- "url" : " https://privatenetworks -fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
1181
+ "url" : " https://private-networks -fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
1186
1182
"properties" : {},
1187
1183
"headers" : {}
1188
1184
},
1234
1230
{
1235
1231
"conditions" : [],
1236
1232
"endpoint" : {
1237
- "url" : " https://privatenetworks -fips.{Region}.{PartitionResult#dnsSuffix}" ,
1233
+ "url" : " https://private-networks -fips.{Region}.{PartitionResult#dnsSuffix}" ,
1238
1234
"properties" : {},
1239
1235
"headers" : {}
1240
1236
},
1286
1282
{
1287
1283
"conditions" : [],
1288
1284
"endpoint" : {
1289
- "url" : " https://privatenetworks .{Region}.{PartitionResult#dualStackDnsSuffix}" ,
1285
+ "url" : " https://private-networks .{Region}.{PartitionResult#dualStackDnsSuffix}" ,
1290
1286
"properties" : {},
1291
1287
"headers" : {}
1292
1288
},
1304
1300
{
1305
1301
"conditions" : [],
1306
1302
"endpoint" : {
1307
- "url" : " https://privatenetworks .{Region}.{PartitionResult#dnsSuffix}" ,
1303
+ "url" : " https://private-networks .{Region}.{PartitionResult#dnsSuffix}" ,
1308
1304
"properties" : {},
1309
1305
"headers" : {}
1310
1306
},
1316
1312
},
1317
1313
"smithy.rules#endpointTests" : {
1318
1314
"testCases" : [
1315
+ {
1316
+ "documentation" : " For region us-west-2 with FIPS enabled and DualStack enabled" ,
1317
+ "expect" : {
1318
+ "endpoint" : {
1319
+ "url" : " https://private-networks-fips.us-west-2.api.aws"
1320
+ }
1321
+ },
1322
+ "params" : {
1323
+ "UseFIPS" : true ,
1324
+ "UseDualStack" : true ,
1325
+ "Region" : " us-west-2"
1326
+ }
1327
+ },
1328
+ {
1329
+ "documentation" : " For region us-west-2 with FIPS enabled and DualStack disabled" ,
1330
+ "expect" : {
1331
+ "endpoint" : {
1332
+ "url" : " https://private-networks-fips.us-west-2.amazonaws.com"
1333
+ }
1334
+ },
1335
+ "params" : {
1336
+ "UseFIPS" : true ,
1337
+ "UseDualStack" : false ,
1338
+ "Region" : " us-west-2"
1339
+ }
1340
+ },
1341
+ {
1342
+ "documentation" : " For region us-west-2 with FIPS disabled and DualStack enabled" ,
1343
+ "expect" : {
1344
+ "endpoint" : {
1345
+ "url" : " https://private-networks.us-west-2.api.aws"
1346
+ }
1347
+ },
1348
+ "params" : {
1349
+ "UseFIPS" : false ,
1350
+ "UseDualStack" : true ,
1351
+ "Region" : " us-west-2"
1352
+ }
1353
+ },
1354
+ {
1355
+ "documentation" : " For region us-west-2 with FIPS disabled and DualStack disabled" ,
1356
+ "expect" : {
1357
+ "endpoint" : {
1358
+ "url" : " https://private-networks.us-west-2.amazonaws.com"
1359
+ }
1360
+ },
1361
+ "params" : {
1362
+ "UseFIPS" : false ,
1363
+ "UseDualStack" : false ,
1364
+ "Region" : " us-west-2"
1365
+ }
1366
+ },
1367
+ {
1368
+ "documentation" : " For region us-east-1 with FIPS enabled and DualStack enabled" ,
1369
+ "expect" : {
1370
+ "endpoint" : {
1371
+ "url" : " https://private-networks-fips.us-east-1.api.aws"
1372
+ }
1373
+ },
1374
+ "params" : {
1375
+ "UseFIPS" : true ,
1376
+ "UseDualStack" : true ,
1377
+ "Region" : " us-east-1"
1378
+ }
1379
+ },
1380
+ {
1381
+ "documentation" : " For region us-east-1 with FIPS enabled and DualStack disabled" ,
1382
+ "expect" : {
1383
+ "endpoint" : {
1384
+ "url" : " https://private-networks-fips.us-east-1.amazonaws.com"
1385
+ }
1386
+ },
1387
+ "params" : {
1388
+ "UseFIPS" : true ,
1389
+ "UseDualStack" : false ,
1390
+ "Region" : " us-east-1"
1391
+ }
1392
+ },
1393
+ {
1394
+ "documentation" : " For region us-east-1 with FIPS disabled and DualStack enabled" ,
1395
+ "expect" : {
1396
+ "endpoint" : {
1397
+ "url" : " https://private-networks.us-east-1.api.aws"
1398
+ }
1399
+ },
1400
+ "params" : {
1401
+ "UseFIPS" : false ,
1402
+ "UseDualStack" : true ,
1403
+ "Region" : " us-east-1"
1404
+ }
1405
+ },
1406
+ {
1407
+ "documentation" : " For region us-east-1 with FIPS disabled and DualStack disabled" ,
1408
+ "expect" : {
1409
+ "endpoint" : {
1410
+ "url" : " https://private-networks.us-east-1.amazonaws.com"
1411
+ }
1412
+ },
1413
+ "params" : {
1414
+ "UseFIPS" : false ,
1415
+ "UseDualStack" : false ,
1416
+ "Region" : " us-east-1"
1417
+ }
1418
+ },
1419
+ {
1420
+ "documentation" : " For region us-east-2 with FIPS enabled and DualStack enabled" ,
1421
+ "expect" : {
1422
+ "endpoint" : {
1423
+ "url" : " https://private-networks-fips.us-east-2.api.aws"
1424
+ }
1425
+ },
1426
+ "params" : {
1427
+ "UseFIPS" : true ,
1428
+ "UseDualStack" : true ,
1429
+ "Region" : " us-east-2"
1430
+ }
1431
+ },
1432
+ {
1433
+ "documentation" : " For region us-east-2 with FIPS enabled and DualStack disabled" ,
1434
+ "expect" : {
1435
+ "endpoint" : {
1436
+ "url" : " https://private-networks-fips.us-east-2.amazonaws.com"
1437
+ }
1438
+ },
1439
+ "params" : {
1440
+ "UseFIPS" : true ,
1441
+ "UseDualStack" : false ,
1442
+ "Region" : " us-east-2"
1443
+ }
1444
+ },
1445
+ {
1446
+ "documentation" : " For region us-east-2 with FIPS disabled and DualStack enabled" ,
1447
+ "expect" : {
1448
+ "endpoint" : {
1449
+ "url" : " https://private-networks.us-east-2.api.aws"
1450
+ }
1451
+ },
1452
+ "params" : {
1453
+ "UseFIPS" : false ,
1454
+ "UseDualStack" : true ,
1455
+ "Region" : " us-east-2"
1456
+ }
1457
+ },
1458
+ {
1459
+ "documentation" : " For region us-east-2 with FIPS disabled and DualStack disabled" ,
1460
+ "expect" : {
1461
+ "endpoint" : {
1462
+ "url" : " https://private-networks.us-east-2.amazonaws.com"
1463
+ }
1464
+ },
1465
+ "params" : {
1466
+ "UseFIPS" : false ,
1467
+ "UseDualStack" : false ,
1468
+ "Region" : " us-east-2"
1469
+ }
1470
+ },
1319
1471
{
1320
1472
"documentation" : " For custom endpoint with fips disabled and dualstack disabled" ,
1321
1473
"expect" : {
1324
1476
}
1325
1477
},
1326
1478
"params" : {
1327
- "Region" : " us-east-1" ,
1328
- "UseDualStack" : false ,
1329
1479
"UseFIPS" : false ,
1480
+ "UseDualStack" : false ,
1481
+ "Region" : " us-east-1" ,
1330
1482
"Endpoint" : " https://example.com"
1331
1483
}
1332
1484
},
1336
1488
"error" : " Invalid Configuration: FIPS and custom endpoint are not supported"
1337
1489
},
1338
1490
"params" : {
1339
- "Region" : " us-east-1" ,
1340
- "UseDualStack" : false ,
1341
1491
"UseFIPS" : true ,
1492
+ "UseDualStack" : false ,
1493
+ "Region" : " us-east-1" ,
1342
1494
"Endpoint" : " https://example.com"
1343
1495
}
1344
1496
},
1348
1500
"error" : " Invalid Configuration: Dualstack and custom endpoint are not supported"
1349
1501
},
1350
1502
"params" : {
1351
- "Region" : " us-east-1" ,
1352
- "UseDualStack" : true ,
1353
1503
"UseFIPS" : false ,
1504
+ "UseDualStack" : true ,
1505
+ "Region" : " us-east-1" ,
1354
1506
"Endpoint" : " https://example.com"
1355
1507
}
1356
1508
}
3389
3541
}
3390
3542
}
3391
3543
}
3392
- }
3544
+ }
0 commit comments