aws-partitions 1.433.0 → 1.434.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +44 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61e4ebe8165c39addcd2f3a5c7195439c3237516b13a67ca3b799375a1153e69
4
- data.tar.gz: 85ee0f5abbc3cee1b4e16c4ed7df3d52804ba0aaa66cb14bab1e7e09dbf5811c
3
+ metadata.gz: 04d3bdd815f3880fc1493a5ad6ce820adc1caf0e1484c22291bf6da6dec06af7
4
+ data.tar.gz: f50d6a2871b1751490eb974a9dbd2fc50d7c6163f77f5feec108a2588dd97a77
5
5
  SHA512:
6
- metadata.gz: 735c9ca7c56d295a5f139a852ecce6f10e347c20baf0619f41b87e669ee9decf41e0423465348c8bb2251943b811de1e2db9f662316c9778e5c42a3bf4acf0ab
7
- data.tar.gz: a2d1ab620113ebeb7c4f4755eefc070b43cd61374c894edb560f2864f734fffc8e3c05762a56d3e3f80fe8b4b148218486c4cf7cc9a9af3e5b0bc887408e6a9f
6
+ metadata.gz: d1b6eb0b67ec0fa9a3122c71ab45e2af0236e14a68f5532e4e682c50cf2c8b363897d630510d1ae7f7df5cbfdace948d259bdc7182ceb19eca7bfb3fab040ac4
7
+ data.tar.gz: a1a1ab0c417db4ddff31275e1e150ae6d1192298974d8b90aba3f2a4322a63f8f0b1c00c3716e54c6842eeaf813606587ad5ec5bc7ada8634118ea5cbaffa13f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.434.0 (2021-03-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.433.0 (2021-03-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.433.0
1
+ 1.434.0
data/partitions.json CHANGED
@@ -886,9 +886,11 @@
886
886
  },
887
887
  "batch" : {
888
888
  "endpoints" : {
889
+ "af-south-1" : { },
889
890
  "ap-east-1" : { },
890
891
  "ap-northeast-1" : { },
891
892
  "ap-northeast-2" : { },
893
+ "ap-northeast-3" : { },
892
894
  "ap-south-1" : { },
893
895
  "ap-southeast-1" : { },
894
896
  "ap-southeast-2" : { },
@@ -4817,6 +4819,36 @@
4817
4819
  "eu-west-1" : { },
4818
4820
  "eu-west-2" : { },
4819
4821
  "eu-west-3" : { },
4822
+ "fips-ca-central-1" : {
4823
+ "credentialScope" : {
4824
+ "region" : "ca-central-1"
4825
+ },
4826
+ "hostname" : "ram-fips.ca-central-1.amazonaws.com"
4827
+ },
4828
+ "fips-us-east-1" : {
4829
+ "credentialScope" : {
4830
+ "region" : "us-east-1"
4831
+ },
4832
+ "hostname" : "ram-fips.us-east-1.amazonaws.com"
4833
+ },
4834
+ "fips-us-east-2" : {
4835
+ "credentialScope" : {
4836
+ "region" : "us-east-2"
4837
+ },
4838
+ "hostname" : "ram-fips.us-east-2.amazonaws.com"
4839
+ },
4840
+ "fips-us-west-1" : {
4841
+ "credentialScope" : {
4842
+ "region" : "us-west-1"
4843
+ },
4844
+ "hostname" : "ram-fips.us-west-1.amazonaws.com"
4845
+ },
4846
+ "fips-us-west-2" : {
4847
+ "credentialScope" : {
4848
+ "region" : "us-west-2"
4849
+ },
4850
+ "hostname" : "ram-fips.us-west-2.amazonaws.com"
4851
+ },
4820
4852
  "me-south-1" : { },
4821
4853
  "sa-east-1" : { },
4822
4854
  "us-east-1" : { },
@@ -8807,8 +8839,18 @@
8807
8839
  },
8808
8840
  "ram" : {
8809
8841
  "endpoints" : {
8810
- "us-gov-east-1" : { },
8811
- "us-gov-west-1" : { }
8842
+ "us-gov-east-1" : {
8843
+ "credentialScope" : {
8844
+ "region" : "us-gov-east-1"
8845
+ },
8846
+ "hostname" : "ram.us-gov-east-1.amazonaws.com"
8847
+ },
8848
+ "us-gov-west-1" : {
8849
+ "credentialScope" : {
8850
+ "region" : "us-gov-west-1"
8851
+ },
8852
+ "hostname" : "ram.us-gov-west-1.amazonaws.com"
8853
+ }
8812
8854
  }
8813
8855
  },
8814
8856
  "rds" : {
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.433.0
4
+ version: 1.434.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: 2021-03-15 00:00:00.000000000 Z
11
+ date: 2021-03-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: