aws-partitions 1.436.0 → 1.441.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 +25 -0
- data/VERSION +1 -1
- data/partitions.json +162 -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: 77faf324185833b858ed1fce243ddfa10b2b843d42314a5d7157f6baccc09085
|
|
4
|
+
data.tar.gz: e42d5f4feccedc47b0f3aa8308e884d3989b213c24f326d1ed8f89a63579370d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1908c30d110a4218e3571ab5b7e1232a299ff69e5f863a425386564868de117c6175aab2933903361ac904124e6fb39a11020d1ab860c5ae9401e78e45eb176d
|
|
7
|
+
data.tar.gz: f54a047be039aed71436fbdf94a18308d3f568f4512adf9c9923aaa634a8c7f89111f1a71b2eb8d9e03662141da52ae9c4c6270f9f94ac2e397885b86026fe27
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.441.0 (2021-04-02)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.440.0 (2021-04-01)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.439.0 (2021-03-31)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.438.0 (2021-03-30)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.437.0 (2021-03-29)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
4
29
|
1.436.0 (2021-03-26)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.441.0
|
data/partitions.json
CHANGED
|
@@ -632,6 +632,7 @@
|
|
|
632
632
|
"ap-northeast-1" : { },
|
|
633
633
|
"ap-southeast-1" : { },
|
|
634
634
|
"ap-southeast-2" : { },
|
|
635
|
+
"ca-central-1" : { },
|
|
635
636
|
"eu-central-1" : { },
|
|
636
637
|
"eu-west-2" : { },
|
|
637
638
|
"us-east-1" : { },
|
|
@@ -1637,6 +1638,7 @@
|
|
|
1637
1638
|
"ap-northeast-1" : { },
|
|
1638
1639
|
"ap-southeast-1" : { },
|
|
1639
1640
|
"ap-southeast-2" : { },
|
|
1641
|
+
"ca-central-1" : { },
|
|
1640
1642
|
"eu-central-1" : { },
|
|
1641
1643
|
"eu-west-2" : { },
|
|
1642
1644
|
"us-east-1" : { },
|
|
@@ -3206,8 +3208,15 @@
|
|
|
3206
3208
|
"endpoints" : {
|
|
3207
3209
|
"af-south-1" : { },
|
|
3208
3210
|
"ap-southeast-2" : { },
|
|
3211
|
+
"eu-central-1" : { },
|
|
3209
3212
|
"eu-north-1" : { },
|
|
3210
3213
|
"eu-west-1" : { },
|
|
3214
|
+
"fips-us-east-1" : {
|
|
3215
|
+
"credentialScope" : {
|
|
3216
|
+
"region" : "us-east-1"
|
|
3217
|
+
},
|
|
3218
|
+
"hostname" : "groundstation-fips.us-east-1.amazonaws.com"
|
|
3219
|
+
},
|
|
3211
3220
|
"fips-us-east-2" : {
|
|
3212
3221
|
"credentialScope" : {
|
|
3213
3222
|
"region" : "us-east-2"
|
|
@@ -3221,6 +3230,7 @@
|
|
|
3221
3230
|
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
|
|
3222
3231
|
},
|
|
3223
3232
|
"me-south-1" : { },
|
|
3233
|
+
"us-east-1" : { },
|
|
3224
3234
|
"us-east-2" : { },
|
|
3225
3235
|
"us-west-2" : { }
|
|
3226
3236
|
}
|
|
@@ -4274,6 +4284,7 @@
|
|
|
4274
4284
|
"ap-east-1" : { },
|
|
4275
4285
|
"ap-northeast-1" : { },
|
|
4276
4286
|
"ap-northeast-2" : { },
|
|
4287
|
+
"ap-northeast-3" : { },
|
|
4277
4288
|
"ap-south-1" : { },
|
|
4278
4289
|
"ap-southeast-1" : { },
|
|
4279
4290
|
"ap-southeast-2" : { },
|
|
@@ -5210,6 +5221,90 @@
|
|
|
5210
5221
|
"signatureVersions" : [ "s3v4" ]
|
|
5211
5222
|
},
|
|
5212
5223
|
"endpoints" : {
|
|
5224
|
+
"accesspoint-af-south-1" : {
|
|
5225
|
+
"hostname" : "s3-accesspoint.af-south-1.amazonaws.com",
|
|
5226
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5227
|
+
},
|
|
5228
|
+
"accesspoint-ap-east-1" : {
|
|
5229
|
+
"hostname" : "s3-accesspoint.ap-east-1.amazonaws.com",
|
|
5230
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5231
|
+
},
|
|
5232
|
+
"accesspoint-ap-northeast-1" : {
|
|
5233
|
+
"hostname" : "s3-accesspoint.ap-northeast-1.amazonaws.com",
|
|
5234
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5235
|
+
},
|
|
5236
|
+
"accesspoint-ap-northeast-2" : {
|
|
5237
|
+
"hostname" : "s3-accesspoint.ap-northeast-2.amazonaws.com",
|
|
5238
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5239
|
+
},
|
|
5240
|
+
"accesspoint-ap-northeast-3" : {
|
|
5241
|
+
"hostname" : "s3-accesspoint.ap-northeast-3.amazonaws.com",
|
|
5242
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5243
|
+
},
|
|
5244
|
+
"accesspoint-ap-south-1" : {
|
|
5245
|
+
"hostname" : "s3-accesspoint.ap-south-1.amazonaws.com",
|
|
5246
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5247
|
+
},
|
|
5248
|
+
"accesspoint-ap-southeast-1" : {
|
|
5249
|
+
"hostname" : "s3-accesspoint.ap-southeast-1.amazonaws.com",
|
|
5250
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5251
|
+
},
|
|
5252
|
+
"accesspoint-ap-southeast-2" : {
|
|
5253
|
+
"hostname" : "s3-accesspoint.ap-southeast-2.amazonaws.com",
|
|
5254
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5255
|
+
},
|
|
5256
|
+
"accesspoint-ca-central-1" : {
|
|
5257
|
+
"hostname" : "s3-accesspoint.ca-central-1.amazonaws.com",
|
|
5258
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5259
|
+
},
|
|
5260
|
+
"accesspoint-eu-central-1" : {
|
|
5261
|
+
"hostname" : "s3-accesspoint.eu-central-1.amazonaws.com",
|
|
5262
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5263
|
+
},
|
|
5264
|
+
"accesspoint-eu-north-1" : {
|
|
5265
|
+
"hostname" : "s3-accesspoint.eu-north-1.amazonaws.com",
|
|
5266
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5267
|
+
},
|
|
5268
|
+
"accesspoint-eu-south-1" : {
|
|
5269
|
+
"hostname" : "s3-accesspoint.eu-south-1.amazonaws.com",
|
|
5270
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5271
|
+
},
|
|
5272
|
+
"accesspoint-eu-west-1" : {
|
|
5273
|
+
"hostname" : "s3-accesspoint.eu-west-1.amazonaws.com",
|
|
5274
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5275
|
+
},
|
|
5276
|
+
"accesspoint-eu-west-2" : {
|
|
5277
|
+
"hostname" : "s3-accesspoint.eu-west-2.amazonaws.com",
|
|
5278
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5279
|
+
},
|
|
5280
|
+
"accesspoint-eu-west-3" : {
|
|
5281
|
+
"hostname" : "s3-accesspoint.eu-west-3.amazonaws.com",
|
|
5282
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5283
|
+
},
|
|
5284
|
+
"accesspoint-me-south-1" : {
|
|
5285
|
+
"hostname" : "s3-accesspoint.me-south-1.amazonaws.com",
|
|
5286
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5287
|
+
},
|
|
5288
|
+
"accesspoint-sa-east-1" : {
|
|
5289
|
+
"hostname" : "s3-accesspoint.sa-east-1.amazonaws.com",
|
|
5290
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5291
|
+
},
|
|
5292
|
+
"accesspoint-us-east-1" : {
|
|
5293
|
+
"hostname" : "s3-accesspoint.us-east-1.amazonaws.com",
|
|
5294
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5295
|
+
},
|
|
5296
|
+
"accesspoint-us-east-2" : {
|
|
5297
|
+
"hostname" : "s3-accesspoint.us-east-2.amazonaws.com",
|
|
5298
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5299
|
+
},
|
|
5300
|
+
"accesspoint-us-west-1" : {
|
|
5301
|
+
"hostname" : "s3-accesspoint.us-west-1.amazonaws.com",
|
|
5302
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5303
|
+
},
|
|
5304
|
+
"accesspoint-us-west-2" : {
|
|
5305
|
+
"hostname" : "s3-accesspoint.us-west-2.amazonaws.com",
|
|
5306
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5307
|
+
},
|
|
5213
5308
|
"af-south-1" : { },
|
|
5214
5309
|
"ap-east-1" : { },
|
|
5215
5310
|
"ap-northeast-1" : {
|
|
@@ -5244,6 +5339,26 @@
|
|
|
5244
5339
|
},
|
|
5245
5340
|
"eu-west-2" : { },
|
|
5246
5341
|
"eu-west-3" : { },
|
|
5342
|
+
"fips-accesspoint-ca-central-1" : {
|
|
5343
|
+
"hostname" : "s3-accesspoint-fips.ca-central-1.amazonaws.com",
|
|
5344
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5345
|
+
},
|
|
5346
|
+
"fips-accesspoint-us-east-1" : {
|
|
5347
|
+
"hostname" : "s3-accesspoint-fips.us-east-1.amazonaws.com",
|
|
5348
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5349
|
+
},
|
|
5350
|
+
"fips-accesspoint-us-east-2" : {
|
|
5351
|
+
"hostname" : "s3-accesspoint-fips.us-east-2.amazonaws.com",
|
|
5352
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5353
|
+
},
|
|
5354
|
+
"fips-accesspoint-us-west-1" : {
|
|
5355
|
+
"hostname" : "s3-accesspoint-fips.us-west-1.amazonaws.com",
|
|
5356
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5357
|
+
},
|
|
5358
|
+
"fips-accesspoint-us-west-2" : {
|
|
5359
|
+
"hostname" : "s3-accesspoint-fips.us-west-2.amazonaws.com",
|
|
5360
|
+
"signatureVersions" : [ "s3v4" ]
|
|
5361
|
+
},
|
|
5247
5362
|
"me-south-1" : { },
|
|
5248
5363
|
"s3-external-1" : {
|
|
5249
5364
|
"credentialScope" : {
|
|
@@ -5541,6 +5656,7 @@
|
|
|
5541
5656
|
"ap-east-1" : { },
|
|
5542
5657
|
"ap-northeast-1" : { },
|
|
5543
5658
|
"ap-northeast-2" : { },
|
|
5659
|
+
"ap-northeast-3" : { },
|
|
5544
5660
|
"ap-south-1" : { },
|
|
5545
5661
|
"ap-southeast-1" : { },
|
|
5546
5662
|
"ap-southeast-2" : { },
|
|
@@ -6052,9 +6168,7 @@
|
|
|
6052
6168
|
},
|
|
6053
6169
|
"me-south-1" : { },
|
|
6054
6170
|
"sa-east-1" : { },
|
|
6055
|
-
"us-east-1" : {
|
|
6056
|
-
"sslCommonName" : "queue.{dnsSuffix}"
|
|
6057
|
-
},
|
|
6171
|
+
"us-east-1" : { },
|
|
6058
6172
|
"us-east-2" : { },
|
|
6059
6173
|
"us-west-1" : { },
|
|
6060
6174
|
"us-west-2" : { }
|
|
@@ -7512,6 +7626,14 @@
|
|
|
7512
7626
|
"signatureVersions" : [ "s3v4" ]
|
|
7513
7627
|
},
|
|
7514
7628
|
"endpoints" : {
|
|
7629
|
+
"accesspoint-cn-north-1" : {
|
|
7630
|
+
"hostname" : "s3-accesspoint.cn-north-1.amazonaws.com.cn",
|
|
7631
|
+
"signatureVersions" : [ "s3v4" ]
|
|
7632
|
+
},
|
|
7633
|
+
"accesspoint-cn-northwest-1" : {
|
|
7634
|
+
"hostname" : "s3-accesspoint.cn-northwest-1.amazonaws.com.cn",
|
|
7635
|
+
"signatureVersions" : [ "s3v4" ]
|
|
7636
|
+
},
|
|
7515
7637
|
"cn-north-1" : { },
|
|
7516
7638
|
"cn-northwest-1" : { }
|
|
7517
7639
|
}
|
|
@@ -8982,6 +9104,22 @@
|
|
|
8982
9104
|
"signatureVersions" : [ "s3", "s3v4" ]
|
|
8983
9105
|
},
|
|
8984
9106
|
"endpoints" : {
|
|
9107
|
+
"accesspoint-us-gov-east-1" : {
|
|
9108
|
+
"hostname" : "s3-accesspoint.us-gov-east-1.amazonaws.com",
|
|
9109
|
+
"signatureVersions" : [ "s3v4" ]
|
|
9110
|
+
},
|
|
9111
|
+
"accesspoint-us-gov-west-1" : {
|
|
9112
|
+
"hostname" : "s3-accesspoint.us-gov-west-1.amazonaws.com",
|
|
9113
|
+
"signatureVersions" : [ "s3v4" ]
|
|
9114
|
+
},
|
|
9115
|
+
"fips-accesspoint-us-gov-east-1" : {
|
|
9116
|
+
"hostname" : "s3-accesspoint-fips.us-gov-east-1.amazonaws.com",
|
|
9117
|
+
"signatureVersions" : [ "s3v4" ]
|
|
9118
|
+
},
|
|
9119
|
+
"fips-accesspoint-us-gov-west-1" : {
|
|
9120
|
+
"hostname" : "s3-accesspoint-fips.us-gov-west-1.amazonaws.com",
|
|
9121
|
+
"signatureVersions" : [ "s3v4" ]
|
|
9122
|
+
},
|
|
8985
9123
|
"fips-us-gov-west-1" : {
|
|
8986
9124
|
"credentialScope" : {
|
|
8987
9125
|
"region" : "us-gov-west-1"
|
|
@@ -9109,6 +9247,27 @@
|
|
|
9109
9247
|
}
|
|
9110
9248
|
}
|
|
9111
9249
|
},
|
|
9250
|
+
"servicequotas" : {
|
|
9251
|
+
"defaults" : {
|
|
9252
|
+
"protocols" : [ "https" ]
|
|
9253
|
+
},
|
|
9254
|
+
"endpoints" : {
|
|
9255
|
+
"fips-us-gov-east-1" : {
|
|
9256
|
+
"credentialScope" : {
|
|
9257
|
+
"region" : "us-gov-east-1"
|
|
9258
|
+
},
|
|
9259
|
+
"hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
|
|
9260
|
+
},
|
|
9261
|
+
"fips-us-gov-west-1" : {
|
|
9262
|
+
"credentialScope" : {
|
|
9263
|
+
"region" : "us-gov-west-1"
|
|
9264
|
+
},
|
|
9265
|
+
"hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
|
|
9266
|
+
},
|
|
9267
|
+
"us-gov-east-1" : { },
|
|
9268
|
+
"us-gov-west-1" : { }
|
|
9269
|
+
}
|
|
9270
|
+
},
|
|
9112
9271
|
"sms" : {
|
|
9113
9272
|
"endpoints" : {
|
|
9114
9273
|
"fips-us-gov-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.441.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: 2021-
|
|
11
|
+
date: 2021-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|