aws-partitions 1.946.0 → 1.948.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 +14 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 477e42c5d00e645f47907bf21706a5278c9acedc2fdbdce131145e14989ac9fd
4
- data.tar.gz: 7d2b4c4833a5aaf2f3d363fe1fc615d26055bc98b780d4b19a4f2c8b80e53fb0
3
+ metadata.gz: 199397ebdaf5223a04b4ae37e1bf20e8e007386345564988f24a88776160e3a3
4
+ data.tar.gz: 7fef426167d0c2e2b41723842d1666568b0a520107ccfbbc5d4fadd6b70ab48c
5
5
  SHA512:
6
- metadata.gz: 19e90d06195a1efcfcf13861ce37383e52bc052e974674bfacdf463cdd1b0fd00c06288404240c573cfc8264e06438de3053c11bafd26f62a748111ea713b915
7
- data.tar.gz: 071c4986d2d8bea4b623dcc86fcd49d8418df7d8e427440bd4c04d0a512e163baff6a01d788cbb8ab4f56de16758df975e5983d2d220255213ddbd842c221047
6
+ metadata.gz: f8c6b46a661fef9bb44c0864c4391dcf373a2bdeefc558711a6b7196b79c87141be41c7d3cd48027ac8b9cd2a906a0fb172c52fc02797c3b313e8c67e33a437b
7
+ data.tar.gz: f8a1c8b41743e5674107292222e8d6fbb2bf907746e011e747795aca38ba5819815e0bd522389aa58d9065a1d890b5c571e5e66a1a2593239c97d8f63560921e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.948.0 (2024-06-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.947.0 (2024-06-24)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.946.0 (2024-06-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.946.0
1
+ 1.948.0
data/partitions.json CHANGED
@@ -12276,12 +12276,25 @@
12276
12276
  },
12277
12277
  "meetings-chime" : {
12278
12278
  "endpoints" : {
12279
+ "af-south-1" : { },
12279
12280
  "ap-northeast-1" : { },
12280
12281
  "ap-northeast-2" : { },
12281
12282
  "ap-south-1" : { },
12282
12283
  "ap-southeast-1" : { },
12283
12284
  "ap-southeast-2" : { },
12284
- "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
+ },
12285
12298
  "eu-central-1" : { },
12286
12299
  "eu-west-2" : { },
12287
12300
  "il-central-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.946.0
4
+ version: 1.948.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-20 00:00:00.000000000 Z
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: