aws-partitions 1.103.0 → 1.104.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 +39 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b493c95544f45903ab8eb47b7bdaf6dc0c86b01
4
- data.tar.gz: bf9f2594a149969d2cca130ee74b464e99b654fe
3
+ metadata.gz: d637aa985a1871bc2f8dc26a09d4a0e1fd9d6009
4
+ data.tar.gz: e17bf52e98e0702da72e4a0b32eb797b5ebc1f09
5
5
  SHA512:
6
- metadata.gz: 2f40874c718596db4c8e69fe695368222916112b24d16665a10a1f27f001093f1e82f2baf9fa6f764de6b4b6a408bbd7a26ba1b94c2f4bab2c407bb7ac932c56
7
- data.tar.gz: 3db91c5a6e3da33d5b97aeb54bbfc4c81570f542eedb52a2e344fe64385ec5153622d2a6bb6163f51e2ec0d71e4550f024c99752def4906cc779e6629ae5bbf7
6
+ metadata.gz: f9bed0ad2af5fafabdf43ebeec83fe082480359b8ff1cf2a97eac469b6ac58d4970f35c690b4c0416eef9dccff630b2893a309c8c9a7f8374a7a16cb1609b201
7
+ data.tar.gz: 893e00f43f764ab5f92c59246bf9962330189e8452be1ed0a1d82f86f015101ca0d1efd4305cfb0ae6b02d6a50e9fcb6cc1927f1baec98aa40235bc40102bc85
data/partitions.json CHANGED
@@ -849,6 +849,7 @@
849
849
  "endpoints" : {
850
850
  "ap-northeast-1" : { },
851
851
  "ap-northeast-2" : { },
852
+ "ap-southeast-1" : { },
852
853
  "ap-southeast-2" : { },
853
854
  "eu-central-1" : { },
854
855
  "eu-west-1" : { },
@@ -1036,6 +1037,7 @@
1036
1037
  "eu-west-1" : { },
1037
1038
  "eu-west-2" : { },
1038
1039
  "eu-west-3" : { },
1040
+ "sa-east-1" : { },
1039
1041
  "us-east-1" : { },
1040
1042
  "us-east-2" : { },
1041
1043
  "us-west-1" : { },
@@ -1719,6 +1721,7 @@
1719
1721
  "eu-central-1" : { },
1720
1722
  "eu-west-1" : { },
1721
1723
  "eu-west-2" : { },
1724
+ "eu-west-3" : { },
1722
1725
  "sa-east-1" : { },
1723
1726
  "us-east-1" : { },
1724
1727
  "us-east-1-fips" : {
@@ -1820,7 +1823,12 @@
1820
1823
  },
1821
1824
  "servicediscovery" : {
1822
1825
  "endpoints" : {
1826
+ "ap-northeast-1" : { },
1827
+ "ap-southeast-1" : { },
1828
+ "ap-southeast-2" : { },
1829
+ "eu-central-1" : { },
1823
1830
  "eu-west-1" : { },
1831
+ "eu-west-2" : { },
1824
1832
  "us-east-1" : { },
1825
1833
  "us-east-2" : { },
1826
1834
  "us-west-1" : { },
@@ -2138,8 +2146,26 @@
2138
2146
  "endpoints" : {
2139
2147
  "eu-west-1" : { },
2140
2148
  "us-east-1" : { },
2149
+ "us-east-1-fips" : {
2150
+ "credentialScope" : {
2151
+ "region" : "us-east-1"
2152
+ },
2153
+ "hostname" : "translate-fips.us-east-1.amazonaws.com"
2154
+ },
2141
2155
  "us-east-2" : { },
2142
- "us-west-2" : { }
2156
+ "us-east-2-fips" : {
2157
+ "credentialScope" : {
2158
+ "region" : "us-east-2"
2159
+ },
2160
+ "hostname" : "translate-fips.us-east-2.amazonaws.com"
2161
+ },
2162
+ "us-west-2" : { },
2163
+ "us-west-2-fips" : {
2164
+ "credentialScope" : {
2165
+ "region" : "us-west-2"
2166
+ },
2167
+ "hostname" : "translate-fips.us-west-2.amazonaws.com"
2168
+ }
2143
2169
  }
2144
2170
  },
2145
2171
  "waf" : {
@@ -2568,6 +2594,11 @@
2568
2594
  "us-gov-west-1" : { }
2569
2595
  }
2570
2596
  },
2597
+ "application-autoscaling" : {
2598
+ "endpoints" : {
2599
+ "us-gov-west-1" : { }
2600
+ }
2601
+ },
2571
2602
  "autoscaling" : {
2572
2603
  "endpoints" : {
2573
2604
  "us-gov-west-1" : {
@@ -2879,7 +2910,13 @@
2879
2910
  "protocols" : [ "https" ]
2880
2911
  },
2881
2912
  "endpoints" : {
2882
- "us-gov-west-1" : { }
2913
+ "us-gov-west-1" : { },
2914
+ "us-gov-west-1-fips" : {
2915
+ "credentialScope" : {
2916
+ "region" : "us-gov-west-1"
2917
+ },
2918
+ "hostname" : "translate-fips.us-gov-west-1.amazonaws.com"
2919
+ }
2883
2920
  }
2884
2921
  }
2885
2922
  }
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.103.0
4
+ version: 1.104.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: