aws-partitions 1.615.0 → 1.616.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 +25 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83ca69169e4a3db8cdf0477d745b7eec1e194f09fce53e5357274bbe2bd0ac29
4
- data.tar.gz: 0fe214a1a992128acc75b1b80c2ccc0e824c6620bd09b19b857b8dd1705bf385
3
+ metadata.gz: 185c24c506000ca929742d2118a05bdb493e1c8c71ba342954e9fdb0d15a9291
4
+ data.tar.gz: b5ea4ee2e203b0e4a667d0301052af09e3654e9fe34b31e30fbbbe8deac5d0d3
5
5
  SHA512:
6
- metadata.gz: d0fa89423b1d23c1504801403435c5df91fe0d4176bfbef404561fdf59bf5acd96545a12474d5bcdf91b953047b9b35661ef43bb5d162c088d64225dcfa30582
7
- data.tar.gz: 22b0320eb05c6229832927bcfd7f57dab3951a6a1f849ff5e6511e413c123e5e18cadeb5c88e07b4ac9be2551efede4efe208e2bad7a36c8c9fff32be5dbbced
6
+ metadata.gz: 1ff703210693772536db37f2e41061f14908fc69d8334457276fbf6a4f448333f8e8adf88cdde0dc266dc829633a1143a8ae2014c1c1cdd66f52766a0e9dd87e
7
+ data.tar.gz: ecae0064ee0f180b8b030e88d158fe21f4c2786d1b1dd051d79b82cef7c6e5cda306e57ddd0ae8bf6a29095dae2e1ddace6cfd064367ffe6bcd1e2b3a4a841b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.616.0 (2022-08-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.615.0 (2022-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.615.0
1
+ 1.616.0
data/partitions.json CHANGED
@@ -1310,6 +1310,12 @@
1310
1310
  "tags" : [ "dualstack" ]
1311
1311
  } ]
1312
1312
  },
1313
+ "ap-northeast-3" : {
1314
+ "variants" : [ {
1315
+ "hostname" : "appmesh.ap-northeast-3.api.aws",
1316
+ "tags" : [ "dualstack" ]
1317
+ } ]
1318
+ },
1313
1319
  "ap-south-1" : {
1314
1320
  "variants" : [ {
1315
1321
  "hostname" : "appmesh.ap-south-1.api.aws",
@@ -1328,6 +1334,12 @@
1328
1334
  "tags" : [ "dualstack" ]
1329
1335
  } ]
1330
1336
  },
1337
+ "ap-southeast-3" : {
1338
+ "variants" : [ {
1339
+ "hostname" : "appmesh.ap-southeast-3.api.aws",
1340
+ "tags" : [ "dualstack" ]
1341
+ } ]
1342
+ },
1331
1343
  "ca-central-1" : {
1332
1344
  "variants" : [ {
1333
1345
  "hostname" : "appmesh.ca-central-1.api.aws",
@@ -6079,6 +6091,19 @@
6079
6091
  "us-east-1" : { }
6080
6092
  }
6081
6093
  },
6094
+ "geo" : {
6095
+ "endpoints" : {
6096
+ "ap-northeast-1" : { },
6097
+ "ap-southeast-1" : { },
6098
+ "ap-southeast-2" : { },
6099
+ "eu-central-1" : { },
6100
+ "eu-north-1" : { },
6101
+ "eu-west-1" : { },
6102
+ "us-east-1" : { },
6103
+ "us-east-2" : { },
6104
+ "us-west-2" : { }
6105
+ }
6106
+ },
6082
6107
  "glacier" : {
6083
6108
  "defaults" : {
6084
6109
  "protocols" : [ "http", "https" ]
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.615.0
4
+ version: 1.616.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-08-04 00:00:00.000000000 Z
11
+ date: 2022-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: