Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const EndpointsID + const ErrCodeDecryptionFailure + const ErrCodeEncryptionFailure + const ErrCodeInternalServiceError + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidParameterException + const ErrCodeInvalidRequestException + const ErrCodeLimitExceededException + const ErrCodeMalformedPolicyDocumentException + const ErrCodePreconditionNotMetException + const ErrCodePublicPolicyException + const ErrCodeResourceExistsException + const ErrCodeResourceNotFoundException + const FilterNameStringTypeAll + const FilterNameStringTypeDescription + const FilterNameStringTypeName + const FilterNameStringTypeOwningService + const FilterNameStringTypePrimaryRegion + const FilterNameStringTypeTagKey + const FilterNameStringTypeTagValue + const ServiceID + const ServiceName + const SortOrderTypeAsc + const SortOrderTypeDesc + const StatusTypeFailed + const StatusTypeInProgress + const StatusTypeInSync + func FilterNameStringType_Values() []string + func SortOrderType_Values() []string + func StatusType_Values() []string + type CancelRotateSecretInput struct + SecretId *string + func (s *CancelRotateSecretInput) SetSecretId(v string) *CancelRotateSecretInput + func (s *CancelRotateSecretInput) Validate() error + func (s CancelRotateSecretInput) GoString() string + func (s CancelRotateSecretInput) String() string + type CancelRotateSecretOutput struct + ARN *string + Name *string + VersionId *string + func (s *CancelRotateSecretOutput) SetARN(v string) *CancelRotateSecretOutput + func (s *CancelRotateSecretOutput) SetName(v string) *CancelRotateSecretOutput + func (s *CancelRotateSecretOutput) SetVersionId(v string) *CancelRotateSecretOutput + func (s CancelRotateSecretOutput) GoString() string + func (s CancelRotateSecretOutput) String() string + type CreateSecretInput struct + AddReplicaRegions []*ReplicaRegionType + ClientRequestToken *string + Description *string + ForceOverwriteReplicaSecret *bool + KmsKeyId *string + Name *string + SecretBinary []byte + SecretString *string + Tags []*Tag + func (s *CreateSecretInput) SetAddReplicaRegions(v []*ReplicaRegionType) *CreateSecretInput + func (s *CreateSecretInput) SetClientRequestToken(v string) *CreateSecretInput + func (s *CreateSecretInput) SetDescription(v string) *CreateSecretInput + func (s *CreateSecretInput) SetForceOverwriteReplicaSecret(v bool) *CreateSecretInput + func (s *CreateSecretInput) SetKmsKeyId(v string) *CreateSecretInput + func (s *CreateSecretInput) SetName(v string) *CreateSecretInput + func (s *CreateSecretInput) SetSecretBinary(v []byte) *CreateSecretInput + func (s *CreateSecretInput) SetSecretString(v string) *CreateSecretInput + func (s *CreateSecretInput) SetTags(v []*Tag) *CreateSecretInput + func (s *CreateSecretInput) Validate() error + func (s CreateSecretInput) GoString() string + func (s CreateSecretInput) String() string + type CreateSecretOutput struct + ARN *string + Name *string + ReplicationStatus []*ReplicationStatusType + VersionId *string + func (s *CreateSecretOutput) SetARN(v string) *CreateSecretOutput + func (s *CreateSecretOutput) SetName(v string) *CreateSecretOutput + func (s *CreateSecretOutput) SetReplicationStatus(v []*ReplicationStatusType) *CreateSecretOutput + func (s *CreateSecretOutput) SetVersionId(v string) *CreateSecretOutput + func (s CreateSecretOutput) GoString() string + func (s CreateSecretOutput) String() string + type DecryptionFailure struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *DecryptionFailure) Code() string + func (s *DecryptionFailure) Error() string + func (s *DecryptionFailure) Message() string + func (s *DecryptionFailure) OrigErr() error + func (s *DecryptionFailure) RequestID() string + func (s *DecryptionFailure) StatusCode() int + func (s DecryptionFailure) GoString() string + func (s DecryptionFailure) String() string + type DeleteResourcePolicyInput struct + SecretId *string + func (s *DeleteResourcePolicyInput) SetSecretId(v string) *DeleteResourcePolicyInput + func (s *DeleteResourcePolicyInput) Validate() error + func (s DeleteResourcePolicyInput) GoString() string + func (s DeleteResourcePolicyInput) String() string + type DeleteResourcePolicyOutput struct + ARN *string + Name *string + func (s *DeleteResourcePolicyOutput) SetARN(v string) *DeleteResourcePolicyOutput + func (s *DeleteResourcePolicyOutput) SetName(v string) *DeleteResourcePolicyOutput + func (s DeleteResourcePolicyOutput) GoString() string + func (s DeleteResourcePolicyOutput) String() string + type DeleteSecretInput struct + ForceDeleteWithoutRecovery *bool + RecoveryWindowInDays *int64 + SecretId *string + func (s *DeleteSecretInput) SetForceDeleteWithoutRecovery(v bool) *DeleteSecretInput + func (s *DeleteSecretInput) SetRecoveryWindowInDays(v int64) *DeleteSecretInput + func (s *DeleteSecretInput) SetSecretId(v string) *DeleteSecretInput + func (s *DeleteSecretInput) Validate() error + func (s DeleteSecretInput) GoString() string + func (s DeleteSecretInput) String() string + type DeleteSecretOutput struct + ARN *string + DeletionDate *time.Time + Name *string + func (s *DeleteSecretOutput) SetARN(v string) *DeleteSecretOutput + func (s *DeleteSecretOutput) SetDeletionDate(v time.Time) *DeleteSecretOutput + func (s *DeleteSecretOutput) SetName(v string) *DeleteSecretOutput + func (s DeleteSecretOutput) GoString() string + func (s DeleteSecretOutput) String() string + type DescribeSecretInput struct + SecretId *string + func (s *DescribeSecretInput) SetSecretId(v string) *DescribeSecretInput + func (s *DescribeSecretInput) Validate() error + func (s DescribeSecretInput) GoString() string + func (s DescribeSecretInput) String() string + type DescribeSecretOutput struct + ARN *string + CreatedDate *time.Time + DeletedDate *time.Time + Description *string + KmsKeyId *string + LastAccessedDate *time.Time + LastChangedDate *time.Time + LastRotatedDate *time.Time + Name *string + NextRotationDate *time.Time + OwningService *string + PrimaryRegion *string + ReplicationStatus []*ReplicationStatusType + RotationEnabled *bool + RotationLambdaARN *string + RotationRules *RotationRulesType + Tags []*Tag + VersionIdsToStages map[string][]*string + func (s *DescribeSecretOutput) SetARN(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetCreatedDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetDeletedDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetDescription(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetKmsKeyId(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetLastAccessedDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetLastChangedDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetLastRotatedDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetName(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetNextRotationDate(v time.Time) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetOwningService(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetPrimaryRegion(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetReplicationStatus(v []*ReplicationStatusType) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetRotationEnabled(v bool) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetRotationLambdaARN(v string) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetRotationRules(v *RotationRulesType) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetTags(v []*Tag) *DescribeSecretOutput + func (s *DescribeSecretOutput) SetVersionIdsToStages(v map[string][]*string) *DescribeSecretOutput + func (s DescribeSecretOutput) GoString() string + func (s DescribeSecretOutput) String() string + type EncryptionFailure struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EncryptionFailure) Code() string + func (s *EncryptionFailure) Error() string + func (s *EncryptionFailure) Message() string + func (s *EncryptionFailure) OrigErr() error + func (s *EncryptionFailure) RequestID() string + func (s *EncryptionFailure) StatusCode() int + func (s EncryptionFailure) GoString() string + func (s EncryptionFailure) String() string + type Filter struct + Key *string + Values []*string + func (s *Filter) SetKey(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type GetRandomPasswordInput struct + ExcludeCharacters *string + ExcludeLowercase *bool + ExcludeNumbers *bool + ExcludePunctuation *bool + ExcludeUppercase *bool + IncludeSpace *bool + PasswordLength *int64 + RequireEachIncludedType *bool + func (s *GetRandomPasswordInput) SetExcludeCharacters(v string) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetExcludeLowercase(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetExcludeNumbers(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetExcludePunctuation(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetExcludeUppercase(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetIncludeSpace(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetPasswordLength(v int64) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) SetRequireEachIncludedType(v bool) *GetRandomPasswordInput + func (s *GetRandomPasswordInput) Validate() error + func (s GetRandomPasswordInput) GoString() string + func (s GetRandomPasswordInput) String() string + type GetRandomPasswordOutput struct + RandomPassword *string + func (s *GetRandomPasswordOutput) SetRandomPassword(v string) *GetRandomPasswordOutput + func (s GetRandomPasswordOutput) GoString() string + func (s GetRandomPasswordOutput) String() string + type GetResourcePolicyInput struct + SecretId *string + func (s *GetResourcePolicyInput) SetSecretId(v string) *GetResourcePolicyInput + func (s *GetResourcePolicyInput) Validate() error + func (s GetResourcePolicyInput) GoString() string + func (s GetResourcePolicyInput) String() string + type GetResourcePolicyOutput struct + ARN *string + Name *string + ResourcePolicy *string + func (s *GetResourcePolicyOutput) SetARN(v string) *GetResourcePolicyOutput + func (s *GetResourcePolicyOutput) SetName(v string) *GetResourcePolicyOutput + func (s *GetResourcePolicyOutput) SetResourcePolicy(v string) *GetResourcePolicyOutput + func (s GetResourcePolicyOutput) GoString() string + func (s GetResourcePolicyOutput) String() string + type GetSecretValueInput struct + SecretId *string + VersionId *string + VersionStage *string + func (s *GetSecretValueInput) SetSecretId(v string) *GetSecretValueInput + func (s *GetSecretValueInput) SetVersionId(v string) *GetSecretValueInput + func (s *GetSecretValueInput) SetVersionStage(v string) *GetSecretValueInput + func (s *GetSecretValueInput) Validate() error + func (s GetSecretValueInput) GoString() string + func (s GetSecretValueInput) String() string + type GetSecretValueOutput struct + ARN *string + CreatedDate *time.Time + Name *string + SecretBinary []byte + SecretString *string + VersionId *string + VersionStages []*string + func (s *GetSecretValueOutput) SetARN(v string) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetCreatedDate(v time.Time) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetName(v string) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetSecretBinary(v []byte) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetSecretString(v string) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetVersionId(v string) *GetSecretValueOutput + func (s *GetSecretValueOutput) SetVersionStages(v []*string) *GetSecretValueOutput + func (s GetSecretValueOutput) GoString() string + func (s GetSecretValueOutput) String() string + type InternalServiceError struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServiceError) Code() string + func (s *InternalServiceError) Error() string + func (s *InternalServiceError) Message() string + func (s *InternalServiceError) OrigErr() error + func (s *InternalServiceError) RequestID() string + func (s *InternalServiceError) StatusCode() int + func (s InternalServiceError) GoString() string + func (s InternalServiceError) String() string + type InvalidNextTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNextTokenException) Code() string + func (s *InvalidNextTokenException) Error() string + func (s *InvalidNextTokenException) Message() string + func (s *InvalidNextTokenException) OrigErr() error + func (s *InvalidNextTokenException) RequestID() string + func (s *InvalidNextTokenException) StatusCode() int + func (s InvalidNextTokenException) GoString() string + func (s InvalidNextTokenException) String() string + type InvalidParameterException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidParameterException) Code() string + func (s *InvalidParameterException) Error() string + func (s *InvalidParameterException) Message() string + func (s *InvalidParameterException) OrigErr() error + func (s *InvalidParameterException) RequestID() string + func (s *InvalidParameterException) StatusCode() int + func (s InvalidParameterException) GoString() string + func (s InvalidParameterException) String() string + type InvalidRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidRequestException) Code() string + func (s *InvalidRequestException) Error() string + func (s *InvalidRequestException) Message() string + func (s *InvalidRequestException) OrigErr() error + func (s *InvalidRequestException) RequestID() string + func (s *InvalidRequestException) StatusCode() int + func (s InvalidRequestException) GoString() string + func (s InvalidRequestException) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListSecretVersionIdsInput struct + IncludeDeprecated *bool + MaxResults *int64 + NextToken *string + SecretId *string + func (s *ListSecretVersionIdsInput) SetIncludeDeprecated(v bool) *ListSecretVersionIdsInput + func (s *ListSecretVersionIdsInput) SetMaxResults(v int64) *ListSecretVersionIdsInput + func (s *ListSecretVersionIdsInput) SetNextToken(v string) *ListSecretVersionIdsInput + func (s *ListSecretVersionIdsInput) SetSecretId(v string) *ListSecretVersionIdsInput + func (s *ListSecretVersionIdsInput) Validate() error + func (s ListSecretVersionIdsInput) GoString() string + func (s ListSecretVersionIdsInput) String() string + type ListSecretVersionIdsOutput struct + ARN *string + Name *string + NextToken *string + Versions []*SecretVersionsListEntry + func (s *ListSecretVersionIdsOutput) SetARN(v string) *ListSecretVersionIdsOutput + func (s *ListSecretVersionIdsOutput) SetName(v string) *ListSecretVersionIdsOutput + func (s *ListSecretVersionIdsOutput) SetNextToken(v string) *ListSecretVersionIdsOutput + func (s *ListSecretVersionIdsOutput) SetVersions(v []*SecretVersionsListEntry) *ListSecretVersionIdsOutput + func (s ListSecretVersionIdsOutput) GoString() string + func (s ListSecretVersionIdsOutput) String() string + type ListSecretsInput struct + Filters []*Filter + IncludePlannedDeletion *bool + MaxResults *int64 + NextToken *string + SortOrder *string + func (s *ListSecretsInput) SetFilters(v []*Filter) *ListSecretsInput + func (s *ListSecretsInput) SetIncludePlannedDeletion(v bool) *ListSecretsInput + func (s *ListSecretsInput) SetMaxResults(v int64) *ListSecretsInput + func (s *ListSecretsInput) SetNextToken(v string) *ListSecretsInput + func (s *ListSecretsInput) SetSortOrder(v string) *ListSecretsInput + func (s *ListSecretsInput) Validate() error + func (s ListSecretsInput) GoString() string + func (s ListSecretsInput) String() string + type ListSecretsOutput struct + NextToken *string + SecretList []*SecretListEntry + func (s *ListSecretsOutput) SetNextToken(v string) *ListSecretsOutput + func (s *ListSecretsOutput) SetSecretList(v []*SecretListEntry) *ListSecretsOutput + func (s ListSecretsOutput) GoString() string + func (s ListSecretsOutput) String() string + type MalformedPolicyDocumentException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *MalformedPolicyDocumentException) Code() string + func (s *MalformedPolicyDocumentException) Error() string + func (s *MalformedPolicyDocumentException) Message() string + func (s *MalformedPolicyDocumentException) OrigErr() error + func (s *MalformedPolicyDocumentException) RequestID() string + func (s *MalformedPolicyDocumentException) StatusCode() int + func (s MalformedPolicyDocumentException) GoString() string + func (s MalformedPolicyDocumentException) String() string + type PreconditionNotMetException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PreconditionNotMetException) Code() string + func (s *PreconditionNotMetException) Error() string + func (s *PreconditionNotMetException) Message() string + func (s *PreconditionNotMetException) OrigErr() error + func (s *PreconditionNotMetException) RequestID() string + func (s *PreconditionNotMetException) StatusCode() int + func (s PreconditionNotMetException) GoString() string + func (s PreconditionNotMetException) String() string + type PublicPolicyException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *PublicPolicyException) Code() string + func (s *PublicPolicyException) Error() string + func (s *PublicPolicyException) Message() string + func (s *PublicPolicyException) OrigErr() error + func (s *PublicPolicyException) RequestID() string + func (s *PublicPolicyException) StatusCode() int + func (s PublicPolicyException) GoString() string + func (s PublicPolicyException) String() string + type PutResourcePolicyInput struct + BlockPublicPolicy *bool + ResourcePolicy *string + SecretId *string + func (s *PutResourcePolicyInput) SetBlockPublicPolicy(v bool) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetResourcePolicy(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) SetSecretId(v string) *PutResourcePolicyInput + func (s *PutResourcePolicyInput) Validate() error + func (s PutResourcePolicyInput) GoString() string + func (s PutResourcePolicyInput) String() string + type PutResourcePolicyOutput struct + ARN *string + Name *string + func (s *PutResourcePolicyOutput) SetARN(v string) *PutResourcePolicyOutput + func (s *PutResourcePolicyOutput) SetName(v string) *PutResourcePolicyOutput + func (s PutResourcePolicyOutput) GoString() string + func (s PutResourcePolicyOutput) String() string + type PutSecretValueInput struct + ClientRequestToken *string + SecretBinary []byte + SecretId *string + SecretString *string + VersionStages []*string + func (s *PutSecretValueInput) SetClientRequestToken(v string) *PutSecretValueInput + func (s *PutSecretValueInput) SetSecretBinary(v []byte) *PutSecretValueInput + func (s *PutSecretValueInput) SetSecretId(v string) *PutSecretValueInput + func (s *PutSecretValueInput) SetSecretString(v string) *PutSecretValueInput + func (s *PutSecretValueInput) SetVersionStages(v []*string) *PutSecretValueInput + func (s *PutSecretValueInput) Validate() error + func (s PutSecretValueInput) GoString() string + func (s PutSecretValueInput) String() string + type PutSecretValueOutput struct + ARN *string + Name *string + VersionId *string + VersionStages []*string + func (s *PutSecretValueOutput) SetARN(v string) *PutSecretValueOutput + func (s *PutSecretValueOutput) SetName(v string) *PutSecretValueOutput + func (s *PutSecretValueOutput) SetVersionId(v string) *PutSecretValueOutput + func (s *PutSecretValueOutput) SetVersionStages(v []*string) *PutSecretValueOutput + func (s PutSecretValueOutput) GoString() string + func (s PutSecretValueOutput) String() string + type RemoveRegionsFromReplicationInput struct + RemoveReplicaRegions []*string + SecretId *string + func (s *RemoveRegionsFromReplicationInput) SetRemoveReplicaRegions(v []*string) *RemoveRegionsFromReplicationInput + func (s *RemoveRegionsFromReplicationInput) SetSecretId(v string) *RemoveRegionsFromReplicationInput + func (s *RemoveRegionsFromReplicationInput) Validate() error + func (s RemoveRegionsFromReplicationInput) GoString() string + func (s RemoveRegionsFromReplicationInput) String() string + type RemoveRegionsFromReplicationOutput struct + ARN *string + ReplicationStatus []*ReplicationStatusType + func (s *RemoveRegionsFromReplicationOutput) SetARN(v string) *RemoveRegionsFromReplicationOutput + func (s *RemoveRegionsFromReplicationOutput) SetReplicationStatus(v []*ReplicationStatusType) *RemoveRegionsFromReplicationOutput + func (s RemoveRegionsFromReplicationOutput) GoString() string + func (s RemoveRegionsFromReplicationOutput) String() string + type ReplicaRegionType struct + KmsKeyId *string + Region *string + func (s *ReplicaRegionType) SetKmsKeyId(v string) *ReplicaRegionType + func (s *ReplicaRegionType) SetRegion(v string) *ReplicaRegionType + func (s *ReplicaRegionType) Validate() error + func (s ReplicaRegionType) GoString() string + func (s ReplicaRegionType) String() string + type ReplicateSecretToRegionsInput struct + AddReplicaRegions []*ReplicaRegionType + ForceOverwriteReplicaSecret *bool + SecretId *string + func (s *ReplicateSecretToRegionsInput) SetAddReplicaRegions(v []*ReplicaRegionType) *ReplicateSecretToRegionsInput + func (s *ReplicateSecretToRegionsInput) SetForceOverwriteReplicaSecret(v bool) *ReplicateSecretToRegionsInput + func (s *ReplicateSecretToRegionsInput) SetSecretId(v string) *ReplicateSecretToRegionsInput + func (s *ReplicateSecretToRegionsInput) Validate() error + func (s ReplicateSecretToRegionsInput) GoString() string + func (s ReplicateSecretToRegionsInput) String() string + type ReplicateSecretToRegionsOutput struct + ARN *string + ReplicationStatus []*ReplicationStatusType + func (s *ReplicateSecretToRegionsOutput) SetARN(v string) *ReplicateSecretToRegionsOutput + func (s *ReplicateSecretToRegionsOutput) SetReplicationStatus(v []*ReplicationStatusType) *ReplicateSecretToRegionsOutput + func (s ReplicateSecretToRegionsOutput) GoString() string + func (s ReplicateSecretToRegionsOutput) String() string + type ReplicationStatusType struct + KmsKeyId *string + LastAccessedDate *time.Time + Region *string + Status *string + StatusMessage *string + func (s *ReplicationStatusType) SetKmsKeyId(v string) *ReplicationStatusType + func (s *ReplicationStatusType) SetLastAccessedDate(v time.Time) *ReplicationStatusType + func (s *ReplicationStatusType) SetRegion(v string) *ReplicationStatusType + func (s *ReplicationStatusType) SetStatus(v string) *ReplicationStatusType + func (s *ReplicationStatusType) SetStatusMessage(v string) *ReplicationStatusType + func (s ReplicationStatusType) GoString() string + func (s ReplicationStatusType) String() string + type ResourceExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceExistsException) Code() string + func (s *ResourceExistsException) Error() string + func (s *ResourceExistsException) Message() string + func (s *ResourceExistsException) OrigErr() error + func (s *ResourceExistsException) RequestID() string + func (s *ResourceExistsException) StatusCode() int + func (s ResourceExistsException) GoString() string + func (s ResourceExistsException) 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 RestoreSecretInput struct + SecretId *string + func (s *RestoreSecretInput) SetSecretId(v string) *RestoreSecretInput + func (s *RestoreSecretInput) Validate() error + func (s RestoreSecretInput) GoString() string + func (s RestoreSecretInput) String() string + type RestoreSecretOutput struct + ARN *string + Name *string + func (s *RestoreSecretOutput) SetARN(v string) *RestoreSecretOutput + func (s *RestoreSecretOutput) SetName(v string) *RestoreSecretOutput + func (s RestoreSecretOutput) GoString() string + func (s RestoreSecretOutput) String() string + type RotateSecretInput struct + ClientRequestToken *string + RotateImmediately *bool + RotationLambdaARN *string + RotationRules *RotationRulesType + SecretId *string + func (s *RotateSecretInput) SetClientRequestToken(v string) *RotateSecretInput + func (s *RotateSecretInput) SetRotateImmediately(v bool) *RotateSecretInput + func (s *RotateSecretInput) SetRotationLambdaARN(v string) *RotateSecretInput + func (s *RotateSecretInput) SetRotationRules(v *RotationRulesType) *RotateSecretInput + func (s *RotateSecretInput) SetSecretId(v string) *RotateSecretInput + func (s *RotateSecretInput) Validate() error + func (s RotateSecretInput) GoString() string + func (s RotateSecretInput) String() string + type RotateSecretOutput struct + ARN *string + Name *string + VersionId *string + func (s *RotateSecretOutput) SetARN(v string) *RotateSecretOutput + func (s *RotateSecretOutput) SetName(v string) *RotateSecretOutput + func (s *RotateSecretOutput) SetVersionId(v string) *RotateSecretOutput + func (s RotateSecretOutput) GoString() string + func (s RotateSecretOutput) String() string + type RotationRulesType struct + AutomaticallyAfterDays *int64 + Duration *string + ScheduleExpression *string + func (s *RotationRulesType) SetAutomaticallyAfterDays(v int64) *RotationRulesType + func (s *RotationRulesType) SetDuration(v string) *RotationRulesType + func (s *RotationRulesType) SetScheduleExpression(v string) *RotationRulesType + func (s *RotationRulesType) Validate() error + func (s RotationRulesType) GoString() string + func (s RotationRulesType) String() string + type SecretListEntry struct + ARN *string + CreatedDate *time.Time + DeletedDate *time.Time + Description *string + KmsKeyId *string + LastAccessedDate *time.Time + LastChangedDate *time.Time + LastRotatedDate *time.Time + Name *string + NextRotationDate *time.Time + OwningService *string + PrimaryRegion *string + RotationEnabled *bool + RotationLambdaARN *string + RotationRules *RotationRulesType + SecretVersionsToStages map[string][]*string + Tags []*Tag + func (s *SecretListEntry) SetARN(v string) *SecretListEntry + func (s *SecretListEntry) SetCreatedDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetDeletedDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetDescription(v string) *SecretListEntry + func (s *SecretListEntry) SetKmsKeyId(v string) *SecretListEntry + func (s *SecretListEntry) SetLastAccessedDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetLastChangedDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetLastRotatedDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetName(v string) *SecretListEntry + func (s *SecretListEntry) SetNextRotationDate(v time.Time) *SecretListEntry + func (s *SecretListEntry) SetOwningService(v string) *SecretListEntry + func (s *SecretListEntry) SetPrimaryRegion(v string) *SecretListEntry + func (s *SecretListEntry) SetRotationEnabled(v bool) *SecretListEntry + func (s *SecretListEntry) SetRotationLambdaARN(v string) *SecretListEntry + func (s *SecretListEntry) SetRotationRules(v *RotationRulesType) *SecretListEntry + func (s *SecretListEntry) SetSecretVersionsToStages(v map[string][]*string) *SecretListEntry + func (s *SecretListEntry) SetTags(v []*Tag) *SecretListEntry + func (s SecretListEntry) GoString() string + func (s SecretListEntry) String() string + type SecretVersionsListEntry struct + CreatedDate *time.Time + KmsKeyIds []*string + LastAccessedDate *time.Time + VersionId *string + VersionStages []*string + func (s *SecretVersionsListEntry) SetCreatedDate(v time.Time) *SecretVersionsListEntry + func (s *SecretVersionsListEntry) SetKmsKeyIds(v []*string) *SecretVersionsListEntry + func (s *SecretVersionsListEntry) SetLastAccessedDate(v time.Time) *SecretVersionsListEntry + func (s *SecretVersionsListEntry) SetVersionId(v string) *SecretVersionsListEntry + func (s *SecretVersionsListEntry) SetVersionStages(v []*string) *SecretVersionsListEntry + func (s SecretVersionsListEntry) GoString() string + func (s SecretVersionsListEntry) String() string + type SecretsManager struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *SecretsManager + func (c *SecretsManager) CancelRotateSecret(input *CancelRotateSecretInput) (*CancelRotateSecretOutput, error) + func (c *SecretsManager) CancelRotateSecretRequest(input *CancelRotateSecretInput) (req *request.Request, output *CancelRotateSecretOutput) + func (c *SecretsManager) CancelRotateSecretWithContext(ctx aws.Context, input *CancelRotateSecretInput, opts ...request.Option) (*CancelRotateSecretOutput, error) + func (c *SecretsManager) CreateSecret(input *CreateSecretInput) (*CreateSecretOutput, error) + func (c *SecretsManager) CreateSecretRequest(input *CreateSecretInput) (req *request.Request, output *CreateSecretOutput) + func (c *SecretsManager) CreateSecretWithContext(ctx aws.Context, input *CreateSecretInput, opts ...request.Option) (*CreateSecretOutput, error) + func (c *SecretsManager) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error) + func (c *SecretsManager) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput) + func (c *SecretsManager) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error) + func (c *SecretsManager) DeleteSecret(input *DeleteSecretInput) (*DeleteSecretOutput, error) + func (c *SecretsManager) DeleteSecretRequest(input *DeleteSecretInput) (req *request.Request, output *DeleteSecretOutput) + func (c *SecretsManager) DeleteSecretWithContext(ctx aws.Context, input *DeleteSecretInput, opts ...request.Option) (*DeleteSecretOutput, error) + func (c *SecretsManager) DescribeSecret(input *DescribeSecretInput) (*DescribeSecretOutput, error) + func (c *SecretsManager) DescribeSecretRequest(input *DescribeSecretInput) (req *request.Request, output *DescribeSecretOutput) + func (c *SecretsManager) DescribeSecretWithContext(ctx aws.Context, input *DescribeSecretInput, opts ...request.Option) (*DescribeSecretOutput, error) + func (c *SecretsManager) GetRandomPassword(input *GetRandomPasswordInput) (*GetRandomPasswordOutput, error) + func (c *SecretsManager) GetRandomPasswordRequest(input *GetRandomPasswordInput) (req *request.Request, output *GetRandomPasswordOutput) + func (c *SecretsManager) GetRandomPasswordWithContext(ctx aws.Context, input *GetRandomPasswordInput, opts ...request.Option) (*GetRandomPasswordOutput, error) + func (c *SecretsManager) GetResourcePolicy(input *GetResourcePolicyInput) (*GetResourcePolicyOutput, error) + func (c *SecretsManager) GetResourcePolicyRequest(input *GetResourcePolicyInput) (req *request.Request, output *GetResourcePolicyOutput) + func (c *SecretsManager) GetResourcePolicyWithContext(ctx aws.Context, input *GetResourcePolicyInput, opts ...request.Option) (*GetResourcePolicyOutput, error) + func (c *SecretsManager) GetSecretValue(input *GetSecretValueInput) (*GetSecretValueOutput, error) + func (c *SecretsManager) GetSecretValueRequest(input *GetSecretValueInput) (req *request.Request, output *GetSecretValueOutput) + func (c *SecretsManager) GetSecretValueWithContext(ctx aws.Context, input *GetSecretValueInput, opts ...request.Option) (*GetSecretValueOutput, error) + func (c *SecretsManager) ListSecretVersionIds(input *ListSecretVersionIdsInput) (*ListSecretVersionIdsOutput, error) + func (c *SecretsManager) ListSecretVersionIdsPages(input *ListSecretVersionIdsInput, ...) error + func (c *SecretsManager) ListSecretVersionIdsPagesWithContext(ctx aws.Context, input *ListSecretVersionIdsInput, ...) error + func (c *SecretsManager) ListSecretVersionIdsRequest(input *ListSecretVersionIdsInput) (req *request.Request, output *ListSecretVersionIdsOutput) + func (c *SecretsManager) ListSecretVersionIdsWithContext(ctx aws.Context, input *ListSecretVersionIdsInput, opts ...request.Option) (*ListSecretVersionIdsOutput, error) + func (c *SecretsManager) ListSecrets(input *ListSecretsInput) (*ListSecretsOutput, error) + func (c *SecretsManager) ListSecretsPages(input *ListSecretsInput, fn func(*ListSecretsOutput, bool) bool) error + func (c *SecretsManager) ListSecretsPagesWithContext(ctx aws.Context, input *ListSecretsInput, ...) error + func (c *SecretsManager) ListSecretsRequest(input *ListSecretsInput) (req *request.Request, output *ListSecretsOutput) + func (c *SecretsManager) ListSecretsWithContext(ctx aws.Context, input *ListSecretsInput, opts ...request.Option) (*ListSecretsOutput, error) + func (c *SecretsManager) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error) + func (c *SecretsManager) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput) + func (c *SecretsManager) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error) + func (c *SecretsManager) PutSecretValue(input *PutSecretValueInput) (*PutSecretValueOutput, error) + func (c *SecretsManager) PutSecretValueRequest(input *PutSecretValueInput) (req *request.Request, output *PutSecretValueOutput) + func (c *SecretsManager) PutSecretValueWithContext(ctx aws.Context, input *PutSecretValueInput, opts ...request.Option) (*PutSecretValueOutput, error) + func (c *SecretsManager) RemoveRegionsFromReplication(input *RemoveRegionsFromReplicationInput) (*RemoveRegionsFromReplicationOutput, error) + func (c *SecretsManager) RemoveRegionsFromReplicationRequest(input *RemoveRegionsFromReplicationInput) (req *request.Request, output *RemoveRegionsFromReplicationOutput) + func (c *SecretsManager) RemoveRegionsFromReplicationWithContext(ctx aws.Context, input *RemoveRegionsFromReplicationInput, ...) (*RemoveRegionsFromReplicationOutput, error) + func (c *SecretsManager) ReplicateSecretToRegions(input *ReplicateSecretToRegionsInput) (*ReplicateSecretToRegionsOutput, error) + func (c *SecretsManager) ReplicateSecretToRegionsRequest(input *ReplicateSecretToRegionsInput) (req *request.Request, output *ReplicateSecretToRegionsOutput) + func (c *SecretsManager) ReplicateSecretToRegionsWithContext(ctx aws.Context, input *ReplicateSecretToRegionsInput, opts ...request.Option) (*ReplicateSecretToRegionsOutput, error) + func (c *SecretsManager) RestoreSecret(input *RestoreSecretInput) (*RestoreSecretOutput, error) + func (c *SecretsManager) RestoreSecretRequest(input *RestoreSecretInput) (req *request.Request, output *RestoreSecretOutput) + func (c *SecretsManager) RestoreSecretWithContext(ctx aws.Context, input *RestoreSecretInput, opts ...request.Option) (*RestoreSecretOutput, error) + func (c *SecretsManager) RotateSecret(input *RotateSecretInput) (*RotateSecretOutput, error) + func (c *SecretsManager) RotateSecretRequest(input *RotateSecretInput) (req *request.Request, output *RotateSecretOutput) + func (c *SecretsManager) RotateSecretWithContext(ctx aws.Context, input *RotateSecretInput, opts ...request.Option) (*RotateSecretOutput, error) + func (c *SecretsManager) StopReplicationToReplica(input *StopReplicationToReplicaInput) (*StopReplicationToReplicaOutput, error) + func (c *SecretsManager) StopReplicationToReplicaRequest(input *StopReplicationToReplicaInput) (req *request.Request, output *StopReplicationToReplicaOutput) + func (c *SecretsManager) StopReplicationToReplicaWithContext(ctx aws.Context, input *StopReplicationToReplicaInput, opts ...request.Option) (*StopReplicationToReplicaOutput, error) + func (c *SecretsManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *SecretsManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *SecretsManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *SecretsManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *SecretsManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *SecretsManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *SecretsManager) UpdateSecret(input *UpdateSecretInput) (*UpdateSecretOutput, error) + func (c *SecretsManager) UpdateSecretRequest(input *UpdateSecretInput) (req *request.Request, output *UpdateSecretOutput) + func (c *SecretsManager) UpdateSecretVersionStage(input *UpdateSecretVersionStageInput) (*UpdateSecretVersionStageOutput, error) + func (c *SecretsManager) UpdateSecretVersionStageRequest(input *UpdateSecretVersionStageInput) (req *request.Request, output *UpdateSecretVersionStageOutput) + func (c *SecretsManager) UpdateSecretVersionStageWithContext(ctx aws.Context, input *UpdateSecretVersionStageInput, opts ...request.Option) (*UpdateSecretVersionStageOutput, error) + func (c *SecretsManager) UpdateSecretWithContext(ctx aws.Context, input *UpdateSecretInput, opts ...request.Option) (*UpdateSecretOutput, error) + func (c *SecretsManager) ValidateResourcePolicy(input *ValidateResourcePolicyInput) (*ValidateResourcePolicyOutput, error) + func (c *SecretsManager) ValidateResourcePolicyRequest(input *ValidateResourcePolicyInput) (req *request.Request, output *ValidateResourcePolicyOutput) + func (c *SecretsManager) ValidateResourcePolicyWithContext(ctx aws.Context, input *ValidateResourcePolicyInput, opts ...request.Option) (*ValidateResourcePolicyOutput, error) + type StopReplicationToReplicaInput struct + SecretId *string + func (s *StopReplicationToReplicaInput) SetSecretId(v string) *StopReplicationToReplicaInput + func (s *StopReplicationToReplicaInput) Validate() error + func (s StopReplicationToReplicaInput) GoString() string + func (s StopReplicationToReplicaInput) String() string + type StopReplicationToReplicaOutput struct + ARN *string + func (s *StopReplicationToReplicaOutput) SetARN(v string) *StopReplicationToReplicaOutput + func (s StopReplicationToReplicaOutput) GoString() string + func (s StopReplicationToReplicaOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + SecretId *string + Tags []*Tag + func (s *TagResourceInput) SetSecretId(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + SecretId *string + TagKeys []*string + func (s *UntagResourceInput) SetSecretId(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateSecretInput struct + ClientRequestToken *string + Description *string + KmsKeyId *string + SecretBinary []byte + SecretId *string + SecretString *string + func (s *UpdateSecretInput) SetClientRequestToken(v string) *UpdateSecretInput + func (s *UpdateSecretInput) SetDescription(v string) *UpdateSecretInput + func (s *UpdateSecretInput) SetKmsKeyId(v string) *UpdateSecretInput + func (s *UpdateSecretInput) SetSecretBinary(v []byte) *UpdateSecretInput + func (s *UpdateSecretInput) SetSecretId(v string) *UpdateSecretInput + func (s *UpdateSecretInput) SetSecretString(v string) *UpdateSecretInput + func (s *UpdateSecretInput) Validate() error + func (s UpdateSecretInput) GoString() string + func (s UpdateSecretInput) String() string + type UpdateSecretOutput struct + ARN *string + Name *string + VersionId *string + func (s *UpdateSecretOutput) SetARN(v string) *UpdateSecretOutput + func (s *UpdateSecretOutput) SetName(v string) *UpdateSecretOutput + func (s *UpdateSecretOutput) SetVersionId(v string) *UpdateSecretOutput + func (s UpdateSecretOutput) GoString() string + func (s UpdateSecretOutput) String() string + type UpdateSecretVersionStageInput struct + MoveToVersionId *string + RemoveFromVersionId *string + SecretId *string + VersionStage *string + func (s *UpdateSecretVersionStageInput) SetMoveToVersionId(v string) *UpdateSecretVersionStageInput + func (s *UpdateSecretVersionStageInput) SetRemoveFromVersionId(v string) *UpdateSecretVersionStageInput + func (s *UpdateSecretVersionStageInput) SetSecretId(v string) *UpdateSecretVersionStageInput + func (s *UpdateSecretVersionStageInput) SetVersionStage(v string) *UpdateSecretVersionStageInput + func (s *UpdateSecretVersionStageInput) Validate() error + func (s UpdateSecretVersionStageInput) GoString() string + func (s UpdateSecretVersionStageInput) String() string + type UpdateSecretVersionStageOutput struct + ARN *string + Name *string + func (s *UpdateSecretVersionStageOutput) SetARN(v string) *UpdateSecretVersionStageOutput + func (s *UpdateSecretVersionStageOutput) SetName(v string) *UpdateSecretVersionStageOutput + func (s UpdateSecretVersionStageOutput) GoString() string + func (s UpdateSecretVersionStageOutput) String() string + type ValidateResourcePolicyInput struct + ResourcePolicy *string + SecretId *string + func (s *ValidateResourcePolicyInput) SetResourcePolicy(v string) *ValidateResourcePolicyInput + func (s *ValidateResourcePolicyInput) SetSecretId(v string) *ValidateResourcePolicyInput + func (s *ValidateResourcePolicyInput) Validate() error + func (s ValidateResourcePolicyInput) GoString() string + func (s ValidateResourcePolicyInput) String() string + type ValidateResourcePolicyOutput struct + PolicyValidationPassed *bool + ValidationErrors []*ValidationErrorsEntry + func (s *ValidateResourcePolicyOutput) SetPolicyValidationPassed(v bool) *ValidateResourcePolicyOutput + func (s *ValidateResourcePolicyOutput) SetValidationErrors(v []*ValidationErrorsEntry) *ValidateResourcePolicyOutput + func (s ValidateResourcePolicyOutput) GoString() string + func (s ValidateResourcePolicyOutput) String() string + type ValidationErrorsEntry struct + CheckName *string + ErrorMessage *string + func (s *ValidationErrorsEntry) SetCheckName(v string) *ValidationErrorsEntry + func (s *ValidationErrorsEntry) SetErrorMessage(v string) *ValidationErrorsEntry + func (s ValidationErrorsEntry) GoString() string + func (s ValidationErrorsEntry) String() string