aws-partitions 1.659.0 → 1.660.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 +15 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f7aadbdcd6edccf234c70f71192a0114f5accee95214c0d6f504f1dc05a6dd1
4
- data.tar.gz: 522831c0b44ccefeb9afd9f1d76c787a101a9f83917d0accd79de7b1bc6045c1
3
+ metadata.gz: abca1daa3d446bbb523aed8ca742009051c197254b4824dd6549545504941079
4
+ data.tar.gz: ad967a2569e8a7888c9becca30a2e3e7ed599fc97c80b5c0834864c985332146
5
5
  SHA512:
6
- metadata.gz: b0875ff70c75cd04d6cbf0aa4f6f2798713067b06e55885d368febff670c223d1b27a71de0ab3fcbae98f3c14ead7697c86b2c8cd3c4f2052e90ae0b748bcd86
7
- data.tar.gz: 9f40dadec8e23c092b0d79951052e6f3aee6e6c99c41ba67a5a6765d71ac7cd665c350f85dfe8e764b91b4cba4b13afb77eeb97de29ebe1331dab5a5fcd984fa
6
+ metadata.gz: 44ed81db8dd37e67a2332ee0372bd99baa8d8e1e1216d95fec4de69308b50b84c4efe0d589339716a4ea513d0ca306c30ac420b2a35a36a1bf14a27cfc41bdad
7
+ data.tar.gz: ee451645efb76e6b9e76aa6b5558d72342b253e30c492326867f26e42f008944dc82513c8ca72ae38ee6a27c5ab7ccd97ae6d6946a7c8de891ec3d4b922e93de
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.660.0 (2022-11-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.659.0 (2022-11-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.659.0
1
+ 1.660.0
data/partitions.json CHANGED
@@ -5633,6 +5633,7 @@
5633
5633
  "ap-south-1" : { },
5634
5634
  "ap-southeast-1" : { },
5635
5635
  "ap-southeast-2" : { },
5636
+ "ap-southeast-3" : { },
5636
5637
  "ca-central-1" : { },
5637
5638
  "eu-central-1" : { },
5638
5639
  "eu-north-1" : { },
@@ -6689,6 +6690,7 @@
6689
6690
  },
6690
6691
  "gamesparks" : {
6691
6692
  "endpoints" : {
6693
+ "ap-northeast-1" : { },
6692
6694
  "us-east-1" : { }
6693
6695
  }
6694
6696
  },
@@ -9865,7 +9867,6 @@
9865
9867
  "ap-south-1" : { },
9866
9868
  "ap-southeast-1" : { },
9867
9869
  "ap-southeast-2" : { },
9868
- "ap-southeast-3" : { },
9869
9870
  "ca-central-1" : {
9870
9871
  "variants" : [ {
9871
9872
  "hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -12405,6 +12406,19 @@
12405
12406
  "isRegionalized" : false,
12406
12407
  "partitionEndpoint" : "aws-global"
12407
12408
  },
12409
+ "scheduler" : {
12410
+ "endpoints" : {
12411
+ "ap-northeast-1" : { },
12412
+ "ap-southeast-1" : { },
12413
+ "ap-southeast-2" : { },
12414
+ "eu-central-1" : { },
12415
+ "eu-north-1" : { },
12416
+ "eu-west-1" : { },
12417
+ "us-east-1" : { },
12418
+ "us-east-2" : { },
12419
+ "us-west-2" : { }
12420
+ }
12421
+ },
12408
12422
  "schemas" : {
12409
12423
  "endpoints" : {
12410
12424
  "ap-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.659.0
4
+ version: 1.660.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-11-10 00:00:00.000000000 Z
11
+ date: 2022-11-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: