@aws-sdk/client-lambda 3.775.0 → 3.777.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 (69) hide show
  1. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +10 -10
  2. package/dist-types/commands/AddPermissionCommand.d.ts +16 -17
  3. package/dist-types/commands/CreateAliasCommand.d.ts +12 -12
  4. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +13 -13
  6. package/dist-types/commands/CreateFunctionCommand.d.ts +45 -45
  7. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteAliasCommand.d.ts +8 -5
  9. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +1 -0
  10. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +1 -22
  11. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteFunctionCommand.d.ts +8 -5
  13. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +7 -4
  14. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +8 -5
  15. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +8 -5
  17. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +8 -5
  18. package/dist-types/commands/GetAccountSettingsCommand.d.ts +13 -13
  19. package/dist-types/commands/GetAliasCommand.d.ts +10 -10
  20. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +1 -0
  21. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +1 -27
  22. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +1 -0
  23. package/dist-types/commands/GetFunctionCommand.d.ts +33 -33
  24. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +5 -5
  25. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +27 -27
  26. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +1 -26
  27. package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +1 -0
  28. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +1 -0
  29. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +14 -14
  30. package/dist-types/commands/GetLayerVersionCommand.d.ts +16 -16
  31. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/GetPolicyCommand.d.ts +7 -7
  33. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +18 -19
  34. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +1 -0
  35. package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -6
  36. package/dist-types/commands/InvokeCommand.d.ts +15 -16
  37. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +1 -0
  38. package/dist-types/commands/ListAliasesCommand.d.ts +18 -18
  39. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +1 -0
  40. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +12 -12
  41. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +13 -13
  42. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +1 -0
  43. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -0
  44. package/dist-types/commands/ListFunctionsCommand.d.ts +40 -40
  45. package/dist-types/commands/ListLayerVersionsCommand.d.ts +15 -15
  46. package/dist-types/commands/ListLayersCommand.d.ts +13 -13
  47. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +17 -17
  48. package/dist-types/commands/ListTagsCommand.d.ts +7 -7
  49. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +45 -45
  50. package/dist-types/commands/PublishLayerVersionCommand.d.ts +21 -21
  51. package/dist-types/commands/PublishVersionCommand.d.ts +28 -28
  52. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -0
  53. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -6
  54. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +1 -25
  55. package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +1 -0
  56. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +10 -10
  57. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +1 -0
  58. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +9 -6
  59. package/dist-types/commands/RemovePermissionCommand.d.ts +9 -6
  60. package/dist-types/commands/TagResourceCommand.d.ts +9 -6
  61. package/dist-types/commands/UntagResourceCommand.d.ts +8 -5
  62. package/dist-types/commands/UpdateAliasCommand.d.ts +17 -17
  63. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +1 -0
  64. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +1 -26
  65. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +21 -21
  66. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +20 -20
  67. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +15 -15
  68. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +1 -0
  69. package/package.json +2 -2
@@ -207,46 +207,45 @@ declare const InvokeCommand_base: {
207
207
  * @throws {@link LambdaServiceException}
208
208
  * <p>Base exception class for all service exceptions from Lambda service.</p>
209
209
  *
210
- * @public
210
+ *
211
211
  * @example To invoke a Lambda function
212
212
  * ```javascript
213
213
  * // The following example invokes version 1 of a function named my-function with an empty event payload.
214
214
  * const input = {
215
- * "FunctionName": "my-function",
216
- * "Payload": "{}",
217
- * "Qualifier": "1"
215
+ * FunctionName: "my-function",
216
+ * Payload: "{}",
217
+ * Qualifier: "1"
218
218
  * };
219
219
  * const command = new InvokeCommand(input);
220
220
  * const response = await client.send(command);
221
- * /* response ==
221
+ * /* response is
222
222
  * {
223
- * "Payload": "200 SUCCESS",
224
- * "StatusCode": 200
223
+ * Payload: "200 SUCCESS",
224
+ * StatusCode: 200
225
225
  * }
226
226
  * *\/
227
- * // example id: to-invoke-a-lambda-function-1481659683915
228
227
  * ```
229
228
  *
230
229
  * @example To invoke a Lambda function asynchronously
231
230
  * ```javascript
232
231
  * // The following example invokes version 1 of a function named my-function asynchronously.
233
232
  * const input = {
234
- * "FunctionName": "my-function",
235
- * "InvocationType": "Event",
236
- * "Payload": "{}",
237
- * "Qualifier": "1"
233
+ * FunctionName: "my-function",
234
+ * InvocationType: "Event",
235
+ * Payload: "{}",
236
+ * Qualifier: "1"
238
237
  * };
239
238
  * const command = new InvokeCommand(input);
240
239
  * const response = await client.send(command);
241
- * /* response ==
240
+ * /* response is
242
241
  * {
243
- * "Payload": "",
244
- * "StatusCode": 202
242
+ * Payload: "",
243
+ * StatusCode: 202
245
244
  * }
246
245
  * *\/
247
- * // example id: to-invoke-a-lambda-function-async-1481659683915
248
246
  * ```
249
247
  *
248
+ * @public
250
249
  */
251
250
  export declare class InvokeCommand extends InvokeCommand_base {
252
251
  /** @internal type navigation helper, not in runtime. */
@@ -184,6 +184,7 @@ declare const InvokeWithResponseStreamCommand_base: {
184
184
  * @throws {@link LambdaServiceException}
185
185
  * <p>Base exception class for all service exceptions from Lambda service.</p>
186
186
  *
187
+ *
187
188
  * @public
188
189
  */
189
190
  export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {
@@ -84,43 +84,43 @@ declare const ListAliasesCommand_base: {
84
84
  * @throws {@link LambdaServiceException}
85
85
  * <p>Base exception class for all service exceptions from Lambda service.</p>
86
86
  *
87
- * @public
87
+ *
88
88
  * @example To list a function's aliases
89
89
  * ```javascript
90
90
  * // The following example returns a list of aliases for a function named my-function.
91
91
  * const input = {
92
- * "FunctionName": "my-function"
92
+ * FunctionName: "my-function"
93
93
  * };
94
94
  * const command = new ListAliasesCommand(input);
95
95
  * const response = await client.send(command);
96
- * /* response ==
96
+ * /* response is
97
97
  * {
98
- * "Aliases": [
98
+ * Aliases: [
99
99
  * {
100
- * "AliasArn": "arn:aws:lambda:us-west-2:123456789012:function:my-function:BETA",
101
- * "Description": "Production environment BLUE.",
102
- * "FunctionVersion": "2",
103
- * "Name": "BLUE",
104
- * "RevisionId": "a410117f-xmpl-494e-8035-7e204bb7933b",
105
- * "RoutingConfig": {
106
- * "AdditionalVersionWeights": {
107
- * "1": 0.7
100
+ * AliasArn: "arn:aws:lambda:us-west-2:123456789012:function:my-function:BETA",
101
+ * Description: "Production environment BLUE.",
102
+ * FunctionVersion: "2",
103
+ * Name: "BLUE",
104
+ * RevisionId: "a410117f-xmpl-494e-8035-7e204bb7933b",
105
+ * RoutingConfig: {
106
+ * AdditionalVersionWeights: {
107
+ * 1: 0.7
108
108
  * }
109
109
  * }
110
110
  * },
111
111
  * {
112
- * "AliasArn": "arn:aws:lambda:us-west-2:123456789012:function:my-function:LIVE",
113
- * "Description": "Production environment GREEN.",
114
- * "FunctionVersion": "1",
115
- * "Name": "GREEN",
116
- * "RevisionId": "21d40116-xmpl-40ba-9360-3ea284da1bb5"
112
+ * AliasArn: "arn:aws:lambda:us-west-2:123456789012:function:my-function:LIVE",
113
+ * Description: "Production environment GREEN.",
114
+ * FunctionVersion: "1",
115
+ * Name: "GREEN",
116
+ * RevisionId: "21d40116-xmpl-40ba-9360-3ea284da1bb5"
117
117
  * }
118
118
  * ]
119
119
  * }
120
120
  * *\/
121
- * // example id: to-list-a-functions-aliases-1481650199732
122
121
  * ```
123
122
  *
123
+ * @public
124
124
  */
125
125
  export declare class ListAliasesCommand extends ListAliasesCommand_base {
126
126
  /** @internal type navigation helper, not in runtime. */
@@ -79,6 +79,7 @@ declare const ListCodeSigningConfigsCommand_base: {
79
79
  * @throws {@link LambdaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Lambda service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {
@@ -156,33 +156,33 @@ declare const ListEventSourceMappingsCommand_base: {
156
156
  * @throws {@link LambdaServiceException}
157
157
  * <p>Base exception class for all service exceptions from Lambda service.</p>
158
158
  *
159
- * @public
159
+ *
160
160
  * @example To list the event source mappings for a function
161
161
  * ```javascript
162
162
  * // The following example returns a list of the event source mappings for a function named my-function.
163
163
  * const input = {
164
- * "FunctionName": "my-function"
164
+ * FunctionName: "my-function"
165
165
  * };
166
166
  * const command = new ListEventSourceMappingsCommand(input);
167
167
  * const response = await client.send(command);
168
- * /* response ==
168
+ * /* response is
169
169
  * {
170
- * "EventSourceMappings": [
170
+ * EventSourceMappings: [
171
171
  * {
172
- * "BatchSize": 5,
173
- * "EventSourceArn": "arn:aws:sqs:us-west-2:123456789012:mySQSqueue",
174
- * "FunctionArn": "arn:aws:lambda:us-west-2:123456789012:function:my-function",
175
- * "LastModified": 1569284520.333,
176
- * "State": "Enabled",
177
- * "StateTransitionReason": "USER_INITIATED",
178
- * "UUID": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE"
172
+ * BatchSize: 5,
173
+ * EventSourceArn: "arn:aws:sqs:us-west-2:123456789012:mySQSqueue",
174
+ * FunctionArn: "arn:aws:lambda:us-west-2:123456789012:function:my-function",
175
+ * LastModified: 1.569284520333E9,
176
+ * State: "Enabled",
177
+ * StateTransitionReason: "USER_INITIATED",
178
+ * UUID: "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE"
179
179
  * }
180
180
  * ]
181
181
  * }
182
182
  * *\/
183
- * // example id: to-list-the-event-source-mappings-for-a-function-1586490285906
184
183
  * ```
185
184
  *
185
+ * @public
186
186
  */
187
187
  export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {
188
188
  /** @internal type navigation helper, not in runtime. */
@@ -85,36 +85,36 @@ declare const ListFunctionEventInvokeConfigsCommand_base: {
85
85
  * @throws {@link LambdaServiceException}
86
86
  * <p>Base exception class for all service exceptions from Lambda service.</p>
87
87
  *
88
- * @public
88
+ *
89
89
  * @example To view a list of asynchronous invocation configurations
90
90
  * ```javascript
91
91
  * // The following example returns a list of asynchronous invocation configurations for a function named my-function.
92
92
  * const input = {
93
- * "FunctionName": "my-function"
93
+ * FunctionName: "my-function"
94
94
  * };
95
95
  * const command = new ListFunctionEventInvokeConfigsCommand(input);
96
96
  * const response = await client.send(command);
97
- * /* response ==
97
+ * /* response is
98
98
  * {
99
- * "FunctionEventInvokeConfigs": [
99
+ * FunctionEventInvokeConfigs: [
100
100
  * {
101
- * "FunctionArn": "arn:aws:lambda:us-east-2:123456789012:function:my-function:GREEN",
102
- * "LastModified": 1577824406.719,
103
- * "MaximumEventAgeInSeconds": 1800,
104
- * "MaximumRetryAttempts": 2
101
+ * FunctionArn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:GREEN",
102
+ * LastModified: 1.577824406719E9,
103
+ * MaximumEventAgeInSeconds: 1800,
104
+ * MaximumRetryAttempts: 2
105
105
  * },
106
106
  * {
107
- * "FunctionArn": "arn:aws:lambda:us-east-2:123456789012:function:my-function:BLUE",
108
- * "LastModified": 1577824396.653,
109
- * "MaximumEventAgeInSeconds": 3600,
110
- * "MaximumRetryAttempts": 0
107
+ * FunctionArn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:BLUE",
108
+ * LastModified: 1.577824396653E9,
109
+ * MaximumEventAgeInSeconds: 3600,
110
+ * MaximumRetryAttempts: 0
111
111
  * }
112
112
  * ]
113
113
  * }
114
114
  * *\/
115
- * // example id: to-view-a-list-of-asynchronous-invocation-configurations-1586490355611
116
115
  * ```
117
116
  *
117
+ * @public
118
118
  */
119
119
  export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {
120
120
  /** @internal type navigation helper, not in runtime. */
@@ -94,6 +94,7 @@ declare const ListFunctionUrlConfigsCommand_base: {
94
94
  * @throws {@link LambdaServiceException}
95
95
  * <p>Base exception class for all service exceptions from Lambda service.</p>
96
96
  *
97
+ *
97
98
  * @public
98
99
  */
99
100
  export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {
@@ -69,6 +69,7 @@ declare const ListFunctionsByCodeSigningConfigCommand_base: {
69
69
  * @throws {@link LambdaServiceException}
70
70
  * <p>Base exception class for all service exceptions from Lambda service.</p>
71
71
  *
72
+ *
72
73
  * @public
73
74
  */
74
75
  export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {
@@ -179,64 +179,64 @@ declare const ListFunctionsCommand_base: {
179
179
  * @throws {@link LambdaServiceException}
180
180
  * <p>Base exception class for all service exceptions from Lambda service.</p>
181
181
  *
182
- * @public
182
+ *
183
183
  * @example To get a list of Lambda functions
184
184
  * ```javascript
185
185
  * // This operation returns a list of Lambda functions.
186
- * const input = {};
186
+ * const input = { /* empty *\/ };
187
187
  * const command = new ListFunctionsCommand(input);
188
188
  * const response = await client.send(command);
189
- * /* response ==
189
+ * /* response is
190
190
  * {
191
- * "Functions": [
191
+ * Functions: [
192
192
  * {
193
- * "CodeSha256": "dBG9m8SGdmlEjw/JYXlhhvCrAv5TxvXsbL/RMr0fT/I=",
194
- * "CodeSize": 294,
195
- * "Description": "",
196
- * "FunctionArn": "arn:aws:lambda:us-west-2:123456789012:function:helloworld",
197
- * "FunctionName": "helloworld",
198
- * "Handler": "helloworld.handler",
199
- * "LastModified": "2019-09-23T18:32:33.857+0000",
200
- * "MemorySize": 128,
201
- * "RevisionId": "1718e831-badf-4253-9518-d0644210af7b",
202
- * "Role": "arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-zgur6bf4",
203
- * "Runtime": "nodejs10.x",
204
- * "Timeout": 3,
205
- * "TracingConfig": {
206
- * "Mode": "PassThrough"
193
+ * CodeSha256: "dBG9m8SGdmlEjw/JYXlhhvCrAv5TxvXsbL/RMr0fT/I=",
194
+ * CodeSize: 294,
195
+ * Description: "",
196
+ * FunctionArn: "arn:aws:lambda:us-west-2:123456789012:function:helloworld",
197
+ * FunctionName: "helloworld",
198
+ * Handler: "helloworld.handler",
199
+ * LastModified: "2019-09-23T18:32:33.857+0000",
200
+ * MemorySize: 128,
201
+ * RevisionId: "1718e831-badf-4253-9518-d0644210af7b",
202
+ * Role: "arn:aws:iam::123456789012:role/service-role/MyTestFunction-role-zgur6bf4",
203
+ * Runtime: "nodejs10.x",
204
+ * Timeout: 3,
205
+ * TracingConfig: {
206
+ * Mode: "PassThrough"
207
207
  * },
208
- * "Version": "$LATEST"
208
+ * Version: "$LATEST"
209
209
  * },
210
210
  * {
211
- * "CodeSha256": "sU0cJ2/hOZevwV/lTxCuQqK3gDZP3i8gUoqUUVRmY6E=",
212
- * "CodeSize": 266,
213
- * "Description": "",
214
- * "FunctionArn": "arn:aws:lambda:us-west-2:123456789012:function:my-function",
215
- * "FunctionName": "my-function",
216
- * "Handler": "index.handler",
217
- * "LastModified": "2019-10-01T16:47:28.490+0000",
218
- * "MemorySize": 256,
219
- * "RevisionId": "93017fc9-59cb-41dc-901b-4845ce4bf668",
220
- * "Role": "arn:aws:iam::123456789012:role/service-role/helloWorldPython-role-uy3l9qyq",
221
- * "Runtime": "nodejs10.x",
222
- * "Timeout": 3,
223
- * "TracingConfig": {
224
- * "Mode": "PassThrough"
211
+ * CodeSha256: "sU0cJ2/hOZevwV/lTxCuQqK3gDZP3i8gUoqUUVRmY6E=",
212
+ * CodeSize: 266,
213
+ * Description: "",
214
+ * FunctionArn: "arn:aws:lambda:us-west-2:123456789012:function:my-function",
215
+ * FunctionName: "my-function",
216
+ * Handler: "index.handler",
217
+ * LastModified: "2019-10-01T16:47:28.490+0000",
218
+ * MemorySize: 256,
219
+ * RevisionId: "93017fc9-59cb-41dc-901b-4845ce4bf668",
220
+ * Role: "arn:aws:iam::123456789012:role/service-role/helloWorldPython-role-uy3l9qyq",
221
+ * Runtime: "nodejs10.x",
222
+ * Timeout: 3,
223
+ * TracingConfig: {
224
+ * Mode: "PassThrough"
225
225
  * },
226
- * "Version": "$LATEST",
227
- * "VpcConfig": {
228
- * "SecurityGroupIds": [],
229
- * "SubnetIds": [],
230
- * "VpcId": ""
226
+ * Version: "$LATEST",
227
+ * VpcConfig: {
228
+ * SecurityGroupIds: [],
229
+ * SubnetIds: [],
230
+ * VpcId: ""
231
231
  * }
232
232
  * }
233
233
  * ],
234
- * "NextMarker": ""
234
+ * NextMarker: ""
235
235
  * }
236
236
  * *\/
237
- * // example id: to-get-a-list-of-lambda-functions-1481650507425
238
237
  * ```
239
238
  *
239
+ * @public
240
240
  */
241
241
  export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
242
242
  /** @internal type navigation helper, not in runtime. */
@@ -88,42 +88,42 @@ declare const ListLayerVersionsCommand_base: {
88
88
  * @throws {@link LambdaServiceException}
89
89
  * <p>Base exception class for all service exceptions from Lambda service.</p>
90
90
  *
91
- * @public
91
+ *
92
92
  * @example To list versions of a layer
93
93
  * ```javascript
94
94
  * // The following example displays information about the versions for the layer named blank-java-lib
95
95
  * const input = {
96
- * "LayerName": "blank-java-lib"
96
+ * LayerName: "blank-java-lib"
97
97
  * };
98
98
  * const command = new ListLayerVersionsCommand(input);
99
99
  * const response = await client.send(command);
100
- * /* response ==
100
+ * /* response is
101
101
  * {
102
- * "LayerVersions": [
102
+ * LayerVersions: [
103
103
  * {
104
- * "CompatibleRuntimes": [
104
+ * CompatibleRuntimes: [
105
105
  * "java8"
106
106
  * ],
107
- * "CreatedDate": "2020-03-18T23:38:42.284+0000",
108
- * "Description": "Dependencies for the blank-java sample app.",
109
- * "LayerVersionArn": "arn:aws:lambda:us-east-2:123456789012:layer:blank-java-lib:7",
110
- * "Version": 7
107
+ * CreatedDate: "2020-03-18T23:38:42.284+0000",
108
+ * Description: "Dependencies for the blank-java sample app.",
109
+ * LayerVersionArn: "arn:aws:lambda:us-east-2:123456789012:layer:blank-java-lib:7",
110
+ * Version: 7
111
111
  * },
112
112
  * {
113
- * "CompatibleRuntimes": [
113
+ * CompatibleRuntimes: [
114
114
  * "java8"
115
115
  * ],
116
- * "CreatedDate": "2020-03-17T07:24:21.960+0000",
117
- * "Description": "Dependencies for the blank-java sample app.",
118
- * "LayerVersionArn": "arn:aws:lambda:us-east-2:123456789012:layer:blank-java-lib:6",
119
- * "Version": 6
116
+ * CreatedDate: "2020-03-17T07:24:21.960+0000",
117
+ * Description: "Dependencies for the blank-java sample app.",
118
+ * LayerVersionArn: "arn:aws:lambda:us-east-2:123456789012:layer:blank-java-lib:6",
119
+ * Version: 6
120
120
  * }
121
121
  * ]
122
122
  * }
123
123
  * *\/
124
- * // example id: to-list-versions-of-a-layer-1586490857297
125
124
  * ```
126
125
  *
126
+ * @public
127
127
  */
128
128
  export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {
129
129
  /** @internal type navigation helper, not in runtime. */
@@ -90,38 +90,38 @@ declare const ListLayersCommand_base: {
90
90
  * @throws {@link LambdaServiceException}
91
91
  * <p>Base exception class for all service exceptions from Lambda service.</p>
92
92
  *
93
- * @public
93
+ *
94
94
  * @example To list the layers that are compatible with your function's runtime
95
95
  * ```javascript
96
96
  * // The following example returns information about layers that are compatible with the Python 3.7 runtime.
97
97
  * const input = {
98
- * "CompatibleRuntime": "python3.7"
98
+ * CompatibleRuntime: "python3.7"
99
99
  * };
100
100
  * const command = new ListLayersCommand(input);
101
101
  * const response = await client.send(command);
102
- * /* response ==
102
+ * /* response is
103
103
  * {
104
- * "Layers": [
104
+ * Layers: [
105
105
  * {
106
- * "LatestMatchingVersion": {
107
- * "CompatibleRuntimes": [
106
+ * LatestMatchingVersion: {
107
+ * CompatibleRuntimes: [
108
108
  * "python3.6",
109
109
  * "python3.7"
110
110
  * ],
111
- * "CreatedDate": "2018-11-15T00:37:46.592+0000",
112
- * "Description": "My layer",
113
- * "LayerVersionArn": "arn:aws:lambda:us-east-2:123456789012:layer:my-layer:2",
114
- * "Version": 2
111
+ * CreatedDate: "2018-11-15T00:37:46.592+0000",
112
+ * Description: "My layer",
113
+ * LayerVersionArn: "arn:aws:lambda:us-east-2:123456789012:layer:my-layer:2",
114
+ * Version: 2
115
115
  * },
116
- * "LayerArn": "arn:aws:lambda:us-east-2:123456789012:layer:my-layer",
117
- * "LayerName": "my-layer"
116
+ * LayerArn: "arn:aws:lambda:us-east-2:123456789012:layer:my-layer",
117
+ * LayerName: "my-layer"
118
118
  * }
119
119
  * ]
120
120
  * }
121
121
  * *\/
122
- * // example id: to-list-the-layers-that-are-compatible-with-your-functions-runtime-1586490857297
123
122
  * ```
124
123
  *
124
+ * @public
125
125
  */
126
126
  export declare class ListLayersCommand extends ListLayersCommand_base {
127
127
  /** @internal type navigation helper, not in runtime. */
@@ -79,40 +79,40 @@ declare const ListProvisionedConcurrencyConfigsCommand_base: {
79
79
  * @throws {@link LambdaServiceException}
80
80
  * <p>Base exception class for all service exceptions from Lambda service.</p>
81
81
  *
82
- * @public
82
+ *
83
83
  * @example To get a list of provisioned concurrency configurations
84
84
  * ```javascript
85
85
  * // The following example returns a list of provisioned concurrency configurations for a function named my-function.
86
86
  * const input = {
87
- * "FunctionName": "my-function"
87
+ * FunctionName: "my-function"
88
88
  * };
89
89
  * const command = new ListProvisionedConcurrencyConfigsCommand(input);
90
90
  * const response = await client.send(command);
91
- * /* response ==
91
+ * /* response is
92
92
  * {
93
- * "ProvisionedConcurrencyConfigs": [
93
+ * ProvisionedConcurrencyConfigs: [
94
94
  * {
95
- * "AllocatedProvisionedConcurrentExecutions": 100,
96
- * "AvailableProvisionedConcurrentExecutions": 100,
97
- * "FunctionArn": "arn:aws:lambda:us-east-2:123456789012:function:my-function:GREEN",
98
- * "LastModified": "2019-12-31T20:29:00+0000",
99
- * "RequestedProvisionedConcurrentExecutions": 100,
100
- * "Status": "READY"
95
+ * AllocatedProvisionedConcurrentExecutions: 100,
96
+ * AvailableProvisionedConcurrentExecutions: 100,
97
+ * FunctionArn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:GREEN",
98
+ * LastModified: "2019-12-31T20:29:00+0000",
99
+ * RequestedProvisionedConcurrentExecutions: 100,
100
+ * Status: "READY"
101
101
  * },
102
102
  * {
103
- * "AllocatedProvisionedConcurrentExecutions": 100,
104
- * "AvailableProvisionedConcurrentExecutions": 100,
105
- * "FunctionArn": "arn:aws:lambda:us-east-2:123456789012:function:my-function:BLUE",
106
- * "LastModified": "2019-12-31T20:28:49+0000",
107
- * "RequestedProvisionedConcurrentExecutions": 100,
108
- * "Status": "READY"
103
+ * AllocatedProvisionedConcurrentExecutions: 100,
104
+ * AvailableProvisionedConcurrentExecutions: 100,
105
+ * FunctionArn: "arn:aws:lambda:us-east-2:123456789012:function:my-function:BLUE",
106
+ * LastModified: "2019-12-31T20:28:49+0000",
107
+ * RequestedProvisionedConcurrentExecutions: 100,
108
+ * Status: "READY"
109
109
  * }
110
110
  * ]
111
111
  * }
112
112
  * *\/
113
- * // example id: to-get-a-list-of-provisioned-concurrency-configurations-1586491032592
114
113
  * ```
115
114
  *
115
+ * @public
116
116
  */
117
117
  export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {
118
118
  /** @internal type navigation helper, not in runtime. */
@@ -69,26 +69,26 @@ declare const ListTagsCommand_base: {
69
69
  * @throws {@link LambdaServiceException}
70
70
  * <p>Base exception class for all service exceptions from Lambda service.</p>
71
71
  *
72
- * @public
72
+ *
73
73
  * @example To retrieve the list of tags for a Lambda function
74
74
  * ```javascript
75
75
  * // The following example displays the tags attached to the my-function Lambda function.
76
76
  * const input = {
77
- * "Resource": "arn:aws:lambda:us-west-2:123456789012:function:my-function"
77
+ * Resource: "arn:aws:lambda:us-west-2:123456789012:function:my-function"
78
78
  * };
79
79
  * const command = new ListTagsCommand(input);
80
80
  * const response = await client.send(command);
81
- * /* response ==
81
+ * /* response is
82
82
  * {
83
- * "Tags": {
84
- * "Category": "Web Tools",
85
- * "Department": "Sales"
83
+ * Tags: {
84
+ * Category: "Web Tools",
85
+ * Department: "Sales"
86
86
  * }
87
87
  * }
88
88
  * *\/
89
- * // example id: to-retrieve-the-list-of-tags-for-a-lambda-function-1586491111498
90
89
  * ```
91
90
  *
91
+ * @public
92
92
  */
93
93
  export declare class ListTagsCommand extends ListTagsCommand_base {
94
94
  /** @internal type navigation helper, not in runtime. */