aws-partitions 1.749.0 → 1.750.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.
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: 1c0673b6382cbb2ce6efb22e4b19dd00674153c56d51fde9af0deb77c7fb8ad3
4
- data.tar.gz: 840f70299a574f8f37692a939f1e42014f8f2b7ceaef47f888bbb14793ad4896
3
+ metadata.gz: ab30ad0cd96a9fbc7bb498553cc0322bbf34ba6c6f18a4482824d5d9fa9400eb
4
+ data.tar.gz: 175f144c22941dec8462e50a05fa5ba2afc4477080ea15587d971b157117a09c
5
5
  SHA512:
6
- metadata.gz: 9bba733db6024e568247f344592eb3e503516aad0c1f8daf0bb9b5c87ad9fc171669ee6baef9e00483488e96a13f13fe053bbafa66dd33e81f4c0dea34211a69
7
- data.tar.gz: d80e99da8dbbe9b83ab3fee07d7204d239c53343b0350c95901a5c863a065e64b1c5409390c674b1debdf85d6d7eb919baeb814553ec1152d6847fc84b2ae7db
6
+ metadata.gz: 7c407dd9166836cdcb3e86d431ee74849c1302063651768c8fe0fa4ab129f6091e255c20261eee599b40ed85fd609b4b523aee69afe28b6c9fc15d190c9b8bc6
7
+ data.tar.gz: 9461898a4d65cd086558d34d4f12ce9e6c38f66251a11f438210720379bf8f4b2a77caf1c4b9d87d74c6b16f6b111bb14509a59d96ceb5dfd78f2e13588f9594
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.750.0 (2023-04-19)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.749.0 (2023-04-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.749.0
1
+ 1.750.0
data/partitions.json CHANGED
@@ -1839,8 +1839,10 @@
1839
1839
  "ap-southeast-1" : { },
1840
1840
  "ap-southeast-2" : { },
1841
1841
  "ap-southeast-3" : { },
1842
+ "ap-southeast-4" : { },
1842
1843
  "ca-central-1" : { },
1843
1844
  "eu-central-1" : { },
1845
+ "eu-central-2" : { },
1844
1846
  "eu-north-1" : { },
1845
1847
  "eu-south-1" : { },
1846
1848
  "eu-south-2" : { },
@@ -18960,9 +18962,29 @@
18960
18962
  },
18961
18963
  "endpoints" : {
18962
18964
  "us-gov-east-1" : {
18965
+ "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
18966
+ "protocols" : [ "http", "https" ],
18967
+ "variants" : [ {
18968
+ "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
18969
+ "tags" : [ "fips" ]
18970
+ } ]
18971
+ },
18972
+ "us-gov-east-1-fips" : {
18973
+ "deprecated" : true,
18974
+ "hostname" : "application-autoscaling.us-gov-east-1.amazonaws.com",
18963
18975
  "protocols" : [ "http", "https" ]
18964
18976
  },
18965
18977
  "us-gov-west-1" : {
18978
+ "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
18979
+ "protocols" : [ "http", "https" ],
18980
+ "variants" : [ {
18981
+ "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
18982
+ "tags" : [ "fips" ]
18983
+ } ]
18984
+ },
18985
+ "us-gov-west-1-fips" : {
18986
+ "deprecated" : true,
18987
+ "hostname" : "application-autoscaling.us-gov-west-1.amazonaws.com",
18966
18988
  "protocols" : [ "http", "https" ]
18967
18989
  }
18968
18990
  }
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.749.0
4
+ version: 1.750.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-17 00:00:00.000000000 Z
11
+ date: 2023-04-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: