aws-partitions 1.741.0 → 1.742.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 +20 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34d057ec5a00323af0a2510fc7f3d20d2feb60fe26057488f9d3c20e36d525b4
4
- data.tar.gz: 83d5689bc74372066dca16e68a59ee64df111f6ca8807267d0adada71f2f7bba
3
+ metadata.gz: 2b298ef7e68bc2d8228bb0e63027d9f223965fb2f9744093033196c3418f5fc3
4
+ data.tar.gz: 5a41a5ab8f4af0321c68ab0530b0ced2c4f0894656e160eed7c18a728d1ba490
5
5
  SHA512:
6
- metadata.gz: 346389f4a315700be3c2f94edfea817d0874f9aad11c422d42bcf5636b82da310d7746317d255e6c269d1bdfad88efc9438345fa50a1868cdd4c6ef6e85fbaa9
7
- data.tar.gz: 9cc1164b7300c8e180c1c4546ae06f61a591b9251df63cbff87b3155bc2b4be4a091598e5804aa47ad6def92dce226f969bdcbf3956d63b297336e8649ca6ef3
6
+ metadata.gz: d6e06c965ff2394a23b52e208591f9899cfc34f5874a2f53beb5eca2885553d5267d9f33b0c00a5d98db367745c85594b80622f9b9296993dcda76971fc722c9
7
+ data.tar.gz: e8f7d9f4b753430079e8aa2d317d76c0b0e20e44d5f425527467a404950149d62c3e5a7762c34eedb992efb06fae260a963cc0389a0166fb5b441c1696221332
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.742.0 (2023-04-05)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.741.0 (2023-04-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.741.0
1
+ 1.742.0
data/partitions.json CHANGED
@@ -1821,7 +1821,9 @@
1821
1821
  },
1822
1822
  "arc-zonal-shift" : {
1823
1823
  "endpoints" : {
1824
+ "af-south-1" : { },
1824
1825
  "ap-northeast-1" : { },
1826
+ "ap-northeast-2" : { },
1825
1827
  "ap-south-1" : { },
1826
1828
  "ap-southeast-1" : { },
1827
1829
  "ap-southeast-2" : { },
@@ -2787,13 +2789,16 @@
2787
2789
  "ap-northeast-2" : { },
2788
2790
  "ap-northeast-3" : { },
2789
2791
  "ap-south-1" : { },
2792
+ "ap-south-2" : { },
2790
2793
  "ap-southeast-1" : { },
2791
2794
  "ap-southeast-2" : { },
2792
2795
  "ap-southeast-3" : { },
2793
2796
  "ca-central-1" : { },
2794
2797
  "eu-central-1" : { },
2798
+ "eu-central-2" : { },
2795
2799
  "eu-north-1" : { },
2796
2800
  "eu-south-1" : { },
2801
+ "eu-south-2" : { },
2797
2802
  "eu-west-1" : { },
2798
2803
  "eu-west-2" : { },
2799
2804
  "eu-west-3" : { },
@@ -7485,6 +7490,7 @@
7485
7490
  "protocols" : [ "https" ]
7486
7491
  },
7487
7492
  "endpoints" : {
7493
+ "ap-south-1" : { },
7488
7494
  "us-east-1" : { },
7489
7495
  "us-east-2" : { },
7490
7496
  "us-west-2" : { }
@@ -12714,6 +12720,7 @@
12714
12720
  "ap-northeast-2" : { },
12715
12721
  "ap-northeast-3" : { },
12716
12722
  "ap-south-1" : { },
12723
+ "ap-south-2" : { },
12717
12724
  "ap-southeast-1" : { },
12718
12725
  "ap-southeast-2" : { },
12719
12726
  "ap-southeast-3" : { },
@@ -18858,6 +18865,19 @@
18858
18865
  "deprecated" : true,
18859
18866
  "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com"
18860
18867
  },
18868
+ "us-gov-east-1" : {
18869
+ "variants" : [ {
18870
+ "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com",
18871
+ "tags" : [ "fips" ]
18872
+ } ]
18873
+ },
18874
+ "us-gov-east-1-fips" : {
18875
+ "credentialScope" : {
18876
+ "region" : "us-gov-east-1"
18877
+ },
18878
+ "deprecated" : true,
18879
+ "hostname" : "appstream2-fips.us-gov-east-1.amazonaws.com"
18880
+ },
18861
18881
  "us-gov-west-1" : {
18862
18882
  "variants" : [ {
18863
18883
  "hostname" : "appstream2-fips.us-gov-west-1.amazonaws.com",
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.741.0
4
+ version: 1.742.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-04-04 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: