aws-partitions 1.917.0 → 1.918.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 +11 -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: d240daf1a47c66ed17e5535f4dc0b0f464bd4459e60f798012a85534dfdc06e2
4
+ data.tar.gz: be3c2679eab5b235a6f77d326e026b61f3553cfcedde82b9311d374d415b7003
5
5
  SHA512:
6
- metadata.gz: 2c6cca3e8fb721572c6d95f8a7ca9e27b4d854b93dc4de4d2f1797401bdd5802b474ff8bf7f5d8748b4574f942cfa9f1ad352e64085d743bc8c36291203a9f65
7
- data.tar.gz: 8977a69a0d2f48798f2f60cc812149e5f19e8a436717d735ab690a9d0d69aa324d930d07585af33728b20cdab0e62d6d8437a873def2c4bd93818b468a2baf6b
6
+ metadata.gz: 237c0f95b33d20938a28f14227a3d0ecbc5f216aad480c17fb6e356eca61b8f654997b2ee690aa232f560f210e1749956bbd089ad966a9f4084c121c976d7673
7
+ data.tar.gz: 529f41a870f4b5e75cf41ac7c95bddeab5e17421bf47cf9ed53520ecb71d77d58bbb0ec09c9259bee9182411e5c0a9b805e1ef17ee5cf1630ffb4916464519cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.918.0 (2024-04-23)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.917.0 (2024-04-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.917.0
1
+ 1.918.0
data/partitions.json CHANGED
@@ -21251,6 +21251,17 @@
21251
21251
  "cn-northwest-1" : { }
21252
21252
  }
21253
21253
  },
21254
+ "entitlement.marketplace" : {
21255
+ "endpoints" : {
21256
+ "cn-northwest-1" : {
21257
+ "credentialScope" : {
21258
+ "region" : "cn-northwest-1"
21259
+ },
21260
+ "hostname" : "entitlement-marketplace.cn-northwest-1.amazonaws.com.cn",
21261
+ "protocols" : [ "HTTPS" ]
21262
+ }
21263
+ }
21264
+ },
21254
21265
  "es" : {
21255
21266
  "endpoints" : {
21256
21267
  "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.918.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-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: