aws-partitions 1.883.0 → 1.884.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 +24 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94f234bc1bac7e38f36c31462f93c79eb4264606855505a6368ecc649d484ea7
4
- data.tar.gz: bd1988aa7f40196fb431a8505125c1af056ed0a3eb932d0c380241b40998fc87
3
+ metadata.gz: 71886971593835921e2f267b04e2d937114cfbcc4742f419760221e9ac046e6a
4
+ data.tar.gz: 63e6756a8934f7d8f4c33b8d8829a48a320ae938d57dad20fdbd821f53ab1ef7
5
5
  SHA512:
6
- metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
7
- data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
6
+ metadata.gz: 29cb0c40418ad75eee4b6439ee29ace8b7a113b72dda117a1426b031366ab0e17fe77a2aa941aa06aee2196296dd5e32459dbfbd0c6aa398fb9abbecfab97334
7
+ data.tar.gz: 8c108f0c313d16d05c01d68e0885ea218c8c4d17c68815302388c9d971e16bcaa54e5afda8bdea182411d2868a4345856b765c401f12481759e572209c9ae650
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.884.0 (2024-01-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.883.0 (2024-01-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.883.0
1
+ 1.884.0
data/partitions.json CHANGED
@@ -19769,7 +19769,10 @@
19769
19769
  "wisdom" : {
19770
19770
  "endpoints" : {
19771
19771
  "ap-northeast-1" : { },
19772
+ "ap-northeast-2" : { },
19773
+ "ap-southeast-1" : { },
19772
19774
  "ap-southeast-2" : { },
19775
+ "ca-central-1" : { },
19773
19776
  "eu-central-1" : { },
19774
19777
  "eu-west-2" : { },
19775
19778
  "fips-us-east-1" : {
@@ -19779,7 +19782,10 @@
19779
19782
  "deprecated" : true
19780
19783
  },
19781
19784
  "ui-ap-northeast-1" : { },
19785
+ "ui-ap-northeast-2" : { },
19786
+ "ui-ap-southeast-1" : { },
19782
19787
  "ui-ap-southeast-2" : { },
19788
+ "ui-ca-central-1" : { },
19783
19789
  "ui-eu-central-1" : { },
19784
19790
  "ui-eu-west-2" : { },
19785
19791
  "ui-us-east-1" : { },
@@ -20979,6 +20985,11 @@
20979
20985
  }
20980
20986
  }
20981
20987
  },
20988
+ "quicksight" : {
20989
+ "endpoints" : {
20990
+ "cn-north-1" : { }
20991
+ }
20992
+ },
20982
20993
  "ram" : {
20983
20994
  "endpoints" : {
20984
20995
  "cn-north-1" : { },
@@ -26352,6 +26363,13 @@
26352
26363
  },
26353
26364
  "datasync" : {
26354
26365
  "endpoints" : {
26366
+ "fips-us-iso-east-1" : {
26367
+ "credentialScope" : {
26368
+ "region" : "us-iso-east-1"
26369
+ },
26370
+ "deprecated" : true,
26371
+ "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
26372
+ },
26355
26373
  "fips-us-iso-west-1" : {
26356
26374
  "credentialScope" : {
26357
26375
  "region" : "us-iso-west-1"
@@ -26359,6 +26377,12 @@
26359
26377
  "deprecated" : true,
26360
26378
  "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
26361
26379
  },
26380
+ "us-iso-east-1" : {
26381
+ "variants" : [ {
26382
+ "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
26383
+ "tags" : [ "fips" ]
26384
+ } ]
26385
+ },
26362
26386
  "us-iso-west-1" : {
26363
26387
  "variants" : [ {
26364
26388
  "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
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.883.0
4
+ version: 1.884.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-01-19 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: