aws-partitions 1.947.0 → 1.949.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +21 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d8dc7905b3d300af1caa974bdae6418abc7502358bd8c4d5e775d2e7396d224
4
- data.tar.gz: d788a22979def3e393c0a4adc6bcabb7d31e248a079d559fe32c4fa1dc197c3f
3
+ metadata.gz: 2a4953bf2a5f9d0cfc1a9e35dcb4cdfce0946b2e4d379ee93656c42b09382684
4
+ data.tar.gz: a985882f55145aaa947a1d50583b5045b83df08b003cf920794d904d4c1ef3dd
5
5
  SHA512:
6
- metadata.gz: 4ef6b059994c6a68202e176ba4fc70b15472001d644b6c8f6fe6d947d826ec7b607b321c5af7e696c557e002fecda972cc6cc0c94cdb487102f6e116bee6759f
7
- data.tar.gz: 53596ca67aa941200897cfe9cd6dfac013492549f03d50cfc3b3f2c30cee14698b16a63cc83702647411df271b202678ce6ec83e6ea5b0f1710fc71497bf921f
6
+ metadata.gz: b4c53c2e93b1693f25cbe64e1e7a7276ca5488c9b111ffa481ff47f884558aac13bd73024c9753fdc32981ceaa5ceb4756b9e193fbcaa05d69786613a4106bfe
7
+ data.tar.gz: c632bf300cb9d78fc808890e40f8f8ca266aef7a3e70f78474a376029b2ca1fa5610d728a02ee68159186e353cd1280d4a591ab448cb22da29106952ebca963b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.949.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.948.0 (2024-06-27)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.947.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.947.0
1
+ 1.949.0
data/partitions.json CHANGED
@@ -12282,7 +12282,19 @@
12282
12282
  "ap-south-1" : { },
12283
12283
  "ap-southeast-1" : { },
12284
12284
  "ap-southeast-2" : { },
12285
- "ca-central-1" : { },
12285
+ "ca-central-1" : {
12286
+ "variants" : [ {
12287
+ "hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com",
12288
+ "tags" : [ "fips" ]
12289
+ } ]
12290
+ },
12291
+ "ca-central-1-fips" : {
12292
+ "credentialScope" : {
12293
+ "region" : "ca-central-1"
12294
+ },
12295
+ "deprecated" : true,
12296
+ "hostname" : "meetings-chime-fips.ca-central-1.amazonaws.com"
12297
+ },
12286
12298
  "eu-central-1" : { },
12287
12299
  "eu-west-2" : { },
12288
12300
  "il-central-1" : { },
@@ -21067,6 +21079,14 @@
21067
21079
  "cn-northwest-1" : { }
21068
21080
  }
21069
21081
  },
21082
+ "acm-pca" : {
21083
+ "defaults" : {
21084
+ "protocols" : [ "https" ]
21085
+ },
21086
+ "endpoints" : {
21087
+ "cn-north-1" : { }
21088
+ }
21089
+ },
21070
21090
  "airflow" : {
21071
21091
  "endpoints" : {
21072
21092
  "cn-north-1" : { },
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.947.0
4
+ version: 1.949.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-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: