aws-partitions 1.442.0 → 1.447.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 +1 -0
- data/partitions.json +98 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b04b1119edbd887bf11012d90e3c7b006ba5d4a5115219e3b6eb3646d9f898c
|
|
4
|
+
data.tar.gz: cf73cf4a725fd9ebd1c8a9f05550aab971f4d3654ce69cdbf9c4f01537594599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b32d8b3a28cb291d42cd59f00cb0117797f870e1408ea16df0a11b5f50978fa554812836d0bf649faa04552a0cb7f9b1088051261c81c1f907b8acad5893129
|
|
7
|
+
data.tar.gz: 7b2647448fd1ff68e6be8e723a7e1a3e17c00f6831ff8189c3fc87568e325e07a09f12438f7758404a830a866b64db2e13d296d7bcfd329e5ad468c76acf4c5d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.447.0 (2021-04-23)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.446.0 (2021-04-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
13
|
+
|
|
14
|
+
1.445.0 (2021-04-15)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.444.0 (2021-04-12)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.443.0 (2021-04-08)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Added support for enumerating regions for `Aws::LookoutEquipment`.
|
|
28
|
+
|
|
4
29
|
1.442.0 (2021-04-07)
|
|
5
30
|
------------------
|
|
6
31
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.447.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',
|
data/partitions.json
CHANGED
|
@@ -1186,7 +1186,10 @@
|
|
|
1186
1186
|
"ap-southeast-2" : { },
|
|
1187
1187
|
"eu-central-1" : { },
|
|
1188
1188
|
"eu-north-1" : { },
|
|
1189
|
+
"eu-south-1" : { },
|
|
1189
1190
|
"eu-west-1" : { },
|
|
1191
|
+
"eu-west-2" : { },
|
|
1192
|
+
"eu-west-3" : { },
|
|
1190
1193
|
"us-east-1" : { },
|
|
1191
1194
|
"us-east-2" : { },
|
|
1192
1195
|
"us-west-2" : { }
|
|
@@ -1245,6 +1248,7 @@
|
|
|
1245
1248
|
"ap-east-1" : { },
|
|
1246
1249
|
"ap-northeast-1" : { },
|
|
1247
1250
|
"ap-northeast-2" : { },
|
|
1251
|
+
"ap-northeast-3" : { },
|
|
1248
1252
|
"ap-south-1" : { },
|
|
1249
1253
|
"ap-southeast-1" : { },
|
|
1250
1254
|
"ap-southeast-2" : { },
|
|
@@ -1649,6 +1653,7 @@
|
|
|
1649
1653
|
"endpoints" : {
|
|
1650
1654
|
"ap-northeast-1" : { },
|
|
1651
1655
|
"ap-southeast-2" : { },
|
|
1656
|
+
"ca-central-1" : { },
|
|
1652
1657
|
"eu-central-1" : { },
|
|
1653
1658
|
"eu-west-2" : { },
|
|
1654
1659
|
"us-east-1" : { },
|
|
@@ -3062,6 +3067,8 @@
|
|
|
3062
3067
|
},
|
|
3063
3068
|
"gamelift" : {
|
|
3064
3069
|
"endpoints" : {
|
|
3070
|
+
"af-south-1" : { },
|
|
3071
|
+
"ap-east-1" : { },
|
|
3065
3072
|
"ap-northeast-1" : { },
|
|
3066
3073
|
"ap-northeast-2" : { },
|
|
3067
3074
|
"ap-south-1" : { },
|
|
@@ -3069,8 +3076,12 @@
|
|
|
3069
3076
|
"ap-southeast-2" : { },
|
|
3070
3077
|
"ca-central-1" : { },
|
|
3071
3078
|
"eu-central-1" : { },
|
|
3079
|
+
"eu-north-1" : { },
|
|
3080
|
+
"eu-south-1" : { },
|
|
3072
3081
|
"eu-west-1" : { },
|
|
3073
3082
|
"eu-west-2" : { },
|
|
3083
|
+
"eu-west-3" : { },
|
|
3084
|
+
"me-south-1" : { },
|
|
3074
3085
|
"sa-east-1" : { },
|
|
3075
3086
|
"us-east-1" : { },
|
|
3076
3087
|
"us-east-2" : { },
|
|
@@ -3244,6 +3255,7 @@
|
|
|
3244
3255
|
"ap-east-1" : { },
|
|
3245
3256
|
"ap-northeast-1" : { },
|
|
3246
3257
|
"ap-northeast-2" : { },
|
|
3258
|
+
"ap-northeast-3" : { },
|
|
3247
3259
|
"ap-south-1" : { },
|
|
3248
3260
|
"ap-southeast-1" : { },
|
|
3249
3261
|
"ap-southeast-2" : { },
|
|
@@ -3918,6 +3930,13 @@
|
|
|
3918
3930
|
"us-west-2" : { }
|
|
3919
3931
|
}
|
|
3920
3932
|
},
|
|
3933
|
+
"lookoutequipment" : {
|
|
3934
|
+
"endpoints" : {
|
|
3935
|
+
"ap-northeast-2" : { },
|
|
3936
|
+
"eu-west-1" : { },
|
|
3937
|
+
"us-east-1" : { }
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3921
3940
|
"lookoutvision" : {
|
|
3922
3941
|
"endpoints" : {
|
|
3923
3942
|
"ap-northeast-1" : { },
|
|
@@ -4636,6 +4655,21 @@
|
|
|
4636
4655
|
"us-west-2" : { }
|
|
4637
4656
|
}
|
|
4638
4657
|
},
|
|
4658
|
+
"personalize" : {
|
|
4659
|
+
"endpoints" : {
|
|
4660
|
+
"ap-northeast-1" : { },
|
|
4661
|
+
"ap-northeast-2" : { },
|
|
4662
|
+
"ap-south-1" : { },
|
|
4663
|
+
"ap-southeast-1" : { },
|
|
4664
|
+
"ap-southeast-2" : { },
|
|
4665
|
+
"ca-central-1" : { },
|
|
4666
|
+
"eu-central-1" : { },
|
|
4667
|
+
"eu-west-1" : { },
|
|
4668
|
+
"us-east-1" : { },
|
|
4669
|
+
"us-east-2" : { },
|
|
4670
|
+
"us-west-2" : { }
|
|
4671
|
+
}
|
|
4672
|
+
},
|
|
4639
4673
|
"pinpoint" : {
|
|
4640
4674
|
"defaults" : {
|
|
4641
4675
|
"credentialScope" : {
|
|
@@ -4823,6 +4857,7 @@
|
|
|
4823
4857
|
"ap-east-1" : { },
|
|
4824
4858
|
"ap-northeast-1" : { },
|
|
4825
4859
|
"ap-northeast-2" : { },
|
|
4860
|
+
"ap-northeast-3" : { },
|
|
4826
4861
|
"ap-south-1" : { },
|
|
4827
4862
|
"ap-southeast-1" : { },
|
|
4828
4863
|
"ap-southeast-2" : { },
|
|
@@ -5768,6 +5803,7 @@
|
|
|
5768
5803
|
"ap-east-1" : { },
|
|
5769
5804
|
"ap-northeast-1" : { },
|
|
5770
5805
|
"ap-northeast-2" : { },
|
|
5806
|
+
"ap-northeast-3" : { },
|
|
5771
5807
|
"ap-south-1" : { },
|
|
5772
5808
|
"ap-southeast-1" : { },
|
|
5773
5809
|
"ap-southeast-2" : { },
|
|
@@ -6170,7 +6206,9 @@
|
|
|
6170
6206
|
},
|
|
6171
6207
|
"me-south-1" : { },
|
|
6172
6208
|
"sa-east-1" : { },
|
|
6173
|
-
"us-east-1" : {
|
|
6209
|
+
"us-east-1" : {
|
|
6210
|
+
"sslCommonName" : "queue.{dnsSuffix}"
|
|
6211
|
+
},
|
|
6174
6212
|
"us-east-2" : { },
|
|
6175
6213
|
"us-west-1" : { },
|
|
6176
6214
|
"us-west-2" : { }
|
|
@@ -7513,7 +7551,8 @@
|
|
|
7513
7551
|
},
|
|
7514
7552
|
"lakeformation" : {
|
|
7515
7553
|
"endpoints" : {
|
|
7516
|
-
"cn-north-1" : { }
|
|
7554
|
+
"cn-north-1" : { },
|
|
7555
|
+
"cn-northwest-1" : { }
|
|
7517
7556
|
}
|
|
7518
7557
|
},
|
|
7519
7558
|
"lambda" : {
|
|
@@ -7553,6 +7592,12 @@
|
|
|
7553
7592
|
"cn-northwest-1" : { }
|
|
7554
7593
|
}
|
|
7555
7594
|
},
|
|
7595
|
+
"mq" : {
|
|
7596
|
+
"endpoints" : {
|
|
7597
|
+
"cn-north-1" : { },
|
|
7598
|
+
"cn-northwest-1" : { }
|
|
7599
|
+
}
|
|
7600
|
+
},
|
|
7556
7601
|
"neptune" : {
|
|
7557
7602
|
"endpoints" : {
|
|
7558
7603
|
"cn-northwest-1" : {
|
|
@@ -7575,6 +7620,11 @@
|
|
|
7575
7620
|
"isRegionalized" : false,
|
|
7576
7621
|
"partitionEndpoint" : "aws-cn-global"
|
|
7577
7622
|
},
|
|
7623
|
+
"personalize" : {
|
|
7624
|
+
"endpoints" : {
|
|
7625
|
+
"cn-north-1" : { }
|
|
7626
|
+
}
|
|
7627
|
+
},
|
|
7578
7628
|
"polly" : {
|
|
7579
7629
|
"endpoints" : {
|
|
7580
7630
|
"cn-northwest-1" : { }
|
|
@@ -7616,6 +7666,14 @@
|
|
|
7616
7666
|
"isRegionalized" : false,
|
|
7617
7667
|
"partitionEndpoint" : "aws-cn-global"
|
|
7618
7668
|
},
|
|
7669
|
+
"route53resolver" : {
|
|
7670
|
+
"defaults" : {
|
|
7671
|
+
"protocols" : [ "https" ]
|
|
7672
|
+
},
|
|
7673
|
+
"endpoints" : {
|
|
7674
|
+
"cn-north-1" : { }
|
|
7675
|
+
}
|
|
7676
|
+
},
|
|
7619
7677
|
"runtime.sagemaker" : {
|
|
7620
7678
|
"endpoints" : {
|
|
7621
7679
|
"cn-north-1" : { },
|
|
@@ -8061,6 +8119,18 @@
|
|
|
8061
8119
|
},
|
|
8062
8120
|
"batch" : {
|
|
8063
8121
|
"endpoints" : {
|
|
8122
|
+
"fips-us-gov-east-1" : {
|
|
8123
|
+
"credentialScope" : {
|
|
8124
|
+
"region" : "us-gov-east-1"
|
|
8125
|
+
},
|
|
8126
|
+
"hostname" : "batch.us-gov-east-1.amazonaws.com"
|
|
8127
|
+
},
|
|
8128
|
+
"fips-us-gov-west-1" : {
|
|
8129
|
+
"credentialScope" : {
|
|
8130
|
+
"region" : "us-gov-west-1"
|
|
8131
|
+
},
|
|
8132
|
+
"hostname" : "batch.us-gov-west-1.amazonaws.com"
|
|
8133
|
+
},
|
|
8064
8134
|
"us-gov-east-1" : { },
|
|
8065
8135
|
"us-gov-west-1" : { }
|
|
8066
8136
|
}
|
|
@@ -8555,6 +8625,27 @@
|
|
|
8555
8625
|
"us-gov-west-1" : { }
|
|
8556
8626
|
}
|
|
8557
8627
|
},
|
|
8628
|
+
"fms" : {
|
|
8629
|
+
"defaults" : {
|
|
8630
|
+
"protocols" : [ "https" ]
|
|
8631
|
+
},
|
|
8632
|
+
"endpoints" : {
|
|
8633
|
+
"fips-us-gov-east-1" : {
|
|
8634
|
+
"credentialScope" : {
|
|
8635
|
+
"region" : "us-gov-east-1"
|
|
8636
|
+
},
|
|
8637
|
+
"hostname" : "fms-fips.us-gov-east-1.amazonaws.com"
|
|
8638
|
+
},
|
|
8639
|
+
"fips-us-gov-west-1" : {
|
|
8640
|
+
"credentialScope" : {
|
|
8641
|
+
"region" : "us-gov-west-1"
|
|
8642
|
+
},
|
|
8643
|
+
"hostname" : "fms-fips.us-gov-west-1.amazonaws.com"
|
|
8644
|
+
},
|
|
8645
|
+
"us-gov-east-1" : { },
|
|
8646
|
+
"us-gov-west-1" : { }
|
|
8647
|
+
}
|
|
8648
|
+
},
|
|
8558
8649
|
"fsx" : {
|
|
8559
8650
|
"endpoints" : {
|
|
8560
8651
|
"fips-prod-us-gov-east-1" : {
|
|
@@ -9731,6 +9822,11 @@
|
|
|
9731
9822
|
"us-iso-east-1" : { }
|
|
9732
9823
|
}
|
|
9733
9824
|
},
|
|
9825
|
+
"firehose" : {
|
|
9826
|
+
"endpoints" : {
|
|
9827
|
+
"us-iso-east-1" : { }
|
|
9828
|
+
}
|
|
9829
|
+
},
|
|
9734
9830
|
"glacier" : {
|
|
9735
9831
|
"endpoints" : {
|
|
9736
9832
|
"us-iso-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.447.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-04-
|
|
11
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|
|
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
48
48
|
version: '0'
|
|
49
49
|
requirements: []
|
|
50
50
|
rubyforge_project:
|
|
51
|
-
rubygems_version: 2.7.6.
|
|
51
|
+
rubygems_version: 2.7.6.3
|
|
52
52
|
signing_key:
|
|
53
53
|
specification_version: 4
|
|
54
54
|
summary: Provides information about AWS partitions, regions, and services.
|