Documentation
¶
Overview ¶
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_fetching_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_resource_file.tmpl
AUTOGENERATED CODE DO NOT EDIT This file is automatically generated from /internal/codegen/templates/aws_referenced_resource_file.tmpl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeadLetterConfig ¶
type DeadLetterConfig struct {
TargetArn string `` /* 185-byte string literal not displayed */
}
type EphemeralStorage ¶
type EphemeralStorage struct {
Size int32 `bson:"size,omitempty" ion:"size" dynamodbav:"size,omitempty" parquet:"name=size,type=INT32" json:"size,omitempty" diff:"size"`
}
type FileSystemConfig ¶
type Function ¶
type Function struct {
Architectures []string `` /* 241-byte string literal not displayed */
CodeSha256 string `` /* 191-byte string literal not displayed */
CodeSize int64 `` /* 155-byte string literal not displayed */
DeadLetterConfig *DeadLetterConfig `` /* 198-byte string literal not displayed */
Description string `` /* 191-byte string literal not displayed */
EphemeralStorage *EphemeralStorage `` /* 192-byte string literal not displayed */
FileSystemConfigs []*FileSystemConfig `` /* 232-byte string literal not displayed */
FunctionArn string `` /* 237-byte string literal not displayed */
FunctionName string `` /* 203-byte string literal not displayed */
Handler string `` /* 167-byte string literal not displayed */
ImageConfigResponse *ImageConfigResponse `` /* 216-byte string literal not displayed */
KMSKeyArn string `` /* 191-byte string literal not displayed */
LastModified string `` /* 203-byte string literal not displayed */
LastUpdateStatus string `` /* 233-byte string literal not displayed */
LastUpdateStatusReason string `` /* 275-byte string literal not displayed */
LastUpdateStatusReasonCode string `` /* 305-byte string literal not displayed */
Layers []*Layer `` /* 154-byte string literal not displayed */
MasterArn string `` /* 185-byte string literal not displayed */
MemorySize int32 `` /* 167-byte string literal not displayed */
PackageType string `` /* 197-byte string literal not displayed */
RevisionId string `` /* 191-byte string literal not displayed */
Role string `` /* 149-byte string literal not displayed */
Runtime string `` /* 167-byte string literal not displayed */
SigningJobArn string `` /* 215-byte string literal not displayed */
SigningProfileVersionArn string `` /* 287-byte string literal not displayed */
State string `` /* 155-byte string literal not displayed */
StateReason string `` /* 197-byte string literal not displayed */
StateReasonCode string `` /* 227-byte string literal not displayed */
Timeout int32 `` /* 143-byte string literal not displayed */
TracingConfig *TracingConfigResponse `` /* 174-byte string literal not displayed */
Version string `` /* 167-byte string literal not displayed */
VpcConfig *VpcConfigResponse `` /* 150-byte string literal not displayed */
AccountId string `` /* 185-byte string literal not displayed */
Region string `` /* 161-byte string literal not displayed */
ReportTime int64 `` /* 208-byte string literal not displayed */
InventoryUUID string `` /* 152-byte string literal not displayed */
}
func FetchFunctions ¶
func FetchFunctions(ctx context.Context, params *aws.AwsFetchInput) ([]*Function, *aws.AwsFetchOutputMetadata)
type ImageConfig ¶
type ImageConfigError ¶
type ImageConfigResponse ¶
type ImageConfigResponse struct {
Error *ImageConfigError `bson:"error,omitempty" ion:"error" dynamodbav:"error,omitempty" parquet:"name=error" json:"error,omitempty" diff:"error"`
ImageConfig *ImageConfig `` /* 162-byte string literal not displayed */
}
type TracingConfigResponse ¶
type TracingConfigResponse struct {
Mode string `` /* 149-byte string literal not displayed */
}
type VpcConfigResponse ¶
Click to show internal directories.
Click to hide internal directories.