-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathenums.go
323 lines (261 loc) · 12.4 KB
/
enums.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"). You may
// not use this file except in compliance with the License. A copy of the
// License is located at
//
// http://aws.amazon.com/apache2.0/
//
// or in the "license" file accompanying this file. This file is distributed
// on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
// express or implied. See the License for the specific language governing
// permissions and limitations under the License.
// Code generated by ack-generate. DO NOT EDIT.
package v1alpha1
type ApplicationLogLevel string
const (
ApplicationLogLevel_DEBUG ApplicationLogLevel = "DEBUG"
ApplicationLogLevel_ERROR ApplicationLogLevel = "ERROR"
ApplicationLogLevel_FATAL ApplicationLogLevel = "FATAL"
ApplicationLogLevel_INFO ApplicationLogLevel = "INFO"
ApplicationLogLevel_TRACE ApplicationLogLevel = "TRACE"
ApplicationLogLevel_WARN ApplicationLogLevel = "WARN"
)
type Architecture string
const (
Architecture_arm64 Architecture = "arm64"
Architecture_x86_64 Architecture = "x86_64"
)
type CodeSigningPolicy string
const (
CodeSigningPolicy_Enforce CodeSigningPolicy = "Enforce"
CodeSigningPolicy_Warn CodeSigningPolicy = "Warn"
)
type EndPointType string
const (
EndPointType_KAFKA_BOOTSTRAP_SERVERS EndPointType = "KAFKA_BOOTSTRAP_SERVERS"
)
type EventSourceMappingMetric string
const (
EventSourceMappingMetric_EventCount EventSourceMappingMetric = "EventCount"
)
type EventSourcePosition string
const (
EventSourcePosition_AT_TIMESTAMP EventSourcePosition = "AT_TIMESTAMP"
EventSourcePosition_LATEST EventSourcePosition = "LATEST"
EventSourcePosition_TRIM_HORIZON EventSourcePosition = "TRIM_HORIZON"
)
type FullDocument string
const (
FullDocument_Default FullDocument = "Default"
FullDocument_UpdateLookup FullDocument = "UpdateLookup"
)
type FunctionResponseType string
const (
FunctionResponseType_ReportBatchItemFailures FunctionResponseType = "ReportBatchItemFailures"
)
type FunctionURLAuthType string
const (
FunctionURLAuthType_AWS_IAM FunctionURLAuthType = "AWS_IAM"
FunctionURLAuthType_NONE FunctionURLAuthType = "NONE"
)
type FunctionVersion string
const (
FunctionVersion_ALL FunctionVersion = "ALL"
)
type InvocationType string
const (
InvocationType_DryRun InvocationType = "DryRun"
InvocationType_Event InvocationType = "Event"
InvocationType_RequestResponse InvocationType = "RequestResponse"
)
type InvokeMode string
const (
InvokeMode_BUFFERED InvokeMode = "BUFFERED"
InvokeMode_RESPONSE_STREAM InvokeMode = "RESPONSE_STREAM"
)
type LastUpdateStatus string
const (
LastUpdateStatus_Failed LastUpdateStatus = "Failed"
LastUpdateStatus_InProgress LastUpdateStatus = "InProgress"
LastUpdateStatus_Successful LastUpdateStatus = "Successful"
)
type LastUpdateStatusReasonCode string
const (
LastUpdateStatusReasonCode_DisabledKMSKey LastUpdateStatusReasonCode = "DisabledKMSKey"
LastUpdateStatusReasonCode_EFSIOError LastUpdateStatusReasonCode = "EFSIOError"
LastUpdateStatusReasonCode_EFSMountConnectivityError LastUpdateStatusReasonCode = "EFSMountConnectivityError"
LastUpdateStatusReasonCode_EFSMountFailure LastUpdateStatusReasonCode = "EFSMountFailure"
LastUpdateStatusReasonCode_EFSMountTimeout LastUpdateStatusReasonCode = "EFSMountTimeout"
LastUpdateStatusReasonCode_EniLimitExceeded LastUpdateStatusReasonCode = "EniLimitExceeded"
LastUpdateStatusReasonCode_FunctionError LastUpdateStatusReasonCode = "FunctionError"
LastUpdateStatusReasonCode_ImageAccessDenied LastUpdateStatusReasonCode = "ImageAccessDenied"
LastUpdateStatusReasonCode_ImageDeleted LastUpdateStatusReasonCode = "ImageDeleted"
LastUpdateStatusReasonCode_InsufficientRolePermissions LastUpdateStatusReasonCode = "InsufficientRolePermissions"
LastUpdateStatusReasonCode_InternalError LastUpdateStatusReasonCode = "InternalError"
LastUpdateStatusReasonCode_InvalidConfiguration LastUpdateStatusReasonCode = "InvalidConfiguration"
LastUpdateStatusReasonCode_InvalidImage LastUpdateStatusReasonCode = "InvalidImage"
LastUpdateStatusReasonCode_InvalidRuntime LastUpdateStatusReasonCode = "InvalidRuntime"
LastUpdateStatusReasonCode_InvalidSecurityGroup LastUpdateStatusReasonCode = "InvalidSecurityGroup"
LastUpdateStatusReasonCode_InvalidStateKMSKey LastUpdateStatusReasonCode = "InvalidStateKMSKey"
LastUpdateStatusReasonCode_InvalidSubnet LastUpdateStatusReasonCode = "InvalidSubnet"
LastUpdateStatusReasonCode_InvalidZipFileException LastUpdateStatusReasonCode = "InvalidZipFileException"
LastUpdateStatusReasonCode_KMSKeyAccessDenied LastUpdateStatusReasonCode = "KMSKeyAccessDenied"
LastUpdateStatusReasonCode_KMSKeyNotFound LastUpdateStatusReasonCode = "KMSKeyNotFound"
LastUpdateStatusReasonCode_SubnetOutOfIPAddresses LastUpdateStatusReasonCode = "SubnetOutOfIPAddresses"
)
type LogFormat string
const (
LogFormat_JSON LogFormat = "JSON"
LogFormat_Text LogFormat = "Text"
)
type LogType string
const (
LogType_None LogType = "None"
LogType_Tail LogType = "Tail"
)
type PackageType string
const (
PackageType_Image PackageType = "Image"
PackageType_Zip PackageType = "Zip"
)
type ProvisionedConcurrencyStatusEnum string
const (
ProvisionedConcurrencyStatusEnum_FAILED ProvisionedConcurrencyStatusEnum = "FAILED"
ProvisionedConcurrencyStatusEnum_IN_PROGRESS ProvisionedConcurrencyStatusEnum = "IN_PROGRESS"
ProvisionedConcurrencyStatusEnum_READY ProvisionedConcurrencyStatusEnum = "READY"
)
type RecursiveLoop string
const (
RecursiveLoop_Allow RecursiveLoop = "Allow"
RecursiveLoop_Terminate RecursiveLoop = "Terminate"
)
type ResponseStreamingInvocationType string
const (
ResponseStreamingInvocationType_DryRun ResponseStreamingInvocationType = "DryRun"
ResponseStreamingInvocationType_RequestResponse ResponseStreamingInvocationType = "RequestResponse"
)
type Runtime string
const (
Runtime_dotnet6 Runtime = "dotnet6"
Runtime_dotnet8 Runtime = "dotnet8"
Runtime_dotnetcore1_0 Runtime = "dotnetcore1.0"
Runtime_dotnetcore2_0 Runtime = "dotnetcore2.0"
Runtime_dotnetcore2_1 Runtime = "dotnetcore2.1"
Runtime_dotnetcore3_1 Runtime = "dotnetcore3.1"
Runtime_go1_x Runtime = "go1.x"
Runtime_java11 Runtime = "java11"
Runtime_java17 Runtime = "java17"
Runtime_java21 Runtime = "java21"
Runtime_java8 Runtime = "java8"
Runtime_java8_al2 Runtime = "java8.al2"
Runtime_nodejs Runtime = "nodejs"
Runtime_nodejs10_x Runtime = "nodejs10.x"
Runtime_nodejs12_x Runtime = "nodejs12.x"
Runtime_nodejs14_x Runtime = "nodejs14.x"
Runtime_nodejs16_x Runtime = "nodejs16.x"
Runtime_nodejs18_x Runtime = "nodejs18.x"
Runtime_nodejs20_x Runtime = "nodejs20.x"
Runtime_nodejs22_x Runtime = "nodejs22.x"
Runtime_nodejs4_3 Runtime = "nodejs4.3"
Runtime_nodejs4_3_edge Runtime = "nodejs4.3-edge"
Runtime_nodejs6_10 Runtime = "nodejs6.10"
Runtime_nodejs8_10 Runtime = "nodejs8.10"
Runtime_provided Runtime = "provided"
Runtime_provided_al2 Runtime = "provided.al2"
Runtime_provided_al2023 Runtime = "provided.al2023"
Runtime_python2_7 Runtime = "python2.7"
Runtime_python3_10 Runtime = "python3.10"
Runtime_python3_11 Runtime = "python3.11"
Runtime_python3_12 Runtime = "python3.12"
Runtime_python3_13 Runtime = "python3.13"
Runtime_python3_6 Runtime = "python3.6"
Runtime_python3_7 Runtime = "python3.7"
Runtime_python3_8 Runtime = "python3.8"
Runtime_python3_9 Runtime = "python3.9"
Runtime_ruby2_5 Runtime = "ruby2.5"
Runtime_ruby2_7 Runtime = "ruby2.7"
Runtime_ruby3_2 Runtime = "ruby3.2"
Runtime_ruby3_3 Runtime = "ruby3.3"
)
type SnapStartApplyOn string
const (
SnapStartApplyOn_None SnapStartApplyOn = "None"
SnapStartApplyOn_PublishedVersions SnapStartApplyOn = "PublishedVersions"
)
type SnapStartOptimizationStatus string
const (
SnapStartOptimizationStatus_Off SnapStartOptimizationStatus = "Off"
SnapStartOptimizationStatus_On SnapStartOptimizationStatus = "On"
)
type SourceAccessType string
const (
SourceAccessType_BASIC_AUTH SourceAccessType = "BASIC_AUTH"
SourceAccessType_CLIENT_CERTIFICATE_TLS_AUTH SourceAccessType = "CLIENT_CERTIFICATE_TLS_AUTH"
SourceAccessType_SASL_SCRAM_256_AUTH SourceAccessType = "SASL_SCRAM_256_AUTH"
SourceAccessType_SASL_SCRAM_512_AUTH SourceAccessType = "SASL_SCRAM_512_AUTH"
SourceAccessType_SERVER_ROOT_CA_CERTIFICATE SourceAccessType = "SERVER_ROOT_CA_CERTIFICATE"
SourceAccessType_VIRTUAL_HOST SourceAccessType = "VIRTUAL_HOST"
SourceAccessType_VPC_SECURITY_GROUP SourceAccessType = "VPC_SECURITY_GROUP"
SourceAccessType_VPC_SUBNET SourceAccessType = "VPC_SUBNET"
)
type State string
const (
State_Active State = "Active"
State_Failed State = "Failed"
State_Inactive State = "Inactive"
State_Pending State = "Pending"
)
type StateReasonCode string
const (
StateReasonCode_Creating StateReasonCode = "Creating"
StateReasonCode_DisabledKMSKey StateReasonCode = "DisabledKMSKey"
StateReasonCode_EFSIOError StateReasonCode = "EFSIOError"
StateReasonCode_EFSMountConnectivityError StateReasonCode = "EFSMountConnectivityError"
StateReasonCode_EFSMountFailure StateReasonCode = "EFSMountFailure"
StateReasonCode_EFSMountTimeout StateReasonCode = "EFSMountTimeout"
StateReasonCode_EniLimitExceeded StateReasonCode = "EniLimitExceeded"
StateReasonCode_FunctionError StateReasonCode = "FunctionError"
StateReasonCode_Idle StateReasonCode = "Idle"
StateReasonCode_ImageAccessDenied StateReasonCode = "ImageAccessDenied"
StateReasonCode_ImageDeleted StateReasonCode = "ImageDeleted"
StateReasonCode_InsufficientRolePermissions StateReasonCode = "InsufficientRolePermissions"
StateReasonCode_InternalError StateReasonCode = "InternalError"
StateReasonCode_InvalidConfiguration StateReasonCode = "InvalidConfiguration"
StateReasonCode_InvalidImage StateReasonCode = "InvalidImage"
StateReasonCode_InvalidRuntime StateReasonCode = "InvalidRuntime"
StateReasonCode_InvalidSecurityGroup StateReasonCode = "InvalidSecurityGroup"
StateReasonCode_InvalidStateKMSKey StateReasonCode = "InvalidStateKMSKey"
StateReasonCode_InvalidSubnet StateReasonCode = "InvalidSubnet"
StateReasonCode_InvalidZipFileException StateReasonCode = "InvalidZipFileException"
StateReasonCode_KMSKeyAccessDenied StateReasonCode = "KMSKeyAccessDenied"
StateReasonCode_KMSKeyNotFound StateReasonCode = "KMSKeyNotFound"
StateReasonCode_Restoring StateReasonCode = "Restoring"
StateReasonCode_SubnetOutOfIPAddresses StateReasonCode = "SubnetOutOfIPAddresses"
)
type SystemLogLevel string
const (
SystemLogLevel_DEBUG SystemLogLevel = "DEBUG"
SystemLogLevel_INFO SystemLogLevel = "INFO"
SystemLogLevel_WARN SystemLogLevel = "WARN"
)
type ThrottleReason string
const (
ThrottleReason_CallerRateLimitExceeded ThrottleReason = "CallerRateLimitExceeded"
ThrottleReason_ConcurrentInvocationLimitExceeded ThrottleReason = "ConcurrentInvocationLimitExceeded"
ThrottleReason_ConcurrentSnapshotCreateLimitExceeded ThrottleReason = "ConcurrentSnapshotCreateLimitExceeded"
ThrottleReason_FunctionInvocationRateLimitExceeded ThrottleReason = "FunctionInvocationRateLimitExceeded"
ThrottleReason_ReservedFunctionConcurrentInvocationLimitExceeded ThrottleReason = "ReservedFunctionConcurrentInvocationLimitExceeded"
ThrottleReason_ReservedFunctionInvocationRateLimitExceeded ThrottleReason = "ReservedFunctionInvocationRateLimitExceeded"
)
type TracingMode string
const (
TracingMode_Active TracingMode = "Active"
TracingMode_PassThrough TracingMode = "PassThrough"
)
type UpdateRuntimeOn string
const (
UpdateRuntimeOn_Auto UpdateRuntimeOn = "Auto"
UpdateRuntimeOn_FunctionUpdate UpdateRuntimeOn = "FunctionUpdate"
UpdateRuntimeOn_Manual UpdateRuntimeOn = "Manual"
)