# Functions
GetOpTypeAndResourceNameFromOpID guesses the resource name and type of operation from the OperationID.
No description provided by the author
NewCRD returns a pointer to a new `ackmodel.CRD` struct that describes a single top-level resource in an AWS service API.
NewEnumDef returns a pointer to an `ackmodel.EnumDef` struct representing a constrained string value field.
NewSDKHelper returns a new SDKHelper object.
No description provided by the author
ReplacePkgName accepts a type string (`subject`), as returned by `aws-sdk-go/private/model/api:Shape.GoTypeWithPkgName()` and replaces the package name of the aws-sdk-go SDK API (e.g.
# Constants
ConflictingNameSuffix is appended to type names when they overlap with well-known common struct names for things like a CRD itself, or its Spec/Status subfield struct type name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CRD describes a single top-level resource in an AWS service API.
EnumDef is the definition of an enumeration type for a field present in either a CRD or a TypeDef.
No description provided by the author
Field represents a single field in the CRD's Spec or Status objects.
Ops are the CRUD operations controlling a particular resource.
PrinterColumn represents a single field in the CRD's Spec or Status objects.
SDKAPI contains an API model for a single AWS service API.
SDKHelper is a helper struct that helps work with the aws-sdk-go models and API model loader.
TypeDef is a Go type definition for structs that are member fields of the Spec or Status structs in Custom Resource Definitions (CRDs).