aws-partitions 1.725.0 → 1.727.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 +24 -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: 12655d178099994618b97dbf8c1f5439b3e2f27f68120a3233cca9e6a445a2ad
|
|
4
|
+
data.tar.gz: 158be66cfa521bb37f450f314d0acde36ca4cbf5a39af4d58c9ae1b5362026d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 560ba98a95f47b6feb380ab173c65db402100f0a655fb767536f2874ca35bf02ee3fdf77d24fbbe03c613f97b73bd8e24eae355f8ffcedb68490aa82533ba5c8
|
|
7
|
+
data.tar.gz: b68871a25334173b2c1d6d34cbbe0b0770deceb750d9551666cbcb479e5ac10ed6926171f0adaecf2b4d390674c04c74192ac07ee53f7ec3adc90d346a4aedfa
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.727.0 (2023-03-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.726.0 (2023-03-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.725.0 (2023-03-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.727.0
|
data/partitions.json
CHANGED
|
@@ -5138,6 +5138,7 @@
|
|
|
5138
5138
|
"ap-southeast-1" : { },
|
|
5139
5139
|
"ap-southeast-2" : { },
|
|
5140
5140
|
"ap-southeast-3" : { },
|
|
5141
|
+
"ap-southeast-4" : { },
|
|
5141
5142
|
"ca-central-1" : { },
|
|
5142
5143
|
"eu-central-1" : { },
|
|
5143
5144
|
"eu-central-2" : { },
|
|
@@ -12504,6 +12505,7 @@
|
|
|
12504
12505
|
"ap-southeast-3" : { },
|
|
12505
12506
|
"ca-central-1" : { },
|
|
12506
12507
|
"eu-central-1" : { },
|
|
12508
|
+
"eu-central-2" : { },
|
|
12507
12509
|
"eu-north-1" : { },
|
|
12508
12510
|
"eu-south-1" : { },
|
|
12509
12511
|
"eu-west-1" : { },
|
|
@@ -18128,12 +18130,34 @@
|
|
|
18128
18130
|
"credentialScope" : {
|
|
18129
18131
|
"region" : "us-gov-east-1"
|
|
18130
18132
|
},
|
|
18133
|
+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
|
|
18134
|
+
"variants" : [ {
|
|
18135
|
+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
|
|
18136
|
+
"tags" : [ "fips" ]
|
|
18137
|
+
} ]
|
|
18138
|
+
},
|
|
18139
|
+
"us-gov-east-1-fips" : {
|
|
18140
|
+
"credentialScope" : {
|
|
18141
|
+
"region" : "us-gov-east-1"
|
|
18142
|
+
},
|
|
18143
|
+
"deprecated" : true,
|
|
18131
18144
|
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
|
|
18132
18145
|
},
|
|
18133
18146
|
"us-gov-west-1" : {
|
|
18134
18147
|
"credentialScope" : {
|
|
18135
18148
|
"region" : "us-gov-west-1"
|
|
18136
18149
|
},
|
|
18150
|
+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
|
|
18151
|
+
"variants" : [ {
|
|
18152
|
+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
|
|
18153
|
+
"tags" : [ "fips" ]
|
|
18154
|
+
} ]
|
|
18155
|
+
},
|
|
18156
|
+
"us-gov-west-1-fips" : {
|
|
18157
|
+
"credentialScope" : {
|
|
18158
|
+
"region" : "us-gov-west-1"
|
|
18159
|
+
},
|
|
18160
|
+
"deprecated" : true,
|
|
18137
18161
|
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
|
|
18138
18162
|
}
|
|
18139
18163
|
}
|
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.727.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-03-
|
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|