aws-sdk-core 2.3.0 → 2.3.1
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.
@@ -111,6 +111,7 @@
|
|
111
111
|
},
|
112
112
|
"errors":[
|
113
113
|
{"shape":"InsufficientPrivilegesException"},
|
114
|
+
{"shape":"TooManyBucketsException"},
|
114
115
|
{"shape":"TooManyConfigurationTemplatesException"}
|
115
116
|
]
|
116
117
|
},
|
@@ -224,7 +225,10 @@
|
|
224
225
|
"output":{
|
225
226
|
"shape":"ConfigurationOptionsDescription",
|
226
227
|
"resultWrapper":"DescribeConfigurationOptionsResult"
|
227
|
-
}
|
228
|
+
},
|
229
|
+
"errors":[
|
230
|
+
{"shape":"TooManyBucketsException"}
|
231
|
+
]
|
228
232
|
},
|
229
233
|
"DescribeConfigurationSettings":{
|
230
234
|
"name":"DescribeConfigurationSettings",
|
@@ -236,7 +240,10 @@
|
|
236
240
|
"output":{
|
237
241
|
"shape":"ConfigurationSettingsDescriptions",
|
238
242
|
"resultWrapper":"DescribeConfigurationSettingsResult"
|
239
|
-
}
|
243
|
+
},
|
244
|
+
"errors":[
|
245
|
+
{"shape":"TooManyBucketsException"}
|
246
|
+
]
|
240
247
|
},
|
241
248
|
"DescribeEnvironmentHealth":{
|
242
249
|
"name":"DescribeEnvironmentHealth",
|
@@ -448,7 +455,8 @@
|
|
448
455
|
"resultWrapper":"UpdateConfigurationTemplateResult"
|
449
456
|
},
|
450
457
|
"errors":[
|
451
|
-
{"shape":"InsufficientPrivilegesException"}
|
458
|
+
{"shape":"InsufficientPrivilegesException"},
|
459
|
+
{"shape":"TooManyBucketsException"}
|
452
460
|
]
|
453
461
|
},
|
454
462
|
"UpdateEnvironment":{
|
@@ -463,7 +471,8 @@
|
|
463
471
|
"resultWrapper":"UpdateEnvironmentResult"
|
464
472
|
},
|
465
473
|
"errors":[
|
466
|
-
{"shape":"InsufficientPrivilegesException"}
|
474
|
+
{"shape":"InsufficientPrivilegesException"},
|
475
|
+
{"shape":"TooManyBucketsException"}
|
467
476
|
]
|
468
477
|
},
|
469
478
|
"ValidateConfigurationSettings":{
|
@@ -478,7 +487,8 @@
|
|
478
487
|
"resultWrapper":"ValidateConfigurationSettingsResult"
|
479
488
|
},
|
480
489
|
"errors":[
|
481
|
-
{"shape":"InsufficientPrivilegesException"}
|
490
|
+
{"shape":"InsufficientPrivilegesException"},
|
491
|
+
{"shape":"TooManyBucketsException"}
|
482
492
|
]
|
483
493
|
}
|
484
494
|
},
|
data/lib/aws-sdk-core/version.rb
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.3.
|
4
|
+
version: 2.3.1
|
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-
|
11
|
+
date: 2016-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- apis/codedeploy/2014-10-06/examples-1.json
|
70
70
|
- apis/codedeploy/2014-10-06/paginators-1.json
|
71
71
|
- apis/codepipeline/2015-07-09/api-2.json
|
72
|
+
- apis/codepipeline/2015-07-09/examples-1.json
|
72
73
|
- apis/cognito-identity/2014-06-30/api-2.json
|
73
74
|
- apis/cognito-identity/2014-06-30/examples-1.json
|
74
75
|
- apis/cognito-idp/2016-04-18/api-2.json
|