aws-partitions 1.488.0 → 1.489.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +6 -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: 2902cc55bbda4e286a960ce0d3343135db719f7ecfeab88997f6708b3250b2e3
|
|
4
|
+
data.tar.gz: 6d18debeb725bc3ca7f166401cd280c9e2bf00472f12d954dcd3308452c6481a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f38d320d3e0bc6e6450deac9c841c3d8d25a0a9273cc6722d1eda36b074c9ebdaf01cde698f07fde301ae51343798e480aae36886b7e82f7241d36b67288f8c
|
|
7
|
+
data.tar.gz: 2d1f51b8dbc0f91528244d9cf8c96529e552fde830f8ccf3731e98b49a51baebc2592b979a96fa387e71fae2869f7113cc7e74c1e23706f7f081b429c4850da8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.489.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -405,6 +405,7 @@ module Aws
|
|
|
405
405
|
'MediaStore' => 'mediastore',
|
|
406
406
|
'MediaStoreData' => 'data.mediastore',
|
|
407
407
|
'MediaTailor' => 'api.mediatailor',
|
|
408
|
+
'MemoryDB' => 'memory-db',
|
|
408
409
|
'Mgn' => 'mgn',
|
|
409
410
|
'MigrationHub' => 'mgh',
|
|
410
411
|
'MigrationHubConfig' => 'migrationhub-config',
|
data/partitions.json
CHANGED
|
@@ -3683,6 +3683,7 @@
|
|
|
3683
3683
|
"iotanalytics" : {
|
|
3684
3684
|
"endpoints" : {
|
|
3685
3685
|
"ap-northeast-1" : { },
|
|
3686
|
+
"ap-south-1" : { },
|
|
3686
3687
|
"ap-southeast-2" : { },
|
|
3687
3688
|
"eu-central-1" : { },
|
|
3688
3689
|
"eu-west-1" : { },
|
|
@@ -10454,6 +10455,11 @@
|
|
|
10454
10455
|
"isRegionalized" : false,
|
|
10455
10456
|
"partitionEndpoint" : "aws-iso-global"
|
|
10456
10457
|
},
|
|
10458
|
+
"route53resolver" : {
|
|
10459
|
+
"endpoints" : {
|
|
10460
|
+
"us-iso-east-1" : { }
|
|
10461
|
+
}
|
|
10462
|
+
},
|
|
10457
10463
|
"runtime.sagemaker" : {
|
|
10458
10464
|
"endpoints" : {
|
|
10459
10465
|
"us-iso-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.489.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: 2021-08-
|
|
11
|
+
date: 2021-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|