aws-partitions 1.1004.0 → 1.1005.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +1 -0
- 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: 4b36ca95eb7c0eaf889863bdd393e54940dc83e992fc15dc41aec4e9b1abc0a8
|
|
4
|
+
data.tar.gz: d4d19649370adb26f7cdeef94a78ec5c043fb52247d4dd9598123b6fd01b7d20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ceb20a0f9c62b0a4de0963486d6a80da5fc6c2bdc3249d636bbb9f0931e4bf53b86365d39d0b8230c93fc9d01170c6bbaa1db979c7a7dbf695c1a3c76ee3c13
|
|
7
|
+
data.tar.gz: c8c66757e3a079c911b83ff50dc8f732e3bed4de352d1da671ec21600c3bcfbad9141fb20512244d2ec134b1ffb1a82d515ee1dda4fdfe203f08d2e0aabd5585
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1005.0
|
data/partitions.json
CHANGED
|
@@ -11528,6 +11528,7 @@
|
|
|
11528
11528
|
"ap-southeast-2" : { },
|
|
11529
11529
|
"ap-southeast-3" : { },
|
|
11530
11530
|
"ap-southeast-4" : { },
|
|
11531
|
+
"ap-southeast-5" : { },
|
|
11531
11532
|
"ca-central-1" : {
|
|
11532
11533
|
"variants" : [ {
|
|
11533
11534
|
"hostname" : "kinesisanalytics-fips.ca-central-1.amazonaws.com",
|
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.1005.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-11-
|
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|