aws-partitions 1.590.0 → 1.591.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 +40 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 898d7a641845df534d42b36c74c8b86ee12cd11b0155c3c97f2922d8dbddc6c4
4
- data.tar.gz: b375be05964e9f760b2e19377dcf4463a545beb7b3ddc856b9ee65e6e2fe2dc5
3
+ metadata.gz: 72b9729b4809827f8a3f605967e4dfd5ef9942ae1924d9a197bb7dae3b2bf273
4
+ data.tar.gz: 7ded2ca5f1ccf1b721e2f24cfda765a5287212ffd22febd38bb20da66bc256fe
5
5
  SHA512:
6
- metadata.gz: 8febe5e8300344677b31774ff70a068ada8e6190c7e1f41312221bc44712c183edc6e64a948afca43b7297390ce7bf0e760ff2552d52801f39834a241aaa6145
7
- data.tar.gz: 84d51fc0f90fdace452ccb0f73d846e4aa7dadf52e607ec4fd11218993830f80b8ca50d30a77166509680461c2f327e9727426fd1da7935280c76c216cbb07b6
6
+ metadata.gz: fd4eefddfada2b9b2bbf5b32cf857cce7031bb62bc753fd214ce2987222ad598882d5b20b80e7ebc9afda3e119b94f43323a8082ecbe1e0f7eca685c45469afc
7
+ data.tar.gz: 424fe23f104581886ec2b3f6ec28444f40c52f9e498a2eba41d620b2f45e3ed6afde8ec94c9ca0d7bf69336f8b95d46c61d64d201028463ad11398cd9f9f41f4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.591.0 (2022-05-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.590.0 (2022-05-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.590.0
1
+ 1.591.0
data/partitions.json CHANGED
@@ -4834,12 +4834,50 @@
4834
4834
  },
4835
4835
  "email" : {
4836
4836
  "endpoints" : {
4837
+ "af-south-1" : { },
4838
+ "ap-northeast-1" : { },
4839
+ "ap-northeast-2" : { },
4840
+ "ap-northeast-3" : { },
4837
4841
  "ap-south-1" : { },
4842
+ "ap-southeast-1" : { },
4838
4843
  "ap-southeast-2" : { },
4844
+ "ca-central-1" : { },
4839
4845
  "eu-central-1" : { },
4846
+ "eu-north-1" : { },
4847
+ "eu-south-1" : { },
4840
4848
  "eu-west-1" : { },
4841
- "us-east-1" : { },
4842
- "us-west-2" : { }
4849
+ "eu-west-2" : { },
4850
+ "eu-west-3" : { },
4851
+ "fips-us-east-1" : {
4852
+ "credentialScope" : {
4853
+ "region" : "us-east-1"
4854
+ },
4855
+ "deprecated" : true,
4856
+ "hostname" : "email-fips.us-east-1.amazonaws.com"
4857
+ },
4858
+ "fips-us-west-2" : {
4859
+ "credentialScope" : {
4860
+ "region" : "us-west-2"
4861
+ },
4862
+ "deprecated" : true,
4863
+ "hostname" : "email-fips.us-west-2.amazonaws.com"
4864
+ },
4865
+ "me-south-1" : { },
4866
+ "sa-east-1" : { },
4867
+ "us-east-1" : {
4868
+ "variants" : [ {
4869
+ "hostname" : "email-fips.us-east-1.amazonaws.com",
4870
+ "tags" : [ "fips" ]
4871
+ } ]
4872
+ },
4873
+ "us-east-2" : { },
4874
+ "us-west-1" : { },
4875
+ "us-west-2" : {
4876
+ "variants" : [ {
4877
+ "hostname" : "email-fips.us-west-2.amazonaws.com",
4878
+ "tags" : [ "fips" ]
4879
+ } ]
4880
+ }
4843
4881
  }
4844
4882
  },
4845
4883
  "emr-containers" : {
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.590.0
4
+ version: 1.591.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: