aws-partitions 1.210.0 → 1.211.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c108b9829657d052cbf85ee22814bb87b9830a80
4
- data.tar.gz: e772c0ad3507be4510830512455702b9cec89e41
3
+ metadata.gz: ee1ce00dd9d6f2675ec8897352e5c47e3b77f306
4
+ data.tar.gz: 25759ff3e5a18282c0f50483f61012c4c8c3cafa
5
5
  SHA512:
6
- metadata.gz: 28835b9bebfe587a8e3508bca636ec82b5b5a151ffe36caa0cdabe56b1983773bf488617245b36d540d9c72605e61c770b6791b2a72ca21157df73f4cb0b0176
7
- data.tar.gz: 024ab3c43068c6a12f8bb4fab937f9758b5eb46c040874c10c30ee520c8266d39c11f8a18bfa4e0ca99aeb1d3c56a01e4280a95ab770c335df8ec2eb4992c1dd
6
+ metadata.gz: d6bca96210be5ef2c5b4576a142579717720f7f5b6392ceeee8181555afbf31b62801135a0bae887408002f8d3e0a33fbeb83ea7115fa08d1533c03b7dd9cff7
7
+ data.tar.gz: e6008b4e5532b8537d07d985cd6a57fb57cb15c013902a5e98c622619d1805eadfeb0745dbc3ab572f174e276eeea2f7e77df0c27d6df7a7bb20ed2375243e63
@@ -361,6 +361,8 @@ module Aws
361
361
  'PinpointSMSVoice' => 'sms-voice.pinpoint',
362
362
  'Polly' => 'polly',
363
363
  'Pricing' => 'api.pricing',
364
+ 'QLDB' => 'qldb',
365
+ 'QLDBSession' => 'session.qldb',
364
366
  'QuickSight' => 'quicksight',
365
367
  'RAM' => 'ram',
366
368
  'RDS' => 'rds',
@@ -2362,6 +2362,15 @@
2362
2362
  "us-west-2" : { }
2363
2363
  }
2364
2364
  },
2365
+ "qldb" : {
2366
+ "endpoints" : {
2367
+ "ap-northeast-1" : { },
2368
+ "eu-west-1" : { },
2369
+ "us-east-1" : { },
2370
+ "us-east-2" : { },
2371
+ "us-west-2" : { }
2372
+ }
2373
+ },
2365
2374
  "ram" : {
2366
2375
  "endpoints" : {
2367
2376
  "ap-northeast-1" : { },
@@ -2979,6 +2988,15 @@
2979
2988
  "us-west-2" : { }
2980
2989
  }
2981
2990
  },
2991
+ "session.qldb" : {
2992
+ "endpoints" : {
2993
+ "ap-northeast-1" : { },
2994
+ "eu-west-1" : { },
2995
+ "us-east-1" : { },
2996
+ "us-east-2" : { },
2997
+ "us-west-2" : { }
2998
+ }
2999
+ },
2982
3000
  "shield" : {
2983
3001
  "defaults" : {
2984
3002
  "protocols" : [ "https" ],
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.210.0
4
+ version: 1.211.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-09-06 00:00:00.000000000 Z
11
+ date: 2019-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: