aws-partitions 1.673.0 → 1.674.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +20 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e1e027f5c9c101b8f6914c9d7694783a80226e8ee975fbbca41bea1fa3f0d87
4
- data.tar.gz: 8338b7142756d6bbef208e129fe002d8fa9436666970b53d43d86bb4d1f45ba8
3
+ metadata.gz: bc310cbc230a06eb6b8fa831d70c0403c4883fd1abac3ccc4d5497a89247fc65
4
+ data.tar.gz: 0f5dcb7668c387b996a609cba0026d31f2438203ad341d2155ac4b34fa2423e9
5
5
  SHA512:
6
- metadata.gz: 89f07d40bff68383e480936010d5f6d6386ad73f822f684dd12b13041a2b4a4a4c8965fb417217e95ecf350eb2fbd97139e2b6c3d535c979c88ae474f339df5f
7
- data.tar.gz: a77789873e0c5378ca93403777383892609273be364d4bd5bbd8aeff17937592ddca1d4eb6bf8f24590f7a2dd437a2b17f462fb22a5ccedf71b9ff58debd99f8
6
+ metadata.gz: 88379de73253812df3d2a7cc4cb15e29ab90d96a7a405656756f37767b8cac641104363c8064e97f9fe41103bdbc16c0d5f2f417ad033c5b56faee0de3ee9b64
7
+ data.tar.gz: 1435f906c12bca29a7159a1f15ccea084523cf6978b51c7e0b35dde333361b636220e98c5e566fa69578c39186034b3d1928ebf9f44b55ab1d658c6b44dc2963
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.674.0 (2022-12-08)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.673.0 (2022-12-07)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.673.0
1
+ 1.674.0
data/partitions.json CHANGED
@@ -361,6 +361,7 @@
361
361
  "deprecated" : true,
362
362
  "hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
363
363
  },
364
+ "me-central-1" : { },
364
365
  "me-south-1" : { },
365
366
  "sa-east-1" : { },
366
367
  "us-east-1" : {
@@ -4302,6 +4303,7 @@
4302
4303
  "eu-west-1" : { },
4303
4304
  "eu-west-2" : { },
4304
4305
  "eu-west-3" : { },
4306
+ "me-central-1" : { },
4305
4307
  "me-south-1" : { },
4306
4308
  "sa-east-1" : { },
4307
4309
  "us-east-1" : { },
@@ -10024,7 +10026,6 @@
10024
10026
  "ap-south-1" : { },
10025
10027
  "ap-southeast-1" : { },
10026
10028
  "ap-southeast-2" : { },
10027
- "ap-southeast-3" : { },
10028
10029
  "ca-central-1" : {
10029
10030
  "variants" : [ {
10030
10031
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -16077,8 +16078,18 @@
16077
16078
  },
16078
16079
  "athena" : {
16079
16080
  "endpoints" : {
16080
- "cn-north-1" : { },
16081
- "cn-northwest-1" : { }
16081
+ "cn-north-1" : {
16082
+ "variants" : [ {
16083
+ "hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
16084
+ "tags" : [ "dualstack" ]
16085
+ } ]
16086
+ },
16087
+ "cn-northwest-1" : {
16088
+ "variants" : [ {
16089
+ "hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
16090
+ "tags" : [ "dualstack" ]
16091
+ } ]
16092
+ }
16082
16093
  }
16083
16094
  },
16084
16095
  "autoscaling" : {
@@ -17521,12 +17532,18 @@
17521
17532
  "variants" : [ {
17522
17533
  "hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
17523
17534
  "tags" : [ "fips" ]
17535
+ }, {
17536
+ "hostname" : "athena.us-gov-east-1.api.aws",
17537
+ "tags" : [ "dualstack" ]
17524
17538
  } ]
17525
17539
  },
17526
17540
  "us-gov-west-1" : {
17527
17541
  "variants" : [ {
17528
17542
  "hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
17529
17543
  "tags" : [ "fips" ]
17544
+ }, {
17545
+ "hostname" : "athena.us-gov-west-1.api.aws",
17546
+ "tags" : [ "dualstack" ]
17530
17547
  } ]
17531
17548
  }
17532
17549
  }
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.673.0
4
+ version: 1.674.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-12-07 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: