aws-partitions 1.755.0 → 1.756.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +10 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e20780f43909b1147ef148a1aaa2b1407db8d87454d7081c564da7478556c60e
4
- data.tar.gz: 87ea0390560b82104a62d63dd19bad625453a77426e3fda9e1b8cdf5b2a158c2
3
+ metadata.gz: 02c4a04bb8912b8f67ca087d991c55fb3796560e13a64f1a1557b02ad6482005
4
+ data.tar.gz: 8ff851a6fa1c3780ebc361ab47aba509d1815177cbde0fba2ed859fd28c8a175
5
5
  SHA512:
6
- metadata.gz: f71d357a5a532848c738d657511ac2b8227a4e5f2bdefc9ad65aed21d938767ae13ccec5c6467d05dba285598d0a394f4b061deaa7c3dcd275db21360952b415
7
- data.tar.gz: '084cfae44adc9575e707d2a1124ecba68504926a272748d26733936354073532bee0c19a093e5e0a5b1ce6ccd6e1472455f8e29ea4d84f70a351af1659ff6760'
6
+ metadata.gz: 99f68ac2dd9c3b0743cd03c566ea727dc56b3a89c60c1413d3ab2e1d811052e55488a3717813555031ab4a89ba1a801f1d072ba52ca46ab494dfb9b85080b63f
7
+ data.tar.gz: aca756bae77c82bcdb0d2621162c0272b71196dfb1678139d1ba1ac14bd57e1169bb6faafd551f0d8cb519d94c96a43770c972d3aaabe113dd4e94b12d68aba0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.756.0 (2023-04-27)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.755.0 (2023-04-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.755.0
1
+ 1.756.0
data/partitions.json CHANGED
@@ -23062,6 +23062,11 @@
23062
23062
  "us-iso-west-1" : { }
23063
23063
  }
23064
23064
  },
23065
+ "athena" : {
23066
+ "endpoints" : {
23067
+ "us-iso-east-1" : { }
23068
+ }
23069
+ },
23065
23070
  "autoscaling" : {
23066
23071
  "endpoints" : {
23067
23072
  "us-iso-east-1" : {
@@ -23898,6 +23903,11 @@
23898
23903
  "us-isob-east-1" : { }
23899
23904
  }
23900
23905
  },
23906
+ "secretsmanager" : {
23907
+ "endpoints" : {
23908
+ "us-isob-east-1" : { }
23909
+ }
23910
+ },
23901
23911
  "snowball" : {
23902
23912
  "endpoints" : {
23903
23913
  "us-isob-east-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.755.0
4
+ version: 1.756.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-26 00:00:00.000000000 Z
11
+ date: 2023-04-27 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: