aws-partitions 1.671.0 → 1.672.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 +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b851c7613cb44ad80fe027615480239f7e3502d49cbf213ae7684b4c35284a0
4
- data.tar.gz: 231fbb1c4121b7a0c159074f1d78029b415b2059535f9c9b558cf9c995699b75
3
+ metadata.gz: de71e91c796ae69804a867583b4195848bc2ea5857b01f39f614476c01bd43be
4
+ data.tar.gz: 15db661b879617742c0ec7482a6c16623c9dc50bbbfe3c733f21686d7d7219f6
5
5
  SHA512:
6
- metadata.gz: 8c7dd543117150fccc29998f6e6d4abd032ae905005c1ff12f542d94d4eb2a2e58eeed092006680eb673c08d3052cb95781863b4e33da99eceb52e7963031bca
7
- data.tar.gz: 6f53ff2c6f8a90043a7a2eb68131a72679fb5ee7100a5bfa800adb9f78f43e0b263b2e70bef8a0fca3e112852cde085a6eacbb0cc5d6e5debf1d53552c217f9d
6
+ metadata.gz: cf79446feaa4d05792887b495cbf125d9b5ff3614cfe1ab7689f391da3ae0b23ec5e10ddf99ec819658da0eb015c814511c68a68dfadacea78436f7f094f0e6a
7
+ data.tar.gz: 295af3509a06b70dedbfbdbb6b53ca6bbcac44aefb39dc1dbce93d784dc180285a3a47ff8a0a9efac21c3380aaaa1a82f2a496eba0a34202bf0be2cb5955fedd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.672.0 (2022-12-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.671.0 (2022-12-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.671.0
1
+ 1.672.0
data/partitions.json CHANGED
@@ -3087,6 +3087,7 @@
3087
3087
  "ca-central-1" : { },
3088
3088
  "eu-central-1" : { },
3089
3089
  "eu-north-1" : { },
3090
+ "eu-south-1" : { },
3090
3091
  "eu-west-1" : { },
3091
3092
  "eu-west-2" : { },
3092
3093
  "eu-west-3" : { },
@@ -10022,6 +10023,7 @@
10022
10023
  "ap-south-1" : { },
10023
10024
  "ap-southeast-1" : { },
10024
10025
  "ap-southeast-2" : { },
10026
+ "ap-southeast-3" : { },
10025
10027
  "ca-central-1" : {
10026
10028
  "variants" : [ {
10027
10029
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -11624,6 +11626,7 @@
11624
11626
  },
11625
11627
  "resource-explorer-2" : {
11626
11628
  "defaults" : {
11629
+ "dnsSuffix" : "api.aws",
11627
11630
  "variants" : [ {
11628
11631
  "dnsSuffix" : "api.aws",
11629
11632
  "hostname" : "{service}-fips.{region}.{dnsSuffix}",
@@ -16717,6 +16720,7 @@
16717
16720
  },
16718
16721
  "resource-explorer-2" : {
16719
16722
  "defaults" : {
16723
+ "dnsSuffix" : "api.amazonwebservices.com.cn",
16720
16724
  "variants" : [ {
16721
16725
  "dnsSuffix" : "api.amazonwebservices.com.cn",
16722
16726
  "hostname" : "{service}-fips.{region}.{dnsSuffix}",
@@ -19785,6 +19789,7 @@
19785
19789
  },
19786
19790
  "resource-explorer-2" : {
19787
19791
  "defaults" : {
19792
+ "dnsSuffix" : "api.aws",
19788
19793
  "variants" : [ {
19789
19794
  "dnsSuffix" : "api.aws",
19790
19795
  "hostname" : "{service}-fips.{region}.{dnsSuffix}",
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.671.0
4
+ version: 1.672.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-12-05 00:00:00.000000000 Z
11
+ date: 2022-12-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: