aws-partitions 1.695.0 → 1.697.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +50 -1
- 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: e19a5d2ab675f0d6c58d85d8d066122f0214c2a40e3d2086ff63b6ad1d0ebcdc
|
|
4
|
+
data.tar.gz: f511efa9f589a23d56f09f1b14f2a0f371ed7eed25febd04afd0ff596277ba9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c8353b9dad3ea3d97c1462e066970afed4ec59feb4882bd25fa0cf105b483abfad34ef6dcc31f0ab188a0c5cfe712e8f9a37cfdfa06c81cb08a1ce5f31f1c21
|
|
7
|
+
data.tar.gz: 0df75872e4cf7fedfd0403e05687d76b17ae7446bf3496920c2a67c474f8ec30525a457b33d703301956ef97b54d7bfaa791967f97d752922e843e48210cb4fb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.697.0 (2023-01-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.696.0 (2023-01-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.695.0 (2023-01-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.697.0
|
data/partitions.json
CHANGED
|
@@ -1015,12 +1015,15 @@
|
|
|
1015
1015
|
},
|
|
1016
1016
|
"api.mediatailor" : {
|
|
1017
1017
|
"endpoints" : {
|
|
1018
|
+
"af-south-1" : { },
|
|
1018
1019
|
"ap-northeast-1" : { },
|
|
1020
|
+
"ap-south-1" : { },
|
|
1019
1021
|
"ap-southeast-1" : { },
|
|
1020
1022
|
"ap-southeast-2" : { },
|
|
1021
1023
|
"eu-central-1" : { },
|
|
1022
1024
|
"eu-west-1" : { },
|
|
1023
1025
|
"us-east-1" : { },
|
|
1026
|
+
"us-east-2" : { },
|
|
1024
1027
|
"us-west-2" : { }
|
|
1025
1028
|
}
|
|
1026
1029
|
},
|
|
@@ -2708,6 +2711,7 @@
|
|
|
2708
2711
|
"eu-west-1" : { },
|
|
2709
2712
|
"eu-west-2" : { },
|
|
2710
2713
|
"eu-west-3" : { },
|
|
2714
|
+
"me-central-1" : { },
|
|
2711
2715
|
"me-south-1" : { },
|
|
2712
2716
|
"sa-east-1" : { },
|
|
2713
2717
|
"us-east-1" : {
|
|
@@ -4736,6 +4740,7 @@
|
|
|
4736
4740
|
"ap-northeast-2" : { },
|
|
4737
4741
|
"ap-northeast-3" : { },
|
|
4738
4742
|
"ap-south-1" : { },
|
|
4743
|
+
"ap-south-2" : { },
|
|
4739
4744
|
"ap-southeast-1" : { },
|
|
4740
4745
|
"ap-southeast-2" : { },
|
|
4741
4746
|
"ap-southeast-3" : { },
|
|
@@ -4746,8 +4751,10 @@
|
|
|
4746
4751
|
} ]
|
|
4747
4752
|
},
|
|
4748
4753
|
"eu-central-1" : { },
|
|
4754
|
+
"eu-central-2" : { },
|
|
4749
4755
|
"eu-north-1" : { },
|
|
4750
4756
|
"eu-south-1" : { },
|
|
4757
|
+
"eu-south-2" : { },
|
|
4751
4758
|
"eu-west-1" : { },
|
|
4752
4759
|
"eu-west-2" : { },
|
|
4753
4760
|
"eu-west-3" : { },
|
|
@@ -5347,6 +5354,12 @@
|
|
|
5347
5354
|
"tags" : [ "fips" ]
|
|
5348
5355
|
} ]
|
|
5349
5356
|
},
|
|
5357
|
+
"eu-south-2" : {
|
|
5358
|
+
"variants" : [ {
|
|
5359
|
+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
|
|
5360
|
+
"tags" : [ "fips" ]
|
|
5361
|
+
} ]
|
|
5362
|
+
},
|
|
5350
5363
|
"eu-west-1" : {
|
|
5351
5364
|
"variants" : [ {
|
|
5352
5365
|
"hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
|
|
@@ -5463,6 +5476,13 @@
|
|
|
5463
5476
|
"deprecated" : true,
|
|
5464
5477
|
"hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
|
|
5465
5478
|
},
|
|
5479
|
+
"fips-eu-south-2" : {
|
|
5480
|
+
"credentialScope" : {
|
|
5481
|
+
"region" : "eu-south-2"
|
|
5482
|
+
},
|
|
5483
|
+
"deprecated" : true,
|
|
5484
|
+
"hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
|
|
5485
|
+
},
|
|
5466
5486
|
"fips-eu-west-1" : {
|
|
5467
5487
|
"credentialScope" : {
|
|
5468
5488
|
"region" : "eu-west-1"
|
|
@@ -9334,6 +9354,7 @@
|
|
|
9334
9354
|
"m2" : {
|
|
9335
9355
|
"endpoints" : {
|
|
9336
9356
|
"ap-northeast-1" : { },
|
|
9357
|
+
"ap-northeast-2" : { },
|
|
9337
9358
|
"ap-south-1" : { },
|
|
9338
9359
|
"ap-southeast-1" : { },
|
|
9339
9360
|
"ap-southeast-2" : { },
|
|
@@ -9352,6 +9373,12 @@
|
|
|
9352
9373
|
"fips-us-east-1" : {
|
|
9353
9374
|
"deprecated" : true
|
|
9354
9375
|
},
|
|
9376
|
+
"fips-us-east-2" : {
|
|
9377
|
+
"deprecated" : true
|
|
9378
|
+
},
|
|
9379
|
+
"fips-us-west-1" : {
|
|
9380
|
+
"deprecated" : true
|
|
9381
|
+
},
|
|
9355
9382
|
"fips-us-west-2" : {
|
|
9356
9383
|
"deprecated" : true
|
|
9357
9384
|
},
|
|
@@ -9361,6 +9388,16 @@
|
|
|
9361
9388
|
"tags" : [ "fips" ]
|
|
9362
9389
|
} ]
|
|
9363
9390
|
},
|
|
9391
|
+
"us-east-2" : {
|
|
9392
|
+
"variants" : [ {
|
|
9393
|
+
"tags" : [ "fips" ]
|
|
9394
|
+
} ]
|
|
9395
|
+
},
|
|
9396
|
+
"us-west-1" : {
|
|
9397
|
+
"variants" : [ {
|
|
9398
|
+
"tags" : [ "fips" ]
|
|
9399
|
+
} ]
|
|
9400
|
+
},
|
|
9364
9401
|
"us-west-2" : {
|
|
9365
9402
|
"variants" : [ {
|
|
9366
9403
|
"tags" : [ "fips" ]
|
|
@@ -18709,7 +18746,19 @@
|
|
|
18709
18746
|
},
|
|
18710
18747
|
"databrew" : {
|
|
18711
18748
|
"endpoints" : {
|
|
18712
|
-
"us-gov-west-1" : {
|
|
18749
|
+
"fips-us-gov-west-1" : {
|
|
18750
|
+
"credentialScope" : {
|
|
18751
|
+
"region" : "us-gov-west-1"
|
|
18752
|
+
},
|
|
18753
|
+
"deprecated" : true,
|
|
18754
|
+
"hostname" : "databrew.us-gov-west-1.amazonaws.com"
|
|
18755
|
+
},
|
|
18756
|
+
"us-gov-west-1" : {
|
|
18757
|
+
"variants" : [ {
|
|
18758
|
+
"hostname" : "databrew.us-gov-west-1.amazonaws.com",
|
|
18759
|
+
"tags" : [ "fips" ]
|
|
18760
|
+
} ]
|
|
18761
|
+
}
|
|
18713
18762
|
}
|
|
18714
18763
|
},
|
|
18715
18764
|
"datasync" : {
|
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.697.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: 2023-01-
|
|
11
|
+
date: 2023-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|