aws-partitions 1.695.0 → 1.696.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 +23 -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: a68bbf6c7dd753d5e8a41c399aaa1b92ec18b47ee0f253c464099b5e3b805130
|
|
4
|
+
data.tar.gz: 0aeb5a4eab759fd156d62ab306fa1c16d38ab4e514abd8f3bd3605a9746b24c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd9dfa45f5cd204ab7bc0e6f42d782979d3231559a0f8ebf913251bd39588f7b9e864bfbd67bdf405493ecbade1b2610403fe839ddd2a216a1671ec7e4e32067
|
|
7
|
+
data.tar.gz: 911ac7f51970e7a80e7ae7501dc033e21902324710644adcfb8136e6b18c833af31db86d05741796a4a49518d709cb3f18ae5061816501657a4d92b401d117c4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.696.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
|
},
|
|
@@ -4736,6 +4739,7 @@
|
|
|
4736
4739
|
"ap-northeast-2" : { },
|
|
4737
4740
|
"ap-northeast-3" : { },
|
|
4738
4741
|
"ap-south-1" : { },
|
|
4742
|
+
"ap-south-2" : { },
|
|
4739
4743
|
"ap-southeast-1" : { },
|
|
4740
4744
|
"ap-southeast-2" : { },
|
|
4741
4745
|
"ap-southeast-3" : { },
|
|
@@ -4746,8 +4750,10 @@
|
|
|
4746
4750
|
} ]
|
|
4747
4751
|
},
|
|
4748
4752
|
"eu-central-1" : { },
|
|
4753
|
+
"eu-central-2" : { },
|
|
4749
4754
|
"eu-north-1" : { },
|
|
4750
4755
|
"eu-south-1" : { },
|
|
4756
|
+
"eu-south-2" : { },
|
|
4751
4757
|
"eu-west-1" : { },
|
|
4752
4758
|
"eu-west-2" : { },
|
|
4753
4759
|
"eu-west-3" : { },
|
|
@@ -9334,6 +9340,7 @@
|
|
|
9334
9340
|
"m2" : {
|
|
9335
9341
|
"endpoints" : {
|
|
9336
9342
|
"ap-northeast-1" : { },
|
|
9343
|
+
"ap-northeast-2" : { },
|
|
9337
9344
|
"ap-south-1" : { },
|
|
9338
9345
|
"ap-southeast-1" : { },
|
|
9339
9346
|
"ap-southeast-2" : { },
|
|
@@ -9352,6 +9359,12 @@
|
|
|
9352
9359
|
"fips-us-east-1" : {
|
|
9353
9360
|
"deprecated" : true
|
|
9354
9361
|
},
|
|
9362
|
+
"fips-us-east-2" : {
|
|
9363
|
+
"deprecated" : true
|
|
9364
|
+
},
|
|
9365
|
+
"fips-us-west-1" : {
|
|
9366
|
+
"deprecated" : true
|
|
9367
|
+
},
|
|
9355
9368
|
"fips-us-west-2" : {
|
|
9356
9369
|
"deprecated" : true
|
|
9357
9370
|
},
|
|
@@ -9361,6 +9374,16 @@
|
|
|
9361
9374
|
"tags" : [ "fips" ]
|
|
9362
9375
|
} ]
|
|
9363
9376
|
},
|
|
9377
|
+
"us-east-2" : {
|
|
9378
|
+
"variants" : [ {
|
|
9379
|
+
"tags" : [ "fips" ]
|
|
9380
|
+
} ]
|
|
9381
|
+
},
|
|
9382
|
+
"us-west-1" : {
|
|
9383
|
+
"variants" : [ {
|
|
9384
|
+
"tags" : [ "fips" ]
|
|
9385
|
+
} ]
|
|
9386
|
+
},
|
|
9364
9387
|
"us-west-2" : {
|
|
9365
9388
|
"variants" : [ {
|
|
9366
9389
|
"tags" : [ "fips" ]
|
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.696.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|