wait

package
v1.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_ACTIVE = kms.VERSIONSTATE_ACTIVE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_CREATING = kms.VERSIONSTATE_CREATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_KEY_MATERIAL_INVALID = kms.VERSIONSTATE_KEY_MATERIAL_INVALID
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_KEY_MATERIAL_UNAVAILABLE = kms.VERSIONSTATE_KEY_MATERIAL_UNAVAILABLE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_DISABLED = kms.VERSIONSTATE_DISABLED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	VERSIONSTATE_DESTROYED = kms.VERSIONSTATE_DESTROYED

	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYRINGSTATE_CREATING = kms.KEYRINGSTATE_CREATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYRINGSTATE_ACTIVE = kms.KEYRINGSTATE_ACTIVE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYRINGSTATE_DELETED = kms.KEYRINGSTATE_DELETED

	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	WRAPPINGKEYSTATE_ACTIVE = kms.WRAPPINGKEYSTATE_ACTIVE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	WRAPPINGKEYSTATE_CREATING = kms.WRAPPINGKEYSTATE_CREATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	WRAPPINGKEYSTATE_EXPIRED = kms.WRAPPINGKEYSTATE_EXPIRED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	WRAPPINGKEYSTATE_DELETED = kms.WRAPPINGKEYSTATE_DELETED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	WRAPPINGKEYSTATE_KEY_MATERIAL_UNAVAILABLE = kms.WRAPPINGKEYSTATE_KEY_MATERIAL_UNAVAILABLE

	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_ACTIVE = kms.KEYSTATE_ACTIVE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_DELETED = kms.KEYSTATE_DELETED
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_NOT_AVAILABLE = kms.KEYSTATE_NOT_AVAILABLE
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_ERRORS_EXIST = kms.KEYSTATE_ERRORS_EXIST
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_CREATING = kms.KEYSTATE_CREATING
	// Deprecated: symbol is not used anymore, use the packages enum instead, will be removed 2026-12, use `go fix` for automatic fixing
	//go:fix inline
	KEYSTATE_NO_VERSION = kms.KEYSTATE_NO_VERSION
)

Variables

This section is empty.

Functions

func CreateKeyRingWaitHandler

func CreateKeyRingWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId string) *wait.AsyncActionHandler[kms.KeyRing]

func CreateOrUpdateKeyWaitHandler

func CreateOrUpdateKeyWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId, keyId string) *wait.AsyncActionHandler[kms.Key]

func CreateWrappingKeyWaitHandler

func CreateWrappingKeyWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId, wrappingKeyId string) *wait.AsyncActionHandler[kms.WrappingKey]

func DeleteKeyWaitHandler

func DeleteKeyWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId, keyId string) *wait.AsyncActionHandler[kms.Key]

func DisableKeyVersionWaitHandler

func DisableKeyVersionWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId, keyId string, version int64) *wait.AsyncActionHandler[kms.Version]

func EnableKeyVersionWaitHandler

func EnableKeyVersionWaitHandler(ctx context.Context, client kms.DefaultAPI, projectId, region, keyRingId, keyId string, version int64) *wait.AsyncActionHandler[kms.Version]

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL