aws-partitions 1.728.0 → 1.730.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +32 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4572f0f470d413368f74980332e0dbbde6d22547a173a1ef310c568e8681c152
4
- data.tar.gz: e001ecddabf65d58a3d18a2d3e8ca73f40902f848cb467ea6b0275dded18b567
3
+ metadata.gz: edde9ac153e4088b91f85d7a5b2cb0e0ff6b404ff6e218ea502aeec092e475ed
4
+ data.tar.gz: c97e16a1b57ceffaa1a088668da5b8805cf7d96f5288b5c21d7b75f78aff2b79
5
5
  SHA512:
6
- metadata.gz: cc6fc02f9715e537132dd64a4147e2d05acac3019aca6dc4ffa5d4b6e646909137689fa8328c9010687e2f2903ff5ae2f9fc7a499225b02377734d1774c055db
7
- data.tar.gz: 8c710ceb8f903eabbf01463937292b3d8349a3e3963a9b2192188f14cc94191746f7bf3cf052768a96b4621d05691c72926069bb078c590a5bf6c7941e693fd0
6
+ metadata.gz: 41d6dc948a1218960a988a6613fc4bb81ace04d8b728164564db1f586563a3aa715d8fec9f1fc2d086feef0f2deb93c9148bd1ceef32ea75727fc218bbe8c381
7
+ data.tar.gz: 423aab11a4f1b2e3e7d391e56e5bf865fae8a6da5b7ed4fdcb9bed1d45c3dc1cf8c377696165c886ea14d1bd1ca295a26b0be5545b81a8dedff33ca58874ee5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.730.0 (2023-03-17)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.729.0 (2023-03-16)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.728.0 (2023-03-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.728.0
1
+ 1.730.0
data/partitions.json CHANGED
@@ -13817,6 +13817,12 @@
13817
13817
  "tags" : [ "dualstack" ]
13818
13818
  } ]
13819
13819
  },
13820
+ "ap-southeast-4" : {
13821
+ "variants" : [ {
13822
+ "hostname" : "servicediscovery.ap-southeast-4.amazonaws.com",
13823
+ "tags" : [ "dualstack" ]
13824
+ } ]
13825
+ },
13820
13826
  "ca-central-1" : {
13821
13827
  "variants" : [ {
13822
13828
  "hostname" : "servicediscovery-fips.ca-central-1.amazonaws.com",
@@ -19194,8 +19200,32 @@
19194
19200
  },
19195
19201
  "dlm" : {
19196
19202
  "endpoints" : {
19197
- "us-gov-east-1" : { },
19198
- "us-gov-west-1" : { }
19203
+ "us-gov-east-1" : {
19204
+ "variants" : [ {
19205
+ "hostname" : "dlm.us-gov-east-1.amazonaws.com",
19206
+ "tags" : [ "fips" ]
19207
+ } ]
19208
+ },
19209
+ "us-gov-east-1-fips" : {
19210
+ "credentialScope" : {
19211
+ "region" : "us-gov-east-1"
19212
+ },
19213
+ "deprecated" : true,
19214
+ "hostname" : "dlm.us-gov-east-1.amazonaws.com"
19215
+ },
19216
+ "us-gov-west-1" : {
19217
+ "variants" : [ {
19218
+ "hostname" : "dlm.us-gov-west-1.amazonaws.com",
19219
+ "tags" : [ "fips" ]
19220
+ } ]
19221
+ },
19222
+ "us-gov-west-1-fips" : {
19223
+ "credentialScope" : {
19224
+ "region" : "us-gov-west-1"
19225
+ },
19226
+ "deprecated" : true,
19227
+ "hostname" : "dlm.us-gov-west-1.amazonaws.com"
19228
+ }
19199
19229
  }
19200
19230
  },
19201
19231
  "dms" : {
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.728.0
4
+ version: 1.730.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-03-15 00:00:00.000000000 Z
11
+ date: 2023-03-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: