@aws-sdk/client-lambda 3.295.0 → 3.297.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 (83) hide show
  1. package/dist-types/Lambda.d.ts +66 -0
  2. package/dist-types/LambdaClient.d.ts +24 -4
  3. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +16 -0
  4. package/dist-types/commands/AddPermissionCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
  20. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAliasCommand.d.ts +16 -0
  22. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +16 -0
  23. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +16 -0
  24. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +16 -0
  25. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  26. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +16 -0
  27. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +16 -0
  28. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +16 -0
  29. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +16 -0
  30. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +16 -0
  31. package/dist-types/commands/GetLayerVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +16 -0
  33. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  34. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +16 -0
  36. package/dist-types/commands/InvokeAsyncCommand.d.ts +17 -2
  37. package/dist-types/commands/InvokeCommand.d.ts +16 -0
  38. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +16 -0
  44. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListLayerVersionsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListLayersCommand.d.ts +16 -0
  47. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +16 -0
  50. package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
  51. package/dist-types/commands/PublishVersionCommand.d.ts +16 -0
  52. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +16 -0
  53. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
  54. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
  55. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
  56. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
  57. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +16 -0
  58. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  59. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  60. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/UpdateAliasCommand.d.ts +16 -0
  62. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +16 -0
  63. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +16 -0
  64. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +16 -0
  65. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
  68. package/dist-types/models/LambdaServiceException.d.ts +2 -0
  69. package/dist-types/models/models_0.d.ts +459 -1
  70. package/dist-types/pagination/Interfaces.d.ts +3 -0
  71. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  72. package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +3 -0
  73. package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +3 -0
  74. package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +3 -0
  76. package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +3 -0
  77. package/dist-types/pagination/ListFunctionsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/ListLayersPaginator.d.ts +3 -0
  80. package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +3 -0
  82. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -2
  83. package/package.json +30 -30
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { AddPermissionRequest, AddPermissionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AddPermissionCommand}.
8
10
  */
9
11
  export interface AddPermissionCommandInput extends AddPermissionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AddPermissionCommand}.
13
17
  */
14
18
  export interface AddPermissionCommandOutput extends AddPermissionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Grants an Amazon Web Service, Amazon Web Services account, or Amazon Web Services organization
18
23
  * permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict
19
24
  * access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name
@@ -37,6 +42,8 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
37
42
  * const response = await client.send(command);
38
43
  * ```
39
44
  *
45
+ * @param AddPermissionCommandInput - {@link AddPermissionCommandInput}
46
+ * @returns {@link AddPermissionCommandOutput}
40
47
  * @see {@link AddPermissionCommandInput} for command's `input` shape.
41
48
  * @see {@link AddPermissionCommandOutput} for command's `response` shape.
42
49
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -68,11 +75,20 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
68
75
  export declare class AddPermissionCommand extends $Command<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig> {
69
76
  readonly input: AddPermissionCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: AddPermissionCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddPermissionCommandInput, AddPermissionCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { AliasConfiguration, CreateAliasRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateAliasCommand}.
8
10
  */
9
11
  export interface CreateAliasCommandInput extends CreateAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateAliasCommand}.
13
17
  */
14
18
  export interface CreateAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a> for a
18
23
  * Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a
19
24
  * different version.</p>
@@ -30,6 +35,8 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateAliasCommandInput - {@link CreateAliasCommandInput}
39
+ * @returns {@link CreateAliasCommandOutput}
33
40
  * @see {@link CreateAliasCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateAliasCommandOutput} for command's `response` shape.
35
42
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -54,11 +61,20 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
54
61
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig> {
55
62
  readonly input: CreateAliasCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: CreateAliasCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateCodeSigningConfigCommand}.
8
10
  */
9
11
  export interface CreateCodeSigningConfigCommandInput extends CreateCodeSigningConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateCodeSigningConfigCommand}.
13
17
  */
14
18
  export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code signing configuration</a> defines a list of
18
23
  * allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment
19
24
  * validation checks fail). </p>
@@ -27,6 +32,8 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param CreateCodeSigningConfigCommandInput - {@link CreateCodeSigningConfigCommandInput}
36
+ * @returns {@link CreateCodeSigningConfigCommandOutput}
30
37
  * @see {@link CreateCodeSigningConfigCommandInput} for command's `input` shape.
31
38
  * @see {@link CreateCodeSigningConfigCommandOutput} for command's `response` shape.
32
39
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -42,11 +49,20 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
42
49
  export declare class CreateCodeSigningConfigCommand extends $Command<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
43
50
  readonly input: CreateCodeSigningConfigCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: CreateCodeSigningConfigCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEventSourceMappingCommand}.
8
10
  */
9
11
  export interface CreateEventSourceMappingCommandInput extends CreateEventSourceMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEventSourceMappingCommand}.
13
17
  */
14
18
  export interface CreateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.</p>
18
23
  * <p>For details about how to configure different event sources, see the following topics. </p>
19
24
  * <ul>
@@ -126,6 +131,8 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
126
131
  * const response = await client.send(command);
127
132
  * ```
128
133
  *
134
+ * @param CreateEventSourceMappingCommandInput - {@link CreateEventSourceMappingCommandInput}
135
+ * @returns {@link CreateEventSourceMappingCommandOutput}
129
136
  * @see {@link CreateEventSourceMappingCommandInput} for command's `input` shape.
130
137
  * @see {@link CreateEventSourceMappingCommandOutput} for command's `response` shape.
131
138
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -150,11 +157,20 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
150
157
  export declare class CreateEventSourceMappingCommand extends $Command<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
151
158
  readonly input: CreateEventSourceMappingCommandInput;
152
159
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
+ /**
161
+ * @public
162
+ */
153
163
  constructor(input: CreateEventSourceMappingCommandInput);
154
164
  /**
155
165
  * @internal
156
166
  */
157
167
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput>;
168
+ /**
169
+ * @internal
170
+ */
158
171
  private serialize;
172
+ /**
173
+ * @internal
174
+ */
159
175
  private deserialize;
160
176
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { CreateFunctionRequest, FunctionConfiguration } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFunctionCommand}.
8
10
  */
9
11
  export interface CreateFunctionCommandInput extends CreateFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFunctionCommand}.
13
17
  */
14
18
  export interface CreateFunctionCommandOutput extends FunctionConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Lambda function. To create a function, you need a <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html">deployment package</a> and an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role">execution role</a>. The
18
23
  * deployment package is a .zip file archive or container image that contains your function code. The execution role
19
24
  * grants the function permission to use Amazon Web Services, such as Amazon CloudWatch Logs for log
@@ -62,6 +67,8 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
62
67
  * const response = await client.send(command);
63
68
  * ```
64
69
  *
70
+ * @param CreateFunctionCommandInput - {@link CreateFunctionCommandInput}
71
+ * @returns {@link CreateFunctionCommandOutput}
65
72
  * @see {@link CreateFunctionCommandInput} for command's `input` shape.
66
73
  * @see {@link CreateFunctionCommandOutput} for command's `response` shape.
67
74
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -100,11 +107,20 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
100
107
  export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig> {
101
108
  readonly input: CreateFunctionCommandInput;
102
109
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
+ /**
111
+ * @public
112
+ */
103
113
  constructor(input: CreateFunctionCommandInput);
104
114
  /**
105
115
  * @internal
106
116
  */
107
117
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
118
+ /**
119
+ * @internal
120
+ */
108
121
  private serialize;
122
+ /**
123
+ * @internal
124
+ */
109
125
  private deserialize;
110
126
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFunctionUrlConfigCommand}.
8
10
  */
9
11
  export interface CreateFunctionUrlConfigCommandInput extends CreateFunctionUrlConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFunctionUrlConfigCommand}.
13
17
  */
14
18
  export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Lambda function URL with the specified configuration parameters. A function URL is
18
23
  * a dedicated HTTP(S) endpoint that you can use to invoke your function.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlC
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateFunctionUrlConfigCommandInput - {@link CreateFunctionUrlConfigCommandInput}
35
+ * @returns {@link CreateFunctionUrlConfigCommandOutput}
29
36
  * @see {@link CreateFunctionUrlConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateFunctionUrlConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlC
50
57
  export declare class CreateFunctionUrlConfigCommand extends $Command<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
51
58
  readonly input: CreateFunctionUrlConfigCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateFunctionUrlConfigCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteAliasRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteAliasCommand}.
8
10
  */
9
11
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteAliasCommand}.
13
17
  */
14
18
  export interface DeleteAliasCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteAliasCommandInput - {@link DeleteAliasCommandInput}
34
+ * @returns {@link DeleteAliasCommandOutput}
28
35
  * @see {@link DeleteAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
46
53
  export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig> {
47
54
  readonly input: DeleteAliasCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteAliasCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteCodeSigningConfigCommand}.
8
10
  */
9
11
  export interface DeleteCodeSigningConfigCommandInput extends DeleteCodeSigningConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteCodeSigningConfigCommand}.
13
17
  */
14
18
  export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is
18
23
  * using it. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteCodeSigningConfigCommandInput - {@link DeleteCodeSigningConfigCommandInput}
35
+ * @returns {@link DeleteCodeSigningConfigCommandOutput}
29
36
  * @see {@link DeleteCodeSigningConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteCodeSigningConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
47
54
  export declare class DeleteCodeSigningConfigCommand extends $Command<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
48
55
  readonly input: DeleteCodeSigningConfigCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteCodeSigningConfigCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEventSourceMappingCommand}.
8
10
  */
9
11
  export interface DeleteEventSourceMappingCommandInput extends DeleteEventSourceMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEventSourceMappingCommand}.
13
17
  */
14
18
  export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html">event source
18
23
  * mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p>
19
24
  * <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely
@@ -28,6 +33,8 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteEventSourceMappingCommandInput - {@link DeleteEventSourceMappingCommandInput}
37
+ * @returns {@link DeleteEventSourceMappingCommandOutput}
31
38
  * @see {@link DeleteEventSourceMappingCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteEventSourceMappingCommandOutput} for command's `response` shape.
33
40
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -53,11 +60,20 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
53
60
  export declare class DeleteEventSourceMappingCommand extends $Command<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
54
61
  readonly input: DeleteEventSourceMappingCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: DeleteEventSourceMappingCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionCodeSigningConfigCommand}.
8
10
  */
9
11
  export interface DeleteFunctionCodeSigningConfigCommandInput extends DeleteFunctionCodeSigningConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionCodeSigningConfigCommand}.
13
17
  */
14
18
  export interface DeleteFunctionCodeSigningConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the code signing configuration from the function.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFunctionCodeSigningConfigCommandInput - {@link DeleteFunctionCodeSigningConfigCommandInput}
34
+ * @returns {@link DeleteFunctionCodeSigningConfigCommandOutput}
28
35
  * @see {@link DeleteFunctionCodeSigningConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
52
59
  export declare class DeleteFunctionCodeSigningConfigCommand extends $Command<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
53
60
  readonly input: DeleteFunctionCodeSigningConfigCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteFunctionCodeSigningConfigCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionCommand}.
8
10
  */
9
11
  export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionCommand}.
13
17
  */
14
18
  export interface DeleteFunctionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter.
18
23
  * Otherwise, all versions and aliases are deleted.</p>
19
24
  * <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>. For Amazon Web Services and resources that invoke your function
@@ -28,6 +33,8 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DeleteFunctionCommandInput - {@link DeleteFunctionCommandInput}
37
+ * @returns {@link DeleteFunctionCommandOutput}
31
38
  * @see {@link DeleteFunctionCommandInput} for command's `input` shape.
32
39
  * @see {@link DeleteFunctionCommandOutput} for command's `response` shape.
33
40
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -52,11 +59,20 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
52
59
  export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
53
60
  readonly input: DeleteFunctionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: DeleteFunctionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionCommandInput, DeleteFunctionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionConcurrencyCommand}.
8
10
  */
9
11
  export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionConcurrencyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionConcurrencyCommand}.
13
17
  */
14
18
  export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes a concurrent execution limit from a function.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteFunctionConcurrencyCommandInput - {@link DeleteFunctionConcurrencyCommandInput}
34
+ * @returns {@link DeleteFunctionConcurrencyCommandOutput}
28
35
  * @see {@link DeleteFunctionConcurrencyCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteFunctionConcurrencyCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
49
56
  export declare class DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
50
57
  readonly input: DeleteFunctionConcurrencyCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteFunctionConcurrencyCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }