aws-partitions 1.999.0 → 1.1001.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +24 -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: d4395f3821321cf182a8a33bcc41e6827d100af59173144012a40794da1dcf0d
4
+ data.tar.gz: 6798e349837f90521c48016a297f88710c84e247adce674a906fe22daffb4baf
5
5
  SHA512:
6
- metadata.gz: 85a311d177d82e622bce8cc429542de799ab70232cdd1b30b155d33632dcf84aa8499703473696694e496aeb551bc1526acd53eb1f13e0cd92348a4a00dc7752
7
- data.tar.gz: e9745dacc829c7a84b8b64793b61b3d5bf363c294cdeba33a5e06a09cb8b05c1473aeac0202c872d299e70906b39a83fe4e2f8d8ca8e96796325f399ef36743f
6
+ metadata.gz: 9a19f588925b5274496eb13d61b4ade26f63ed47b7458dd9f9e6c5b776ee7a0af0bfa6f8536f3f7d207635eac0173d3e9b1fa6928f9d14575e62ae4465e1dd35
7
+ data.tar.gz: 0b621ce2aeb121e6fcfb13c7fbaab5967833a41e81147516b9f2d2a697806d06362f819c0778267703da079e352608bde45a1898ac4df38835d7a7b9a01208f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1001.0 (2024-11-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.1000.0 (2024-10-31)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.999.0 (2024-10-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.999.0
1
+ 1.1001.0
data/partitions.json CHANGED
@@ -16192,6 +16192,7 @@
16192
16192
  "hostname" : "rekognition-fips.ca-central-1.amazonaws.com"
16193
16193
  },
16194
16194
  "eu-central-1" : { },
16195
+ "eu-south-2" : { },
16195
16196
  "eu-west-1" : { },
16196
16197
  "eu-west-2" : { },
16197
16198
  "il-central-1" : { },
@@ -20929,7 +20930,12 @@
20929
20930
  "tags" : [ "dualstack" ]
20930
20931
  } ]
20931
20932
  },
20932
- "eu-south-2" : { },
20933
+ "eu-south-2" : {
20934
+ "variants" : [ {
20935
+ "hostname" : "textract.eu-south-2.api.aws",
20936
+ "tags" : [ "dualstack" ]
20937
+ } ]
20938
+ },
20933
20939
  "eu-west-1" : {
20934
20940
  "variants" : [ {
20935
20941
  "hostname" : "textract.eu-west-1.api.aws",
@@ -22250,6 +22256,16 @@
22250
22256
  "tags" : [ "fips" ]
22251
22257
  } ]
22252
22258
  },
22259
+ "ap-southeast-5" : {
22260
+ "credentialScope" : {
22261
+ "region" : "ap-southeast-5"
22262
+ },
22263
+ "hostname" : "wafv2.ap-southeast-5.amazonaws.com",
22264
+ "variants" : [ {
22265
+ "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com",
22266
+ "tags" : [ "fips" ]
22267
+ } ]
22268
+ },
22253
22269
  "ca-central-1" : {
22254
22270
  "credentialScope" : {
22255
22271
  "region" : "ca-central-1"
@@ -22427,6 +22443,13 @@
22427
22443
  "deprecated" : true,
22428
22444
  "hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
22429
22445
  },
22446
+ "fips-ap-southeast-5" : {
22447
+ "credentialScope" : {
22448
+ "region" : "ap-southeast-5"
22449
+ },
22450
+ "deprecated" : true,
22451
+ "hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
22452
+ },
22430
22453
  "fips-ca-central-1" : {
22431
22454
  "credentialScope" : {
22432
22455
  "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.1001.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-11-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: