aws-partitions 1.1046.0 → 1.1048.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +11 -1
- data/partitions.json +89 -14
- 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: 1de0ef68d2fb986b29d480dea68b76c0e301369b7bed9c0beaa134928e020bda
|
4
|
+
data.tar.gz: 38911c0ad6f2b1679a58b7dac57f3b284619eca26eaecc9bcc44ae7bb21c3374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b243f217f8c48a12969207965e843d0a49f619c9c81ae319556db3cf32329eb56d87aea37b3e6858ebcc1c44e4a6954a6baa191cd2efb9c04b1fc3bfbc32a80c
|
7
|
+
data.tar.gz: 25d87b37a471a00ec5fd1330cf90e07356373a06868ea2c9f742f675399fe2864d027a190d8a0e4dde6515b696e32c5376c3aacce431864d3d17f9773eaad45e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1048.0 (2025-02-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1047.0 (2025-02-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1046.0 (2025-02-05)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1048.0
|
data/partitions-metadata.json
CHANGED
@@ -223,7 +223,17 @@
|
|
223
223
|
"supportsFIPS" : true
|
224
224
|
},
|
225
225
|
"regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
|
226
|
-
"regions" : {
|
226
|
+
"regions" : {
|
227
|
+
"aws-iso-f-global" : {
|
228
|
+
"description" : "AWS ISOF global region"
|
229
|
+
},
|
230
|
+
"us-isof-east-1" : {
|
231
|
+
"description" : "US ISOF EAST"
|
232
|
+
},
|
233
|
+
"us-isof-south-1" : {
|
234
|
+
"description" : "US ISOF SOUTH"
|
235
|
+
}
|
236
|
+
}
|
227
237
|
} ],
|
228
238
|
"version" : "1.1"
|
229
239
|
}
|
data/partitions.json
CHANGED
@@ -366,6 +366,7 @@
|
|
366
366
|
"ap-southeast-3" : { },
|
367
367
|
"ap-southeast-4" : { },
|
368
368
|
"ap-southeast-5" : { },
|
369
|
+
"ap-southeast-7" : { },
|
369
370
|
"ca-central-1" : {
|
370
371
|
"variants" : [ {
|
371
372
|
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
|
@@ -431,6 +432,7 @@
|
|
431
432
|
"il-central-1" : { },
|
432
433
|
"me-central-1" : { },
|
433
434
|
"me-south-1" : { },
|
435
|
+
"mx-central-1" : { },
|
434
436
|
"sa-east-1" : { },
|
435
437
|
"us-east-1" : {
|
436
438
|
"variants" : [ {
|
@@ -1360,6 +1362,7 @@
|
|
1360
1362
|
"ap-southeast-2" : { },
|
1361
1363
|
"ap-southeast-3" : { },
|
1362
1364
|
"ap-southeast-4" : { },
|
1365
|
+
"ap-southeast-5" : { },
|
1363
1366
|
"ca-central-1" : { },
|
1364
1367
|
"ca-west-1" : { },
|
1365
1368
|
"eu-central-1" : { },
|
@@ -5290,10 +5293,22 @@
|
|
5290
5293
|
"ap-south-1" : { },
|
5291
5294
|
"ap-southeast-1" : { },
|
5292
5295
|
"ap-southeast-2" : { },
|
5293
|
-
"ca-central-1" : {
|
5296
|
+
"ca-central-1" : {
|
5297
|
+
"variants" : [ {
|
5298
|
+
"hostname" : "comprehend-fips.ca-central-1.amazonaws.com",
|
5299
|
+
"tags" : [ "fips" ]
|
5300
|
+
} ]
|
5301
|
+
},
|
5294
5302
|
"eu-central-1" : { },
|
5295
5303
|
"eu-west-1" : { },
|
5296
5304
|
"eu-west-2" : { },
|
5305
|
+
"fips-ca-central-1" : {
|
5306
|
+
"credentialScope" : {
|
5307
|
+
"region" : "ca-central-1"
|
5308
|
+
},
|
5309
|
+
"deprecated" : true,
|
5310
|
+
"hostname" : "comprehend-fips.ca-central-1.amazonaws.com"
|
5311
|
+
},
|
5297
5312
|
"fips-us-east-1" : {
|
5298
5313
|
"credentialScope" : {
|
5299
5314
|
"region" : "us-east-1"
|
@@ -11069,13 +11084,41 @@
|
|
11069
11084
|
},
|
11070
11085
|
"groundstation" : {
|
11071
11086
|
"endpoints" : {
|
11072
|
-
"af-south-1" : {
|
11073
|
-
|
11074
|
-
|
11075
|
-
|
11076
|
-
|
11077
|
-
"
|
11078
|
-
|
11087
|
+
"af-south-1" : {
|
11088
|
+
"variants" : [ {
|
11089
|
+
"tags" : [ "dualstack" ]
|
11090
|
+
} ]
|
11091
|
+
},
|
11092
|
+
"ap-northeast-2" : {
|
11093
|
+
"variants" : [ {
|
11094
|
+
"tags" : [ "dualstack" ]
|
11095
|
+
} ]
|
11096
|
+
},
|
11097
|
+
"ap-southeast-1" : {
|
11098
|
+
"variants" : [ {
|
11099
|
+
"tags" : [ "dualstack" ]
|
11100
|
+
} ]
|
11101
|
+
},
|
11102
|
+
"ap-southeast-2" : {
|
11103
|
+
"variants" : [ {
|
11104
|
+
"tags" : [ "dualstack" ]
|
11105
|
+
} ]
|
11106
|
+
},
|
11107
|
+
"eu-central-1" : {
|
11108
|
+
"variants" : [ {
|
11109
|
+
"tags" : [ "dualstack" ]
|
11110
|
+
} ]
|
11111
|
+
},
|
11112
|
+
"eu-north-1" : {
|
11113
|
+
"variants" : [ {
|
11114
|
+
"tags" : [ "dualstack" ]
|
11115
|
+
} ]
|
11116
|
+
},
|
11117
|
+
"eu-west-1" : {
|
11118
|
+
"variants" : [ {
|
11119
|
+
"tags" : [ "dualstack" ]
|
11120
|
+
} ]
|
11121
|
+
},
|
11079
11122
|
"fips-us-east-1" : {
|
11080
11123
|
"credentialScope" : {
|
11081
11124
|
"region" : "us-east-1"
|
@@ -11097,24 +11140,47 @@
|
|
11097
11140
|
"deprecated" : true,
|
11098
11141
|
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
|
11099
11142
|
},
|
11100
|
-
"me-south-1" : {
|
11101
|
-
|
11143
|
+
"me-south-1" : {
|
11144
|
+
"variants" : [ {
|
11145
|
+
"tags" : [ "dualstack" ]
|
11146
|
+
} ]
|
11147
|
+
},
|
11148
|
+
"sa-east-1" : {
|
11149
|
+
"variants" : [ {
|
11150
|
+
"tags" : [ "dualstack" ]
|
11151
|
+
} ]
|
11152
|
+
},
|
11102
11153
|
"us-east-1" : {
|
11103
11154
|
"variants" : [ {
|
11155
|
+
"tags" : [ "dualstack" ]
|
11156
|
+
}, {
|
11104
11157
|
"hostname" : "groundstation-fips.us-east-1.amazonaws.com",
|
11105
11158
|
"tags" : [ "fips" ]
|
11159
|
+
}, {
|
11160
|
+
"hostname" : "groundstation-fips.us-east-1.api.aws",
|
11161
|
+
"tags" : [ "dualstack", "fips" ]
|
11106
11162
|
} ]
|
11107
11163
|
},
|
11108
11164
|
"us-east-2" : {
|
11109
11165
|
"variants" : [ {
|
11166
|
+
"tags" : [ "dualstack" ]
|
11167
|
+
}, {
|
11110
11168
|
"hostname" : "groundstation-fips.us-east-2.amazonaws.com",
|
11111
11169
|
"tags" : [ "fips" ]
|
11170
|
+
}, {
|
11171
|
+
"hostname" : "groundstation-fips.us-east-2.api.aws",
|
11172
|
+
"tags" : [ "dualstack", "fips" ]
|
11112
11173
|
} ]
|
11113
11174
|
},
|
11114
11175
|
"us-west-2" : {
|
11115
11176
|
"variants" : [ {
|
11177
|
+
"tags" : [ "dualstack" ]
|
11178
|
+
}, {
|
11116
11179
|
"hostname" : "groundstation-fips.us-west-2.amazonaws.com",
|
11117
11180
|
"tags" : [ "fips" ]
|
11181
|
+
}, {
|
11182
|
+
"hostname" : "groundstation-fips.us-west-2.api.aws",
|
11183
|
+
"tags" : [ "dualstack", "fips" ]
|
11118
11184
|
} ]
|
11119
11185
|
}
|
11120
11186
|
}
|
@@ -17590,7 +17656,6 @@
|
|
17590
17656
|
"ap-southeast-1" : { },
|
17591
17657
|
"ap-southeast-2" : { },
|
17592
17658
|
"ap-southeast-3" : { },
|
17593
|
-
"api" : { },
|
17594
17659
|
"ca-central-1" : { },
|
17595
17660
|
"eu-central-1" : { },
|
17596
17661
|
"eu-central-2" : { },
|
@@ -31302,7 +31367,6 @@
|
|
31302
31367
|
},
|
31303
31368
|
"quicksight" : {
|
31304
31369
|
"endpoints" : {
|
31305
|
-
"api" : { },
|
31306
31370
|
"us-gov-west-1" : { }
|
31307
31371
|
}
|
31308
31372
|
},
|
@@ -34036,7 +34100,19 @@
|
|
34036
34100
|
"protocols" : [ "https" ]
|
34037
34101
|
},
|
34038
34102
|
"endpoints" : {
|
34039
|
-
"us-iso-east-1" : {
|
34103
|
+
"us-iso-east-1" : {
|
34104
|
+
"variants" : [ {
|
34105
|
+
"hostname" : "translate-fips.us-iso-east-1.c2s.ic.gov",
|
34106
|
+
"tags" : [ "fips" ]
|
34107
|
+
} ]
|
34108
|
+
},
|
34109
|
+
"us-iso-east-1-fips" : {
|
34110
|
+
"credentialScope" : {
|
34111
|
+
"region" : "us-iso-east-1"
|
34112
|
+
},
|
34113
|
+
"deprecated" : true,
|
34114
|
+
"hostname" : "translate-fips.us-iso-east-1.c2s.ic.gov"
|
34115
|
+
}
|
34040
34116
|
}
|
34041
34117
|
},
|
34042
34118
|
"workspaces" : {
|
@@ -35313,7 +35389,6 @@
|
|
35313
35389
|
},
|
35314
35390
|
"quicksight" : {
|
35315
35391
|
"endpoints" : {
|
35316
|
-
"api" : { },
|
35317
35392
|
"us-isof-east-1" : { },
|
35318
35393
|
"us-isof-south-1" : { }
|
35319
35394
|
}
|
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.1048.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-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|