aws-partitions 1.590.0 → 1.594.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +117 -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: 8ed9ffce0b99755481f5d9688931e972d37d089d6581eb1f5c967224ee4fe130
|
|
4
|
+
data.tar.gz: bdab7e6a2cb6e9690b2959df649b4a98766ecd3ce0c2d2f145439b94103147cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b3d128fab4208b8e459b81506acb0de8f4677a91d21d2beca09c13bb8de207e9b831e6ff12e8d9d407e1585fea3eecd90838175b10e40555e4526dc9e5799e
|
|
7
|
+
data.tar.gz: 35328b7d709e86ad3a54000d3db85d2dcc0dd0743061c1a7dc133c9dc606158ca4f87e46bb47a2984029a35b6fdf73fede32929c4a74e0a56ef9bfd1ab3bd8ef
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.594.0 (2022-05-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerless`.
|
|
8
|
+
|
|
9
|
+
1.593.0 (2022-05-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::EMRServerlessWebService`.
|
|
13
|
+
|
|
14
|
+
1.592.0 (2022-05-25)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
18
|
+
|
|
19
|
+
1.591.0 (2022-05-24)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
|
23
|
+
|
|
4
24
|
1.590.0 (2022-05-23)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.594.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
|
@@ -1658,6 +1658,31 @@
|
|
|
1658
1658
|
"us-west-2" : { }
|
|
1659
1659
|
}
|
|
1660
1660
|
},
|
|
1661
|
+
"backup-gateway" : {
|
|
1662
|
+
"endpoints" : {
|
|
1663
|
+
"af-south-1" : { },
|
|
1664
|
+
"ap-east-1" : { },
|
|
1665
|
+
"ap-northeast-1" : { },
|
|
1666
|
+
"ap-northeast-2" : { },
|
|
1667
|
+
"ap-northeast-3" : { },
|
|
1668
|
+
"ap-south-1" : { },
|
|
1669
|
+
"ap-southeast-1" : { },
|
|
1670
|
+
"ap-southeast-2" : { },
|
|
1671
|
+
"ca-central-1" : { },
|
|
1672
|
+
"eu-central-1" : { },
|
|
1673
|
+
"eu-north-1" : { },
|
|
1674
|
+
"eu-south-1" : { },
|
|
1675
|
+
"eu-west-1" : { },
|
|
1676
|
+
"eu-west-2" : { },
|
|
1677
|
+
"eu-west-3" : { },
|
|
1678
|
+
"me-south-1" : { },
|
|
1679
|
+
"sa-east-1" : { },
|
|
1680
|
+
"us-east-1" : { },
|
|
1681
|
+
"us-east-2" : { },
|
|
1682
|
+
"us-west-1" : { },
|
|
1683
|
+
"us-west-2" : { }
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1661
1686
|
"batch" : {
|
|
1662
1687
|
"defaults" : {
|
|
1663
1688
|
"variants" : [ {
|
|
@@ -1674,6 +1699,7 @@
|
|
|
1674
1699
|
"ap-south-1" : { },
|
|
1675
1700
|
"ap-southeast-1" : { },
|
|
1676
1701
|
"ap-southeast-2" : { },
|
|
1702
|
+
"ap-southeast-3" : { },
|
|
1677
1703
|
"ca-central-1" : { },
|
|
1678
1704
|
"eu-central-1" : { },
|
|
1679
1705
|
"eu-north-1" : { },
|
|
@@ -4834,12 +4860,50 @@
|
|
|
4834
4860
|
},
|
|
4835
4861
|
"email" : {
|
|
4836
4862
|
"endpoints" : {
|
|
4863
|
+
"af-south-1" : { },
|
|
4864
|
+
"ap-northeast-1" : { },
|
|
4865
|
+
"ap-northeast-2" : { },
|
|
4866
|
+
"ap-northeast-3" : { },
|
|
4837
4867
|
"ap-south-1" : { },
|
|
4868
|
+
"ap-southeast-1" : { },
|
|
4838
4869
|
"ap-southeast-2" : { },
|
|
4870
|
+
"ca-central-1" : { },
|
|
4839
4871
|
"eu-central-1" : { },
|
|
4872
|
+
"eu-north-1" : { },
|
|
4873
|
+
"eu-south-1" : { },
|
|
4840
4874
|
"eu-west-1" : { },
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4875
|
+
"eu-west-2" : { },
|
|
4876
|
+
"eu-west-3" : { },
|
|
4877
|
+
"fips-us-east-1" : {
|
|
4878
|
+
"credentialScope" : {
|
|
4879
|
+
"region" : "us-east-1"
|
|
4880
|
+
},
|
|
4881
|
+
"deprecated" : true,
|
|
4882
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com"
|
|
4883
|
+
},
|
|
4884
|
+
"fips-us-west-2" : {
|
|
4885
|
+
"credentialScope" : {
|
|
4886
|
+
"region" : "us-west-2"
|
|
4887
|
+
},
|
|
4888
|
+
"deprecated" : true,
|
|
4889
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
|
4890
|
+
},
|
|
4891
|
+
"me-south-1" : { },
|
|
4892
|
+
"sa-east-1" : { },
|
|
4893
|
+
"us-east-1" : {
|
|
4894
|
+
"variants" : [ {
|
|
4895
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com",
|
|
4896
|
+
"tags" : [ "fips" ]
|
|
4897
|
+
} ]
|
|
4898
|
+
},
|
|
4899
|
+
"us-east-2" : { },
|
|
4900
|
+
"us-west-1" : { },
|
|
4901
|
+
"us-west-2" : {
|
|
4902
|
+
"variants" : [ {
|
|
4903
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com",
|
|
4904
|
+
"tags" : [ "fips" ]
|
|
4905
|
+
} ]
|
|
4906
|
+
}
|
|
4843
4907
|
}
|
|
4844
4908
|
},
|
|
4845
4909
|
"emr-containers" : {
|
|
@@ -4922,6 +4986,38 @@
|
|
|
4922
4986
|
}
|
|
4923
4987
|
}
|
|
4924
4988
|
},
|
|
4989
|
+
"emr-serverless" : {
|
|
4990
|
+
"endpoints" : {
|
|
4991
|
+
"ap-northeast-1" : { },
|
|
4992
|
+
"eu-west-1" : { },
|
|
4993
|
+
"fips-us-east-1" : {
|
|
4994
|
+
"credentialScope" : {
|
|
4995
|
+
"region" : "us-east-1"
|
|
4996
|
+
},
|
|
4997
|
+
"deprecated" : true,
|
|
4998
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
|
|
4999
|
+
},
|
|
5000
|
+
"fips-us-west-2" : {
|
|
5001
|
+
"credentialScope" : {
|
|
5002
|
+
"region" : "us-west-2"
|
|
5003
|
+
},
|
|
5004
|
+
"deprecated" : true,
|
|
5005
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
|
|
5006
|
+
},
|
|
5007
|
+
"us-east-1" : {
|
|
5008
|
+
"variants" : [ {
|
|
5009
|
+
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com",
|
|
5010
|
+
"tags" : [ "fips" ]
|
|
5011
|
+
} ]
|
|
5012
|
+
},
|
|
5013
|
+
"us-west-2" : {
|
|
5014
|
+
"variants" : [ {
|
|
5015
|
+
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
|
|
5016
|
+
"tags" : [ "fips" ]
|
|
5017
|
+
} ]
|
|
5018
|
+
}
|
|
5019
|
+
}
|
|
5020
|
+
},
|
|
4925
5021
|
"entitlement.marketplace" : {
|
|
4926
5022
|
"defaults" : {
|
|
4927
5023
|
"credentialScope" : {
|
|
@@ -6152,10 +6248,6 @@
|
|
|
6152
6248
|
"isRegionalized" : true
|
|
6153
6249
|
},
|
|
6154
6250
|
"health" : {
|
|
6155
|
-
"defaults" : {
|
|
6156
|
-
"protocols" : [ "https" ],
|
|
6157
|
-
"sslCommonName" : "health.us-east-1.amazonaws.com"
|
|
6158
|
-
},
|
|
6159
6251
|
"endpoints" : {
|
|
6160
6252
|
"fips-us-east-2" : {
|
|
6161
6253
|
"credentialScope" : {
|
|
@@ -6174,9 +6266,7 @@
|
|
|
6174
6266
|
"tags" : [ "fips" ]
|
|
6175
6267
|
} ]
|
|
6176
6268
|
}
|
|
6177
|
-
}
|
|
6178
|
-
"isRegionalized" : false,
|
|
6179
|
-
"partitionEndpoint" : "aws-global"
|
|
6269
|
+
}
|
|
6180
6270
|
},
|
|
6181
6271
|
"healthlake" : {
|
|
6182
6272
|
"defaults" : {
|
|
@@ -8648,6 +8738,12 @@
|
|
|
8648
8738
|
},
|
|
8649
8739
|
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
|
|
8650
8740
|
},
|
|
8741
|
+
"ap-northeast-3" : {
|
|
8742
|
+
"credentialScope" : {
|
|
8743
|
+
"region" : "ap-northeast-3"
|
|
8744
|
+
},
|
|
8745
|
+
"hostname" : "oidc.ap-northeast-3.amazonaws.com"
|
|
8746
|
+
},
|
|
8651
8747
|
"ap-south-1" : {
|
|
8652
8748
|
"credentialScope" : {
|
|
8653
8749
|
"region" : "ap-south-1"
|
|
@@ -9045,6 +9141,12 @@
|
|
|
9045
9141
|
},
|
|
9046
9142
|
"hostname" : "portal.sso.ap-northeast-2.amazonaws.com"
|
|
9047
9143
|
},
|
|
9144
|
+
"ap-northeast-3" : {
|
|
9145
|
+
"credentialScope" : {
|
|
9146
|
+
"region" : "ap-northeast-3"
|
|
9147
|
+
},
|
|
9148
|
+
"hostname" : "portal.sso.ap-northeast-3.amazonaws.com"
|
|
9149
|
+
},
|
|
9048
9150
|
"ap-south-1" : {
|
|
9049
9151
|
"credentialScope" : {
|
|
9050
9152
|
"region" : "ap-south-1"
|
|
@@ -14869,6 +14971,12 @@
|
|
|
14869
14971
|
"us-gov-west-1" : { }
|
|
14870
14972
|
}
|
|
14871
14973
|
},
|
|
14974
|
+
"backup-gateway" : {
|
|
14975
|
+
"endpoints" : {
|
|
14976
|
+
"us-gov-east-1" : { },
|
|
14977
|
+
"us-gov-west-1" : { }
|
|
14978
|
+
}
|
|
14979
|
+
},
|
|
14872
14980
|
"batch" : {
|
|
14873
14981
|
"defaults" : {
|
|
14874
14982
|
"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.594.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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|