aws-partitions 1.568.0 → 1.570.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +36 -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: 27ca0cb53428909dd9f854b76bd1090ce2649ec74ea4b46bad690bb4a5a4e689
|
|
4
|
+
data.tar.gz: 01ff7f61ed8f5e617c4625ef768b84be2589775e09c2c6d4b230f58b3f907810
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cc3a7f2c0a734aadf2af026675980ef01ff664f497cbcc933d4275d5f4e5034211ece9db0bf9e8a03d0a677bc8f2ac3d480f5fd7f0a985c1defe7d0db3a59ab
|
|
7
|
+
data.tar.gz: 52d49f45a1157dc03855fef8676759b7c031a0b984578315b05dacd4765b4a204627c0a0ea3f7f21e7f31976dc9e9d2bab8fc373fefdabbd195c34e20a543d65
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.570.0 (2022-03-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.569.0 (2022-03-23)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::GameSparks`.
|
|
13
|
+
|
|
4
14
|
1.568.0 (2022-03-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.570.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -3671,6 +3671,7 @@
|
|
|
3671
3671
|
"ap-south-1" : { },
|
|
3672
3672
|
"ap-southeast-1" : { },
|
|
3673
3673
|
"ap-southeast-2" : { },
|
|
3674
|
+
"ap-southeast-3" : { },
|
|
3674
3675
|
"ca-central-1" : {
|
|
3675
3676
|
"variants" : [ {
|
|
3676
3677
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
|
@@ -5577,6 +5578,11 @@
|
|
|
5577
5578
|
"us-west-2" : { }
|
|
5578
5579
|
}
|
|
5579
5580
|
},
|
|
5581
|
+
"gamesparks" : {
|
|
5582
|
+
"endpoints" : {
|
|
5583
|
+
"us-east-1" : { }
|
|
5584
|
+
}
|
|
5585
|
+
},
|
|
5580
5586
|
"glacier" : {
|
|
5581
5587
|
"defaults" : {
|
|
5582
5588
|
"protocols" : [ "http", "https" ]
|
|
@@ -16013,6 +16019,36 @@
|
|
|
16013
16019
|
}
|
|
16014
16020
|
}
|
|
16015
16021
|
},
|
|
16022
|
+
"meetings-chime" : {
|
|
16023
|
+
"endpoints" : {
|
|
16024
|
+
"us-gov-east-1" : {
|
|
16025
|
+
"variants" : [ {
|
|
16026
|
+
"hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com",
|
|
16027
|
+
"tags" : [ "fips" ]
|
|
16028
|
+
} ]
|
|
16029
|
+
},
|
|
16030
|
+
"us-gov-east-1-fips" : {
|
|
16031
|
+
"credentialScope" : {
|
|
16032
|
+
"region" : "us-gov-east-1"
|
|
16033
|
+
},
|
|
16034
|
+
"deprecated" : true,
|
|
16035
|
+
"hostname" : "meetings-chime-fips.us-gov-east-1.amazonaws.com"
|
|
16036
|
+
},
|
|
16037
|
+
"us-gov-west-1" : {
|
|
16038
|
+
"variants" : [ {
|
|
16039
|
+
"hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com",
|
|
16040
|
+
"tags" : [ "fips" ]
|
|
16041
|
+
} ]
|
|
16042
|
+
},
|
|
16043
|
+
"us-gov-west-1-fips" : {
|
|
16044
|
+
"credentialScope" : {
|
|
16045
|
+
"region" : "us-gov-west-1"
|
|
16046
|
+
},
|
|
16047
|
+
"deprecated" : true,
|
|
16048
|
+
"hostname" : "meetings-chime-fips.us-gov-west-1.amazonaws.com"
|
|
16049
|
+
}
|
|
16050
|
+
}
|
|
16051
|
+
},
|
|
16016
16052
|
"metering.marketplace" : {
|
|
16017
16053
|
"defaults" : {
|
|
16018
16054
|
"credentialScope" : {
|
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.570.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-03-
|
|
11
|
+
date: 2022-03-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|