aws-partitions 1.999.0 → 1.1000.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +23 -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: c2679a761fbbeeace62ca7f18ec93286b38bc4eca227d2c3d857f54ec79a4cba
|
4
|
+
data.tar.gz: c793ccff01fd9e313a024c0a567e5d229435f8f25a441a47415d72b0505870ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 797537eb7fbde78480c211d0861bc98788b42687451b3f60efb55d271e46c3bce40ce1471cf065b68794da9a2bbd9007bec55710c2d46f034f9aa2092668543c
|
7
|
+
data.tar.gz: 69e2a71c71c8a5781303cb1ff291008ded5c88c80dea3cbc527507234b31c2e20e86c61841d846959236b247a441f51ef768e55103ca5a7063806f2b333c0664
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1000.0
|
data/partitions.json
CHANGED
@@ -20929,7 +20929,12 @@
|
|
20929
20929
|
"tags" : [ "dualstack" ]
|
20930
20930
|
} ]
|
20931
20931
|
},
|
20932
|
-
"eu-south-2" : {
|
20932
|
+
"eu-south-2" : {
|
20933
|
+
"variants" : [ {
|
20934
|
+
"hostname" : "textract.eu-south-2.api.aws",
|
20935
|
+
"tags" : [ "dualstack" ]
|
20936
|
+
} ]
|
20937
|
+
},
|
20933
20938
|
"eu-west-1" : {
|
20934
20939
|
"variants" : [ {
|
20935
20940
|
"hostname" : "textract.eu-west-1.api.aws",
|
@@ -22250,6 +22255,16 @@
|
|
22250
22255
|
"tags" : [ "fips" ]
|
22251
22256
|
} ]
|
22252
22257
|
},
|
22258
|
+
"ap-southeast-5" : {
|
22259
|
+
"credentialScope" : {
|
22260
|
+
"region" : "ap-southeast-5"
|
22261
|
+
},
|
22262
|
+
"hostname" : "wafv2.ap-southeast-5.amazonaws.com",
|
22263
|
+
"variants" : [ {
|
22264
|
+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com",
|
22265
|
+
"tags" : [ "fips" ]
|
22266
|
+
} ]
|
22267
|
+
},
|
22253
22268
|
"ca-central-1" : {
|
22254
22269
|
"credentialScope" : {
|
22255
22270
|
"region" : "ca-central-1"
|
@@ -22427,6 +22442,13 @@
|
|
22427
22442
|
"deprecated" : true,
|
22428
22443
|
"hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
|
22429
22444
|
},
|
22445
|
+
"fips-ap-southeast-5" : {
|
22446
|
+
"credentialScope" : {
|
22447
|
+
"region" : "ap-southeast-5"
|
22448
|
+
},
|
22449
|
+
"deprecated" : true,
|
22450
|
+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
|
22451
|
+
},
|
22430
22452
|
"fips-ca-central-1" : {
|
22431
22453
|
"credentialScope" : {
|
22432
22454
|
"region" : "ca-central-1"
|
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.1000.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: 2024-10-
|
11
|
+
date: 2024-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|