aws-partitions 1.609.0 → 1.612.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +16 -3
- 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: 66acbcdb9bf7317ebc48894f19abca1d958167aea616c968d20106c0aeab4245
|
|
4
|
+
data.tar.gz: a6b3ef25818e07dcabb24211e89b47bff914c1535d10664fd01a1f35a7a10d55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e22e1615a28631d4ca2dc8fc40ae955d4a81ff3e0cce04558c24bcd4d1d944087b2503d57d2e98889aec5796dbe0787dfd096353da2ee200b7ff40e5f620a22a
|
|
7
|
+
data.tar.gz: 23407dd358f754ef3d3ba4ab1d576f86a0ea9f54ca9b0b32dd85ade502605ce6e95e1441e52dfab302a95ad8111d923efbac9e4af9fb76e4b8c2f49436a78ed7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.612.0 (2022-07-28)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.611.0 (2022-07-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.610.0 (2022-07-22)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
4
19
|
1.609.0 (2022-07-20)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.612.0
|
data/partitions.json
CHANGED
|
@@ -6299,6 +6299,7 @@
|
|
|
6299
6299
|
"endpoints" : {
|
|
6300
6300
|
"af-south-1" : { },
|
|
6301
6301
|
"ap-northeast-2" : { },
|
|
6302
|
+
"ap-southeast-1" : { },
|
|
6302
6303
|
"ap-southeast-2" : { },
|
|
6303
6304
|
"eu-central-1" : { },
|
|
6304
6305
|
"eu-north-1" : { },
|
|
@@ -9267,6 +9268,7 @@
|
|
|
9267
9268
|
"ap-south-1" : { },
|
|
9268
9269
|
"ap-southeast-1" : { },
|
|
9269
9270
|
"ap-southeast-2" : { },
|
|
9271
|
+
"ap-southeast-3" : { },
|
|
9270
9272
|
"ca-central-1" : { },
|
|
9271
9273
|
"eu-central-1" : { },
|
|
9272
9274
|
"eu-north-1" : { },
|
|
@@ -14699,8 +14701,18 @@
|
|
|
14699
14701
|
},
|
|
14700
14702
|
"firehose" : {
|
|
14701
14703
|
"endpoints" : {
|
|
14702
|
-
"cn-north-1" : {
|
|
14703
|
-
|
|
14704
|
+
"cn-north-1" : {
|
|
14705
|
+
"variants" : [ {
|
|
14706
|
+
"hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
|
|
14707
|
+
"tags" : [ "dualstack" ]
|
|
14708
|
+
} ]
|
|
14709
|
+
},
|
|
14710
|
+
"cn-northwest-1" : {
|
|
14711
|
+
"variants" : [ {
|
|
14712
|
+
"hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
|
|
14713
|
+
"tags" : [ "dualstack" ]
|
|
14714
|
+
} ]
|
|
14715
|
+
}
|
|
14704
14716
|
}
|
|
14705
14717
|
},
|
|
14706
14718
|
"fms" : {
|
|
@@ -19490,7 +19502,8 @@
|
|
|
19490
19502
|
}
|
|
19491
19503
|
},
|
|
19492
19504
|
"endpoints" : {
|
|
19493
|
-
"us-iso-east-1" : { }
|
|
19505
|
+
"us-iso-east-1" : { },
|
|
19506
|
+
"us-iso-west-1" : { }
|
|
19494
19507
|
}
|
|
19495
19508
|
},
|
|
19496
19509
|
"sts" : {
|
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.612.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: 2022-07-
|
|
11
|
+
date: 2022-07-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|