aws-partitions 1.13.0 → 1.14.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 +35 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 359625909ffcabef3deed1282ec2e3a3dfc27142
4
- data.tar.gz: ae8c37b784d2a9dba1fad87f600f423bee80a412
3
+ metadata.gz: 8519eb34b04ecd92daefde84ad7870411f3547a9
4
+ data.tar.gz: 5fe4041755b07cec5c9ad7df27091dd5f9592335
5
5
  SHA512:
6
- metadata.gz: 0f8ed17b961b9b8ff8cdf54b7feba2e0f96a2f642b5a439007b8c214cb7a05064fd847a47e5bedca5305bd3f73e10795ed89180deea867fa846627eba11e3cbd
7
- data.tar.gz: e6106b00994272c0620471cf8ae2517d8d63c4a561c48b94771b8cf37c6c5592253a3fc25beabf8d1e29ce327d23273dccffe4e1e346826a8f604858a638e2f7
6
+ metadata.gz: e939e03d9207bbc5d437d91c79fcedd1751f05c1d8f59df519ff8368e3d1ca7eeea256a25e160d318d365f462bdc3feff688a529c5794474d89f1ba48ddc8469
7
+ data.tar.gz: 683049775356b899d1ba5301bda71e2d0d60f7f30a83f9436e7c2363b4d2cb172d4502f48f4c52ef041c2d570989ef3691a593b06a76c2b88d54e3dbfc2ec60a
data/partitions.json CHANGED
@@ -334,6 +334,8 @@
334
334
  "codepipeline" : {
335
335
  "endpoints" : {
336
336
  "ap-northeast-1" : { },
337
+ "ap-northeast-2" : { },
338
+ "ap-south-1" : { },
337
339
  "ap-southeast-1" : { },
338
340
  "ap-southeast-2" : { },
339
341
  "ca-central-1" : { },
@@ -506,6 +508,7 @@
506
508
  "eu-central-1" : { },
507
509
  "eu-west-1" : { },
508
510
  "eu-west-2" : { },
511
+ "sa-east-1" : { },
509
512
  "us-east-1" : { },
510
513
  "us-east-2" : { },
511
514
  "us-west-2" : { }
@@ -787,6 +790,11 @@
787
790
  "us-west-2" : { }
788
791
  }
789
792
  },
793
+ "glue" : {
794
+ "endpoints" : {
795
+ "us-east-1" : { }
796
+ }
797
+ },
790
798
  "greengrass" : {
791
799
  "defaults" : {
792
800
  "protocols" : [ "https" ]
@@ -988,6 +996,11 @@
988
996
  "us-west-2" : { }
989
997
  }
990
998
  },
999
+ "mgh" : {
1000
+ "endpoints" : {
1001
+ "us-west-2" : { }
1002
+ }
1003
+ },
991
1004
  "mobileanalytics" : {
992
1005
  "endpoints" : {
993
1006
  "us-east-1" : { }
@@ -1262,7 +1275,6 @@
1262
1275
  "ap-northeast-2" : { },
1263
1276
  "ap-south-1" : { },
1264
1277
  "ap-southeast-2" : { },
1265
- "ca-central-1" : { },
1266
1278
  "eu-central-1" : { },
1267
1279
  "eu-west-1" : { },
1268
1280
  "us-east-1" : { },
@@ -1277,6 +1289,7 @@
1277
1289
  "eu-central-1" : { },
1278
1290
  "eu-west-1" : { },
1279
1291
  "eu-west-2" : { },
1292
+ "sa-east-1" : { },
1280
1293
  "us-east-1" : { },
1281
1294
  "us-east-2" : { },
1282
1295
  "us-west-1" : { },
@@ -1519,6 +1532,7 @@
1519
1532
  "ap-northeast-1" : { },
1520
1533
  "eu-west-1" : { },
1521
1534
  "us-east-1" : { },
1535
+ "us-west-1" : { },
1522
1536
  "us-west-2" : { }
1523
1537
  }
1524
1538
  },
@@ -1688,6 +1702,16 @@
1688
1702
  "isRegionalized" : false,
1689
1703
  "partitionEndpoint" : "aws-cn-global"
1690
1704
  },
1705
+ "iot" : {
1706
+ "defaults" : {
1707
+ "credentialScope" : {
1708
+ "service" : "execute-api"
1709
+ }
1710
+ },
1711
+ "endpoints" : {
1712
+ "cn-north-1" : { }
1713
+ }
1714
+ },
1691
1715
  "kinesis" : {
1692
1716
  "endpoints" : {
1693
1717
  "cn-north-1" : { }
@@ -1795,6 +1819,16 @@
1795
1819
  }
1796
1820
  },
1797
1821
  "services" : {
1822
+ "acm" : {
1823
+ "endpoints" : {
1824
+ "us-gov-west-1" : { }
1825
+ }
1826
+ },
1827
+ "apigateway" : {
1828
+ "endpoints" : {
1829
+ "us-gov-west-1" : { }
1830
+ }
1831
+ },
1798
1832
  "autoscaling" : {
1799
1833
  "endpoints" : {
1800
1834
  "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.13.0
4
+ version: 1.14.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: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2017-08-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: