aws-partitions 1.85.0 → 1.86.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 +24 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5610733232a90e3a325d631616f70d32bb471fde
4
- data.tar.gz: 97279e5559eab3356ee6e5f55ed907ca2be36dc1
3
+ metadata.gz: 3ff4b7d160f054ea89cd9083a59aec7050c7f165
4
+ data.tar.gz: fffec9fe6f1307bd196427ff6163fa76f4e3173a
5
5
  SHA512:
6
- metadata.gz: 4fb8374120d580d218cb4368a5dffb4cf87c0c39cfcd2bd309d5f79706032c7ba2b2bcd647e52ca02734aea1156bf20da00932b6229f2cdab1bacaa91eb3246e
7
- data.tar.gz: 3600fac9aeda75f5ac207aacbe7de9774f75bf25ff7ba3742480c5766268c87bec2a7c8dfd97bb58b397b815460f1684fbcc6aa0fa8f4b215aebffb4acbb0b13
6
+ metadata.gz: 10619f7b9405fd5c2f5c55658c8e0262fa01999c7505a3cf3a4151e382fca83594405c2077831c96c965d7e05e9e7c041f443f18c2dcb27cb130b054339636c9
7
+ data.tar.gz: 9f2f6dcc457b39e898fe2a795db2b5b52e05059bba3f6402a75f9d853113b97668142151e87737825cf89bb487ac8cad5d463816979134ef03ff65851e7589f5
@@ -583,11 +583,14 @@
583
583
  "endpoints" : {
584
584
  "ap-northeast-1" : { },
585
585
  "ap-northeast-2" : { },
586
+ "ap-south-1" : { },
586
587
  "ap-southeast-1" : { },
587
588
  "ap-southeast-2" : { },
588
589
  "eu-central-1" : { },
589
590
  "eu-west-1" : { },
591
+ "eu-west-2" : { },
590
592
  "us-east-1" : { },
593
+ "us-east-2" : { },
591
594
  "us-west-2" : { }
592
595
  }
593
596
  },
@@ -1271,6 +1274,16 @@
1271
1274
  "us-west-2" : { }
1272
1275
  }
1273
1276
  },
1277
+ "mediastore" : {
1278
+ "endpoints" : {
1279
+ "ap-northeast-1" : { },
1280
+ "ap-southeast-2" : { },
1281
+ "eu-central-1" : { },
1282
+ "eu-west-1" : { },
1283
+ "us-east-1" : { },
1284
+ "us-west-2" : { }
1285
+ }
1286
+ },
1274
1287
  "metering.marketplace" : {
1275
1288
  "defaults" : {
1276
1289
  "credentialScope" : {
@@ -2145,6 +2158,17 @@
2145
2158
  "cn-northwest-1" : { }
2146
2159
  }
2147
2160
  },
2161
+ "data.iot" : {
2162
+ "defaults" : {
2163
+ "credentialScope" : {
2164
+ "service" : "iotdata"
2165
+ },
2166
+ "protocols" : [ "https" ]
2167
+ },
2168
+ "endpoints" : {
2169
+ "cn-north-1" : { }
2170
+ }
2171
+ },
2148
2172
  "directconnect" : {
2149
2173
  "endpoints" : {
2150
2174
  "cn-north-1" : { },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services