aws-partitions 1.633.0 → 1.634.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +17 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49fa5e02bfaef9249ccec03375ef8ff0c97fe6a0221b5100db7c906d515f7706
4
- data.tar.gz: 318a11b0fac0d933b0e880002d1f4da53cee21e2def104c3674b6310d0de04f5
3
+ metadata.gz: 3426a0d602e68096646e1dbbfbd7d93089bb22da617e372c32a77bb978409bb5
4
+ data.tar.gz: 2144ed4631a4bd5563c7f5ffa0f54a6f7e3e40dcf2e29f0e2102f38ff8349018
5
5
  SHA512:
6
- metadata.gz: 5644f78ec18d19bfc4021e7ad750a5645657d2f89ba108d4d04a8d36cd923e07c0950cc4f3fd46457b3481df20cdafd54eb3b0567299f45c2704edbdd602079c
7
- data.tar.gz: 677da71109ba665437487b4171f0c9f475c517309a7610572616198f6925af5da555ddebf3688f335d66998a1555b76c1bd2dd043d8ab3d654ea77589ca55a00
6
+ metadata.gz: ae81e0e695bda77b4eee2aded70cd0fc374c1a76fdb54f63f2db7404a10f4c38ed0b1fb208d2b845762069597468a3705acdc8ff581c5f28ac19b8db758e185f
7
+ data.tar.gz: ac3edc2fc880a39da9debc5a19644cd2901f62c1049066b60d71a279130304cf098fb45af971ea88965bcb55849145a7946914c742ee66a5420b53481bf65aea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.634.0 (2022-09-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.633.0 (2022-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.633.0
1
+ 1.634.0
data/partitions.json CHANGED
@@ -4151,6 +4151,7 @@
4151
4151
  "ap-south-1" : { },
4152
4152
  "ap-southeast-1" : { },
4153
4153
  "ap-southeast-2" : { },
4154
+ "ap-southeast-3" : { },
4154
4155
  "ca-central-1" : { },
4155
4156
  "eu-central-1" : { },
4156
4157
  "eu-north-1" : { },
@@ -5476,6 +5477,8 @@
5476
5477
  "emr-serverless" : {
5477
5478
  "endpoints" : {
5478
5479
  "ap-northeast-1" : { },
5480
+ "ap-southeast-1" : { },
5481
+ "eu-central-1" : { },
5479
5482
  "eu-west-1" : { },
5480
5483
  "fips-us-east-1" : {
5481
5484
  "credentialScope" : {
@@ -5484,6 +5487,13 @@
5484
5487
  "deprecated" : true,
5485
5488
  "hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
5486
5489
  },
5490
+ "fips-us-east-2" : {
5491
+ "credentialScope" : {
5492
+ "region" : "us-east-2"
5493
+ },
5494
+ "deprecated" : true,
5495
+ "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com"
5496
+ },
5487
5497
  "fips-us-west-2" : {
5488
5498
  "credentialScope" : {
5489
5499
  "region" : "us-west-2"
@@ -5497,6 +5507,12 @@
5497
5507
  "tags" : [ "fips" ]
5498
5508
  } ]
5499
5509
  },
5510
+ "us-east-2" : {
5511
+ "variants" : [ {
5512
+ "hostname" : "emr-serverless-fips.us-east-2.amazonaws.com",
5513
+ "tags" : [ "fips" ]
5514
+ } ]
5515
+ },
5500
5516
  "us-west-2" : {
5501
5517
  "variants" : [ {
5502
5518
  "hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
@@ -10247,6 +10263,7 @@
10247
10263
  "ap-south-1" : { },
10248
10264
  "ap-southeast-1" : { },
10249
10265
  "ap-southeast-2" : { },
10266
+ "ap-southeast-3" : { },
10250
10267
  "ca-central-1" : {
10251
10268
  "variants" : [ {
10252
10269
  "hostname" : "rbin-fips.ca-central-1.amazonaws.com",
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.633.0
4
+ version: 1.634.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-09-20 00:00:00.000000000 Z
11
+ date: 2022-09-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: