aws-partitions 1.835.0 → 1.836.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 +12 -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: 6afbad55bc05ee429724693f3e506fb07e3e7533d0dbf6f9ebbfc6685f774c00
4
+ data.tar.gz: 0b020fa58944aba324638e7f469311cad37c09dd39472b8af1b6905f815d033c
5
5
  SHA512:
6
- metadata.gz: eda9e4de4a27af385e41337c7ab18e2d38af8d01d8d81a4d19915649421e5dec94bbaddeb4af024b405c9ddd5c18d8e5f7192ebb59ac74aad2b9da110c34ba32
7
- data.tar.gz: 9d03cb5e64fe58b8a231e520bb58e193910622cc199bb12a43ca6b26eb91111f15317131c9908f31ca92591f006ded8c5201ca8a003a97d51543c6a1a0225e09
6
+ metadata.gz: e406247ed943ddbac6598f024340662a053d3bf1a83cf7acaebd498968894171552b48df102c88efdcb9dcab171146a7df7f0f02df2c8dfbc92c0ac15319ba84
7
+ data.tar.gz: a05ec1d88877018a74a32df25bfd1338ab67d3d4eeed2f8504a262f86d90a342fcc43d6c589eb206b09349ed22ab14990c405b284a89b567e7c92cd3a04dec65
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.836.0 (2023-10-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.835.0 (2023-10-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.835.0
1
+ 1.836.0
data/partitions.json CHANGED
@@ -22683,12 +22683,24 @@
22683
22683
  "variants" : [ {
22684
22684
  "hostname" : "lakeformation-fips.us-gov-east-1.amazonaws.com",
22685
22685
  "tags" : [ "fips" ]
22686
+ }, {
22687
+ "hostname" : "lakeformation-fips.us-gov-east-1.api.aws",
22688
+ "tags" : [ "dualstack", "fips" ]
22689
+ }, {
22690
+ "hostname" : "lakeformation.us-gov-east-1.api.aws",
22691
+ "tags" : [ "dualstack" ]
22686
22692
  } ]
22687
22693
  },
22688
22694
  "us-gov-west-1" : {
22689
22695
  "variants" : [ {
22690
22696
  "hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com",
22691
22697
  "tags" : [ "fips" ]
22698
+ }, {
22699
+ "hostname" : "lakeformation-fips.us-gov-west-1.api.aws",
22700
+ "tags" : [ "dualstack", "fips" ]
22701
+ }, {
22702
+ "hostname" : "lakeformation.us-gov-west-1.api.aws",
22703
+ "tags" : [ "dualstack" ]
22692
22704
  } ]
22693
22705
  }
22694
22706
  }
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.836.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-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: