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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94a394d7e226d3e01c40321ed1b4474fd4ea6996485654a09551727255572b32
4
- data.tar.gz: 6409b60129fe098013cec1b2f36a61db971db4722c2309cc38cc76651ff096d4
3
+ metadata.gz: 8ed9ffce0b99755481f5d9688931e972d37d089d6581eb1f5c967224ee4fe130
4
+ data.tar.gz: bdab7e6a2cb6e9690b2959df649b4a98766ecd3ce0c2d2f145439b94103147cd
5
5
  SHA512:
6
- metadata.gz: 90e762d4e681a300262dc8290642eb4514f3335fc8fa57697b55537dd634117e991c79c7505ad7f32d72c9fe7ab474b0caeef5e8c40be2313f21208af07ebe6d
7
- data.tar.gz: b70a26182c01ab73a48dd9f5952f6ef2730c4160d8ed0c32a9d731fe91c043c22681c1eefb61a4970c5c76822987bc9d87418b5c410f00f35c6bbf567a51673d
6
+ metadata.gz: 13b3d128fab4208b8e459b81506acb0de8f4677a91d21d2beca09c13bb8de207e9b831e6ff12e8d9d407e1585fea3eecd90838175b10e40555e4526dc9e5799e
7
+ data.tar.gz: 35328b7d709e86ad3a54000d3db85d2dcc0dd0743061c1a7dc133c9dc606158ca4f87e46bb47a2984029a35b6fdf73fede32929c4a74e0a56ef9bfd1ab3bd8ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.594.0 (2022-05-27)
5
+ ------------------
6
+
7
+ * Feature - Added support for enumerating regions for `Aws::EMRServerless`.
8
+
4
9
  1.593.0 (2022-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.593.0
1
+ 1.594.0
@@ -327,7 +327,7 @@ module Aws
327
327
  'EKS' => 'eks',
328
328
  'EMR' => 'elasticmapreduce',
329
329
  'EMRContainers' => 'emr-containers',
330
- 'EMRServerlessWebService' => 'emr-serverless',
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.593.0
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-26 00:00:00.000000000 Z
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: