aws-partitions 1.964.0 → 1.966.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +12 -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: 0676c8bd8c28729e368036a17be557ccdd0e1b626fb0e2637aceff207151ea23
|
4
|
+
data.tar.gz: 5c3ed277110b1e249495f24a8537eff68d7bfd5aa6376208bfb4fd6650c96013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11045755f06d952eac59fda5ffa410397f97410cd0c83c32bb1d760eac8c2ddadc8d8b74440b9e558b0f6ee39d94a855066ce4df169ce95070a9df76c5137760
|
7
|
+
data.tar.gz: 95f310ea7729ef6317f4b6bcdafb0c06090342a16e9ac28373ab9262f328be47457293f0d39e29da7a4b22860b18c36e6113f86be9c6f8c525b21443d26b5cbb
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.966.0 (2024-08-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.965.0 (2024-08-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.964.0 (2024-08-15)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.966.0
|
data/partitions.json
CHANGED
@@ -20436,6 +20436,7 @@
|
|
20436
20436
|
},
|
20437
20437
|
"vpc-lattice" : {
|
20438
20438
|
"endpoints" : {
|
20439
|
+
"af-south-1" : { },
|
20439
20440
|
"ap-northeast-1" : { },
|
20440
20441
|
"ap-northeast-2" : { },
|
20441
20442
|
"ap-south-1" : { },
|
@@ -20444,6 +20445,7 @@
|
|
20444
20445
|
"ca-central-1" : { },
|
20445
20446
|
"eu-central-1" : { },
|
20446
20447
|
"eu-north-1" : { },
|
20448
|
+
"eu-south-1" : { },
|
20447
20449
|
"eu-west-1" : { },
|
20448
20450
|
"eu-west-2" : { },
|
20449
20451
|
"eu-west-3" : { },
|
@@ -29356,6 +29358,16 @@
|
|
29356
29358
|
"us-isob-east-1" : { }
|
29357
29359
|
}
|
29358
29360
|
},
|
29361
|
+
"budgets" : {
|
29362
|
+
"endpoints" : {
|
29363
|
+
"us-isob-east-1" : {
|
29364
|
+
"credentialScope" : {
|
29365
|
+
"region" : "us-isob-east-1"
|
29366
|
+
},
|
29367
|
+
"hostname" : "budgets.us-isob-east-1.sc2s.sgov.gov"
|
29368
|
+
}
|
29369
|
+
}
|
29370
|
+
},
|
29359
29371
|
"cloudcontrolapi" : {
|
29360
29372
|
"endpoints" : {
|
29361
29373
|
"us-isob-east-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.966.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-08-
|
11
|
+
date: 2024-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|