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
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
type AlertManagerDefinitionStatusCode string
// Enum values for AlertManagerDefinitionStatusCode
const (
// Definition is being created. Update/Deletion is disallowed until definition is
// ACTIVE and workspace status is ACTIVE.
AlertManagerDefinitionStatusCodeCreating AlertManagerDefinitionStatusCode = "CREATING"
// Definition has been created/updated. Update/Deletion is disallowed until
// definition is ACTIVE and workspace status is ACTIVE.
AlertManagerDefinitionStatusCodeActive AlertManagerDefinitionStatusCode = "ACTIVE"
// Definition is being updated. Update/Deletion is disallowed until definition is
// ACTIVE and workspace status is ACTIVE.
AlertManagerDefinitionStatusCodeUpdating AlertManagerDefinitionStatusCode = "UPDATING"
// Definition is being deleting. Update/Deletion is disallowed until definition is
// ACTIVE and workspace status is ACTIVE.
AlertManagerDefinitionStatusCodeDeleting AlertManagerDefinitionStatusCode = "DELETING"
// Definition creation failed.
AlertManagerDefinitionStatusCodeCreationFailed AlertManagerDefinitionStatusCode = "CREATION_FAILED"
// Definition update failed.
AlertManagerDefinitionStatusCodeUpdateFailed AlertManagerDefinitionStatusCode = "UPDATE_FAILED"
)
// Values returns all known values for AlertManagerDefinitionStatusCode. Note that
// this can be expanded in the future, and so it is only as up to date as the
// client. The ordering of this slice is not guaranteed to be stable across
// updates.
func (AlertManagerDefinitionStatusCode) Values() []AlertManagerDefinitionStatusCode {
return []AlertManagerDefinitionStatusCode{
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING",
"CREATION_FAILED",
"UPDATE_FAILED",
}
}
type LoggingConfigurationStatusCode string
// Enum values for LoggingConfigurationStatusCode
const (
// Logging configuration is being created. Update/Deletion is disallowed until
// logging configuration is ACTIVE and workspace status is ACTIVE.
LoggingConfigurationStatusCodeCreating LoggingConfigurationStatusCode = "CREATING"
// Logging configuration has been created/updated. Update/Deletion is disallowed
// until logging configuration is ACTIVE and workspace status is ACTIVE.
LoggingConfigurationStatusCodeActive LoggingConfigurationStatusCode = "ACTIVE"
// Logging configuration is being updated. Update/Deletion is disallowed until
// logging configuration is ACTIVE and workspace status is ACTIVE.
LoggingConfigurationStatusCodeUpdating LoggingConfigurationStatusCode = "UPDATING"
// Logging configuration is being deleting. Update/Deletion is disallowed until
// logging configuration is ACTIVE and workspace status is ACTIVE.
LoggingConfigurationStatusCodeDeleting LoggingConfigurationStatusCode = "DELETING"
// Logging configuration creation failed.
LoggingConfigurationStatusCodeCreationFailed LoggingConfigurationStatusCode = "CREATION_FAILED"
// Logging configuration update failed.
LoggingConfigurationStatusCodeUpdateFailed LoggingConfigurationStatusCode = "UPDATE_FAILED"
)
// Values returns all known values for LoggingConfigurationStatusCode. Note that
// this can be expanded in the future, and so it is only as up to date as the
// client. The ordering of this slice is not guaranteed to be stable across
// updates.
func (LoggingConfigurationStatusCode) Values() []LoggingConfigurationStatusCode {
return []LoggingConfigurationStatusCode{
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING",
"CREATION_FAILED",
"UPDATE_FAILED",
}
}
type RuleGroupsNamespaceStatusCode string
// Enum values for RuleGroupsNamespaceStatusCode
const (
// Namespace is being created. Update/Deletion is disallowed until namespace is
// ACTIVE and workspace status is ACTIVE.
RuleGroupsNamespaceStatusCodeCreating RuleGroupsNamespaceStatusCode = "CREATING"
// Namespace has been created/updated. Update/Deletion is disallowed until
// namespace is ACTIVE and workspace status is ACTIVE.
RuleGroupsNamespaceStatusCodeActive RuleGroupsNamespaceStatusCode = "ACTIVE"
// Namespace is being updated. Update/Deletion is disallowed until namespace is
// ACTIVE and workspace status is ACTIVE.
RuleGroupsNamespaceStatusCodeUpdating RuleGroupsNamespaceStatusCode = "UPDATING"
// Namespace is being deleting. Update/Deletion is disallowed until namespace is
// ACTIVE and workspace status is ACTIVE.
RuleGroupsNamespaceStatusCodeDeleting RuleGroupsNamespaceStatusCode = "DELETING"
// Namespace creation failed.
RuleGroupsNamespaceStatusCodeCreationFailed RuleGroupsNamespaceStatusCode = "CREATION_FAILED"
// Namespace update failed.
RuleGroupsNamespaceStatusCodeUpdateFailed RuleGroupsNamespaceStatusCode = "UPDATE_FAILED"
)
// Values returns all known values for RuleGroupsNamespaceStatusCode. Note that
// this can be expanded in the future, and so it is only as up to date as the
// client. The ordering of this slice is not guaranteed to be stable across
// updates.
func (RuleGroupsNamespaceStatusCode) Values() []RuleGroupsNamespaceStatusCode {
return []RuleGroupsNamespaceStatusCode{
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING",
"CREATION_FAILED",
"UPDATE_FAILED",
}
}
type ScraperStatusCode string
// Enum values for ScraperStatusCode
const (
// Scraper is being created. Deletion is disallowed until status is ACTIVE.
ScraperStatusCodeCreating ScraperStatusCode = "CREATING"
// Scraper has been created and is usable.
ScraperStatusCodeActive ScraperStatusCode = "ACTIVE"
// Scraper is being deleted. Deletions are allowed only when status is ACTIVE.
ScraperStatusCodeDeleting ScraperStatusCode = "DELETING"
// Scraper creation failed.
ScraperStatusCodeCreationFailed ScraperStatusCode = "CREATION_FAILED"
// Scraper deletion failed.
ScraperStatusCodeDeletionFailed ScraperStatusCode = "DELETION_FAILED"
)
// Values returns all known values for ScraperStatusCode. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (ScraperStatusCode) Values() []ScraperStatusCode {
return []ScraperStatusCode{
"CREATING",
"ACTIVE",
"DELETING",
"CREATION_FAILED",
"DELETION_FAILED",
}
}
type ValidationExceptionReason string
// Enum values for ValidationExceptionReason
const (
ValidationExceptionReasonUnknownOperation ValidationExceptionReason = "UNKNOWN_OPERATION"
ValidationExceptionReasonCannotParse ValidationExceptionReason = "CANNOT_PARSE"
ValidationExceptionReasonFieldValidationFailed ValidationExceptionReason = "FIELD_VALIDATION_FAILED"
ValidationExceptionReasonOther ValidationExceptionReason = "OTHER"
)
// Values returns all known values for ValidationExceptionReason. Note that this
// can be expanded in the future, and so it is only as up to date as the client.
// The ordering of this slice is not guaranteed to be stable across updates.
func (ValidationExceptionReason) Values() []ValidationExceptionReason {
return []ValidationExceptionReason{
"UNKNOWN_OPERATION",
"CANNOT_PARSE",
"FIELD_VALIDATION_FAILED",
"OTHER",
}
}
type WorkspaceStatusCode string
// Enum values for WorkspaceStatusCode
const (
// Workspace is being created. Deletion is disallowed until status is ACTIVE.
WorkspaceStatusCodeCreating WorkspaceStatusCode = "CREATING"
// Workspace has been created and is usable.
WorkspaceStatusCodeActive WorkspaceStatusCode = "ACTIVE"
// Workspace is being updated. Updates are allowed only when status is ACTIVE.
WorkspaceStatusCodeUpdating WorkspaceStatusCode = "UPDATING"
// Workspace is being deleted. Deletions are allowed only when status is ACTIVE.
WorkspaceStatusCodeDeleting WorkspaceStatusCode = "DELETING"
// Workspace creation failed. Refer to WorkspaceStatus.failureReason for more
// details.
WorkspaceStatusCodeCreationFailed WorkspaceStatusCode = "CREATION_FAILED"
)
// Values returns all known values for WorkspaceStatusCode. Note that this can be
// expanded in the future, and so it is only as up to date as the client. The
// ordering of this slice is not guaranteed to be stable across updates.
func (WorkspaceStatusCode) Values() []WorkspaceStatusCode {
return []WorkspaceStatusCode{
"CREATING",
"ACTIVE",
"UPDATING",
"DELETING",
"CREATION_FAILED",
}
}
|