aws-partitions 1.696.0 → 1.697.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 +27 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a68bbf6c7dd753d5e8a41c399aaa1b92ec18b47ee0f253c464099b5e3b805130
4
- data.tar.gz: 0aeb5a4eab759fd156d62ab306fa1c16d38ab4e514abd8f3bd3605a9746b24c0
3
+ metadata.gz: e19a5d2ab675f0d6c58d85d8d066122f0214c2a40e3d2086ff63b6ad1d0ebcdc
4
+ data.tar.gz: f511efa9f589a23d56f09f1b14f2a0f371ed7eed25febd04afd0ff596277ba9c
5
5
  SHA512:
6
- metadata.gz: dd9dfa45f5cd204ab7bc0e6f42d782979d3231559a0f8ebf913251bd39588f7b9e864bfbd67bdf405493ecbade1b2610403fe839ddd2a216a1671ec7e4e32067
7
- data.tar.gz: 911ac7f51970e7a80e7ae7501dc033e21902324710644adcfb8136e6b18c833af31db86d05741796a4a49518d709cb3f18ae5061816501657a4d92b401d117c4
6
+ metadata.gz: 7c8353b9dad3ea3d97c1462e066970afed4ec59feb4882bd25fa0cf105b483abfad34ef6dcc31f0ab188a0c5cfe712e8f9a37cfdfa06c81cb08a1ce5f31f1c21
7
+ data.tar.gz: 0df75872e4cf7fedfd0403e05687d76b17ae7446bf3496920c2a67c474f8ec30525a457b33d703301956ef97b54d7bfaa791967f97d752922e843e48210cb4fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.697.0 (2023-01-20)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.696.0 (2023-01-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.696.0
1
+ 1.697.0
data/partitions.json CHANGED
@@ -2711,6 +2711,7 @@
2711
2711
  "eu-west-1" : { },
2712
2712
  "eu-west-2" : { },
2713
2713
  "eu-west-3" : { },
2714
+ "me-central-1" : { },
2714
2715
  "me-south-1" : { },
2715
2716
  "sa-east-1" : { },
2716
2717
  "us-east-1" : {
@@ -5353,6 +5354,12 @@
5353
5354
  "tags" : [ "fips" ]
5354
5355
  } ]
5355
5356
  },
5357
+ "eu-south-2" : {
5358
+ "variants" : [ {
5359
+ "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com",
5360
+ "tags" : [ "fips" ]
5361
+ } ]
5362
+ },
5356
5363
  "eu-west-1" : {
5357
5364
  "variants" : [ {
5358
5365
  "hostname" : "elasticfilesystem-fips.eu-west-1.amazonaws.com",
@@ -5469,6 +5476,13 @@
5469
5476
  "deprecated" : true,
5470
5477
  "hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
5471
5478
  },
5479
+ "fips-eu-south-2" : {
5480
+ "credentialScope" : {
5481
+ "region" : "eu-south-2"
5482
+ },
5483
+ "deprecated" : true,
5484
+ "hostname" : "elasticfilesystem-fips.eu-south-2.amazonaws.com"
5485
+ },
5472
5486
  "fips-eu-west-1" : {
5473
5487
  "credentialScope" : {
5474
5488
  "region" : "eu-west-1"
@@ -18732,7 +18746,19 @@
18732
18746
  },
18733
18747
  "databrew" : {
18734
18748
  "endpoints" : {
18735
- "us-gov-west-1" : { }
18749
+ "fips-us-gov-west-1" : {
18750
+ "credentialScope" : {
18751
+ "region" : "us-gov-west-1"
18752
+ },
18753
+ "deprecated" : true,
18754
+ "hostname" : "databrew.us-gov-west-1.amazonaws.com"
18755
+ },
18756
+ "us-gov-west-1" : {
18757
+ "variants" : [ {
18758
+ "hostname" : "databrew.us-gov-west-1.amazonaws.com",
18759
+ "tags" : [ "fips" ]
18760
+ } ]
18761
+ }
18736
18762
  }
18737
18763
  },
18738
18764
  "datasync" : {
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.696.0
4
+ version: 1.697.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-01-19 00:00:00.000000000 Z
11
+ date: 2023-01-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: