aws-partitions 1.34.0 → 1.35.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 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b11737ab7e9666f236abe60cc7b17dd8025e5df
4
- data.tar.gz: 1479f9e86ccf65ae6fe35e432dbba83e86e0c50e
3
+ metadata.gz: fca9cd99a11d341197a5f905f6f7db04bf790680
4
+ data.tar.gz: b57fc3b6e216e4d38122d63fb9cebe9c8435a428
5
5
  SHA512:
6
- metadata.gz: 23dd2257528b9da7c7ab49d83ea518f44c6f9b1f0a56cd3780f8ad2225102afb4af58c9a39ba352844dab1cf1369d42c606cbdc6045f1797a1d1dbee6f125835
7
- data.tar.gz: 372fa2e905efbfcec2eb2a5b6311fdb8141bd73bf9f4cc8e932046477df479a6cd2cd6454241b7adb230c35818cb155fb7b6b1745dd002aa2eddf24c29da5c28
6
+ metadata.gz: 961b5add9001cc22e45efc75d01191af6b7736a945190f0d27f7d79421bc3add294a1b87bfbfae77c8574b043da5362f280ead7b65c51b0f97dbbf7818318860
7
+ data.tar.gz: a07c5eb1d40dc50076cd54ec7f8fd2fbe18fc4ef567919da7d3e2c6581f5c77f78c0323567165cd8d4de11098e659e32b8f768891efb80f1f662cd7aef880dfe
@@ -79,6 +79,7 @@
79
79
  }
80
80
  },
81
81
  "endpoints" : {
82
+ "ap-south-1" : { },
82
83
  "us-east-1" : { }
83
84
  }
84
85
  },
@@ -1640,6 +1641,11 @@
1640
1641
  }
1641
1642
  },
1642
1643
  "services" : {
1644
+ "apigateway" : {
1645
+ "endpoints" : {
1646
+ "cn-north-1" : { }
1647
+ }
1648
+ },
1643
1649
  "application-autoscaling" : {
1644
1650
  "defaults" : {
1645
1651
  "credentialScope" : {
@@ -1944,7 +1950,13 @@
1944
1950
  },
1945
1951
  "dynamodb" : {
1946
1952
  "endpoints" : {
1947
- "us-gov-west-1" : { }
1953
+ "us-gov-west-1" : { },
1954
+ "us-gov-west-1-fips" : {
1955
+ "credentialScope" : {
1956
+ "region" : "us-gov-west-1"
1957
+ },
1958
+ "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
1959
+ }
1948
1960
  }
1949
1961
  },
1950
1962
  "ec2" : {
@@ -1957,6 +1969,11 @@
1957
1969
  "us-gov-west-1" : { }
1958
1970
  }
1959
1971
  },
1972
+ "elasticbeanstalk" : {
1973
+ "endpoints" : {
1974
+ "us-gov-west-1" : { }
1975
+ }
1976
+ },
1960
1977
  "elasticloadbalancing" : {
1961
1978
  "endpoints" : {
1962
1979
  "us-gov-west-1" : {
@@ -2089,7 +2106,13 @@
2089
2106
  }
2090
2107
  },
2091
2108
  "endpoints" : {
2092
- "us-gov-west-1" : { }
2109
+ "us-gov-west-1" : { },
2110
+ "us-gov-west-1-fips" : {
2111
+ "credentialScope" : {
2112
+ "region" : "us-gov-west-1"
2113
+ },
2114
+ "hostname" : "dynamodb.us-gov-west-1.amazonaws.com"
2115
+ }
2093
2116
  }
2094
2117
  },
2095
2118
  "sts" : {
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.34.0
4
+ version: 1.35.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-11-09 00:00:00.000000000 Z
11
+ date: 2017-11-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: