aws-partitions 1.149.0 → 1.150.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/partitions.json +25 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fca0354075db7ea66d09077f815462a27cb80ca5
4
- data.tar.gz: 43decdfb844c8e8696de793176c0b5edc48418fc
3
+ metadata.gz: 87bdf2ac49300e70e0d4609c617b11ad021c01ae
4
+ data.tar.gz: d1faae41ceafc687a916a9db82b83606e58d7c9d
5
5
  SHA512:
6
- metadata.gz: eb0c305edf88e8a2def36d6496ff5825e45590eceb4dbb3cac6d7ca0059227d4e1e39854699a683e52deff07c6a6815b09417666bff1c22f35ad81038870ca0e
7
- data.tar.gz: 24898168c3f249ac7a657a7280b065f66d6fbfb98f50c760d0e39bbcf0b67a980a55f5d34e9206970c583b3c728e4e7719625366190ebb166f113b32c03ca568
6
+ metadata.gz: 2ada3bb5ce14d55f7493f916ba17b2dbfb74e7231c804d106a9437c1e321dd68282efcd080671053470fa15d1ebc75f16d8d1aadfecd6b6bc1ab286fbeedaef2
7
+ data.tar.gz: d3c06fa7b78d27708152d85e8c558be946bc3294ebfbafa6e66289bad90b78b909e87f12601ba1e882220500ff07d811db667668af532bb3e18d364e5d85850e
data/partitions.json CHANGED
@@ -91,14 +91,19 @@
91
91
  },
92
92
  "endpoints" : {
93
93
  "ap-northeast-1" : { },
94
+ "ap-northeast-2" : { },
95
+ "ap-south-1" : { },
94
96
  "ap-southeast-1" : { },
95
97
  "ap-southeast-2" : { },
96
98
  "ca-central-1" : { },
97
99
  "eu-central-1" : { },
100
+ "eu-north-1" : { },
98
101
  "eu-west-1" : { },
99
102
  "eu-west-2" : { },
103
+ "eu-west-3" : { },
100
104
  "us-east-1" : { },
101
105
  "us-east-2" : { },
106
+ "us-west-1" : { },
102
107
  "us-west-2" : { }
103
108
  }
104
109
  },
@@ -470,6 +475,7 @@
470
475
  },
471
476
  "cloud9" : {
472
477
  "endpoints" : {
478
+ "ap-northeast-1" : { },
473
479
  "ap-southeast-1" : { },
474
480
  "eu-west-1" : { },
475
481
  "us-east-1" : { },
@@ -1198,6 +1204,7 @@
1198
1204
  },
1199
1205
  "email" : {
1200
1206
  "endpoints" : {
1207
+ "eu-central-1" : { },
1201
1208
  "eu-west-1" : { },
1202
1209
  "us-east-1" : { },
1203
1210
  "us-west-2" : { }
@@ -1295,6 +1302,7 @@
1295
1302
  "fsx" : {
1296
1303
  "endpoints" : {
1297
1304
  "ap-northeast-1" : { },
1305
+ "ap-southeast-2" : { },
1298
1306
  "eu-west-1" : { },
1299
1307
  "us-east-1" : { },
1300
1308
  "us-east-2" : { },
@@ -2313,6 +2321,7 @@
2313
2321
  "ap-southeast-2" : { },
2314
2322
  "ca-central-1" : { },
2315
2323
  "eu-central-1" : { },
2324
+ "eu-north-1" : { },
2316
2325
  "eu-west-1" : { },
2317
2326
  "eu-west-2" : { },
2318
2327
  "eu-west-3" : { },
@@ -2392,6 +2401,9 @@
2392
2401
  "eu-central-1" : {
2393
2402
  "protocols" : [ "https" ]
2394
2403
  },
2404
+ "eu-north-1" : {
2405
+ "protocols" : [ "https" ]
2406
+ },
2395
2407
  "eu-west-1" : {
2396
2408
  "protocols" : [ "https" ]
2397
2409
  },
@@ -2996,6 +3008,19 @@
2996
3008
  "cn-northwest-1" : { }
2997
3009
  }
2998
3010
  },
3011
+ "cloudfront" : {
3012
+ "endpoints" : {
3013
+ "aws-cn-global" : {
3014
+ "credentialScope" : {
3015
+ "region" : "cn-northwest-1"
3016
+ },
3017
+ "hostname" : "cloudfront.cn-northwest-1.amazonaws.com.cn",
3018
+ "protocols" : [ "http", "https" ]
3019
+ }
3020
+ },
3021
+ "isRegionalized" : false,
3022
+ "partitionEndpoint" : "aws-cn-global"
3023
+ },
2999
3024
  "cloudtrail" : {
3000
3025
  "endpoints" : {
3001
3026
  "cn-north-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.149.0
4
+ version: 1.150.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-04-03 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: