aws-partitions 1.551.0 → 1.552.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 +48 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f5f37e922e41da4159c6bc7039334f9ecca19eca8f3851ce81b7aba2711c866
4
- data.tar.gz: 827f682d18e9f87992d97acd7ecd102ca1e1c94f70b1a665b9acdf17ee941bec
3
+ metadata.gz: 969f08dfd286c3a0f345b986c831567786f3671268b3edaf58b21dd6384f158c
4
+ data.tar.gz: 3524d9a106c05fbaed75b5ff4ecc0b5a8605322568fd523b9251e48e3b1cfc3d
5
5
  SHA512:
6
- metadata.gz: f14567407b91e5ce1965830a0f74fbb19070ff3d114a80d3753b4f481781793ff280629432c44bf403c326d6172e9e712c3ebb49c784dea364b0eac2589ddc78
7
- data.tar.gz: 7bf89acafe9cdca4734c1e4a1d902c7219831a3d3fe2c9cecf4cf6cfde5521fc0102663e27b94b38d58ecf7d5e919e833e77b27b18ceef43b991278de0f59de1
6
+ metadata.gz: '028b2beb82c1e242d28b05ee1152d4e630aa58df98111c799876a2138cee2594efead80c83bfec756670c4ff737bb2f69d4b0438687baad3a6b63d2e3b2e68f0'
7
+ data.tar.gz: f92f438b20d072a9d6bc68397274ff2d35e21d36d39ccbf25f66e19fec8496bbb185c7f3efd3b820b13744e2c0f48923085a31a21e90e3604733654bf587c06b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.552.0 (2022-02-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.551.0 (2022-01-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.551.0
1
+ 1.552.0
data/partitions.json CHANGED
@@ -11737,6 +11737,32 @@
11737
11737
  }
11738
11738
  }
11739
11739
  },
11740
+ "synthetics" : {
11741
+ "endpoints" : {
11742
+ "af-south-1" : { },
11743
+ "ap-east-1" : { },
11744
+ "ap-northeast-1" : { },
11745
+ "ap-northeast-2" : { },
11746
+ "ap-northeast-3" : { },
11747
+ "ap-south-1" : { },
11748
+ "ap-southeast-1" : { },
11749
+ "ap-southeast-2" : { },
11750
+ "ap-southeast-3" : { },
11751
+ "ca-central-1" : { },
11752
+ "eu-central-1" : { },
11753
+ "eu-north-1" : { },
11754
+ "eu-south-1" : { },
11755
+ "eu-west-1" : { },
11756
+ "eu-west-2" : { },
11757
+ "eu-west-3" : { },
11758
+ "me-south-1" : { },
11759
+ "sa-east-1" : { },
11760
+ "us-east-1" : { },
11761
+ "us-east-2" : { },
11762
+ "us-west-1" : { },
11763
+ "us-west-2" : { }
11764
+ }
11765
+ },
11740
11766
  "tagging" : {
11741
11767
  "endpoints" : {
11742
11768
  "af-south-1" : { },
@@ -13674,6 +13700,12 @@
13674
13700
  "cn-northwest-1" : { }
13675
13701
  }
13676
13702
  },
13703
+ "synthetics" : {
13704
+ "endpoints" : {
13705
+ "cn-north-1" : { },
13706
+ "cn-northwest-1" : { }
13707
+ }
13708
+ },
13677
13709
  "tagging" : {
13678
13710
  "endpoints" : {
13679
13711
  "cn-north-1" : { },
@@ -16900,6 +16932,12 @@
16900
16932
  }
16901
16933
  }
16902
16934
  },
16935
+ "synthetics" : {
16936
+ "endpoints" : {
16937
+ "us-gov-east-1" : { },
16938
+ "us-gov-west-1" : { }
16939
+ }
16940
+ },
16903
16941
  "tagging" : {
16904
16942
  "endpoints" : {
16905
16943
  "us-gov-east-1" : { },
@@ -17584,6 +17622,11 @@
17584
17622
  "us-iso-west-1" : { }
17585
17623
  }
17586
17624
  },
17625
+ "synthetics" : {
17626
+ "endpoints" : {
17627
+ "us-iso-east-1" : { }
17628
+ }
17629
+ },
17587
17630
  "transcribe" : {
17588
17631
  "defaults" : {
17589
17632
  "protocols" : [ "https" ]
@@ -17947,6 +17990,11 @@
17947
17990
  "us-isob-east-1" : { }
17948
17991
  }
17949
17992
  },
17993
+ "synthetics" : {
17994
+ "endpoints" : {
17995
+ "us-isob-east-1" : { }
17996
+ }
17997
+ },
17950
17998
  "tagging" : {
17951
17999
  "endpoints" : {
17952
18000
  "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.551.0
4
+ version: 1.552.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-01-28 00:00:00.000000000 Z
11
+ date: 2022-02-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: