aws-partitions 1.953.0 → 1.954.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 +6 -27
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b69e8fa26e5bbc2bfc8f3f41c5e3c025140215749b7697ca5e0165fc6963305c
4
- data.tar.gz: f87f7efae72bd2b16641a53aa582ec2580a3c874183b020dd296f19b9fcf007a
3
+ metadata.gz: 8dcfde1d2e1ca860e7a5a01644503f1f4d2ea547720a66b8a6bf73cfea3b0b29
4
+ data.tar.gz: cfc4d1536c46dbd4e36e1344ca32d36a3dee80d4459a198940a52eeb0068eca0
5
5
  SHA512:
6
- metadata.gz: f7b82290538cd2bf144c1ddce72dbfdb024263d4f702fa847c5ebe39d8f21bb84dbcc19a75ef014f1ba3b20b82bf7d439e6a58df14dd9b71fcf50b567653bf46
7
- data.tar.gz: 43384ba93784375ac4c3b1dc7181eaf5fb19e4079f6aa794f04f81b447075b0895d5026570d79b4442f05eb822ee2cbf332d48b2576e10bd017b7d2507d7ccc0
6
+ metadata.gz: 0ef0b91a8aeec8226bea2e04632899c13e6d6bf306cefb73e9803988fb7374fef10cfab331f79dfdb9507e688164b471a906b307cb2f395071989d64f9da9e06
7
+ data.tar.gz: 31a9c5ad77dcaa98792f44e5abbaa92c5dc4742438d91f6459b025ad4739b60cc69baa2c6b0f53812e2b483c2d70dede20c1cdd0611cd486cc8f89b9ffdb0e58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.954.0 (2024-07-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.953.0 (2024-07-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.953.0
1
+ 1.954.0
data/partitions.json CHANGED
@@ -28523,31 +28523,17 @@
28523
28523
  },
28524
28524
  "redshift" : {
28525
28525
  "endpoints" : {
28526
- "fips-us-iso-east-1" : {
28526
+ "us-iso-east-1" : {
28527
28527
  "credentialScope" : {
28528
28528
  "region" : "us-iso-east-1"
28529
28529
  },
28530
- "deprecated" : true,
28531
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov"
28530
+ "hostname" : "redshift.us-iso-east-1.c2s.ic.gov"
28532
28531
  },
28533
- "fips-us-iso-west-1" : {
28532
+ "us-iso-west-1" : {
28534
28533
  "credentialScope" : {
28535
28534
  "region" : "us-iso-west-1"
28536
28535
  },
28537
- "deprecated" : true,
28538
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov"
28539
- },
28540
- "us-iso-east-1" : {
28541
- "variants" : [ {
28542
- "hostname" : "redshift-fips.us-iso-east-1.c2s.ic.gov",
28543
- "tags" : [ "fips" ]
28544
- } ]
28545
- },
28546
- "us-iso-west-1" : {
28547
- "variants" : [ {
28548
- "hostname" : "redshift-fips.us-iso-west-1.c2s.ic.gov",
28549
- "tags" : [ "fips" ]
28550
- } ]
28536
+ "hostname" : "redshift.us-iso-west-1.c2s.ic.gov"
28551
28537
  }
28552
28538
  }
28553
28539
  },
@@ -29211,18 +29197,11 @@
29211
29197
  },
29212
29198
  "redshift" : {
29213
29199
  "endpoints" : {
29214
- "fips-us-isob-east-1" : {
29200
+ "us-isob-east-1" : {
29215
29201
  "credentialScope" : {
29216
29202
  "region" : "us-isob-east-1"
29217
29203
  },
29218
- "deprecated" : true,
29219
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov"
29220
- },
29221
- "us-isob-east-1" : {
29222
- "variants" : [ {
29223
- "hostname" : "redshift-fips.us-isob-east-1.sc2s.sgov.gov",
29224
- "tags" : [ "fips" ]
29225
- } ]
29204
+ "hostname" : "redshift.us-isob-east-1.sc2s.sgov.gov"
29226
29205
  }
29227
29206
  }
29228
29207
  },
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.953.0
4
+ version: 1.954.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: 2024-07-08 00:00:00.000000000 Z
11
+ date: 2024-07-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: