aws-partitions 1.438.0 → 1.443.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/lib/aws-partitions.rb +2 -0
- data/partitions.json +57 -4
- 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: c66bdd4b2feefa535f35fc68073eadd95c2021e8dd8540d1866ae04e33352fbd
|
|
4
|
+
data.tar.gz: 374dca3764aae7868b930a5f0d7262aae8d2a5188c43b22db2bcc57876d72b53
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b671bcfac064a3b740e8f706b4b188bbe7a395d31d2ab9a8afbeebcac9181baee66956103eb095cd54b08ff2276ee963460ed1aaf3e9ea53ca0b55e30e083226
|
|
7
|
+
data.tar.gz: 916d03f83338dda2c07a57925babda8348e913b2315fc3e905547da23956586ae20a38d209ad630c563774a3b5bafb6b8eb7b6036f9518352e23e98a1f0eff49
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.443.0 (2021-04-08)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::LookoutEquipment`.
|
|
8
|
+
|
|
9
|
+
1.442.0 (2021-04-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::Mgn`.
|
|
13
|
+
|
|
14
|
+
1.441.0 (2021-04-02)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.440.0 (2021-04-01)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.439.0 (2021-03-31)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
4
29
|
1.438.0 (2021-03-30)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.443.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -377,6 +377,7 @@ module Aws
|
|
|
377
377
|
'LicenseManager' => 'license-manager',
|
|
378
378
|
'Lightsail' => 'lightsail',
|
|
379
379
|
'LocationService' => 'geo',
|
|
380
|
+
'LookoutEquipment' => 'lookoutequipment',
|
|
380
381
|
'LookoutMetrics' => 'lookoutmetrics',
|
|
381
382
|
'LookoutforVision' => 'lookoutvision',
|
|
382
383
|
'MQ' => 'mq',
|
|
@@ -398,6 +399,7 @@ module Aws
|
|
|
398
399
|
'MediaStore' => 'mediastore',
|
|
399
400
|
'MediaStoreData' => 'data.mediastore',
|
|
400
401
|
'MediaTailor' => 'api.mediatailor',
|
|
402
|
+
'Mgn' => 'mgn',
|
|
401
403
|
'MigrationHub' => 'mgh',
|
|
402
404
|
'MigrationHubConfig' => 'migrationhub-config',
|
|
403
405
|
'Mobile' => 'mobile',
|
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
|
}
|
|
@@ -3799,6 +3809,7 @@
|
|
|
3799
3809
|
"ap-east-1" : { },
|
|
3800
3810
|
"ap-northeast-1" : { },
|
|
3801
3811
|
"ap-northeast-2" : { },
|
|
3812
|
+
"ap-northeast-3" : { },
|
|
3802
3813
|
"ap-south-1" : { },
|
|
3803
3814
|
"ap-southeast-1" : { },
|
|
3804
3815
|
"ap-southeast-2" : { },
|
|
@@ -3948,6 +3959,7 @@
|
|
|
3948
3959
|
"ap-east-1" : { },
|
|
3949
3960
|
"ap-northeast-1" : { },
|
|
3950
3961
|
"ap-northeast-2" : { },
|
|
3962
|
+
"ap-northeast-3" : { },
|
|
3951
3963
|
"ap-south-1" : { },
|
|
3952
3964
|
"ap-southeast-1" : { },
|
|
3953
3965
|
"ap-southeast-2" : { },
|
|
@@ -4274,6 +4286,7 @@
|
|
|
4274
4286
|
"ap-east-1" : { },
|
|
4275
4287
|
"ap-northeast-1" : { },
|
|
4276
4288
|
"ap-northeast-2" : { },
|
|
4289
|
+
"ap-northeast-3" : { },
|
|
4277
4290
|
"ap-south-1" : { },
|
|
4278
4291
|
"ap-southeast-1" : { },
|
|
4279
4292
|
"ap-southeast-2" : { },
|
|
@@ -4623,6 +4636,21 @@
|
|
|
4623
4636
|
"us-west-2" : { }
|
|
4624
4637
|
}
|
|
4625
4638
|
},
|
|
4639
|
+
"personalize" : {
|
|
4640
|
+
"endpoints" : {
|
|
4641
|
+
"ap-northeast-1" : { },
|
|
4642
|
+
"ap-northeast-2" : { },
|
|
4643
|
+
"ap-south-1" : { },
|
|
4644
|
+
"ap-southeast-1" : { },
|
|
4645
|
+
"ap-southeast-2" : { },
|
|
4646
|
+
"ca-central-1" : { },
|
|
4647
|
+
"eu-central-1" : { },
|
|
4648
|
+
"eu-west-1" : { },
|
|
4649
|
+
"us-east-1" : { },
|
|
4650
|
+
"us-east-2" : { },
|
|
4651
|
+
"us-west-2" : { }
|
|
4652
|
+
}
|
|
4653
|
+
},
|
|
4626
4654
|
"pinpoint" : {
|
|
4627
4655
|
"defaults" : {
|
|
4628
4656
|
"credentialScope" : {
|
|
@@ -6157,9 +6185,7 @@
|
|
|
6157
6185
|
},
|
|
6158
6186
|
"me-south-1" : { },
|
|
6159
6187
|
"sa-east-1" : { },
|
|
6160
|
-
"us-east-1" : {
|
|
6161
|
-
"sslCommonName" : "queue.{dnsSuffix}"
|
|
6162
|
-
},
|
|
6188
|
+
"us-east-1" : { },
|
|
6163
6189
|
"us-east-2" : { },
|
|
6164
6190
|
"us-west-1" : { },
|
|
6165
6191
|
"us-west-2" : { }
|
|
@@ -7502,7 +7528,8 @@
|
|
|
7502
7528
|
},
|
|
7503
7529
|
"lakeformation" : {
|
|
7504
7530
|
"endpoints" : {
|
|
7505
|
-
"cn-north-1" : { }
|
|
7531
|
+
"cn-north-1" : { },
|
|
7532
|
+
"cn-northwest-1" : { }
|
|
7506
7533
|
}
|
|
7507
7534
|
},
|
|
7508
7535
|
"lambda" : {
|
|
@@ -7564,6 +7591,11 @@
|
|
|
7564
7591
|
"isRegionalized" : false,
|
|
7565
7592
|
"partitionEndpoint" : "aws-cn-global"
|
|
7566
7593
|
},
|
|
7594
|
+
"personalize" : {
|
|
7595
|
+
"endpoints" : {
|
|
7596
|
+
"cn-north-1" : { }
|
|
7597
|
+
}
|
|
7598
|
+
},
|
|
7567
7599
|
"polly" : {
|
|
7568
7600
|
"endpoints" : {
|
|
7569
7601
|
"cn-northwest-1" : { }
|
|
@@ -9238,6 +9270,27 @@
|
|
|
9238
9270
|
}
|
|
9239
9271
|
}
|
|
9240
9272
|
},
|
|
9273
|
+
"servicequotas" : {
|
|
9274
|
+
"defaults" : {
|
|
9275
|
+
"protocols" : [ "https" ]
|
|
9276
|
+
},
|
|
9277
|
+
"endpoints" : {
|
|
9278
|
+
"fips-us-gov-east-1" : {
|
|
9279
|
+
"credentialScope" : {
|
|
9280
|
+
"region" : "us-gov-east-1"
|
|
9281
|
+
},
|
|
9282
|
+
"hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
|
|
9283
|
+
},
|
|
9284
|
+
"fips-us-gov-west-1" : {
|
|
9285
|
+
"credentialScope" : {
|
|
9286
|
+
"region" : "us-gov-west-1"
|
|
9287
|
+
},
|
|
9288
|
+
"hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
|
|
9289
|
+
},
|
|
9290
|
+
"us-gov-east-1" : { },
|
|
9291
|
+
"us-gov-west-1" : { }
|
|
9292
|
+
}
|
|
9293
|
+
},
|
|
9241
9294
|
"sms" : {
|
|
9242
9295
|
"endpoints" : {
|
|
9243
9296
|
"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.443.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-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|