@aws-sdk/client-lambda 3.325.0 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +7 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +6 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +15 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +19 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +72 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +99 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +26 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +72 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +4 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetAliasCommand.d.ts +15 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +19 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +72 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +7 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +113 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +27 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +24 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +24 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +7 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +8 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -0
- package/dist-types/commands/InvokeCommand.d.ts +10 -0
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +18 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +20 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +22 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +77 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +22 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +32 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +9 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +104 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +21 -0
- package/dist-types/commands/ListLayersCommand.d.ts +25 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +17 -0
- package/dist-types/commands/ListTagsCommand.d.ts +8 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +104 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +24 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +99 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +7 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +8 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +4 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +15 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +19 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +72 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +99 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +99 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +17 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +27 -0
- package/package.json +3 -3
|
@@ -57,6 +57,103 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new UpdateFunctionCodeCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // FunctionConfiguration
|
|
61
|
+
* // FunctionName: "STRING_VALUE",
|
|
62
|
+
* // FunctionArn: "STRING_VALUE",
|
|
63
|
+
* // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
|
|
64
|
+
* // Role: "STRING_VALUE",
|
|
65
|
+
* // Handler: "STRING_VALUE",
|
|
66
|
+
* // CodeSize: Number("long"),
|
|
67
|
+
* // Description: "STRING_VALUE",
|
|
68
|
+
* // Timeout: Number("int"),
|
|
69
|
+
* // MemorySize: Number("int"),
|
|
70
|
+
* // LastModified: "STRING_VALUE",
|
|
71
|
+
* // CodeSha256: "STRING_VALUE",
|
|
72
|
+
* // Version: "STRING_VALUE",
|
|
73
|
+
* // VpcConfig: { // VpcConfigResponse
|
|
74
|
+
* // SubnetIds: [ // SubnetIds
|
|
75
|
+
* // "STRING_VALUE",
|
|
76
|
+
* // ],
|
|
77
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // VpcId: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // DeadLetterConfig: { // DeadLetterConfig
|
|
83
|
+
* // TargetArn: "STRING_VALUE",
|
|
84
|
+
* // },
|
|
85
|
+
* // Environment: { // EnvironmentResponse
|
|
86
|
+
* // Variables: { // EnvironmentVariables
|
|
87
|
+
* // "<keys>": "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // Error: { // EnvironmentError
|
|
90
|
+
* // ErrorCode: "STRING_VALUE",
|
|
91
|
+
* // Message: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // },
|
|
94
|
+
* // KMSKeyArn: "STRING_VALUE",
|
|
95
|
+
* // TracingConfig: { // TracingConfigResponse
|
|
96
|
+
* // Mode: "Active" || "PassThrough",
|
|
97
|
+
* // },
|
|
98
|
+
* // MasterArn: "STRING_VALUE",
|
|
99
|
+
* // RevisionId: "STRING_VALUE",
|
|
100
|
+
* // Layers: [ // LayersReferenceList
|
|
101
|
+
* // { // Layer
|
|
102
|
+
* // Arn: "STRING_VALUE",
|
|
103
|
+
* // CodeSize: Number("long"),
|
|
104
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
105
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
106
|
+
* // },
|
|
107
|
+
* // ],
|
|
108
|
+
* // State: "Pending" || "Active" || "Inactive" || "Failed",
|
|
109
|
+
* // StateReason: "STRING_VALUE",
|
|
110
|
+
* // StateReasonCode: "Idle" || "Creating" || "Restoring" || "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
111
|
+
* // LastUpdateStatus: "Successful" || "Failed" || "InProgress",
|
|
112
|
+
* // LastUpdateStatusReason: "STRING_VALUE",
|
|
113
|
+
* // LastUpdateStatusReasonCode: "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
114
|
+
* // FileSystemConfigs: [ // FileSystemConfigList
|
|
115
|
+
* // { // FileSystemConfig
|
|
116
|
+
* // Arn: "STRING_VALUE", // required
|
|
117
|
+
* // LocalMountPath: "STRING_VALUE", // required
|
|
118
|
+
* // },
|
|
119
|
+
* // ],
|
|
120
|
+
* // PackageType: "Zip" || "Image",
|
|
121
|
+
* // ImageConfigResponse: { // ImageConfigResponse
|
|
122
|
+
* // ImageConfig: { // ImageConfig
|
|
123
|
+
* // EntryPoint: [ // StringList
|
|
124
|
+
* // "STRING_VALUE",
|
|
125
|
+
* // ],
|
|
126
|
+
* // Command: [
|
|
127
|
+
* // "STRING_VALUE",
|
|
128
|
+
* // ],
|
|
129
|
+
* // WorkingDirectory: "STRING_VALUE",
|
|
130
|
+
* // },
|
|
131
|
+
* // Error: { // ImageConfigError
|
|
132
|
+
* // ErrorCode: "STRING_VALUE",
|
|
133
|
+
* // Message: "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
137
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
138
|
+
* // Architectures: [ // ArchitecturesList
|
|
139
|
+
* // "x86_64" || "arm64",
|
|
140
|
+
* // ],
|
|
141
|
+
* // EphemeralStorage: { // EphemeralStorage
|
|
142
|
+
* // Size: Number("int"), // required
|
|
143
|
+
* // },
|
|
144
|
+
* // SnapStart: { // SnapStartResponse
|
|
145
|
+
* // ApplyOn: "PublishedVersions" || "None",
|
|
146
|
+
* // OptimizationStatus: "On" || "Off",
|
|
147
|
+
* // },
|
|
148
|
+
* // RuntimeVersionConfig: { // RuntimeVersionConfig
|
|
149
|
+
* // RuntimeVersionArn: "STRING_VALUE",
|
|
150
|
+
* // Error: { // RuntimeVersionError
|
|
151
|
+
* // ErrorCode: "STRING_VALUE",
|
|
152
|
+
* // Message: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
155
|
+
* // };
|
|
156
|
+
*
|
|
60
157
|
* ```
|
|
61
158
|
*
|
|
62
159
|
* @param UpdateFunctionCodeCommandInput - {@link UpdateFunctionCodeCommandInput}
|
|
@@ -98,6 +195,8 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
|
|
|
98
195
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
99
196
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
100
197
|
*
|
|
198
|
+
* @throws {@link LambdaServiceException}
|
|
199
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
101
200
|
*
|
|
102
201
|
*/
|
|
103
202
|
export declare class UpdateFunctionCodeCommand extends $Command<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -93,6 +93,103 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
93
93
|
* };
|
|
94
94
|
* const command = new UpdateFunctionConfigurationCommand(input);
|
|
95
95
|
* const response = await client.send(command);
|
|
96
|
+
* // { // FunctionConfiguration
|
|
97
|
+
* // FunctionName: "STRING_VALUE",
|
|
98
|
+
* // FunctionArn: "STRING_VALUE",
|
|
99
|
+
* // Runtime: "nodejs" || "nodejs4.3" || "nodejs6.10" || "nodejs8.10" || "nodejs10.x" || "nodejs12.x" || "nodejs14.x" || "nodejs16.x" || "java8" || "java8.al2" || "java11" || "python2.7" || "python3.6" || "python3.7" || "python3.8" || "python3.9" || "dotnetcore1.0" || "dotnetcore2.0" || "dotnetcore2.1" || "dotnetcore3.1" || "dotnet6" || "nodejs4.3-edge" || "go1.x" || "ruby2.5" || "ruby2.7" || "provided" || "provided.al2" || "nodejs18.x" || "python3.10" || "java17",
|
|
100
|
+
* // Role: "STRING_VALUE",
|
|
101
|
+
* // Handler: "STRING_VALUE",
|
|
102
|
+
* // CodeSize: Number("long"),
|
|
103
|
+
* // Description: "STRING_VALUE",
|
|
104
|
+
* // Timeout: Number("int"),
|
|
105
|
+
* // MemorySize: Number("int"),
|
|
106
|
+
* // LastModified: "STRING_VALUE",
|
|
107
|
+
* // CodeSha256: "STRING_VALUE",
|
|
108
|
+
* // Version: "STRING_VALUE",
|
|
109
|
+
* // VpcConfig: { // VpcConfigResponse
|
|
110
|
+
* // SubnetIds: [ // SubnetIds
|
|
111
|
+
* // "STRING_VALUE",
|
|
112
|
+
* // ],
|
|
113
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // VpcId: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // DeadLetterConfig: { // DeadLetterConfig
|
|
119
|
+
* // TargetArn: "STRING_VALUE",
|
|
120
|
+
* // },
|
|
121
|
+
* // Environment: { // EnvironmentResponse
|
|
122
|
+
* // Variables: { // EnvironmentVariables
|
|
123
|
+
* // "<keys>": "STRING_VALUE",
|
|
124
|
+
* // },
|
|
125
|
+
* // Error: { // EnvironmentError
|
|
126
|
+
* // ErrorCode: "STRING_VALUE",
|
|
127
|
+
* // Message: "STRING_VALUE",
|
|
128
|
+
* // },
|
|
129
|
+
* // },
|
|
130
|
+
* // KMSKeyArn: "STRING_VALUE",
|
|
131
|
+
* // TracingConfig: { // TracingConfigResponse
|
|
132
|
+
* // Mode: "Active" || "PassThrough",
|
|
133
|
+
* // },
|
|
134
|
+
* // MasterArn: "STRING_VALUE",
|
|
135
|
+
* // RevisionId: "STRING_VALUE",
|
|
136
|
+
* // Layers: [ // LayersReferenceList
|
|
137
|
+
* // { // Layer
|
|
138
|
+
* // Arn: "STRING_VALUE",
|
|
139
|
+
* // CodeSize: Number("long"),
|
|
140
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
141
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // ],
|
|
144
|
+
* // State: "Pending" || "Active" || "Inactive" || "Failed",
|
|
145
|
+
* // StateReason: "STRING_VALUE",
|
|
146
|
+
* // StateReasonCode: "Idle" || "Creating" || "Restoring" || "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
147
|
+
* // LastUpdateStatus: "Successful" || "Failed" || "InProgress",
|
|
148
|
+
* // LastUpdateStatusReason: "STRING_VALUE",
|
|
149
|
+
* // LastUpdateStatusReasonCode: "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
150
|
+
* // FileSystemConfigs: [ // FileSystemConfigList
|
|
151
|
+
* // { // FileSystemConfig
|
|
152
|
+
* // Arn: "STRING_VALUE", // required
|
|
153
|
+
* // LocalMountPath: "STRING_VALUE", // required
|
|
154
|
+
* // },
|
|
155
|
+
* // ],
|
|
156
|
+
* // PackageType: "Zip" || "Image",
|
|
157
|
+
* // ImageConfigResponse: { // ImageConfigResponse
|
|
158
|
+
* // ImageConfig: { // ImageConfig
|
|
159
|
+
* // EntryPoint: [ // StringList
|
|
160
|
+
* // "STRING_VALUE",
|
|
161
|
+
* // ],
|
|
162
|
+
* // Command: [
|
|
163
|
+
* // "STRING_VALUE",
|
|
164
|
+
* // ],
|
|
165
|
+
* // WorkingDirectory: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // Error: { // ImageConfigError
|
|
168
|
+
* // ErrorCode: "STRING_VALUE",
|
|
169
|
+
* // Message: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
172
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
173
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
174
|
+
* // Architectures: [ // ArchitecturesList
|
|
175
|
+
* // "x86_64" || "arm64",
|
|
176
|
+
* // ],
|
|
177
|
+
* // EphemeralStorage: { // EphemeralStorage
|
|
178
|
+
* // Size: Number("int"), // required
|
|
179
|
+
* // },
|
|
180
|
+
* // SnapStart: { // SnapStartResponse
|
|
181
|
+
* // ApplyOn: "PublishedVersions" || "None",
|
|
182
|
+
* // OptimizationStatus: "On" || "Off",
|
|
183
|
+
* // },
|
|
184
|
+
* // RuntimeVersionConfig: { // RuntimeVersionConfig
|
|
185
|
+
* // RuntimeVersionArn: "STRING_VALUE",
|
|
186
|
+
* // Error: { // RuntimeVersionError
|
|
187
|
+
* // ErrorCode: "STRING_VALUE",
|
|
188
|
+
* // Message: "STRING_VALUE",
|
|
189
|
+
* // },
|
|
190
|
+
* // },
|
|
191
|
+
* // };
|
|
192
|
+
*
|
|
96
193
|
* ```
|
|
97
194
|
*
|
|
98
195
|
* @param UpdateFunctionConfigurationCommandInput - {@link UpdateFunctionConfigurationCommandInput}
|
|
@@ -131,6 +228,8 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
|
|
|
131
228
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
132
229
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
133
230
|
*
|
|
231
|
+
* @throws {@link LambdaServiceException}
|
|
232
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
134
233
|
*
|
|
135
234
|
*/
|
|
136
235
|
export declare class UpdateFunctionConfigurationCommand extends $Command<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -43,6 +43,21 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new UpdateFunctionEventInvokeConfigCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // FunctionEventInvokeConfig
|
|
47
|
+
* // LastModified: new Date("TIMESTAMP"),
|
|
48
|
+
* // FunctionArn: "STRING_VALUE",
|
|
49
|
+
* // MaximumRetryAttempts: Number("int"),
|
|
50
|
+
* // MaximumEventAgeInSeconds: Number("int"),
|
|
51
|
+
* // DestinationConfig: { // DestinationConfig
|
|
52
|
+
* // OnSuccess: { // OnSuccess
|
|
53
|
+
* // Destination: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // OnFailure: { // OnFailure
|
|
56
|
+
* // Destination: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
46
61
|
* ```
|
|
47
62
|
*
|
|
48
63
|
* @param UpdateFunctionEventInvokeConfigCommandInput - {@link UpdateFunctionEventInvokeConfigCommandInput}
|
|
@@ -66,6 +81,8 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
|
|
|
66
81
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
82
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
68
83
|
*
|
|
84
|
+
* @throws {@link LambdaServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
69
86
|
*
|
|
70
87
|
*/
|
|
71
88
|
export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -50,6 +50,31 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new UpdateFunctionUrlConfigCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // UpdateFunctionUrlConfigResponse
|
|
54
|
+
* // FunctionUrl: "STRING_VALUE", // required
|
|
55
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
56
|
+
* // AuthType: "NONE" || "AWS_IAM", // required
|
|
57
|
+
* // Cors: { // Cors
|
|
58
|
+
* // AllowCredentials: true || false,
|
|
59
|
+
* // AllowHeaders: [ // HeadersList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // AllowMethods: [ // AllowMethodsList
|
|
63
|
+
* // "STRING_VALUE",
|
|
64
|
+
* // ],
|
|
65
|
+
* // AllowOrigins: [ // AllowOriginsList
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // ExposeHeaders: [
|
|
69
|
+
* // "STRING_VALUE",
|
|
70
|
+
* // ],
|
|
71
|
+
* // MaxAge: Number("int"),
|
|
72
|
+
* // },
|
|
73
|
+
* // CreationTime: "STRING_VALUE", // required
|
|
74
|
+
* // LastModifiedTime: "STRING_VALUE", // required
|
|
75
|
+
* // InvokeMode: "BUFFERED" || "RESPONSE_STREAM",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
53
78
|
* ```
|
|
54
79
|
*
|
|
55
80
|
* @param UpdateFunctionUrlConfigCommandInput - {@link UpdateFunctionUrlConfigCommandInput}
|
|
@@ -73,6 +98,8 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
|
|
|
73
98
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
74
99
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
75
100
|
*
|
|
101
|
+
* @throws {@link LambdaServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
76
103
|
*
|
|
77
104
|
*/
|
|
78
105
|
export declare class UpdateFunctionUrlConfigCommand extends $Command<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/eventstream-serde-browser": "3.310.0",
|
|
28
28
|
"@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
|
|
29
29
|
"@aws-sdk/eventstream-serde-node": "3.310.0",
|