aws-partitions 1.1051.0 → 1.1054.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 +15 -0
- data/VERSION +1 -1
- data/partitions.json +96 -3
- 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: 8f4ccaf5cdd4dd5e1f779cd45670e044364691fff53c08afb2c2a0fd1964d047
|
4
|
+
data.tar.gz: 2f9cd466853ad739e809dffd49abb7d64158460ce380c5a3d84a71c3c9000236
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92f6396aeb7379c1484f9429b812d36b2bee2e7ce69ae13f2055df07807375f5897244e7d8a5ed2a288649ee0939fa8dc63bc209d9b2357dcd6677191848af2c
|
7
|
+
data.tar.gz: 3eb8741e02e2a92bee834e658bdb89e0ca9f94dcabdb2577a78e3eff5d8a318a6c6bdc8e57b6c1ce21adacf8574dd0568d7d79c5677d3381cd48c485dc2fe92a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1054.0 (2025-02-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1053.0 (2025-02-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.1052.0 (2025-02-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.1051.0 (2025-02-17)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1054.0
|
data/partitions.json
CHANGED
@@ -3068,7 +3068,9 @@
|
|
3068
3068
|
"endpoints" : {
|
3069
3069
|
"ap-northeast-1" : { },
|
3070
3070
|
"ap-northeast-2" : { },
|
3071
|
+
"ap-northeast-3" : { },
|
3071
3072
|
"ap-south-1" : { },
|
3073
|
+
"ap-south-2" : { },
|
3072
3074
|
"ap-southeast-1" : { },
|
3073
3075
|
"ap-southeast-2" : { },
|
3074
3076
|
"bedrock-ap-northeast-1" : {
|
@@ -3083,12 +3085,24 @@
|
|
3083
3085
|
},
|
3084
3086
|
"hostname" : "bedrock.ap-northeast-2.amazonaws.com"
|
3085
3087
|
},
|
3088
|
+
"bedrock-ap-northeast-3" : {
|
3089
|
+
"credentialScope" : {
|
3090
|
+
"region" : "ap-northeast-3"
|
3091
|
+
},
|
3092
|
+
"hostname" : "bedrock.ap-northeast-3.amazonaws.com"
|
3093
|
+
},
|
3086
3094
|
"bedrock-ap-south-1" : {
|
3087
3095
|
"credentialScope" : {
|
3088
3096
|
"region" : "ap-south-1"
|
3089
3097
|
},
|
3090
3098
|
"hostname" : "bedrock.ap-south-1.amazonaws.com"
|
3091
3099
|
},
|
3100
|
+
"bedrock-ap-south-2" : {
|
3101
|
+
"credentialScope" : {
|
3102
|
+
"region" : "ap-south-2"
|
3103
|
+
},
|
3104
|
+
"hostname" : "bedrock.ap-south-2.amazonaws.com"
|
3105
|
+
},
|
3092
3106
|
"bedrock-ap-southeast-1" : {
|
3093
3107
|
"credentialScope" : {
|
3094
3108
|
"region" : "ap-southeast-1"
|
@@ -3173,12 +3187,24 @@
|
|
3173
3187
|
},
|
3174
3188
|
"hostname" : "bedrock-runtime.ap-northeast-2.amazonaws.com"
|
3175
3189
|
},
|
3190
|
+
"bedrock-runtime-ap-northeast-3" : {
|
3191
|
+
"credentialScope" : {
|
3192
|
+
"region" : "ap-northeast-3"
|
3193
|
+
},
|
3194
|
+
"hostname" : "bedrock-runtime.ap-northeast-3.amazonaws.com"
|
3195
|
+
},
|
3176
3196
|
"bedrock-runtime-ap-south-1" : {
|
3177
3197
|
"credentialScope" : {
|
3178
3198
|
"region" : "ap-south-1"
|
3179
3199
|
},
|
3180
3200
|
"hostname" : "bedrock-runtime.ap-south-1.amazonaws.com"
|
3181
3201
|
},
|
3202
|
+
"bedrock-runtime-ap-south-2" : {
|
3203
|
+
"credentialScope" : {
|
3204
|
+
"region" : "ap-south-2"
|
3205
|
+
},
|
3206
|
+
"hostname" : "bedrock-runtime.ap-south-2.amazonaws.com"
|
3207
|
+
},
|
3182
3208
|
"bedrock-runtime-ap-southeast-1" : {
|
3183
3209
|
"credentialScope" : {
|
3184
3210
|
"region" : "ap-southeast-1"
|
@@ -3780,6 +3806,12 @@
|
|
3780
3806
|
"tags" : [ "dualstack" ]
|
3781
3807
|
} ]
|
3782
3808
|
},
|
3809
|
+
"ap-southeast-7" : {
|
3810
|
+
"variants" : [ {
|
3811
|
+
"hostname" : "cloudcontrolapi.ap-southeast-7.api.aws",
|
3812
|
+
"tags" : [ "dualstack" ]
|
3813
|
+
} ]
|
3814
|
+
},
|
3783
3815
|
"ca-central-1" : {
|
3784
3816
|
"variants" : [ {
|
3785
3817
|
"hostname" : "cloudcontrolapi-fips.ca-central-1.amazonaws.com",
|
@@ -3912,6 +3944,12 @@
|
|
3912
3944
|
"tags" : [ "dualstack" ]
|
3913
3945
|
} ]
|
3914
3946
|
},
|
3947
|
+
"mx-central-1" : {
|
3948
|
+
"variants" : [ {
|
3949
|
+
"hostname" : "cloudcontrolapi.mx-central-1.api.aws",
|
3950
|
+
"tags" : [ "dualstack" ]
|
3951
|
+
} ]
|
3952
|
+
},
|
3915
3953
|
"sa-east-1" : {
|
3916
3954
|
"variants" : [ {
|
3917
3955
|
"hostname" : "cloudcontrolapi.sa-east-1.api.aws",
|
@@ -17118,6 +17156,12 @@
|
|
17118
17156
|
"tags" : [ "dualstack" ]
|
17119
17157
|
} ]
|
17120
17158
|
},
|
17159
|
+
"eu-south-2" : {
|
17160
|
+
"variants" : [ {
|
17161
|
+
"hostname" : "polly.eu-south-2.api.aws",
|
17162
|
+
"tags" : [ "dualstack" ]
|
17163
|
+
} ]
|
17164
|
+
},
|
17121
17165
|
"eu-west-1" : {
|
17122
17166
|
"variants" : [ {
|
17123
17167
|
"hostname" : "polly.eu-west-1.api.aws",
|
@@ -17751,6 +17795,12 @@
|
|
17751
17795
|
"ca-west-1" : {
|
17752
17796
|
"variants" : [ {
|
17753
17797
|
"tags" : [ "dualstack" ]
|
17798
|
+
}, {
|
17799
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com",
|
17800
|
+
"tags" : [ "fips" ]
|
17801
|
+
}, {
|
17802
|
+
"hostname" : "ram-fips.ca-west-1.api.aws",
|
17803
|
+
"tags" : [ "dualstack", "fips" ]
|
17754
17804
|
} ]
|
17755
17805
|
},
|
17756
17806
|
"eu-central-1" : {
|
@@ -17800,6 +17850,13 @@
|
|
17800
17850
|
"deprecated" : true,
|
17801
17851
|
"hostname" : "ram-fips.ca-central-1.amazonaws.com"
|
17802
17852
|
},
|
17853
|
+
"fips-ca-west-1" : {
|
17854
|
+
"credentialScope" : {
|
17855
|
+
"region" : "ca-west-1"
|
17856
|
+
},
|
17857
|
+
"deprecated" : true,
|
17858
|
+
"hostname" : "ram-fips.ca-west-1.amazonaws.com"
|
17859
|
+
},
|
17803
17860
|
"fips-us-east-1" : {
|
17804
17861
|
"credentialScope" : {
|
17805
17862
|
"region" : "us-east-1"
|
@@ -33450,8 +33507,32 @@
|
|
33450
33507
|
},
|
33451
33508
|
"config" : {
|
33452
33509
|
"endpoints" : {
|
33453
|
-
"us-iso-east-1" : {
|
33454
|
-
|
33510
|
+
"fips-us-iso-east-1" : {
|
33511
|
+
"credentialScope" : {
|
33512
|
+
"region" : "us-iso-east-1"
|
33513
|
+
},
|
33514
|
+
"deprecated" : true,
|
33515
|
+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov"
|
33516
|
+
},
|
33517
|
+
"fips-us-iso-west-1" : {
|
33518
|
+
"credentialScope" : {
|
33519
|
+
"region" : "us-iso-west-1"
|
33520
|
+
},
|
33521
|
+
"deprecated" : true,
|
33522
|
+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov"
|
33523
|
+
},
|
33524
|
+
"us-iso-east-1" : {
|
33525
|
+
"variants" : [ {
|
33526
|
+
"hostname" : "config-fips.us-iso-east-1.c2s.ic.gov",
|
33527
|
+
"tags" : [ "fips" ]
|
33528
|
+
} ]
|
33529
|
+
},
|
33530
|
+
"us-iso-west-1" : {
|
33531
|
+
"variants" : [ {
|
33532
|
+
"hostname" : "config-fips.us-iso-west-1.c2s.ic.gov",
|
33533
|
+
"tags" : [ "fips" ]
|
33534
|
+
} ]
|
33535
|
+
}
|
33455
33536
|
}
|
33456
33537
|
},
|
33457
33538
|
"datapipeline" : {
|
@@ -34432,7 +34513,19 @@
|
|
34432
34513
|
},
|
34433
34514
|
"config" : {
|
34434
34515
|
"endpoints" : {
|
34435
|
-
"us-isob-east-1" : {
|
34516
|
+
"fips-us-isob-east-1" : {
|
34517
|
+
"credentialScope" : {
|
34518
|
+
"region" : "us-isob-east-1"
|
34519
|
+
},
|
34520
|
+
"deprecated" : true,
|
34521
|
+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov"
|
34522
|
+
},
|
34523
|
+
"us-isob-east-1" : {
|
34524
|
+
"variants" : [ {
|
34525
|
+
"hostname" : "config-fips.us-isob-east-1.sc2s.sgov.gov",
|
34526
|
+
"tags" : [ "fips" ]
|
34527
|
+
} ]
|
34528
|
+
}
|
34436
34529
|
}
|
34437
34530
|
},
|
34438
34531
|
"directconnect" : {
|
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.1054.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-02-
|
11
|
+
date: 2025-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|