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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +0 -2
- data/partitions.json +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76a6501b4fe43963ce77bd520df4b8907d116e625919b373ebb8a0e26b314acb
|
|
4
|
+
data.tar.gz: 8c1ddea44a467f597c5421bd8a78d75b1c6edd3093245e66a489f6114d4a24db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05c04e5606f26228eeddadc004520179b514df7b1edf6a825054c3944b06c642c644909afee9c5c8fe2ab4653dfc7bddb2757538a45800d38a02d54741ec744e
|
|
7
|
+
data.tar.gz: 834d607c22d62140fb080d7d1f7206d2854bf81fd273065427a6ed4a14f84288bfc78093bc1d4aed30d7988a012a5db98249fd40fe4e48f05b5e9133040f8744
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.930.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|