aws-partitions 1.584.0 → 1.587.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +15 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +56 -13
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58879132eb868252be49db0f7f7e91f3407fef819c5c4deaeecae4b3c9677ce5
4
- data.tar.gz: 379076a6c5b7faab3ab0cf1ec9a05f3d32ab77b62e7bad2aaa10acedf61a24b8
3
+ metadata.gz: 694bc2fcbdc3cbf4ba9528ad56dd2810146f43d1bd51702e148926494dce761a
4
+ data.tar.gz: aae5441833a8ce65f679edfc5acd7d71e2eae5a342aebb0e5cb3a22a643f42fa
5
5
  SHA512:
6
- metadata.gz: ef5f74573ab5ff6354661c904ddda73a7f244d939bb1919bd2a31cea8df0c71a936821bce1e02f4abb9d44e31190f79c78f250161d44b7a32fa3c3be57809f01
7
- data.tar.gz: 7b106c3973de1ccd3031f6c6fcafc3275f1d62ec7458718db79c5a6ee85f267e982076be714fbc2bf602a38982565b0ea65a27be47ab96c79dc4ffb377759830
6
+ metadata.gz: eca688f0c27d8ddcb12f60f3d4428825b27c94b4661a7e3aa4022bbb95cc970b5154c925a68a7381d7a0e93229f8f34a7d11a7859f528e1dff186123a2a0e124
7
+ data.tar.gz: 9debaa37ec5451b71eddad4252f3345426e198f7118abf583ab1ccd971db2c355ec7ec0289fb34a64ee03bb0c1145046bb90eb8f0cd767747610d8a7ba822dc8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.587.0 (2022-05-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.586.0 (2022-05-06)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
14
+ 1.585.0 (2022-05-05)
15
+ ------------------
16
+
17
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
18
+
4
19
  1.584.0 (2022-05-04)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.584.0
1
+ 1.587.0
data/partitions.json CHANGED
@@ -293,6 +293,7 @@
293
293
  "ap-south-1" : { },
294
294
  "ap-southeast-1" : { },
295
295
  "ap-southeast-2" : { },
296
+ "ap-southeast-3" : { },
296
297
  "ca-central-1" : {
297
298
  "variants" : [ {
298
299
  "hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
@@ -1478,6 +1479,7 @@
1478
1479
  "eu-central-1" : { },
1479
1480
  "eu-north-1" : { },
1480
1481
  "eu-west-1" : { },
1482
+ "eu-west-2" : { },
1481
1483
  "us-east-1" : { },
1482
1484
  "us-east-2" : { },
1483
1485
  "us-west-2" : { }
@@ -2008,7 +2010,6 @@
2008
2010
  },
2009
2011
  "cloudhsm" : {
2010
2012
  "endpoints" : {
2011
- "eu-west-1" : { },
2012
2013
  "us-east-1" : { }
2013
2014
  }
2014
2015
  },
@@ -3949,7 +3950,7 @@
3949
3950
  "ap-northeast-3" : { },
3950
3951
  "ap-south-1" : {
3951
3952
  "variants" : [ {
3952
- "hostname" : "api.ec2.ap-south-1.aws",
3953
+ "hostname" : "ec2.ap-south-1.api.aws",
3953
3954
  "tags" : [ "dualstack" ]
3954
3955
  } ]
3955
3956
  },
@@ -3967,7 +3968,7 @@
3967
3968
  "eu-south-1" : { },
3968
3969
  "eu-west-1" : {
3969
3970
  "variants" : [ {
3970
- "hostname" : "api.ec2.eu-west-1.aws",
3971
+ "hostname" : "ec2.eu-west-1.api.aws",
3971
3972
  "tags" : [ "dualstack" ]
3972
3973
  } ]
3973
3974
  },
@@ -4011,26 +4012,26 @@
4011
4012
  "me-south-1" : { },
4012
4013
  "sa-east-1" : {
4013
4014
  "variants" : [ {
4014
- "hostname" : "api.ec2.sa-east-1.aws",
4015
+ "hostname" : "ec2.sa-east-1.api.aws",
4015
4016
  "tags" : [ "dualstack" ]
4016
4017
  } ]
4017
4018
  },
4018
4019
  "us-east-1" : {
4019
4020
  "variants" : [ {
4020
- "hostname" : "api.ec2.us-east-1.aws",
4021
- "tags" : [ "dualstack" ]
4022
- }, {
4023
4021
  "hostname" : "ec2-fips.us-east-1.amazonaws.com",
4024
4022
  "tags" : [ "fips" ]
4023
+ }, {
4024
+ "hostname" : "ec2.us-east-1.api.aws",
4025
+ "tags" : [ "dualstack" ]
4025
4026
  } ]
4026
4027
  },
4027
4028
  "us-east-2" : {
4028
4029
  "variants" : [ {
4029
- "hostname" : "api.ec2.us-east-2.aws",
4030
- "tags" : [ "dualstack" ]
4031
- }, {
4032
4030
  "hostname" : "ec2-fips.us-east-2.amazonaws.com",
4033
4031
  "tags" : [ "fips" ]
4032
+ }, {
4033
+ "hostname" : "ec2.us-east-2.api.aws",
4034
+ "tags" : [ "dualstack" ]
4034
4035
  } ]
4035
4036
  },
4036
4037
  "us-west-1" : {
@@ -4041,11 +4042,11 @@
4041
4042
  },
4042
4043
  "us-west-2" : {
4043
4044
  "variants" : [ {
4044
- "hostname" : "api.ec2.us-west-2.aws",
4045
- "tags" : [ "dualstack" ]
4046
- }, {
4047
4045
  "hostname" : "ec2-fips.us-west-2.amazonaws.com",
4048
4046
  "tags" : [ "fips" ]
4047
+ }, {
4048
+ "hostname" : "ec2.us-west-2.api.aws",
4049
+ "tags" : [ "dualstack" ]
4049
4050
  } ]
4050
4051
  }
4051
4052
  }
@@ -5145,6 +5146,7 @@
5145
5146
  "ap-south-1" : { },
5146
5147
  "ap-southeast-1" : { },
5147
5148
  "ap-southeast-2" : { },
5149
+ "ap-southeast-3" : { },
5148
5150
  "ca-central-1" : { },
5149
5151
  "eu-central-1" : { },
5150
5152
  "eu-north-1" : { },
@@ -6227,6 +6229,7 @@
6227
6229
  },
6228
6230
  "identity-chime" : {
6229
6231
  "endpoints" : {
6232
+ "eu-central-1" : { },
6230
6233
  "us-east-1" : {
6231
6234
  "variants" : [ {
6232
6235
  "hostname" : "identity-chime-fips.us-east-1.amazonaws.com",
@@ -8087,6 +8090,7 @@
8087
8090
  },
8088
8091
  "messaging-chime" : {
8089
8092
  "endpoints" : {
8093
+ "eu-central-1" : { },
8090
8094
  "us-east-1" : {
8091
8095
  "variants" : [ {
8092
8096
  "hostname" : "messaging-chime-fips.us-east-1.amazonaws.com",
@@ -12838,6 +12842,16 @@
12838
12842
  "tags" : [ "fips" ]
12839
12843
  } ]
12840
12844
  },
12845
+ "ap-southeast-3" : {
12846
+ "credentialScope" : {
12847
+ "region" : "ap-southeast-3"
12848
+ },
12849
+ "hostname" : "waf-regional.ap-southeast-3.amazonaws.com",
12850
+ "variants" : [ {
12851
+ "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com",
12852
+ "tags" : [ "fips" ]
12853
+ } ]
12854
+ },
12841
12855
  "ca-central-1" : {
12842
12856
  "credentialScope" : {
12843
12857
  "region" : "ca-central-1"
@@ -12964,6 +12978,13 @@
12964
12978
  "deprecated" : true,
12965
12979
  "hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com"
12966
12980
  },
12981
+ "fips-ap-southeast-3" : {
12982
+ "credentialScope" : {
12983
+ "region" : "ap-southeast-3"
12984
+ },
12985
+ "deprecated" : true,
12986
+ "hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
12987
+ },
12967
12988
  "fips-ca-central-1" : {
12968
12989
  "credentialScope" : {
12969
12990
  "region" : "ca-central-1"
@@ -16905,6 +16926,11 @@
16905
16926
  }
16906
16927
  }
16907
16928
  },
16929
+ "robomaker" : {
16930
+ "endpoints" : {
16931
+ "us-gov-west-1" : { }
16932
+ }
16933
+ },
16908
16934
  "route53" : {
16909
16935
  "endpoints" : {
16910
16936
  "aws-us-gov-global" : {
@@ -18610,6 +18636,23 @@
18610
18636
  "us-isob-east-1" : { }
18611
18637
  }
18612
18638
  },
18639
+ "elasticfilesystem" : {
18640
+ "endpoints" : {
18641
+ "fips-us-isob-east-1" : {
18642
+ "credentialScope" : {
18643
+ "region" : "us-isob-east-1"
18644
+ },
18645
+ "deprecated" : true,
18646
+ "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
18647
+ },
18648
+ "us-isob-east-1" : {
18649
+ "variants" : [ {
18650
+ "hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
18651
+ "tags" : [ "fips" ]
18652
+ } ]
18653
+ }
18654
+ }
18655
+ },
18613
18656
  "elasticloadbalancing" : {
18614
18657
  "endpoints" : {
18615
18658
  "us-isob-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.584.0
4
+ version: 1.587.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-04 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: