aws-partitions 1.592.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +79 -8
- 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,21 @@
|
|
|
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
|
+
|
|
4
19
|
1.592.0 (2022-05-25)
|
|
5
20
|
------------------
|
|
6
21
|
|
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" : { },
|
|
@@ -4960,6 +4988,38 @@
|
|
|
4960
4988
|
}
|
|
4961
4989
|
}
|
|
4962
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
|
+
},
|
|
4963
5023
|
"entitlement.marketplace" : {
|
|
4964
5024
|
"defaults" : {
|
|
4965
5025
|
"credentialScope" : {
|
|
@@ -6190,10 +6250,6 @@
|
|
|
6190
6250
|
"isRegionalized" : true
|
|
6191
6251
|
},
|
|
6192
6252
|
"health" : {
|
|
6193
|
-
"defaults" : {
|
|
6194
|
-
"protocols" : [ "https" ],
|
|
6195
|
-
"sslCommonName" : "health.us-east-1.amazonaws.com"
|
|
6196
|
-
},
|
|
6197
6253
|
"endpoints" : {
|
|
6198
6254
|
"fips-us-east-2" : {
|
|
6199
6255
|
"credentialScope" : {
|
|
@@ -6212,9 +6268,7 @@
|
|
|
6212
6268
|
"tags" : [ "fips" ]
|
|
6213
6269
|
} ]
|
|
6214
6270
|
}
|
|
6215
|
-
}
|
|
6216
|
-
"isRegionalized" : false,
|
|
6217
|
-
"partitionEndpoint" : "aws-global"
|
|
6271
|
+
}
|
|
6218
6272
|
},
|
|
6219
6273
|
"healthlake" : {
|
|
6220
6274
|
"defaults" : {
|
|
@@ -8686,6 +8740,12 @@
|
|
|
8686
8740
|
},
|
|
8687
8741
|
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
|
8688
8742
|
},
|
|
8743
|
+
"ap-northeast-3" : {
|
|
8744
|
+
"credentialScope" : {
|
|
8745
|
+
"region" : "ap-northeast-3"
|
|
8746
|
+
},
|
|
8747
|
+
"hostname" : "oidc.ap-northeast-3.amazonaws.com"
|
|
8748
|
+
},
|
|
8689
8749
|
"ap-south-1" : {
|
|
8690
8750
|
"credentialScope" : {
|
|
8691
8751
|
"region" : "ap-south-1"
|
|
@@ -9083,7 +9143,12 @@
|
|
|
9083
9143
|
},
|
|
9084
9144
|
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
|
|
9085
9145
|
},
|
|
9086
|
-
"ap-northeast-3" : {
|
|
9146
|
+
"ap-northeast-3" : {
|
|
9147
|
+
"credentialScope" : {
|
|
9148
|
+
"region" : "ap-northeast-3"
|
|
9149
|
+
},
|
|
9150
|
+
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
|
|
9151
|
+
},
|
|
9087
9152
|
"ap-south-1" : {
|
|
9088
9153
|
"credentialScope" : {
|
|
9089
9154
|
"region" : "ap-south-1"
|
|
@@ -14908,6 +14973,12 @@
|
|
|
14908
14973
|
"us-gov-west-1" : { }
|
|
14909
14974
|
}
|
|
14910
14975
|
},
|
|
14976
|
+
"backup-gateway" : {
|
|
14977
|
+
"endpoints" : {
|
|
14978
|
+
"us-gov-east-1" : { },
|
|
14979
|
+
"us-gov-west-1" : { }
|
|
14980
|
+
}
|
|
14981
|
+
},
|
|
14911
14982
|
"batch" : {
|
|
14912
14983
|
"defaults" : {
|
|
14913
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:
|