aws-sdk-core 2.0.46 → 2.0.47

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33e6d8dfff765302f64b75ecaf0dee65a6acad56
4
- data.tar.gz: 341cac50d25c6baffd63855edae40d7a333ebaaf
3
+ metadata.gz: 82b3084ce09b6275141a2434189d209b401222f8
4
+ data.tar.gz: 3f5ec8c0e9199e851cd47ba8c6d789be7cf42302
5
5
  SHA512:
6
- metadata.gz: 188dac2d324f56b8e18e9c6191884e265058e8ed7a323decd9096dd064dc674ab26ba9c7637bdce7f6873c74e181ca841904ecfa6a0058415e3275354ebbdb9b
7
- data.tar.gz: b6343ad9993a0d91882f86f86aa4b4b1adf8e53f4874c8aa9b36702dfa6e0d0ad4121af50aa248505be2dd3c99420199b74dbfa039c288bfa1b917d857606d39
6
+ metadata.gz: 94153b77dfc5c4306d72511b2cf3e7b921ee5427e151055609d5f3185a04febc2c8d23ce956e987af6aabdbf7f183a53c23c5be9b53eab116ea2fe0af99cdc89
7
+ data.tar.gz: e8a096bed09be4399269b33ff6e43aeb02d465c890157b49558fdc169f46ccc8a7de8ebaf69f030623b6c9c5334109e3e91af58c7cd30848486c5105be025b95
@@ -116,6 +116,11 @@
116
116
  "shape":"TooManyRequestsException",
117
117
  "error":{"httpStatusCode":429},
118
118
  "exception":true
119
+ },
120
+ {
121
+ "shape":"CodeStorageExceededException",
122
+ "error":{"httpStatusCode":400},
123
+ "exception":true
119
124
  }
120
125
  ]
121
126
  },
@@ -506,6 +511,11 @@
506
511
  "shape":"TooManyRequestsException",
507
512
  "error":{"httpStatusCode":429},
508
513
  "exception":true
514
+ },
515
+ {
516
+ "shape":"CodeStorageExceededException",
517
+ "error":{"httpStatusCode":400},
518
+ "exception":true
509
519
  }
510
520
  ]
511
521
  },
@@ -588,6 +598,15 @@
588
598
  "type":"blob",
589
599
  "streaming":true
590
600
  },
601
+ "CodeStorageExceededException":{
602
+ "type":"structure",
603
+ "members":{
604
+ "Type":{"shape":"String"},
605
+ "message":{"shape":"String"}
606
+ },
607
+ "error":{"httpStatusCode":400},
608
+ "exception":true
609
+ },
591
610
  "CreateEventSourceMappingRequest":{
592
611
  "type":"structure",
593
612
  "required":[
@@ -683,7 +702,10 @@
683
702
  "FunctionCode":{
684
703
  "type":"structure",
685
704
  "members":{
686
- "ZipFile":{"shape":"Blob"}
705
+ "ZipFile":{"shape":"Blob"},
706
+ "S3Bucket":{"shape":"S3Bucket"},
707
+ "S3Key":{"shape":"S3Key"},
708
+ "S3ObjectVersion":{"shape":"S3ObjectVersion"}
687
709
  }
688
710
  },
689
711
  "FunctionCodeLocation":{
@@ -778,7 +800,7 @@
778
800
  "Handler":{
779
801
  "type":"string",
780
802
  "max":128,
781
- "pattern":"[a-zA-Z0-9./\\-_]+"
803
+ "pattern":"[^\\s]+"
782
804
  },
783
805
  "HttpStatus":{"type":"integer"},
784
806
  "Integer":{"type":"integer"},
@@ -954,7 +976,7 @@
954
976
  "MemorySize":{
955
977
  "type":"integer",
956
978
  "min":128,
957
- "max":1024
979
+ "max":1536
958
980
  },
959
981
  "PolicyLengthExceededException":{
960
982
  "type":"structure",
@@ -1021,11 +1043,23 @@
1021
1043
  },
1022
1044
  "Runtime":{
1023
1045
  "type":"string",
1024
- "enum":[
1025
- "nodejs",
1026
- "jvm",
1027
- "python"
1028
- ]
1046
+ "enum":["nodejs"]
1047
+ },
1048
+ "S3Bucket":{
1049
+ "type":"string",
1050
+ "min":3,
1051
+ "max":63,
1052
+ "pattern":"^[0-9A-Za-z\\.\\-_]*(?<!\\.)$"
1053
+ },
1054
+ "S3Key":{
1055
+ "type":"string",
1056
+ "min":1,
1057
+ "max":1024
1058
+ },
1059
+ "S3ObjectVersion":{
1060
+ "type":"string",
1061
+ "min":1,
1062
+ "max":1024
1029
1063
  },
1030
1064
  "ServiceException":{
1031
1065
  "type":"structure",
@@ -1092,17 +1126,17 @@
1092
1126
  },
1093
1127
  "UpdateFunctionCodeRequest":{
1094
1128
  "type":"structure",
1095
- "required":[
1096
- "FunctionName",
1097
- "ZipFile"
1098
- ],
1129
+ "required":["FunctionName"],
1099
1130
  "members":{
1100
1131
  "FunctionName":{
1101
1132
  "shape":"FunctionName",
1102
1133
  "location":"uri",
1103
1134
  "locationName":"FunctionName"
1104
1135
  },
1105
- "ZipFile":{"shape":"Blob"}
1136
+ "ZipFile":{"shape":"Blob"},
1137
+ "S3Bucket":{"shape":"S3Bucket"},
1138
+ "S3Key":{"shape":"S3Key"},
1139
+ "S3ObjectVersion":{"shape":"S3ObjectVersion"}
1106
1140
  }
1107
1141
  },
1108
1142
  "UpdateFunctionConfigurationRequest":{
@@ -19,7 +19,7 @@
19
19
  "UpdateFunctionCode": "<p> Updates the code for the specified Lambda function. This operation must only be used on an existing Lambda function and cannot be used to update the function configuration. </p> <p>This operation requires permission for the <code>lambda:UpdateFunctionCode</code> action.</p>",
20
20
  "UpdateFunctionConfiguration": "<p>Updates the configuration parameters for the specified Lambda function by using the values provided in the request. You provide only the parameters you want to change. This operation must only be used on an existing Lambda function and cannot be used to update the function's code. </p> <p>This operation requires permission for the <code>lambda:UpdateFunctionConfiguration</code> action.</p>"
21
21
  },
22
- "service": "<fullname>AWS Lambda</fullname>S <p><b>Overview</b></p> <p>This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/welcome.html\">What is AWS Lambda</a>, and for information about how the service works, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html\">AWS LambdaL How it Works</a> in the <i>AWS Lambda Developer Guide</i>.</p>",
22
+ "service": "<fullname>AWS Lambda</fullname> <p><b>Overview</b></p> <p>This is the <i>AWS Lambda API Reference</i>. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/welcome.html\">What is AWS Lambda</a>, and for information about how the service works, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html\">AWS Lambda: How it Works</a> in the <i>AWS Lambda Developer Guide</i>.</p>",
23
23
  "shapes": {
24
24
  "Action": {
25
25
  "base": null,
@@ -41,7 +41,7 @@
41
41
  "base": null,
42
42
  "refs": {
43
43
  "AddPermissionRequest$SourceArn": "<p>This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the bucket Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified bucket can invoke the function. </p> <important>If you add a permission for the Amazon S3 principal without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function from Amazon S3.</important>",
44
- "CreateEventSourceMappingRequest$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the <code>BatchSize</code>. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.</p>",
44
+ "CreateEventSourceMappingRequest$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis or the Amazon DynamoDB stream that is the event source. Any record added to this stream could cause AWS Lambda to invoke your Lambda function, it depends on the <code>BatchSize</code>. AWS Lambda POSTs the Amazon Kinesis event, containing records, to your Lambda function as JSON.</p>",
45
45
  "EventSourceMappingConfiguration$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.</p>",
46
46
  "ListEventSourceMappingsRequest$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis stream.</p>"
47
47
  }
@@ -57,7 +57,7 @@
57
57
  "Blob": {
58
58
  "base": null,
59
59
  "refs": {
60
- "FunctionCode$ZipFile": "<p>A base64-encoded .zip file containing your packaged source code. For more information about creating a .zip file, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html\">Execution Permissions</a> in the <i>AWS Lambda Developer Guide</i>. </p>",
60
+ "FunctionCode$ZipFile": "<p>A base64-encoded .zip file containing your deployment package. For more information about creating a .zip file, go to <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html\">Execution Permissions</a> in the <i>AWS Lambda Developer Guide</i>. </p>",
61
61
  "InvocationRequest$Payload": "<p>JSON that you want to provide to your Lambda function as input.</p>",
62
62
  "InvocationResponse$Payload": "<p> It is the JSON representation of the object returned by the Lambda function. In This is present only if the invocation type is \"RequestResponse\". </p> <p>In the event of a function error this field contains a message describing the error. For the <code>Handled</code> errors the Lambda function will report this message. For <code>Unhandled</code> errors AWS Lambda reports the message. </p>",
63
63
  "UpdateFunctionCodeRequest$ZipFile": "<p>Based64-encoded .zip file containing your packaged source code.</p>"
@@ -69,6 +69,11 @@
69
69
  "InvokeAsyncRequest$InvokeArgs": "<p>JSON that you want to provide to your Lambda function as input.</p>"
70
70
  }
71
71
  },
72
+ "CodeStorageExceededException": {
73
+ "base": null,
74
+ "refs": {
75
+ }
76
+ },
72
77
  "CreateEventSourceMappingRequest": {
73
78
  "base": null,
74
79
  "refs": {
@@ -138,7 +143,7 @@
138
143
  "FunctionCode": {
139
144
  "base": "<p>The code for the Lambda function.</p>",
140
145
  "refs": {
141
- "CreateFunctionRequest$Code": "<p>A structure that includes ZipFile. </p>"
146
+ "CreateFunctionRequest$Code": "<p>The code for the Lambda function. </p>"
142
147
  }
143
148
  },
144
149
  "FunctionCodeLocation": {
@@ -359,6 +364,27 @@
359
364
  "FunctionConfiguration$Runtime": "<p>The runtime environment for the Lambda function.</p>"
360
365
  }
361
366
  },
367
+ "S3Bucket": {
368
+ "base": null,
369
+ "refs": {
370
+ "FunctionCode$S3Bucket": "<p>Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function. </p>",
371
+ "UpdateFunctionCodeRequest$S3Bucket": "<p>Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.</p>"
372
+ }
373
+ },
374
+ "S3Key": {
375
+ "base": null,
376
+ "refs": {
377
+ "FunctionCode$S3Key": "<p>The Amazon S3 object (the deployment package) key name you want to upload. </p>",
378
+ "UpdateFunctionCodeRequest$S3Key": "<p>The Amazon S3 object (the deployment package) key name you want to upload. </p>"
379
+ }
380
+ },
381
+ "S3ObjectVersion": {
382
+ "base": null,
383
+ "refs": {
384
+ "FunctionCode$S3ObjectVersion": "<p>The Amazon S3 object (the deployment package) version you want to upload.</p>",
385
+ "UpdateFunctionCodeRequest$S3ObjectVersion": "<p>The Amazon S3 object (the deployment package) version you want to upload.</p>"
386
+ }
387
+ },
362
388
  "ServiceException": {
363
389
  "base": "<p>The AWS Lambda service encountered an internal error.</p>",
364
390
  "refs": {
@@ -381,6 +407,8 @@
381
407
  "base": null,
382
408
  "refs": {
383
409
  "AddPermissionResponse$Statement": "<p>The permission statement you specified in the request. The response returns the same as a string using \"\\\" as an escape character in the JSON. </p>",
410
+ "CodeStorageExceededException$Type": null,
411
+ "CodeStorageExceededException$message": null,
384
412
  "DeleteEventSourceMappingRequest$UUID": "<p>The event source mapping ID.</p>",
385
413
  "EventSourceMappingConfiguration$UUID": "<p>The AWS Lambda assigned opaque identifier for the mapping.</p>",
386
414
  "EventSourceMappingConfiguration$LastProcessingResult": "<p>The result of the last AWS Lambda invocation of your Lambda function.</p>",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.0.46'
2
+ VERSION = '2.0.47'
3
3
  end
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.0.46
4
+ version: 2.0.47
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: 2015-05-26 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json