aws-partitions 1.835.0 → 1.838.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +17 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c7d596b15fd7ae0232e616e76ab78385e021134807ef7e5b4373a7effd9c6d2
4
- data.tar.gz: 294b61275502943dcd962af4afb9fb7d3ee57645a9f9e37157b4875276c3ba06
3
+ metadata.gz: 27f2db3d0d2d4f48d933881b03c5e5810b63c094748edac88ccb551a44bd3224
4
+ data.tar.gz: 6b634acf9eea0838da1662d22648f21919f1430263e02b6ede08e2c319a1fe40
5
5
  SHA512:
6
- metadata.gz: eda9e4de4a27af385e41337c7ab18e2d38af8d01d8d81a4d19915649421e5dec94bbaddeb4af024b405c9ddd5c18d8e5f7192ebb59ac74aad2b9da110c34ba32
7
- data.tar.gz: 9d03cb5e64fe58b8a231e520bb58e193910622cc199bb12a43ca6b26eb91111f15317131c9908f31ca92591f006ded8c5201ca8a003a97d51543c6a1a0225e09
6
+ metadata.gz: e9b345b1c37f96cbf01f157b1a297ef37a7ab17ee5c235c4eae6c35b4882c221b8767cdc7d560d08dcb51af880ba3adb4c38193f2537ee21fda2ad3bcc90a154
7
+ data.tar.gz: 38544ee82d006220251b6bbdbff076ba0d71a0f38b4b2468295f9db8672bee62016184ecfa945a54c880ad446d26f313c2535990c28740846667c6b17da909e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.838.0 (2023-10-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.837.0 (2023-10-17)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.836.0 (2023-10-16)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.835.0 (2023-10-12)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.835.0
1
+ 1.838.0
data/partitions.json CHANGED
@@ -7042,8 +7042,13 @@
7042
7042
  },
7043
7043
  "finspace" : {
7044
7044
  "endpoints" : {
7045
+ "ap-northeast-1" : { },
7046
+ "ap-southeast-1" : { },
7047
+ "ap-southeast-2" : { },
7045
7048
  "ca-central-1" : { },
7049
+ "eu-central-1" : { },
7046
7050
  "eu-west-1" : { },
7051
+ "eu-west-2" : { },
7047
7052
  "us-east-1" : { },
7048
7053
  "us-east-2" : { },
7049
7054
  "us-west-2" : { }
@@ -22683,12 +22688,24 @@
22683
22688
  "variants" : [ {
22684
22689
  "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
22685
22690
  "tags" : [ "fips" ]
22691
+ }, {
22692
+ "hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
22693
+ "tags" : [ "dualstack", "fips" ]
22694
+ }, {
22695
+ "hostname" : "lakeformation.us-gov-east-1.api.aws",
22696
+ "tags" : [ "dualstack" ]
22686
22697
  } ]
22687
22698
  },
22688
22699
  "us-gov-west-1" : {
22689
22700
  "variants" : [ {
22690
22701
  "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
22691
22702
  "tags" : [ "fips" ]
22703
+ }, {
22704
+ "hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
22705
+ "tags" : [ "dualstack", "fips" ]
22706
+ }, {
22707
+ "hostname" : "lakeformation.us-gov-west-1.api.aws",
22708
+ "tags" : [ "dualstack" ]
22692
22709
  } ]
22693
22710
  }
22694
22711
  }
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.835.0
4
+ version: 1.838.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-10-12 00:00:00.000000000 Z
11
+ date: 2023-10-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: