aws-partitions 1.680.0 → 1.681.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 +22 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6926fcec4218333710079a47686b3bb0e553840352a02c399089d51aed0990e3
4
- data.tar.gz: 7390b0b570f55bda35e7cc052b2e4c65296cc88610e9bc4e6a1ec9a8b601ed15
3
+ metadata.gz: a15c4abf43784303d57abb01e6a7db91e0d5da129c9d731f7b5d8bb7df529430
4
+ data.tar.gz: 9388deac51508ce20b2a7aad129a408e2fb8cb84395f9e669d9d3358d6b39738
5
5
  SHA512:
6
- metadata.gz: d8909b53634e03fc701dfb3c2cebba402402c7a3098bd65bfe471c70f79d55a02123d61d910d05af72362be843a66120dadfc9786b3f9ec4c056f6a3487510e7
7
- data.tar.gz: 8bbe3d79bb3aafb20d3370db6a5834d5ddbb5c1e325fe301afa5271edd29b15427e9550a452295cb234510fb9ea06588d2f6d35aa72d7e3693f5420f64f0e5c9
6
+ metadata.gz: 4b9cffc9eba5cd23f367d7714f17959c209bc90980b4d120759901c1f263fd81bea576eade77682ca34fb873b2b220ade560e42ee1ca205e0c5a8294088dc726
7
+ data.tar.gz: 1bb6b2f0513c1fd93f1a8979967439c5e34a038508b87b730fb83de3129d531c0a289af637bd99c04b6b3a2ab12bcbd13dc324070220dc98a4001ec18c34ad66
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.681.0 (2022-12-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.680.0 (2022-12-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.680.0
1
+ 1.681.0
data/partitions.json CHANGED
@@ -2548,6 +2548,7 @@
2548
2548
  "ap-southeast-3" : { },
2549
2549
  "ca-central-1" : { },
2550
2550
  "eu-central-1" : { },
2551
+ "eu-central-2" : { },
2551
2552
  "eu-north-1" : { },
2552
2553
  "eu-south-1" : { },
2553
2554
  "eu-west-1" : { },
@@ -10772,6 +10773,12 @@
10772
10773
  },
10773
10774
  "portal.sso" : {
10774
10775
  "endpoints" : {
10776
+ "af-south-1" : {
10777
+ "credentialScope" : {
10778
+ "region" : "af-south-1"
10779
+ },
10780
+ "hostname" : "portal.sso.af-south-1.amazonaws.com"
10781
+ },
10775
10782
  "ap-east-1" : {
10776
10783
  "credentialScope" : {
10777
10784
  "region" : "ap-east-1"
@@ -10814,6 +10821,12 @@
10814
10821
  },
10815
10822
  "hostname" : "portal.sso.ap-southeast-2.amazonaws.com"
10816
10823
  },
10824
+ "ap-southeast-3" : {
10825
+ "credentialScope" : {
10826
+ "region" : "ap-southeast-3"
10827
+ },
10828
+ "hostname" : "portal.sso.ap-southeast-3.amazonaws.com"
10829
+ },
10817
10830
  "ca-central-1" : {
10818
10831
  "credentialScope" : {
10819
10832
  "region" : "ca-central-1"
@@ -10880,6 +10893,12 @@
10880
10893
  },
10881
10894
  "hostname" : "portal.sso.us-east-2.amazonaws.com"
10882
10895
  },
10896
+ "us-west-1" : {
10897
+ "credentialScope" : {
10898
+ "region" : "us-west-1"
10899
+ },
10900
+ "hostname" : "portal.sso.us-west-1.amazonaws.com"
10901
+ },
10883
10902
  "us-west-2" : {
10884
10903
  "credentialScope" : {
10885
10904
  "region" : "us-west-2"
@@ -14005,6 +14024,7 @@
14005
14024
  },
14006
14025
  "sso" : {
14007
14026
  "endpoints" : {
14027
+ "af-south-1" : { },
14008
14028
  "ap-east-1" : { },
14009
14029
  "ap-northeast-1" : { },
14010
14030
  "ap-northeast-2" : { },
@@ -14012,6 +14032,7 @@
14012
14032
  "ap-south-1" : { },
14013
14033
  "ap-southeast-1" : { },
14014
14034
  "ap-southeast-2" : { },
14035
+ "ap-southeast-3" : { },
14015
14036
  "ca-central-1" : { },
14016
14037
  "eu-central-1" : { },
14017
14038
  "eu-north-1" : { },
@@ -14023,6 +14044,7 @@
14023
14044
  "sa-east-1" : { },
14024
14045
  "us-east-1" : { },
14025
14046
  "us-east-2" : { },
14047
+ "us-west-1" : { },
14026
14048
  "us-west-2" : { }
14027
14049
  }
14028
14050
  },
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.680.0
4
+ version: 1.681.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-12-19 00:00:00.000000000 Z
11
+ date: 2022-12-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: