mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+199
-18
@@ -246,7 +246,8 @@
|
||||
{"shape":"KMSDisabledException"},
|
||||
{"shape":"KMSInvalidStateException"},
|
||||
{"shape":"KMSAccessDeniedException"},
|
||||
{"shape":"KMSNotFoundException"}
|
||||
{"shape":"KMSNotFoundException"},
|
||||
{"shape":"InvalidRuntimeException"}
|
||||
]
|
||||
},
|
||||
"InvokeAsync":{
|
||||
@@ -261,7 +262,8 @@
|
||||
"errors":[
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidRequestContentException"}
|
||||
{"shape":"InvalidRequestContentException"},
|
||||
{"shape":"InvalidRuntimeException"}
|
||||
],
|
||||
"deprecated":true
|
||||
},
|
||||
@@ -308,6 +310,22 @@
|
||||
"output":{"shape":"ListFunctionsResponse"},
|
||||
"errors":[
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"InvalidParameterValueException"}
|
||||
]
|
||||
},
|
||||
"ListTags":{
|
||||
"name":"ListTags",
|
||||
"http":{
|
||||
"method":"GET",
|
||||
"requestUri":"/2017-03-31/tags/{ARN}"
|
||||
},
|
||||
"input":{"shape":"ListTagsRequest"},
|
||||
"output":{"shape":"ListTagsResponse"},
|
||||
"errors":[
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidParameterValueException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
@@ -359,6 +377,36 @@
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"TagResource":{
|
||||
"name":"TagResource",
|
||||
"http":{
|
||||
"method":"POST",
|
||||
"requestUri":"/2017-03-31/tags/{ARN}",
|
||||
"responseCode":204
|
||||
},
|
||||
"input":{"shape":"TagResourceRequest"},
|
||||
"errors":[
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidParameterValueException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"UntagResource":{
|
||||
"name":"UntagResource",
|
||||
"http":{
|
||||
"method":"DELETE",
|
||||
"requestUri":"/2017-03-31/tags/{ARN}",
|
||||
"responseCode":204
|
||||
},
|
||||
"input":{"shape":"UntagResourceRequest"},
|
||||
"errors":[
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidParameterValueException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
]
|
||||
},
|
||||
"UpdateAlias":{
|
||||
"name":"UpdateAlias",
|
||||
"http":{
|
||||
@@ -422,7 +470,8 @@
|
||||
{"shape":"ServiceException"},
|
||||
{"shape":"ResourceNotFoundException"},
|
||||
{"shape":"InvalidParameterValueException"},
|
||||
{"shape":"TooManyRequestsException"}
|
||||
{"shape":"TooManyRequestsException"},
|
||||
{"shape":"ResourceConflictException"}
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -582,7 +631,9 @@
|
||||
"VpcConfig":{"shape":"VpcConfig"},
|
||||
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
||||
"Environment":{"shape":"Environment"},
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
||||
"TracingConfig":{"shape":"TracingConfig"},
|
||||
"Tags":{"shape":"Tags"}
|
||||
}
|
||||
},
|
||||
"Date":{"type":"timestamp"},
|
||||
@@ -708,7 +759,6 @@
|
||||
},
|
||||
"EnvironmentVariableValue":{
|
||||
"type":"string",
|
||||
"pattern":"[^,]*",
|
||||
"sensitive":true
|
||||
},
|
||||
"EnvironmentVariables":{
|
||||
@@ -771,8 +821,8 @@
|
||||
"FunctionConfiguration":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"FunctionName":{"shape":"FunctionName"},
|
||||
"FunctionArn":{"shape":"FunctionArn"},
|
||||
"FunctionName":{"shape":"NamespacedFunctionName"},
|
||||
"FunctionArn":{"shape":"NameSpacedFunctionArn"},
|
||||
"Runtime":{"shape":"Runtime"},
|
||||
"Role":{"shape":"RoleArn"},
|
||||
"Handler":{"shape":"Handler"},
|
||||
@@ -786,7 +836,9 @@
|
||||
"VpcConfig":{"shape":"VpcConfigResponse"},
|
||||
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
||||
"Environment":{"shape":"EnvironmentResponse"},
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
||||
"TracingConfig":{"shape":"TracingConfigResponse"},
|
||||
"MasterArn":{"shape":"FunctionArn"}
|
||||
}
|
||||
},
|
||||
"FunctionList":{
|
||||
@@ -799,6 +851,10 @@
|
||||
"min":1,
|
||||
"pattern":"(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
||||
},
|
||||
"FunctionVersion":{
|
||||
"type":"string",
|
||||
"enum":["ALL"]
|
||||
},
|
||||
"GetAccountSettingsRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -846,7 +902,7 @@
|
||||
"required":["FunctionName"],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -862,7 +918,7 @@
|
||||
"required":["FunctionName"],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -877,7 +933,8 @@
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Configuration":{"shape":"FunctionConfiguration"},
|
||||
"Code":{"shape":"FunctionCodeLocation"}
|
||||
"Code":{"shape":"FunctionCodeLocation"},
|
||||
"Tags":{"shape":"Tags"}
|
||||
}
|
||||
},
|
||||
"GetPolicyRequest":{
|
||||
@@ -885,7 +942,7 @@
|
||||
"required":["FunctionName"],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -927,6 +984,15 @@
|
||||
"error":{"httpStatusCode":400},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidRuntimeException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Type":{"shape":"String"},
|
||||
"Message":{"shape":"String"}
|
||||
},
|
||||
"error":{"httpStatusCode":502},
|
||||
"exception":true
|
||||
},
|
||||
"InvalidSecurityGroupIDException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -959,7 +1025,7 @@
|
||||
"required":["FunctionName"],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -1024,7 +1090,7 @@
|
||||
],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -1151,6 +1217,16 @@
|
||||
"ListFunctionsRequest":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"MasterRegion":{
|
||||
"shape":"MasterRegion",
|
||||
"location":"querystring",
|
||||
"locationName":"MasterRegion"
|
||||
},
|
||||
"FunctionVersion":{
|
||||
"shape":"FunctionVersion",
|
||||
"location":"querystring",
|
||||
"locationName":"FunctionVersion"
|
||||
},
|
||||
"Marker":{
|
||||
"shape":"String",
|
||||
"location":"querystring",
|
||||
@@ -1170,12 +1246,29 @@
|
||||
"Functions":{"shape":"FunctionList"}
|
||||
}
|
||||
},
|
||||
"ListTagsRequest":{
|
||||
"type":"structure",
|
||||
"required":["Resource"],
|
||||
"members":{
|
||||
"Resource":{
|
||||
"shape":"FunctionArn",
|
||||
"location":"uri",
|
||||
"locationName":"ARN"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListTagsResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Tags":{"shape":"Tags"}
|
||||
}
|
||||
},
|
||||
"ListVersionsByFunctionRequest":{
|
||||
"type":"structure",
|
||||
"required":["FunctionName"],
|
||||
"members":{
|
||||
"FunctionName":{
|
||||
"shape":"FunctionName",
|
||||
"shape":"NamespacedFunctionName",
|
||||
"location":"uri",
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
@@ -1206,6 +1299,10 @@
|
||||
]
|
||||
},
|
||||
"Long":{"type":"long"},
|
||||
"MasterRegion":{
|
||||
"type":"string",
|
||||
"pattern":"ALL|[a-z]{2}(-gov)?-[a-z]+-\\d{1}"
|
||||
},
|
||||
"MaxListItems":{
|
||||
"type":"integer",
|
||||
"max":10000,
|
||||
@@ -1216,6 +1313,22 @@
|
||||
"max":1536,
|
||||
"min":128
|
||||
},
|
||||
"NameSpacedFunctionArn":{
|
||||
"type":"string",
|
||||
"pattern":"arn:aws:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_\\.]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
||||
},
|
||||
"NamespacedFunctionName":{
|
||||
"type":"string",
|
||||
"max":170,
|
||||
"min":1,
|
||||
"pattern":"(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_\\.]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
||||
},
|
||||
"NamespacedStatementId":{
|
||||
"type":"string",
|
||||
"max":100,
|
||||
"min":1,
|
||||
"pattern":"([a-zA-Z0-9-_.]+)"
|
||||
},
|
||||
"PolicyLengthExceededException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1261,7 +1374,7 @@
|
||||
"locationName":"FunctionName"
|
||||
},
|
||||
"StatementId":{
|
||||
"shape":"StatementId",
|
||||
"shape":"NamespacedStatementId",
|
||||
"location":"uri",
|
||||
"locationName":"StatementId"
|
||||
},
|
||||
@@ -1312,8 +1425,10 @@
|
||||
"enum":[
|
||||
"nodejs",
|
||||
"nodejs4.3",
|
||||
"nodejs6.10",
|
||||
"java8",
|
||||
"python2.7",
|
||||
"python3.6",
|
||||
"dotnetcore1.0",
|
||||
"nodejs4.3-edge"
|
||||
]
|
||||
@@ -1379,6 +1494,32 @@
|
||||
"member":{"shape":"SubnetId"},
|
||||
"max":16
|
||||
},
|
||||
"TagKey":{"type":"string"},
|
||||
"TagKeyList":{
|
||||
"type":"list",
|
||||
"member":{"shape":"TagKey"}
|
||||
},
|
||||
"TagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Resource",
|
||||
"Tags"
|
||||
],
|
||||
"members":{
|
||||
"Resource":{
|
||||
"shape":"FunctionArn",
|
||||
"location":"uri",
|
||||
"locationName":"ARN"
|
||||
},
|
||||
"Tags":{"shape":"Tags"}
|
||||
}
|
||||
},
|
||||
"TagValue":{"type":"string"},
|
||||
"Tags":{
|
||||
"type":"map",
|
||||
"key":{"shape":"TagKey"},
|
||||
"value":{"shape":"TagValue"}
|
||||
},
|
||||
"ThrottleReason":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
@@ -1407,6 +1548,25 @@
|
||||
"error":{"httpStatusCode":429},
|
||||
"exception":true
|
||||
},
|
||||
"TracingConfig":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Mode":{"shape":"TracingMode"}
|
||||
}
|
||||
},
|
||||
"TracingConfigResponse":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
"Mode":{"shape":"TracingMode"}
|
||||
}
|
||||
},
|
||||
"TracingMode":{
|
||||
"type":"string",
|
||||
"enum":[
|
||||
"Active",
|
||||
"PassThrough"
|
||||
]
|
||||
},
|
||||
"UnsupportedMediaTypeException":{
|
||||
"type":"structure",
|
||||
"members":{
|
||||
@@ -1416,6 +1576,25 @@
|
||||
"error":{"httpStatusCode":415},
|
||||
"exception":true
|
||||
},
|
||||
"UntagResourceRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
"Resource",
|
||||
"TagKeys"
|
||||
],
|
||||
"members":{
|
||||
"Resource":{
|
||||
"shape":"FunctionArn",
|
||||
"location":"uri",
|
||||
"locationName":"ARN"
|
||||
},
|
||||
"TagKeys":{
|
||||
"shape":"TagKeyList",
|
||||
"location":"querystring",
|
||||
"locationName":"tagKeys"
|
||||
}
|
||||
}
|
||||
},
|
||||
"UpdateAliasRequest":{
|
||||
"type":"structure",
|
||||
"required":[
|
||||
@@ -1464,7 +1643,8 @@
|
||||
"S3Bucket":{"shape":"S3Bucket"},
|
||||
"S3Key":{"shape":"S3Key"},
|
||||
"S3ObjectVersion":{"shape":"S3ObjectVersion"},
|
||||
"Publish":{"shape":"Boolean"}
|
||||
"Publish":{"shape":"Boolean"},
|
||||
"DryRun":{"shape":"Boolean"}
|
||||
}
|
||||
},
|
||||
"UpdateFunctionConfigurationRequest":{
|
||||
@@ -1485,7 +1665,8 @@
|
||||
"Environment":{"shape":"Environment"},
|
||||
"Runtime":{"shape":"Runtime"},
|
||||
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"}
|
||||
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
||||
"TracingConfig":{"shape":"TracingConfig"}
|
||||
}
|
||||
},
|
||||
"Version":{
|
||||
|
||||
+153
-43
@@ -4,7 +4,7 @@
|
||||
"operations": {
|
||||
"AddPermission": "<p>Adds a permission to the resource policy associated with the specified AWS Lambda function. You use resource policies to grant permissions to event sources that use <i>push</i> model. In a <i>push</i> model, event sources (such as Amazon S3 and custom applications) invoke your Lambda function. Each permission you add to the resource policy allows an event source, permission to invoke the Lambda function. </p> <p>For information about the push model, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html\">AWS Lambda: How it Works</a>. </p> <p>If you are using versioning, the permissions you add are specific to the Lambda function version or alias you specify in the <code>AddPermission</code> request via the <code>Qualifier</code> parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:AddPermission</code> action.</p>",
|
||||
"CreateAlias": "<p>Creates an alias that points to the specified Lambda function version. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html\">Introduction to AWS Lambda Aliases</a>.</p> <p>Alias names are unique for a given function. This requires permission for the lambda:CreateAlias action.</p>",
|
||||
"CreateEventSourceMapping": "<p>Identifies a stream as an event source for a Lambda function. It can be either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda invokes the specified function when records are posted to the stream.</p> <p>This association between a stream source and a Lambda function is called the event source mapping.</p> <important><p>This event source mapping is relevant only in the AWS Lambda pull model, where AWS Lambda invokes the function. For more information, see <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> </important> <p>You provide mapping information (for example, which stream to read from and which Lambda function to invoke) in the request body.</p> <p>Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be associated with multiple AWS Lambda function. A given Lambda function can be associated with multiple AWS event sources.</p> <p>If you are using versioning, you can specify a specific function version or an alias via the function name parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:CreateEventSourceMapping</code> action.</p>",
|
||||
"CreateEventSourceMapping": "<p>Identifies a stream as an event source for a Lambda function. It can be either an Amazon Kinesis stream or an Amazon DynamoDB stream. AWS Lambda invokes the specified function when records are posted to the stream.</p> <p>This association between a stream source and a Lambda function is called the event source mapping.</p> <important> <p>This event source mapping is relevant only in the AWS Lambda pull model, where AWS Lambda invokes the function. For more information, see <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> </important> <p>You provide mapping information (for example, which stream to read from and which Lambda function to invoke) in the request body.</p> <p>Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be associated with multiple AWS Lambda function. A given Lambda function can be associated with multiple AWS event sources.</p> <p>If you are using versioning, you can specify a specific function version or an alias via the function name parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:CreateEventSourceMapping</code> action.</p>",
|
||||
"CreateFunction": "<p>Creates a new Lambda function. The function metadata is created from the request parameters, and the code for the function is provided by a .zip file in the request body. If the function name already exists, the operation will fail. Note that the function name is case-sensitive.</p> <p> If you are using versioning, you can also publish a version of the Lambda function you are creating using the <code>Publish</code> parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:CreateFunction</code> action.</p>",
|
||||
"DeleteAlias": "<p>Deletes the specified Lambda function alias. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html\">Introduction to AWS Lambda Aliases</a>.</p> <p>This requires permission for the lambda:DeleteAlias action.</p>",
|
||||
"DeleteEventSourceMapping": "<p>Removes an event source mapping. This means AWS Lambda will no longer invoke the function for events in the associated source.</p> <p>This operation requires permission for the <code>lambda:DeleteEventSourceMapping</code> action.</p>",
|
||||
@@ -14,15 +14,18 @@
|
||||
"GetEventSourceMapping": "<p>Returns configuration information for the specified event source mapping (see <a>CreateEventSourceMapping</a>).</p> <p>This operation requires permission for the <code>lambda:GetEventSourceMapping</code> action.</p>",
|
||||
"GetFunction": "<p>Returns the configuration information of the Lambda function and a presigned URL link to the .zip file you uploaded with <a>CreateFunction</a> so you can download the .zip file. Note that the URL is valid for up to 10 minutes. The configuration information is the same information you provided as parameters when uploading the function.</p> <p>Using the optional <code>Qualifier</code> parameter, you can specify a specific function version for which you want this information. If you don't specify this parameter, the API uses unqualified function ARN which return information about the <code>$LATEST</code> version of the Lambda function. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>.</p> <p>This operation requires permission for the <code>lambda:GetFunction</code> action.</p>",
|
||||
"GetFunctionConfiguration": "<p>Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using <a>CreateFunction</a>.</p> <p>If you are using the versioning feature, you can retrieve this information for a specific function version by using the optional <code>Qualifier</code> parameter and specifying the function version or alias that points to it. If you don't provide it, the API returns information about the $LATEST version of the function. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>.</p> <p>This operation requires permission for the <code>lambda:GetFunctionConfiguration</code> operation.</p>",
|
||||
"GetPolicy": "<p>Returns the resource policy associated with the specified Lambda function.</p> <p> If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the <code>Qualifier</code> parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>For information about adding permissions, see <a>AddPermission</a>.</p> <p>You need permission for the <code>lambda:GetPolicy action.</code> </p>",
|
||||
"GetPolicy": "<p>Returns the resource policy associated with the specified Lambda function.</p> <p> If you are using the versioning feature, you can get the resource policy associated with the specific Lambda function version or alias by specifying the version or alias name using the <code>Qualifier</code> parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>You need permission for the <code>lambda:GetPolicy action.</code> </p>",
|
||||
"Invoke": "<p>Invokes a specific Lambda function. For an example, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/with-dynamodb-create-function.html#with-dbb-invoke-manually\">Create the Lambda Function and Test It Manually</a>. </p> <p>If you are using the versioning feature, you can invoke the specific function version by providing function version or alias name that is pointing to the function version using the <code>Qualifier</code> parameter in the request. If you don't provide the <code>Qualifier</code> parameter, the <code>$LATEST</code> version of the Lambda function is invoked. Invocations occur at least once in response to an event and functions must be idempotent to handle this. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:InvokeFunction</code> action.</p>",
|
||||
"InvokeAsync": "<important><p>This API is deprecated. We recommend you use <code>Invoke</code> API (see <a>Invoke</a>).</p> </important> <p>Submits an invocation request to AWS Lambda. Upon receiving the request, Lambda executes the specified function asynchronously. To see the logs generated by the Lambda function execution, see the CloudWatch Logs console.</p> <p>This operation requires permission for the <code>lambda:InvokeFunction</code> action.</p>",
|
||||
"InvokeAsync": "<important> <p>This API is deprecated. We recommend you use <code>Invoke</code> API (see <a>Invoke</a>).</p> </important> <p>Submits an invocation request to AWS Lambda. Upon receiving the request, Lambda executes the specified function asynchronously. To see the logs generated by the Lambda function execution, see the CloudWatch Logs console.</p> <p>This operation requires permission for the <code>lambda:InvokeFunction</code> action.</p>",
|
||||
"ListAliases": "<p>Returns list of aliases created for a Lambda function. For each alias, the response includes information such as the alias ARN, description, alias name, and the function version to which it points. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html\">Introduction to AWS Lambda Aliases</a>.</p> <p>This requires permission for the lambda:ListAliases action.</p>",
|
||||
"ListEventSourceMappings": "<p>Returns a list of event source mappings you created using the <code>CreateEventSourceMapping</code> (see <a>CreateEventSourceMapping</a>). </p> <p>For each mapping, the API returns configuration information. You can optionally specify filters to retrieve specific event source mappings.</p> <p>If you are using the versioning feature, you can get list of event source mappings for a specific Lambda function version or an alias as described in the <code>FunctionName</code> parameter. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:ListEventSourceMappings</code> action.</p>",
|
||||
"ListFunctions": "<p>Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use <a>GetFunction</a> to retrieve the code for your function.</p> <p>This operation requires permission for the <code>lambda:ListFunctions</code> action.</p> <p>If you are using versioning feature, the response returns list of $LATEST versions of your functions. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p>",
|
||||
"ListFunctions": "<p>Returns a list of your Lambda functions. For each function, the response includes the function configuration information. You must use <a>GetFunction</a> to retrieve the code for your function.</p> <p>This operation requires permission for the <code>lambda:ListFunctions</code> action.</p> <p>If you are using the versioning feature, you can list all of your functions or only <code>$LATEST</code> versions. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p>",
|
||||
"ListTags": "<p>Returns a list of tags assigned to a function when supplied the function ARN (Amazon Resource Name).</p>",
|
||||
"ListVersionsByFunction": "<p>List all versions of a function. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p>",
|
||||
"PublishVersion": "<p>Publishes a version of your function from the current snapshot of $LATEST. That is, AWS Lambda takes a snapshot of the function code and configuration information from $LATEST and publishes a new version. The code and configuration cannot be modified after publication. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p>",
|
||||
"RemovePermission": "<p>You can remove individual permissions from an resource policy associated with a Lambda function by providing a statement ID that you provided when you added the permission.</p> <p>If you are using versioning, the permissions you remove are specific to the Lambda function version or alias you specify in the <code>AddPermission</code> request via the <code>Qualifier</code> parameter. For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>Note that removal of a permission will cause an active event source to lose permission to the function.</p> <p>You need permission for the <code>lambda:RemovePermission</code> action.</p>",
|
||||
"TagResource": "<p>Creates a list of tags (key-value pairs) on the Lambda function. Requires the Lambda function ARN (Amazon Resource Name). If a key is specified without a value, Lambda creates a tag with the specified key and a value of null. </p>",
|
||||
"UntagResource": "<p>Removes tags from a Lambda function. Requires the function ARN (Amazon Resource Name). </p>",
|
||||
"UpdateAlias": "<p>Using this API you can update the function version to which the alias points and the alias description. For more information, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/aliases-intro.html\">Introduction to AWS Lambda Aliases</a>.</p> <p>This requires permission for the lambda:UpdateAlias action.</p>",
|
||||
"UpdateEventSourceMapping": "<p>You can update an event source mapping. This is useful if you want to change the parameters of the existing mapping without losing your position in the stream. You can change which function will receive the stream records, but to change the stream itself, you must create a new mapping.</p> <p>If you are using the versioning feature, you can update the event source mapping to map to a specific Lambda function version or alias as described in the <code>FunctionName</code> parameter. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>If you disable the event source mapping, AWS Lambda stops polling. If you enable again, it will resume polling from the time it had stopped polling, so you don't lose processing of any records. However, if you delete event source mapping and create it again, it will reset.</p> <p>This operation requires permission for the <code>lambda:UpdateEventSourceMapping</code> action.</p>",
|
||||
"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>If you are using the versioning feature, note this API will always update the $LATEST version of your Lambda function. For information about the versioning feature, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a>. </p> <p>This operation requires permission for the <code>lambda:UpdateFunctionCode</code> action.</p>",
|
||||
@@ -82,7 +85,7 @@
|
||||
"Arn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddPermissionRequest$SourceArn": "<p>This is optional; however, when granting Amazon S3 permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.</p> <important><p>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.</p> </important>",
|
||||
"AddPermissionRequest$SourceArn": "<p>This is optional; however, when granting permission to invoke your function, you should specify this field with the Amazon Resource Name (ARN) as its value. This ensures that only events generated from the specified source can invoke the function.</p> <important> <p>If you add a permission without providing the source ARN, any AWS account that creates a mapping to your function ARN can send events to invoke your Lambda function.</p> </important>",
|
||||
"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>",
|
||||
"EventSourceMappingConfiguration$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.</p>",
|
||||
"ListEventSourceMappingsRequest$EventSourceArn": "<p>The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)</p>"
|
||||
@@ -115,7 +118,8 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateFunctionRequest$Publish": "<p>This boolean parameter can be used to request AWS Lambda to create the Lambda function and publish a version as an atomic operation.</p>",
|
||||
"UpdateFunctionCodeRequest$Publish": "<p>This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.</p>"
|
||||
"UpdateFunctionCodeRequest$Publish": "<p>This boolean parameter can be used to request AWS Lambda to update the Lambda function and publish a version as an atomic operation.</p>",
|
||||
"UpdateFunctionCodeRequest$DryRun": "<p>This boolean parameter can be used to test your request to AWS Lambda to update the Lambda function and publish a version as an atomic operation. It will do all necessary computation and validation of your code but will not upload it or a publish a version. Each time this operation is invoked, the <code>CodeSha256</code> hash value the provided code will also be computed and returned in the response.</p>"
|
||||
}
|
||||
},
|
||||
"CodeStorageExceededException": {
|
||||
@@ -146,11 +150,11 @@
|
||||
}
|
||||
},
|
||||
"DeadLetterConfig": {
|
||||
"base": "<p>The parent object that contains the target Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>",
|
||||
"base": "<p>The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.</p>",
|
||||
"refs": {
|
||||
"CreateFunctionRequest$DeadLetterConfig": "<p>The parent object that contains the target Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic. </p>",
|
||||
"FunctionConfiguration$DeadLetterConfig": "<p>The parent object that contains the target Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>",
|
||||
"UpdateFunctionConfigurationRequest$DeadLetterConfig": "<p>The parent object that contains the target Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.</p>"
|
||||
"CreateFunctionRequest$DeadLetterConfig": "<p>The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. </p>",
|
||||
"FunctionConfiguration$DeadLetterConfig": "<p>The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.</p>",
|
||||
"UpdateFunctionConfigurationRequest$DeadLetterConfig": "<p>The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.</p>"
|
||||
}
|
||||
},
|
||||
"DeleteAliasRequest": {
|
||||
@@ -241,7 +245,7 @@
|
||||
"EnvironmentVariables": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Environment$Variables": "<p>The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a \",\".</p>",
|
||||
"Environment$Variables": "<p>The key-value pairs that represent your environment's configuration settings.</p>",
|
||||
"EnvironmentResponse$Variables": "<p>The key-value pairs returned that represent your environment's configuration settings or error information.</p>"
|
||||
}
|
||||
},
|
||||
@@ -274,7 +278,10 @@
|
||||
"refs": {
|
||||
"AliasConfiguration$AliasArn": "<p>Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called <code>BETA</code> that points to a helloworld function version, the ARN is <code>arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA</code>.</p>",
|
||||
"EventSourceMappingConfiguration$FunctionArn": "<p>The Lambda function to invoke when AWS Lambda detects an event on the stream.</p>",
|
||||
"FunctionConfiguration$FunctionArn": "<p>The Amazon Resource Name (ARN) assigned to the function.</p>"
|
||||
"FunctionConfiguration$MasterArn": "<p>Returns the ARN (Amazon Resource Name) of the master function.</p>",
|
||||
"ListTagsRequest$Resource": "<p>The ARN (Amazon Resource Name) of the function.</p>",
|
||||
"TagResourceRequest$Resource": "<p>The ARN (Amazon Resource Name) of the Lambda function.</p>",
|
||||
"UntagResourceRequest$Resource": "<p>The ARN (Amazon Resource Name) of the function.</p>"
|
||||
}
|
||||
},
|
||||
"FunctionCode": {
|
||||
@@ -306,30 +313,29 @@
|
||||
"FunctionName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddPermissionRequest$FunctionName": "<p>Name of the Lambda function whose resource policy you are updating by adding a new permission.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"CreateAliasRequest$FunctionName": "<p>Name of the Lambda function for which you want to create an alias.</p>",
|
||||
"CreateEventSourceMappingRequest$FunctionName": "<p>The Lambda function to invoke when AWS Lambda detects an event on the stream.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). </p> <p> If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a> </p> <p>AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). </p> <p>Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.</p>",
|
||||
"CreateFunctionRequest$FunctionName": "<p>The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the <a>ListFunctions</a> API. Function names are used to specify functions to other AWS Lambda API operations, such as <a>Invoke</a>. </p>",
|
||||
"DeleteAliasRequest$FunctionName": "<p>The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing.</p>",
|
||||
"DeleteFunctionRequest$FunctionName": "<p>The Lambda function to delete.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"FunctionConfiguration$FunctionName": "<p>The name of the function.</p>",
|
||||
"GetAliasRequest$FunctionName": "<p>Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name.</p>",
|
||||
"GetFunctionConfigurationRequest$FunctionName": "<p>The name of the Lambda function for which you want to retrieve the configuration information.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"GetFunctionRequest$FunctionName": "<p>The Lambda function name.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"GetPolicyRequest$FunctionName": "<p>Function name whose resource policy you want to retrieve.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"InvocationRequest$FunctionName": "<p>The Lambda function name.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"InvokeAsyncRequest$FunctionName": "<p>The Lambda function name.</p>",
|
||||
"ListAliasesRequest$FunctionName": "<p>Lambda function name for which the alias is created.</p>",
|
||||
"ListEventSourceMappingsRequest$FunctionName": "<p>The name of the Lambda function.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"ListVersionsByFunctionRequest$FunctionName": "<p>Function name whose versions to list. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"PublishVersionRequest$FunctionName": "<p>The Lambda function name. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"RemovePermissionRequest$FunctionName": "<p>Lambda function whose resource policy you want to remove a permission from.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"UpdateAliasRequest$FunctionName": "<p>The function name for which the alias is created.</p>",
|
||||
"UpdateEventSourceMappingRequest$FunctionName": "<p>The Lambda function to which you want the stream records sent.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). </p> <p>If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a> </p> <p>Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.</p>",
|
||||
"UpdateFunctionCodeRequest$FunctionName": "<p>The existing Lambda function name whose code you want to replace.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>",
|
||||
"AddPermissionRequest$FunctionName": "<p>Name of the Lambda function whose resource policy you are updating by adding a new permission.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"CreateAliasRequest$FunctionName": "<p>Name of the Lambda function for which you want to create an alias. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"CreateEventSourceMappingRequest$FunctionName": "<p>The Lambda function to invoke when AWS Lambda detects an event on the stream.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). </p> <p> If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a> </p> <p>AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). </p> <p>Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"CreateFunctionRequest$FunctionName": "<p>The name you want to assign to the function you are uploading. The function names appear in the console and are returned in the <a>ListFunctions</a> API. Function names are used to specify functions to other AWS Lambda API operations, such as <a>Invoke</a>. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"DeleteAliasRequest$FunctionName": "<p>The Lambda function name for which the alias is created. Deleting an alias does not delete the function version to which it is pointing. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"DeleteFunctionRequest$FunctionName": "<p>The Lambda function to delete.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"GetAliasRequest$FunctionName": "<p>Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"ListAliasesRequest$FunctionName": "<p>Lambda function name for which the alias is created. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"ListEventSourceMappingsRequest$FunctionName": "<p>The name of the Lambda function.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"PublishVersionRequest$FunctionName": "<p>The Lambda function name. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"RemovePermissionRequest$FunctionName": "<p>Lambda function whose resource policy you want to remove a permission from.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"UpdateAliasRequest$FunctionName": "<p>The function name for which the alias is created. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"UpdateEventSourceMappingRequest$FunctionName": "<p>The Lambda function to which you want the stream records sent.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p> <p>If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). For more information about versioning, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html\">AWS Lambda Function Versioning and Aliases</a> </p> <p>Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length.</p>",
|
||||
"UpdateFunctionCodeRequest$FunctionName": "<p>The existing Lambda function name whose code you want to replace.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"UpdateFunctionConfigurationRequest$FunctionName": "<p>The name of the Lambda function.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 character in length. </p>"
|
||||
}
|
||||
},
|
||||
"FunctionVersion": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListFunctionsRequest$FunctionVersion": "<p>Optional string. If not specified, only the unqualified functions ARNs (Amazon Resource Names) will be returned.</p> <p>Valid value:</p> <p> <code>ALL</code> _ Will return all versions, including <code>$LATEST</code> which will have fully qualified ARNs (Amazon Resource Names).</p>"
|
||||
}
|
||||
},
|
||||
"GetAccountSettingsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -393,11 +399,11 @@
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AccountLimit$ConcurrentExecutions": "<p>Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see <a href=\"http://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html\">Lambda Function Concurrent Executions</a>. The default limit is 100.</p>",
|
||||
"InvocationResponse$StatusCode": "<p>The HTTP status code will be in the 200 range for successful request. For the <code>RequestResonse</code> invocation type this status code will be 200. For the <code>Event</code> invocation type this status code will be 202. For the <code>DryRun</code> invocation type the status code will be 204. </p>"
|
||||
"InvocationResponse$StatusCode": "<p>The HTTP status code will be in the 200 range for successful request. For the <code>RequestResponse</code> invocation type this status code will be 200. For the <code>Event</code> invocation type this status code will be 202. For the <code>DryRun</code> invocation type the status code will be 204. </p>"
|
||||
}
|
||||
},
|
||||
"InvalidParameterValueException": {
|
||||
"base": "<p>One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the <code>CreateFunction</code> or the <code>UpdateFunctionConfiguration</code> API, that AWS Lambda is unable to assume you will get this exception. </p>",
|
||||
"base": "<p>One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the <code>CreateFunction</code> or the <code>UpdateFunctionConfiguration</code> API, that AWS Lambda is unable to assume you will get this exception. You will also get this exception if you have selected a deprecated runtime, such as Node v0.10.42. </p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
@@ -406,6 +412,11 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidRuntimeException": {
|
||||
"base": "<p>The runtime or runtime version specified is not supported.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"InvalidSecurityGroupIDException": {
|
||||
"base": "<p>The Security Group ID provided in the Lambda function VPC configuration is invalid.</p>",
|
||||
"refs": {
|
||||
@@ -505,6 +516,16 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTagsRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListTagsResponse": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"ListVersionsByFunctionRequest": {
|
||||
"base": "<p/>",
|
||||
"refs": {
|
||||
@@ -524,7 +545,7 @@
|
||||
"Long": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AccountLimit$TotalCodeSize": "<p>Maximum size, in megabytes, of a code package you can upload per region. The default size is 75 GB. </p>",
|
||||
"AccountLimit$TotalCodeSize": "<p>Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB. </p>",
|
||||
"AccountLimit$CodeSizeUnzipped": "<p>Size, in bytes, of code/dependencies that you can zip into a deployment package (uncompressed zip/jar size) for uploading. The default limit is 250 MB.</p>",
|
||||
"AccountLimit$CodeSizeZipped": "<p>Size, in bytes, of a single zipped code/dependencies package you can upload for your Lambda function(.zip/.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.</p>",
|
||||
"AccountUsage$TotalCodeSize": "<p>Total size, in bytes, of the account's deployment packages per region.</p>",
|
||||
@@ -532,6 +553,12 @@
|
||||
"FunctionConfiguration$CodeSize": "<p>The size, in bytes, of the function .zip file you uploaded.</p>"
|
||||
}
|
||||
},
|
||||
"MasterRegion": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"ListFunctionsRequest$MasterRegion": "<p>Optional string. If not specified, will return only regular function versions (i.e., non-replicated versions).</p> <p>Valid values are:</p> <p>The region from which the functions are replicated. For example, if you specify <code>us-east-1</code>, only functions replicated from that region will be returned.</p> <p> <code>ALL</code> _ Will return all functions from any region. If specified, you also must specify a valid FunctionVersion parameter.</p>"
|
||||
}
|
||||
},
|
||||
"MaxListItems": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -549,6 +576,30 @@
|
||||
"UpdateFunctionConfigurationRequest$MemorySize": "<p>The amount of memory, in MB, your Lambda function is given. AWS Lambda uses this memory size to infer the amount of CPU allocated to your function. Your function use-case determines your CPU and memory requirements. For example, a database operation might need less memory compared to an image processing function. The default value is 128 MB. The value must be a multiple of 64 MB.</p>"
|
||||
}
|
||||
},
|
||||
"NameSpacedFunctionArn": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"FunctionConfiguration$FunctionArn": "<p>The Amazon Resource Name (ARN) assigned to the function.</p>"
|
||||
}
|
||||
},
|
||||
"NamespacedFunctionName": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"FunctionConfiguration$FunctionName": "<p>The name of the function. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"GetFunctionConfigurationRequest$FunctionName": "<p>The name of the Lambda function for which you want to retrieve the configuration information.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"GetFunctionRequest$FunctionName": "<p>The Lambda function name.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"GetPolicyRequest$FunctionName": "<p>Function name whose resource policy you want to retrieve.</p> <p> You can specify the function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). If you are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"InvocationRequest$FunctionName": "<p>The Lambda function name.</p> <p> You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>",
|
||||
"InvokeAsyncRequest$FunctionName": "<p>The Lambda function name. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.</p>",
|
||||
"ListVersionsByFunctionRequest$FunctionName": "<p>Function name whose versions to list. You can specify a function name (for example, <code>Thumbnail</code>) or you can specify Amazon Resource Name (ARN) of the function (for example, <code>arn:aws:lambda:us-west-2:account-id:function:ThumbNail</code>). AWS Lambda also allows you to specify a partial ARN (for example, <code>account-id:Thumbnail</code>). Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length. </p>"
|
||||
}
|
||||
},
|
||||
"NamespacedStatementId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"RemovePermissionRequest$StatementId": "<p>Statement ID of the permission to remove.</p>"
|
||||
}
|
||||
},
|
||||
"PolicyLengthExceededException": {
|
||||
"base": "<p>Lambda function access policy is limited to 20 KB.</p>",
|
||||
"refs": {
|
||||
@@ -614,9 +665,9 @@
|
||||
"Runtime": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateFunctionRequest$Runtime": "<p>The runtime environment for the Lambda function you are uploading.</p> <p>To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".</p> <note> <p>You can no longer create functions using the v0.10.42 runtime version as of November, 2016. Existing functions will be supported until early 2017, but we recommend you migrate them to nodejs4.3 runtime version as soon as possible.</p> </note>",
|
||||
"FunctionConfiguration$Runtime": "<p>The runtime environment for the Lambda function.</p> <p>To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".</p>",
|
||||
"UpdateFunctionConfigurationRequest$Runtime": "<p>The runtime environment for the Lambda function.</p> <p>To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use earlier runtime (v0.10.42), set the value to \"nodejs\".</p> <note> <p>You can no longer downgrade to the v0.10.42 runtime version. This version will no longer be supported as of early 2017.</p> </note>"
|
||||
"CreateFunctionRequest$Runtime": "<p>The runtime environment for the Lambda function you are uploading.</p> <p>To use the Python runtime v3.6, set the value to \"python3.6\". To use the Python runtime v2.7, set the value to \"python2.7\". To use the Node.js runtime v6.10, set the value to \"nodejs6.10\". To use the Node.js runtime v4.3, set the value to \"nodejs4.3\".</p> <note> <p>Node v0.10.42 is currently marked as deprecated. You must migrate existing functions to the newer Node.js runtime versions available on AWS Lambda (nodejs4.3 or nodejs6.10) as soon as possible. You can request a one-time extension until June 30, 2017 by going to the Lambda console and following the instructions provided. Failure to do so will result in an invalid parmaeter error being returned. Note that you will have to follow this procedure for each region that contains functions written in the Node v0.10.42 runtime.</p> </note>",
|
||||
"FunctionConfiguration$Runtime": "<p>The runtime environment for the Lambda function.</p>",
|
||||
"UpdateFunctionConfigurationRequest$Runtime": "<p>The runtime environment for the Lambda function.</p> <p>To use the Python runtime v3.6, set the value to \"python3.6\". To use the Python runtime v2.7, set the value to \"python2.7\". To use the Node.js runtime v6.10, set the value to \"nodejs6.10\". To use the Node.js runtime v4.3, set the value to \"nodejs4.3\". To use the Python runtime v3.6, set the value to \"python3.6\".</p> <note> <p>Node v0.10.42 is currently marked as deprecated. You must migrate existing functions to the newer Node.js runtime versions available on AWS Lambda (nodejs4.3 or nodejs6.10) as soon as possible. You can request a one-time extension until June 30, 2017 by going to the Lambda console and following the instructions provided. Failure to do so will result in an invalid parameter error being returned. Note that you will have to follow this procedure for each region that contains functions written in the Node v0.10.42 runtime.</p> </note>"
|
||||
}
|
||||
},
|
||||
"S3Bucket": {
|
||||
@@ -667,14 +718,13 @@
|
||||
"SourceOwner": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddPermissionRequest$SourceAccount": "<p>This parameter is used for S3, SES, CloudWatch Logs and CloudWatch Rules only. The AWS account ID (without a hyphen) of the source owner. For example, if the <code>SourceArn</code> identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the <code>SourceArn</code>) owned by a specific account. </p>"
|
||||
"AddPermissionRequest$SourceAccount": "<p>This parameter is used for S3 and SES. The AWS account ID (without a hyphen) of the source owner. For example, if the <code>SourceArn</code> identifies a bucket, then this is the bucket owner's account ID. You can use this additional condition to ensure the bucket you specify is owned by a specific account (it is possible the bucket owner deleted the bucket and some other AWS account created the bucket). You can also use this condition to specify all sources (that is, you don't specify the <code>SourceArn</code>) owned by a specific account. </p>"
|
||||
}
|
||||
},
|
||||
"StatementId": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"AddPermissionRequest$StatementId": "<p>A unique statement identifier.</p>",
|
||||
"RemovePermissionRequest$StatementId": "<p>Statement ID of the permission to remove.</p>"
|
||||
"AddPermissionRequest$StatementId": "<p>A unique statement identifier.</p>"
|
||||
}
|
||||
},
|
||||
"String": {
|
||||
@@ -707,6 +757,8 @@
|
||||
"InvalidParameterValueException$message": "<p/>",
|
||||
"InvalidRequestContentException$Type": "<p/>",
|
||||
"InvalidRequestContentException$message": "<p/>",
|
||||
"InvalidRuntimeException$Type": null,
|
||||
"InvalidRuntimeException$Message": null,
|
||||
"InvalidSecurityGroupIDException$Type": null,
|
||||
"InvalidSecurityGroupIDException$Message": null,
|
||||
"InvalidSubnetIDException$Type": null,
|
||||
@@ -771,6 +823,39 @@
|
||||
"VpcConfigResponse$SubnetIds": "<p>A list of subnet IDs associated with the Lambda function.</p>"
|
||||
}
|
||||
},
|
||||
"TagKey": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TagKeyList$member": null,
|
||||
"Tags$key": null
|
||||
}
|
||||
},
|
||||
"TagKeyList": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"UntagResourceRequest$TagKeys": "<p>The list of tag keys to be deleted from the function.</p>"
|
||||
}
|
||||
},
|
||||
"TagResourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TagValue": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"Tags$value": null
|
||||
}
|
||||
},
|
||||
"Tags": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"CreateFunctionRequest$Tags": "<p>The list of tags (key-value pairs) assigned to the new function.</p>",
|
||||
"GetFunctionResponse$Tags": "<p>Returns the list of tags associated with the function.</p>",
|
||||
"ListTagsResponse$Tags": "<p>The list of tags assigned to the function.</p>",
|
||||
"TagResourceRequest$Tags": "<p>The list of tags (key-value pairs) you are assigning to the Lambda function.</p>"
|
||||
}
|
||||
},
|
||||
"ThrottleReason": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
@@ -788,7 +873,7 @@
|
||||
"Timestamp": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"FunctionConfiguration$LastModified": "<p>The time stamp of the last time you updated the function.</p>"
|
||||
"FunctionConfiguration$LastModified": "<p>The time stamp of the last time you updated the function. The time stamp is conveyed as a string complying with ISO-8601 in this way YYYY-MM-DDThh:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00). For more information, see <a href=\"https://www.w3.org/TR/NOTE-datetime\">Date and Time Formats</a>.</p>"
|
||||
}
|
||||
},
|
||||
"TooManyRequestsException": {
|
||||
@@ -796,11 +881,36 @@
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"TracingConfig": {
|
||||
"base": "<p>The parent object that contains your function's tracing settings.</p>",
|
||||
"refs": {
|
||||
"CreateFunctionRequest$TracingConfig": "<p>The parent object that contains your function's tracing settings.</p>",
|
||||
"UpdateFunctionConfigurationRequest$TracingConfig": "<p>The parent object that contains your function's tracing settings.</p>"
|
||||
}
|
||||
},
|
||||
"TracingConfigResponse": {
|
||||
"base": "<p>Parent object of the tracing information associated with your Lambda function.</p>",
|
||||
"refs": {
|
||||
"FunctionConfiguration$TracingConfig": "<p>The parent object that contains your function's tracing settings.</p>"
|
||||
}
|
||||
},
|
||||
"TracingMode": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
"TracingConfig$Mode": "<p>Can be either PassThrough or Active. If PassThrough, Lambda will only trace the request from an upstream service if it contains a tracing header with \"sampled=1\". If Active, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.</p>",
|
||||
"TracingConfigResponse$Mode": "<p>The tracing mode associated with your Lambda function.</p>"
|
||||
}
|
||||
},
|
||||
"UnsupportedMediaTypeException": {
|
||||
"base": "<p>The content type of the <code>Invoke</code> request body is not JSON.</p>",
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UntagResourceRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
}
|
||||
},
|
||||
"UpdateAliasRequest": {
|
||||
"base": null,
|
||||
"refs": {
|
||||
|
||||
+3
-3
@@ -2,15 +2,15 @@
|
||||
"pagination": {
|
||||
"ListEventSourceMappings": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"limit_key": "MaxItems",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "EventSourceMappings"
|
||||
},
|
||||
"ListFunctions": {
|
||||
"input_token": "Marker",
|
||||
"output_token": "NextMarker",
|
||||
"limit_key": "MaxItems",
|
||||
"output_token": "NextMarker",
|
||||
"result_key": "Functions"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user