aws-partitions 1.1068.0 → 1.1070.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +63 -9
- 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: 39f0de17456090236c470c26512f4019df99bc4898c579c5ae4959fd342a55fa
|
4
|
+
data.tar.gz: a89eaa30a4c9f6cf7b872190808d48b38b106828d398591546d2d1220e5e53f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cccb973f21c0f9b5957afcc66327d422782e331334a4bd2c4f46bd91aa58331f6b5c5360fee0c268f6cc7b70c010d3b222b65ca6145b9f5f57fa2c8dcc08676
|
7
|
+
data.tar.gz: e5cea28be4e8c0e8047cb7fcbff3a7e6c26e3e1dc0d0d058fdcc22952300c66891426ef2eb553fb13ba4ef524acbc319166a408ff09aea8c3ec1bf11e536031d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1070.0 (2025-03-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1069.0 (2025-03-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1068.0 (2025-03-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1070.0
|
data/partitions.json
CHANGED
@@ -628,7 +628,12 @@
|
|
628
628
|
},
|
629
629
|
"agreement-marketplace" : {
|
630
630
|
"endpoints" : {
|
631
|
-
"us-east-1" : {
|
631
|
+
"us-east-1" : {
|
632
|
+
"variants" : [ {
|
633
|
+
"hostname" : "agreement-marketplace.us-east-1.api.aws",
|
634
|
+
"tags" : [ "dualstack" ]
|
635
|
+
} ]
|
636
|
+
}
|
632
637
|
}
|
633
638
|
},
|
634
639
|
"airflow" : {
|
@@ -3969,14 +3974,54 @@
|
|
3969
3974
|
},
|
3970
3975
|
"cleanrooms" : {
|
3971
3976
|
"endpoints" : {
|
3972
|
-
"ap-northeast-1" : {
|
3973
|
-
|
3974
|
-
|
3975
|
-
|
3976
|
-
|
3977
|
-
|
3978
|
-
"
|
3979
|
-
|
3977
|
+
"ap-northeast-1" : {
|
3978
|
+
"variants" : [ {
|
3979
|
+
"hostname" : "cleanrooms.ap-northeast-1.api.aws",
|
3980
|
+
"tags" : [ "dualstack" ]
|
3981
|
+
} ]
|
3982
|
+
},
|
3983
|
+
"ap-northeast-2" : {
|
3984
|
+
"variants" : [ {
|
3985
|
+
"hostname" : "cleanrooms.ap-northeast-2.api.aws",
|
3986
|
+
"tags" : [ "dualstack" ]
|
3987
|
+
} ]
|
3988
|
+
},
|
3989
|
+
"ap-southeast-1" : {
|
3990
|
+
"variants" : [ {
|
3991
|
+
"hostname" : "cleanrooms.ap-southeast-1.api.aws",
|
3992
|
+
"tags" : [ "dualstack" ]
|
3993
|
+
} ]
|
3994
|
+
},
|
3995
|
+
"ap-southeast-2" : {
|
3996
|
+
"variants" : [ {
|
3997
|
+
"hostname" : "cleanrooms.ap-southeast-2.api.aws",
|
3998
|
+
"tags" : [ "dualstack" ]
|
3999
|
+
} ]
|
4000
|
+
},
|
4001
|
+
"eu-central-1" : {
|
4002
|
+
"variants" : [ {
|
4003
|
+
"hostname" : "cleanrooms.eu-central-1.api.aws",
|
4004
|
+
"tags" : [ "dualstack" ]
|
4005
|
+
} ]
|
4006
|
+
},
|
4007
|
+
"eu-north-1" : {
|
4008
|
+
"variants" : [ {
|
4009
|
+
"hostname" : "cleanrooms.eu-north-1.api.aws",
|
4010
|
+
"tags" : [ "dualstack" ]
|
4011
|
+
} ]
|
4012
|
+
},
|
4013
|
+
"eu-west-1" : {
|
4014
|
+
"variants" : [ {
|
4015
|
+
"hostname" : "cleanrooms.eu-west-1.api.aws",
|
4016
|
+
"tags" : [ "dualstack" ]
|
4017
|
+
} ]
|
4018
|
+
},
|
4019
|
+
"eu-west-2" : {
|
4020
|
+
"variants" : [ {
|
4021
|
+
"hostname" : "cleanrooms.eu-west-2.api.aws",
|
4022
|
+
"tags" : [ "dualstack" ]
|
4023
|
+
} ]
|
4024
|
+
},
|
3980
4025
|
"fips-us-east-1" : {
|
3981
4026
|
"credentialScope" : {
|
3982
4027
|
"region" : "us-east-1"
|
@@ -4002,18 +4047,27 @@
|
|
4002
4047
|
"variants" : [ {
|
4003
4048
|
"hostname" : "cleanrooms-fips.us-east-1.amazonaws.com",
|
4004
4049
|
"tags" : [ "fips" ]
|
4050
|
+
}, {
|
4051
|
+
"hostname" : "cleanrooms.us-east-1.api.aws",
|
4052
|
+
"tags" : [ "dualstack" ]
|
4005
4053
|
} ]
|
4006
4054
|
},
|
4007
4055
|
"us-east-2" : {
|
4008
4056
|
"variants" : [ {
|
4009
4057
|
"hostname" : "cleanrooms-fips.us-east-2.amazonaws.com",
|
4010
4058
|
"tags" : [ "fips" ]
|
4059
|
+
}, {
|
4060
|
+
"hostname" : "cleanrooms.us-east-2.api.aws",
|
4061
|
+
"tags" : [ "dualstack" ]
|
4011
4062
|
} ]
|
4012
4063
|
},
|
4013
4064
|
"us-west-2" : {
|
4014
4065
|
"variants" : [ {
|
4015
4066
|
"hostname" : "cleanrooms-fips.us-west-2.amazonaws.com",
|
4016
4067
|
"tags" : [ "fips" ]
|
4068
|
+
}, {
|
4069
|
+
"hostname" : "cleanrooms.us-west-2.api.aws",
|
4070
|
+
"tags" : [ "dualstack" ]
|
4017
4071
|
} ]
|
4018
4072
|
}
|
4019
4073
|
}
|
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.1070.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: 2025-03-
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|