aws-partitions 1.145.0 → 1.146.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/partitions.json +31 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f34209020a36e808a8c6144a453ad38828ca9ffb
4
- data.tar.gz: b2e1463fa4b0f426211f4b0e6440429e24c05a90
3
+ metadata.gz: 55ed4a94c4de368a0a9d6fe930e0a4cc98cf38f7
4
+ data.tar.gz: 7e7011fdb7496cfb7b10c811c5c1b6058a8a0214
5
5
  SHA512:
6
- metadata.gz: e501513a69f05362b01e060735d52c193f820aa127a2cf3797642393f48853e01b81dba95a244489bd4e1157ae4b56ad2ee1c3019fb39b6dc01f519c87105fd4
7
- data.tar.gz: 0d3882c73780522f1a37c85d77d8cf2fbb944f2fc0da2cb54ea584b7dd6fb60de8449fddb52ece9377554ba8040488670377c14875ef7018d16ebf880c77c9fd
6
+ metadata.gz: bd809cde157c42b34fa8027c668bc9b3af6545f8156bdb36e7940639faee162bdd77acf9955cde30c78f53bb8272fb6cb8b0b706da0abfdf9eeaf2087a6c0f09
7
+ data.tar.gz: 958d1190216ccf25fd6e01b2a3326b61756025a6f4e357d7b1dff0118f842556230e2353411ab3a4f95a0d25524f5d233fd0476cde4f585c9ad436f0cb8b2a09
@@ -798,6 +798,7 @@
798
798
  "ca-central-1" : { },
799
799
  "eu-central-1" : { },
800
800
  "eu-west-1" : { },
801
+ "eu-west-2" : { },
801
802
  "us-east-1" : { },
802
803
  "us-east-2" : { },
803
804
  "us-west-2" : { }
@@ -947,6 +948,12 @@
947
948
  },
948
949
  "docdb" : {
949
950
  "endpoints" : {
951
+ "eu-central-1" : {
952
+ "credentialScope" : {
953
+ "region" : "eu-central-1"
954
+ },
955
+ "hostname" : "rds.eu-central-1.amazonaws.com"
956
+ },
950
957
  "eu-west-1" : {
951
958
  "credentialScope" : {
952
959
  "region" : "eu-west-1"
@@ -1286,6 +1293,7 @@
1286
1293
  },
1287
1294
  "fsx" : {
1288
1295
  "endpoints" : {
1296
+ "ap-northeast-1" : { },
1289
1297
  "eu-west-1" : { },
1290
1298
  "us-east-1" : { },
1291
1299
  "us-east-2" : { },
@@ -1773,6 +1781,12 @@
1773
1781
  },
1774
1782
  "hostname" : "rds.ap-northeast-1.amazonaws.com"
1775
1783
  },
1784
+ "ap-south-1" : {
1785
+ "credentialScope" : {
1786
+ "region" : "ap-south-1"
1787
+ },
1788
+ "hostname" : "rds.ap-south-1.amazonaws.com"
1789
+ },
1776
1790
  "ap-southeast-1" : {
1777
1791
  "credentialScope" : {
1778
1792
  "region" : "ap-southeast-1"
@@ -2822,9 +2836,13 @@
2822
2836
  "waf-regional" : {
2823
2837
  "endpoints" : {
2824
2838
  "ap-northeast-1" : { },
2839
+ "ap-northeast-2" : { },
2840
+ "ap-southeast-1" : { },
2825
2841
  "ap-southeast-2" : { },
2826
2842
  "eu-central-1" : { },
2843
+ "eu-north-1" : { },
2827
2844
  "eu-west-1" : { },
2845
+ "eu-west-2" : { },
2828
2846
  "us-east-1" : { },
2829
2847
  "us-east-2" : { },
2830
2848
  "us-west-1" : { },
@@ -3398,6 +3416,14 @@
3398
3416
  }
3399
3417
  }
3400
3418
  },
3419
+ "comprehend" : {
3420
+ "defaults" : {
3421
+ "protocols" : [ "https" ]
3422
+ },
3423
+ "endpoints" : {
3424
+ "us-gov-west-1" : { }
3425
+ }
3426
+ },
3401
3427
  "config" : {
3402
3428
  "endpoints" : {
3403
3429
  "us-gov-east-1" : { },
@@ -3798,6 +3824,11 @@
3798
3824
  }
3799
3825
  }
3800
3826
  },
3827
+ "waf-regional" : {
3828
+ "endpoints" : {
3829
+ "us-gov-west-1" : { }
3830
+ }
3831
+ },
3801
3832
  "workspaces" : {
3802
3833
  "endpoints" : {
3803
3834
  "us-gov-west-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.145.0
4
+ version: 1.146.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: 2019-03-21 00:00:00.000000000 Z
11
+ date: 2019-03-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: