aws-partitions 1.999.0 → 1.1000.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 +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +23 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f32ba4dbd362edce386b0b72a8adeb9880539b23c3e4e28d49a555fc641ae14
4
- data.tar.gz: 53c5de4c4f844ef2ffbe6273f02a314a2a9e999a410c160f22eb89cbaf9f1742
3
+ metadata.gz: c2679a761fbbeeace62ca7f18ec93286b38bc4eca227d2c3d857f54ec79a4cba
4
+ data.tar.gz: c793ccff01fd9e313a024c0a567e5d229435f8f25a441a47415d72b0505870ce
5
5
  SHA512:
6
- metadata.gz: 85a311d177d82e622bce8cc429542de799ab70232cdd1b30b155d33632dcf84aa8499703473696694e496aeb551bc1526acd53eb1f13e0cd92348a4a00dc7752
7
- data.tar.gz: e9745dacc829c7a84b8b64793b61b3d5bf363c294cdeba33a5e06a09cb8b05c1473aeac0202c872d299e70906b39a83fe4e2f8d8ca8e96796325f399ef36743f
6
+ metadata.gz: 797537eb7fbde78480c211d0861bc98788b42687451b3f60efb55d271e46c3bce40ce1471cf065b68794da9a2bbd9007bec55710c2d46f034f9aa2092668543c
7
+ data.tar.gz: 69e2a71c71c8a5781303cb1ff291008ded5c88c80dea3cbc527507234b31c2e20e86c61841d846959236b247a441f51ef768e55103ca5a7063806f2b333c0664
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1000.0 (2024-10-31)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.999.0 (2024-10-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.999.0
1
+ 1.1000.0
data/partitions.json CHANGED
@@ -20929,7 +20929,12 @@
20929
20929
  "tags" : [ "dualstack" ]
20930
20930
  } ]
20931
20931
  },
20932
- "eu-south-2" : { },
20932
+ "eu-south-2" : {
20933
+ "variants" : [ {
20934
+ "hostname" : "textract.eu-south-2.api.aws",
20935
+ "tags" : [ "dualstack" ]
20936
+ } ]
20937
+ },
20933
20938
  "eu-west-1" : {
20934
20939
  "variants" : [ {
20935
20940
  "hostname" : "textract.eu-west-1.api.aws",
@@ -22250,6 +22255,16 @@
22250
22255
  "tags" : [ "fips" ]
22251
22256
  } ]
22252
22257
  },
22258
+ "ap-southeast-5" : {
22259
+ "credentialScope" : {
22260
+ "region" : "ap-southeast-5"
22261
+ },
22262
+ "hostname" : "wafv2.ap-southeast-5.amazonaws.com",
22263
+ "variants" : [ {
22264
+ "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com",
22265
+ "tags" : [ "fips" ]
22266
+ } ]
22267
+ },
22253
22268
  "ca-central-1" : {
22254
22269
  "credentialScope" : {
22255
22270
  "region" : "ca-central-1"
@@ -22427,6 +22442,13 @@
22427
22442
  "deprecated" : true,
22428
22443
  "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
22429
22444
  },
22445
+ "fips-ap-southeast-5" : {
22446
+ "credentialScope" : {
22447
+ "region" : "ap-southeast-5"
22448
+ },
22449
+ "deprecated" : true,
22450
+ "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
22451
+ },
22430
22452
  "fips-ca-central-1" : {
22431
22453
  "credentialScope" : {
22432
22454
  "region" : "ca-central-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.999.0
4
+ version: 1.1000.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: 2024-10-30 00:00:00.000000000 Z
11
+ date: 2024-10-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: