aws-partitions 1.652.0 → 1.654.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +14 -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: d6c9f34df93a51bb92fef2cf400ad98cfb792058dfeff4e1cc221e56b1f623a0
|
|
4
|
+
data.tar.gz: e613eafec9e767558ea16a8a16ebe47d9efdad52499eecd2ca352e494ef02742
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f380f43b6443e5c299a511da87c4fdc65c82f60f36895bf51c6f55c11f24373d9b7f0321c1dbc8c40e2b891f2a6b025d7ea7ac15c51b80a870ee6e86da8e3ee
|
|
7
|
+
data.tar.gz: 9e169bdca516799274ae02fdee52908561d24ff5850e92817673e03aa3512ffc6f9119f6ca67b6566779489887b96bf5f5713388135e4210c7aeee48d65877b6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.654.0 (2022-10-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.653.0 (2022-10-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
4
14
|
1.652.0 (2022-10-27)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.654.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"
|
|
@@ -6355,6 +6367,7 @@
|
|
|
6355
6367
|
"ap-south-1" : { },
|
|
6356
6368
|
"ap-southeast-1" : { },
|
|
6357
6369
|
"ap-southeast-2" : { },
|
|
6370
|
+
"ap-southeast-3" : { },
|
|
6358
6371
|
"ca-central-1" : {
|
|
6359
6372
|
"variants" : [ {
|
|
6360
6373
|
"hostname" : "fsx-fips.ca-central-1.amazonaws.com",
|
|
@@ -12043,6 +12056,7 @@
|
|
|
12043
12056
|
"ap-south-1" : { },
|
|
12044
12057
|
"ap-southeast-1" : { },
|
|
12045
12058
|
"ap-southeast-2" : { },
|
|
12059
|
+
"ap-southeast-3" : { },
|
|
12046
12060
|
"ca-central-1" : {
|
|
12047
12061
|
"variants" : [ {
|
|
12048
12062
|
"tags" : [ "fips" ]
|
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.654.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-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|