aws-partitions 1.593.0 → 1.595.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: 065a60825978826ffd38649999839c4ed22a3742f697c027cd9aaf25635a24b5
4
+ data.tar.gz: 4dba4a3673254977ad2921215806efac6ba769eea4d7d135bb50f4d5c9994fa1
5
5
  SHA512:
6
- metadata.gz: 90e762d4e681a300262dc8290642eb4514f3335fc8fa57697b55537dd634117e991c79c7505ad7f32d72c9fe7ab474b0caeef5e8c40be2313f21208af07ebe6d
7
- data.tar.gz: b70a26182c01ab73a48dd9f5952f6ef2730c4160d8ed0c32a9d731fe91c043c22681c1eefb61a4970c5c76822987bc9d87418b5c410f00f35c6bbf567a51673d
6
+ metadata.gz: 94315d13776751e715eed3eeb956c56a8c63abb6fa70f7dfcf2298f36890c433d934c47d8900f0085a66586b9e997c792a6d677f8f6723969f033127f19015a3
7
+ data.tar.gz: 2c7f1b2f6598f10a592f124f698baec9410837410effbd37368c95d04f1c883975af32b59efa93cca577409f9cdba550d530bc850dcb614576df1347a209667a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.595.0 (2022-05-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.594.0 (2022-05-27)
10
+ ------------------
11
+
12
+ * Feature - Added support for enumerating regions for `Aws::EMRServerless`.
13
+
4
14
  1.593.0 (2022-05-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.593.0
1
+ 1.595.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
@@ -1114,7 +1114,9 @@
1114
1114
  },
1115
1115
  "app-integrations" : {
1116
1116
  "endpoints" : {
1117
+ "af-south-1" : { },
1117
1118
  "ap-northeast-1" : { },
1119
+ "ap-northeast-2" : { },
1118
1120
  "ap-southeast-1" : { },
1119
1121
  "ap-southeast-2" : { },
1120
1122
  "ca-central-1" : { },
@@ -1699,6 +1701,7 @@
1699
1701
  "ap-south-1" : { },
1700
1702
  "ap-southeast-1" : { },
1701
1703
  "ap-southeast-2" : { },
1704
+ "ap-southeast-3" : { },
1702
1705
  "ca-central-1" : { },
1703
1706
  "eu-central-1" : { },
1704
1707
  "eu-north-1" : { },
@@ -8737,6 +8740,12 @@
8737
8740
  },
8738
8741
  "hostname" : "oidc.ap-northeast-2.amazonaws.com"
8739
8742
  },
8743
+ "ap-northeast-3" : {
8744
+ "credentialScope" : {
8745
+ "region" : "ap-northeast-3"
8746
+ },
8747
+ "hostname" : "oidc.ap-northeast-3.amazonaws.com"
8748
+ },
8740
8749
  "ap-south-1" : {
8741
8750
  "credentialScope" : {
8742
8751
  "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.595.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-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: