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 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package types
type ActiveDirectoryStatus string
// Enum values for ActiveDirectoryStatus
const (
ActiveDirectoryStatusAccessDenied ActiveDirectoryStatus = "ACCESS_DENIED"
ActiveDirectoryStatusDetached ActiveDirectoryStatus = "DETACHED"
ActiveDirectoryStatusJoined ActiveDirectoryStatus = "JOINED"
ActiveDirectoryStatusJoining ActiveDirectoryStatus = "JOINING"
ActiveDirectoryStatusNetworkError ActiveDirectoryStatus = "NETWORK_ERROR"
ActiveDirectoryStatusTimeout ActiveDirectoryStatus = "TIMEOUT"
ActiveDirectoryStatusUnknownError ActiveDirectoryStatus = "UNKNOWN_ERROR"
)
// Values returns all known values for ActiveDirectoryStatus. 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 (ActiveDirectoryStatus) Values() []ActiveDirectoryStatus {
return []ActiveDirectoryStatus{
"ACCESS_DENIED",
"DETACHED",
"JOINED",
"JOINING",
"NETWORK_ERROR",
"TIMEOUT",
"UNKNOWN_ERROR",
}
}
type AvailabilityMonitorTestStatus string
// Enum values for AvailabilityMonitorTestStatus
const (
AvailabilityMonitorTestStatusComplete AvailabilityMonitorTestStatus = "COMPLETE"
AvailabilityMonitorTestStatusFailed AvailabilityMonitorTestStatus = "FAILED"
AvailabilityMonitorTestStatusPending AvailabilityMonitorTestStatus = "PENDING"
)
// Values returns all known values for AvailabilityMonitorTestStatus. 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 (AvailabilityMonitorTestStatus) Values() []AvailabilityMonitorTestStatus {
return []AvailabilityMonitorTestStatus{
"COMPLETE",
"FAILED",
"PENDING",
}
}
type CaseSensitivity string
// Enum values for CaseSensitivity
const (
CaseSensitivityClientSpecified CaseSensitivity = "ClientSpecified"
CaseSensitivityCaseSensitive CaseSensitivity = "CaseSensitive"
)
// Values returns all known values for CaseSensitivity. 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 (CaseSensitivity) Values() []CaseSensitivity {
return []CaseSensitivity{
"ClientSpecified",
"CaseSensitive",
}
}
type ErrorCode string
// Enum values for ErrorCode
const (
ErrorCodeActivationKeyExpired ErrorCode = "ActivationKeyExpired"
ErrorCodeActivationKeyInvalid ErrorCode = "ActivationKeyInvalid"
ErrorCodeActivationKeyNotFound ErrorCode = "ActivationKeyNotFound"
ErrorCodeGatewayInternalError ErrorCode = "GatewayInternalError"
ErrorCodeGatewayNotConnected ErrorCode = "GatewayNotConnected"
ErrorCodeGatewayNotFound ErrorCode = "GatewayNotFound"
ErrorCodeGatewayProxyNetworkConnectionBusy ErrorCode = "GatewayProxyNetworkConnectionBusy"
ErrorCodeAuthenticationFailure ErrorCode = "AuthenticationFailure"
ErrorCodeBandwidthThrottleScheduleNotFound ErrorCode = "BandwidthThrottleScheduleNotFound"
ErrorCodeBlocked ErrorCode = "Blocked"
ErrorCodeCannotExportSnapshot ErrorCode = "CannotExportSnapshot"
ErrorCodeChapCredentialNotFound ErrorCode = "ChapCredentialNotFound"
ErrorCodeDiskAlreadyAllocated ErrorCode = "DiskAlreadyAllocated"
ErrorCodeDiskDoesNotExist ErrorCode = "DiskDoesNotExist"
ErrorCodeDiskSizeGreaterThanVolumeMaxSize ErrorCode = "DiskSizeGreaterThanVolumeMaxSize"
ErrorCodeDiskSizeLessThanVolumeSize ErrorCode = "DiskSizeLessThanVolumeSize"
ErrorCodeDiskSizeNotGigAligned ErrorCode = "DiskSizeNotGigAligned"
ErrorCodeDuplicateCertificateInfo ErrorCode = "DuplicateCertificateInfo"
ErrorCodeDuplicateSchedule ErrorCode = "DuplicateSchedule"
ErrorCodeEndpointNotFound ErrorCode = "EndpointNotFound"
ErrorCodeIAMNotSupported ErrorCode = "IAMNotSupported"
ErrorCodeInitiatorInvalid ErrorCode = "InitiatorInvalid"
ErrorCodeInitiatorNotFound ErrorCode = "InitiatorNotFound"
ErrorCodeInternalError ErrorCode = "InternalError"
ErrorCodeInvalidGateway ErrorCode = "InvalidGateway"
ErrorCodeInvalidEndpoint ErrorCode = "InvalidEndpoint"
ErrorCodeInvalidParameters ErrorCode = "InvalidParameters"
ErrorCodeInvalidSchedule ErrorCode = "InvalidSchedule"
ErrorCodeLocalStorageLimitExceeded ErrorCode = "LocalStorageLimitExceeded"
ErrorCodeLunAlreadyAllocated ErrorCode = "LunAlreadyAllocated "
ErrorCodeLunInvalid ErrorCode = "LunInvalid"
ErrorCodeJoinDomainInProgress ErrorCode = "JoinDomainInProgress"
ErrorCodeMaximumContentLengthExceeded ErrorCode = "MaximumContentLengthExceeded"
ErrorCodeMaximumTapeCartridgeCountExceeded ErrorCode = "MaximumTapeCartridgeCountExceeded"
ErrorCodeMaximumVolumeCountExceeded ErrorCode = "MaximumVolumeCountExceeded"
ErrorCodeNetworkConfigurationChanged ErrorCode = "NetworkConfigurationChanged"
ErrorCodeNoDisksAvailable ErrorCode = "NoDisksAvailable"
ErrorCodeNotImplemented ErrorCode = "NotImplemented"
ErrorCodeNotSupported ErrorCode = "NotSupported"
ErrorCodeOperationAborted ErrorCode = "OperationAborted"
ErrorCodeOutdatedGateway ErrorCode = "OutdatedGateway"
ErrorCodeParametersNotImplemented ErrorCode = "ParametersNotImplemented"
ErrorCodeRegionInvalid ErrorCode = "RegionInvalid"
ErrorCodeRequestTimeout ErrorCode = "RequestTimeout"
ErrorCodeServiceUnavailable ErrorCode = "ServiceUnavailable"
ErrorCodeSnapshotDeleted ErrorCode = "SnapshotDeleted"
ErrorCodeSnapshotIdInvalid ErrorCode = "SnapshotIdInvalid"
ErrorCodeSnapshotInProgress ErrorCode = "SnapshotInProgress"
ErrorCodeSnapshotNotFound ErrorCode = "SnapshotNotFound"
ErrorCodeSnapshotScheduleNotFound ErrorCode = "SnapshotScheduleNotFound"
ErrorCodeStagingAreaFull ErrorCode = "StagingAreaFull"
ErrorCodeStorageFailure ErrorCode = "StorageFailure"
ErrorCodeTapeCartridgeNotFound ErrorCode = "TapeCartridgeNotFound"
ErrorCodeTargetAlreadyExists ErrorCode = "TargetAlreadyExists"
ErrorCodeTargetInvalid ErrorCode = "TargetInvalid"
ErrorCodeTargetNotFound ErrorCode = "TargetNotFound"
ErrorCodeUnauthorizedOperation ErrorCode = "UnauthorizedOperation"
ErrorCodeVolumeAlreadyExists ErrorCode = "VolumeAlreadyExists"
ErrorCodeVolumeIdInvalid ErrorCode = "VolumeIdInvalid"
ErrorCodeVolumeInUse ErrorCode = "VolumeInUse"
ErrorCodeVolumeNotFound ErrorCode = "VolumeNotFound"
ErrorCodeVolumeNotReady ErrorCode = "VolumeNotReady"
)
// Values returns all known values for ErrorCode. 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 (ErrorCode) Values() []ErrorCode {
return []ErrorCode{
"ActivationKeyExpired",
"ActivationKeyInvalid",
"ActivationKeyNotFound",
"GatewayInternalError",
"GatewayNotConnected",
"GatewayNotFound",
"GatewayProxyNetworkConnectionBusy",
"AuthenticationFailure",
"BandwidthThrottleScheduleNotFound",
"Blocked",
"CannotExportSnapshot",
"ChapCredentialNotFound",
"DiskAlreadyAllocated",
"DiskDoesNotExist",
"DiskSizeGreaterThanVolumeMaxSize",
"DiskSizeLessThanVolumeSize",
"DiskSizeNotGigAligned",
"DuplicateCertificateInfo",
"DuplicateSchedule",
"EndpointNotFound",
"IAMNotSupported",
"InitiatorInvalid",
"InitiatorNotFound",
"InternalError",
"InvalidGateway",
"InvalidEndpoint",
"InvalidParameters",
"InvalidSchedule",
"LocalStorageLimitExceeded",
"LunAlreadyAllocated ",
"LunInvalid",
"JoinDomainInProgress",
"MaximumContentLengthExceeded",
"MaximumTapeCartridgeCountExceeded",
"MaximumVolumeCountExceeded",
"NetworkConfigurationChanged",
"NoDisksAvailable",
"NotImplemented",
"NotSupported",
"OperationAborted",
"OutdatedGateway",
"ParametersNotImplemented",
"RegionInvalid",
"RequestTimeout",
"ServiceUnavailable",
"SnapshotDeleted",
"SnapshotIdInvalid",
"SnapshotInProgress",
"SnapshotNotFound",
"SnapshotScheduleNotFound",
"StagingAreaFull",
"StorageFailure",
"TapeCartridgeNotFound",
"TargetAlreadyExists",
"TargetInvalid",
"TargetNotFound",
"UnauthorizedOperation",
"VolumeAlreadyExists",
"VolumeIdInvalid",
"VolumeInUse",
"VolumeNotFound",
"VolumeNotReady",
}
}
type FileShareType string
// Enum values for FileShareType
const (
FileShareTypeNfs FileShareType = "NFS"
FileShareTypeSmb FileShareType = "SMB"
)
// Values returns all known values for FileShareType. 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 (FileShareType) Values() []FileShareType {
return []FileShareType{
"NFS",
"SMB",
}
}
type GatewayCapacity string
// Enum values for GatewayCapacity
const (
GatewayCapacitySmall GatewayCapacity = "Small"
GatewayCapacityMedium GatewayCapacity = "Medium"
GatewayCapacityLarge GatewayCapacity = "Large"
)
// Values returns all known values for GatewayCapacity. 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 (GatewayCapacity) Values() []GatewayCapacity {
return []GatewayCapacity{
"Small",
"Medium",
"Large",
}
}
type HostEnvironment string
// Enum values for HostEnvironment
const (
HostEnvironmentVmware HostEnvironment = "VMWARE"
HostEnvironmentHyperV HostEnvironment = "HYPER-V"
HostEnvironmentEc2 HostEnvironment = "EC2"
HostEnvironmentKvm HostEnvironment = "KVM"
HostEnvironmentOther HostEnvironment = "OTHER"
HostEnvironmentSnowball HostEnvironment = "SNOWBALL"
)
// Values returns all known values for HostEnvironment. 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 (HostEnvironment) Values() []HostEnvironment {
return []HostEnvironment{
"VMWARE",
"HYPER-V",
"EC2",
"KVM",
"OTHER",
"SNOWBALL",
}
}
type ObjectACL string
// Enum values for ObjectACL
const (
ObjectACLPrivate ObjectACL = "private"
ObjectACLPublicRead ObjectACL = "public-read"
ObjectACLPublicReadWrite ObjectACL = "public-read-write"
ObjectACLAuthenticatedRead ObjectACL = "authenticated-read"
ObjectACLBucketOwnerRead ObjectACL = "bucket-owner-read"
ObjectACLBucketOwnerFullControl ObjectACL = "bucket-owner-full-control"
ObjectACLAwsExecRead ObjectACL = "aws-exec-read"
)
// Values returns all known values for ObjectACL. 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 (ObjectACL) Values() []ObjectACL {
return []ObjectACL{
"private",
"public-read",
"public-read-write",
"authenticated-read",
"bucket-owner-read",
"bucket-owner-full-control",
"aws-exec-read",
}
}
type PoolStatus string
// Enum values for PoolStatus
const (
PoolStatusActive PoolStatus = "ACTIVE"
PoolStatusDeleted PoolStatus = "DELETED"
)
// Values returns all known values for PoolStatus. 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 (PoolStatus) Values() []PoolStatus {
return []PoolStatus{
"ACTIVE",
"DELETED",
}
}
type RetentionLockType string
// Enum values for RetentionLockType
const (
RetentionLockTypeCompliance RetentionLockType = "COMPLIANCE"
RetentionLockTypeGovernance RetentionLockType = "GOVERNANCE"
RetentionLockTypeNone RetentionLockType = "NONE"
)
// Values returns all known values for RetentionLockType. 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 (RetentionLockType) Values() []RetentionLockType {
return []RetentionLockType{
"COMPLIANCE",
"GOVERNANCE",
"NONE",
}
}
type SMBSecurityStrategy string
// Enum values for SMBSecurityStrategy
const (
SMBSecurityStrategyClientSpecified SMBSecurityStrategy = "ClientSpecified"
SMBSecurityStrategyMandatorySigning SMBSecurityStrategy = "MandatorySigning"
SMBSecurityStrategyMandatoryEncryption SMBSecurityStrategy = "MandatoryEncryption"
)
// Values returns all known values for SMBSecurityStrategy. 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 (SMBSecurityStrategy) Values() []SMBSecurityStrategy {
return []SMBSecurityStrategy{
"ClientSpecified",
"MandatorySigning",
"MandatoryEncryption",
}
}
type TapeStorageClass string
// Enum values for TapeStorageClass
const (
TapeStorageClassDeepArchive TapeStorageClass = "DEEP_ARCHIVE"
TapeStorageClassGlacier TapeStorageClass = "GLACIER"
)
// Values returns all known values for TapeStorageClass. 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 (TapeStorageClass) Values() []TapeStorageClass {
return []TapeStorageClass{
"DEEP_ARCHIVE",
"GLACIER",
}
}
|