aws-partitions 1.715.0 → 1.716.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 +22 -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: 1d8171218b9bf533d34b30ce0ca472392e9631f4fe8b7c1720774da71f715164
|
|
4
|
+
data.tar.gz: c10be3f8707cada24abe6fb48cc10361917de6c85f8866e06dee53e4f5f5fb7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07a8efaf92281b5d185138a94c20765a9c58b705a3817f24de17e8d9f53f4b03420abb866e4df4a845a2ec863e8b3f48e5738801137f5a52c462bb84ddb26cd6
|
|
7
|
+
data.tar.gz: 49b1f559b04175b6b856068b02ed5c5a78f0e2ff503e76cadeffc48216d60901f23503a50f4d03af0d908c7e8f6c019ff7535363362e9428edcec7a4681b749c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.716.0
|
data/partitions.json
CHANGED
|
@@ -4398,8 +4398,10 @@
|
|
|
4398
4398
|
"ap-southeast-4" : { },
|
|
4399
4399
|
"ca-central-1" : { },
|
|
4400
4400
|
"eu-central-1" : { },
|
|
4401
|
+
"eu-central-2" : { },
|
|
4401
4402
|
"eu-north-1" : { },
|
|
4402
4403
|
"eu-south-1" : { },
|
|
4404
|
+
"eu-south-2" : { },
|
|
4403
4405
|
"eu-west-1" : { },
|
|
4404
4406
|
"eu-west-2" : { },
|
|
4405
4407
|
"eu-west-3" : { },
|
|
@@ -8871,6 +8873,7 @@
|
|
|
8871
8873
|
"ap-south-1" : { },
|
|
8872
8874
|
"ap-southeast-1" : { },
|
|
8873
8875
|
"ap-southeast-2" : { },
|
|
8876
|
+
"ap-southeast-3" : { },
|
|
8874
8877
|
"ca-central-1" : { },
|
|
8875
8878
|
"eu-central-1" : { },
|
|
8876
8879
|
"eu-north-1" : { },
|
|
@@ -18516,7 +18519,19 @@
|
|
|
18516
18519
|
},
|
|
18517
18520
|
"clouddirectory" : {
|
|
18518
18521
|
"endpoints" : {
|
|
18519
|
-
"us-gov-west-1" : {
|
|
18522
|
+
"us-gov-west-1" : {
|
|
18523
|
+
"variants" : [ {
|
|
18524
|
+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com",
|
|
18525
|
+
"tags" : [ "fips" ]
|
|
18526
|
+
} ]
|
|
18527
|
+
},
|
|
18528
|
+
"us-gov-west-1-fips" : {
|
|
18529
|
+
"credentialScope" : {
|
|
18530
|
+
"region" : "us-gov-west-1"
|
|
18531
|
+
},
|
|
18532
|
+
"deprecated" : true,
|
|
18533
|
+
"hostname" : "clouddirectory.us-gov-west-1.amazonaws.com"
|
|
18534
|
+
}
|
|
18520
18535
|
}
|
|
18521
18536
|
},
|
|
18522
18537
|
"cloudformation" : {
|
|
@@ -19450,6 +19465,12 @@
|
|
|
19450
19465
|
}
|
|
19451
19466
|
}
|
|
19452
19467
|
},
|
|
19468
|
+
"emr-containers" : {
|
|
19469
|
+
"endpoints" : {
|
|
19470
|
+
"us-gov-east-1" : { },
|
|
19471
|
+
"us-gov-west-1" : { }
|
|
19472
|
+
}
|
|
19473
|
+
},
|
|
19453
19474
|
"es" : {
|
|
19454
19475
|
"endpoints" : {
|
|
19455
19476
|
"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.716.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-02-
|
|
11
|
+
date: 2023-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|