aws-sdk-core 2.9.7 → 2.9.8
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/lambda/2015-03-31/api-2.json +112 -2
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/seahorse/client/logging/formatter.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5843c25839dff56dc0d8d9772b08d59467320614
|
|
4
|
+
data.tar.gz: f91db9634807b9292910585961ff66e78a206e16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f936ce985a5fada0e66f74b38f8e37317aa9ba6b9984542e7d9ce1859634f2dac9155d7ec7457739a11d14b921a42a71966227eaea3590149dab953ad4bcb23
|
|
7
|
+
data.tar.gz: 17e97d67997f1f75498db75a6a894eac4088cb87fc580b6c27ad339c48340b7027e144a4f685a4a04217cfa015d886869acc93dd4a75b16f7e447cf80beed666
|
|
@@ -311,6 +311,21 @@
|
|
|
311
311
|
{"shape":"TooManyRequestsException"}
|
|
312
312
|
]
|
|
313
313
|
},
|
|
314
|
+
"ListTags":{
|
|
315
|
+
"name":"ListTags",
|
|
316
|
+
"http":{
|
|
317
|
+
"method":"GET",
|
|
318
|
+
"requestUri":"/2017-03-31/tags/{ARN}"
|
|
319
|
+
},
|
|
320
|
+
"input":{"shape":"ListTagsRequest"},
|
|
321
|
+
"output":{"shape":"ListTagsResponse"},
|
|
322
|
+
"errors":[
|
|
323
|
+
{"shape":"ServiceException"},
|
|
324
|
+
{"shape":"ResourceNotFoundException"},
|
|
325
|
+
{"shape":"InvalidParameterValueException"},
|
|
326
|
+
{"shape":"TooManyRequestsException"}
|
|
327
|
+
]
|
|
328
|
+
},
|
|
314
329
|
"ListVersionsByFunction":{
|
|
315
330
|
"name":"ListVersionsByFunction",
|
|
316
331
|
"http":{
|
|
@@ -359,6 +374,36 @@
|
|
|
359
374
|
{"shape":"TooManyRequestsException"}
|
|
360
375
|
]
|
|
361
376
|
},
|
|
377
|
+
"TagResource":{
|
|
378
|
+
"name":"TagResource",
|
|
379
|
+
"http":{
|
|
380
|
+
"method":"POST",
|
|
381
|
+
"requestUri":"/2017-03-31/tags/{ARN}",
|
|
382
|
+
"responseCode":204
|
|
383
|
+
},
|
|
384
|
+
"input":{"shape":"TagResourceRequest"},
|
|
385
|
+
"errors":[
|
|
386
|
+
{"shape":"ServiceException"},
|
|
387
|
+
{"shape":"ResourceNotFoundException"},
|
|
388
|
+
{"shape":"InvalidParameterValueException"},
|
|
389
|
+
{"shape":"TooManyRequestsException"}
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
"UntagResource":{
|
|
393
|
+
"name":"UntagResource",
|
|
394
|
+
"http":{
|
|
395
|
+
"method":"DELETE",
|
|
396
|
+
"requestUri":"/2017-03-31/tags/{ARN}",
|
|
397
|
+
"responseCode":204
|
|
398
|
+
},
|
|
399
|
+
"input":{"shape":"UntagResourceRequest"},
|
|
400
|
+
"errors":[
|
|
401
|
+
{"shape":"ServiceException"},
|
|
402
|
+
{"shape":"ResourceNotFoundException"},
|
|
403
|
+
{"shape":"InvalidParameterValueException"},
|
|
404
|
+
{"shape":"TooManyRequestsException"}
|
|
405
|
+
]
|
|
406
|
+
},
|
|
362
407
|
"UpdateAlias":{
|
|
363
408
|
"name":"UpdateAlias",
|
|
364
409
|
"http":{
|
|
@@ -582,7 +627,8 @@
|
|
|
582
627
|
"VpcConfig":{"shape":"VpcConfig"},
|
|
583
628
|
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
|
584
629
|
"Environment":{"shape":"Environment"},
|
|
585
|
-
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
|
630
|
+
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
|
631
|
+
"Tags":{"shape":"Tags"}
|
|
586
632
|
}
|
|
587
633
|
},
|
|
588
634
|
"Date":{"type":"timestamp"},
|
|
@@ -877,7 +923,8 @@
|
|
|
877
923
|
"type":"structure",
|
|
878
924
|
"members":{
|
|
879
925
|
"Configuration":{"shape":"FunctionConfiguration"},
|
|
880
|
-
"Code":{"shape":"FunctionCodeLocation"}
|
|
926
|
+
"Code":{"shape":"FunctionCodeLocation"},
|
|
927
|
+
"Tags":{"shape":"Tags"}
|
|
881
928
|
}
|
|
882
929
|
},
|
|
883
930
|
"GetPolicyRequest":{
|
|
@@ -1170,6 +1217,23 @@
|
|
|
1170
1217
|
"Functions":{"shape":"FunctionList"}
|
|
1171
1218
|
}
|
|
1172
1219
|
},
|
|
1220
|
+
"ListTagsRequest":{
|
|
1221
|
+
"type":"structure",
|
|
1222
|
+
"required":["Resource"],
|
|
1223
|
+
"members":{
|
|
1224
|
+
"Resource":{
|
|
1225
|
+
"shape":"FunctionArn",
|
|
1226
|
+
"location":"uri",
|
|
1227
|
+
"locationName":"ARN"
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"ListTagsResponse":{
|
|
1232
|
+
"type":"structure",
|
|
1233
|
+
"members":{
|
|
1234
|
+
"Tags":{"shape":"Tags"}
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1173
1237
|
"ListVersionsByFunctionRequest":{
|
|
1174
1238
|
"type":"structure",
|
|
1175
1239
|
"required":["FunctionName"],
|
|
@@ -1315,6 +1379,7 @@
|
|
|
1315
1379
|
"nodejs6.10",
|
|
1316
1380
|
"java8",
|
|
1317
1381
|
"python2.7",
|
|
1382
|
+
"python3.6",
|
|
1318
1383
|
"dotnetcore1.0",
|
|
1319
1384
|
"nodejs4.3-edge"
|
|
1320
1385
|
]
|
|
@@ -1380,6 +1445,32 @@
|
|
|
1380
1445
|
"member":{"shape":"SubnetId"},
|
|
1381
1446
|
"max":16
|
|
1382
1447
|
},
|
|
1448
|
+
"TagKey":{"type":"string"},
|
|
1449
|
+
"TagKeyList":{
|
|
1450
|
+
"type":"list",
|
|
1451
|
+
"member":{"shape":"TagKey"}
|
|
1452
|
+
},
|
|
1453
|
+
"TagResourceRequest":{
|
|
1454
|
+
"type":"structure",
|
|
1455
|
+
"required":[
|
|
1456
|
+
"Resource",
|
|
1457
|
+
"Tags"
|
|
1458
|
+
],
|
|
1459
|
+
"members":{
|
|
1460
|
+
"Resource":{
|
|
1461
|
+
"shape":"FunctionArn",
|
|
1462
|
+
"location":"uri",
|
|
1463
|
+
"locationName":"ARN"
|
|
1464
|
+
},
|
|
1465
|
+
"Tags":{"shape":"Tags"}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"TagValue":{"type":"string"},
|
|
1469
|
+
"Tags":{
|
|
1470
|
+
"type":"map",
|
|
1471
|
+
"key":{"shape":"TagKey"},
|
|
1472
|
+
"value":{"shape":"TagValue"}
|
|
1473
|
+
},
|
|
1383
1474
|
"ThrottleReason":{
|
|
1384
1475
|
"type":"string",
|
|
1385
1476
|
"enum":[
|
|
@@ -1417,6 +1508,25 @@
|
|
|
1417
1508
|
"error":{"httpStatusCode":415},
|
|
1418
1509
|
"exception":true
|
|
1419
1510
|
},
|
|
1511
|
+
"UntagResourceRequest":{
|
|
1512
|
+
"type":"structure",
|
|
1513
|
+
"required":[
|
|
1514
|
+
"Resource",
|
|
1515
|
+
"TagKeys"
|
|
1516
|
+
],
|
|
1517
|
+
"members":{
|
|
1518
|
+
"Resource":{
|
|
1519
|
+
"shape":"FunctionArn",
|
|
1520
|
+
"location":"uri",
|
|
1521
|
+
"locationName":"ARN"
|
|
1522
|
+
},
|
|
1523
|
+
"TagKeys":{
|
|
1524
|
+
"shape":"TagKeyList",
|
|
1525
|
+
"location":"querystring",
|
|
1526
|
+
"locationName":"tagKeys"
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1420
1530
|
"UpdateAliasRequest":{
|
|
1421
1531
|
"type":"structure",
|
|
1422
1532
|
"required":[
|
data/lib/aws-sdk-core/version.rb
CHANGED
|
@@ -171,7 +171,9 @@ module Seahorse
|
|
|
171
171
|
end
|
|
172
172
|
|
|
173
173
|
def _http_response_body(response)
|
|
174
|
-
|
|
174
|
+
response.context.http_response.body.respond_to?(:rewind) ?
|
|
175
|
+
summarize_value(response.context.http_response.body_contents) :
|
|
176
|
+
''
|
|
175
177
|
end
|
|
176
178
|
|
|
177
179
|
def _error_class(response)
|
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.9.
|
|
4
|
+
version: 2.9.8
|
|
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-04-
|
|
11
|
+
date: 2017-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|