aws-partitions 1.929.0 → 1.930.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9cb45ae4352c172dcdfb8f858bf15605f0230925caa461ae3bd32a45d8d70009
4
- data.tar.gz: 37acebd58cf8ffb4a3a15f3acff7eb886b1c05c469f7fa67a0b2da0193346554
3
+ metadata.gz: 76a6501b4fe43963ce77bd520df4b8907d116e625919b373ebb8a0e26b314acb
4
+ data.tar.gz: 8c1ddea44a467f597c5421bd8a78d75b1c6edd3093245e66a489f6114d4a24db
5
5
  SHA512:
6
- metadata.gz: 9a84d8bc3ea1d4dc92706ff7d81c977bbe633a97b73e3a93a3145acf82d8fd80805f3382cb81d04aa21c9cb3a6ff09328275243aff9b62f4181ff4b66326a049
7
- data.tar.gz: 5972e27a6f8c8f279be61dfb06aee80e12f94e39371eb18215db3ed338baf10f9469d17e3e3eb45c308c00e3c67f6b60c86cd2aa4ad4a86dc12150f48a06a149
6
+ metadata.gz: 05c04e5606f26228eeddadc004520179b514df7b1edf6a825054c3944b06c642c644909afee9c5c8fe2ab4653dfc7bddb2757538a45800d38a02d54741ec744e
7
+ data.tar.gz: 834d607c22d62140fb080d7d1f7206d2854bf81fd273065427a6ed4a14f84288bfc78093bc1d4aed30d7988a012a5db98249fd40fe4e48f05b5e9133040f8744
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.930.0 (2024-05-16)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.929.0 (2024-05-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.929.0
1
+ 1.930.0
@@ -250,7 +250,6 @@ module Aws
250
250
  'ARCZonalShift' => 'arc-zonal-shift',
251
251
  'AccessAnalyzer' => 'access-analyzer',
252
252
  'Account' => 'account',
253
- 'AlexaForBusiness' => 'a4b',
254
253
  'Amplify' => 'amplify',
255
254
  'AmplifyBackend' => 'amplifybackend',
256
255
  'AmplifyUIBuilder' => 'amplifyuibuilder',
@@ -406,7 +405,6 @@ module Aws
406
405
  'GuardDuty' => 'guardduty',
407
406
  'Health' => 'health',
408
407
  'HealthLake' => 'healthlake',
409
- 'Honeycode' => 'honeycode',
410
408
  'IAM' => 'iam',
411
409
  'IVS' => 'ivs',
412
410
  'IVSRealTime' => 'ivsrealtime',
data/partitions.json CHANGED
@@ -19543,6 +19543,8 @@
19543
19543
  "vpc-lattice" : {
19544
19544
  "endpoints" : {
19545
19545
  "ap-northeast-1" : { },
19546
+ "ap-northeast-2" : { },
19547
+ "ap-south-1" : { },
19546
19548
  "ap-southeast-1" : { },
19547
19549
  "ap-southeast-2" : { },
19548
19550
  "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.929.0
4
+ version: 1.930.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-05-14 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: