aws-partitions 1.610.0 → 1.613.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 +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +16 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aaa85000add6e0df0badb0bde6e20338f2e2321170899eb05ebd9b3ca716956c
4
- data.tar.gz: 1ee9358bba7d162280507b28070ecc2b9b708d2321b6f11f01002aa2c7aa4528
3
+ metadata.gz: 20ee58afbe4b1a488f6a98376cfa038fd37758faafcf3b26bea047347c896c1b
4
+ data.tar.gz: 2599d4d5c55fb1ef8eef46fab8e71113bc25b5d8876eee8c4ac82e829b37dc74
5
5
  SHA512:
6
- metadata.gz: e701041b2bdda5da6e88b14c29bb178cb28f93d34c42a0a34231ab0d02903a5a4f6c1bb683dd974e57c956912d73307b3b959f75b0b63a8bb11ce7462bb5f642
7
- data.tar.gz: 45a185001d33db977ca2ddd89162a0b2b659796058c3e338af1971a66063b04b2fd46d27f412cc20e2e41e27e9d479bbe1692f3ce710edfc5d6860463973b198
6
+ metadata.gz: dfeb52cbdb656138edf5d43c14ac6410b8235f5b3cf25d8da4d23be6b51b4f38906fca8b72a3deb8ab1954dc33a9e72c42d5e795550e07ec39923c87968e5f80
7
+ data.tar.gz: d965b3485e919c55874d53a835698ae3a5f3bb140181332f6b51922fa6e94caec10b8f49cadc68f575dd68c19d474694d033340bcdf0b2d5e347173537f3c5f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.613.0 (2022-07-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.612.0 (2022-07-28)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.611.0 (2022-07-27)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.610.0 (2022-07-22)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.610.0
1
+ 1.613.0
data/partitions.json CHANGED
@@ -6299,6 +6299,7 @@
6299
6299
  "endpoints" : {
6300
6300
  "af-south-1" : { },
6301
6301
  "ap-northeast-2" : { },
6302
+ "ap-southeast-1" : { },
6302
6303
  "ap-southeast-2" : { },
6303
6304
  "eu-central-1" : { },
6304
6305
  "eu-north-1" : { },
@@ -9167,6 +9168,7 @@
9167
9168
  "ap-south-1" : { },
9168
9169
  "ap-southeast-1" : { },
9169
9170
  "ap-southeast-2" : { },
9171
+ "ap-southeast-3" : { },
9170
9172
  "ca-central-1" : {
9171
9173
  "variants" : [ {
9172
9174
  "hostname" : "outposts-fips.ca-central-1.amazonaws.com",
@@ -11555,9 +11557,11 @@
11555
11557
  "ap-east-1" : { },
11556
11558
  "ap-northeast-1" : { },
11557
11559
  "ap-northeast-2" : { },
11560
+ "ap-northeast-3" : { },
11558
11561
  "ap-south-1" : { },
11559
11562
  "ap-southeast-1" : { },
11560
11563
  "ap-southeast-2" : { },
11564
+ "ap-southeast-3" : { },
11561
11565
  "ca-central-1" : {
11562
11566
  "variants" : [ {
11563
11567
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
@@ -14700,8 +14704,18 @@
14700
14704
  },
14701
14705
  "firehose" : {
14702
14706
  "endpoints" : {
14703
- "cn-north-1" : { },
14704
- "cn-northwest-1" : { }
14707
+ "cn-north-1" : {
14708
+ "variants" : [ {
14709
+ "hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
14710
+ "tags" : [ "dualstack" ]
14711
+ } ]
14712
+ },
14713
+ "cn-northwest-1" : {
14714
+ "variants" : [ {
14715
+ "hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
14716
+ "tags" : [ "dualstack" ]
14717
+ } ]
14718
+ }
14705
14719
  }
14706
14720
  },
14707
14721
  "fms" : {
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.610.0
4
+ version: 1.613.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-07-22 00:00:00.000000000 Z
11
+ date: 2022-07-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: