aws-sdk-core 2.6.11 → 2.6.12
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 +4 -4
- data/apis/budgets/2016-10-20/api-2.json +695 -0
- data/apis/budgets/2016-10-20/examples-1.json +5 -0
- data/apis/waf/2015-08-24/examples-1.json +1036 -0
- data/endpoints.json +10 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/budgets.rb +5 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +5 -2
data/endpoints.json
CHANGED
|
@@ -150,6 +150,16 @@
|
|
|
150
150
|
"eu-central-1": {}
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
|
+
"budgets": {
|
|
154
|
+
"endpoints": {
|
|
155
|
+
"aws-global": {
|
|
156
|
+
"hostname": "budgets.amazonaws.com",
|
|
157
|
+
"credentialScope": {
|
|
158
|
+
"region": "us-east-1"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
153
163
|
"cloudfront": {
|
|
154
164
|
"partitionEndpoint": "aws-global",
|
|
155
165
|
"isRegionalized": false,
|
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.12
|
|
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: 2016-10-
|
|
11
|
+
date: 2016-10-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -47,6 +47,8 @@ files:
|
|
|
47
47
|
- apis/autoscaling/2011-01-01/paginators-1.json
|
|
48
48
|
- apis/autoscaling/2011-01-01/resources-1.json
|
|
49
49
|
- apis/autoscaling/2011-01-01/waiters-2.json
|
|
50
|
+
- apis/budgets/2016-10-20/api-2.json
|
|
51
|
+
- apis/budgets/2016-10-20/examples-1.json
|
|
50
52
|
- apis/cloudformation/2010-05-15/api-2.json
|
|
51
53
|
- apis/cloudformation/2010-05-15/examples-1.json
|
|
52
54
|
- apis/cloudformation/2010-05-15/paginators-1.json
|
|
@@ -298,6 +300,7 @@ files:
|
|
|
298
300
|
- lib/aws-sdk-core/applicationdiscoveryservice.rb
|
|
299
301
|
- lib/aws-sdk-core/assume_role_credentials.rb
|
|
300
302
|
- lib/aws-sdk-core/autoscaling.rb
|
|
303
|
+
- lib/aws-sdk-core/budgets.rb
|
|
301
304
|
- lib/aws-sdk-core/checksums.rb
|
|
302
305
|
- lib/aws-sdk-core/client.rb
|
|
303
306
|
- lib/aws-sdk-core/client_stubs.rb
|