aws-partitions 1.917.0 → 1.919.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +16 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad66e9f3fdef93f2a729e651559bf0096b417df6b7b8b73990b2c2b5a7bfe4e3
4
- data.tar.gz: c2fdba4b00fa05b9f37ba66a420d86b9c28548d57e03d38cdcd6cd919a909df1
3
+ metadata.gz: ef0af3d8ea392c6b3ee458a9c1ff1f122fff0c71cf9119b3d785de7cfd136cb5
4
+ data.tar.gz: 85a908f01cb0a1e0ddae5d031b2f45459e4c4153276e83b5998bfee06aaff074
5
5
  SHA512:
6
- metadata.gz: 2c6cca3e8fb721572c6d95f8a7ca9e27b4d854b93dc4de4d2f1797401bdd5802b474ff8bf7f5d8748b4574f942cfa9f1ad352e64085d743bc8c36291203a9f65
7
- data.tar.gz: 8977a69a0d2f48798f2f60cc812149e5f19e8a436717d735ab690a9d0d69aa324d930d07585af33728b20cdab0e62d6d8437a873def2c4bd93818b468a2baf6b
6
+ metadata.gz: 4af8e0a4b63c9161d3dbaacd7bbb79fb97419ff8cc0b08736ff9b8dc50afded768442eabf30d00fd5eac399a776e1670cee48a70cbed9de658f1631d80c2ac44
7
+ data.tar.gz: 164591f3656740209be44f1b8563d5e2c20929dfc283ba8e5bf76607da4cd76bb4ab0301d6fceb0da254a7c292f68fa55f51c0d07f469868d86540f6ea6e7272
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.919.0 (2024-04-24)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.918.0 (2024-04-23)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.917.0 (2024-04-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.917.0
1
+ 1.919.0
data/partitions.json CHANGED
@@ -15065,16 +15065,21 @@
15065
15065
  "ap-northeast-2" : { },
15066
15066
  "ap-northeast-3" : { },
15067
15067
  "ap-south-1" : { },
15068
+ "ap-south-2" : { },
15068
15069
  "ap-southeast-1" : { },
15069
15070
  "ap-southeast-2" : { },
15070
15071
  "ap-southeast-3" : { },
15072
+ "ap-southeast-4" : { },
15071
15073
  "ca-central-1" : { },
15072
15074
  "eu-central-1" : { },
15075
+ "eu-central-2" : { },
15073
15076
  "eu-north-1" : { },
15074
15077
  "eu-south-1" : { },
15078
+ "eu-south-2" : { },
15075
15079
  "eu-west-1" : { },
15076
15080
  "eu-west-2" : { },
15077
15081
  "eu-west-3" : { },
15082
+ "me-central-1" : { },
15078
15083
  "me-south-1" : { },
15079
15084
  "sa-east-1" : { },
15080
15085
  "us-east-1" : { },
@@ -21251,6 +21256,17 @@
21251
21256
  "cn-northwest-1" : { }
21252
21257
  }
21253
21258
  },
21259
+ "entitlement.marketplace" : {
21260
+ "endpoints" : {
21261
+ "cn-northwest-1" : {
21262
+ "credentialScope" : {
21263
+ "region" : "cn-northwest-1"
21264
+ },
21265
+ "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
21266
+ "protocols" : [ "HTTPS" ]
21267
+ }
21268
+ }
21269
+ },
21254
21270
  "es" : {
21255
21271
  "endpoints" : {
21256
21272
  "cn-north-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.917.0
4
+ version: 1.919.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: 2024-04-22 00:00:00.000000000 Z
11
+ date: 2024-04-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: