aws-sdk-core 2.2.24 → 2.2.25
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codecommit/2015-04-13/api-2.json +421 -390
- data/apis/codecommit/2015-04-13/examples-1.json +5 -0
- data/apis/devicefarm/2015-06-23/api-2.json +6 -3
- data/apis/events/{2014-02-03 → 2015-10-07}/api-2.json +1 -1
- data/apis/events/{2014-02-03 → 2015-10-07}/examples-1.json +0 -0
- data/lib/aws-sdk-core/cloudwatchevents.rb +3 -3
- data/lib/aws-sdk-core/codecommit.rb +1 -0
- data/lib/aws-sdk-core/credential_provider_chain.rb +15 -8
- data/lib/aws-sdk-core/s3/presigner.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 236400835a6d757c1028825429da56d29112cab5
|
4
|
+
data.tar.gz: 258083c2d461344a8db805a88b0e758fa32421dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfa24bc34e6b640417533cb4fcfa7338011839d79cb50f25ccf49880aa5d9d967246deed9903ceb29274e6666f30e8bbed6ebfb77dcf3aeae4cd490f847f9119
|
7
|
+
data.tar.gz: 5add66309618fcb40572a3dcdc4280a8b43f007dac2b580b4198d717121bb6dacd2c606ffcd2d58d2cbda474d7e0bd30913cdc4b875d9cf5e724be88d15b469d
|
@@ -4,11 +4,11 @@
|
|
4
4
|
"apiVersion":"2015-04-13",
|
5
5
|
"endpointPrefix":"codecommit",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
7
8
|
"serviceAbbreviation":"CodeCommit",
|
8
9
|
"serviceFullName":"AWS CodeCommit",
|
9
10
|
"signatureVersion":"v4",
|
10
|
-
"targetPrefix":"CodeCommit_20150413"
|
11
|
-
"protocol":"json"
|
11
|
+
"targetPrefix":"CodeCommit_20150413"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
14
|
"BatchGetRepositories":{
|
@@ -20,39 +20,14 @@
|
|
20
20
|
"input":{"shape":"BatchGetRepositoriesInput"},
|
21
21
|
"output":{"shape":"BatchGetRepositoriesOutput"},
|
22
22
|
"errors":[
|
23
|
-
{
|
24
|
-
|
25
|
-
|
26
|
-
},
|
27
|
-
{
|
28
|
-
|
29
|
-
|
30
|
-
}
|
31
|
-
{
|
32
|
-
"shape":"InvalidRepositoryNameException",
|
33
|
-
"exception":true
|
34
|
-
},
|
35
|
-
{
|
36
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
37
|
-
"exception":true,
|
38
|
-
"fault":true
|
39
|
-
},
|
40
|
-
{
|
41
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
42
|
-
"exception":true
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"shape":"EncryptionKeyDisabledException",
|
46
|
-
"exception":true
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"shape":"EncryptionKeyNotFoundException",
|
50
|
-
"exception":true
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"shape":"EncryptionKeyUnavailableException",
|
54
|
-
"exception":true
|
55
|
-
}
|
23
|
+
{"shape":"RepositoryNamesRequiredException"},
|
24
|
+
{"shape":"MaximumRepositoryNamesExceededException"},
|
25
|
+
{"shape":"InvalidRepositoryNameException"},
|
26
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
27
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
28
|
+
{"shape":"EncryptionKeyDisabledException"},
|
29
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
30
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
56
31
|
]
|
57
32
|
},
|
58
33
|
"CreateBranch":{
|
@@ -63,63 +38,20 @@
|
|
63
38
|
},
|
64
39
|
"input":{"shape":"CreateBranchInput"},
|
65
40
|
"errors":[
|
66
|
-
{
|
67
|
-
|
68
|
-
|
69
|
-
},
|
70
|
-
{
|
71
|
-
|
72
|
-
|
73
|
-
},
|
74
|
-
{
|
75
|
-
|
76
|
-
|
77
|
-
},
|
78
|
-
{
|
79
|
-
|
80
|
-
"exception":true
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"shape":"BranchNameExistsException",
|
84
|
-
"exception":true
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"shape":"InvalidBranchNameException",
|
88
|
-
"exception":true
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"shape":"CommitIdRequiredException",
|
92
|
-
"exception":true
|
93
|
-
},
|
94
|
-
{
|
95
|
-
"shape":"CommitDoesNotExistException",
|
96
|
-
"exception":true
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"shape":"InvalidCommitIdException",
|
100
|
-
"exception":true
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
104
|
-
"exception":true,
|
105
|
-
"fault":true
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
109
|
-
"exception":true
|
110
|
-
},
|
111
|
-
{
|
112
|
-
"shape":"EncryptionKeyDisabledException",
|
113
|
-
"exception":true
|
114
|
-
},
|
115
|
-
{
|
116
|
-
"shape":"EncryptionKeyNotFoundException",
|
117
|
-
"exception":true
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"shape":"EncryptionKeyUnavailableException",
|
121
|
-
"exception":true
|
122
|
-
}
|
41
|
+
{"shape":"RepositoryNameRequiredException"},
|
42
|
+
{"shape":"InvalidRepositoryNameException"},
|
43
|
+
{"shape":"RepositoryDoesNotExistException"},
|
44
|
+
{"shape":"BranchNameRequiredException"},
|
45
|
+
{"shape":"BranchNameExistsException"},
|
46
|
+
{"shape":"InvalidBranchNameException"},
|
47
|
+
{"shape":"CommitIdRequiredException"},
|
48
|
+
{"shape":"CommitDoesNotExistException"},
|
49
|
+
{"shape":"InvalidCommitIdException"},
|
50
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
51
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
52
|
+
{"shape":"EncryptionKeyDisabledException"},
|
53
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
54
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
123
55
|
]
|
124
56
|
},
|
125
57
|
"CreateRepository":{
|
@@ -131,47 +63,16 @@
|
|
131
63
|
"input":{"shape":"CreateRepositoryInput"},
|
132
64
|
"output":{"shape":"CreateRepositoryOutput"},
|
133
65
|
"errors":[
|
134
|
-
{
|
135
|
-
|
136
|
-
|
137
|
-
},
|
138
|
-
{
|
139
|
-
|
140
|
-
|
141
|
-
},
|
142
|
-
{
|
143
|
-
|
144
|
-
"exception":true
|
145
|
-
},
|
146
|
-
{
|
147
|
-
"shape":"InvalidRepositoryDescriptionException",
|
148
|
-
"exception":true
|
149
|
-
},
|
150
|
-
{
|
151
|
-
"shape":"RepositoryLimitExceededException",
|
152
|
-
"exception":true
|
153
|
-
},
|
154
|
-
{
|
155
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
156
|
-
"exception":true,
|
157
|
-
"fault":true
|
158
|
-
},
|
159
|
-
{
|
160
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
161
|
-
"exception":true
|
162
|
-
},
|
163
|
-
{
|
164
|
-
"shape":"EncryptionKeyDisabledException",
|
165
|
-
"exception":true
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"shape":"EncryptionKeyNotFoundException",
|
169
|
-
"exception":true
|
170
|
-
},
|
171
|
-
{
|
172
|
-
"shape":"EncryptionKeyUnavailableException",
|
173
|
-
"exception":true
|
174
|
-
}
|
66
|
+
{"shape":"RepositoryNameExistsException"},
|
67
|
+
{"shape":"RepositoryNameRequiredException"},
|
68
|
+
{"shape":"InvalidRepositoryNameException"},
|
69
|
+
{"shape":"InvalidRepositoryDescriptionException"},
|
70
|
+
{"shape":"RepositoryLimitExceededException"},
|
71
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
72
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
73
|
+
{"shape":"EncryptionKeyDisabledException"},
|
74
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
75
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
175
76
|
]
|
176
77
|
},
|
177
78
|
"DeleteRepository":{
|
@@ -183,35 +84,13 @@
|
|
183
84
|
"input":{"shape":"DeleteRepositoryInput"},
|
184
85
|
"output":{"shape":"DeleteRepositoryOutput"},
|
185
86
|
"errors":[
|
186
|
-
{
|
187
|
-
|
188
|
-
|
189
|
-
},
|
190
|
-
{
|
191
|
-
|
192
|
-
|
193
|
-
},
|
194
|
-
{
|
195
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
196
|
-
"exception":true,
|
197
|
-
"fault":true
|
198
|
-
},
|
199
|
-
{
|
200
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
201
|
-
"exception":true
|
202
|
-
},
|
203
|
-
{
|
204
|
-
"shape":"EncryptionKeyDisabledException",
|
205
|
-
"exception":true
|
206
|
-
},
|
207
|
-
{
|
208
|
-
"shape":"EncryptionKeyNotFoundException",
|
209
|
-
"exception":true
|
210
|
-
},
|
211
|
-
{
|
212
|
-
"shape":"EncryptionKeyUnavailableException",
|
213
|
-
"exception":true
|
214
|
-
}
|
87
|
+
{"shape":"RepositoryNameRequiredException"},
|
88
|
+
{"shape":"InvalidRepositoryNameException"},
|
89
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
90
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
91
|
+
{"shape":"EncryptionKeyDisabledException"},
|
92
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
93
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
215
94
|
]
|
216
95
|
},
|
217
96
|
"GetBranch":{
|
@@ -223,51 +102,39 @@
|
|
223
102
|
"input":{"shape":"GetBranchInput"},
|
224
103
|
"output":{"shape":"GetBranchOutput"},
|
225
104
|
"errors":[
|
226
|
-
{
|
227
|
-
|
228
|
-
|
229
|
-
},
|
230
|
-
{
|
231
|
-
|
232
|
-
|
233
|
-
},
|
234
|
-
{
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
},
|
250
|
-
{
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
},
|
255
|
-
{
|
256
|
-
|
257
|
-
|
258
|
-
}
|
259
|
-
{
|
260
|
-
"shape":"EncryptionKeyDisabledException",
|
261
|
-
"exception":true
|
262
|
-
},
|
263
|
-
{
|
264
|
-
"shape":"EncryptionKeyNotFoundException",
|
265
|
-
"exception":true
|
266
|
-
},
|
267
|
-
{
|
268
|
-
"shape":"EncryptionKeyUnavailableException",
|
269
|
-
"exception":true
|
270
|
-
}
|
105
|
+
{"shape":"RepositoryNameRequiredException"},
|
106
|
+
{"shape":"RepositoryDoesNotExistException"},
|
107
|
+
{"shape":"InvalidRepositoryNameException"},
|
108
|
+
{"shape":"BranchNameRequiredException"},
|
109
|
+
{"shape":"InvalidBranchNameException"},
|
110
|
+
{"shape":"BranchDoesNotExistException"},
|
111
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
112
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
113
|
+
{"shape":"EncryptionKeyDisabledException"},
|
114
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
115
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
116
|
+
]
|
117
|
+
},
|
118
|
+
"GetCommit":{
|
119
|
+
"name":"GetCommit",
|
120
|
+
"http":{
|
121
|
+
"method":"POST",
|
122
|
+
"requestUri":"/"
|
123
|
+
},
|
124
|
+
"input":{"shape":"GetCommitInput"},
|
125
|
+
"output":{"shape":"GetCommitOutput"},
|
126
|
+
"errors":[
|
127
|
+
{"shape":"RepositoryNameRequiredException"},
|
128
|
+
{"shape":"InvalidRepositoryNameException"},
|
129
|
+
{"shape":"RepositoryDoesNotExistException"},
|
130
|
+
{"shape":"CommitIdRequiredException"},
|
131
|
+
{"shape":"InvalidCommitIdException"},
|
132
|
+
{"shape":"CommitIdDoesNotExistException"},
|
133
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
134
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
135
|
+
{"shape":"EncryptionKeyDisabledException"},
|
136
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
137
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
271
138
|
]
|
272
139
|
},
|
273
140
|
"GetRepository":{
|
@@ -279,39 +146,33 @@
|
|
279
146
|
"input":{"shape":"GetRepositoryInput"},
|
280
147
|
"output":{"shape":"GetRepositoryOutput"},
|
281
148
|
"errors":[
|
282
|
-
{
|
283
|
-
|
284
|
-
|
285
|
-
},
|
286
|
-
{
|
287
|
-
|
288
|
-
|
289
|
-
}
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
},
|
303
|
-
{
|
304
|
-
|
305
|
-
|
306
|
-
},
|
307
|
-
{
|
308
|
-
|
309
|
-
"exception":true
|
310
|
-
},
|
311
|
-
{
|
312
|
-
"shape":"EncryptionKeyUnavailableException",
|
313
|
-
"exception":true
|
314
|
-
}
|
149
|
+
{"shape":"RepositoryNameRequiredException"},
|
150
|
+
{"shape":"RepositoryDoesNotExistException"},
|
151
|
+
{"shape":"InvalidRepositoryNameException"},
|
152
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
153
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
154
|
+
{"shape":"EncryptionKeyDisabledException"},
|
155
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
156
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
"GetRepositoryTriggers":{
|
160
|
+
"name":"GetRepositoryTriggers",
|
161
|
+
"http":{
|
162
|
+
"method":"POST",
|
163
|
+
"requestUri":"/"
|
164
|
+
},
|
165
|
+
"input":{"shape":"GetRepositoryTriggersInput"},
|
166
|
+
"output":{"shape":"GetRepositoryTriggersOutput"},
|
167
|
+
"errors":[
|
168
|
+
{"shape":"RepositoryNameRequiredException"},
|
169
|
+
{"shape":"InvalidRepositoryNameException"},
|
170
|
+
{"shape":"RepositoryDoesNotExistException"},
|
171
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
172
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
173
|
+
{"shape":"EncryptionKeyDisabledException"},
|
174
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
175
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
315
176
|
]
|
316
177
|
},
|
317
178
|
"ListBranches":{
|
@@ -323,43 +184,15 @@
|
|
323
184
|
"input":{"shape":"ListBranchesInput"},
|
324
185
|
"output":{"shape":"ListBranchesOutput"},
|
325
186
|
"errors":[
|
326
|
-
{
|
327
|
-
|
328
|
-
|
329
|
-
},
|
330
|
-
{
|
331
|
-
|
332
|
-
|
333
|
-
},
|
334
|
-
{
|
335
|
-
"shape":"InvalidRepositoryNameException",
|
336
|
-
"exception":true
|
337
|
-
},
|
338
|
-
{
|
339
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
340
|
-
"exception":true,
|
341
|
-
"fault":true
|
342
|
-
},
|
343
|
-
{
|
344
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
345
|
-
"exception":true
|
346
|
-
},
|
347
|
-
{
|
348
|
-
"shape":"EncryptionKeyDisabledException",
|
349
|
-
"exception":true
|
350
|
-
},
|
351
|
-
{
|
352
|
-
"shape":"EncryptionKeyNotFoundException",
|
353
|
-
"exception":true
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"shape":"EncryptionKeyUnavailableException",
|
357
|
-
"exception":true
|
358
|
-
},
|
359
|
-
{
|
360
|
-
"shape":"InvalidContinuationTokenException",
|
361
|
-
"exception":true
|
362
|
-
}
|
187
|
+
{"shape":"RepositoryNameRequiredException"},
|
188
|
+
{"shape":"RepositoryDoesNotExistException"},
|
189
|
+
{"shape":"InvalidRepositoryNameException"},
|
190
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
191
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
192
|
+
{"shape":"EncryptionKeyDisabledException"},
|
193
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
194
|
+
{"shape":"EncryptionKeyUnavailableException"},
|
195
|
+
{"shape":"InvalidContinuationTokenException"}
|
363
196
|
]
|
364
197
|
},
|
365
198
|
"ListRepositories":{
|
@@ -371,18 +204,73 @@
|
|
371
204
|
"input":{"shape":"ListRepositoriesInput"},
|
372
205
|
"output":{"shape":"ListRepositoriesOutput"},
|
373
206
|
"errors":[
|
374
|
-
{
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
207
|
+
{"shape":"InvalidSortByException"},
|
208
|
+
{"shape":"InvalidOrderException"},
|
209
|
+
{"shape":"InvalidContinuationTokenException"}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
"PutRepositoryTriggers":{
|
213
|
+
"name":"PutRepositoryTriggers",
|
214
|
+
"http":{
|
215
|
+
"method":"POST",
|
216
|
+
"requestUri":"/"
|
217
|
+
},
|
218
|
+
"input":{"shape":"PutRepositoryTriggersInput"},
|
219
|
+
"output":{"shape":"PutRepositoryTriggersOutput"},
|
220
|
+
"errors":[
|
221
|
+
{"shape":"RepositoryDoesNotExistException"},
|
222
|
+
{"shape":"RepositoryNameRequiredException"},
|
223
|
+
{"shape":"InvalidRepositoryNameException"},
|
224
|
+
{"shape":"RepositoryTriggersListRequiredException"},
|
225
|
+
{"shape":"MaximumRepositoryTriggersExceededException"},
|
226
|
+
{"shape":"InvalidRepositoryTriggerNameException"},
|
227
|
+
{"shape":"InvalidRepositoryTriggerDestinationArnException"},
|
228
|
+
{"shape":"InvalidRepositoryTriggerRegionException"},
|
229
|
+
{"shape":"InvalidRepositoryTriggerCustomDataException"},
|
230
|
+
{"shape":"MaximumBranchesExceededException"},
|
231
|
+
{"shape":"InvalidRepositoryTriggerBranchNameException"},
|
232
|
+
{"shape":"InvalidRepositoryTriggerEventsException"},
|
233
|
+
{"shape":"RepositoryTriggerNameRequiredException"},
|
234
|
+
{"shape":"RepositoryTriggerDestinationArnRequiredException"},
|
235
|
+
{"shape":"RepositoryTriggerBranchNameListRequiredException"},
|
236
|
+
{"shape":"RepositoryTriggerEventsListRequiredException"},
|
237
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
238
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
239
|
+
{"shape":"EncryptionKeyDisabledException"},
|
240
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
241
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
242
|
+
]
|
243
|
+
},
|
244
|
+
"TestRepositoryTriggers":{
|
245
|
+
"name":"TestRepositoryTriggers",
|
246
|
+
"http":{
|
247
|
+
"method":"POST",
|
248
|
+
"requestUri":"/"
|
249
|
+
},
|
250
|
+
"input":{"shape":"TestRepositoryTriggersInput"},
|
251
|
+
"output":{"shape":"TestRepositoryTriggersOutput"},
|
252
|
+
"errors":[
|
253
|
+
{"shape":"RepositoryDoesNotExistException"},
|
254
|
+
{"shape":"RepositoryNameRequiredException"},
|
255
|
+
{"shape":"InvalidRepositoryNameException"},
|
256
|
+
{"shape":"RepositoryTriggersListRequiredException"},
|
257
|
+
{"shape":"MaximumRepositoryTriggersExceededException"},
|
258
|
+
{"shape":"InvalidRepositoryTriggerNameException"},
|
259
|
+
{"shape":"InvalidRepositoryTriggerDestinationArnException"},
|
260
|
+
{"shape":"InvalidRepositoryTriggerRegionException"},
|
261
|
+
{"shape":"InvalidRepositoryTriggerCustomDataException"},
|
262
|
+
{"shape":"MaximumBranchesExceededException"},
|
263
|
+
{"shape":"InvalidRepositoryTriggerBranchNameException"},
|
264
|
+
{"shape":"InvalidRepositoryTriggerEventsException"},
|
265
|
+
{"shape":"RepositoryTriggerNameRequiredException"},
|
266
|
+
{"shape":"RepositoryTriggerDestinationArnRequiredException"},
|
267
|
+
{"shape":"RepositoryTriggerBranchNameListRequiredException"},
|
268
|
+
{"shape":"RepositoryTriggerEventsListRequiredException"},
|
269
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
270
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
271
|
+
{"shape":"EncryptionKeyDisabledException"},
|
272
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
273
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
386
274
|
]
|
387
275
|
},
|
388
276
|
"UpdateDefaultBranch":{
|
@@ -393,51 +281,17 @@
|
|
393
281
|
},
|
394
282
|
"input":{"shape":"UpdateDefaultBranchInput"},
|
395
283
|
"errors":[
|
396
|
-
{
|
397
|
-
|
398
|
-
|
399
|
-
},
|
400
|
-
{
|
401
|
-
|
402
|
-
|
403
|
-
},
|
404
|
-
{
|
405
|
-
|
406
|
-
|
407
|
-
},
|
408
|
-
{
|
409
|
-
"shape":"BranchNameRequiredException",
|
410
|
-
"exception":true
|
411
|
-
},
|
412
|
-
{
|
413
|
-
"shape":"InvalidBranchNameException",
|
414
|
-
"exception":true
|
415
|
-
},
|
416
|
-
{
|
417
|
-
"shape":"BranchDoesNotExistException",
|
418
|
-
"exception":true
|
419
|
-
},
|
420
|
-
{
|
421
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
422
|
-
"exception":true,
|
423
|
-
"fault":true
|
424
|
-
},
|
425
|
-
{
|
426
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
427
|
-
"exception":true
|
428
|
-
},
|
429
|
-
{
|
430
|
-
"shape":"EncryptionKeyDisabledException",
|
431
|
-
"exception":true
|
432
|
-
},
|
433
|
-
{
|
434
|
-
"shape":"EncryptionKeyNotFoundException",
|
435
|
-
"exception":true
|
436
|
-
},
|
437
|
-
{
|
438
|
-
"shape":"EncryptionKeyUnavailableException",
|
439
|
-
"exception":true
|
440
|
-
}
|
284
|
+
{"shape":"RepositoryNameRequiredException"},
|
285
|
+
{"shape":"RepositoryDoesNotExistException"},
|
286
|
+
{"shape":"InvalidRepositoryNameException"},
|
287
|
+
{"shape":"BranchNameRequiredException"},
|
288
|
+
{"shape":"InvalidBranchNameException"},
|
289
|
+
{"shape":"BranchDoesNotExistException"},
|
290
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
291
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
292
|
+
{"shape":"EncryptionKeyDisabledException"},
|
293
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
294
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
441
295
|
]
|
442
296
|
},
|
443
297
|
"UpdateRepositoryDescription":{
|
@@ -448,43 +302,15 @@
|
|
448
302
|
},
|
449
303
|
"input":{"shape":"UpdateRepositoryDescriptionInput"},
|
450
304
|
"errors":[
|
451
|
-
{
|
452
|
-
|
453
|
-
|
454
|
-
},
|
455
|
-
{
|
456
|
-
|
457
|
-
|
458
|
-
},
|
459
|
-
{
|
460
|
-
"shape":"InvalidRepositoryNameException",
|
461
|
-
"exception":true
|
462
|
-
},
|
463
|
-
{
|
464
|
-
"shape":"InvalidRepositoryDescriptionException",
|
465
|
-
"exception":true
|
466
|
-
},
|
467
|
-
{
|
468
|
-
"shape":"EncryptionIntegrityChecksFailedException",
|
469
|
-
"exception":true,
|
470
|
-
"fault":true
|
471
|
-
},
|
472
|
-
{
|
473
|
-
"shape":"EncryptionKeyAccessDeniedException",
|
474
|
-
"exception":true
|
475
|
-
},
|
476
|
-
{
|
477
|
-
"shape":"EncryptionKeyDisabledException",
|
478
|
-
"exception":true
|
479
|
-
},
|
480
|
-
{
|
481
|
-
"shape":"EncryptionKeyNotFoundException",
|
482
|
-
"exception":true
|
483
|
-
},
|
484
|
-
{
|
485
|
-
"shape":"EncryptionKeyUnavailableException",
|
486
|
-
"exception":true
|
487
|
-
}
|
305
|
+
{"shape":"RepositoryNameRequiredException"},
|
306
|
+
{"shape":"RepositoryDoesNotExistException"},
|
307
|
+
{"shape":"InvalidRepositoryNameException"},
|
308
|
+
{"shape":"InvalidRepositoryDescriptionException"},
|
309
|
+
{"shape":"EncryptionIntegrityChecksFailedException"},
|
310
|
+
{"shape":"EncryptionKeyAccessDeniedException"},
|
311
|
+
{"shape":"EncryptionKeyDisabledException"},
|
312
|
+
{"shape":"EncryptionKeyNotFoundException"},
|
313
|
+
{"shape":"EncryptionKeyUnavailableException"}
|
488
314
|
]
|
489
315
|
},
|
490
316
|
"UpdateRepositoryName":{
|
@@ -495,27 +321,16 @@
|
|
495
321
|
},
|
496
322
|
"input":{"shape":"UpdateRepositoryNameInput"},
|
497
323
|
"errors":[
|
498
|
-
{
|
499
|
-
|
500
|
-
|
501
|
-
}
|
502
|
-
{
|
503
|
-
"shape":"RepositoryNameExistsException",
|
504
|
-
"exception":true
|
505
|
-
},
|
506
|
-
{
|
507
|
-
"shape":"RepositoryNameRequiredException",
|
508
|
-
"exception":true
|
509
|
-
},
|
510
|
-
{
|
511
|
-
"shape":"InvalidRepositoryNameException",
|
512
|
-
"exception":true
|
513
|
-
}
|
324
|
+
{"shape":"RepositoryDoesNotExistException"},
|
325
|
+
{"shape":"RepositoryNameExistsException"},
|
326
|
+
{"shape":"RepositoryNameRequiredException"},
|
327
|
+
{"shape":"InvalidRepositoryNameException"}
|
514
328
|
]
|
515
329
|
}
|
516
330
|
},
|
517
331
|
"shapes":{
|
518
332
|
"AccountId":{"type":"string"},
|
333
|
+
"AdditionalData":{"type":"string"},
|
519
334
|
"Arn":{"type":"string"},
|
520
335
|
"BatchGetRepositoriesInput":{
|
521
336
|
"type":"structure",
|
@@ -546,8 +361,8 @@
|
|
546
361
|
},
|
547
362
|
"BranchName":{
|
548
363
|
"type":"string",
|
549
|
-
"
|
550
|
-
"
|
364
|
+
"max":100,
|
365
|
+
"min":1
|
551
366
|
},
|
552
367
|
"BranchNameExistsException":{
|
553
368
|
"type":"structure",
|
@@ -567,6 +382,17 @@
|
|
567
382
|
},
|
568
383
|
"CloneUrlHttp":{"type":"string"},
|
569
384
|
"CloneUrlSsh":{"type":"string"},
|
385
|
+
"Commit":{
|
386
|
+
"type":"structure",
|
387
|
+
"members":{
|
388
|
+
"treeId":{"shape":"ObjectId"},
|
389
|
+
"parents":{"shape":"ParentList"},
|
390
|
+
"message":{"shape":"Message"},
|
391
|
+
"author":{"shape":"UserInfo"},
|
392
|
+
"committer":{"shape":"UserInfo"},
|
393
|
+
"additionalData":{"shape":"AdditionalData"}
|
394
|
+
}
|
395
|
+
},
|
570
396
|
"CommitDoesNotExistException":{
|
571
397
|
"type":"structure",
|
572
398
|
"members":{
|
@@ -574,6 +400,12 @@
|
|
574
400
|
"exception":true
|
575
401
|
},
|
576
402
|
"CommitId":{"type":"string"},
|
403
|
+
"CommitIdDoesNotExistException":{
|
404
|
+
"type":"structure",
|
405
|
+
"members":{
|
406
|
+
},
|
407
|
+
"exception":true
|
408
|
+
},
|
577
409
|
"CommitIdRequiredException":{
|
578
410
|
"type":"structure",
|
579
411
|
"members":{
|
@@ -608,6 +440,7 @@
|
|
608
440
|
}
|
609
441
|
},
|
610
442
|
"CreationDate":{"type":"timestamp"},
|
443
|
+
"Date":{"type":"string"},
|
611
444
|
"DeleteRepositoryInput":{
|
612
445
|
"type":"structure",
|
613
446
|
"required":["repositoryName"],
|
@@ -621,6 +454,7 @@
|
|
621
454
|
"repositoryId":{"shape":"RepositoryId"}
|
622
455
|
}
|
623
456
|
},
|
457
|
+
"Email":{"type":"string"},
|
624
458
|
"EncryptionIntegrityChecksFailedException":{
|
625
459
|
"type":"structure",
|
626
460
|
"members":{
|
@@ -665,6 +499,24 @@
|
|
665
499
|
"branch":{"shape":"BranchInfo"}
|
666
500
|
}
|
667
501
|
},
|
502
|
+
"GetCommitInput":{
|
503
|
+
"type":"structure",
|
504
|
+
"required":[
|
505
|
+
"repositoryName",
|
506
|
+
"commitId"
|
507
|
+
],
|
508
|
+
"members":{
|
509
|
+
"repositoryName":{"shape":"RepositoryName"},
|
510
|
+
"commitId":{"shape":"ObjectId"}
|
511
|
+
}
|
512
|
+
},
|
513
|
+
"GetCommitOutput":{
|
514
|
+
"type":"structure",
|
515
|
+
"required":["commit"],
|
516
|
+
"members":{
|
517
|
+
"commit":{"shape":"Commit"}
|
518
|
+
}
|
519
|
+
},
|
668
520
|
"GetRepositoryInput":{
|
669
521
|
"type":"structure",
|
670
522
|
"required":["repositoryName"],
|
@@ -678,6 +530,19 @@
|
|
678
530
|
"repositoryMetadata":{"shape":"RepositoryMetadata"}
|
679
531
|
}
|
680
532
|
},
|
533
|
+
"GetRepositoryTriggersInput":{
|
534
|
+
"type":"structure",
|
535
|
+
"members":{
|
536
|
+
"repositoryName":{"shape":"RepositoryName"}
|
537
|
+
}
|
538
|
+
},
|
539
|
+
"GetRepositoryTriggersOutput":{
|
540
|
+
"type":"structure",
|
541
|
+
"members":{
|
542
|
+
"configurationId":{"shape":"RepositoryTriggersConfigurationId"},
|
543
|
+
"triggers":{"shape":"RepositoryTriggersList"}
|
544
|
+
}
|
545
|
+
},
|
681
546
|
"InvalidBranchNameException":{
|
682
547
|
"type":"structure",
|
683
548
|
"members":{
|
@@ -714,6 +579,42 @@
|
|
714
579
|
},
|
715
580
|
"exception":true
|
716
581
|
},
|
582
|
+
"InvalidRepositoryTriggerBranchNameException":{
|
583
|
+
"type":"structure",
|
584
|
+
"members":{
|
585
|
+
},
|
586
|
+
"exception":true
|
587
|
+
},
|
588
|
+
"InvalidRepositoryTriggerCustomDataException":{
|
589
|
+
"type":"structure",
|
590
|
+
"members":{
|
591
|
+
},
|
592
|
+
"exception":true
|
593
|
+
},
|
594
|
+
"InvalidRepositoryTriggerDestinationArnException":{
|
595
|
+
"type":"structure",
|
596
|
+
"members":{
|
597
|
+
},
|
598
|
+
"exception":true
|
599
|
+
},
|
600
|
+
"InvalidRepositoryTriggerEventsException":{
|
601
|
+
"type":"structure",
|
602
|
+
"members":{
|
603
|
+
},
|
604
|
+
"exception":true
|
605
|
+
},
|
606
|
+
"InvalidRepositoryTriggerNameException":{
|
607
|
+
"type":"structure",
|
608
|
+
"members":{
|
609
|
+
},
|
610
|
+
"exception":true
|
611
|
+
},
|
612
|
+
"InvalidRepositoryTriggerRegionException":{
|
613
|
+
"type":"structure",
|
614
|
+
"members":{
|
615
|
+
},
|
616
|
+
"exception":true
|
617
|
+
},
|
717
618
|
"InvalidSortByException":{
|
718
619
|
"type":"structure",
|
719
620
|
"members":{
|
@@ -751,13 +652,28 @@
|
|
751
652
|
"nextToken":{"shape":"NextToken"}
|
752
653
|
}
|
753
654
|
},
|
655
|
+
"MaximumBranchesExceededException":{
|
656
|
+
"type":"structure",
|
657
|
+
"members":{
|
658
|
+
},
|
659
|
+
"exception":true
|
660
|
+
},
|
754
661
|
"MaximumRepositoryNamesExceededException":{
|
755
662
|
"type":"structure",
|
756
663
|
"members":{
|
757
664
|
},
|
758
665
|
"exception":true
|
759
666
|
},
|
667
|
+
"MaximumRepositoryTriggersExceededException":{
|
668
|
+
"type":"structure",
|
669
|
+
"members":{
|
670
|
+
},
|
671
|
+
"exception":true
|
672
|
+
},
|
673
|
+
"Message":{"type":"string"},
|
674
|
+
"Name":{"type":"string"},
|
760
675
|
"NextToken":{"type":"string"},
|
676
|
+
"ObjectId":{"type":"string"},
|
761
677
|
"OrderEnum":{
|
762
678
|
"type":"string",
|
763
679
|
"enum":[
|
@@ -765,6 +681,23 @@
|
|
765
681
|
"descending"
|
766
682
|
]
|
767
683
|
},
|
684
|
+
"ParentList":{
|
685
|
+
"type":"list",
|
686
|
+
"member":{"shape":"ObjectId"}
|
687
|
+
},
|
688
|
+
"PutRepositoryTriggersInput":{
|
689
|
+
"type":"structure",
|
690
|
+
"members":{
|
691
|
+
"repositoryName":{"shape":"RepositoryName"},
|
692
|
+
"triggers":{"shape":"RepositoryTriggersList"}
|
693
|
+
}
|
694
|
+
},
|
695
|
+
"PutRepositoryTriggersOutput":{
|
696
|
+
"type":"structure",
|
697
|
+
"members":{
|
698
|
+
"configurationId":{"shape":"RepositoryTriggersConfigurationId"}
|
699
|
+
}
|
700
|
+
},
|
768
701
|
"RepositoryDescription":{
|
769
702
|
"type":"string",
|
770
703
|
"max":1000
|
@@ -803,8 +736,8 @@
|
|
803
736
|
},
|
804
737
|
"RepositoryName":{
|
805
738
|
"type":"string",
|
806
|
-
"min":1,
|
807
739
|
"max":100,
|
740
|
+
"min":1,
|
808
741
|
"pattern":"[\\\\w\\\\.-]+"
|
809
742
|
},
|
810
743
|
"RepositoryNameExistsException":{
|
@@ -844,6 +777,82 @@
|
|
844
777
|
"type":"list",
|
845
778
|
"member":{"shape":"RepositoryName"}
|
846
779
|
},
|
780
|
+
"RepositoryTrigger":{
|
781
|
+
"type":"structure",
|
782
|
+
"members":{
|
783
|
+
"name":{"shape":"RepositoryTriggerName"},
|
784
|
+
"destinationArn":{"shape":"Arn"},
|
785
|
+
"customData":{"shape":"RepositoryTriggerCustomData"},
|
786
|
+
"branches":{"shape":"BranchNameList"},
|
787
|
+
"events":{"shape":"RepositoryTriggerEventList"}
|
788
|
+
}
|
789
|
+
},
|
790
|
+
"RepositoryTriggerBranchNameListRequiredException":{
|
791
|
+
"type":"structure",
|
792
|
+
"members":{
|
793
|
+
},
|
794
|
+
"exception":true
|
795
|
+
},
|
796
|
+
"RepositoryTriggerCustomData":{"type":"string"},
|
797
|
+
"RepositoryTriggerDestinationArnRequiredException":{
|
798
|
+
"type":"structure",
|
799
|
+
"members":{
|
800
|
+
},
|
801
|
+
"exception":true
|
802
|
+
},
|
803
|
+
"RepositoryTriggerEventEnum":{
|
804
|
+
"type":"string",
|
805
|
+
"enum":[
|
806
|
+
"all",
|
807
|
+
"updateReference",
|
808
|
+
"createReference",
|
809
|
+
"deleteReference"
|
810
|
+
]
|
811
|
+
},
|
812
|
+
"RepositoryTriggerEventList":{
|
813
|
+
"type":"list",
|
814
|
+
"member":{"shape":"RepositoryTriggerEventEnum"}
|
815
|
+
},
|
816
|
+
"RepositoryTriggerEventsListRequiredException":{
|
817
|
+
"type":"structure",
|
818
|
+
"members":{
|
819
|
+
},
|
820
|
+
"exception":true
|
821
|
+
},
|
822
|
+
"RepositoryTriggerExecutionFailure":{
|
823
|
+
"type":"structure",
|
824
|
+
"members":{
|
825
|
+
"trigger":{"shape":"RepositoryTriggerName"},
|
826
|
+
"failureMessage":{"shape":"RepositoryTriggerExecutionFailureMessage"}
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"RepositoryTriggerExecutionFailureList":{
|
830
|
+
"type":"list",
|
831
|
+
"member":{"shape":"RepositoryTriggerExecutionFailure"}
|
832
|
+
},
|
833
|
+
"RepositoryTriggerExecutionFailureMessage":{"type":"string"},
|
834
|
+
"RepositoryTriggerName":{"type":"string"},
|
835
|
+
"RepositoryTriggerNameList":{
|
836
|
+
"type":"list",
|
837
|
+
"member":{"shape":"RepositoryTriggerName"}
|
838
|
+
},
|
839
|
+
"RepositoryTriggerNameRequiredException":{
|
840
|
+
"type":"structure",
|
841
|
+
"members":{
|
842
|
+
},
|
843
|
+
"exception":true
|
844
|
+
},
|
845
|
+
"RepositoryTriggersConfigurationId":{"type":"string"},
|
846
|
+
"RepositoryTriggersList":{
|
847
|
+
"type":"list",
|
848
|
+
"member":{"shape":"RepositoryTrigger"}
|
849
|
+
},
|
850
|
+
"RepositoryTriggersListRequiredException":{
|
851
|
+
"type":"structure",
|
852
|
+
"members":{
|
853
|
+
},
|
854
|
+
"exception":true
|
855
|
+
},
|
847
856
|
"SortByEnum":{
|
848
857
|
"type":"string",
|
849
858
|
"enum":[
|
@@ -851,6 +860,20 @@
|
|
851
860
|
"lastModifiedDate"
|
852
861
|
]
|
853
862
|
},
|
863
|
+
"TestRepositoryTriggersInput":{
|
864
|
+
"type":"structure",
|
865
|
+
"members":{
|
866
|
+
"repositoryName":{"shape":"RepositoryName"},
|
867
|
+
"triggers":{"shape":"RepositoryTriggersList"}
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"TestRepositoryTriggersOutput":{
|
871
|
+
"type":"structure",
|
872
|
+
"members":{
|
873
|
+
"successfulExecutions":{"shape":"RepositoryTriggerNameList"},
|
874
|
+
"failedExecutions":{"shape":"RepositoryTriggerExecutionFailureList"}
|
875
|
+
}
|
876
|
+
},
|
854
877
|
"UpdateDefaultBranchInput":{
|
855
878
|
"type":"structure",
|
856
879
|
"required":[
|
@@ -880,6 +903,14 @@
|
|
880
903
|
"oldName":{"shape":"RepositoryName"},
|
881
904
|
"newName":{"shape":"RepositoryName"}
|
882
905
|
}
|
906
|
+
},
|
907
|
+
"UserInfo":{
|
908
|
+
"type":"structure",
|
909
|
+
"members":{
|
910
|
+
"name":{"shape":"Name"},
|
911
|
+
"email":{"shape":"Email"},
|
912
|
+
"date":{"shape":"Date"}
|
913
|
+
}
|
883
914
|
}
|
884
915
|
}
|
885
916
|
}
|
@@ -547,7 +547,8 @@
|
|
547
547
|
"APPIUM_PYTHON_XML_OUTPUT",
|
548
548
|
"EXPLORER_EVENT_LOG",
|
549
549
|
"EXPLORER_SUMMARY_LOG",
|
550
|
-
"APPLICATION_CRASH_REPORT"
|
550
|
+
"APPLICATION_CRASH_REPORT",
|
551
|
+
"XCTEST_LOG"
|
551
552
|
]
|
552
553
|
},
|
553
554
|
"Artifacts":{
|
@@ -1433,7 +1434,8 @@
|
|
1433
1434
|
"INSTRUMENTATION",
|
1434
1435
|
"UIAUTOMATION",
|
1435
1436
|
"UIAUTOMATOR",
|
1436
|
-
"XCTEST"
|
1437
|
+
"XCTEST",
|
1438
|
+
"XCTEST_UI"
|
1437
1439
|
]
|
1438
1440
|
},
|
1439
1441
|
"Tests":{
|
@@ -1531,7 +1533,8 @@
|
|
1531
1533
|
"INSTRUMENTATION_TEST_PACKAGE",
|
1532
1534
|
"UIAUTOMATION_TEST_PACKAGE",
|
1533
1535
|
"UIAUTOMATOR_TEST_PACKAGE",
|
1534
|
-
"XCTEST_TEST_PACKAGE"
|
1536
|
+
"XCTEST_TEST_PACKAGE",
|
1537
|
+
"XCTEST_UI_TEST_PACKAGE"
|
1535
1538
|
]
|
1536
1539
|
},
|
1537
1540
|
"Uploads":{
|
File without changes
|
@@ -1,5 +1,5 @@
|
|
1
1
|
Aws.add_service(:CloudWatchEvents, {
|
2
|
-
api: "#{Aws::API_DIR}/events/
|
3
|
-
docs: "#{Aws::API_DIR}/events/
|
4
|
-
examples: "#{Aws::API_DIR}/events/
|
2
|
+
api: "#{Aws::API_DIR}/events/2015-10-07/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/events/2015-10-07/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/events/2015-10-07/examples-1.json",
|
5
5
|
})
|
@@ -1,5 +1,6 @@
|
|
1
1
|
Aws.add_service(:CodeCommit, {
|
2
2
|
api: "#{Aws::API_DIR}/codecommit/2015-04-13/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/codecommit/2015-04-13/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/codecommit/2015-04-13/examples-1.json",
|
4
5
|
paginators: "#{Aws::API_DIR}/codecommit/2015-04-13/paginators-1.json",
|
5
6
|
})
|
@@ -2,7 +2,7 @@ module Aws
|
|
2
2
|
# @api private
|
3
3
|
class CredentialProviderChain
|
4
4
|
|
5
|
-
def initialize(config)
|
5
|
+
def initialize(config = nil)
|
6
6
|
@config = config
|
7
7
|
end
|
8
8
|
|
@@ -31,11 +31,14 @@ module Aws
|
|
31
31
|
end
|
32
32
|
|
33
33
|
def static_credentials(options)
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
34
|
+
if options[:config]
|
35
|
+
Credentials.new(
|
36
|
+
options[:config].access_key_id,
|
37
|
+
options[:config].secret_access_key,
|
38
|
+
options[:config].session_token)
|
39
|
+
else
|
40
|
+
nil
|
41
|
+
end
|
39
42
|
end
|
40
43
|
|
41
44
|
def env_credentials(options)
|
@@ -54,8 +57,12 @@ module Aws
|
|
54
57
|
nil
|
55
58
|
end
|
56
59
|
|
57
|
-
def shared_credentials(options
|
58
|
-
|
60
|
+
def shared_credentials(options)
|
61
|
+
if options[:config]
|
62
|
+
SharedCredentials.new(profile_name: options[:config].profile)
|
63
|
+
else
|
64
|
+
SharedCredentials.new(profile_name: 'default')
|
65
|
+
end
|
59
66
|
rescue Errors::NoSuchProfileError
|
60
67
|
nil
|
61
68
|
end
|
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.2.
|
4
|
+
version: 2.2.25
|
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-03-
|
11
|
+
date: 2016-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -62,6 +62,7 @@ files:
|
|
62
62
|
- apis/cloudtrail/2013-11-01/examples-1.json
|
63
63
|
- apis/cloudtrail/2013-11-01/paginators-1.json
|
64
64
|
- apis/codecommit/2015-04-13/api-2.json
|
65
|
+
- apis/codecommit/2015-04-13/examples-1.json
|
65
66
|
- apis/codecommit/2015-04-13/paginators-1.json
|
66
67
|
- apis/codedeploy/2014-10-06/api-2.json
|
67
68
|
- apis/codedeploy/2014-10-06/examples-1.json
|
@@ -120,8 +121,8 @@ files:
|
|
120
121
|
- apis/email/2010-12-01/paginators-1.json
|
121
122
|
- apis/email/2010-12-01/waiters-2.json
|
122
123
|
- apis/es/2015-01-01/api-2.json
|
123
|
-
- apis/events/
|
124
|
-
- apis/events/
|
124
|
+
- apis/events/2015-10-07/api-2.json
|
125
|
+
- apis/events/2015-10-07/examples-1.json
|
125
126
|
- apis/firehose/2015-08-04/api-2.json
|
126
127
|
- apis/gamelift/2015-10-01/api-2.json
|
127
128
|
- apis/gamelift/2015-10-01/examples-1.json
|