evalphobia/aws-sdk-go-v2-wrapper

View on GitHub

Showing 1,082 of 1,082 total issues

exported method GetQueueURLRequest.ToInput should have comment or be unexported
Open

func (r GetQueueURLRequest) ToInput() *SDK.GetQueueUrlInput {
Severity: Minor
Found in sqs/client_op_get_queue_url.go by golint

exported type ListQueuesResult should have comment or be unexported
Open

type ListQueuesResult struct {
Severity: Minor
Found in sqs/client_op_list_queues.go by golint

exported type SetQueueAttributesResult should have comment or be unexported
Open

type SetQueueAttributesResult struct{}

exported method TransitionStorageClass.IsGlacier should have comment or be unexported
Open

func (v TransitionStorageClass) IsGlacier() bool {
Severity: Minor
Found in s3/type_enum.go by golint

exported type BulkEmailDestination should have comment or be unexported
Open

type BulkEmailDestination struct {
Severity: Minor
Found in ses/type.go by golint

exported method MessageTag.ToSDK should have comment or be unexported
Open

func (r MessageTag) ToSDK() SDK.MessageTag {
Severity: Minor
Found in ses/type.go by golint

exported type CreateQueueResult should have comment or be unexported
Open

type CreateQueueResult struct {
Severity: Minor
Found in sqs/client_op_create_queue.go by golint

exported function NewGetQueueAttributesResult should have comment or be unexported
Open

func NewGetQueueAttributesResult(o *SDK.GetQueueAttributesResponse) *GetQueueAttributesResult {

exported method ReceiveMessageRequest.ToInput should have comment or be unexported
Open

func (r ReceiveMessageRequest) ToInput() *SDK.ReceiveMessageInput {
Severity: Minor
Found in sqs/client_op_receive_message.go by golint

exported type SendMessageBatchResult should have comment or be unexported
Open

type SendMessageBatchResult struct {
Severity: Minor
Found in sqs/client_op_send_message_batch.go by golint

exported const QueueAttributeNameAll should have comment (or a comment on this block) or be unexported
Open

    QueueAttributeNameAll                                   QueueAttributeName = QueueAttributeName(SDK.QueueAttributeNameAll)
Severity: Minor
Found in sqs/type_enum.go by golint

exported type PutParameterResult should have comment or be unexported
Open

type PutParameterResult struct {
Severity: Minor
Found in ssm/client_op_put_parameter.go by golint

exported function NewPutParameterResult should have comment or be unexported
Open

func NewPutParameterResult(o *SDK.PutParameterResponse) *PutParameterResult {
Severity: Minor
Found in ssm/client_op_put_parameter.go by golint

exported type ParameterHistory should have comment or be unexported
Open

type ParameterHistory struct {
Severity: Minor
Found in ssm/type.go by golint

exported function NewGetParameterResult should have comment or be unexported
Open

func NewGetParameterResult(o *SDK.GetParameterResponse) *GetParameterResult {
Severity: Minor
Found in ssm/client_op_get_parameter.go by golint

exported method GetParameterHistoryRequest.ToInput should have comment or be unexported
Open

func (r GetParameterHistoryRequest) ToInput() *SDK.GetParameterHistoryInput {

exported method GetParameterRequest.ToInput should have comment or be unexported
Open

func (r GetParameterRequest) ToInput() *SDK.GetParameterInput {
Severity: Minor
Found in ssm/client_op_get_parameter.go by golint

exported type Tag should have comment or be unexported
Open

type Tag struct {
Severity: Minor
Found in ssm/type.go by golint

exported type ParameterTier should have comment or be unexported
Open

type ParameterTier string
Severity: Minor
Found in ssm/type_enum.go by golint

exported type GetParametersResult should have comment or be unexported
Open

type GetParametersResult struct {
Severity: Minor
Found in ssm/client_op_get_parameters.go by golint
Severity
Category
Status
Source
Language