aws-partitions 1.30.0 → 1.31.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: bafce1a1139a65cb1e90b84e4730646516bf1389
4
- data.tar.gz: a7ff01d551cc3270d545f269a47a9008064b4ea0
3
+ metadata.gz: cf3202d99ab826f32fb7baecb7d160e21c96e847
4
+ data.tar.gz: e22bed27f9e77ea58b20d64d2b96fd9f311ca428
5
5
  SHA512:
6
- metadata.gz: 4cbf374dbab8ff01097459e66b4d31341ff6d059a01a7abdf644a9ae20b0426de98cb0abb17bb7c96fb50a9277c84dd14afa396d033d8324109f11142aa1e36a
7
- data.tar.gz: 0a279d2ab726ea17d933b0111c6f6ad613a88b959d65f6a32a80f90270a0eae84efbce78fb370aad6f69a14b005c89296938a40db7a569975564f54f5cdba2f2
6
+ metadata.gz: b5e498146ea7509e336c8afa298137aa94d935fe49619544c3e3133577083e6918893ac2fc5bd2404e80652e5d66f7dd88ce05b646191e1c46f5ea12f816cacd
7
+ data.tar.gz: e593ee17efb62a7e328bb0a14ef33dd4b6ef170887686ff2245a5bb2d3e60b3581ed699cc280f9f5038bafe0bb63c3096c907259f7c4bd21e2daf11a5972e554
@@ -299,6 +299,7 @@ module Aws
299
299
  'Organizations' => 'organizations',
300
300
  'Pinpoint' => 'pinpoint',
301
301
  'Polly' => 'polly',
302
+ 'Pricing' => 'api.pricing',
302
303
  'RDS' => 'rds',
303
304
  'Redshift' => 'redshift',
304
305
  'Rekognition' => 'rekognition',
@@ -72,6 +72,16 @@
72
72
  "us-west-2" : { }
73
73
  }
74
74
  },
75
+ "api.pricing" : {
76
+ "defaults" : {
77
+ "credentialScope" : {
78
+ "service" : "pricing"
79
+ }
80
+ },
81
+ "endpoints" : {
82
+ "us-east-1" : { }
83
+ }
84
+ },
75
85
  "apigateway" : {
76
86
  "endpoints" : {
77
87
  "ap-northeast-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.30.0
4
+ version: 1.31.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-03 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: