@aws-sdk/client-lambda 3.653.0 → 3.654.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 +11 -0
- package/dist-types/commands/AddPermissionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +11 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +11 -0
- package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLayerVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/GetAliasCommand.d.ts +11 -0
- package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetEventSourceMappingCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +11 -0
- package/dist-types/commands/GetLayerVersionCommand.d.ts +11 -0
- package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetPublicAccessBlockConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +11 -0
- package/dist-types/commands/InvokeAsyncCommand.d.ts +11 -0
- package/dist-types/commands/InvokeCommand.d.ts +11 -0
- package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +11 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +11 -0
- package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +11 -0
- package/dist-types/commands/ListLayerVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListLayersCommand.d.ts +11 -0
- package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +11 -0
- package/dist-types/commands/PublishLayerVersionCommand.d.ts +11 -0
- package/dist-types/commands/PublishVersionCommand.d.ts +11 -0
- package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +11 -0
- package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutPublicAccessBlockConfigCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +11 -0
- package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +11 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPublicAccessBlockConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvokeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutPublicAccessBlockConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -1
- package/package.json +40 -40
|
@@ -186,4 +186,15 @@ declare const InvokeWithResponseStreamCommand_base: {
|
|
|
186
186
|
* @public
|
|
187
187
|
*/
|
|
188
188
|
export declare class InvokeWithResponseStreamCommand extends InvokeWithResponseStreamCommand_base {
|
|
189
|
+
/** @internal type navigation helper, not in runtime. */
|
|
190
|
+
protected static __types: {
|
|
191
|
+
api: {
|
|
192
|
+
input: InvokeWithResponseStreamRequest;
|
|
193
|
+
output: InvokeWithResponseStreamResponse;
|
|
194
|
+
};
|
|
195
|
+
sdk: {
|
|
196
|
+
input: InvokeWithResponseStreamCommandInput;
|
|
197
|
+
output: InvokeWithResponseStreamCommandOutput;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
189
200
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListAliasesCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListAliasesCommand extends ListAliasesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListAliasesRequest;
|
|
94
|
+
output: ListAliasesResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListAliasesCommandInput;
|
|
98
|
+
output: ListAliasesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListCodeSigningConfigsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListCodeSigningConfigsCommand extends ListCodeSigningConfigsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListCodeSigningConfigsRequest;
|
|
89
|
+
output: ListCodeSigningConfigsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListCodeSigningConfigsCommandInput;
|
|
93
|
+
output: ListCodeSigningConfigsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -149,4 +149,15 @@ declare const ListEventSourceMappingsCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class ListEventSourceMappingsCommand extends ListEventSourceMappingsCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: ListEventSourceMappingsRequest;
|
|
156
|
+
output: ListEventSourceMappingsResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: ListEventSourceMappingsCommandInput;
|
|
160
|
+
output: ListEventSourceMappingsCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListFunctionEventInvokeConfigsCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListFunctionEventInvokeConfigsCommand extends ListFunctionEventInvokeConfigsCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListFunctionEventInvokeConfigsRequest;
|
|
95
|
+
output: ListFunctionEventInvokeConfigsResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListFunctionEventInvokeConfigsCommandInput;
|
|
99
|
+
output: ListFunctionEventInvokeConfigsCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListFunctionUrlConfigsCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListFunctionUrlConfigsCommand extends ListFunctionUrlConfigsCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListFunctionUrlConfigsRequest;
|
|
104
|
+
output: ListFunctionUrlConfigsResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListFunctionUrlConfigsCommandInput;
|
|
108
|
+
output: ListFunctionUrlConfigsCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListFunctionsByCodeSigningConfigCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListFunctionsByCodeSigningConfigCommand extends ListFunctionsByCodeSigningConfigCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListFunctionsByCodeSigningConfigRequest;
|
|
79
|
+
output: ListFunctionsByCodeSigningConfigResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListFunctionsByCodeSigningConfigCommandInput;
|
|
83
|
+
output: ListFunctionsByCodeSigningConfigCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -182,4 +182,15 @@ declare const ListFunctionsCommand_base: {
|
|
|
182
182
|
* @public
|
|
183
183
|
*/
|
|
184
184
|
export declare class ListFunctionsCommand extends ListFunctionsCommand_base {
|
|
185
|
+
/** @internal type navigation helper, not in runtime. */
|
|
186
|
+
protected static __types: {
|
|
187
|
+
api: {
|
|
188
|
+
input: ListFunctionsRequest;
|
|
189
|
+
output: ListFunctionsResponse;
|
|
190
|
+
};
|
|
191
|
+
sdk: {
|
|
192
|
+
input: ListFunctionsCommandInput;
|
|
193
|
+
output: ListFunctionsCommandOutput;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
185
196
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListLayerVersionsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListLayerVersionsCommand extends ListLayerVersionsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListLayerVersionsRequest;
|
|
98
|
+
output: ListLayerVersionsResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListLayerVersionsCommandInput;
|
|
102
|
+
output: ListLayerVersionsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListLayersCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListLayersCommand extends ListLayersCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListLayersRequest;
|
|
100
|
+
output: ListLayersResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListLayersCommandInput;
|
|
104
|
+
output: ListLayersCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListProvisionedConcurrencyConfigsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListProvisionedConcurrencyConfigsCommand extends ListProvisionedConcurrencyConfigsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListProvisionedConcurrencyConfigsRequest;
|
|
89
|
+
output: ListProvisionedConcurrencyConfigsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListProvisionedConcurrencyConfigsCommandInput;
|
|
93
|
+
output: ListProvisionedConcurrencyConfigsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListTagsCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListTagsRequest;
|
|
79
|
+
output: ListTagsResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListTagsCommandInput;
|
|
83
|
+
output: ListTagsCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -177,4 +177,15 @@ declare const ListVersionsByFunctionCommand_base: {
|
|
|
177
177
|
* @public
|
|
178
178
|
*/
|
|
179
179
|
export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {
|
|
180
|
+
/** @internal type navigation helper, not in runtime. */
|
|
181
|
+
protected static __types: {
|
|
182
|
+
api: {
|
|
183
|
+
input: ListVersionsByFunctionRequest;
|
|
184
|
+
output: ListVersionsByFunctionResponse;
|
|
185
|
+
};
|
|
186
|
+
sdk: {
|
|
187
|
+
input: ListVersionsByFunctionCommandInput;
|
|
188
|
+
output: ListVersionsByFunctionCommandOutput;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
180
191
|
}
|
|
@@ -107,4 +107,15 @@ declare const PublishLayerVersionCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: PublishLayerVersionRequest;
|
|
114
|
+
output: PublishLayerVersionResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: PublishLayerVersionCommandInput;
|
|
118
|
+
output: PublishLayerVersionCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -197,4 +197,15 @@ declare const PublishVersionCommand_base: {
|
|
|
197
197
|
* @public
|
|
198
198
|
*/
|
|
199
199
|
export declare class PublishVersionCommand extends PublishVersionCommand_base {
|
|
200
|
+
/** @internal type navigation helper, not in runtime. */
|
|
201
|
+
protected static __types: {
|
|
202
|
+
api: {
|
|
203
|
+
input: PublishVersionRequest;
|
|
204
|
+
output: FunctionConfiguration;
|
|
205
|
+
};
|
|
206
|
+
sdk: {
|
|
207
|
+
input: PublishVersionCommandInput;
|
|
208
|
+
output: PublishVersionCommandOutput;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
200
211
|
}
|
|
@@ -78,4 +78,15 @@ declare const PutFunctionCodeSigningConfigCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: PutFunctionCodeSigningConfigRequest;
|
|
85
|
+
output: PutFunctionCodeSigningConfigResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: PutFunctionCodeSigningConfigCommandInput;
|
|
89
|
+
output: PutFunctionCodeSigningConfigCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -81,4 +81,15 @@ declare const PutFunctionConcurrencyCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: PutFunctionConcurrencyRequest;
|
|
88
|
+
output: Concurrency;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: PutFunctionConcurrencyCommandInput;
|
|
92
|
+
output: PutFunctionConcurrencyCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -104,4 +104,15 @@ declare const PutFunctionEventInvokeConfigCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: PutFunctionEventInvokeConfigRequest;
|
|
111
|
+
output: FunctionEventInvokeConfig;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: PutFunctionEventInvokeConfigCommandInput;
|
|
115
|
+
output: PutFunctionEventInvokeConfigCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -79,4 +79,15 @@ declare const PutFunctionRecursionConfigCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class PutFunctionRecursionConfigCommand extends PutFunctionRecursionConfigCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: PutFunctionRecursionConfigRequest;
|
|
86
|
+
output: PutFunctionRecursionConfigResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: PutFunctionRecursionConfigCommandInput;
|
|
90
|
+
output: PutFunctionRecursionConfigCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -79,4 +79,15 @@ declare const PutProvisionedConcurrencyConfigCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class PutProvisionedConcurrencyConfigCommand extends PutProvisionedConcurrencyConfigCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: PutProvisionedConcurrencyConfigRequest;
|
|
86
|
+
output: PutProvisionedConcurrencyConfigResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: PutProvisionedConcurrencyConfigCommandInput;
|
|
90
|
+
output: PutProvisionedConcurrencyConfigCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -83,4 +83,15 @@ declare const PutPublicAccessBlockConfigCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class PutPublicAccessBlockConfigCommand extends PutPublicAccessBlockConfigCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: PutPublicAccessBlockConfigRequest;
|
|
90
|
+
output: PutPublicAccessBlockConfigResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: PutPublicAccessBlockConfigCommandInput;
|
|
94
|
+
output: PutPublicAccessBlockConfigCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -106,4 +106,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: PutResourcePolicyRequest;
|
|
113
|
+
output: PutResourcePolicyResponse;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: PutResourcePolicyCommandInput;
|
|
117
|
+
output: PutResourcePolicyCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -78,4 +78,15 @@ declare const PutRuntimeManagementConfigCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class PutRuntimeManagementConfigCommand extends PutRuntimeManagementConfigCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: PutRuntimeManagementConfigRequest;
|
|
85
|
+
output: PutRuntimeManagementConfigResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: PutRuntimeManagementConfigCommandInput;
|
|
89
|
+
output: PutRuntimeManagementConfigCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -85,4 +85,15 @@ declare const RemoveLayerVersionPermissionCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: RemoveLayerVersionPermissionRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: RemoveLayerVersionPermissionCommandInput;
|
|
96
|
+
output: RemoveLayerVersionPermissionCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -84,4 +84,15 @@ declare const RemovePermissionCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: RemovePermissionRequest;
|
|
91
|
+
output: {};
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: RemovePermissionCommandInput;
|
|
95
|
+
output: RemovePermissionCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -73,4 +73,15 @@ declare const TagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: TagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: TagResourceCommandInput;
|
|
84
|
+
output: TagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagResourceRequest;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagResourceCommandInput;
|
|
84
|
+
output: UntagResourceCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -103,4 +103,15 @@ declare const UpdateAliasCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: UpdateAliasRequest;
|
|
110
|
+
output: AliasConfiguration;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: UpdateAliasCommandInput;
|
|
114
|
+
output: UpdateAliasCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateCodeSigningConfigCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateCodeSigningConfigRequest;
|
|
96
|
+
output: UpdateCodeSigningConfigResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateCodeSigningConfigCommandInput;
|
|
100
|
+
output: UpdateCodeSigningConfigCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -303,4 +303,15 @@ declare const UpdateEventSourceMappingCommand_base: {
|
|
|
303
303
|
* @public
|
|
304
304
|
*/
|
|
305
305
|
export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {
|
|
306
|
+
/** @internal type navigation helper, not in runtime. */
|
|
307
|
+
protected static __types: {
|
|
308
|
+
api: {
|
|
309
|
+
input: UpdateEventSourceMappingRequest;
|
|
310
|
+
output: EventSourceMappingConfiguration;
|
|
311
|
+
};
|
|
312
|
+
sdk: {
|
|
313
|
+
input: UpdateEventSourceMappingCommandInput;
|
|
314
|
+
output: UpdateEventSourceMappingCommandOutput;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
306
317
|
}
|
|
@@ -225,4 +225,15 @@ declare const UpdateFunctionCodeCommand_base: {
|
|
|
225
225
|
* @public
|
|
226
226
|
*/
|
|
227
227
|
export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {
|
|
228
|
+
/** @internal type navigation helper, not in runtime. */
|
|
229
|
+
protected static __types: {
|
|
230
|
+
api: {
|
|
231
|
+
input: UpdateFunctionCodeRequest;
|
|
232
|
+
output: FunctionConfiguration;
|
|
233
|
+
};
|
|
234
|
+
sdk: {
|
|
235
|
+
input: UpdateFunctionCodeCommandInput;
|
|
236
|
+
output: UpdateFunctionCodeCommandOutput;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
228
239
|
}
|
|
@@ -265,4 +265,15 @@ declare const UpdateFunctionConfigurationCommand_base: {
|
|
|
265
265
|
* @public
|
|
266
266
|
*/
|
|
267
267
|
export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {
|
|
268
|
+
/** @internal type navigation helper, not in runtime. */
|
|
269
|
+
protected static __types: {
|
|
270
|
+
api: {
|
|
271
|
+
input: UpdateFunctionConfigurationRequest;
|
|
272
|
+
output: FunctionConfiguration;
|
|
273
|
+
};
|
|
274
|
+
sdk: {
|
|
275
|
+
input: UpdateFunctionConfigurationCommandInput;
|
|
276
|
+
output: UpdateFunctionConfigurationCommandOutput;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
268
279
|
}
|
|
@@ -95,4 +95,15 @@ declare const UpdateFunctionEventInvokeConfigCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: UpdateFunctionEventInvokeConfigRequest;
|
|
102
|
+
output: FunctionEventInvokeConfig;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: UpdateFunctionEventInvokeConfigCommandInput;
|
|
106
|
+
output: UpdateFunctionEventInvokeConfigCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -112,4 +112,15 @@ declare const UpdateFunctionUrlConfigCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: UpdateFunctionUrlConfigRequest;
|
|
119
|
+
output: UpdateFunctionUrlConfigResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: UpdateFunctionUrlConfigCommandInput;
|
|
123
|
+
output: UpdateFunctionUrlConfigCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -37,4 +37,15 @@ declare const AddLayerVersionPermissionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {
|
|
40
|
+
export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddLayerVersionPermissionRequest;
|
|
44
|
+
output: AddLayerVersionPermissionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddLayerVersionPermissionCommandInput;
|
|
48
|
+
output: AddLayerVersionPermissionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AddPermissionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
39
|
+
export declare class AddPermissionCommand extends AddPermissionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddPermissionRequest;
|
|
43
|
+
output: AddPermissionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddPermissionCommandInput;
|
|
47
|
+
output: AddPermissionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateAliasCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateAliasCommand extends CreateAliasCommand_base {
|
|
36
|
+
export declare class CreateAliasCommand extends CreateAliasCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateAliasRequest;
|
|
40
|
+
output: AliasConfiguration;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateAliasCommandInput;
|
|
44
|
+
output: CreateAliasCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCodeSigningConfigCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {
|
|
40
|
+
export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCodeSigningConfigRequest;
|
|
44
|
+
output: CreateCodeSigningConfigResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCodeSigningConfigCommandInput;
|
|
48
|
+
output: CreateCodeSigningConfigCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateEventSourceMappingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {
|
|
40
|
+
export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateEventSourceMappingRequest;
|
|
44
|
+
output: EventSourceMappingConfiguration;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateEventSourceMappingCommandInput;
|
|
48
|
+
output: CreateEventSourceMappingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|