@aws-sdk/client-lambda 3.40.0 → 3.45.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 (71) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +62 -3
  3. package/dist-cjs/endpoints.js +9 -0
  4. package/dist-cjs/models/models_0.js +18 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +70 -0
  6. package/dist-es/endpoints.js +9 -0
  7. package/dist-es/models/models_0.js +10 -0
  8. package/dist-es/protocols/Aws_restJson1.js +68 -4
  9. package/dist-types/Lambda.d.ts +189 -13
  10. package/dist-types/LambdaClient.d.ts +62 -3
  11. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +1 -1
  12. package/dist-types/commands/AddPermissionCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +50 -11
  16. package/dist-types/commands/CreateFunctionCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteFunctionCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +1 -1
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetAliasCommand.d.ts +1 -1
  28. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +1 -1
  30. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/GetFunctionCommand.d.ts +1 -1
  32. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +1 -1
  33. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +1 -1
  34. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +1 -1
  35. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLayerVersionCommand.d.ts +1 -1
  37. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  39. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +1 -1
  40. package/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
  41. package/dist-types/commands/InvokeCommand.d.ts +1 -1
  42. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -1
  47. package/dist-types/commands/ListFunctionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListLayerVersionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListLayersCommand.d.ts +1 -1
  50. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +1 -1
  53. package/dist-types/commands/PublishLayerVersionCommand.d.ts +1 -1
  54. package/dist-types/commands/PublishVersionCommand.d.ts +1 -1
  55. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -1
  56. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +1 -1
  57. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +1 -1
  58. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +1 -1
  59. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +1 -1
  60. package/dist-types/commands/RemovePermissionCommand.d.ts +1 -1
  61. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateAliasCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +79 -1
  66. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -1
  69. package/dist-types/models/models_0.d.ts +98 -15
  70. package/dist-types/ts3.4/models/models_0.d.ts +26 -0
  71. package/package.json +6 -6
@@ -63,9 +63,68 @@ import { LambdaClient } from "./LambdaClient";
63
63
  * <p>
64
64
  * <b>Overview</b>
65
65
  * </p>
66
- * <p>This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides additional
67
- * information. For the service overview, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is
68
- * Lambda</a>, and for information about how the service works, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>.</p>
66
+ * <p>Lambda is a compute service that lets you run code without provisioning or managing servers.
67
+ * Lambda runs your code on a high-availability compute infrastructure and performs all of the
68
+ * administration of the compute resources, including server and operating system maintenance, capacity provisioning
69
+ * and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any
70
+ * type of application or backend service. For more information about the Lambda service, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is Lambda</a> in the <b>Lambda Developer Guide</b>.</p>
71
+ * <p>The <i>Lambda API Reference</i> provides information about
72
+ * each of the API methods, including details about the parameters in each API request and
73
+ * response. </p>
74
+ * <p></p>
75
+ * <p>You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command
76
+ * line tools to access the API. For installation instructions, see <a href="http://aws.amazon.com/tools/">Tools for
77
+ * Amazon Web Services</a>. </p>
78
+ * <p>For a list of Region-specific endpoints that Lambda supports,
79
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/lambda-service.html/">Lambda
80
+ * endpoints and quotas </a> in the <i>Amazon Web Services General Reference.</i>. </p>
81
+ * <p>When making the API calls, you will need to
82
+ * authenticate your request by providing a signature. Lambda supports signature version 4. For more information,
83
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 signing process</a> in the
84
+ * <i>Amazon Web Services General Reference.</i>. </p>
85
+ * <p>
86
+ * <b>CA certificates</b>
87
+ * </p>
88
+ *
89
+ * <p>Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers
90
+ * can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your
91
+ * computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate
92
+ * environment and do not manage your own computer, you might need to ask an administrator to assist with the
93
+ * update process. The following list shows minimum operating system and Java versions:</p>
94
+ * <ul>
95
+ * <li>
96
+ * <p>Microsoft Windows versions that have updates from January 2005 or later installed contain at least one
97
+ * of the required CAs in their trust list. </p>
98
+ * </li>
99
+ * <li>
100
+ * <p>Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and
101
+ * later versions contain at least one of the required CAs in their trust list. </p>
102
+ * </li>
103
+ * <li>
104
+ * <p>Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the
105
+ * required CAs in their default trusted CA list. </p>
106
+ * </li>
107
+ * <li>
108
+ * <p>Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December
109
+ * 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list. </p>
110
+ * </li>
111
+ * </ul>
112
+ * <p>When accessing the Lambda management console or Lambda API endpoints, whether through browsers or
113
+ * programmatically, you will need to ensure your client machines support any of the following CAs: </p>
114
+ * <ul>
115
+ * <li>
116
+ * <p>Amazon Root CA 1</p>
117
+ * </li>
118
+ * <li>
119
+ * <p>Starfield Services Root Certificate Authority - G2</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>Starfield Class 2 Certification Authority</p>
123
+ * </li>
124
+ * </ul>
125
+ * <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer
126
+ * up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a>
127
+ * </p>
69
128
  */
70
129
  export declare class Lambda extends LambdaClient {
71
130
  /**
@@ -119,42 +178,42 @@ export declare class Lambda extends LambdaClient {
119
178
  /**
120
179
  * <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the
121
180
  * event source and triggers the function.</p>
122
- * <p>For details about each event source type, see the following topics. </p>
181
+ * <p>For details about how to configure different event sources, see the following topics. </p>
123
182
  * <ul>
124
183
  * <li>
125
184
  * <p>
126
185
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping">
127
- * Configuring a Dynamo DB stream as an event source</a>
186
+ * Amazon DynamoDB Streams</a>
128
187
  * </p>
129
188
  * </li>
130
189
  * <li>
131
190
  * <p>
132
191
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping">
133
- * Configuring a Kinesis stream as an event source</a>
192
+ * Amazon Kinesis</a>
134
193
  * </p>
135
194
  * </li>
136
195
  * <li>
137
196
  * <p>
138
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource"> Configuring an
139
- * Amazon SQS queue as an event source</a>
197
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource">
198
+ * Amazon SQS</a>
140
199
  * </p>
141
200
  * </li>
142
201
  * <li>
143
202
  * <p>
144
203
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping">
145
- * Configuring an MQ broker as an event source</a>
204
+ * Amazon MQ and RabbitMQ</a>
146
205
  * </p>
147
206
  * </li>
148
207
  * <li>
149
208
  * <p>
150
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html"> Configuring MSK as an event
151
- * source</a>
209
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html">
210
+ * Amazon MSK</a>
152
211
  * </p>
153
212
  * </li>
154
213
  * <li>
155
214
  * <p>
156
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html"> Configuring Self-Managed Apache Kafka
157
- * as an event source</a>
215
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html">
216
+ * Apache Kafka</a>
158
217
  * </p>
159
218
  * </li>
160
219
  * </ul>
@@ -182,6 +241,45 @@ export declare class Lambda extends LambdaClient {
182
241
  * <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>
183
242
  * </li>
184
243
  * </ul>
244
+ * <p>For information about which configuration parameters apply to each event source, see the following topics.</p>
245
+ * <ul>
246
+ * <li>
247
+ * <p>
248
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params">
249
+ * Amazon DynamoDB Streams</a>
250
+ * </p>
251
+ * </li>
252
+ * <li>
253
+ * <p>
254
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params">
255
+ * Amazon Kinesis</a>
256
+ * </p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params">
261
+ * Amazon SQS</a>
262
+ * </p>
263
+ * </li>
264
+ * <li>
265
+ * <p>
266
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params">
267
+ * Amazon MQ and RabbitMQ</a>
268
+ * </p>
269
+ * </li>
270
+ * <li>
271
+ * <p>
272
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms">
273
+ * Amazon MSK</a>
274
+ * </p>
275
+ * </li>
276
+ * <li>
277
+ * <p>
278
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms">
279
+ * Apache Kafka</a>
280
+ * </p>
281
+ * </li>
282
+ * </ul>
185
283
  */
186
284
  createEventSourceMapping(args: CreateEventSourceMappingCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventSourceMappingCommandOutput>;
187
285
  createEventSourceMapping(args: CreateEventSourceMappingCommandInput, cb: (err: any, data?: CreateEventSourceMappingCommandOutput) => void): void;
@@ -642,6 +740,45 @@ export declare class Lambda extends LambdaClient {
642
740
  /**
643
741
  * <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
644
742
  * invocation and resume later from the same location.</p>
743
+ * <p>For details about how to configure different event sources, see the following topics. </p>
744
+ * <ul>
745
+ * <li>
746
+ * <p>
747
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping">
748
+ * Amazon DynamoDB Streams</a>
749
+ * </p>
750
+ * </li>
751
+ * <li>
752
+ * <p>
753
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping">
754
+ * Amazon Kinesis</a>
755
+ * </p>
756
+ * </li>
757
+ * <li>
758
+ * <p>
759
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource">
760
+ * Amazon SQS</a>
761
+ * </p>
762
+ * </li>
763
+ * <li>
764
+ * <p>
765
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping">
766
+ * Amazon MQ and RabbitMQ</a>
767
+ * </p>
768
+ * </li>
769
+ * <li>
770
+ * <p>
771
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html">
772
+ * Amazon MSK</a>
773
+ * </p>
774
+ * </li>
775
+ * <li>
776
+ * <p>
777
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html">
778
+ * Apache Kafka</a>
779
+ * </p>
780
+ * </li>
781
+ * </ul>
645
782
  *
646
783
  * <p>The following error handling options are only available for stream sources (DynamoDB and Kinesis):</p>
647
784
  * <ul>
@@ -666,6 +803,45 @@ export declare class Lambda extends LambdaClient {
666
803
  * <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>
667
804
  * </li>
668
805
  * </ul>
806
+ * <p>For information about which configuration parameters apply to each event source, see the following topics.</p>
807
+ * <ul>
808
+ * <li>
809
+ * <p>
810
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params">
811
+ * Amazon DynamoDB Streams</a>
812
+ * </p>
813
+ * </li>
814
+ * <li>
815
+ * <p>
816
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params">
817
+ * Amazon Kinesis</a>
818
+ * </p>
819
+ * </li>
820
+ * <li>
821
+ * <p>
822
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params">
823
+ * Amazon SQS</a>
824
+ * </p>
825
+ * </li>
826
+ * <li>
827
+ * <p>
828
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params">
829
+ * Amazon MQ and RabbitMQ</a>
830
+ * </p>
831
+ * </li>
832
+ * <li>
833
+ * <p>
834
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms">
835
+ * Amazon MSK</a>
836
+ * </p>
837
+ * </li>
838
+ * <li>
839
+ * <p>
840
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms">
841
+ * Apache Kafka</a>
842
+ * </p>
843
+ * </li>
844
+ * </ul>
669
845
  */
670
846
  updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventSourceMappingCommandOutput>;
671
847
  updateEventSourceMapping(args: UpdateEventSourceMappingCommandInput, cb: (err: any, data?: UpdateEventSourceMappingCommandOutput) => void): void;
@@ -184,9 +184,68 @@ export interface LambdaClientResolvedConfig extends LambdaClientResolvedConfigTy
184
184
  * <p>
185
185
  * <b>Overview</b>
186
186
  * </p>
187
- * <p>This is the <i>Lambda API Reference</i>. The Lambda Developer Guide provides additional
188
- * information. For the service overview, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is
189
- * Lambda</a>, and for information about how the service works, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html">Lambda: How it Works</a> in the <b>Lambda Developer Guide</b>.</p>
187
+ * <p>Lambda is a compute service that lets you run code without provisioning or managing servers.
188
+ * Lambda runs your code on a high-availability compute infrastructure and performs all of the
189
+ * administration of the compute resources, including server and operating system maintenance, capacity provisioning
190
+ * and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any
191
+ * type of application or backend service. For more information about the Lambda service, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is Lambda</a> in the <b>Lambda Developer Guide</b>.</p>
192
+ * <p>The <i>Lambda API Reference</i> provides information about
193
+ * each of the API methods, including details about the parameters in each API request and
194
+ * response. </p>
195
+ * <p></p>
196
+ * <p>You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command
197
+ * line tools to access the API. For installation instructions, see <a href="http://aws.amazon.com/tools/">Tools for
198
+ * Amazon Web Services</a>. </p>
199
+ * <p>For a list of Region-specific endpoints that Lambda supports,
200
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/lambda-service.html/">Lambda
201
+ * endpoints and quotas </a> in the <i>Amazon Web Services General Reference.</i>. </p>
202
+ * <p>When making the API calls, you will need to
203
+ * authenticate your request by providing a signature. Lambda supports signature version 4. For more information,
204
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 signing process</a> in the
205
+ * <i>Amazon Web Services General Reference.</i>. </p>
206
+ * <p>
207
+ * <b>CA certificates</b>
208
+ * </p>
209
+ *
210
+ * <p>Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers
211
+ * can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your
212
+ * computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate
213
+ * environment and do not manage your own computer, you might need to ask an administrator to assist with the
214
+ * update process. The following list shows minimum operating system and Java versions:</p>
215
+ * <ul>
216
+ * <li>
217
+ * <p>Microsoft Windows versions that have updates from January 2005 or later installed contain at least one
218
+ * of the required CAs in their trust list. </p>
219
+ * </li>
220
+ * <li>
221
+ * <p>Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and
222
+ * later versions contain at least one of the required CAs in their trust list. </p>
223
+ * </li>
224
+ * <li>
225
+ * <p>Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the
226
+ * required CAs in their default trusted CA list. </p>
227
+ * </li>
228
+ * <li>
229
+ * <p>Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December
230
+ * 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list. </p>
231
+ * </li>
232
+ * </ul>
233
+ * <p>When accessing the Lambda management console or Lambda API endpoints, whether through browsers or
234
+ * programmatically, you will need to ensure your client machines support any of the following CAs: </p>
235
+ * <ul>
236
+ * <li>
237
+ * <p>Amazon Root CA 1</p>
238
+ * </li>
239
+ * <li>
240
+ * <p>Starfield Services Root Certificate Authority - G2</p>
241
+ * </li>
242
+ * <li>
243
+ * <p>Starfield Class 2 Certification Authority</p>
244
+ * </li>
245
+ * </ul>
246
+ * <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer
247
+ * up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a>
248
+ * </p>
190
249
  */
191
250
  export declare class LambdaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LambdaClientResolvedConfig> {
192
251
  /**
@@ -25,7 +25,7 @@ export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionP
25
25
  *
26
26
  * @see {@link AddLayerVersionPermissionCommandInput} for command's `input` shape.
27
27
  * @see {@link AddLayerVersionPermissionCommandOutput} for command's `response` shape.
28
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class AddLayerVersionPermissionCommand extends $Command<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface AddPermissionCommandOutput extends AddPermissionResponse, __Met
32
32
  *
33
33
  * @see {@link AddPermissionCommandInput} for command's `input` shape.
34
34
  * @see {@link AddPermissionCommandOutput} for command's `response` shape.
35
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class AddPermissionCommand extends $Command<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateAliasCommandOutput extends AliasConfiguration, __Metadata
25
25
  *
26
26
  * @see {@link CreateAliasCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateAliasCommandOutput} for command's `response` shape.
28
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningC
22
22
  *
23
23
  * @see {@link CreateCodeSigningConfigCommandInput} for command's `input` shape.
24
24
  * @see {@link CreateCodeSigningConfigCommandOutput} for command's `response` shape.
25
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class CreateCodeSigningConfigCommand extends $Command<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
@@ -9,42 +9,42 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
9
9
  /**
10
10
  * <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the
11
11
  * event source and triggers the function.</p>
12
- * <p>For details about each event source type, see the following topics. </p>
12
+ * <p>For details about how to configure different event sources, see the following topics. </p>
13
13
  * <ul>
14
14
  * <li>
15
15
  * <p>
16
16
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping">
17
- * Configuring a Dynamo DB stream as an event source</a>
17
+ * Amazon DynamoDB Streams</a>
18
18
  * </p>
19
19
  * </li>
20
20
  * <li>
21
21
  * <p>
22
22
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping">
23
- * Configuring a Kinesis stream as an event source</a>
23
+ * Amazon Kinesis</a>
24
24
  * </p>
25
25
  * </li>
26
26
  * <li>
27
27
  * <p>
28
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource"> Configuring an
29
- * Amazon SQS queue as an event source</a>
28
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource">
29
+ * Amazon SQS</a>
30
30
  * </p>
31
31
  * </li>
32
32
  * <li>
33
33
  * <p>
34
34
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping">
35
- * Configuring an MQ broker as an event source</a>
35
+ * Amazon MQ and RabbitMQ</a>
36
36
  * </p>
37
37
  * </li>
38
38
  * <li>
39
39
  * <p>
40
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html"> Configuring MSK as an event
41
- * source</a>
40
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html">
41
+ * Amazon MSK</a>
42
42
  * </p>
43
43
  * </li>
44
44
  * <li>
45
45
  * <p>
46
- * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html"> Configuring Self-Managed Apache Kafka
47
- * as an event source</a>
46
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html">
47
+ * Apache Kafka</a>
48
48
  * </p>
49
49
  * </li>
50
50
  * </ul>
@@ -72,6 +72,45 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
72
72
  * <code>ParallelizationFactor</code> - Process multiple batches from each shard concurrently.</p>
73
73
  * </li>
74
74
  * </ul>
75
+ * <p>For information about which configuration parameters apply to each event source, see the following topics.</p>
76
+ * <ul>
77
+ * <li>
78
+ * <p>
79
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params">
80
+ * Amazon DynamoDB Streams</a>
81
+ * </p>
82
+ * </li>
83
+ * <li>
84
+ * <p>
85
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params">
86
+ * Amazon Kinesis</a>
87
+ * </p>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params">
92
+ * Amazon SQS</a>
93
+ * </p>
94
+ * </li>
95
+ * <li>
96
+ * <p>
97
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params">
98
+ * Amazon MQ and RabbitMQ</a>
99
+ * </p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms">
104
+ * Amazon MSK</a>
105
+ * </p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms">
110
+ * Apache Kafka</a>
111
+ * </p>
112
+ * </li>
113
+ * </ul>
75
114
  * @example
76
115
  * Use a bare-bones client and the command you need to make an API call.
77
116
  * ```javascript
@@ -84,7 +123,7 @@ export interface CreateEventSourceMappingCommandOutput extends EventSourceMappin
84
123
  *
85
124
  * @see {@link CreateEventSourceMappingCommandInput} for command's `input` shape.
86
125
  * @see {@link CreateEventSourceMappingCommandOutput} for command's `response` shape.
87
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
126
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
88
127
  *
89
128
  */
90
129
  export declare class CreateEventSourceMappingCommand extends $Command<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface CreateFunctionCommandOutput extends FunctionConfiguration, __Me
66
66
  *
67
67
  * @see {@link CreateFunctionCommandInput} for command's `input` shape.
68
68
  * @see {@link CreateFunctionCommandOutput} for command's `response` shape.
69
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteAliasCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteAliasCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteAliasCommand extends $Command<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningC
21
21
  *
22
22
  * @see {@link DeleteCodeSigningConfigCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteCodeSigningConfigCommandOutput} for command's `response` shape.
24
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteCodeSigningConfigCommand extends $Command<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappin
23
23
  *
24
24
  * @see {@link DeleteEventSourceMappingCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteEventSourceMappingCommandOutput} for command's `response` shape.
26
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteEventSourceMappingCommand extends $Command<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFunctionCodeSigningConfigCommandOutput extends __Metadata
20
20
  *
21
21
  * @see {@link DeleteFunctionCodeSigningConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteFunctionCodeSigningConfigCommand extends $Command<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DeleteFunctionCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link DeleteFunctionCommandInput} for command's `input` shape.
27
27
  * @see {@link DeleteFunctionCommandOutput} for command's `response` shape.
28
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DeleteFunctionCommand extends $Command<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link DeleteFunctionConcurrencyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFunctionConcurrencyCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteFunctionConcurrencyCommand extends $Command<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
21
21
  *
22
22
  * @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
24
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteLayerVersionCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
25
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
20
20
  *
21
21
  * @see {@link DeleteProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
20
20
  *
21
21
  * @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
20
20
  *
21
21
  * @see {@link GetAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link GetAliasCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
20
20
  *
21
21
  * @see {@link GetCodeSigningConfigCommandInput} for command's `input` shape.
22
22
  * @see {@link GetCodeSigningConfigCommandOutput} for command's `response` shape.
23
- * @see {@link LambdaClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {