aws-partitions 1.883.0 → 1.885.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +25 -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: 61353c2053796fb6a63f9f5763743b057aeb523db8760f837c3b33fa1794c80c
4
+ data.tar.gz: 8efc868466c773112e5263e428adc804fb27dd77c77b902a7dd620d0be64cf5c
5
5
  SHA512:
6
- metadata.gz: c150e42be1fe5854e03c1418c0eda1dfb8803db8bed46ccacc3f67e441762951b10267273a1f9fe53e07bccac1c91e522c630faeb3ff409f02cc001ce300a9a9
7
- data.tar.gz: f189314d19ca41c8b0323eff8e8b92ca458e7a9c6d421d8417d2300ec0a0118f235585787f0244a3bbf84777add3d09eb208f6e34f463163cc92c403f67525a1
6
+ metadata.gz: 60d37738e815602697d48a5e6adfda43d5e6311c2115e6e90d9b1da4c8e4ad115c0a916c99b42fb8eab981fe34a35b7fe7268955113cab2a61664fae1a15ea38
7
+ data.tar.gz: 5b038ee847420325fabedd777641ebac2dbfaad8b3a9644543b158bdc94ba8f3a258de9e0992feb93b139950d1e719c044b709849d567e36ed70d07611a79460
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.885.0 (2024-01-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.884.0 (2024-01-29)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.883.0 (2024-01-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.883.0
1
+ 1.885.0
data/partitions.json CHANGED
@@ -16869,6 +16869,7 @@
16869
16869
  "deprecated" : true,
16870
16870
  "hostname" : "sms-voice-fips.us-west-2.amazonaws.com"
16871
16871
  },
16872
+ "il-central-1" : { },
16872
16873
  "us-east-1" : {
16873
16874
  "variants" : [ {
16874
16875
  "hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
@@ -19769,7 +19770,10 @@
19769
19770
  "wisdom" : {
19770
19771
  "endpoints" : {
19771
19772
  "ap-northeast-1" : { },
19773
+ "ap-northeast-2" : { },
19774
+ "ap-southeast-1" : { },
19772
19775
  "ap-southeast-2" : { },
19776
+ "ca-central-1" : { },
19773
19777
  "eu-central-1" : { },
19774
19778
  "eu-west-2" : { },
19775
19779
  "fips-us-east-1" : {
@@ -19779,7 +19783,10 @@
19779
19783
  "deprecated" : true
19780
19784
  },
19781
19785
  "ui-ap-northeast-1" : { },
19786
+ "ui-ap-northeast-2" : { },
19787
+ "ui-ap-southeast-1" : { },
19782
19788
  "ui-ap-southeast-2" : { },
19789
+ "ui-ca-central-1" : { },
19783
19790
  "ui-eu-central-1" : { },
19784
19791
  "ui-eu-west-2" : { },
19785
19792
  "ui-us-east-1" : { },
@@ -20979,6 +20986,11 @@
20979
20986
  }
20980
20987
  }
20981
20988
  },
20989
+ "quicksight" : {
20990
+ "endpoints" : {
20991
+ "cn-north-1" : { }
20992
+ }
20993
+ },
20982
20994
  "ram" : {
20983
20995
  "endpoints" : {
20984
20996
  "cn-north-1" : { },
@@ -26352,6 +26364,13 @@
26352
26364
  },
26353
26365
  "datasync" : {
26354
26366
  "endpoints" : {
26367
+ "fips-us-iso-east-1" : {
26368
+ "credentialScope" : {
26369
+ "region" : "us-iso-east-1"
26370
+ },
26371
+ "deprecated" : true,
26372
+ "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
26373
+ },
26355
26374
  "fips-us-iso-west-1" : {
26356
26375
  "credentialScope" : {
26357
26376
  "region" : "us-iso-west-1"
@@ -26359,6 +26378,12 @@
26359
26378
  "deprecated" : true,
26360
26379
  "hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
26361
26380
  },
26381
+ "us-iso-east-1" : {
26382
+ "variants" : [ {
26383
+ "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
26384
+ "tags" : [ "fips" ]
26385
+ } ]
26386
+ },
26362
26387
  "us-iso-west-1" : {
26363
26388
  "variants" : [ {
26364
26389
  "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.885.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-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: