aws-partitions 1.928.0 → 1.930.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28da322925fd0525dcb9f70272b5cd887847ddb04fd3ac5c043a512b671415fd
4
- data.tar.gz: 2dbca28b04eb54e8e12f21477b43afb49c780edc61f3130321f5cc61ac2a665d
3
+ metadata.gz: 76a6501b4fe43963ce77bd520df4b8907d116e625919b373ebb8a0e26b314acb
4
+ data.tar.gz: 8c1ddea44a467f597c5421bd8a78d75b1c6edd3093245e66a489f6114d4a24db
5
5
  SHA512:
6
- metadata.gz: 6375b3a1a72b07fe4b87f38e6a6b097448c73e978ac1599d6aadebd4f8c30f49c34c54f3794bf32b2008cc41a7f3d238a3b9f002bc3266a2372fbacf27d97453
7
- data.tar.gz: 0ace45f8b90e697b5efe8548fb9924a6baeb9f49ae26f7beebba85622c195c618c5f815206a76ed056aea4a8242226f315d2fd945b5ebcf32bdb5001b53cba10
6
+ metadata.gz: 05c04e5606f26228eeddadc004520179b514df7b1edf6a825054c3944b06c642c644909afee9c5c8fe2ab4653dfc7bddb2757538a45800d38a02d54741ec744e
7
+ data.tar.gz: 834d607c22d62140fb080d7d1f7206d2854bf81fd273065427a6ed4a14f84288bfc78093bc1d4aed30d7988a012a5db98249fd40fe4e48f05b5e9133040f8744
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.929.0 (2024-05-14)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.928.0 (2024-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.928.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
@@ -549,6 +549,7 @@
549
549
  "ap-southeast-2" : { },
550
550
  "eu-central-1" : { },
551
551
  "eu-west-1" : { },
552
+ "eu-west-2" : { },
552
553
  "eu-west-3" : { },
553
554
  "us-east-1" : { },
554
555
  "us-east-2" : { },
@@ -19542,6 +19543,8 @@
19542
19543
  "vpc-lattice" : {
19543
19544
  "endpoints" : {
19544
19545
  "ap-northeast-1" : { },
19546
+ "ap-northeast-2" : { },
19547
+ "ap-south-1" : { },
19545
19548
  "ap-southeast-1" : { },
19546
19549
  "ap-southeast-2" : { },
19547
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.928.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-13 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: