@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
|
@@ -34,6 +34,108 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ListVersionsByFunctionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ListVersionsByFunctionResponse
|
|
38
|
+
* // NextMarker: "STRING_VALUE",
|
|
39
|
+
* // Versions: [ // FunctionList
|
|
40
|
+
* // { // FunctionConfiguration
|
|
41
|
+
* // FunctionName: "STRING_VALUE",
|
|
42
|
+
* // FunctionArn: "STRING_VALUE",
|
|
43
|
+
* // 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",
|
|
44
|
+
* // Role: "STRING_VALUE",
|
|
45
|
+
* // Handler: "STRING_VALUE",
|
|
46
|
+
* // CodeSize: Number("long"),
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // Timeout: Number("int"),
|
|
49
|
+
* // MemorySize: Number("int"),
|
|
50
|
+
* // LastModified: "STRING_VALUE",
|
|
51
|
+
* // CodeSha256: "STRING_VALUE",
|
|
52
|
+
* // Version: "STRING_VALUE",
|
|
53
|
+
* // VpcConfig: { // VpcConfigResponse
|
|
54
|
+
* // SubnetIds: [ // SubnetIds
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // VpcId: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // DeadLetterConfig: { // DeadLetterConfig
|
|
63
|
+
* // TargetArn: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // Environment: { // EnvironmentResponse
|
|
66
|
+
* // Variables: { // EnvironmentVariables
|
|
67
|
+
* // "<keys>": "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // Error: { // EnvironmentError
|
|
70
|
+
* // ErrorCode: "STRING_VALUE",
|
|
71
|
+
* // Message: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // KMSKeyArn: "STRING_VALUE",
|
|
75
|
+
* // TracingConfig: { // TracingConfigResponse
|
|
76
|
+
* // Mode: "Active" || "PassThrough",
|
|
77
|
+
* // },
|
|
78
|
+
* // MasterArn: "STRING_VALUE",
|
|
79
|
+
* // RevisionId: "STRING_VALUE",
|
|
80
|
+
* // Layers: [ // LayersReferenceList
|
|
81
|
+
* // { // Layer
|
|
82
|
+
* // Arn: "STRING_VALUE",
|
|
83
|
+
* // CodeSize: Number("long"),
|
|
84
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
85
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // ],
|
|
88
|
+
* // State: "Pending" || "Active" || "Inactive" || "Failed",
|
|
89
|
+
* // StateReason: "STRING_VALUE",
|
|
90
|
+
* // 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",
|
|
91
|
+
* // LastUpdateStatus: "Successful" || "Failed" || "InProgress",
|
|
92
|
+
* // LastUpdateStatusReason: "STRING_VALUE",
|
|
93
|
+
* // LastUpdateStatusReasonCode: "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
94
|
+
* // FileSystemConfigs: [ // FileSystemConfigList
|
|
95
|
+
* // { // FileSystemConfig
|
|
96
|
+
* // Arn: "STRING_VALUE", // required
|
|
97
|
+
* // LocalMountPath: "STRING_VALUE", // required
|
|
98
|
+
* // },
|
|
99
|
+
* // ],
|
|
100
|
+
* // PackageType: "Zip" || "Image",
|
|
101
|
+
* // ImageConfigResponse: { // ImageConfigResponse
|
|
102
|
+
* // ImageConfig: { // ImageConfig
|
|
103
|
+
* // EntryPoint: [ // StringList
|
|
104
|
+
* // "STRING_VALUE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // Command: [
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // WorkingDirectory: "STRING_VALUE",
|
|
110
|
+
* // },
|
|
111
|
+
* // Error: { // ImageConfigError
|
|
112
|
+
* // ErrorCode: "STRING_VALUE",
|
|
113
|
+
* // Message: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // },
|
|
116
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
117
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
118
|
+
* // Architectures: [ // ArchitecturesList
|
|
119
|
+
* // "x86_64" || "arm64",
|
|
120
|
+
* // ],
|
|
121
|
+
* // EphemeralStorage: { // EphemeralStorage
|
|
122
|
+
* // Size: Number("int"), // required
|
|
123
|
+
* // },
|
|
124
|
+
* // SnapStart: { // SnapStartResponse
|
|
125
|
+
* // ApplyOn: "PublishedVersions" || "None",
|
|
126
|
+
* // OptimizationStatus: "On" || "Off",
|
|
127
|
+
* // },
|
|
128
|
+
* // RuntimeVersionConfig: { // RuntimeVersionConfig
|
|
129
|
+
* // RuntimeVersionArn: "STRING_VALUE",
|
|
130
|
+
* // Error: { // RuntimeVersionError
|
|
131
|
+
* // ErrorCode: "STRING_VALUE",
|
|
132
|
+
* // Message: "STRING_VALUE",
|
|
133
|
+
* // },
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // };
|
|
138
|
+
*
|
|
37
139
|
* ```
|
|
38
140
|
*
|
|
39
141
|
* @param ListVersionsByFunctionCommandInput - {@link ListVersionsByFunctionCommandInput}
|
|
@@ -54,6 +156,8 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
|
|
|
54
156
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
157
|
* <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>
|
|
56
158
|
*
|
|
159
|
+
* @throws {@link LambdaServiceException}
|
|
160
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
57
161
|
*
|
|
58
162
|
*/
|
|
59
163
|
export declare class ListVersionsByFunctionCommand extends $Command<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -48,6 +48,28 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new PublishLayerVersionCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // PublishLayerVersionResponse
|
|
52
|
+
* // Content: { // LayerVersionContentOutput
|
|
53
|
+
* // Location: "STRING_VALUE",
|
|
54
|
+
* // CodeSha256: "STRING_VALUE",
|
|
55
|
+
* // CodeSize: Number("long"),
|
|
56
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
57
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // LayerArn: "STRING_VALUE",
|
|
60
|
+
* // LayerVersionArn: "STRING_VALUE",
|
|
61
|
+
* // Description: "STRING_VALUE",
|
|
62
|
+
* // CreatedDate: "STRING_VALUE",
|
|
63
|
+
* // Version: Number("long"),
|
|
64
|
+
* // CompatibleRuntimes: [ // CompatibleRuntimes
|
|
65
|
+
* // "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",
|
|
66
|
+
* // ],
|
|
67
|
+
* // LicenseInfo: "STRING_VALUE",
|
|
68
|
+
* // CompatibleArchitectures: [ // CompatibleArchitectures
|
|
69
|
+
* // "x86_64" || "arm64",
|
|
70
|
+
* // ],
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
51
73
|
* ```
|
|
52
74
|
*
|
|
53
75
|
* @param PublishLayerVersionCommandInput - {@link PublishLayerVersionCommandInput}
|
|
@@ -71,6 +93,8 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
|
|
|
71
93
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
72
94
|
* <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>
|
|
73
95
|
*
|
|
96
|
+
* @throws {@link LambdaServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
74
98
|
*
|
|
75
99
|
*/
|
|
76
100
|
export declare class PublishLayerVersionCommand extends $Command<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -40,6 +40,103 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new PublishVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // FunctionConfiguration
|
|
44
|
+
* // FunctionName: "STRING_VALUE",
|
|
45
|
+
* // FunctionArn: "STRING_VALUE",
|
|
46
|
+
* // 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",
|
|
47
|
+
* // Role: "STRING_VALUE",
|
|
48
|
+
* // Handler: "STRING_VALUE",
|
|
49
|
+
* // CodeSize: Number("long"),
|
|
50
|
+
* // Description: "STRING_VALUE",
|
|
51
|
+
* // Timeout: Number("int"),
|
|
52
|
+
* // MemorySize: Number("int"),
|
|
53
|
+
* // LastModified: "STRING_VALUE",
|
|
54
|
+
* // CodeSha256: "STRING_VALUE",
|
|
55
|
+
* // Version: "STRING_VALUE",
|
|
56
|
+
* // VpcConfig: { // VpcConfigResponse
|
|
57
|
+
* // SubnetIds: [ // SubnetIds
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // SecurityGroupIds: [ // SecurityGroupIds
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // VpcId: "STRING_VALUE",
|
|
64
|
+
* // },
|
|
65
|
+
* // DeadLetterConfig: { // DeadLetterConfig
|
|
66
|
+
* // TargetArn: "STRING_VALUE",
|
|
67
|
+
* // },
|
|
68
|
+
* // Environment: { // EnvironmentResponse
|
|
69
|
+
* // Variables: { // EnvironmentVariables
|
|
70
|
+
* // "<keys>": "STRING_VALUE",
|
|
71
|
+
* // },
|
|
72
|
+
* // Error: { // EnvironmentError
|
|
73
|
+
* // ErrorCode: "STRING_VALUE",
|
|
74
|
+
* // Message: "STRING_VALUE",
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // KMSKeyArn: "STRING_VALUE",
|
|
78
|
+
* // TracingConfig: { // TracingConfigResponse
|
|
79
|
+
* // Mode: "Active" || "PassThrough",
|
|
80
|
+
* // },
|
|
81
|
+
* // MasterArn: "STRING_VALUE",
|
|
82
|
+
* // RevisionId: "STRING_VALUE",
|
|
83
|
+
* // Layers: [ // LayersReferenceList
|
|
84
|
+
* // { // Layer
|
|
85
|
+
* // Arn: "STRING_VALUE",
|
|
86
|
+
* // CodeSize: Number("long"),
|
|
87
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
88
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // State: "Pending" || "Active" || "Inactive" || "Failed",
|
|
92
|
+
* // StateReason: "STRING_VALUE",
|
|
93
|
+
* // 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",
|
|
94
|
+
* // LastUpdateStatus: "Successful" || "Failed" || "InProgress",
|
|
95
|
+
* // LastUpdateStatusReason: "STRING_VALUE",
|
|
96
|
+
* // LastUpdateStatusReasonCode: "EniLimitExceeded" || "InsufficientRolePermissions" || "InvalidConfiguration" || "InternalError" || "SubnetOutOfIPAddresses" || "InvalidSubnet" || "InvalidSecurityGroup" || "ImageDeleted" || "ImageAccessDenied" || "InvalidImage" || "KMSKeyAccessDenied" || "KMSKeyNotFound" || "InvalidStateKMSKey" || "DisabledKMSKey" || "EFSIOError" || "EFSMountConnectivityError" || "EFSMountFailure" || "EFSMountTimeout" || "InvalidRuntime" || "InvalidZipFileException" || "FunctionError",
|
|
97
|
+
* // FileSystemConfigs: [ // FileSystemConfigList
|
|
98
|
+
* // { // FileSystemConfig
|
|
99
|
+
* // Arn: "STRING_VALUE", // required
|
|
100
|
+
* // LocalMountPath: "STRING_VALUE", // required
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // PackageType: "Zip" || "Image",
|
|
104
|
+
* // ImageConfigResponse: { // ImageConfigResponse
|
|
105
|
+
* // ImageConfig: { // ImageConfig
|
|
106
|
+
* // EntryPoint: [ // StringList
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // Command: [
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
112
|
+
* // WorkingDirectory: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // Error: { // ImageConfigError
|
|
115
|
+
* // ErrorCode: "STRING_VALUE",
|
|
116
|
+
* // Message: "STRING_VALUE",
|
|
117
|
+
* // },
|
|
118
|
+
* // },
|
|
119
|
+
* // SigningProfileVersionArn: "STRING_VALUE",
|
|
120
|
+
* // SigningJobArn: "STRING_VALUE",
|
|
121
|
+
* // Architectures: [ // ArchitecturesList
|
|
122
|
+
* // "x86_64" || "arm64",
|
|
123
|
+
* // ],
|
|
124
|
+
* // EphemeralStorage: { // EphemeralStorage
|
|
125
|
+
* // Size: Number("int"), // required
|
|
126
|
+
* // },
|
|
127
|
+
* // SnapStart: { // SnapStartResponse
|
|
128
|
+
* // ApplyOn: "PublishedVersions" || "None",
|
|
129
|
+
* // OptimizationStatus: "On" || "Off",
|
|
130
|
+
* // },
|
|
131
|
+
* // RuntimeVersionConfig: { // RuntimeVersionConfig
|
|
132
|
+
* // RuntimeVersionArn: "STRING_VALUE",
|
|
133
|
+
* // Error: { // RuntimeVersionError
|
|
134
|
+
* // ErrorCode: "STRING_VALUE",
|
|
135
|
+
* // Message: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // };
|
|
139
|
+
*
|
|
43
140
|
* ```
|
|
44
141
|
*
|
|
45
142
|
* @param PublishVersionCommandInput - {@link PublishVersionCommandInput}
|
|
@@ -70,6 +167,8 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
|
|
|
70
167
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
71
168
|
* <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>
|
|
72
169
|
*
|
|
170
|
+
* @throws {@link LambdaServiceException}
|
|
171
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
73
172
|
*
|
|
74
173
|
*/
|
|
75
174
|
export declare class PublishVersionCommand extends $Command<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutFunctionCodeSigningConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // PutFunctionCodeSigningConfigResponse
|
|
37
|
+
* // CodeSigningConfigArn: "STRING_VALUE", // required
|
|
38
|
+
* // FunctionName: "STRING_VALUE", // required
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param PutFunctionCodeSigningConfigCommandInput - {@link PutFunctionCodeSigningConfigCommandInput}
|
|
@@ -59,6 +64,8 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
|
|
|
59
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
65
|
* <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>
|
|
61
66
|
*
|
|
67
|
+
* @throws {@link LambdaServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
62
69
|
*
|
|
63
70
|
*/
|
|
64
71
|
export declare class PutFunctionCodeSigningConfigCommand extends $Command<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -40,6 +40,10 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new PutFunctionConcurrencyCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // Concurrency
|
|
44
|
+
* // ReservedConcurrentExecutions: Number("int"),
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
43
47
|
* ```
|
|
44
48
|
*
|
|
45
49
|
* @param PutFunctionConcurrencyCommandInput - {@link PutFunctionConcurrencyCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
|
|
|
63
67
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
64
68
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link LambdaServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class PutFunctionConcurrencyCommand extends $Command<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -52,6 +52,21 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new PutFunctionEventInvokeConfigCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // FunctionEventInvokeConfig
|
|
56
|
+
* // LastModified: new Date("TIMESTAMP"),
|
|
57
|
+
* // FunctionArn: "STRING_VALUE",
|
|
58
|
+
* // MaximumRetryAttempts: Number("int"),
|
|
59
|
+
* // MaximumEventAgeInSeconds: Number("int"),
|
|
60
|
+
* // DestinationConfig: { // DestinationConfig
|
|
61
|
+
* // OnSuccess: { // OnSuccess
|
|
62
|
+
* // Destination: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // OnFailure: { // OnFailure
|
|
65
|
+
* // Destination: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // },
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
55
70
|
* ```
|
|
56
71
|
*
|
|
57
72
|
* @param PutFunctionEventInvokeConfigCommandInput - {@link PutFunctionEventInvokeConfigCommandInput}
|
|
@@ -75,6 +90,8 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
|
|
|
75
90
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
76
91
|
* <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>
|
|
77
92
|
*
|
|
93
|
+
* @throws {@link LambdaServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
78
95
|
*
|
|
79
96
|
*/
|
|
80
97
|
export declare class PutFunctionEventInvokeConfigCommand extends $Command<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisi
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new PutProvisionedConcurrencyConfigCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // PutProvisionedConcurrencyConfigResponse
|
|
37
|
+
* // RequestedProvisionedConcurrentExecutions: Number("int"),
|
|
38
|
+
* // AvailableProvisionedConcurrentExecutions: Number("int"),
|
|
39
|
+
* // AllocatedProvisionedConcurrentExecutions: Number("int"),
|
|
40
|
+
* // Status: "IN_PROGRESS" || "READY" || "FAILED",
|
|
41
|
+
* // StatusReason: "STRING_VALUE",
|
|
42
|
+
* // LastModified: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param PutProvisionedConcurrencyConfigCommandInput - {@link PutProvisionedConcurrencyConfigCommandInput}
|
|
@@ -56,6 +65,8 @@ export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisi
|
|
|
56
65
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
66
|
* <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
|
|
58
67
|
*
|
|
68
|
+
* @throws {@link LambdaServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
59
70
|
*
|
|
60
71
|
*/
|
|
61
72
|
export declare class PutProvisionedConcurrencyConfigCommand extends $Command<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -35,6 +35,12 @@ export interface PutRuntimeManagementConfigCommandOutput extends PutRuntimeManag
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new PutRuntimeManagementConfigCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // PutRuntimeManagementConfigResponse
|
|
39
|
+
* // UpdateRuntimeOn: "Auto" || "Manual" || "FunctionUpdate", // required
|
|
40
|
+
* // FunctionArn: "STRING_VALUE", // required
|
|
41
|
+
* // RuntimeVersionArn: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
38
44
|
* ```
|
|
39
45
|
*
|
|
40
46
|
* @param PutRuntimeManagementConfigCommandInput - {@link PutRuntimeManagementConfigCommandInput}
|
|
@@ -58,6 +64,8 @@ export interface PutRuntimeManagementConfigCommandOutput extends PutRuntimeManag
|
|
|
58
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
59
65
|
* <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>
|
|
60
66
|
*
|
|
67
|
+
* @throws {@link LambdaServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
61
69
|
*
|
|
62
70
|
*/
|
|
63
71
|
export declare class PutRuntimeManagementConfigCommand extends $Command<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -36,6 +36,8 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new RemoveLayerVersionPermissionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // {};
|
|
40
|
+
*
|
|
39
41
|
* ```
|
|
40
42
|
*
|
|
41
43
|
* @param RemoveLayerVersionPermissionCommandInput - {@link RemoveLayerVersionPermissionCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea
|
|
|
60
62
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
61
63
|
* <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>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link LambdaServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class RemoveLayerVersionPermissionCommand extends $Command<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new RemovePermissionCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param RemovePermissionCommandInput - {@link RemovePermissionCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
|
|
|
59
61
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
60
62
|
* <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>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link LambdaServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new TagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
57
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
60
|
* <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>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link LambdaServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UntagResourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -57,6 +59,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
57
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
60
|
* <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>
|
|
59
61
|
*
|
|
62
|
+
* @throws {@link LambdaServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
60
64
|
*
|
|
61
65
|
*/
|
|
62
66
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -40,6 +40,19 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new UpdateAliasCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // AliasConfiguration
|
|
44
|
+
* // AliasArn: "STRING_VALUE",
|
|
45
|
+
* // Name: "STRING_VALUE",
|
|
46
|
+
* // FunctionVersion: "STRING_VALUE",
|
|
47
|
+
* // Description: "STRING_VALUE",
|
|
48
|
+
* // RoutingConfig: { // AliasRoutingConfiguration
|
|
49
|
+
* // AdditionalVersionWeights: { // AdditionalVersionWeights
|
|
50
|
+
* // "<keys>": Number("double"),
|
|
51
|
+
* // },
|
|
52
|
+
* // },
|
|
53
|
+
* // RevisionId: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
43
56
|
* ```
|
|
44
57
|
*
|
|
45
58
|
* @param UpdateAliasCommandInput - {@link UpdateAliasCommandInput}
|
|
@@ -67,6 +80,8 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata
|
|
|
67
80
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
68
81
|
* <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>
|
|
69
82
|
*
|
|
83
|
+
* @throws {@link LambdaServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
70
85
|
*
|
|
71
86
|
*/
|
|
72
87
|
export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -41,6 +41,23 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UpdateCodeSigningConfigCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // UpdateCodeSigningConfigResponse
|
|
45
|
+
* // CodeSigningConfig: { // CodeSigningConfig
|
|
46
|
+
* // CodeSigningConfigId: "STRING_VALUE", // required
|
|
47
|
+
* // CodeSigningConfigArn: "STRING_VALUE", // required
|
|
48
|
+
* // Description: "STRING_VALUE",
|
|
49
|
+
* // AllowedPublishers: { // AllowedPublishers
|
|
50
|
+
* // SigningProfileVersionArns: [ // SigningProfileVersionArns // required
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // CodeSigningPolicies: { // CodeSigningPolicies
|
|
55
|
+
* // UntrustedArtifactOnDeployment: "Warn" || "Enforce",
|
|
56
|
+
* // },
|
|
57
|
+
* // LastModified: "STRING_VALUE", // required
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
44
61
|
* ```
|
|
45
62
|
*
|
|
46
63
|
* @param UpdateCodeSigningConfigCommandInput - {@link UpdateCodeSigningConfigCommandInput}
|
|
@@ -58,6 +75,8 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC
|
|
|
58
75
|
* @throws {@link ServiceException} (server fault)
|
|
59
76
|
* <p>The Lambda service encountered an internal error.</p>
|
|
60
77
|
*
|
|
78
|
+
* @throws {@link LambdaServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
61
80
|
*
|
|
62
81
|
*/
|
|
63
82
|
export declare class UpdateCodeSigningConfigCommand extends $Command<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
|
|
@@ -186,6 +186,76 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
186
186
|
* };
|
|
187
187
|
* const command = new UpdateEventSourceMappingCommand(input);
|
|
188
188
|
* const response = await client.send(command);
|
|
189
|
+
* // { // EventSourceMappingConfiguration
|
|
190
|
+
* // UUID: "STRING_VALUE",
|
|
191
|
+
* // StartingPosition: "TRIM_HORIZON" || "LATEST" || "AT_TIMESTAMP",
|
|
192
|
+
* // StartingPositionTimestamp: new Date("TIMESTAMP"),
|
|
193
|
+
* // BatchSize: Number("int"),
|
|
194
|
+
* // MaximumBatchingWindowInSeconds: Number("int"),
|
|
195
|
+
* // ParallelizationFactor: Number("int"),
|
|
196
|
+
* // EventSourceArn: "STRING_VALUE",
|
|
197
|
+
* // FilterCriteria: { // FilterCriteria
|
|
198
|
+
* // Filters: [ // FilterList
|
|
199
|
+
* // { // Filter
|
|
200
|
+
* // Pattern: "STRING_VALUE",
|
|
201
|
+
* // },
|
|
202
|
+
* // ],
|
|
203
|
+
* // },
|
|
204
|
+
* // FunctionArn: "STRING_VALUE",
|
|
205
|
+
* // LastModified: new Date("TIMESTAMP"),
|
|
206
|
+
* // LastProcessingResult: "STRING_VALUE",
|
|
207
|
+
* // State: "STRING_VALUE",
|
|
208
|
+
* // StateTransitionReason: "STRING_VALUE",
|
|
209
|
+
* // DestinationConfig: { // DestinationConfig
|
|
210
|
+
* // OnSuccess: { // OnSuccess
|
|
211
|
+
* // Destination: "STRING_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // OnFailure: { // OnFailure
|
|
214
|
+
* // Destination: "STRING_VALUE",
|
|
215
|
+
* // },
|
|
216
|
+
* // },
|
|
217
|
+
* // Topics: [ // Topics
|
|
218
|
+
* // "STRING_VALUE",
|
|
219
|
+
* // ],
|
|
220
|
+
* // Queues: [ // Queues
|
|
221
|
+
* // "STRING_VALUE",
|
|
222
|
+
* // ],
|
|
223
|
+
* // SourceAccessConfigurations: [ // SourceAccessConfigurations
|
|
224
|
+
* // { // SourceAccessConfiguration
|
|
225
|
+
* // Type: "BASIC_AUTH" || "VPC_SUBNET" || "VPC_SECURITY_GROUP" || "SASL_SCRAM_512_AUTH" || "SASL_SCRAM_256_AUTH" || "VIRTUAL_HOST" || "CLIENT_CERTIFICATE_TLS_AUTH" || "SERVER_ROOT_CA_CERTIFICATE",
|
|
226
|
+
* // URI: "STRING_VALUE",
|
|
227
|
+
* // },
|
|
228
|
+
* // ],
|
|
229
|
+
* // SelfManagedEventSource: { // SelfManagedEventSource
|
|
230
|
+
* // Endpoints: { // Endpoints
|
|
231
|
+
* // "<keys>": [ // EndpointLists
|
|
232
|
+
* // "STRING_VALUE",
|
|
233
|
+
* // ],
|
|
234
|
+
* // },
|
|
235
|
+
* // },
|
|
236
|
+
* // MaximumRecordAgeInSeconds: Number("int"),
|
|
237
|
+
* // BisectBatchOnFunctionError: true || false,
|
|
238
|
+
* // MaximumRetryAttempts: Number("int"),
|
|
239
|
+
* // TumblingWindowInSeconds: Number("int"),
|
|
240
|
+
* // FunctionResponseTypes: [ // FunctionResponseTypeList
|
|
241
|
+
* // "ReportBatchItemFailures",
|
|
242
|
+
* // ],
|
|
243
|
+
* // AmazonManagedKafkaEventSourceConfig: { // AmazonManagedKafkaEventSourceConfig
|
|
244
|
+
* // ConsumerGroupId: "STRING_VALUE",
|
|
245
|
+
* // },
|
|
246
|
+
* // SelfManagedKafkaEventSourceConfig: { // SelfManagedKafkaEventSourceConfig
|
|
247
|
+
* // ConsumerGroupId: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // ScalingConfig: { // ScalingConfig
|
|
250
|
+
* // MaximumConcurrency: Number("int"),
|
|
251
|
+
* // },
|
|
252
|
+
* // DocumentDBEventSourceConfig: { // DocumentDBEventSourceConfig
|
|
253
|
+
* // DatabaseName: "STRING_VALUE",
|
|
254
|
+
* // CollectionName: "STRING_VALUE",
|
|
255
|
+
* // FullDocument: "UpdateLookup" || "Default",
|
|
256
|
+
* // },
|
|
257
|
+
* // };
|
|
258
|
+
*
|
|
189
259
|
* ```
|
|
190
260
|
*
|
|
191
261
|
* @param UpdateEventSourceMappingCommandInput - {@link UpdateEventSourceMappingCommandInput}
|
|
@@ -213,6 +283,8 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
|
|
|
213
283
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
214
284
|
* <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>
|
|
215
285
|
*
|
|
286
|
+
* @throws {@link LambdaServiceException}
|
|
287
|
+
* <p>Base exception class for all service exceptions from Lambda service.</p>
|
|
216
288
|
*
|
|
217
289
|
*/
|
|
218
290
|
export declare class UpdateEventSourceMappingCommand extends $Command<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
|