@aws-sdk/client-lambda 3.289.0 → 3.290.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.
Files changed (66) hide show
  1. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +23 -0
  2. package/dist-types/commands/AddPermissionCommand.d.ts +23 -0
  3. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +7 -0
  5. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateFunctionCommand.d.ts +30 -0
  7. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
  8. package/dist-types/commands/DeleteAliasCommand.d.ts +13 -0
  9. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +13 -0
  10. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +17 -0
  11. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +19 -0
  12. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +13 -0
  16. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +7 -0
  17. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/GetAccountSettingsCommand.d.ts +7 -0
  19. package/dist-types/commands/GetAliasCommand.d.ts +13 -0
  20. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +10 -0
  21. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +13 -0
  22. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +13 -0
  23. package/dist-types/commands/GetFunctionCommand.d.ts +13 -0
  24. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +13 -0
  25. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +13 -0
  26. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +13 -0
  27. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +13 -0
  28. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +13 -0
  29. package/dist-types/commands/GetLayerVersionCommand.d.ts +13 -0
  30. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +13 -0
  31. package/dist-types/commands/GetPolicyCommand.d.ts +13 -0
  32. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
  33. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +13 -0
  34. package/dist-types/commands/InvokeAsyncCommand.d.ts +16 -0
  35. package/dist-types/commands/InvokeCommand.d.ts +101 -0
  36. package/dist-types/commands/ListAliasesCommand.d.ts +13 -0
  37. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +7 -0
  38. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +13 -0
  39. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +13 -0
  40. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +13 -0
  41. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +10 -0
  42. package/dist-types/commands/ListFunctionsCommand.d.ts +10 -0
  43. package/dist-types/commands/ListLayerVersionsCommand.d.ts +13 -0
  44. package/dist-types/commands/ListLayersCommand.d.ts +10 -0
  45. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +13 -0
  46. package/dist-types/commands/ListTagsCommand.d.ts +13 -0
  47. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +13 -0
  48. package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
  49. package/dist-types/commands/PublishVersionCommand.d.ts +23 -0
  50. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +19 -0
  51. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
  52. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
  54. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
  55. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +17 -0
  56. package/dist-types/commands/RemovePermissionCommand.d.ts +17 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  59. package/dist-types/commands/UpdateAliasCommand.d.ts +20 -0
  60. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +10 -0
  61. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +20 -0
  62. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +34 -0
  63. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +31 -0
  64. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
  66. package/package.json +30 -30
@@ -34,6 +34,29 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
34
34
  * @see {@link AddLayerVersionPermissionCommandOutput} 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 PolicyLengthExceededException} (client fault)
41
+ * <p>The permissions policy for the resource is too large. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
42
+ *
43
+ * @throws {@link PreconditionFailedException} (client fault)
44
+ * <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>
45
+ * API operation to retrieve the latest RevisionId for your resource.</p>
46
+ *
47
+ * @throws {@link ResourceConflictException} (client fault)
48
+ * <p>The resource already exists, or another operation is in progress.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>The resource specified in the request does not exist.</p>
52
+ *
53
+ * @throws {@link ServiceException} (server fault)
54
+ * <p>The Lambda service encountered an internal error.</p>
55
+ *
56
+ * @throws {@link TooManyRequestsException} (client fault)
57
+ * <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>
58
+ *
59
+ *
37
60
  */
38
61
  export declare class AddLayerVersionPermissionCommand extends $Command<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
39
62
  readonly input: AddLayerVersionPermissionCommandInput;
@@ -41,6 +41,29 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
41
41
  * @see {@link AddPermissionCommandOutput} for command's `response` shape.
42
42
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
43
43
  *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One of the parameters in the request is not valid.</p>
46
+ *
47
+ * @throws {@link PolicyLengthExceededException} (client fault)
48
+ * <p>The permissions policy for the resource is too large. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
49
+ *
50
+ * @throws {@link PreconditionFailedException} (client fault)
51
+ * <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>
52
+ * API operation to retrieve the latest RevisionId for your resource.</p>
53
+ *
54
+ * @throws {@link ResourceConflictException} (client fault)
55
+ * <p>The resource already exists, or another operation is in progress.</p>
56
+ *
57
+ * @throws {@link ResourceNotFoundException} (client fault)
58
+ * <p>The resource specified in the request does not exist.</p>
59
+ *
60
+ * @throws {@link ServiceException} (server fault)
61
+ * <p>The Lambda service encountered an internal error.</p>
62
+ *
63
+ * @throws {@link TooManyRequestsException} (client fault)
64
+ * <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>
65
+ *
66
+ *
44
67
  */
45
68
  export declare class AddPermissionCommand extends $Command<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig> {
46
69
  readonly input: AddPermissionCommandInput;
@@ -34,6 +34,22 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
34
34
  * @see {@link CreateAliasCommandOutput} 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 ResourceConflictException} (client fault)
41
+ * <p>The resource already exists, or another operation is in progress.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The resource specified in the request does not exist.</p>
45
+ *
46
+ * @throws {@link ServiceException} (server fault)
47
+ * <p>The Lambda service encountered an internal error.</p>
48
+ *
49
+ * @throws {@link TooManyRequestsException} (client fault)
50
+ * <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>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig> {
39
55
  readonly input: CreateAliasCommandInput;
@@ -31,6 +31,13 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
31
31
  * @see {@link CreateCodeSigningConfigCommandOutput} 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 CreateCodeSigningConfigCommand extends $Command<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
36
43
  readonly input: CreateCodeSigningConfigCommandInput;
@@ -130,6 +130,22 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
130
130
  * @see {@link CreateEventSourceMappingCommandOutput} for command's `response` shape.
131
131
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
132
132
  *
133
+ * @throws {@link InvalidParameterValueException} (client fault)
134
+ * <p>One of the parameters in the request is not valid.</p>
135
+ *
136
+ * @throws {@link ResourceConflictException} (client fault)
137
+ * <p>The resource already exists, or another operation is in progress.</p>
138
+ *
139
+ * @throws {@link ResourceNotFoundException} (client fault)
140
+ * <p>The resource specified in the request does not exist.</p>
141
+ *
142
+ * @throws {@link ServiceException} (server fault)
143
+ * <p>The Lambda service encountered an internal error.</p>
144
+ *
145
+ * @throws {@link TooManyRequestsException} (client fault)
146
+ * <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>
147
+ *
148
+ *
133
149
  */
134
150
  export declare class CreateEventSourceMappingCommand extends $Command<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
135
151
  readonly input: CreateEventSourceMappingCommandInput;
@@ -66,6 +66,36 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
66
66
  * @see {@link CreateFunctionCommandOutput} for command's `response` shape.
67
67
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
68
68
  *
69
+ * @throws {@link CodeSigningConfigNotFoundException} (client fault)
70
+ * <p>The specified code signing configuration does not exist.</p>
71
+ *
72
+ * @throws {@link CodeStorageExceededException} (client fault)
73
+ * <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>
74
+ *
75
+ * @throws {@link CodeVerificationFailedException} (client fault)
76
+ * <p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code
77
+ * signing policy is set to ENFORCE. Lambda blocks the deployment.</p>
78
+ *
79
+ * @throws {@link InvalidCodeSignatureException} (client fault)
80
+ * <p>The code signature failed the integrity check. If the integrity check fails, then Lambda blocks
81
+ * deployment, even if the code signing policy is set to WARN.</p>
82
+ *
83
+ * @throws {@link InvalidParameterValueException} (client fault)
84
+ * <p>One of the parameters in the request is not valid.</p>
85
+ *
86
+ * @throws {@link ResourceConflictException} (client fault)
87
+ * <p>The resource already exists, or another operation is in progress.</p>
88
+ *
89
+ * @throws {@link ResourceNotFoundException} (client fault)
90
+ * <p>The resource specified in the request does not exist.</p>
91
+ *
92
+ * @throws {@link ServiceException} (server fault)
93
+ * <p>The Lambda service encountered an internal error.</p>
94
+ *
95
+ * @throws {@link TooManyRequestsException} (client fault)
96
+ * <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>
97
+ *
98
+ *
69
99
  */
70
100
  export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig> {
71
101
  readonly input: CreateFunctionCommandInput;
@@ -30,6 +30,22 @@ export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlC
30
30
  * @see {@link CreateFunctionUrlConfigCommandOutput} 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 ResourceConflictException} (client fault)
37
+ * <p>The resource already exists, or another operation is in progress.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource specified in the request does not exist.</p>
41
+ *
42
+ * @throws {@link ServiceException} (server fault)
43
+ * <p>The Lambda service encountered an internal error.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <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>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class CreateFunctionUrlConfigCommand extends $Command<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
35
51
  readonly input: CreateFunctionUrlConfigCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
29
29
  * @see {@link DeleteAliasCommandOutput} 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 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 DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig> {
34
47
  readonly input: DeleteAliasCommandInput;
@@ -30,6 +30,19 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
30
30
  * @see {@link DeleteCodeSigningConfigCommandOutput} 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 ResourceConflictException} (client fault)
37
+ * <p>The resource already exists, or another operation is in progress.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource specified in the request does not exist.</p>
41
+ *
42
+ * @throws {@link ServiceException} (server fault)
43
+ * <p>The Lambda service encountered an internal error.</p>
44
+ *
45
+ *
33
46
  */
34
47
  export declare class DeleteCodeSigningConfigCommand extends $Command<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
35
48
  readonly input: DeleteCodeSigningConfigCommandInput;
@@ -32,6 +32,23 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
32
32
  * @see {@link DeleteEventSourceMappingCommandOutput} 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 ResourceInUseException} (client fault)
39
+ * <p>The operation conflicts with the resource's availability. For example, you tried to update an event source
40
+ * mapping in the CREATING state, or you tried to delete an event source mapping currently UPDATING.</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
+ *
35
52
  */
36
53
  export declare class DeleteEventSourceMappingCommand extends $Command<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
37
54
  readonly input: DeleteEventSourceMappingCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
29
29
  * @see {@link DeleteFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
30
30
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
31
31
  *
32
+ * @throws {@link CodeSigningConfigNotFoundException} (client fault)
33
+ * <p>The specified code signing configuration does not exist.</p>
34
+ *
35
+ * @throws {@link InvalidParameterValueException} (client fault)
36
+ * <p>One of the parameters in the request is not valid.</p>
37
+ *
38
+ * @throws {@link ResourceConflictException} (client fault)
39
+ * <p>The resource already exists, or another operation is in progress.</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
+ *
32
51
  */
33
52
  export declare class DeleteFunctionCodeSigningConfigCommand extends $Command<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
34
53
  readonly input: DeleteFunctionCodeSigningConfigCommandInput;
@@ -32,6 +32,22 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
32
32
  * @see {@link DeleteFunctionCommandOutput} 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 ResourceConflictException} (client fault)
39
+ * <p>The resource already exists, or another operation is in progress.</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 DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
37
53
  readonly input: DeleteFunctionCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
29
29
  * @see {@link DeleteFunctionConcurrencyCommandOutput} 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 DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
34
50
  readonly input: DeleteFunctionConcurrencyCommandInput;
@@ -30,6 +30,22 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
30
30
  * @see {@link DeleteFunctionEventInvokeConfigCommandOutput} 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 ResourceConflictException} (client fault)
37
+ * <p>The resource already exists, or another operation is in progress.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>The resource specified in the request does not exist.</p>
41
+ *
42
+ * @throws {@link ServiceException} (server fault)
43
+ * <p>The Lambda service encountered an internal error.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <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>
47
+ *
48
+ *
33
49
  */
34
50
  export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
35
51
  readonly input: DeleteFunctionEventInvokeConfigCommandInput;
@@ -30,6 +30,19 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
30
30
  * @see {@link DeleteFunctionUrlConfigCommandOutput} for command's `response` shape.
31
31
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
32
32
  *
33
+ * @throws {@link ResourceConflictException} (client fault)
34
+ * <p>The resource already exists, or another operation is in progress.</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 DeleteFunctionUrlConfigCommand extends $Command<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
35
48
  readonly input: DeleteFunctionUrlConfigCommandInput;
@@ -31,6 +31,13 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
31
31
  * @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
32
32
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
33
33
  *
34
+ * @throws {@link ServiceException} (server fault)
35
+ * <p>The Lambda service encountered an internal error.</p>
36
+ *
37
+ * @throws {@link TooManyRequestsException} (client fault)
38
+ * <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>
39
+ *
40
+ *
34
41
  */
35
42
  export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
36
43
  readonly input: DeleteLayerVersionCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
29
29
  * @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} 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 DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
34
50
  readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
@@ -29,6 +29,13 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
29
29
  * @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
31
31
  *
32
+ * @throws {@link ServiceException} (server fault)
33
+ * <p>The Lambda service encountered an internal error.</p>
34
+ *
35
+ * @throws {@link TooManyRequestsException} (client fault)
36
+ * <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>
37
+ *
38
+ *
32
39
  */
33
40
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
34
41
  readonly input: GetAccountSettingsCommandInput;
@@ -29,6 +29,19 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
29
29
  * @see {@link GetAliasCommandOutput} 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 GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
34
47
  readonly input: GetAliasCommandInput;
@@ -29,6 +29,16 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
29
29
  * @see {@link GetCodeSigningConfigCommandOutput} 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
+ *
32
42
  */
33
43
  export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
34
44
  readonly input: GetCodeSigningConfigCommandInput;
@@ -30,6 +30,19 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
30
30
  * @see {@link GetEventSourceMappingCommandOutput} 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 GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
35
48
  readonly input: GetEventSourceMappingCommandInput;
@@ -29,6 +29,19 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
29
29
  * @see {@link GetFunctionCodeSigningConfigCommandOutput} 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 GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
34
47
  readonly input: GetFunctionCodeSigningConfigCommandInput;
@@ -31,6 +31,19 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
31
31
  * @see {@link GetFunctionCommandOutput} 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 GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig> {
36
49
  readonly input: GetFunctionCommandInput;
@@ -30,6 +30,19 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
30
30
  * @see {@link GetFunctionConcurrencyCommandOutput} 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 GetFunctionConcurrencyCommand extends $Command<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
35
48
  readonly input: GetFunctionConcurrencyCommandInput;
@@ -31,6 +31,19 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
31
31
  * @see {@link GetFunctionConfigurationCommandOutput} 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 GetFunctionConfigurationCommand extends $Command<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
36
49
  readonly input: GetFunctionConfigurationCommandInput;
@@ -30,6 +30,19 @@ export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEvent
30
30
  * @see {@link GetFunctionEventInvokeConfigCommandOutput} 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 GetFunctionEventInvokeConfigCommand extends $Command<GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
35
48
  readonly input: GetFunctionEventInvokeConfigCommandInput;
@@ -29,6 +29,19 @@ export interface GetFunctionUrlConfigCommandOutput extends GetFunctionUrlConfigR
29
29
  * @see {@link GetFunctionUrlConfigCommandOutput} 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 GetFunctionUrlConfigCommand extends $Command<GetFunctionUrlConfigCommandInput, GetFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
34
47
  readonly input: GetFunctionUrlConfigCommandInput;
@@ -31,6 +31,19 @@ export interface GetLayerVersionByArnCommandOutput extends GetLayerVersionRespon
31
31
  * @see {@link GetLayerVersionByArnCommandOutput} 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 GetLayerVersionByArnCommand extends $Command<GetLayerVersionByArnCommandInput, GetLayerVersionByArnCommandOutput, LambdaClientResolvedConfig> {
36
49
  readonly input: GetLayerVersionByArnCommandInput;