aws-partitions 1.593.0 → 1.594.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 -1
- data/partitions.json +7 -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: 8ed9ffce0b99755481f5d9688931e972d37d089d6581eb1f5c967224ee4fe130
|
|
4
|
+
data.tar.gz: bdab7e6a2cb6e9690b2959df649b4a98766ecd3ce0c2d2f145439b94103147cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b3d128fab4208b8e459b81506acb0de8f4677a91d21d2beca09c13bb8de207e9b831e6ff12e8d9d407e1585fea3eecd90838175b10e40555e4526dc9e5799e
|
|
7
|
+
data.tar.gz: 35328b7d709e86ad3a54000d3db85d2dcc0dd0743061c1a7dc133c9dc606158ca4f87e46bb47a2984029a35b6fdf73fede32929c4a74e0a56ef9bfd1ab3bd8ef
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.594.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -327,7 +327,7 @@ module Aws
|
|
|
327
327
|
'EKS' => 'eks',
|
|
328
328
|
'EMR' => 'elasticmapreduce',
|
|
329
329
|
'EMRContainers' => 'emr-containers',
|
|
330
|
-
'
|
|
330
|
+
'EMRServerless' => 'emr-serverless',
|
|
331
331
|
'ElastiCache' => 'elasticache',
|
|
332
332
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
333
333
|
'ElasticInference' => 'api.elastic-inference',
|
data/partitions.json
CHANGED
|
@@ -1699,6 +1699,7 @@
|
|
|
1699
1699
|
"ap-south-1" : { },
|
|
1700
1700
|
"ap-southeast-1" : { },
|
|
1701
1701
|
"ap-southeast-2" : { },
|
|
1702
|
+
"ap-southeast-3" : { },
|
|
1702
1703
|
"ca-central-1" : { },
|
|
1703
1704
|
"eu-central-1" : { },
|
|
1704
1705
|
"eu-north-1" : { },
|
|
@@ -8737,6 +8738,12 @@
|
|
|
8737
8738
|
},
|
|
8738
8739
|
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
|
8739
8740
|
},
|
|
8741
|
+
"ap-northeast-3" : {
|
|
8742
|
+
"credentialScope" : {
|
|
8743
|
+
"region" : "ap-northeast-3"
|
|
8744
|
+
},
|
|
8745
|
+
"hostname" : "oidc.ap-northeast-3.amazonaws.com"
|
|
8746
|
+
},
|
|
8740
8747
|
"ap-south-1" : {
|
|
8741
8748
|
"credentialScope" : {
|
|
8742
8749
|
"region" : "ap-south-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.594.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-05-
|
|
11
|
+
date: 2022-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|