aws-partitions 1.589.0 → 1.595.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 +30 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +150 -9
- 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: 065a60825978826ffd38649999839c4ed22a3742f697c027cd9aaf25635a24b5
|
|
4
|
+
data.tar.gz: 4dba4a3673254977ad2921215806efac6ba769eea4d7d135bb50f4d5c9994fa1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94315d13776751e715eed3eeb956c56a8c63abb6fa70f7dfcf2298f36890c433d934c47d8900f0085a66586b9e997c792a6d677f8f6723969f033127f19015a3
|
|
7
|
+
data.tar.gz: 2c7f1b2f6598f10a592f124f698baec9410837410effbd37368c95d04f1c883975af32b59efa93cca577409f9cdba550d530bc850dcb614576df1347a209667a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.595.0 (2022-05-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
8
|
+
|
|
9
|
+
1.594.0 (2022-05-27)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerless`.
|
|
13
|
+
|
|
14
|
+
1.593.0 (2022-05-26)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerlessWebService`.
|
|
18
|
+
|
|
19
|
+
1.592.0 (2022-05-25)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
24
|
+
1.591.0 (2022-05-24)
|
|
25
|
+
------------------
|
|
26
|
+
|
|
27
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
28
|
+
|
|
29
|
+
1.590.0 (2022-05-23)
|
|
30
|
+
------------------
|
|
31
|
+
|
|
32
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
33
|
+
|
|
4
34
|
1.589.0 (2022-05-19)
|
|
5
35
|
------------------
|
|
6
36
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.595.0
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -327,6 +327,7 @@ module Aws
|
|
|
327
327
|
'EKS' => 'eks',
|
|
328
328
|
'EMR' => 'elasticmapreduce',
|
|
329
329
|
'EMRContainers' => 'emr-containers',
|
|
330
|
+
'EMRServerless' => 'emr-serverless',
|
|
330
331
|
'ElastiCache' => 'elasticache',
|
|
331
332
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
332
333
|
'ElasticInference' => 'api.elastic-inference',
|
data/partitions.json
CHANGED
|
@@ -1114,7 +1114,9 @@
|
|
|
1114
1114
|
},
|
|
1115
1115
|
"app-integrations" : {
|
|
1116
1116
|
"endpoints" : {
|
|
1117
|
+
"af-south-1" : { },
|
|
1117
1118
|
"ap-northeast-1" : { },
|
|
1119
|
+
"ap-northeast-2" : { },
|
|
1118
1120
|
"ap-southeast-1" : { },
|
|
1119
1121
|
"ap-southeast-2" : { },
|
|
1120
1122
|
"ca-central-1" : { },
|
|
@@ -1658,6 +1660,31 @@
|
|
|
1658
1660
|
"us-west-2" : { }
|
|
1659
1661
|
}
|
|
1660
1662
|
},
|
|
1663
|
+
"backup-gateway" : {
|
|
1664
|
+
"endpoints" : {
|
|
1665
|
+
"af-south-1" : { },
|
|
1666
|
+
"ap-east-1" : { },
|
|
1667
|
+
"ap-northeast-1" : { },
|
|
1668
|
+
"ap-northeast-2" : { },
|
|
1669
|
+
"ap-northeast-3" : { },
|
|
1670
|
+
"ap-south-1" : { },
|
|
1671
|
+
"ap-southeast-1" : { },
|
|
1672
|
+
"ap-southeast-2" : { },
|
|
1673
|
+
"ca-central-1" : { },
|
|
1674
|
+
"eu-central-1" : { },
|
|
1675
|
+
"eu-north-1" : { },
|
|
1676
|
+
"eu-south-1" : { },
|
|
1677
|
+
"eu-west-1" : { },
|
|
1678
|
+
"eu-west-2" : { },
|
|
1679
|
+
"eu-west-3" : { },
|
|
1680
|
+
"me-south-1" : { },
|
|
1681
|
+
"sa-east-1" : { },
|
|
1682
|
+
"us-east-1" : { },
|
|
1683
|
+
"us-east-2" : { },
|
|
1684
|
+
"us-west-1" : { },
|
|
1685
|
+
"us-west-2" : { }
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1661
1688
|
"batch" : {
|
|
1662
1689
|
"defaults" : {
|
|
1663
1690
|
"variants" : [ {
|
|
@@ -1674,6 +1701,7 @@
|
|
|
1674
1701
|
"ap-south-1" : { },
|
|
1675
1702
|
"ap-southeast-1" : { },
|
|
1676
1703
|
"ap-southeast-2" : { },
|
|
1704
|
+
"ap-southeast-3" : { },
|
|
1677
1705
|
"ca-central-1" : { },
|
|
1678
1706
|
"eu-central-1" : { },
|
|
1679
1707
|
"eu-north-1" : { },
|
|
@@ -4834,12 +4862,50 @@
|
|
|
4834
4862
|
},
|
|
4835
4863
|
"email" : {
|
|
4836
4864
|
"endpoints" : {
|
|
4865
|
+
"af-south-1" : { },
|
|
4866
|
+
"ap-northeast-1" : { },
|
|
4867
|
+
"ap-northeast-2" : { },
|
|
4868
|
+
"ap-northeast-3" : { },
|
|
4837
4869
|
"ap-south-1" : { },
|
|
4870
|
+
"ap-southeast-1" : { },
|
|
4838
4871
|
"ap-southeast-2" : { },
|
|
4872
|
+
"ca-central-1" : { },
|
|
4839
4873
|
"eu-central-1" : { },
|
|
4874
|
+
"eu-north-1" : { },
|
|
4875
|
+
"eu-south-1" : { },
|
|
4840
4876
|
"eu-west-1" : { },
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4877
|
+
"eu-west-2" : { },
|
|
4878
|
+
"eu-west-3" : { },
|
|
4879
|
+
"fips-us-east-1" : {
|
|
4880
|
+
"credentialScope" : {
|
|
4881
|
+
"region" : "us-east-1"
|
|
4882
|
+
},
|
|
4883
|
+
"deprecated" : true,
|
|
4884
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com"
|
|
4885
|
+
},
|
|
4886
|
+
"fips-us-west-2" : {
|
|
4887
|
+
"credentialScope" : {
|
|
4888
|
+
"region" : "us-west-2"
|
|
4889
|
+
},
|
|
4890
|
+
"deprecated" : true,
|
|
4891
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
|
4892
|
+
},
|
|
4893
|
+
"me-south-1" : { },
|
|
4894
|
+
"sa-east-1" : { },
|
|
4895
|
+
"us-east-1" : {
|
|
4896
|
+
"variants" : [ {
|
|
4897
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com",
|
|
4898
|
+
"tags" : [ "fips" ]
|
|
4899
|
+
} ]
|
|
4900
|
+
},
|
|
4901
|
+
"us-east-2" : { },
|
|
4902
|
+
"us-west-1" : { },
|
|
4903
|
+
"us-west-2" : {
|
|
4904
|
+
"variants" : [ {
|
|
4905
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com",
|
|
4906
|
+
"tags" : [ "fips" ]
|
|
4907
|
+
} ]
|
|
4908
|
+
}
|
|
4843
4909
|
}
|
|
4844
4910
|
},
|
|
4845
4911
|
"emr-containers" : {
|
|
@@ -4922,6 +4988,38 @@
|
|
|
4922
4988
|
}
|
|
4923
4989
|
}
|
|
4924
4990
|
},
|
|
4991
|
+
"emr-serverless" : {
|
|
4992
|
+
"endpoints" : {
|
|
4993
|
+
"ap-northeast-1" : { },
|
|
4994
|
+
"eu-west-1" : { },
|
|
4995
|
+
"fips-us-east-1" : {
|
|
4996
|
+
"credentialScope" : {
|
|
4997
|
+
"region" : "us-east-1"
|
|
4998
|
+
},
|
|
4999
|
+
"deprecated" : true,
|
|
5000
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
|
|
5001
|
+
},
|
|
5002
|
+
"fips-us-west-2" : {
|
|
5003
|
+
"credentialScope" : {
|
|
5004
|
+
"region" : "us-west-2"
|
|
5005
|
+
},
|
|
5006
|
+
"deprecated" : true,
|
|
5007
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
5008
|
+
},
|
|
5009
|
+
"us-east-1" : {
|
|
5010
|
+
"variants" : [ {
|
|
5011
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
|
|
5012
|
+
"tags" : [ "fips" ]
|
|
5013
|
+
} ]
|
|
5014
|
+
},
|
|
5015
|
+
"us-west-2" : {
|
|
5016
|
+
"variants" : [ {
|
|
5017
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
|
|
5018
|
+
"tags" : [ "fips" ]
|
|
5019
|
+
} ]
|
|
5020
|
+
}
|
|
5021
|
+
}
|
|
5022
|
+
},
|
|
4925
5023
|
"entitlement.marketplace" : {
|
|
4926
5024
|
"defaults" : {
|
|
4927
5025
|
"credentialScope" : {
|
|
@@ -6152,10 +6250,6 @@
|
|
|
6152
6250
|
"isRegionalized" : true
|
|
6153
6251
|
},
|
|
6154
6252
|
"health" : {
|
|
6155
|
-
"defaults" : {
|
|
6156
|
-
"protocols" : [ "https" ],
|
|
6157
|
-
"sslCommonName" : "health.us-east-1.amazonaws.com"
|
|
6158
|
-
},
|
|
6159
6253
|
"endpoints" : {
|
|
6160
6254
|
"fips-us-east-2" : {
|
|
6161
6255
|
"credentialScope" : {
|
|
@@ -6174,9 +6268,7 @@
|
|
|
6174
6268
|
"tags" : [ "fips" ]
|
|
6175
6269
|
} ]
|
|
6176
6270
|
}
|
|
6177
|
-
}
|
|
6178
|
-
"isRegionalized" : false,
|
|
6179
|
-
"partitionEndpoint" : "aws-global"
|
|
6271
|
+
}
|
|
6180
6272
|
},
|
|
6181
6273
|
"healthlake" : {
|
|
6182
6274
|
"defaults" : {
|
|
@@ -8648,6 +8740,12 @@
|
|
|
8648
8740
|
},
|
|
8649
8741
|
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
|
8650
8742
|
},
|
|
8743
|
+
"ap-northeast-3" : {
|
|
8744
|
+
"credentialScope" : {
|
|
8745
|
+
"region" : "ap-northeast-3"
|
|
8746
|
+
},
|
|
8747
|
+
"hostname" : "oidc.ap-northeast-3.amazonaws.com"
|
|
8748
|
+
},
|
|
8651
8749
|
"ap-south-1" : {
|
|
8652
8750
|
"credentialScope" : {
|
|
8653
8751
|
"region" : "ap-south-1"
|
|
@@ -9045,6 +9143,12 @@
|
|
|
9045
9143
|
},
|
|
9046
9144
|
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
|
|
9047
9145
|
},
|
|
9146
|
+
"ap-northeast-3" : {
|
|
9147
|
+
"credentialScope" : {
|
|
9148
|
+
"region" : "ap-northeast-3"
|
|
9149
|
+
},
|
|
9150
|
+
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
|
|
9151
|
+
},
|
|
9048
9152
|
"ap-south-1" : {
|
|
9049
9153
|
"credentialScope" : {
|
|
9050
9154
|
"region" : "ap-south-1"
|
|
@@ -9150,6 +9254,15 @@
|
|
|
9150
9254
|
"us-west-2" : { }
|
|
9151
9255
|
}
|
|
9152
9256
|
},
|
|
9257
|
+
"proton" : {
|
|
9258
|
+
"endpoints" : {
|
|
9259
|
+
"ap-northeast-1" : { },
|
|
9260
|
+
"eu-west-1" : { },
|
|
9261
|
+
"us-east-1" : { },
|
|
9262
|
+
"us-east-2" : { },
|
|
9263
|
+
"us-west-2" : { }
|
|
9264
|
+
}
|
|
9265
|
+
},
|
|
9153
9266
|
"qldb" : {
|
|
9154
9267
|
"endpoints" : {
|
|
9155
9268
|
"ap-northeast-1" : { },
|
|
@@ -13168,6 +13281,28 @@
|
|
|
13168
13281
|
}
|
|
13169
13282
|
}
|
|
13170
13283
|
},
|
|
13284
|
+
"wellarchitected" : {
|
|
13285
|
+
"endpoints" : {
|
|
13286
|
+
"ap-east-1" : { },
|
|
13287
|
+
"ap-northeast-1" : { },
|
|
13288
|
+
"ap-northeast-2" : { },
|
|
13289
|
+
"ap-south-1" : { },
|
|
13290
|
+
"ap-southeast-1" : { },
|
|
13291
|
+
"ap-southeast-2" : { },
|
|
13292
|
+
"ca-central-1" : { },
|
|
13293
|
+
"eu-central-1" : { },
|
|
13294
|
+
"eu-north-1" : { },
|
|
13295
|
+
"eu-west-1" : { },
|
|
13296
|
+
"eu-west-2" : { },
|
|
13297
|
+
"eu-west-3" : { },
|
|
13298
|
+
"me-south-1" : { },
|
|
13299
|
+
"sa-east-1" : { },
|
|
13300
|
+
"us-east-1" : { },
|
|
13301
|
+
"us-east-2" : { },
|
|
13302
|
+
"us-west-1" : { },
|
|
13303
|
+
"us-west-2" : { }
|
|
13304
|
+
}
|
|
13305
|
+
},
|
|
13171
13306
|
"wisdom" : {
|
|
13172
13307
|
"endpoints" : {
|
|
13173
13308
|
"ap-northeast-1" : { },
|
|
@@ -14838,6 +14973,12 @@
|
|
|
14838
14973
|
"us-gov-west-1" : { }
|
|
14839
14974
|
}
|
|
14840
14975
|
},
|
|
14976
|
+
"backup-gateway" : {
|
|
14977
|
+
"endpoints" : {
|
|
14978
|
+
"us-gov-east-1" : { },
|
|
14979
|
+
"us-gov-west-1" : { }
|
|
14980
|
+
}
|
|
14981
|
+
},
|
|
14841
14982
|
"batch" : {
|
|
14842
14983
|
"defaults" : {
|
|
14843
14984
|
"variants" : [ {
|
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.595.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: 2022-05-
|
|
11
|
+
date: 2022-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|