aws-partitions 1.637.0 → 1.638.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +95 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fb693a7bf3f942785f565ef2862f4e4dd46723f63fe5e90c91d2d1191935239
|
|
4
|
+
data.tar.gz: cced63eb38815c3630472eef36fe57fa8f0a0e8c89ce6e17d6178dbd657e7988
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2d47a43d94ce0cb5c27d07b1b41cee8ac883de585da2fd02c851fe23adfe8414da582a7f347ccf2be16c46aa45d46c78e3272f3fc651651d52f6d825a46fd09
|
|
7
|
+
data.tar.gz: f8b46db1facd387bb4f8fc35509c58ece927337cb4efc635bfe243ccd0f0eab6a5c8e646c8cc0daa5a107c94aecce46fff0ccefebcf6217557bb1f5c2a7e73d9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.638.0
|
data/partitions.json
CHANGED
|
@@ -1418,10 +1418,23 @@
|
|
|
1418
1418
|
},
|
|
1419
1419
|
"ca-central-1" : {
|
|
1420
1420
|
"variants" : [ {
|
|
1421
|
+
"hostname" : "appmesh-fips.ca-central-1.amazonaws.com",
|
|
1422
|
+
"tags" : [ "fips" ]
|
|
1423
|
+
}, {
|
|
1424
|
+
"hostname" : "appmesh-fips.ca-central-1.api.aws",
|
|
1425
|
+
"tags" : [ "dualstack", "fips" ]
|
|
1426
|
+
}, {
|
|
1421
1427
|
"hostname" : "appmesh.ca-central-1.api.aws",
|
|
1422
1428
|
"tags" : [ "dualstack" ]
|
|
1423
1429
|
} ]
|
|
1424
1430
|
},
|
|
1431
|
+
"ca-central-1-fips" : {
|
|
1432
|
+
"credentialScope" : {
|
|
1433
|
+
"region" : "ca-central-1"
|
|
1434
|
+
},
|
|
1435
|
+
"deprecated" : true,
|
|
1436
|
+
"hostname" : "appmesh-fips.ca-central-1.amazonaws.com"
|
|
1437
|
+
},
|
|
1425
1438
|
"eu-central-1" : {
|
|
1426
1439
|
"variants" : [ {
|
|
1427
1440
|
"hostname" : "appmesh.eu-central-1.api.aws",
|
|
@@ -1472,27 +1485,79 @@
|
|
|
1472
1485
|
},
|
|
1473
1486
|
"us-east-1" : {
|
|
1474
1487
|
"variants" : [ {
|
|
1488
|
+
"hostname" : "appmesh-fips.us-east-1.amazonaws.com",
|
|
1489
|
+
"tags" : [ "fips" ]
|
|
1490
|
+
}, {
|
|
1491
|
+
"hostname" : "appmesh-fips.us-east-1.api.aws",
|
|
1492
|
+
"tags" : [ "dualstack", "fips" ]
|
|
1493
|
+
}, {
|
|
1475
1494
|
"hostname" : "appmesh.us-east-1.api.aws",
|
|
1476
1495
|
"tags" : [ "dualstack" ]
|
|
1477
1496
|
} ]
|
|
1478
1497
|
},
|
|
1498
|
+
"us-east-1-fips" : {
|
|
1499
|
+
"credentialScope" : {
|
|
1500
|
+
"region" : "us-east-1"
|
|
1501
|
+
},
|
|
1502
|
+
"deprecated" : true,
|
|
1503
|
+
"hostname" : "appmesh-fips.us-east-1.amazonaws.com"
|
|
1504
|
+
},
|
|
1479
1505
|
"us-east-2" : {
|
|
1480
1506
|
"variants" : [ {
|
|
1507
|
+
"hostname" : "appmesh-fips.us-east-2.amazonaws.com",
|
|
1508
|
+
"tags" : [ "fips" ]
|
|
1509
|
+
}, {
|
|
1510
|
+
"hostname" : "appmesh-fips.us-east-2.api.aws",
|
|
1511
|
+
"tags" : [ "dualstack", "fips" ]
|
|
1512
|
+
}, {
|
|
1481
1513
|
"hostname" : "appmesh.us-east-2.api.aws",
|
|
1482
1514
|
"tags" : [ "dualstack" ]
|
|
1483
1515
|
} ]
|
|
1484
1516
|
},
|
|
1517
|
+
"us-east-2-fips" : {
|
|
1518
|
+
"credentialScope" : {
|
|
1519
|
+
"region" : "us-east-2"
|
|
1520
|
+
},
|
|
1521
|
+
"deprecated" : true,
|
|
1522
|
+
"hostname" : "appmesh-fips.us-east-2.amazonaws.com"
|
|
1523
|
+
},
|
|
1485
1524
|
"us-west-1" : {
|
|
1486
1525
|
"variants" : [ {
|
|
1526
|
+
"hostname" : "appmesh-fips.us-west-1.amazonaws.com",
|
|
1527
|
+
"tags" : [ "fips" ]
|
|
1528
|
+
}, {
|
|
1529
|
+
"hostname" : "appmesh-fips.us-west-1.api.aws",
|
|
1530
|
+
"tags" : [ "dualstack", "fips" ]
|
|
1531
|
+
}, {
|
|
1487
1532
|
"hostname" : "appmesh.us-west-1.api.aws",
|
|
1488
1533
|
"tags" : [ "dualstack" ]
|
|
1489
1534
|
} ]
|
|
1490
1535
|
},
|
|
1536
|
+
"us-west-1-fips" : {
|
|
1537
|
+
"credentialScope" : {
|
|
1538
|
+
"region" : "us-west-1"
|
|
1539
|
+
},
|
|
1540
|
+
"deprecated" : true,
|
|
1541
|
+
"hostname" : "appmesh-fips.us-west-1.amazonaws.com"
|
|
1542
|
+
},
|
|
1491
1543
|
"us-west-2" : {
|
|
1492
1544
|
"variants" : [ {
|
|
1545
|
+
"hostname" : "appmesh-fips.us-west-2.amazonaws.com",
|
|
1546
|
+
"tags" : [ "fips" ]
|
|
1547
|
+
}, {
|
|
1548
|
+
"hostname" : "appmesh-fips.us-west-2.api.aws",
|
|
1549
|
+
"tags" : [ "dualstack", "fips" ]
|
|
1550
|
+
}, {
|
|
1493
1551
|
"hostname" : "appmesh.us-west-2.api.aws",
|
|
1494
1552
|
"tags" : [ "dualstack" ]
|
|
1495
1553
|
} ]
|
|
1554
|
+
},
|
|
1555
|
+
"us-west-2-fips" : {
|
|
1556
|
+
"credentialScope" : {
|
|
1557
|
+
"region" : "us-west-2"
|
|
1558
|
+
},
|
|
1559
|
+
"deprecated" : true,
|
|
1560
|
+
"hostname" : "appmesh-fips.us-west-2.amazonaws.com"
|
|
1496
1561
|
}
|
|
1497
1562
|
}
|
|
1498
1563
|
},
|
|
@@ -5504,8 +5569,25 @@
|
|
|
5504
5569
|
"ap-northeast-2" : { },
|
|
5505
5570
|
"ap-south-1" : { },
|
|
5506
5571
|
"ap-southeast-1" : { },
|
|
5572
|
+
"ap-southeast-2" : { },
|
|
5573
|
+
"ca-central-1" : {
|
|
5574
|
+
"variants" : [ {
|
|
5575
|
+
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com",
|
|
5576
|
+
"tags" : [ "fips" ]
|
|
5577
|
+
} ]
|
|
5578
|
+
},
|
|
5507
5579
|
"eu-central-1" : { },
|
|
5580
|
+
"eu-north-1" : { },
|
|
5508
5581
|
"eu-west-1" : { },
|
|
5582
|
+
"eu-west-2" : { },
|
|
5583
|
+
"eu-west-3" : { },
|
|
5584
|
+
"fips-ca-central-1" : {
|
|
5585
|
+
"credentialScope" : {
|
|
5586
|
+
"region" : "ca-central-1"
|
|
5587
|
+
},
|
|
5588
|
+
"deprecated" : true,
|
|
5589
|
+
"hostname" : "emr-serverless-fips.ca-central-1.amazonaws.com"
|
|
5590
|
+
},
|
|
5509
5591
|
"fips-us-east-1" : {
|
|
5510
5592
|
"credentialScope" : {
|
|
5511
5593
|
"region" : "us-east-1"
|
|
@@ -5520,6 +5602,13 @@
|
|
|
5520
5602
|
"deprecated" : true,
|
|
5521
5603
|
"hostname" : "emr-serverless-fips.us-east-2.amazonaws.com"
|
|
5522
5604
|
},
|
|
5605
|
+
"fips-us-west-1" : {
|
|
5606
|
+
"credentialScope" : {
|
|
5607
|
+
"region" : "us-west-1"
|
|
5608
|
+
},
|
|
5609
|
+
"deprecated" : true,
|
|
5610
|
+
"hostname" : "emr-serverless-fips.us-west-1.amazonaws.com"
|
|
5611
|
+
},
|
|
5523
5612
|
"fips-us-west-2" : {
|
|
5524
5613
|
"credentialScope" : {
|
|
5525
5614
|
"region" : "us-west-2"
|
|
@@ -5540,6 +5629,12 @@
|
|
|
5540
5629
|
"tags" : [ "fips" ]
|
|
5541
5630
|
} ]
|
|
5542
5631
|
},
|
|
5632
|
+
"us-west-1" : {
|
|
5633
|
+
"variants" : [ {
|
|
5634
|
+
"hostname" : "emr-serverless-fips.us-west-1.amazonaws.com",
|
|
5635
|
+
"tags" : [ "fips" ]
|
|
5636
|
+
} ]
|
|
5637
|
+
},
|
|
5543
5638
|
"us-west-2" : {
|
|
5544
5639
|
"variants" : [ {
|
|
5545
5640
|
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.638.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|