aws-partitions 1.652.0 → 1.653.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 +12 -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: a4ad104cae1fdfa21c94d5d6de328d2d63e10cd5d878e8b5c81ed876fd492732
|
|
4
|
+
data.tar.gz: 863213dae1521919dcf4164ce93bac8062b5641796d14732809f604303be398e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4cc3ea293bdf29f161b0b06fe0f12700083d85ad385f43f7c927e3d4ba2467b0aa985ef164a010d117ef1389511e5c1609b49dd75f0ae3a27014e1d69e57aeb6
|
|
7
|
+
data.tar.gz: fdb139c0f9e8e4d0e5d6952c4fd4bf16e007e6830a7952f519de77913378243c85b7f2971ac1758b44099133cfeb9e556cad75cd8662aa7440308fb585329747
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.653.0
|
data/partitions.json
CHANGED
|
@@ -922,12 +922,24 @@
|
|
|
922
922
|
},
|
|
923
923
|
"hostname" : "api.iotwireless.ap-southeast-2.amazonaws.com"
|
|
924
924
|
},
|
|
925
|
+
"eu-central-1" : {
|
|
926
|
+
"credentialScope" : {
|
|
927
|
+
"region" : "eu-central-1"
|
|
928
|
+
},
|
|
929
|
+
"hostname" : "api.iotwireless.eu-central-1.amazonaws.com"
|
|
930
|
+
},
|
|
925
931
|
"eu-west-1" : {
|
|
926
932
|
"credentialScope" : {
|
|
927
933
|
"region" : "eu-west-1"
|
|
928
934
|
},
|
|
929
935
|
"hostname" : "api.iotwireless.eu-west-1.amazonaws.com"
|
|
930
936
|
},
|
|
937
|
+
"sa-east-1" : {
|
|
938
|
+
"credentialScope" : {
|
|
939
|
+
"region" : "sa-east-1"
|
|
940
|
+
},
|
|
941
|
+
"hostname" : "api.iotwireless.sa-east-1.amazonaws.com"
|
|
942
|
+
},
|
|
931
943
|
"us-east-1" : {
|
|
932
944
|
"credentialScope" : {
|
|
933
945
|
"region" : "us-east-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.653.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: 2022-10-
|
|
11
|
+
date: 2022-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|