aws-partitions 1.807.0 → 1.808.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 +3 -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: 9cf4054aca038bbb780bcbdbf88281a0f4e358dd972c3412c6b1b7035f61162c
|
|
4
|
+
data.tar.gz: 20346c1e76f662a5b433d5d2d8e3dc9cc7e9a3e07e686043fac99e15511858e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 786f4d72ce08e27fc80912b2cc9e60af7defedab9e1564a567f9621e16f7502ea12ce4e3b8afa82c37963a0b4a7f3aef1412c0585909375ec2b4625836597cb1
|
|
7
|
+
data.tar.gz: cee1a7de089f3cc13ad8ea468b0babc821c178bc690a4775e8495ee053b9af2d89cb9a699a6602927759105fc6c17396349456c7f8e2075c7bf2589b1082b443
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.808.0
|
data/partitions.json
CHANGED
|
@@ -6924,6 +6924,7 @@
|
|
|
6924
6924
|
"deprecated" : true,
|
|
6925
6925
|
"hostname" : "fms-fips.us-west-2.amazonaws.com"
|
|
6926
6926
|
},
|
|
6927
|
+
"il-central-1" : { },
|
|
6927
6928
|
"me-central-1" : { },
|
|
6928
6929
|
"me-south-1" : {
|
|
6929
6930
|
"variants" : [ {
|
|
@@ -10492,9 +10493,11 @@
|
|
|
10492
10493
|
"af-south-1" : { },
|
|
10493
10494
|
"ap-northeast-1" : { },
|
|
10494
10495
|
"ap-northeast-2" : { },
|
|
10496
|
+
"ap-northeast-3" : { },
|
|
10495
10497
|
"ap-south-1" : { },
|
|
10496
10498
|
"ap-southeast-1" : { },
|
|
10497
10499
|
"ap-southeast-2" : { },
|
|
10500
|
+
"ap-southeast-4" : { },
|
|
10498
10501
|
"ca-central-1" : {
|
|
10499
10502
|
"variants" : [ {
|
|
10500
10503
|
"hostname" : "mediaconvert-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.808.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: 2023-08-
|
|
11
|
+
date: 2023-08-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|