aws-partitions 1.653.0 → 1.654.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.
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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4ad104cae1fdfa21c94d5d6de328d2d63e10cd5d878e8b5c81ed876fd492732
4
- data.tar.gz: 863213dae1521919dcf4164ce93bac8062b5641796d14732809f604303be398e
3
+ metadata.gz: d6c9f34df93a51bb92fef2cf400ad98cfb792058dfeff4e1cc221e56b1f623a0
4
+ data.tar.gz: e613eafec9e767558ea16a8a16ebe47d9efdad52499eecd2ca352e494ef02742
5
5
  SHA512:
6
- metadata.gz: 4cc3ea293bdf29f161b0b06fe0f12700083d85ad385f43f7c927e3d4ba2467b0aa985ef164a010d117ef1389511e5c1609b49dd75f0ae3a27014e1d69e57aeb6
7
- data.tar.gz: fdb139c0f9e8e4d0e5d6952c4fd4bf16e007e6830a7952f519de77913378243c85b7f2971ac1758b44099133cfeb9e556cad75cd8662aa7440308fb585329747
6
+ metadata.gz: 6f380f43b6443e5c299a511da87c4fdc65c82f60f36895bf51c6f55c11f24373d9b7f0321c1dbc8c40e2b891f2a6b025d7ea7ac15c51b80a870ee6e86da8e3ee
7
+ data.tar.gz: 9e169bdca516799274ae02fdee52908561d24ff5850e92817673e03aa3512ffc6f9119f6ca67b6566779489887b96bf5f5713388135e4210c7aeee48d65877b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.654.0 (2022-10-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.653.0 (2022-10-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.653.0
1
+ 1.654.0
data/partitions.json CHANGED
@@ -6367,6 +6367,7 @@
6367
6367
  "ap-south-1" : { },
6368
6368
  "ap-southeast-1" : { },
6369
6369
  "ap-southeast-2" : { },
6370
+ "ap-southeast-3" : { },
6370
6371
  "ca-central-1" : {
6371
6372
  "variants" : [ {
6372
6373
  "hostname" : "fsx-fips.ca-central-1.amazonaws.com",
@@ -12055,6 +12056,7 @@
12055
12056
  "ap-south-1" : { },
12056
12057
  "ap-southeast-1" : { },
12057
12058
  "ap-southeast-2" : { },
12059
+ "ap-southeast-3" : { },
12058
12060
  "ca-central-1" : {
12059
12061
  "variants" : [ {
12060
12062
  "tags" : [ "fips" ]
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.653.0
4
+ version: 1.654.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-10-28 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: