aws-partitions 1.760.0 → 1.761.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 -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: 7c4815b448982276d08bfced4d5d2c0a2a25d4d04e3db68879c5501a96df8c0c
|
|
4
|
+
data.tar.gz: a25689672419a2f1dec056f4cf11e831015d97b17896343feada92c0c396775b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14037cccf34a49d530f2bc4cc33ede6b1d955eb55219ab00949c29ae207fee3ab63af4ec9824287519dd983233ba8c7aaa43d9a68684f7ec529d952fe08edd06
|
|
7
|
+
data.tar.gz: 8bf5aebae18e4f8ea82205246425f8a02b4031d7b432cbfa2248f2834b9aa54ad18a43dbc3cb0ec01605966bfb2ab5526e4db0d279fcd9ae8c068ad16f526535
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.761.0
|
data/partitions.json
CHANGED
|
@@ -8814,6 +8814,7 @@
|
|
|
8814
8814
|
"ap-southeast-1" : { },
|
|
8815
8815
|
"ap-southeast-2" : { },
|
|
8816
8816
|
"ap-southeast-3" : { },
|
|
8817
|
+
"ap-southeast-4" : { },
|
|
8817
8818
|
"ca-central-1" : { },
|
|
8818
8819
|
"eu-central-1" : { },
|
|
8819
8820
|
"eu-central-2" : { },
|
|
@@ -10395,6 +10396,7 @@
|
|
|
10395
10396
|
"ap-northeast-2" : { },
|
|
10396
10397
|
"ap-northeast-3" : { },
|
|
10397
10398
|
"ap-south-1" : { },
|
|
10399
|
+
"ap-south-2" : { },
|
|
10398
10400
|
"ap-southeast-1" : { },
|
|
10399
10401
|
"ap-southeast-2" : { },
|
|
10400
10402
|
"ap-southeast-3" : { },
|
|
@@ -22498,7 +22500,7 @@
|
|
|
22498
22500
|
} ]
|
|
22499
22501
|
},
|
|
22500
22502
|
"us-gov-west-1" : {
|
|
22501
|
-
"protocols" : [ "
|
|
22503
|
+
"protocols" : [ "https" ],
|
|
22502
22504
|
"variants" : [ {
|
|
22503
22505
|
"hostname" : "sns.us-gov-west-1.amazonaws.com",
|
|
22504
22506
|
"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.761.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-05-
|
|
11
|
+
date: 2023-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|