aws-partitions 1.974.0 → 1.975.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 -1
- 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: 80b6747529fe33cd7b7675c636f7afd978293f3fe729cf5d77f9033248f5098f
|
|
4
|
+
data.tar.gz: 983db73eb2a87e78c75370d98274a80f97a952722eb08c76d42128fb2b5cb9b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c849fd37947dfc5a3cfc4ff8f62278a8119ba219164ae777d138d8ec76f310bc33897b55dd72277d60d9f4b2e3854cbe34e1bf806bf326a0f7a9cb99f6eb4e9
|
|
7
|
+
data.tar.gz: 791f1dd40075c257ff4f7d448b53b09b37323f23fe8814c592129caf606578adba5a61be59960b52ba8123c0bfa90d1b549b3fc6690aaaa71a49461871793526
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.975.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -622,7 +622,6 @@ module Aws
|
|
|
622
622
|
'WAFV2' => 'wafv2',
|
|
623
623
|
'WellArchitected' => 'wellarchitected',
|
|
624
624
|
'WorkDocs' => 'workdocs',
|
|
625
|
-
'WorkLink' => 'worklink',
|
|
626
625
|
'WorkMail' => 'workmail',
|
|
627
626
|
'WorkMailMessageFlow' => 'workmailmessageflow',
|
|
628
627
|
'WorkSpaces' => 'workspaces',
|
data/partitions.json
CHANGED
|
@@ -15704,6 +15704,7 @@
|
|
|
15704
15704
|
},
|
|
15705
15705
|
"redshift-serverless" : {
|
|
15706
15706
|
"endpoints" : {
|
|
15707
|
+
"ap-east-1" : { },
|
|
15707
15708
|
"ap-northeast-1" : { },
|
|
15708
15709
|
"ap-northeast-2" : { },
|
|
15709
15710
|
"ap-south-1" : { },
|
|
@@ -15758,6 +15759,7 @@
|
|
|
15758
15759
|
"deprecated" : true,
|
|
15759
15760
|
"hostname" : "redshift-serverless-fips.us-west-2.amazonaws.com"
|
|
15760
15761
|
},
|
|
15762
|
+
"il-central-1" : { },
|
|
15761
15763
|
"me-central-1" : { },
|
|
15762
15764
|
"sa-east-1" : { },
|
|
15763
15765
|
"us-east-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.975.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-09-
|
|
11
|
+
date: 2024-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|