awsv1

package
v0.0.0-...-0f6a5af Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_resolver_aws_v1_aws_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AutoscalingGroupName

type AutoscalingGroupName struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Region  string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoscalingGroupName) Descriptor deprecated

func (*AutoscalingGroupName) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingGroupName.ProtoReflect.Descriptor instead.

func (*AutoscalingGroupName) GetAccount

func (x *AutoscalingGroupName) GetAccount() string

func (*AutoscalingGroupName) GetName

func (x *AutoscalingGroupName) GetName() string

func (*AutoscalingGroupName) GetRegion

func (x *AutoscalingGroupName) GetRegion() string

func (*AutoscalingGroupName) ProtoMessage

func (*AutoscalingGroupName) ProtoMessage()

func (*AutoscalingGroupName) ProtoReflect

func (x *AutoscalingGroupName) ProtoReflect() protoreflect.Message

func (*AutoscalingGroupName) Reset

func (x *AutoscalingGroupName) Reset()

func (*AutoscalingGroupName) String

func (x *AutoscalingGroupName) String() string

func (*AutoscalingGroupName) Validate

func (m *AutoscalingGroupName) Validate() error

Validate checks the field values on AutoscalingGroupName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AutoscalingGroupName) ValidateAll

func (m *AutoscalingGroupName) ValidateAll() error

ValidateAll checks the field values on AutoscalingGroupName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AutoscalingGroupNameMultiError, or nil if none found.

type AutoscalingGroupNameMultiError

type AutoscalingGroupNameMultiError []error

AutoscalingGroupNameMultiError is an error wrapping multiple validation errors returned by AutoscalingGroupName.ValidateAll() if the designated constraints aren't met.

func (AutoscalingGroupNameMultiError) AllErrors

func (m AutoscalingGroupNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AutoscalingGroupNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AutoscalingGroupNameValidationError

type AutoscalingGroupNameValidationError struct {
	// contains filtered or unexported fields
}

AutoscalingGroupNameValidationError is the validation error returned by AutoscalingGroupName.Validate if the designated constraints aren't met.

func (AutoscalingGroupNameValidationError) Cause

Cause function returns cause value.

func (AutoscalingGroupNameValidationError) Error

Error satisfies the builtin error interface

func (AutoscalingGroupNameValidationError) ErrorName

ErrorName returns error name.

func (AutoscalingGroupNameValidationError) Field

Field function returns field value.

func (AutoscalingGroupNameValidationError) Key

Key function returns key value.

func (AutoscalingGroupNameValidationError) Reason

Reason function returns reason value.

type DynamodbTableName

type DynamodbTableName struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Region  string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamodbTableName) Descriptor deprecated

func (*DynamodbTableName) Descriptor() ([]byte, []int)

Deprecated: Use DynamodbTableName.ProtoReflect.Descriptor instead.

func (*DynamodbTableName) GetAccount

func (x *DynamodbTableName) GetAccount() string

func (*DynamodbTableName) GetName

func (x *DynamodbTableName) GetName() string

func (*DynamodbTableName) GetRegion

func (x *DynamodbTableName) GetRegion() string

func (*DynamodbTableName) ProtoMessage

func (*DynamodbTableName) ProtoMessage()

func (*DynamodbTableName) ProtoReflect

func (x *DynamodbTableName) ProtoReflect() protoreflect.Message

func (*DynamodbTableName) Reset

func (x *DynamodbTableName) Reset()

func (*DynamodbTableName) String

func (x *DynamodbTableName) String() string

func (*DynamodbTableName) Validate

func (m *DynamodbTableName) Validate() error

Validate checks the field values on DynamodbTableName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DynamodbTableName) ValidateAll

func (m *DynamodbTableName) ValidateAll() error

ValidateAll checks the field values on DynamodbTableName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DynamodbTableNameMultiError, or nil if none found.

type DynamodbTableNameMultiError

type DynamodbTableNameMultiError []error

DynamodbTableNameMultiError is an error wrapping multiple validation errors returned by DynamodbTableName.ValidateAll() if the designated constraints aren't met.

func (DynamodbTableNameMultiError) AllErrors

func (m DynamodbTableNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DynamodbTableNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DynamodbTableNameValidationError

type DynamodbTableNameValidationError struct {
	// contains filtered or unexported fields
}

DynamodbTableNameValidationError is the validation error returned by DynamodbTableName.Validate if the designated constraints aren't met.

func (DynamodbTableNameValidationError) Cause

Cause function returns cause value.

func (DynamodbTableNameValidationError) Error

Error satisfies the builtin error interface

func (DynamodbTableNameValidationError) ErrorName

ErrorName returns error name.

func (DynamodbTableNameValidationError) Field

Field function returns field value.

func (DynamodbTableNameValidationError) Key

Key function returns key value.

func (DynamodbTableNameValidationError) Reason

Reason function returns reason value.

type InstanceID

type InstanceID struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Region  string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceID) Descriptor deprecated

func (*InstanceID) Descriptor() ([]byte, []int)

Deprecated: Use InstanceID.ProtoReflect.Descriptor instead.

func (*InstanceID) GetAccount

func (x *InstanceID) GetAccount() string

func (*InstanceID) GetId

func (x *InstanceID) GetId() string

func (*InstanceID) GetRegion

func (x *InstanceID) GetRegion() string

func (*InstanceID) ProtoMessage

func (*InstanceID) ProtoMessage()

func (*InstanceID) ProtoReflect

func (x *InstanceID) ProtoReflect() protoreflect.Message

func (*InstanceID) Reset

func (x *InstanceID) Reset()

func (*InstanceID) String

func (x *InstanceID) String() string

func (*InstanceID) Validate

func (m *InstanceID) Validate() error

Validate checks the field values on InstanceID with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InstanceID) ValidateAll

func (m *InstanceID) ValidateAll() error

ValidateAll checks the field values on InstanceID with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstanceIDMultiError, or nil if none found.

type InstanceIDMultiError

type InstanceIDMultiError []error

InstanceIDMultiError is an error wrapping multiple validation errors returned by InstanceID.ValidateAll() if the designated constraints aren't met.

func (InstanceIDMultiError) AllErrors

func (m InstanceIDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstanceIDMultiError) Error

func (m InstanceIDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InstanceIDValidationError

type InstanceIDValidationError struct {
	// contains filtered or unexported fields
}

InstanceIDValidationError is the validation error returned by InstanceID.Validate if the designated constraints aren't met.

func (InstanceIDValidationError) Cause

func (e InstanceIDValidationError) Cause() error

Cause function returns cause value.

func (InstanceIDValidationError) Error

Error satisfies the builtin error interface

func (InstanceIDValidationError) ErrorName

func (e InstanceIDValidationError) ErrorName() string

ErrorName returns error name.

func (InstanceIDValidationError) Field

Field function returns field value.

func (InstanceIDValidationError) Key

Key function returns key value.

func (InstanceIDValidationError) Reason

func (e InstanceIDValidationError) Reason() string

Reason function returns reason value.

type KinesisStreamName

type KinesisStreamName struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Region  string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"`
	Account string `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*KinesisStreamName) Descriptor deprecated

func (*KinesisStreamName) Descriptor() ([]byte, []int)

Deprecated: Use KinesisStreamName.ProtoReflect.Descriptor instead.

func (*KinesisStreamName) GetAccount

func (x *KinesisStreamName) GetAccount() string

func (*KinesisStreamName) GetName

func (x *KinesisStreamName) GetName() string

func (*KinesisStreamName) GetRegion

func (x *KinesisStreamName) GetRegion() string

func (*KinesisStreamName) ProtoMessage

func (*KinesisStreamName) ProtoMessage()

func (*KinesisStreamName) ProtoReflect

func (x *KinesisStreamName) ProtoReflect() protoreflect.Message

func (*KinesisStreamName) Reset

func (x *KinesisStreamName) Reset()

func (*KinesisStreamName) String

func (x *KinesisStreamName) String() string

func (*KinesisStreamName) Validate

func (m *KinesisStreamName) Validate() error

Validate checks the field values on KinesisStreamName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*KinesisStreamName) ValidateAll

func (m *KinesisStreamName) ValidateAll() error

ValidateAll checks the field values on KinesisStreamName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in KinesisStreamNameMultiError, or nil if none found.

type KinesisStreamNameMultiError

type KinesisStreamNameMultiError []error

KinesisStreamNameMultiError is an error wrapping multiple validation errors returned by KinesisStreamName.ValidateAll() if the designated constraints aren't met.

func (KinesisStreamNameMultiError) AllErrors

func (m KinesisStreamNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KinesisStreamNameMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type KinesisStreamNameValidationError

type KinesisStreamNameValidationError struct {
	// contains filtered or unexported fields
}

KinesisStreamNameValidationError is the validation error returned by KinesisStreamName.Validate if the designated constraints aren't met.

func (KinesisStreamNameValidationError) Cause

Cause function returns cause value.

func (KinesisStreamNameValidationError) Error

Error satisfies the builtin error interface

func (KinesisStreamNameValidationError) ErrorName

ErrorName returns error name.

func (KinesisStreamNameValidationError) Field

Field function returns field value.

func (KinesisStreamNameValidationError) Key

Key function returns key value.

func (KinesisStreamNameValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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