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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +14 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 199397ebdaf5223a04b4ae37e1bf20e8e007386345564988f24a88776160e3a3
|
4
|
+
data.tar.gz: 7fef426167d0c2e2b41723842d1666568b0a520107ccfbbc5d4fadd6b70ab48c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
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:
|