aws-partitions 1.589.0 → 1.590.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 +31 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f885b2f2e653f0c444d5e87a865e69aafe8a29a61d90244f3e3ad2446a25efed
4
- data.tar.gz: 1ee0868ff36985c51068aedd89083cd92f14652d42af253f098f6142f79932bd
3
+ metadata.gz: 898d7a641845df534d42b36c74c8b86ee12cd11b0155c3c97f2922d8dbddc6c4
4
+ data.tar.gz: b375be05964e9f760b2e19377dcf4463a545beb7b3ddc856b9ee65e6e2fe2dc5
5
5
  SHA512:
6
- metadata.gz: cd49b35a280294e125e9dc4b3663b43d9dd0788d1af261f985155af9c91449ab8110f5cbd2f49059f2595c8d9cbed7ab1743a6ee67a34b92a92713bec69a11ed
7
- data.tar.gz: 5e9509f0c1e899713aa57bf09c3645d3eed3f6ae9c150891a6612efe89dc05538d9334d2caf4f0a9d269795f561e15dcaf3e6cc7afbb9adf13695dc4600ccc44
6
+ metadata.gz: 8febe5e8300344677b31774ff70a068ada8e6190c7e1f41312221bc44712c183edc6e64a948afca43b7297390ce7bf0e760ff2552d52801f39834a241aaa6145
7
+ data.tar.gz: 84d51fc0f90fdace452ccb0f73d846e4aa7dadf52e607ec4fd11218993830f80b8ca50d30a77166509680461c2f327e9727426fd1da7935280c76c216cbb07b6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.590.0 (2022-05-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.589.0 (2022-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.589.0
1
+ 1.590.0
data/partitions.json CHANGED
@@ -9150,6 +9150,15 @@
9150
9150
  "us-west-2" : { }
9151
9151
  }
9152
9152
  },
9153
+ "proton" : {
9154
+ "endpoints" : {
9155
+ "ap-northeast-1" : { },
9156
+ "eu-west-1" : { },
9157
+ "us-east-1" : { },
9158
+ "us-east-2" : { },
9159
+ "us-west-2" : { }
9160
+ }
9161
+ },
9153
9162
  "qldb" : {
9154
9163
  "endpoints" : {
9155
9164
  "ap-northeast-1" : { },
@@ -13168,6 +13177,28 @@
13168
13177
  }
13169
13178
  }
13170
13179
  },
13180
+ "wellarchitected" : {
13181
+ "endpoints" : {
13182
+ "ap-east-1" : { },
13183
+ "ap-northeast-1" : { },
13184
+ "ap-northeast-2" : { },
13185
+ "ap-south-1" : { },
13186
+ "ap-southeast-1" : { },
13187
+ "ap-southeast-2" : { },
13188
+ "ca-central-1" : { },
13189
+ "eu-central-1" : { },
13190
+ "eu-north-1" : { },
13191
+ "eu-west-1" : { },
13192
+ "eu-west-2" : { },
13193
+ "eu-west-3" : { },
13194
+ "me-south-1" : { },
13195
+ "sa-east-1" : { },
13196
+ "us-east-1" : { },
13197
+ "us-east-2" : { },
13198
+ "us-west-1" : { },
13199
+ "us-west-2" : { }
13200
+ }
13201
+ },
13171
13202
  "wisdom" : {
13172
13203
  "endpoints" : {
13173
13204
  "ap-northeast-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.589.0
4
+ version: 1.590.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-19 00:00:00.000000000 Z
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: