aws-partitions 1.742.0 → 1.743.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 +7 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b298ef7e68bc2d8228bb0e63027d9f223965fb2f9744093033196c3418f5fc3
4
- data.tar.gz: 5a41a5ab8f4af0321c68ab0530b0ced2c4f0894656e160eed7c18a728d1ba490
3
+ metadata.gz: '08c34e9c620580ba4f94a6b1eddd1c8b35457d82e28577c21ae86ea5d73b7a24'
4
+ data.tar.gz: 9e78ed1ed93e147074ede3e1796d44a0d033112b63d0cc2d5b8f0a1f5923723b
5
5
  SHA512:
6
- metadata.gz: d6e06c965ff2394a23b52e208591f9899cfc34f5874a2f53beb5eca2885553d5267d9f33b0c00a5d98db367745c85594b80622f9b9296993dcda76971fc722c9
7
- data.tar.gz: e8f7d9f4b753430079e8aa2d317d76c0b0e20e44d5f425527467a404950149d62c3e5a7762c34eedb992efb06fae260a963cc0389a0166fb5b441c1696221332
6
+ metadata.gz: 298aee7b7ec4d358936d1e54581f7d0fb36fdd6a6a8a986c6cb26df61c280c904cf5229efe2911c9f668382ca7aa2b22a5b51cc9dfbf7a0e239b6a6542fab19c
7
+ data.tar.gz: ec660d6cdc27b1ac7b2c655b52698fd671d93bf314106f56997af490f6ea1cc283320ee6caa8818dd9caf4e847df5c7aa44e121938aa5b4c70b9ba08c1a73a2d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.743.0 (2023-04-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.742.0 (2023-04-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.742.0
1
+ 1.743.0
data/partitions.json CHANGED
@@ -1069,6 +1069,7 @@
1069
1069
  "ap-northeast-2" : { },
1070
1070
  "ap-northeast-3" : { },
1071
1071
  "ap-south-1" : { },
1072
+ "ap-south-2" : { },
1072
1073
  "ap-southeast-1" : { },
1073
1074
  "ap-southeast-2" : { },
1074
1075
  "ap-southeast-3" : { },
@@ -7124,8 +7125,10 @@
7124
7125
  "ap-southeast-3" : { },
7125
7126
  "ca-central-1" : { },
7126
7127
  "eu-central-1" : { },
7128
+ "eu-central-2" : { },
7127
7129
  "eu-north-1" : { },
7128
7130
  "eu-south-1" : { },
7131
+ "eu-south-2" : { },
7129
7132
  "eu-west-1" : { },
7130
7133
  "eu-west-2" : { },
7131
7134
  "eu-west-3" : { },
@@ -8671,13 +8674,16 @@
8671
8674
  "ap-northeast-2" : { },
8672
8675
  "ap-northeast-3" : { },
8673
8676
  "ap-south-1" : { },
8677
+ "ap-south-2" : { },
8674
8678
  "ap-southeast-1" : { },
8675
8679
  "ap-southeast-2" : { },
8676
8680
  "ap-southeast-3" : { },
8677
8681
  "ca-central-1" : { },
8678
8682
  "eu-central-1" : { },
8683
+ "eu-central-2" : { },
8679
8684
  "eu-north-1" : { },
8680
8685
  "eu-south-1" : { },
8686
+ "eu-south-2" : { },
8681
8687
  "eu-west-1" : { },
8682
8688
  "eu-west-2" : { },
8683
8689
  "eu-west-3" : { },
@@ -11325,6 +11331,7 @@
11325
11331
  "ap-east-1" : { },
11326
11332
  "ap-northeast-1" : { },
11327
11333
  "ap-northeast-2" : { },
11334
+ "ap-northeast-3" : { },
11328
11335
  "ap-south-1" : { },
11329
11336
  "ap-southeast-1" : { },
11330
11337
  "ap-southeast-2" : { },
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.742.0
4
+ version: 1.743.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-04-05 00:00:00.000000000 Z
11
+ date: 2023-04-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: