Documentation ¶
Index ¶
- Constants
- func LexIntentDeleted(conn *lexmodelbuildingservice.LexModelBuildingService, intentId string) (*lexmodelbuildingservice.GetIntentVersionsOutput, error)
- func LexIntentStatus(conn *lexmodelbuildingservice.LexModelBuildingService, id string) resource.StateRefreshFunc
- func LexSlotTypeDeleted(conn *lexmodelbuildingservice.LexModelBuildingService, slotTypeId string) (*lexmodelbuildingservice.GetSlotTypeVersionsOutput, error)
- func LexSlotTypeStatus(conn *lexmodelbuildingservice.LexModelBuildingService, id string) resource.StateRefreshFunc
Constants ¶
View Source
const ( LexModelBuildingServiceStatusCreated = "Created" LexModelBuildingServiceStatusNotFound = "NotFound" LexModelBuildingServiceStatusUnknown = "Unknown" )
View Source
const ( LexSlotTypeDeleteTimeout = 5 * time.Minute LexIntentDeleteTimeout = 5 * time.Minute )
Variables ¶
This section is empty.
Functions ¶
func LexIntentDeleted ¶
func LexIntentDeleted(conn *lexmodelbuildingservice.LexModelBuildingService, intentId string) (*lexmodelbuildingservice.GetIntentVersionsOutput, error)
func LexIntentStatus ¶
func LexIntentStatus(conn *lexmodelbuildingservice.LexModelBuildingService, id string) resource.StateRefreshFunc
func LexSlotTypeDeleted ¶
func LexSlotTypeDeleted(conn *lexmodelbuildingservice.LexModelBuildingService, slotTypeId string) (*lexmodelbuildingservice.GetSlotTypeVersionsOutput, error)
func LexSlotTypeStatus ¶
func LexSlotTypeStatus(conn *lexmodelbuildingservice.LexModelBuildingService, id string) resource.StateRefreshFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.