@aws-sdk/client-lambda 3.289.0 → 3.292.0
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.
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +23 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +23 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +7 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +30 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +13 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +13 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +19 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +13 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/GetAliasCommand.d.ts +13 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +13 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +13 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +13 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +13 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +16 -0
- package/dist-types/commands/InvokeCommand.d.ts +101 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +13 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +7 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +13 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +10 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +10 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +13 -0
- package/dist-types/commands/ListLayersCommand.d.ts +10 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsCommand.d.ts +13 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +13 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +23 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +19 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +17 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +17 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +20 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +10 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +20 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +34 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
- package/package.json +36 -41
|
@@ -31,6 +31,19 @@ export interface GetLayerVersionCommandOutput extends GetLayerVersionResponse, _
|
|
|
31
31
|
* @see {@link GetLayerVersionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
35
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceException} (server fault)
|
|
41
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class GetLayerVersionCommand extends $Command<GetLayerVersionCommandInput, GetLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
36
49
|
readonly input: GetLayerVersionCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetLayerVersionPolicyCommandOutput extends GetLayerVersionPolic
|
|
|
30
30
|
* @see {@link GetLayerVersionPolicyCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class GetLayerVersionPolicyCommand extends $Command<GetLayerVersionPolicyCommandInput, GetLayerVersionPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: GetLayerVersionPolicyCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceException} (server fault)
|
|
39
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, LambdaClientResolvedConfig> {
|
|
34
47
|
readonly input: GetPolicyCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetProvisionedConcurrencyConfigCommandOutput extends GetProvisi
|
|
|
29
29
|
* @see {@link GetProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ProvisionedConcurrencyConfigNotFoundException} (client fault)
|
|
36
|
+
* <p>The specified configuration does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetProvisionedConcurrencyConfigCommand extends $Command<GetProvisionedConcurrencyConfigCommandInput, GetProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
34
50
|
readonly input: GetProvisionedConcurrencyConfigCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface GetRuntimeManagementConfigCommandOutput extends GetRuntimeManag
|
|
|
31
31
|
* @see {@link GetRuntimeManagementConfigCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
35
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceException} (server fault)
|
|
41
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
*/
|
|
35
48
|
export declare class GetRuntimeManagementConfigCommand extends $Command<GetRuntimeManagementConfigCommandInput, GetRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
36
49
|
readonly input: GetRuntimeManagementConfigCommandInput;
|
|
@@ -44,6 +44,22 @@ export interface InvokeAsyncCommandOutput extends InvokeAsyncResponse, __Metadat
|
|
|
44
44
|
* @see {@link InvokeAsyncCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link InvalidRequestContentException} (client fault)
|
|
48
|
+
* <p>The request body could not be parsed as JSON.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRuntimeException} (server fault)
|
|
51
|
+
* <p>The runtime or runtime version specified is not supported.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
54
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ServiceException} (server fault)
|
|
60
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
47
63
|
*/
|
|
48
64
|
export declare class InvokeAsyncCommand extends $Command<InvokeAsyncCommandInput, InvokeAsyncCommandOutput, LambdaClientResolvedConfig> {
|
|
49
65
|
readonly input: InvokeAsyncCommandInput;
|
|
@@ -53,6 +53,107 @@ export interface InvokeCommandOutput extends InvocationResponse, __MetadataBeare
|
|
|
53
53
|
* @see {@link InvokeCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link EC2AccessDeniedException} (server fault)
|
|
57
|
+
* <p>Need additional permissions to configure VPC settings.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link EC2ThrottledException} (server fault)
|
|
60
|
+
* <p>Amazon EC2 throttled Lambda during Lambda function initialization using
|
|
61
|
+
* the execution role provided for the function.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link EC2UnexpectedException} (server fault)
|
|
64
|
+
* <p>Lambda received an unexpected Amazon EC2 client exception while setting up for the
|
|
65
|
+
* Lambda function.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link EFSIOException} (client fault)
|
|
68
|
+
* <p>An error occurred when reading from or writing to a connected file system.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link EFSMountConnectivityException} (client fault)
|
|
71
|
+
* <p>The Lambda function couldn't make a network connection to the configured file system.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link EFSMountFailureException} (client fault)
|
|
74
|
+
* <p>The Lambda function couldn't mount the configured file system due to a permission or configuration
|
|
75
|
+
* issue.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link EFSMountTimeoutException} (client fault)
|
|
78
|
+
* <p>The Lambda function made a network connection to the configured file system, but the mount
|
|
79
|
+
* operation timed out.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ENILimitReachedException} (server fault)
|
|
82
|
+
* <p>Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached. For more
|
|
83
|
+
* information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda
|
|
84
|
+
* quotas</a>.</p>
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
87
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link InvalidRequestContentException} (client fault)
|
|
90
|
+
* <p>The request body could not be parsed as JSON.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link InvalidRuntimeException} (server fault)
|
|
93
|
+
* <p>The runtime or runtime version specified is not supported.</p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InvalidSecurityGroupIDException} (server fault)
|
|
96
|
+
* <p>The security group ID provided in the Lambda function VPC configuration is not valid.</p>
|
|
97
|
+
*
|
|
98
|
+
* @throws {@link InvalidSubnetIDException} (server fault)
|
|
99
|
+
* <p>The subnet ID provided in the Lambda function VPC configuration is not valid.</p>
|
|
100
|
+
*
|
|
101
|
+
* @throws {@link InvalidZipFileException} (server fault)
|
|
102
|
+
* <p>Lambda could not unzip the deployment package.</p>
|
|
103
|
+
*
|
|
104
|
+
* @throws {@link KMSAccessDeniedException} (server fault)
|
|
105
|
+
* <p>Lambda couldn't decrypt the environment variables because KMS access was denied.
|
|
106
|
+
* Check the Lambda function's KMS permissions.</p>
|
|
107
|
+
*
|
|
108
|
+
* @throws {@link KMSDisabledException} (server fault)
|
|
109
|
+
* <p>Lambda couldn't decrypt the environment variables because the KMS key used is
|
|
110
|
+
* disabled. Check the Lambda function's KMS key settings.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link KMSInvalidStateException} (server fault)
|
|
113
|
+
* <p>Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function's KMS key settings.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link KMSNotFoundException} (server fault)
|
|
116
|
+
* <p>Lambda couldn't decrypt the environment variables because the KMS key was not
|
|
117
|
+
* found. Check the function's KMS key settings.</p>
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link RequestTooLargeException} (client fault)
|
|
120
|
+
* <p>The request payload exceeded the <code>Invoke</code> request body JSON input quota. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda
|
|
121
|
+
* quotas</a>.</p>
|
|
122
|
+
*
|
|
123
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
124
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
125
|
+
*
|
|
126
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
127
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
128
|
+
*
|
|
129
|
+
* @throws {@link ResourceNotReadyException} (server fault)
|
|
130
|
+
* <p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to
|
|
131
|
+
* reestablish and try again.</p>
|
|
132
|
+
*
|
|
133
|
+
* @throws {@link ServiceException} (server fault)
|
|
134
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
135
|
+
*
|
|
136
|
+
* @throws {@link SnapStartException} (client fault)
|
|
137
|
+
* <p>The <code>afterRestore()</code>
|
|
138
|
+
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html">runtime hook</a> encountered an error. For more information, check the Amazon CloudWatch logs.</p>
|
|
139
|
+
*
|
|
140
|
+
* @throws {@link SnapStartNotReadyException} (client fault)
|
|
141
|
+
* <p>Lambda is initializing your function. You can invoke the function when the <a href="https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html">function state</a> becomes <code>Active</code>.</p>
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link SnapStartTimeoutException} (client fault)
|
|
144
|
+
* <p>Lambda couldn't restore the snapshot within the timeout limit.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link SubnetIPAddressLimitReachedException} (server fault)
|
|
147
|
+
* <p>Lambda couldn't set up VPC access for the Lambda function because one or more
|
|
148
|
+
* configured subnets has no available IP addresses.</p>
|
|
149
|
+
*
|
|
150
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
151
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
152
|
+
*
|
|
153
|
+
* @throws {@link UnsupportedMediaTypeException} (client fault)
|
|
154
|
+
* <p>The content type of the <code>Invoke</code> request body is not JSON.</p>
|
|
155
|
+
*
|
|
156
|
+
*
|
|
56
157
|
*/
|
|
57
158
|
export declare class InvokeCommand extends $Command<InvokeCommandInput, InvokeCommandOutput, LambdaClientResolvedConfig> {
|
|
58
159
|
readonly input: InvokeCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListAliasesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: ListAliasesCommandInput;
|
|
@@ -31,6 +31,13 @@ export interface ListCodeSigningConfigsCommandOutput extends ListCodeSigningConf
|
|
|
31
31
|
* @see {@link ListCodeSigningConfigsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
35
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ServiceException} (server fault)
|
|
38
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
34
41
|
*/
|
|
35
42
|
export declare class ListCodeSigningConfigsCommand extends $Command<ListCodeSigningConfigsCommandInput, ListCodeSigningConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
36
43
|
readonly input: ListCodeSigningConfigsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListEventSourceMappingsCommandOutput extends ListEventSourceMap
|
|
|
30
30
|
* @see {@link ListEventSourceMappingsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListEventSourceMappingsCommand extends $Command<ListEventSourceMappingsCommandInput, ListEventSourceMappingsCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: ListEventSourceMappingsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListFunctionEventInvokeConfigsCommandOutput extends ListFunctio
|
|
|
30
30
|
* @see {@link ListFunctionEventInvokeConfigsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListFunctionEventInvokeConfigsCommand extends $Command<ListFunctionEventInvokeConfigsCommandInput, ListFunctionEventInvokeConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: ListFunctionEventInvokeConfigsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListFunctionUrlConfigsCommandOutput extends ListFunctionUrlConf
|
|
|
29
29
|
* @see {@link ListFunctionUrlConfigsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceException} (server fault)
|
|
39
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListFunctionUrlConfigsCommand extends $Command<ListFunctionUrlConfigsCommandInput, ListFunctionUrlConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
34
47
|
readonly input: ListFunctionUrlConfigsCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface ListFunctionsByCodeSigningConfigCommandOutput extends ListFunct
|
|
|
30
30
|
* @see {@link ListFunctionsByCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class ListFunctionsByCodeSigningConfigCommand extends $Command<ListFunctionsByCodeSigningConfigCommandInput, ListFunctionsByCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
35
45
|
readonly input: ListFunctionsByCodeSigningConfigCommandInput;
|
|
@@ -37,6 +37,16 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
|
|
|
37
37
|
* @see {@link ListFunctionsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
41
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceException} (server fault)
|
|
44
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
47
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
40
50
|
*/
|
|
41
51
|
export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, LambdaClientResolvedConfig> {
|
|
42
52
|
readonly input: ListFunctionsCommandInput;
|
|
@@ -32,6 +32,19 @@ export interface ListLayerVersionsCommandOutput extends ListLayerVersionsRespons
|
|
|
32
32
|
* @see {@link ListLayerVersionsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
36
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
35
48
|
*/
|
|
36
49
|
export declare class ListLayerVersionsCommand extends $Command<ListLayerVersionsCommandInput, ListLayerVersionsCommandOutput, LambdaClientResolvedConfig> {
|
|
37
50
|
readonly input: ListLayerVersionsCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface ListLayersCommandOutput extends ListLayersResponse, __MetadataB
|
|
|
34
34
|
* @see {@link ListLayersCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
38
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ServiceException} (server fault)
|
|
41
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
44
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class ListLayersCommand extends $Command<ListLayersCommandInput, ListLayersCommandOutput, LambdaClientResolvedConfig> {
|
|
39
49
|
readonly input: ListLayersCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListProvisionedConcurrencyConfigsCommandOutput extends ListProv
|
|
|
29
29
|
* @see {@link ListProvisionedConcurrencyConfigsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceException} (server fault)
|
|
39
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListProvisionedConcurrencyConfigsCommand extends $Command<ListProvisionedConcurrencyConfigsCommandInput, ListProvisionedConcurrencyConfigsCommandOutput, LambdaClientResolvedConfig> {
|
|
34
47
|
readonly input: ListProvisionedConcurrencyConfigsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
|
|
|
30
30
|
* @see {@link ListTagsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: ListTagsCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
30
30
|
* @see {@link ListVersionsByFunctionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
34
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceException} (server fault)
|
|
40
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
43
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListVersionsByFunctionCommand extends $Command<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
35
48
|
readonly input: ListVersionsByFunctionCommandInput;
|
|
@@ -32,6 +32,22 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
32
32
|
* @see {@link PublishLayerVersionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link CodeStorageExceededException} (client fault)
|
|
36
|
+
* <p>Your Amazon Web Services account has exceeded its maximum total code size. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
39
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceException} (server fault)
|
|
45
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
48
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
35
51
|
*/
|
|
36
52
|
export declare class PublishLayerVersionCommand extends $Command<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
37
53
|
readonly input: PublishLayerVersionCommandInput;
|
|
@@ -35,6 +35,29 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
35
35
|
* @see {@link PublishVersionCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link CodeStorageExceededException} (client fault)
|
|
39
|
+
* <p>Your Amazon Web Services account has exceeded its maximum total code size. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link PreconditionFailedException} (client fault)
|
|
45
|
+
* <p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the <code>GetFunction</code> or the <code>GetAlias</code>
|
|
46
|
+
* API operation to retrieve the latest RevisionId for your resource.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
49
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ServiceException} (server fault)
|
|
55
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
38
61
|
*/
|
|
39
62
|
export declare class PublishVersionCommand extends $Command<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
40
63
|
readonly input: PublishVersionCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
|
|
|
30
30
|
* @see {@link PutFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link CodeSigningConfigNotFoundException} (client fault)
|
|
34
|
+
* <p>The specified code signing configuration does not exist.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
37
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
40
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceException} (server fault)
|
|
46
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
49
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class PutFunctionCodeSigningConfigCommand extends $Command<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
35
54
|
readonly input: PutFunctionCodeSigningConfigCommandInput;
|
|
@@ -37,6 +37,22 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
|
|
|
37
37
|
* @see {@link PutFunctionConcurrencyCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
41
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
44
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceException} (server fault)
|
|
50
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
40
56
|
*/
|
|
41
57
|
export declare class PutFunctionConcurrencyCommand extends $Command<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
42
58
|
readonly input: PutFunctionConcurrencyCommandInput;
|
|
@@ -39,6 +39,22 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
39
39
|
* @see {@link PutFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
46
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceException} (server fault)
|
|
52
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
42
58
|
*/
|
|
43
59
|
export declare class PutFunctionEventInvokeConfigCommand extends $Command<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
44
60
|
readonly input: PutFunctionEventInvokeConfigCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisi
|
|
|
29
29
|
* @see {@link PutProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
33
|
+
* <p>One of the parameters in the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceConflictException} (client fault)
|
|
36
|
+
* <p>The resource already exists, or another operation is in progress.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The resource specified in the request does not exist.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceException} (server fault)
|
|
42
|
+
* <p>The Lambda service encountered an internal error.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
45
|
+
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class PutProvisionedConcurrencyConfigCommand extends $Command<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
34
50
|
readonly input: PutProvisionedConcurrencyConfigCommandInput;
|