Versions in this module Expand all Collapse all v0 v0.1.0 Dec 26, 2023 v0.0.1 Dec 26, 2023 Changes in this version + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeResourceNotFoundException + const ErrCodeServiceQuotaExceededException + const ErrCodeValidationException + const ServiceID + const ServiceName + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type CloudFrontKeyValueStore struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CloudFrontKeyValueStore + func (c *CloudFrontKeyValueStore) DeleteKey(input *DeleteKeyInput) (*DeleteKeyOutput, error) + func (c *CloudFrontKeyValueStore) DeleteKeyRequest(input *DeleteKeyInput) (req *request.Request, output *DeleteKeyOutput) + func (c *CloudFrontKeyValueStore) DeleteKeyWithContext(ctx aws.Context, input *DeleteKeyInput, opts ...request.Option) (*DeleteKeyOutput, error) + func (c *CloudFrontKeyValueStore) DescribeKeyValueStore(input *DescribeKeyValueStoreInput) (*DescribeKeyValueStoreOutput, error) + func (c *CloudFrontKeyValueStore) DescribeKeyValueStoreRequest(input *DescribeKeyValueStoreInput) (req *request.Request, output *DescribeKeyValueStoreOutput) + func (c *CloudFrontKeyValueStore) DescribeKeyValueStoreWithContext(ctx aws.Context, input *DescribeKeyValueStoreInput, opts ...request.Option) (*DescribeKeyValueStoreOutput, error) + func (c *CloudFrontKeyValueStore) GetKey(input *GetKeyInput) (*GetKeyOutput, error) + func (c *CloudFrontKeyValueStore) GetKeyRequest(input *GetKeyInput) (req *request.Request, output *GetKeyOutput) + func (c *CloudFrontKeyValueStore) GetKeyWithContext(ctx aws.Context, input *GetKeyInput, opts ...request.Option) (*GetKeyOutput, error) + func (c *CloudFrontKeyValueStore) ListKeys(input *ListKeysInput) (*ListKeysOutput, error) + func (c *CloudFrontKeyValueStore) ListKeysPages(input *ListKeysInput, fn func(*ListKeysOutput, bool) bool) error + func (c *CloudFrontKeyValueStore) ListKeysPagesWithContext(ctx aws.Context, input *ListKeysInput, fn func(*ListKeysOutput, bool) bool, ...) error + func (c *CloudFrontKeyValueStore) ListKeysRequest(input *ListKeysInput) (req *request.Request, output *ListKeysOutput) + func (c *CloudFrontKeyValueStore) ListKeysWithContext(ctx aws.Context, input *ListKeysInput, opts ...request.Option) (*ListKeysOutput, error) + func (c *CloudFrontKeyValueStore) PutKey(input *PutKeyInput) (*PutKeyOutput, error) + func (c *CloudFrontKeyValueStore) PutKeyRequest(input *PutKeyInput) (req *request.Request, output *PutKeyOutput) + func (c *CloudFrontKeyValueStore) PutKeyWithContext(ctx aws.Context, input *PutKeyInput, opts ...request.Option) (*PutKeyOutput, error) + func (c *CloudFrontKeyValueStore) UpdateKeys(input *UpdateKeysInput) (*UpdateKeysOutput, error) + func (c *CloudFrontKeyValueStore) UpdateKeysRequest(input *UpdateKeysInput) (req *request.Request, output *UpdateKeysOutput) + func (c *CloudFrontKeyValueStore) UpdateKeysWithContext(ctx aws.Context, input *UpdateKeysInput, opts ...request.Option) (*UpdateKeysOutput, error) + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type DeleteKeyInput struct + IfMatch *string + Key *string + KvsARN *string + func (s *DeleteKeyInput) SetIfMatch(v string) *DeleteKeyInput + func (s *DeleteKeyInput) SetKey(v string) *DeleteKeyInput + func (s *DeleteKeyInput) SetKvsARN(v string) *DeleteKeyInput + func (s *DeleteKeyInput) Validate() error + func (s DeleteKeyInput) GoString() string + func (s DeleteKeyInput) String() string + type DeleteKeyOutput struct + ETag *string + ItemCount *int64 + TotalSizeInBytes *int64 + func (s *DeleteKeyOutput) SetETag(v string) *DeleteKeyOutput + func (s *DeleteKeyOutput) SetItemCount(v int64) *DeleteKeyOutput + func (s *DeleteKeyOutput) SetTotalSizeInBytes(v int64) *DeleteKeyOutput + func (s DeleteKeyOutput) GoString() string + func (s DeleteKeyOutput) String() string + type DeleteKeyRequestListItem struct + Key *string + func (s *DeleteKeyRequestListItem) SetKey(v string) *DeleteKeyRequestListItem + func (s *DeleteKeyRequestListItem) Validate() error + func (s DeleteKeyRequestListItem) GoString() string + func (s DeleteKeyRequestListItem) String() string + type DescribeKeyValueStoreInput struct + KvsARN *string + func (s *DescribeKeyValueStoreInput) SetKvsARN(v string) *DescribeKeyValueStoreInput + func (s *DescribeKeyValueStoreInput) Validate() error + func (s DescribeKeyValueStoreInput) GoString() string + func (s DescribeKeyValueStoreInput) String() string + type DescribeKeyValueStoreOutput struct + Created *time.Time + ETag *string + ItemCount *int64 + KvsARN *string + LastModified *time.Time + TotalSizeInBytes *int64 + func (s *DescribeKeyValueStoreOutput) SetCreated(v time.Time) *DescribeKeyValueStoreOutput + func (s *DescribeKeyValueStoreOutput) SetETag(v string) *DescribeKeyValueStoreOutput + func (s *DescribeKeyValueStoreOutput) SetItemCount(v int64) *DescribeKeyValueStoreOutput + func (s *DescribeKeyValueStoreOutput) SetKvsARN(v string) *DescribeKeyValueStoreOutput + func (s *DescribeKeyValueStoreOutput) SetLastModified(v time.Time) *DescribeKeyValueStoreOutput + func (s *DescribeKeyValueStoreOutput) SetTotalSizeInBytes(v int64) *DescribeKeyValueStoreOutput + func (s DescribeKeyValueStoreOutput) GoString() string + func (s DescribeKeyValueStoreOutput) String() string + type GetKeyInput struct + Key *string + KvsARN *string + func (s *GetKeyInput) SetKey(v string) *GetKeyInput + func (s *GetKeyInput) SetKvsARN(v string) *GetKeyInput + func (s *GetKeyInput) Validate() error + func (s GetKeyInput) GoString() string + func (s GetKeyInput) String() string + type GetKeyOutput struct + ItemCount *int64 + Key *string + TotalSizeInBytes *int64 + Value *string + func (s *GetKeyOutput) SetItemCount(v int64) *GetKeyOutput + func (s *GetKeyOutput) SetKey(v string) *GetKeyOutput + func (s *GetKeyOutput) SetTotalSizeInBytes(v int64) *GetKeyOutput + func (s *GetKeyOutput) SetValue(v string) *GetKeyOutput + func (s GetKeyOutput) GoString() string + func (s GetKeyOutput) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type ListKeysInput struct + KvsARN *string + MaxResults *int64 + NextToken *string + func (s *ListKeysInput) SetKvsARN(v string) *ListKeysInput + func (s *ListKeysInput) SetMaxResults(v int64) *ListKeysInput + func (s *ListKeysInput) SetNextToken(v string) *ListKeysInput + func (s *ListKeysInput) Validate() error + func (s ListKeysInput) GoString() string + func (s ListKeysInput) String() string + type ListKeysOutput struct + Items []*ListKeysResponseListItem + NextToken *string + func (s *ListKeysOutput) SetItems(v []*ListKeysResponseListItem) *ListKeysOutput + func (s *ListKeysOutput) SetNextToken(v string) *ListKeysOutput + func (s ListKeysOutput) GoString() string + func (s ListKeysOutput) String() string + type ListKeysResponseListItem struct + Key *string + Value *string + func (s *ListKeysResponseListItem) SetKey(v string) *ListKeysResponseListItem + func (s *ListKeysResponseListItem) SetValue(v string) *ListKeysResponseListItem + func (s ListKeysResponseListItem) GoString() string + func (s ListKeysResponseListItem) String() string + type PutKeyInput struct + IfMatch *string + Key *string + KvsARN *string + Value *string + func (s *PutKeyInput) SetIfMatch(v string) *PutKeyInput + func (s *PutKeyInput) SetKey(v string) *PutKeyInput + func (s *PutKeyInput) SetKvsARN(v string) *PutKeyInput + func (s *PutKeyInput) SetValue(v string) *PutKeyInput + func (s *PutKeyInput) Validate() error + func (s PutKeyInput) GoString() string + func (s PutKeyInput) String() string + type PutKeyOutput struct + ETag *string + ItemCount *int64 + TotalSizeInBytes *int64 + func (s *PutKeyOutput) SetETag(v string) *PutKeyOutput + func (s *PutKeyOutput) SetItemCount(v int64) *PutKeyOutput + func (s *PutKeyOutput) SetTotalSizeInBytes(v int64) *PutKeyOutput + func (s PutKeyOutput) GoString() string + func (s PutKeyOutput) String() string + type PutKeyRequestListItem struct + Key *string + Value *string + func (s *PutKeyRequestListItem) SetKey(v string) *PutKeyRequestListItem + func (s *PutKeyRequestListItem) SetValue(v string) *PutKeyRequestListItem + func (s *PutKeyRequestListItem) Validate() error + func (s PutKeyRequestListItem) GoString() string + func (s PutKeyRequestListItem) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type ServiceQuotaExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceQuotaExceededException) Code() string + func (s *ServiceQuotaExceededException) Error() string + func (s *ServiceQuotaExceededException) Message() string + func (s *ServiceQuotaExceededException) OrigErr() error + func (s *ServiceQuotaExceededException) RequestID() string + func (s *ServiceQuotaExceededException) StatusCode() int + func (s ServiceQuotaExceededException) GoString() string + func (s ServiceQuotaExceededException) String() string + type UpdateKeysInput struct + Deletes []*DeleteKeyRequestListItem + IfMatch *string + KvsARN *string + Puts []*PutKeyRequestListItem + func (s *UpdateKeysInput) SetDeletes(v []*DeleteKeyRequestListItem) *UpdateKeysInput + func (s *UpdateKeysInput) SetIfMatch(v string) *UpdateKeysInput + func (s *UpdateKeysInput) SetKvsARN(v string) *UpdateKeysInput + func (s *UpdateKeysInput) SetPuts(v []*PutKeyRequestListItem) *UpdateKeysInput + func (s *UpdateKeysInput) Validate() error + func (s UpdateKeysInput) GoString() string + func (s UpdateKeysInput) String() string + type UpdateKeysOutput struct + ETag *string + ItemCount *int64 + TotalSizeInBytes *int64 + func (s *UpdateKeysOutput) SetETag(v string) *UpdateKeysOutput + func (s *UpdateKeysOutput) SetItemCount(v int64) *UpdateKeysOutput + func (s *UpdateKeysOutput) SetTotalSizeInBytes(v int64) *UpdateKeysOutput + func (s UpdateKeysOutput) GoString() string + func (s UpdateKeysOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string