aws-partitions 1.717.0 → 1.719.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +4 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99894cf8d50efc845813f78887103f05196f8f5f56819e39893a842975c3fddc
4
- data.tar.gz: 12ccfcf2b9cfd7dde273e12a9f279f4027d91653624ded0dc577812b1c39258f
3
+ metadata.gz: ec95537b49127a966a961d2f023c62eaca57740d867cb904ba64fbf951a286c0
4
+ data.tar.gz: ebd6115b22b8f3e39acca1b3a81b70e08862df5188681f0719ec65d66e3db553
5
5
  SHA512:
6
- metadata.gz: a6a247a4704490bf94816acabe511b0ebd3a971a64006fe239dfb57ba874a4eeff1ef57b2f59cd8ea93b101f4131ef0b453d41c17c56a9e18f8a53e6144accf4
7
- data.tar.gz: c125c8a0ba5c679fcf0248c291d88a0fb3265ebd31c00f14d71419e931ae39148d05e92a804506b32eb9bc9c62630a11dc84a40ecf88ce9bf0b939d07dafb69d
6
+ metadata.gz: 0ad911e604d09b579d0968532fea2e1fde41afd21a6152c4bb3213805e966bbf9892b4627960ce7e3300733aec83fa071529cfb581d9784c00e50ab1c506b8f4
7
+ data.tar.gz: 4c89f195384c7021610fec1a7c4354e9cba9676cd4415add8a068ee6667b294335887a0a094522b7f86fd6fd2c2fea059e033934b9fee449df9996cb227291c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.719.0 (2023-03-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.718.0 (2023-02-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.717.0 (2023-02-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.717.0
1
+ 1.719.0
data/partitions.json CHANGED
@@ -1666,6 +1666,9 @@
1666
1666
  "apprunner" : {
1667
1667
  "endpoints" : {
1668
1668
  "ap-northeast-1" : { },
1669
+ "ap-southeast-1" : { },
1670
+ "ap-southeast-2" : { },
1671
+ "eu-central-1" : { },
1669
1672
  "eu-west-1" : { },
1670
1673
  "fips-us-east-1" : {
1671
1674
  "credentialScope" : {
@@ -2855,6 +2858,7 @@
2855
2858
  "ap-south-1" : { },
2856
2859
  "ap-southeast-1" : { },
2857
2860
  "ap-southeast-2" : { },
2861
+ "ap-southeast-3" : { },
2858
2862
  "ca-central-1" : {
2859
2863
  "variants" : [ {
2860
2864
  "hostname" : "codecommit-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.717.0
4
+ version: 1.719.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: 2023-02-27 00:00:00.000000000 Z
11
+ date: 2023-03-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: