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 AgreementStatusTypeActive + const AgreementStatusTypeInactive + const As2TransportHttp + const CertificateStatusTypeActive + const CertificateStatusTypeInactive + const CertificateStatusTypePendingRotation + const CertificateTypeCertificate + const CertificateTypeCertificateWithPrivateKey + const CertificateUsageTypeEncryption + const CertificateUsageTypeSigning + const CompressionEnumDisabled + const CompressionEnumZlib + const CustomStepStatusFailure + const CustomStepStatusSuccess + const DomainEfs + const DomainS3 + const EncryptionAlgAes128Cbc + const EncryptionAlgAes192Cbc + const EncryptionAlgAes256Cbc + const EncryptionAlgNone + const EncryptionTypePgp + const EndpointTypePublic + const EndpointTypeVpc + const EndpointTypeVpcEndpoint + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServiceError + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidRequestException + const ErrCodeResourceExistsException + const ErrCodeResourceNotFoundException + const ErrCodeServiceUnavailableException + const ErrCodeThrottlingException + const ExecutionErrorTypeAlreadyExists + const ExecutionErrorTypeBadRequest + const ExecutionErrorTypeCustomStepFailed + const ExecutionErrorTypeInternalServerError + const ExecutionErrorTypeNotFound + const ExecutionErrorTypePermissionDenied + const ExecutionErrorTypeThrottled + const ExecutionErrorTypeTimeout + const ExecutionStatusCompleted + const ExecutionStatusException + const ExecutionStatusHandlingException + const ExecutionStatusInProgress + const HomeDirectoryTypeLogical + const HomeDirectoryTypePath + const IdentityProviderTypeApiGateway + const IdentityProviderTypeAwsDirectoryService + const IdentityProviderTypeAwsLambda + const IdentityProviderTypeServiceManaged + const MdnResponseNone + const MdnResponseSync + const MdnSigningAlgDefault + const MdnSigningAlgNone + const MdnSigningAlgSha1 + const MdnSigningAlgSha256 + const MdnSigningAlgSha384 + const MdnSigningAlgSha512 + const OverwriteExistingFalse + const OverwriteExistingTrue + const ProfileTypeLocal + const ProfileTypePartner + const ProtocolAs2 + const ProtocolFtp + const ProtocolFtps + const ProtocolSftp + const ServiceID + const ServiceName + const SetStatOptionDefault + const SetStatOptionEnableNoOp + const SftpAuthenticationMethodsPassword + const SftpAuthenticationMethodsPublicKey + const SftpAuthenticationMethodsPublicKeyAndPassword + const SftpAuthenticationMethodsPublicKeyOrPassword + const SigningAlgNone + const SigningAlgSha1 + const SigningAlgSha256 + const SigningAlgSha384 + const SigningAlgSha512 + const StateOffline + const StateOnline + const StateStartFailed + const StateStarting + const StateStopFailed + const StateStopping + const TlsSessionResumptionModeDisabled + const TlsSessionResumptionModeEnabled + const TlsSessionResumptionModeEnforced + const WorkflowStepTypeCopy + const WorkflowStepTypeCustom + const WorkflowStepTypeDecrypt + const WorkflowStepTypeDelete + const WorkflowStepTypeTag + func AgreementStatusType_Values() []string + func As2Transport_Values() []string + func CertificateStatusType_Values() []string + func CertificateType_Values() []string + func CertificateUsageType_Values() []string + func CompressionEnum_Values() []string + func CustomStepStatus_Values() []string + func Domain_Values() []string + func EncryptionAlg_Values() []string + func EncryptionType_Values() []string + func EndpointType_Values() []string + func ExecutionErrorType_Values() []string + func ExecutionStatus_Values() []string + func HomeDirectoryType_Values() []string + func IdentityProviderType_Values() []string + func MdnResponse_Values() []string + func MdnSigningAlg_Values() []string + func OverwriteExisting_Values() []string + func ProfileType_Values() []string + func Protocol_Values() []string + func SetStatOption_Values() []string + func SftpAuthenticationMethods_Values() []string + func SigningAlg_Values() []string + func State_Values() []string + func TlsSessionResumptionMode_Values() []string + func WorkflowStepType_Values() []string + 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 As2ConnectorConfig struct + BasicAuthSecretId *string + Compression *string + EncryptionAlgorithm *string + LocalProfileId *string + MdnResponse *string + MdnSigningAlgorithm *string + MessageSubject *string + PartnerProfileId *string + SigningAlgorithm *string + func (s *As2ConnectorConfig) SetBasicAuthSecretId(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetCompression(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetEncryptionAlgorithm(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetLocalProfileId(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetMdnResponse(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetMdnSigningAlgorithm(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetMessageSubject(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetPartnerProfileId(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) SetSigningAlgorithm(v string) *As2ConnectorConfig + func (s *As2ConnectorConfig) Validate() error + func (s As2ConnectorConfig) GoString() string + func (s As2ConnectorConfig) String() string + 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 CopyStepDetails struct + DestinationFileLocation *InputFileLocation + Name *string + OverwriteExisting *string + SourceFileLocation *string + func (s *CopyStepDetails) SetDestinationFileLocation(v *InputFileLocation) *CopyStepDetails + func (s *CopyStepDetails) SetName(v string) *CopyStepDetails + func (s *CopyStepDetails) SetOverwriteExisting(v string) *CopyStepDetails + func (s *CopyStepDetails) SetSourceFileLocation(v string) *CopyStepDetails + func (s *CopyStepDetails) Validate() error + func (s CopyStepDetails) GoString() string + func (s CopyStepDetails) String() string + type CreateAccessInput struct + ExternalId *string + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + ServerId *string + func (s *CreateAccessInput) SetExternalId(v string) *CreateAccessInput + func (s *CreateAccessInput) SetHomeDirectory(v string) *CreateAccessInput + func (s *CreateAccessInput) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *CreateAccessInput + func (s *CreateAccessInput) SetHomeDirectoryType(v string) *CreateAccessInput + func (s *CreateAccessInput) SetPolicy(v string) *CreateAccessInput + func (s *CreateAccessInput) SetPosixProfile(v *PosixProfile) *CreateAccessInput + func (s *CreateAccessInput) SetRole(v string) *CreateAccessInput + func (s *CreateAccessInput) SetServerId(v string) *CreateAccessInput + func (s *CreateAccessInput) Validate() error + func (s CreateAccessInput) GoString() string + func (s CreateAccessInput) String() string + type CreateAccessOutput struct + ExternalId *string + ServerId *string + func (s *CreateAccessOutput) SetExternalId(v string) *CreateAccessOutput + func (s *CreateAccessOutput) SetServerId(v string) *CreateAccessOutput + func (s CreateAccessOutput) GoString() string + func (s CreateAccessOutput) String() string + type CreateAgreementInput struct + AccessRole *string + BaseDirectory *string + Description *string + LocalProfileId *string + PartnerProfileId *string + ServerId *string + Status *string + Tags []*Tag + func (s *CreateAgreementInput) SetAccessRole(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetBaseDirectory(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetDescription(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetLocalProfileId(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetPartnerProfileId(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetServerId(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetStatus(v string) *CreateAgreementInput + func (s *CreateAgreementInput) SetTags(v []*Tag) *CreateAgreementInput + func (s *CreateAgreementInput) Validate() error + func (s CreateAgreementInput) GoString() string + func (s CreateAgreementInput) String() string + type CreateAgreementOutput struct + AgreementId *string + func (s *CreateAgreementOutput) SetAgreementId(v string) *CreateAgreementOutput + func (s CreateAgreementOutput) GoString() string + func (s CreateAgreementOutput) String() string + type CreateConnectorInput struct + AccessRole *string + As2Config *As2ConnectorConfig + LoggingRole *string + SftpConfig *SftpConnectorConfig + Tags []*Tag + Url *string + func (s *CreateConnectorInput) SetAccessRole(v string) *CreateConnectorInput + func (s *CreateConnectorInput) SetAs2Config(v *As2ConnectorConfig) *CreateConnectorInput + func (s *CreateConnectorInput) SetLoggingRole(v string) *CreateConnectorInput + func (s *CreateConnectorInput) SetSftpConfig(v *SftpConnectorConfig) *CreateConnectorInput + func (s *CreateConnectorInput) SetTags(v []*Tag) *CreateConnectorInput + func (s *CreateConnectorInput) SetUrl(v string) *CreateConnectorInput + func (s *CreateConnectorInput) Validate() error + func (s CreateConnectorInput) GoString() string + func (s CreateConnectorInput) String() string + type CreateConnectorOutput struct + ConnectorId *string + func (s *CreateConnectorOutput) SetConnectorId(v string) *CreateConnectorOutput + func (s CreateConnectorOutput) GoString() string + func (s CreateConnectorOutput) String() string + type CreateProfileInput struct + As2Id *string + CertificateIds []*string + ProfileType *string + Tags []*Tag + func (s *CreateProfileInput) SetAs2Id(v string) *CreateProfileInput + func (s *CreateProfileInput) SetCertificateIds(v []*string) *CreateProfileInput + func (s *CreateProfileInput) SetProfileType(v string) *CreateProfileInput + func (s *CreateProfileInput) SetTags(v []*Tag) *CreateProfileInput + func (s *CreateProfileInput) Validate() error + func (s CreateProfileInput) GoString() string + func (s CreateProfileInput) String() string + type CreateProfileOutput struct + ProfileId *string + func (s *CreateProfileOutput) SetProfileId(v string) *CreateProfileOutput + func (s CreateProfileOutput) GoString() string + func (s CreateProfileOutput) String() string + type CreateServerInput struct + Certificate *string + Domain *string + EndpointDetails *EndpointDetails + EndpointType *string + HostKey *string + IdentityProviderDetails *IdentityProviderDetails + IdentityProviderType *string + LoggingRole *string + PostAuthenticationLoginBanner *string + PreAuthenticationLoginBanner *string + ProtocolDetails *ProtocolDetails + Protocols []*string + SecurityPolicyName *string + StructuredLogDestinations []*string + Tags []*Tag + WorkflowDetails *WorkflowDetails + func (s *CreateServerInput) SetCertificate(v string) *CreateServerInput + func (s *CreateServerInput) SetDomain(v string) *CreateServerInput + func (s *CreateServerInput) SetEndpointDetails(v *EndpointDetails) *CreateServerInput + func (s *CreateServerInput) SetEndpointType(v string) *CreateServerInput + func (s *CreateServerInput) SetHostKey(v string) *CreateServerInput + func (s *CreateServerInput) SetIdentityProviderDetails(v *IdentityProviderDetails) *CreateServerInput + func (s *CreateServerInput) SetIdentityProviderType(v string) *CreateServerInput + func (s *CreateServerInput) SetLoggingRole(v string) *CreateServerInput + func (s *CreateServerInput) SetPostAuthenticationLoginBanner(v string) *CreateServerInput + func (s *CreateServerInput) SetPreAuthenticationLoginBanner(v string) *CreateServerInput + func (s *CreateServerInput) SetProtocolDetails(v *ProtocolDetails) *CreateServerInput + func (s *CreateServerInput) SetProtocols(v []*string) *CreateServerInput + func (s *CreateServerInput) SetSecurityPolicyName(v string) *CreateServerInput + func (s *CreateServerInput) SetStructuredLogDestinations(v []*string) *CreateServerInput + func (s *CreateServerInput) SetTags(v []*Tag) *CreateServerInput + func (s *CreateServerInput) SetWorkflowDetails(v *WorkflowDetails) *CreateServerInput + func (s *CreateServerInput) Validate() error + func (s CreateServerInput) GoString() string + func (s CreateServerInput) String() string + type CreateServerOutput struct + ServerId *string + func (s *CreateServerOutput) SetServerId(v string) *CreateServerOutput + func (s CreateServerOutput) GoString() string + func (s CreateServerOutput) String() string + type CreateUserInput struct + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + ServerId *string + SshPublicKeyBody *string + Tags []*Tag + UserName *string + func (s *CreateUserInput) SetHomeDirectory(v string) *CreateUserInput + func (s *CreateUserInput) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *CreateUserInput + func (s *CreateUserInput) SetHomeDirectoryType(v string) *CreateUserInput + func (s *CreateUserInput) SetPolicy(v string) *CreateUserInput + func (s *CreateUserInput) SetPosixProfile(v *PosixProfile) *CreateUserInput + func (s *CreateUserInput) SetRole(v string) *CreateUserInput + func (s *CreateUserInput) SetServerId(v string) *CreateUserInput + func (s *CreateUserInput) SetSshPublicKeyBody(v string) *CreateUserInput + func (s *CreateUserInput) SetTags(v []*Tag) *CreateUserInput + func (s *CreateUserInput) SetUserName(v string) *CreateUserInput + func (s *CreateUserInput) Validate() error + func (s CreateUserInput) GoString() string + func (s CreateUserInput) String() string + type CreateUserOutput struct + ServerId *string + UserName *string + func (s *CreateUserOutput) SetServerId(v string) *CreateUserOutput + func (s *CreateUserOutput) SetUserName(v string) *CreateUserOutput + func (s CreateUserOutput) GoString() string + func (s CreateUserOutput) String() string + type CreateWorkflowInput struct + Description *string + OnExceptionSteps []*WorkflowStep + Steps []*WorkflowStep + Tags []*Tag + func (s *CreateWorkflowInput) SetDescription(v string) *CreateWorkflowInput + func (s *CreateWorkflowInput) SetOnExceptionSteps(v []*WorkflowStep) *CreateWorkflowInput + func (s *CreateWorkflowInput) SetSteps(v []*WorkflowStep) *CreateWorkflowInput + func (s *CreateWorkflowInput) SetTags(v []*Tag) *CreateWorkflowInput + func (s *CreateWorkflowInput) Validate() error + func (s CreateWorkflowInput) GoString() string + func (s CreateWorkflowInput) String() string + type CreateWorkflowOutput struct + WorkflowId *string + func (s *CreateWorkflowOutput) SetWorkflowId(v string) *CreateWorkflowOutput + func (s CreateWorkflowOutput) GoString() string + func (s CreateWorkflowOutput) String() string + type CustomStepDetails struct + Name *string + SourceFileLocation *string + Target *string + TimeoutSeconds *int64 + func (s *CustomStepDetails) SetName(v string) *CustomStepDetails + func (s *CustomStepDetails) SetSourceFileLocation(v string) *CustomStepDetails + func (s *CustomStepDetails) SetTarget(v string) *CustomStepDetails + func (s *CustomStepDetails) SetTimeoutSeconds(v int64) *CustomStepDetails + func (s *CustomStepDetails) Validate() error + func (s CustomStepDetails) GoString() string + func (s CustomStepDetails) String() string + type DecryptStepDetails struct + DestinationFileLocation *InputFileLocation + Name *string + OverwriteExisting *string + SourceFileLocation *string + Type *string + func (s *DecryptStepDetails) SetDestinationFileLocation(v *InputFileLocation) *DecryptStepDetails + func (s *DecryptStepDetails) SetName(v string) *DecryptStepDetails + func (s *DecryptStepDetails) SetOverwriteExisting(v string) *DecryptStepDetails + func (s *DecryptStepDetails) SetSourceFileLocation(v string) *DecryptStepDetails + func (s *DecryptStepDetails) SetType(v string) *DecryptStepDetails + func (s *DecryptStepDetails) Validate() error + func (s DecryptStepDetails) GoString() string + func (s DecryptStepDetails) String() string + type DeleteAccessInput struct + ExternalId *string + ServerId *string + func (s *DeleteAccessInput) SetExternalId(v string) *DeleteAccessInput + func (s *DeleteAccessInput) SetServerId(v string) *DeleteAccessInput + func (s *DeleteAccessInput) Validate() error + func (s DeleteAccessInput) GoString() string + func (s DeleteAccessInput) String() string + type DeleteAccessOutput struct + func (s DeleteAccessOutput) GoString() string + func (s DeleteAccessOutput) String() string + type DeleteAgreementInput struct + AgreementId *string + ServerId *string + func (s *DeleteAgreementInput) SetAgreementId(v string) *DeleteAgreementInput + func (s *DeleteAgreementInput) SetServerId(v string) *DeleteAgreementInput + func (s *DeleteAgreementInput) Validate() error + func (s DeleteAgreementInput) GoString() string + func (s DeleteAgreementInput) String() string + type DeleteAgreementOutput struct + func (s DeleteAgreementOutput) GoString() string + func (s DeleteAgreementOutput) String() string + type DeleteCertificateInput struct + CertificateId *string + func (s *DeleteCertificateInput) SetCertificateId(v string) *DeleteCertificateInput + func (s *DeleteCertificateInput) Validate() error + func (s DeleteCertificateInput) GoString() string + func (s DeleteCertificateInput) String() string + type DeleteCertificateOutput struct + func (s DeleteCertificateOutput) GoString() string + func (s DeleteCertificateOutput) String() string + type DeleteConnectorInput struct + ConnectorId *string + func (s *DeleteConnectorInput) SetConnectorId(v string) *DeleteConnectorInput + func (s *DeleteConnectorInput) Validate() error + func (s DeleteConnectorInput) GoString() string + func (s DeleteConnectorInput) String() string + type DeleteConnectorOutput struct + func (s DeleteConnectorOutput) GoString() string + func (s DeleteConnectorOutput) String() string + type DeleteHostKeyInput struct + HostKeyId *string + ServerId *string + func (s *DeleteHostKeyInput) SetHostKeyId(v string) *DeleteHostKeyInput + func (s *DeleteHostKeyInput) SetServerId(v string) *DeleteHostKeyInput + func (s *DeleteHostKeyInput) Validate() error + func (s DeleteHostKeyInput) GoString() string + func (s DeleteHostKeyInput) String() string + type DeleteHostKeyOutput struct + func (s DeleteHostKeyOutput) GoString() string + func (s DeleteHostKeyOutput) String() string + type DeleteProfileInput struct + ProfileId *string + func (s *DeleteProfileInput) SetProfileId(v string) *DeleteProfileInput + func (s *DeleteProfileInput) Validate() error + func (s DeleteProfileInput) GoString() string + func (s DeleteProfileInput) String() string + type DeleteProfileOutput struct + func (s DeleteProfileOutput) GoString() string + func (s DeleteProfileOutput) String() string + type DeleteServerInput struct + ServerId *string + func (s *DeleteServerInput) SetServerId(v string) *DeleteServerInput + func (s *DeleteServerInput) Validate() error + func (s DeleteServerInput) GoString() string + func (s DeleteServerInput) String() string + type DeleteServerOutput struct + func (s DeleteServerOutput) GoString() string + func (s DeleteServerOutput) String() string + type DeleteSshPublicKeyInput struct + ServerId *string + SshPublicKeyId *string + UserName *string + func (s *DeleteSshPublicKeyInput) SetServerId(v string) *DeleteSshPublicKeyInput + func (s *DeleteSshPublicKeyInput) SetSshPublicKeyId(v string) *DeleteSshPublicKeyInput + func (s *DeleteSshPublicKeyInput) SetUserName(v string) *DeleteSshPublicKeyInput + func (s *DeleteSshPublicKeyInput) Validate() error + func (s DeleteSshPublicKeyInput) GoString() string + func (s DeleteSshPublicKeyInput) String() string + type DeleteSshPublicKeyOutput struct + func (s DeleteSshPublicKeyOutput) GoString() string + func (s DeleteSshPublicKeyOutput) String() string + type DeleteStepDetails struct + Name *string + SourceFileLocation *string + func (s *DeleteStepDetails) SetName(v string) *DeleteStepDetails + func (s *DeleteStepDetails) SetSourceFileLocation(v string) *DeleteStepDetails + func (s DeleteStepDetails) GoString() string + func (s DeleteStepDetails) String() string + type DeleteUserInput struct + ServerId *string + UserName *string + func (s *DeleteUserInput) SetServerId(v string) *DeleteUserInput + func (s *DeleteUserInput) SetUserName(v string) *DeleteUserInput + func (s *DeleteUserInput) Validate() error + func (s DeleteUserInput) GoString() string + func (s DeleteUserInput) String() string + type DeleteUserOutput struct + func (s DeleteUserOutput) GoString() string + func (s DeleteUserOutput) String() string + type DeleteWorkflowInput struct + WorkflowId *string + func (s *DeleteWorkflowInput) SetWorkflowId(v string) *DeleteWorkflowInput + func (s *DeleteWorkflowInput) Validate() error + func (s DeleteWorkflowInput) GoString() string + func (s DeleteWorkflowInput) String() string + type DeleteWorkflowOutput struct + func (s DeleteWorkflowOutput) GoString() string + func (s DeleteWorkflowOutput) String() string + type DescribeAccessInput struct + ExternalId *string + ServerId *string + func (s *DescribeAccessInput) SetExternalId(v string) *DescribeAccessInput + func (s *DescribeAccessInput) SetServerId(v string) *DescribeAccessInput + func (s *DescribeAccessInput) Validate() error + func (s DescribeAccessInput) GoString() string + func (s DescribeAccessInput) String() string + type DescribeAccessOutput struct + Access *DescribedAccess + ServerId *string + func (s *DescribeAccessOutput) SetAccess(v *DescribedAccess) *DescribeAccessOutput + func (s *DescribeAccessOutput) SetServerId(v string) *DescribeAccessOutput + func (s DescribeAccessOutput) GoString() string + func (s DescribeAccessOutput) String() string + type DescribeAgreementInput struct + AgreementId *string + ServerId *string + func (s *DescribeAgreementInput) SetAgreementId(v string) *DescribeAgreementInput + func (s *DescribeAgreementInput) SetServerId(v string) *DescribeAgreementInput + func (s *DescribeAgreementInput) Validate() error + func (s DescribeAgreementInput) GoString() string + func (s DescribeAgreementInput) String() string + type DescribeAgreementOutput struct + Agreement *DescribedAgreement + func (s *DescribeAgreementOutput) SetAgreement(v *DescribedAgreement) *DescribeAgreementOutput + func (s DescribeAgreementOutput) GoString() string + func (s DescribeAgreementOutput) String() string + type DescribeCertificateInput struct + CertificateId *string + func (s *DescribeCertificateInput) SetCertificateId(v string) *DescribeCertificateInput + func (s *DescribeCertificateInput) Validate() error + func (s DescribeCertificateInput) GoString() string + func (s DescribeCertificateInput) String() string + type DescribeCertificateOutput struct + Certificate *DescribedCertificate + func (s *DescribeCertificateOutput) SetCertificate(v *DescribedCertificate) *DescribeCertificateOutput + func (s DescribeCertificateOutput) GoString() string + func (s DescribeCertificateOutput) String() string + type DescribeConnectorInput struct + ConnectorId *string + func (s *DescribeConnectorInput) SetConnectorId(v string) *DescribeConnectorInput + func (s *DescribeConnectorInput) Validate() error + func (s DescribeConnectorInput) GoString() string + func (s DescribeConnectorInput) String() string + type DescribeConnectorOutput struct + Connector *DescribedConnector + func (s *DescribeConnectorOutput) SetConnector(v *DescribedConnector) *DescribeConnectorOutput + func (s DescribeConnectorOutput) GoString() string + func (s DescribeConnectorOutput) String() string + type DescribeExecutionInput struct + ExecutionId *string + WorkflowId *string + func (s *DescribeExecutionInput) SetExecutionId(v string) *DescribeExecutionInput + func (s *DescribeExecutionInput) SetWorkflowId(v string) *DescribeExecutionInput + func (s *DescribeExecutionInput) Validate() error + func (s DescribeExecutionInput) GoString() string + func (s DescribeExecutionInput) String() string + type DescribeExecutionOutput struct + Execution *DescribedExecution + WorkflowId *string + func (s *DescribeExecutionOutput) SetExecution(v *DescribedExecution) *DescribeExecutionOutput + func (s *DescribeExecutionOutput) SetWorkflowId(v string) *DescribeExecutionOutput + func (s DescribeExecutionOutput) GoString() string + func (s DescribeExecutionOutput) String() string + type DescribeHostKeyInput struct + HostKeyId *string + ServerId *string + func (s *DescribeHostKeyInput) SetHostKeyId(v string) *DescribeHostKeyInput + func (s *DescribeHostKeyInput) SetServerId(v string) *DescribeHostKeyInput + func (s *DescribeHostKeyInput) Validate() error + func (s DescribeHostKeyInput) GoString() string + func (s DescribeHostKeyInput) String() string + type DescribeHostKeyOutput struct + HostKey *DescribedHostKey + func (s *DescribeHostKeyOutput) SetHostKey(v *DescribedHostKey) *DescribeHostKeyOutput + func (s DescribeHostKeyOutput) GoString() string + func (s DescribeHostKeyOutput) String() string + type DescribeProfileInput struct + ProfileId *string + func (s *DescribeProfileInput) SetProfileId(v string) *DescribeProfileInput + func (s *DescribeProfileInput) Validate() error + func (s DescribeProfileInput) GoString() string + func (s DescribeProfileInput) String() string + type DescribeProfileOutput struct + Profile *DescribedProfile + func (s *DescribeProfileOutput) SetProfile(v *DescribedProfile) *DescribeProfileOutput + func (s DescribeProfileOutput) GoString() string + func (s DescribeProfileOutput) String() string + type DescribeSecurityPolicyInput struct + SecurityPolicyName *string + func (s *DescribeSecurityPolicyInput) SetSecurityPolicyName(v string) *DescribeSecurityPolicyInput + func (s *DescribeSecurityPolicyInput) Validate() error + func (s DescribeSecurityPolicyInput) GoString() string + func (s DescribeSecurityPolicyInput) String() string + type DescribeSecurityPolicyOutput struct + SecurityPolicy *DescribedSecurityPolicy + func (s *DescribeSecurityPolicyOutput) SetSecurityPolicy(v *DescribedSecurityPolicy) *DescribeSecurityPolicyOutput + func (s DescribeSecurityPolicyOutput) GoString() string + func (s DescribeSecurityPolicyOutput) String() string + type DescribeServerInput struct + ServerId *string + func (s *DescribeServerInput) SetServerId(v string) *DescribeServerInput + func (s *DescribeServerInput) Validate() error + func (s DescribeServerInput) GoString() string + func (s DescribeServerInput) String() string + type DescribeServerOutput struct + Server *DescribedServer + func (s *DescribeServerOutput) SetServer(v *DescribedServer) *DescribeServerOutput + func (s DescribeServerOutput) GoString() string + func (s DescribeServerOutput) String() string + type DescribeUserInput struct + ServerId *string + UserName *string + func (s *DescribeUserInput) SetServerId(v string) *DescribeUserInput + func (s *DescribeUserInput) SetUserName(v string) *DescribeUserInput + func (s *DescribeUserInput) Validate() error + func (s DescribeUserInput) GoString() string + func (s DescribeUserInput) String() string + type DescribeUserOutput struct + ServerId *string + User *DescribedUser + func (s *DescribeUserOutput) SetServerId(v string) *DescribeUserOutput + func (s *DescribeUserOutput) SetUser(v *DescribedUser) *DescribeUserOutput + func (s DescribeUserOutput) GoString() string + func (s DescribeUserOutput) String() string + type DescribeWorkflowInput struct + WorkflowId *string + func (s *DescribeWorkflowInput) SetWorkflowId(v string) *DescribeWorkflowInput + func (s *DescribeWorkflowInput) Validate() error + func (s DescribeWorkflowInput) GoString() string + func (s DescribeWorkflowInput) String() string + type DescribeWorkflowOutput struct + Workflow *DescribedWorkflow + func (s *DescribeWorkflowOutput) SetWorkflow(v *DescribedWorkflow) *DescribeWorkflowOutput + func (s DescribeWorkflowOutput) GoString() string + func (s DescribeWorkflowOutput) String() string + type DescribedAccess struct + ExternalId *string + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + func (s *DescribedAccess) SetExternalId(v string) *DescribedAccess + func (s *DescribedAccess) SetHomeDirectory(v string) *DescribedAccess + func (s *DescribedAccess) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *DescribedAccess + func (s *DescribedAccess) SetHomeDirectoryType(v string) *DescribedAccess + func (s *DescribedAccess) SetPolicy(v string) *DescribedAccess + func (s *DescribedAccess) SetPosixProfile(v *PosixProfile) *DescribedAccess + func (s *DescribedAccess) SetRole(v string) *DescribedAccess + func (s DescribedAccess) GoString() string + func (s DescribedAccess) String() string + type DescribedAgreement struct + AccessRole *string + AgreementId *string + Arn *string + BaseDirectory *string + Description *string + LocalProfileId *string + PartnerProfileId *string + ServerId *string + Status *string + Tags []*Tag + func (s *DescribedAgreement) SetAccessRole(v string) *DescribedAgreement + func (s *DescribedAgreement) SetAgreementId(v string) *DescribedAgreement + func (s *DescribedAgreement) SetArn(v string) *DescribedAgreement + func (s *DescribedAgreement) SetBaseDirectory(v string) *DescribedAgreement + func (s *DescribedAgreement) SetDescription(v string) *DescribedAgreement + func (s *DescribedAgreement) SetLocalProfileId(v string) *DescribedAgreement + func (s *DescribedAgreement) SetPartnerProfileId(v string) *DescribedAgreement + func (s *DescribedAgreement) SetServerId(v string) *DescribedAgreement + func (s *DescribedAgreement) SetStatus(v string) *DescribedAgreement + func (s *DescribedAgreement) SetTags(v []*Tag) *DescribedAgreement + func (s DescribedAgreement) GoString() string + func (s DescribedAgreement) String() string + type DescribedCertificate struct + ActiveDate *time.Time + Arn *string + Certificate *string + CertificateChain *string + CertificateId *string + Description *string + InactiveDate *time.Time + NotAfterDate *time.Time + NotBeforeDate *time.Time + Serial *string + Status *string + Tags []*Tag + Type *string + Usage *string + func (s *DescribedCertificate) SetActiveDate(v time.Time) *DescribedCertificate + func (s *DescribedCertificate) SetArn(v string) *DescribedCertificate + func (s *DescribedCertificate) SetCertificate(v string) *DescribedCertificate + func (s *DescribedCertificate) SetCertificateChain(v string) *DescribedCertificate + func (s *DescribedCertificate) SetCertificateId(v string) *DescribedCertificate + func (s *DescribedCertificate) SetDescription(v string) *DescribedCertificate + func (s *DescribedCertificate) SetInactiveDate(v time.Time) *DescribedCertificate + func (s *DescribedCertificate) SetNotAfterDate(v time.Time) *DescribedCertificate + func (s *DescribedCertificate) SetNotBeforeDate(v time.Time) *DescribedCertificate + func (s *DescribedCertificate) SetSerial(v string) *DescribedCertificate + func (s *DescribedCertificate) SetStatus(v string) *DescribedCertificate + func (s *DescribedCertificate) SetTags(v []*Tag) *DescribedCertificate + func (s *DescribedCertificate) SetType(v string) *DescribedCertificate + func (s *DescribedCertificate) SetUsage(v string) *DescribedCertificate + func (s DescribedCertificate) GoString() string + func (s DescribedCertificate) String() string + type DescribedConnector struct + AccessRole *string + Arn *string + As2Config *As2ConnectorConfig + ConnectorId *string + LoggingRole *string + SftpConfig *SftpConnectorConfig + Tags []*Tag + Url *string + func (s *DescribedConnector) SetAccessRole(v string) *DescribedConnector + func (s *DescribedConnector) SetArn(v string) *DescribedConnector + func (s *DescribedConnector) SetAs2Config(v *As2ConnectorConfig) *DescribedConnector + func (s *DescribedConnector) SetConnectorId(v string) *DescribedConnector + func (s *DescribedConnector) SetLoggingRole(v string) *DescribedConnector + func (s *DescribedConnector) SetSftpConfig(v *SftpConnectorConfig) *DescribedConnector + func (s *DescribedConnector) SetTags(v []*Tag) *DescribedConnector + func (s *DescribedConnector) SetUrl(v string) *DescribedConnector + func (s DescribedConnector) GoString() string + func (s DescribedConnector) String() string + type DescribedExecution struct + ExecutionId *string + ExecutionRole *string + InitialFileLocation *FileLocation + LoggingConfiguration *LoggingConfiguration + PosixProfile *PosixProfile + Results *ExecutionResults + ServiceMetadata *ServiceMetadata + Status *string + func (s *DescribedExecution) SetExecutionId(v string) *DescribedExecution + func (s *DescribedExecution) SetExecutionRole(v string) *DescribedExecution + func (s *DescribedExecution) SetInitialFileLocation(v *FileLocation) *DescribedExecution + func (s *DescribedExecution) SetLoggingConfiguration(v *LoggingConfiguration) *DescribedExecution + func (s *DescribedExecution) SetPosixProfile(v *PosixProfile) *DescribedExecution + func (s *DescribedExecution) SetResults(v *ExecutionResults) *DescribedExecution + func (s *DescribedExecution) SetServiceMetadata(v *ServiceMetadata) *DescribedExecution + func (s *DescribedExecution) SetStatus(v string) *DescribedExecution + func (s DescribedExecution) GoString() string + func (s DescribedExecution) String() string + type DescribedHostKey struct + Arn *string + DateImported *time.Time + Description *string + HostKeyFingerprint *string + HostKeyId *string + Tags []*Tag + Type *string + func (s *DescribedHostKey) SetArn(v string) *DescribedHostKey + func (s *DescribedHostKey) SetDateImported(v time.Time) *DescribedHostKey + func (s *DescribedHostKey) SetDescription(v string) *DescribedHostKey + func (s *DescribedHostKey) SetHostKeyFingerprint(v string) *DescribedHostKey + func (s *DescribedHostKey) SetHostKeyId(v string) *DescribedHostKey + func (s *DescribedHostKey) SetTags(v []*Tag) *DescribedHostKey + func (s *DescribedHostKey) SetType(v string) *DescribedHostKey + func (s DescribedHostKey) GoString() string + func (s DescribedHostKey) String() string + type DescribedProfile struct + Arn *string + As2Id *string + CertificateIds []*string + ProfileId *string + ProfileType *string + Tags []*Tag + func (s *DescribedProfile) SetArn(v string) *DescribedProfile + func (s *DescribedProfile) SetAs2Id(v string) *DescribedProfile + func (s *DescribedProfile) SetCertificateIds(v []*string) *DescribedProfile + func (s *DescribedProfile) SetProfileId(v string) *DescribedProfile + func (s *DescribedProfile) SetProfileType(v string) *DescribedProfile + func (s *DescribedProfile) SetTags(v []*Tag) *DescribedProfile + func (s DescribedProfile) GoString() string + func (s DescribedProfile) String() string + type DescribedSecurityPolicy struct + Fips *bool + SecurityPolicyName *string + SshCiphers []*string + SshKexs []*string + SshMacs []*string + TlsCiphers []*string + func (s *DescribedSecurityPolicy) SetFips(v bool) *DescribedSecurityPolicy + func (s *DescribedSecurityPolicy) SetSecurityPolicyName(v string) *DescribedSecurityPolicy + func (s *DescribedSecurityPolicy) SetSshCiphers(v []*string) *DescribedSecurityPolicy + func (s *DescribedSecurityPolicy) SetSshKexs(v []*string) *DescribedSecurityPolicy + func (s *DescribedSecurityPolicy) SetSshMacs(v []*string) *DescribedSecurityPolicy + func (s *DescribedSecurityPolicy) SetTlsCiphers(v []*string) *DescribedSecurityPolicy + func (s DescribedSecurityPolicy) GoString() string + func (s DescribedSecurityPolicy) String() string + type DescribedServer struct + Arn *string + Certificate *string + Domain *string + EndpointDetails *EndpointDetails + EndpointType *string + HostKeyFingerprint *string + IdentityProviderDetails *IdentityProviderDetails + IdentityProviderType *string + LoggingRole *string + PostAuthenticationLoginBanner *string + PreAuthenticationLoginBanner *string + ProtocolDetails *ProtocolDetails + Protocols []*string + SecurityPolicyName *string + ServerId *string + State *string + StructuredLogDestinations []*string + Tags []*Tag + UserCount *int64 + WorkflowDetails *WorkflowDetails + func (s *DescribedServer) SetArn(v string) *DescribedServer + func (s *DescribedServer) SetCertificate(v string) *DescribedServer + func (s *DescribedServer) SetDomain(v string) *DescribedServer + func (s *DescribedServer) SetEndpointDetails(v *EndpointDetails) *DescribedServer + func (s *DescribedServer) SetEndpointType(v string) *DescribedServer + func (s *DescribedServer) SetHostKeyFingerprint(v string) *DescribedServer + func (s *DescribedServer) SetIdentityProviderDetails(v *IdentityProviderDetails) *DescribedServer + func (s *DescribedServer) SetIdentityProviderType(v string) *DescribedServer + func (s *DescribedServer) SetLoggingRole(v string) *DescribedServer + func (s *DescribedServer) SetPostAuthenticationLoginBanner(v string) *DescribedServer + func (s *DescribedServer) SetPreAuthenticationLoginBanner(v string) *DescribedServer + func (s *DescribedServer) SetProtocolDetails(v *ProtocolDetails) *DescribedServer + func (s *DescribedServer) SetProtocols(v []*string) *DescribedServer + func (s *DescribedServer) SetSecurityPolicyName(v string) *DescribedServer + func (s *DescribedServer) SetServerId(v string) *DescribedServer + func (s *DescribedServer) SetState(v string) *DescribedServer + func (s *DescribedServer) SetStructuredLogDestinations(v []*string) *DescribedServer + func (s *DescribedServer) SetTags(v []*Tag) *DescribedServer + func (s *DescribedServer) SetUserCount(v int64) *DescribedServer + func (s *DescribedServer) SetWorkflowDetails(v *WorkflowDetails) *DescribedServer + func (s DescribedServer) GoString() string + func (s DescribedServer) String() string + type DescribedUser struct + Arn *string + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + SshPublicKeys []*SshPublicKey + Tags []*Tag + UserName *string + func (s *DescribedUser) SetArn(v string) *DescribedUser + func (s *DescribedUser) SetHomeDirectory(v string) *DescribedUser + func (s *DescribedUser) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *DescribedUser + func (s *DescribedUser) SetHomeDirectoryType(v string) *DescribedUser + func (s *DescribedUser) SetPolicy(v string) *DescribedUser + func (s *DescribedUser) SetPosixProfile(v *PosixProfile) *DescribedUser + func (s *DescribedUser) SetRole(v string) *DescribedUser + func (s *DescribedUser) SetSshPublicKeys(v []*SshPublicKey) *DescribedUser + func (s *DescribedUser) SetTags(v []*Tag) *DescribedUser + func (s *DescribedUser) SetUserName(v string) *DescribedUser + func (s DescribedUser) GoString() string + func (s DescribedUser) String() string + type DescribedWorkflow struct + Arn *string + Description *string + OnExceptionSteps []*WorkflowStep + Steps []*WorkflowStep + Tags []*Tag + WorkflowId *string + func (s *DescribedWorkflow) SetArn(v string) *DescribedWorkflow + func (s *DescribedWorkflow) SetDescription(v string) *DescribedWorkflow + func (s *DescribedWorkflow) SetOnExceptionSteps(v []*WorkflowStep) *DescribedWorkflow + func (s *DescribedWorkflow) SetSteps(v []*WorkflowStep) *DescribedWorkflow + func (s *DescribedWorkflow) SetTags(v []*Tag) *DescribedWorkflow + func (s *DescribedWorkflow) SetWorkflowId(v string) *DescribedWorkflow + func (s DescribedWorkflow) GoString() string + func (s DescribedWorkflow) String() string + type EfsFileLocation struct + FileSystemId *string + Path *string + func (s *EfsFileLocation) SetFileSystemId(v string) *EfsFileLocation + func (s *EfsFileLocation) SetPath(v string) *EfsFileLocation + func (s *EfsFileLocation) Validate() error + func (s EfsFileLocation) GoString() string + func (s EfsFileLocation) String() string + type EndpointDetails struct + AddressAllocationIds []*string + SecurityGroupIds []*string + SubnetIds []*string + VpcEndpointId *string + VpcId *string + func (s *EndpointDetails) SetAddressAllocationIds(v []*string) *EndpointDetails + func (s *EndpointDetails) SetSecurityGroupIds(v []*string) *EndpointDetails + func (s *EndpointDetails) SetSubnetIds(v []*string) *EndpointDetails + func (s *EndpointDetails) SetVpcEndpointId(v string) *EndpointDetails + func (s *EndpointDetails) SetVpcId(v string) *EndpointDetails + func (s *EndpointDetails) Validate() error + func (s EndpointDetails) GoString() string + func (s EndpointDetails) String() string + type ExecutionError struct + Message *string + Type *string + func (s *ExecutionError) SetMessage(v string) *ExecutionError + func (s *ExecutionError) SetType(v string) *ExecutionError + func (s ExecutionError) GoString() string + func (s ExecutionError) String() string + type ExecutionResults struct + OnExceptionSteps []*ExecutionStepResult + Steps []*ExecutionStepResult + func (s *ExecutionResults) SetOnExceptionSteps(v []*ExecutionStepResult) *ExecutionResults + func (s *ExecutionResults) SetSteps(v []*ExecutionStepResult) *ExecutionResults + func (s ExecutionResults) GoString() string + func (s ExecutionResults) String() string + type ExecutionStepResult struct + Error *ExecutionError + Outputs *string + StepType *string + func (s *ExecutionStepResult) SetError(v *ExecutionError) *ExecutionStepResult + func (s *ExecutionStepResult) SetOutputs(v string) *ExecutionStepResult + func (s *ExecutionStepResult) SetStepType(v string) *ExecutionStepResult + func (s ExecutionStepResult) GoString() string + func (s ExecutionStepResult) String() string + type FileLocation struct + EfsFileLocation *EfsFileLocation + S3FileLocation *S3FileLocation + func (s *FileLocation) SetEfsFileLocation(v *EfsFileLocation) *FileLocation + func (s *FileLocation) SetS3FileLocation(v *S3FileLocation) *FileLocation + func (s FileLocation) GoString() string + func (s FileLocation) String() string + type HomeDirectoryMapEntry struct + Entry *string + Target *string + func (s *HomeDirectoryMapEntry) SetEntry(v string) *HomeDirectoryMapEntry + func (s *HomeDirectoryMapEntry) SetTarget(v string) *HomeDirectoryMapEntry + func (s *HomeDirectoryMapEntry) Validate() error + func (s HomeDirectoryMapEntry) GoString() string + func (s HomeDirectoryMapEntry) String() string + type IdentityProviderDetails struct + DirectoryId *string + Function *string + InvocationRole *string + SftpAuthenticationMethods *string + Url *string + func (s *IdentityProviderDetails) SetDirectoryId(v string) *IdentityProviderDetails + func (s *IdentityProviderDetails) SetFunction(v string) *IdentityProviderDetails + func (s *IdentityProviderDetails) SetInvocationRole(v string) *IdentityProviderDetails + func (s *IdentityProviderDetails) SetSftpAuthenticationMethods(v string) *IdentityProviderDetails + func (s *IdentityProviderDetails) SetUrl(v string) *IdentityProviderDetails + func (s *IdentityProviderDetails) Validate() error + func (s IdentityProviderDetails) GoString() string + func (s IdentityProviderDetails) String() string + type ImportCertificateInput struct + ActiveDate *time.Time + Certificate *string + CertificateChain *string + Description *string + InactiveDate *time.Time + PrivateKey *string + Tags []*Tag + Usage *string + func (s *ImportCertificateInput) SetActiveDate(v time.Time) *ImportCertificateInput + func (s *ImportCertificateInput) SetCertificate(v string) *ImportCertificateInput + func (s *ImportCertificateInput) SetCertificateChain(v string) *ImportCertificateInput + func (s *ImportCertificateInput) SetDescription(v string) *ImportCertificateInput + func (s *ImportCertificateInput) SetInactiveDate(v time.Time) *ImportCertificateInput + func (s *ImportCertificateInput) SetPrivateKey(v string) *ImportCertificateInput + func (s *ImportCertificateInput) SetTags(v []*Tag) *ImportCertificateInput + func (s *ImportCertificateInput) SetUsage(v string) *ImportCertificateInput + func (s *ImportCertificateInput) Validate() error + func (s ImportCertificateInput) GoString() string + func (s ImportCertificateInput) String() string + type ImportCertificateOutput struct + CertificateId *string + func (s *ImportCertificateOutput) SetCertificateId(v string) *ImportCertificateOutput + func (s ImportCertificateOutput) GoString() string + func (s ImportCertificateOutput) String() string + type ImportHostKeyInput struct + Description *string + HostKeyBody *string + ServerId *string + Tags []*Tag + func (s *ImportHostKeyInput) SetDescription(v string) *ImportHostKeyInput + func (s *ImportHostKeyInput) SetHostKeyBody(v string) *ImportHostKeyInput + func (s *ImportHostKeyInput) SetServerId(v string) *ImportHostKeyInput + func (s *ImportHostKeyInput) SetTags(v []*Tag) *ImportHostKeyInput + func (s *ImportHostKeyInput) Validate() error + func (s ImportHostKeyInput) GoString() string + func (s ImportHostKeyInput) String() string + type ImportHostKeyOutput struct + HostKeyId *string + ServerId *string + func (s *ImportHostKeyOutput) SetHostKeyId(v string) *ImportHostKeyOutput + func (s *ImportHostKeyOutput) SetServerId(v string) *ImportHostKeyOutput + func (s ImportHostKeyOutput) GoString() string + func (s ImportHostKeyOutput) String() string + type ImportSshPublicKeyInput struct + ServerId *string + SshPublicKeyBody *string + UserName *string + func (s *ImportSshPublicKeyInput) SetServerId(v string) *ImportSshPublicKeyInput + func (s *ImportSshPublicKeyInput) SetSshPublicKeyBody(v string) *ImportSshPublicKeyInput + func (s *ImportSshPublicKeyInput) SetUserName(v string) *ImportSshPublicKeyInput + func (s *ImportSshPublicKeyInput) Validate() error + func (s ImportSshPublicKeyInput) GoString() string + func (s ImportSshPublicKeyInput) String() string + type ImportSshPublicKeyOutput struct + ServerId *string + SshPublicKeyId *string + UserName *string + func (s *ImportSshPublicKeyOutput) SetServerId(v string) *ImportSshPublicKeyOutput + func (s *ImportSshPublicKeyOutput) SetSshPublicKeyId(v string) *ImportSshPublicKeyOutput + func (s *ImportSshPublicKeyOutput) SetUserName(v string) *ImportSshPublicKeyOutput + func (s ImportSshPublicKeyOutput) GoString() string + func (s ImportSshPublicKeyOutput) String() string + type InputFileLocation struct + EfsFileLocation *EfsFileLocation + S3FileLocation *S3InputFileLocation + func (s *InputFileLocation) SetEfsFileLocation(v *EfsFileLocation) *InputFileLocation + func (s *InputFileLocation) SetS3FileLocation(v *S3InputFileLocation) *InputFileLocation + func (s *InputFileLocation) Validate() error + func (s InputFileLocation) GoString() string + func (s InputFileLocation) 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 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 ListAccessesInput struct + MaxResults *int64 + NextToken *string + ServerId *string + func (s *ListAccessesInput) SetMaxResults(v int64) *ListAccessesInput + func (s *ListAccessesInput) SetNextToken(v string) *ListAccessesInput + func (s *ListAccessesInput) SetServerId(v string) *ListAccessesInput + func (s *ListAccessesInput) Validate() error + func (s ListAccessesInput) GoString() string + func (s ListAccessesInput) String() string + type ListAccessesOutput struct + Accesses []*ListedAccess + NextToken *string + ServerId *string + func (s *ListAccessesOutput) SetAccesses(v []*ListedAccess) *ListAccessesOutput + func (s *ListAccessesOutput) SetNextToken(v string) *ListAccessesOutput + func (s *ListAccessesOutput) SetServerId(v string) *ListAccessesOutput + func (s ListAccessesOutput) GoString() string + func (s ListAccessesOutput) String() string + type ListAgreementsInput struct + MaxResults *int64 + NextToken *string + ServerId *string + func (s *ListAgreementsInput) SetMaxResults(v int64) *ListAgreementsInput + func (s *ListAgreementsInput) SetNextToken(v string) *ListAgreementsInput + func (s *ListAgreementsInput) SetServerId(v string) *ListAgreementsInput + func (s *ListAgreementsInput) Validate() error + func (s ListAgreementsInput) GoString() string + func (s ListAgreementsInput) String() string + type ListAgreementsOutput struct + Agreements []*ListedAgreement + NextToken *string + func (s *ListAgreementsOutput) SetAgreements(v []*ListedAgreement) *ListAgreementsOutput + func (s *ListAgreementsOutput) SetNextToken(v string) *ListAgreementsOutput + func (s ListAgreementsOutput) GoString() string + func (s ListAgreementsOutput) String() string + type ListCertificatesInput struct + MaxResults *int64 + NextToken *string + func (s *ListCertificatesInput) SetMaxResults(v int64) *ListCertificatesInput + func (s *ListCertificatesInput) SetNextToken(v string) *ListCertificatesInput + func (s *ListCertificatesInput) Validate() error + func (s ListCertificatesInput) GoString() string + func (s ListCertificatesInput) String() string + type ListCertificatesOutput struct + Certificates []*ListedCertificate + NextToken *string + func (s *ListCertificatesOutput) SetCertificates(v []*ListedCertificate) *ListCertificatesOutput + func (s *ListCertificatesOutput) SetNextToken(v string) *ListCertificatesOutput + func (s ListCertificatesOutput) GoString() string + func (s ListCertificatesOutput) String() string + type ListConnectorsInput struct + MaxResults *int64 + NextToken *string + func (s *ListConnectorsInput) SetMaxResults(v int64) *ListConnectorsInput + func (s *ListConnectorsInput) SetNextToken(v string) *ListConnectorsInput + func (s *ListConnectorsInput) Validate() error + func (s ListConnectorsInput) GoString() string + func (s ListConnectorsInput) String() string + type ListConnectorsOutput struct + Connectors []*ListedConnector + NextToken *string + func (s *ListConnectorsOutput) SetConnectors(v []*ListedConnector) *ListConnectorsOutput + func (s *ListConnectorsOutput) SetNextToken(v string) *ListConnectorsOutput + func (s ListConnectorsOutput) GoString() string + func (s ListConnectorsOutput) String() string + type ListExecutionsInput struct + MaxResults *int64 + NextToken *string + WorkflowId *string + func (s *ListExecutionsInput) SetMaxResults(v int64) *ListExecutionsInput + func (s *ListExecutionsInput) SetNextToken(v string) *ListExecutionsInput + func (s *ListExecutionsInput) SetWorkflowId(v string) *ListExecutionsInput + func (s *ListExecutionsInput) Validate() error + func (s ListExecutionsInput) GoString() string + func (s ListExecutionsInput) String() string + type ListExecutionsOutput struct + Executions []*ListedExecution + NextToken *string + WorkflowId *string + func (s *ListExecutionsOutput) SetExecutions(v []*ListedExecution) *ListExecutionsOutput + func (s *ListExecutionsOutput) SetNextToken(v string) *ListExecutionsOutput + func (s *ListExecutionsOutput) SetWorkflowId(v string) *ListExecutionsOutput + func (s ListExecutionsOutput) GoString() string + func (s ListExecutionsOutput) String() string + type ListHostKeysInput struct + MaxResults *int64 + NextToken *string + ServerId *string + func (s *ListHostKeysInput) SetMaxResults(v int64) *ListHostKeysInput + func (s *ListHostKeysInput) SetNextToken(v string) *ListHostKeysInput + func (s *ListHostKeysInput) SetServerId(v string) *ListHostKeysInput + func (s *ListHostKeysInput) Validate() error + func (s ListHostKeysInput) GoString() string + func (s ListHostKeysInput) String() string + type ListHostKeysOutput struct + HostKeys []*ListedHostKey + NextToken *string + ServerId *string + func (s *ListHostKeysOutput) SetHostKeys(v []*ListedHostKey) *ListHostKeysOutput + func (s *ListHostKeysOutput) SetNextToken(v string) *ListHostKeysOutput + func (s *ListHostKeysOutput) SetServerId(v string) *ListHostKeysOutput + func (s ListHostKeysOutput) GoString() string + func (s ListHostKeysOutput) String() string + type ListProfilesInput struct + MaxResults *int64 + NextToken *string + ProfileType *string + func (s *ListProfilesInput) SetMaxResults(v int64) *ListProfilesInput + func (s *ListProfilesInput) SetNextToken(v string) *ListProfilesInput + func (s *ListProfilesInput) SetProfileType(v string) *ListProfilesInput + func (s *ListProfilesInput) Validate() error + func (s ListProfilesInput) GoString() string + func (s ListProfilesInput) String() string + type ListProfilesOutput struct + NextToken *string + Profiles []*ListedProfile + func (s *ListProfilesOutput) SetNextToken(v string) *ListProfilesOutput + func (s *ListProfilesOutput) SetProfiles(v []*ListedProfile) *ListProfilesOutput + func (s ListProfilesOutput) GoString() string + func (s ListProfilesOutput) String() string + type ListSecurityPoliciesInput struct + MaxResults *int64 + NextToken *string + func (s *ListSecurityPoliciesInput) SetMaxResults(v int64) *ListSecurityPoliciesInput + func (s *ListSecurityPoliciesInput) SetNextToken(v string) *ListSecurityPoliciesInput + func (s *ListSecurityPoliciesInput) Validate() error + func (s ListSecurityPoliciesInput) GoString() string + func (s ListSecurityPoliciesInput) String() string + type ListSecurityPoliciesOutput struct + NextToken *string + SecurityPolicyNames []*string + func (s *ListSecurityPoliciesOutput) SetNextToken(v string) *ListSecurityPoliciesOutput + func (s *ListSecurityPoliciesOutput) SetSecurityPolicyNames(v []*string) *ListSecurityPoliciesOutput + func (s ListSecurityPoliciesOutput) GoString() string + func (s ListSecurityPoliciesOutput) String() string + type ListServersInput struct + MaxResults *int64 + NextToken *string + func (s *ListServersInput) SetMaxResults(v int64) *ListServersInput + func (s *ListServersInput) SetNextToken(v string) *ListServersInput + func (s *ListServersInput) Validate() error + func (s ListServersInput) GoString() string + func (s ListServersInput) String() string + type ListServersOutput struct + NextToken *string + Servers []*ListedServer + func (s *ListServersOutput) SetNextToken(v string) *ListServersOutput + func (s *ListServersOutput) SetServers(v []*ListedServer) *ListServersOutput + func (s ListServersOutput) GoString() string + func (s ListServersOutput) String() string + type ListTagsForResourceInput struct + Arn *string + MaxResults *int64 + NextToken *string + func (s *ListTagsForResourceInput) SetArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Arn *string + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetArn(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ListUsersInput struct + MaxResults *int64 + NextToken *string + ServerId *string + func (s *ListUsersInput) SetMaxResults(v int64) *ListUsersInput + func (s *ListUsersInput) SetNextToken(v string) *ListUsersInput + func (s *ListUsersInput) SetServerId(v string) *ListUsersInput + func (s *ListUsersInput) Validate() error + func (s ListUsersInput) GoString() string + func (s ListUsersInput) String() string + type ListUsersOutput struct + NextToken *string + ServerId *string + Users []*ListedUser + func (s *ListUsersOutput) SetNextToken(v string) *ListUsersOutput + func (s *ListUsersOutput) SetServerId(v string) *ListUsersOutput + func (s *ListUsersOutput) SetUsers(v []*ListedUser) *ListUsersOutput + func (s ListUsersOutput) GoString() string + func (s ListUsersOutput) String() string + type ListWorkflowsInput struct + MaxResults *int64 + NextToken *string + func (s *ListWorkflowsInput) SetMaxResults(v int64) *ListWorkflowsInput + func (s *ListWorkflowsInput) SetNextToken(v string) *ListWorkflowsInput + func (s *ListWorkflowsInput) Validate() error + func (s ListWorkflowsInput) GoString() string + func (s ListWorkflowsInput) String() string + type ListWorkflowsOutput struct + NextToken *string + Workflows []*ListedWorkflow + func (s *ListWorkflowsOutput) SetNextToken(v string) *ListWorkflowsOutput + func (s *ListWorkflowsOutput) SetWorkflows(v []*ListedWorkflow) *ListWorkflowsOutput + func (s ListWorkflowsOutput) GoString() string + func (s ListWorkflowsOutput) String() string + type ListedAccess struct + ExternalId *string + HomeDirectory *string + HomeDirectoryType *string + Role *string + func (s *ListedAccess) SetExternalId(v string) *ListedAccess + func (s *ListedAccess) SetHomeDirectory(v string) *ListedAccess + func (s *ListedAccess) SetHomeDirectoryType(v string) *ListedAccess + func (s *ListedAccess) SetRole(v string) *ListedAccess + func (s ListedAccess) GoString() string + func (s ListedAccess) String() string + type ListedAgreement struct + AgreementId *string + Arn *string + Description *string + LocalProfileId *string + PartnerProfileId *string + ServerId *string + Status *string + func (s *ListedAgreement) SetAgreementId(v string) *ListedAgreement + func (s *ListedAgreement) SetArn(v string) *ListedAgreement + func (s *ListedAgreement) SetDescription(v string) *ListedAgreement + func (s *ListedAgreement) SetLocalProfileId(v string) *ListedAgreement + func (s *ListedAgreement) SetPartnerProfileId(v string) *ListedAgreement + func (s *ListedAgreement) SetServerId(v string) *ListedAgreement + func (s *ListedAgreement) SetStatus(v string) *ListedAgreement + func (s ListedAgreement) GoString() string + func (s ListedAgreement) String() string + type ListedCertificate struct + ActiveDate *time.Time + Arn *string + CertificateId *string + Description *string + InactiveDate *time.Time + Status *string + Type *string + Usage *string + func (s *ListedCertificate) SetActiveDate(v time.Time) *ListedCertificate + func (s *ListedCertificate) SetArn(v string) *ListedCertificate + func (s *ListedCertificate) SetCertificateId(v string) *ListedCertificate + func (s *ListedCertificate) SetDescription(v string) *ListedCertificate + func (s *ListedCertificate) SetInactiveDate(v time.Time) *ListedCertificate + func (s *ListedCertificate) SetStatus(v string) *ListedCertificate + func (s *ListedCertificate) SetType(v string) *ListedCertificate + func (s *ListedCertificate) SetUsage(v string) *ListedCertificate + func (s ListedCertificate) GoString() string + func (s ListedCertificate) String() string + type ListedConnector struct + Arn *string + ConnectorId *string + Url *string + func (s *ListedConnector) SetArn(v string) *ListedConnector + func (s *ListedConnector) SetConnectorId(v string) *ListedConnector + func (s *ListedConnector) SetUrl(v string) *ListedConnector + func (s ListedConnector) GoString() string + func (s ListedConnector) String() string + type ListedExecution struct + ExecutionId *string + InitialFileLocation *FileLocation + ServiceMetadata *ServiceMetadata + Status *string + func (s *ListedExecution) SetExecutionId(v string) *ListedExecution + func (s *ListedExecution) SetInitialFileLocation(v *FileLocation) *ListedExecution + func (s *ListedExecution) SetServiceMetadata(v *ServiceMetadata) *ListedExecution + func (s *ListedExecution) SetStatus(v string) *ListedExecution + func (s ListedExecution) GoString() string + func (s ListedExecution) String() string + type ListedHostKey struct + Arn *string + DateImported *time.Time + Description *string + Fingerprint *string + HostKeyId *string + Type *string + func (s *ListedHostKey) SetArn(v string) *ListedHostKey + func (s *ListedHostKey) SetDateImported(v time.Time) *ListedHostKey + func (s *ListedHostKey) SetDescription(v string) *ListedHostKey + func (s *ListedHostKey) SetFingerprint(v string) *ListedHostKey + func (s *ListedHostKey) SetHostKeyId(v string) *ListedHostKey + func (s *ListedHostKey) SetType(v string) *ListedHostKey + func (s ListedHostKey) GoString() string + func (s ListedHostKey) String() string + type ListedProfile struct + Arn *string + As2Id *string + ProfileId *string + ProfileType *string + func (s *ListedProfile) SetArn(v string) *ListedProfile + func (s *ListedProfile) SetAs2Id(v string) *ListedProfile + func (s *ListedProfile) SetProfileId(v string) *ListedProfile + func (s *ListedProfile) SetProfileType(v string) *ListedProfile + func (s ListedProfile) GoString() string + func (s ListedProfile) String() string + type ListedServer struct + Arn *string + Domain *string + EndpointType *string + IdentityProviderType *string + LoggingRole *string + ServerId *string + State *string + UserCount *int64 + func (s *ListedServer) SetArn(v string) *ListedServer + func (s *ListedServer) SetDomain(v string) *ListedServer + func (s *ListedServer) SetEndpointType(v string) *ListedServer + func (s *ListedServer) SetIdentityProviderType(v string) *ListedServer + func (s *ListedServer) SetLoggingRole(v string) *ListedServer + func (s *ListedServer) SetServerId(v string) *ListedServer + func (s *ListedServer) SetState(v string) *ListedServer + func (s *ListedServer) SetUserCount(v int64) *ListedServer + func (s ListedServer) GoString() string + func (s ListedServer) String() string + type ListedUser struct + Arn *string + HomeDirectory *string + HomeDirectoryType *string + Role *string + SshPublicKeyCount *int64 + UserName *string + func (s *ListedUser) SetArn(v string) *ListedUser + func (s *ListedUser) SetHomeDirectory(v string) *ListedUser + func (s *ListedUser) SetHomeDirectoryType(v string) *ListedUser + func (s *ListedUser) SetRole(v string) *ListedUser + func (s *ListedUser) SetSshPublicKeyCount(v int64) *ListedUser + func (s *ListedUser) SetUserName(v string) *ListedUser + func (s ListedUser) GoString() string + func (s ListedUser) String() string + type ListedWorkflow struct + Arn *string + Description *string + WorkflowId *string + func (s *ListedWorkflow) SetArn(v string) *ListedWorkflow + func (s *ListedWorkflow) SetDescription(v string) *ListedWorkflow + func (s *ListedWorkflow) SetWorkflowId(v string) *ListedWorkflow + func (s ListedWorkflow) GoString() string + func (s ListedWorkflow) String() string + type LoggingConfiguration struct + LogGroupName *string + LoggingRole *string + func (s *LoggingConfiguration) SetLogGroupName(v string) *LoggingConfiguration + func (s *LoggingConfiguration) SetLoggingRole(v string) *LoggingConfiguration + func (s LoggingConfiguration) GoString() string + func (s LoggingConfiguration) String() string + type PosixProfile struct + Gid *int64 + SecondaryGids []*int64 + Uid *int64 + func (s *PosixProfile) SetGid(v int64) *PosixProfile + func (s *PosixProfile) SetSecondaryGids(v []*int64) *PosixProfile + func (s *PosixProfile) SetUid(v int64) *PosixProfile + func (s *PosixProfile) Validate() error + func (s PosixProfile) GoString() string + func (s PosixProfile) String() string + type ProtocolDetails struct + As2Transports []*string + PassiveIp *string + SetStatOption *string + TlsSessionResumptionMode *string + func (s *ProtocolDetails) SetAs2Transports(v []*string) *ProtocolDetails + func (s *ProtocolDetails) SetPassiveIp(v string) *ProtocolDetails + func (s *ProtocolDetails) SetSetStatOption(v string) *ProtocolDetails + func (s *ProtocolDetails) SetTlsSessionResumptionMode(v string) *ProtocolDetails + func (s *ProtocolDetails) Validate() error + func (s ProtocolDetails) GoString() string + func (s ProtocolDetails) String() string + type ResourceExistsException struct + Message_ *string + Resource *string + ResourceType *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 + Resource *string + ResourceType *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 S3FileLocation struct + Bucket *string + Etag *string + Key *string + VersionId *string + func (s *S3FileLocation) SetBucket(v string) *S3FileLocation + func (s *S3FileLocation) SetEtag(v string) *S3FileLocation + func (s *S3FileLocation) SetKey(v string) *S3FileLocation + func (s *S3FileLocation) SetVersionId(v string) *S3FileLocation + func (s S3FileLocation) GoString() string + func (s S3FileLocation) String() string + type S3InputFileLocation struct + Bucket *string + Key *string + func (s *S3InputFileLocation) SetBucket(v string) *S3InputFileLocation + func (s *S3InputFileLocation) SetKey(v string) *S3InputFileLocation + func (s *S3InputFileLocation) Validate() error + func (s S3InputFileLocation) GoString() string + func (s S3InputFileLocation) String() string + type S3Tag struct + Key *string + Value *string + func (s *S3Tag) SetKey(v string) *S3Tag + func (s *S3Tag) SetValue(v string) *S3Tag + func (s *S3Tag) Validate() error + func (s S3Tag) GoString() string + func (s S3Tag) String() string + type SendWorkflowStepStateInput struct + ExecutionId *string + Status *string + Token *string + WorkflowId *string + func (s *SendWorkflowStepStateInput) SetExecutionId(v string) *SendWorkflowStepStateInput + func (s *SendWorkflowStepStateInput) SetStatus(v string) *SendWorkflowStepStateInput + func (s *SendWorkflowStepStateInput) SetToken(v string) *SendWorkflowStepStateInput + func (s *SendWorkflowStepStateInput) SetWorkflowId(v string) *SendWorkflowStepStateInput + func (s *SendWorkflowStepStateInput) Validate() error + func (s SendWorkflowStepStateInput) GoString() string + func (s SendWorkflowStepStateInput) String() string + type SendWorkflowStepStateOutput struct + func (s SendWorkflowStepStateOutput) GoString() string + func (s SendWorkflowStepStateOutput) String() string + type ServiceMetadata struct + UserDetails *UserDetails + func (s *ServiceMetadata) SetUserDetails(v *UserDetails) *ServiceMetadata + func (s ServiceMetadata) GoString() string + func (s ServiceMetadata) String() string + type ServiceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceUnavailableException) Code() string + func (s *ServiceUnavailableException) Error() string + func (s *ServiceUnavailableException) Message() string + func (s *ServiceUnavailableException) OrigErr() error + func (s *ServiceUnavailableException) RequestID() string + func (s *ServiceUnavailableException) StatusCode() int + func (s ServiceUnavailableException) GoString() string + func (s ServiceUnavailableException) String() string + type SftpConnectorConfig struct + TrustedHostKeys []*string + UserSecretId *string + func (s *SftpConnectorConfig) SetTrustedHostKeys(v []*string) *SftpConnectorConfig + func (s *SftpConnectorConfig) SetUserSecretId(v string) *SftpConnectorConfig + func (s *SftpConnectorConfig) Validate() error + func (s SftpConnectorConfig) GoString() string + func (s SftpConnectorConfig) String() string + type SshPublicKey struct + DateImported *time.Time + SshPublicKeyBody *string + SshPublicKeyId *string + func (s *SshPublicKey) SetDateImported(v time.Time) *SshPublicKey + func (s *SshPublicKey) SetSshPublicKeyBody(v string) *SshPublicKey + func (s *SshPublicKey) SetSshPublicKeyId(v string) *SshPublicKey + func (s SshPublicKey) GoString() string + func (s SshPublicKey) String() string + type StartFileTransferInput struct + ConnectorId *string + LocalDirectoryPath *string + RemoteDirectoryPath *string + RetrieveFilePaths []*string + SendFilePaths []*string + func (s *StartFileTransferInput) SetConnectorId(v string) *StartFileTransferInput + func (s *StartFileTransferInput) SetLocalDirectoryPath(v string) *StartFileTransferInput + func (s *StartFileTransferInput) SetRemoteDirectoryPath(v string) *StartFileTransferInput + func (s *StartFileTransferInput) SetRetrieveFilePaths(v []*string) *StartFileTransferInput + func (s *StartFileTransferInput) SetSendFilePaths(v []*string) *StartFileTransferInput + func (s *StartFileTransferInput) Validate() error + func (s StartFileTransferInput) GoString() string + func (s StartFileTransferInput) String() string + type StartFileTransferOutput struct + TransferId *string + func (s *StartFileTransferOutput) SetTransferId(v string) *StartFileTransferOutput + func (s StartFileTransferOutput) GoString() string + func (s StartFileTransferOutput) String() string + type StartServerInput struct + ServerId *string + func (s *StartServerInput) SetServerId(v string) *StartServerInput + func (s *StartServerInput) Validate() error + func (s StartServerInput) GoString() string + func (s StartServerInput) String() string + type StartServerOutput struct + func (s StartServerOutput) GoString() string + func (s StartServerOutput) String() string + type StopServerInput struct + ServerId *string + func (s *StopServerInput) SetServerId(v string) *StopServerInput + func (s *StopServerInput) Validate() error + func (s StopServerInput) GoString() string + func (s StopServerInput) String() string + type StopServerOutput struct + func (s StopServerOutput) GoString() string + func (s StopServerOutput) 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 + Arn *string + Tags []*Tag + func (s *TagResourceInput) SetArn(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 TagStepDetails struct + Name *string + SourceFileLocation *string + Tags []*S3Tag + func (s *TagStepDetails) SetName(v string) *TagStepDetails + func (s *TagStepDetails) SetSourceFileLocation(v string) *TagStepDetails + func (s *TagStepDetails) SetTags(v []*S3Tag) *TagStepDetails + func (s *TagStepDetails) Validate() error + func (s TagStepDetails) GoString() string + func (s TagStepDetails) String() string + type TestConnectionInput struct + ConnectorId *string + func (s *TestConnectionInput) SetConnectorId(v string) *TestConnectionInput + func (s *TestConnectionInput) Validate() error + func (s TestConnectionInput) GoString() string + func (s TestConnectionInput) String() string + type TestConnectionOutput struct + ConnectorId *string + Status *string + StatusMessage *string + func (s *TestConnectionOutput) SetConnectorId(v string) *TestConnectionOutput + func (s *TestConnectionOutput) SetStatus(v string) *TestConnectionOutput + func (s *TestConnectionOutput) SetStatusMessage(v string) *TestConnectionOutput + func (s TestConnectionOutput) GoString() string + func (s TestConnectionOutput) String() string + type TestIdentityProviderInput struct + ServerId *string + ServerProtocol *string + SourceIp *string + UserName *string + UserPassword *string + func (s *TestIdentityProviderInput) SetServerId(v string) *TestIdentityProviderInput + func (s *TestIdentityProviderInput) SetServerProtocol(v string) *TestIdentityProviderInput + func (s *TestIdentityProviderInput) SetSourceIp(v string) *TestIdentityProviderInput + func (s *TestIdentityProviderInput) SetUserName(v string) *TestIdentityProviderInput + func (s *TestIdentityProviderInput) SetUserPassword(v string) *TestIdentityProviderInput + func (s *TestIdentityProviderInput) Validate() error + func (s TestIdentityProviderInput) GoString() string + func (s TestIdentityProviderInput) String() string + type TestIdentityProviderOutput struct + Message *string + Response *string + StatusCode *int64 + Url *string + func (s *TestIdentityProviderOutput) SetMessage(v string) *TestIdentityProviderOutput + func (s *TestIdentityProviderOutput) SetResponse(v string) *TestIdentityProviderOutput + func (s *TestIdentityProviderOutput) SetStatusCode(v int64) *TestIdentityProviderOutput + func (s *TestIdentityProviderOutput) SetUrl(v string) *TestIdentityProviderOutput + func (s TestIdentityProviderOutput) GoString() string + func (s TestIdentityProviderOutput) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + RetryAfterSeconds *string + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type Transfer struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Transfer + func (c *Transfer) CreateAccess(input *CreateAccessInput) (*CreateAccessOutput, error) + func (c *Transfer) CreateAccessRequest(input *CreateAccessInput) (req *request.Request, output *CreateAccessOutput) + func (c *Transfer) CreateAccessWithContext(ctx aws.Context, input *CreateAccessInput, opts ...request.Option) (*CreateAccessOutput, error) + func (c *Transfer) CreateAgreement(input *CreateAgreementInput) (*CreateAgreementOutput, error) + func (c *Transfer) CreateAgreementRequest(input *CreateAgreementInput) (req *request.Request, output *CreateAgreementOutput) + func (c *Transfer) CreateAgreementWithContext(ctx aws.Context, input *CreateAgreementInput, opts ...request.Option) (*CreateAgreementOutput, error) + func (c *Transfer) CreateConnector(input *CreateConnectorInput) (*CreateConnectorOutput, error) + func (c *Transfer) CreateConnectorRequest(input *CreateConnectorInput) (req *request.Request, output *CreateConnectorOutput) + func (c *Transfer) CreateConnectorWithContext(ctx aws.Context, input *CreateConnectorInput, opts ...request.Option) (*CreateConnectorOutput, error) + func (c *Transfer) CreateProfile(input *CreateProfileInput) (*CreateProfileOutput, error) + func (c *Transfer) CreateProfileRequest(input *CreateProfileInput) (req *request.Request, output *CreateProfileOutput) + func (c *Transfer) CreateProfileWithContext(ctx aws.Context, input *CreateProfileInput, opts ...request.Option) (*CreateProfileOutput, error) + func (c *Transfer) CreateServer(input *CreateServerInput) (*CreateServerOutput, error) + func (c *Transfer) CreateServerRequest(input *CreateServerInput) (req *request.Request, output *CreateServerOutput) + func (c *Transfer) CreateServerWithContext(ctx aws.Context, input *CreateServerInput, opts ...request.Option) (*CreateServerOutput, error) + func (c *Transfer) CreateUser(input *CreateUserInput) (*CreateUserOutput, error) + func (c *Transfer) CreateUserRequest(input *CreateUserInput) (req *request.Request, output *CreateUserOutput) + func (c *Transfer) CreateUserWithContext(ctx aws.Context, input *CreateUserInput, opts ...request.Option) (*CreateUserOutput, error) + func (c *Transfer) CreateWorkflow(input *CreateWorkflowInput) (*CreateWorkflowOutput, error) + func (c *Transfer) CreateWorkflowRequest(input *CreateWorkflowInput) (req *request.Request, output *CreateWorkflowOutput) + func (c *Transfer) CreateWorkflowWithContext(ctx aws.Context, input *CreateWorkflowInput, opts ...request.Option) (*CreateWorkflowOutput, error) + func (c *Transfer) DeleteAccess(input *DeleteAccessInput) (*DeleteAccessOutput, error) + func (c *Transfer) DeleteAccessRequest(input *DeleteAccessInput) (req *request.Request, output *DeleteAccessOutput) + func (c *Transfer) DeleteAccessWithContext(ctx aws.Context, input *DeleteAccessInput, opts ...request.Option) (*DeleteAccessOutput, error) + func (c *Transfer) DeleteAgreement(input *DeleteAgreementInput) (*DeleteAgreementOutput, error) + func (c *Transfer) DeleteAgreementRequest(input *DeleteAgreementInput) (req *request.Request, output *DeleteAgreementOutput) + func (c *Transfer) DeleteAgreementWithContext(ctx aws.Context, input *DeleteAgreementInput, opts ...request.Option) (*DeleteAgreementOutput, error) + func (c *Transfer) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error) + func (c *Transfer) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput) + func (c *Transfer) DeleteCertificateWithContext(ctx aws.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error) + func (c *Transfer) DeleteConnector(input *DeleteConnectorInput) (*DeleteConnectorOutput, error) + func (c *Transfer) DeleteConnectorRequest(input *DeleteConnectorInput) (req *request.Request, output *DeleteConnectorOutput) + func (c *Transfer) DeleteConnectorWithContext(ctx aws.Context, input *DeleteConnectorInput, opts ...request.Option) (*DeleteConnectorOutput, error) + func (c *Transfer) DeleteHostKey(input *DeleteHostKeyInput) (*DeleteHostKeyOutput, error) + func (c *Transfer) DeleteHostKeyRequest(input *DeleteHostKeyInput) (req *request.Request, output *DeleteHostKeyOutput) + func (c *Transfer) DeleteHostKeyWithContext(ctx aws.Context, input *DeleteHostKeyInput, opts ...request.Option) (*DeleteHostKeyOutput, error) + func (c *Transfer) DeleteProfile(input *DeleteProfileInput) (*DeleteProfileOutput, error) + func (c *Transfer) DeleteProfileRequest(input *DeleteProfileInput) (req *request.Request, output *DeleteProfileOutput) + func (c *Transfer) DeleteProfileWithContext(ctx aws.Context, input *DeleteProfileInput, opts ...request.Option) (*DeleteProfileOutput, error) + func (c *Transfer) DeleteServer(input *DeleteServerInput) (*DeleteServerOutput, error) + func (c *Transfer) DeleteServerRequest(input *DeleteServerInput) (req *request.Request, output *DeleteServerOutput) + func (c *Transfer) DeleteServerWithContext(ctx aws.Context, input *DeleteServerInput, opts ...request.Option) (*DeleteServerOutput, error) + func (c *Transfer) DeleteSshPublicKey(input *DeleteSshPublicKeyInput) (*DeleteSshPublicKeyOutput, error) + func (c *Transfer) DeleteSshPublicKeyRequest(input *DeleteSshPublicKeyInput) (req *request.Request, output *DeleteSshPublicKeyOutput) + func (c *Transfer) DeleteSshPublicKeyWithContext(ctx aws.Context, input *DeleteSshPublicKeyInput, opts ...request.Option) (*DeleteSshPublicKeyOutput, error) + func (c *Transfer) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error) + func (c *Transfer) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput) + func (c *Transfer) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error) + func (c *Transfer) DeleteWorkflow(input *DeleteWorkflowInput) (*DeleteWorkflowOutput, error) + func (c *Transfer) DeleteWorkflowRequest(input *DeleteWorkflowInput) (req *request.Request, output *DeleteWorkflowOutput) + func (c *Transfer) DeleteWorkflowWithContext(ctx aws.Context, input *DeleteWorkflowInput, opts ...request.Option) (*DeleteWorkflowOutput, error) + func (c *Transfer) DescribeAccess(input *DescribeAccessInput) (*DescribeAccessOutput, error) + func (c *Transfer) DescribeAccessRequest(input *DescribeAccessInput) (req *request.Request, output *DescribeAccessOutput) + func (c *Transfer) DescribeAccessWithContext(ctx aws.Context, input *DescribeAccessInput, opts ...request.Option) (*DescribeAccessOutput, error) + func (c *Transfer) DescribeAgreement(input *DescribeAgreementInput) (*DescribeAgreementOutput, error) + func (c *Transfer) DescribeAgreementRequest(input *DescribeAgreementInput) (req *request.Request, output *DescribeAgreementOutput) + func (c *Transfer) DescribeAgreementWithContext(ctx aws.Context, input *DescribeAgreementInput, opts ...request.Option) (*DescribeAgreementOutput, error) + func (c *Transfer) DescribeCertificate(input *DescribeCertificateInput) (*DescribeCertificateOutput, error) + func (c *Transfer) DescribeCertificateRequest(input *DescribeCertificateInput) (req *request.Request, output *DescribeCertificateOutput) + func (c *Transfer) DescribeCertificateWithContext(ctx aws.Context, input *DescribeCertificateInput, opts ...request.Option) (*DescribeCertificateOutput, error) + func (c *Transfer) DescribeConnector(input *DescribeConnectorInput) (*DescribeConnectorOutput, error) + func (c *Transfer) DescribeConnectorRequest(input *DescribeConnectorInput) (req *request.Request, output *DescribeConnectorOutput) + func (c *Transfer) DescribeConnectorWithContext(ctx aws.Context, input *DescribeConnectorInput, opts ...request.Option) (*DescribeConnectorOutput, error) + func (c *Transfer) DescribeExecution(input *DescribeExecutionInput) (*DescribeExecutionOutput, error) + func (c *Transfer) DescribeExecutionRequest(input *DescribeExecutionInput) (req *request.Request, output *DescribeExecutionOutput) + func (c *Transfer) DescribeExecutionWithContext(ctx aws.Context, input *DescribeExecutionInput, opts ...request.Option) (*DescribeExecutionOutput, error) + func (c *Transfer) DescribeHostKey(input *DescribeHostKeyInput) (*DescribeHostKeyOutput, error) + func (c *Transfer) DescribeHostKeyRequest(input *DescribeHostKeyInput) (req *request.Request, output *DescribeHostKeyOutput) + func (c *Transfer) DescribeHostKeyWithContext(ctx aws.Context, input *DescribeHostKeyInput, opts ...request.Option) (*DescribeHostKeyOutput, error) + func (c *Transfer) DescribeProfile(input *DescribeProfileInput) (*DescribeProfileOutput, error) + func (c *Transfer) DescribeProfileRequest(input *DescribeProfileInput) (req *request.Request, output *DescribeProfileOutput) + func (c *Transfer) DescribeProfileWithContext(ctx aws.Context, input *DescribeProfileInput, opts ...request.Option) (*DescribeProfileOutput, error) + func (c *Transfer) DescribeSecurityPolicy(input *DescribeSecurityPolicyInput) (*DescribeSecurityPolicyOutput, error) + func (c *Transfer) DescribeSecurityPolicyRequest(input *DescribeSecurityPolicyInput) (req *request.Request, output *DescribeSecurityPolicyOutput) + func (c *Transfer) DescribeSecurityPolicyWithContext(ctx aws.Context, input *DescribeSecurityPolicyInput, opts ...request.Option) (*DescribeSecurityPolicyOutput, error) + func (c *Transfer) DescribeServer(input *DescribeServerInput) (*DescribeServerOutput, error) + func (c *Transfer) DescribeServerRequest(input *DescribeServerInput) (req *request.Request, output *DescribeServerOutput) + func (c *Transfer) DescribeServerWithContext(ctx aws.Context, input *DescribeServerInput, opts ...request.Option) (*DescribeServerOutput, error) + func (c *Transfer) DescribeUser(input *DescribeUserInput) (*DescribeUserOutput, error) + func (c *Transfer) DescribeUserRequest(input *DescribeUserInput) (req *request.Request, output *DescribeUserOutput) + func (c *Transfer) DescribeUserWithContext(ctx aws.Context, input *DescribeUserInput, opts ...request.Option) (*DescribeUserOutput, error) + func (c *Transfer) DescribeWorkflow(input *DescribeWorkflowInput) (*DescribeWorkflowOutput, error) + func (c *Transfer) DescribeWorkflowRequest(input *DescribeWorkflowInput) (req *request.Request, output *DescribeWorkflowOutput) + func (c *Transfer) DescribeWorkflowWithContext(ctx aws.Context, input *DescribeWorkflowInput, opts ...request.Option) (*DescribeWorkflowOutput, error) + func (c *Transfer) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error) + func (c *Transfer) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput) + func (c *Transfer) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error) + func (c *Transfer) ImportHostKey(input *ImportHostKeyInput) (*ImportHostKeyOutput, error) + func (c *Transfer) ImportHostKeyRequest(input *ImportHostKeyInput) (req *request.Request, output *ImportHostKeyOutput) + func (c *Transfer) ImportHostKeyWithContext(ctx aws.Context, input *ImportHostKeyInput, opts ...request.Option) (*ImportHostKeyOutput, error) + func (c *Transfer) ImportSshPublicKey(input *ImportSshPublicKeyInput) (*ImportSshPublicKeyOutput, error) + func (c *Transfer) ImportSshPublicKeyRequest(input *ImportSshPublicKeyInput) (req *request.Request, output *ImportSshPublicKeyOutput) + func (c *Transfer) ImportSshPublicKeyWithContext(ctx aws.Context, input *ImportSshPublicKeyInput, opts ...request.Option) (*ImportSshPublicKeyOutput, error) + func (c *Transfer) ListAccesses(input *ListAccessesInput) (*ListAccessesOutput, error) + func (c *Transfer) ListAccessesPages(input *ListAccessesInput, fn func(*ListAccessesOutput, bool) bool) error + func (c *Transfer) ListAccessesPagesWithContext(ctx aws.Context, input *ListAccessesInput, ...) error + func (c *Transfer) ListAccessesRequest(input *ListAccessesInput) (req *request.Request, output *ListAccessesOutput) + func (c *Transfer) ListAccessesWithContext(ctx aws.Context, input *ListAccessesInput, opts ...request.Option) (*ListAccessesOutput, error) + func (c *Transfer) ListAgreements(input *ListAgreementsInput) (*ListAgreementsOutput, error) + func (c *Transfer) ListAgreementsPages(input *ListAgreementsInput, fn func(*ListAgreementsOutput, bool) bool) error + func (c *Transfer) ListAgreementsPagesWithContext(ctx aws.Context, input *ListAgreementsInput, ...) error + func (c *Transfer) ListAgreementsRequest(input *ListAgreementsInput) (req *request.Request, output *ListAgreementsOutput) + func (c *Transfer) ListAgreementsWithContext(ctx aws.Context, input *ListAgreementsInput, opts ...request.Option) (*ListAgreementsOutput, error) + func (c *Transfer) ListCertificates(input *ListCertificatesInput) (*ListCertificatesOutput, error) + func (c *Transfer) ListCertificatesPages(input *ListCertificatesInput, fn func(*ListCertificatesOutput, bool) bool) error + func (c *Transfer) ListCertificatesPagesWithContext(ctx aws.Context, input *ListCertificatesInput, ...) error + func (c *Transfer) ListCertificatesRequest(input *ListCertificatesInput) (req *request.Request, output *ListCertificatesOutput) + func (c *Transfer) ListCertificatesWithContext(ctx aws.Context, input *ListCertificatesInput, opts ...request.Option) (*ListCertificatesOutput, error) + func (c *Transfer) ListConnectors(input *ListConnectorsInput) (*ListConnectorsOutput, error) + func (c *Transfer) ListConnectorsPages(input *ListConnectorsInput, fn func(*ListConnectorsOutput, bool) bool) error + func (c *Transfer) ListConnectorsPagesWithContext(ctx aws.Context, input *ListConnectorsInput, ...) error + func (c *Transfer) ListConnectorsRequest(input *ListConnectorsInput) (req *request.Request, output *ListConnectorsOutput) + func (c *Transfer) ListConnectorsWithContext(ctx aws.Context, input *ListConnectorsInput, opts ...request.Option) (*ListConnectorsOutput, error) + func (c *Transfer) ListExecutions(input *ListExecutionsInput) (*ListExecutionsOutput, error) + func (c *Transfer) ListExecutionsPages(input *ListExecutionsInput, fn func(*ListExecutionsOutput, bool) bool) error + func (c *Transfer) ListExecutionsPagesWithContext(ctx aws.Context, input *ListExecutionsInput, ...) error + func (c *Transfer) ListExecutionsRequest(input *ListExecutionsInput) (req *request.Request, output *ListExecutionsOutput) + func (c *Transfer) ListExecutionsWithContext(ctx aws.Context, input *ListExecutionsInput, opts ...request.Option) (*ListExecutionsOutput, error) + func (c *Transfer) ListHostKeys(input *ListHostKeysInput) (*ListHostKeysOutput, error) + func (c *Transfer) ListHostKeysRequest(input *ListHostKeysInput) (req *request.Request, output *ListHostKeysOutput) + func (c *Transfer) ListHostKeysWithContext(ctx aws.Context, input *ListHostKeysInput, opts ...request.Option) (*ListHostKeysOutput, error) + func (c *Transfer) ListProfiles(input *ListProfilesInput) (*ListProfilesOutput, error) + func (c *Transfer) ListProfilesPages(input *ListProfilesInput, fn func(*ListProfilesOutput, bool) bool) error + func (c *Transfer) ListProfilesPagesWithContext(ctx aws.Context, input *ListProfilesInput, ...) error + func (c *Transfer) ListProfilesRequest(input *ListProfilesInput) (req *request.Request, output *ListProfilesOutput) + func (c *Transfer) ListProfilesWithContext(ctx aws.Context, input *ListProfilesInput, opts ...request.Option) (*ListProfilesOutput, error) + func (c *Transfer) ListSecurityPolicies(input *ListSecurityPoliciesInput) (*ListSecurityPoliciesOutput, error) + func (c *Transfer) ListSecurityPoliciesPages(input *ListSecurityPoliciesInput, ...) error + func (c *Transfer) ListSecurityPoliciesPagesWithContext(ctx aws.Context, input *ListSecurityPoliciesInput, ...) error + func (c *Transfer) ListSecurityPoliciesRequest(input *ListSecurityPoliciesInput) (req *request.Request, output *ListSecurityPoliciesOutput) + func (c *Transfer) ListSecurityPoliciesWithContext(ctx aws.Context, input *ListSecurityPoliciesInput, opts ...request.Option) (*ListSecurityPoliciesOutput, error) + func (c *Transfer) ListServers(input *ListServersInput) (*ListServersOutput, error) + func (c *Transfer) ListServersPages(input *ListServersInput, fn func(*ListServersOutput, bool) bool) error + func (c *Transfer) ListServersPagesWithContext(ctx aws.Context, input *ListServersInput, ...) error + func (c *Transfer) ListServersRequest(input *ListServersInput) (req *request.Request, output *ListServersOutput) + func (c *Transfer) ListServersWithContext(ctx aws.Context, input *ListServersInput, opts ...request.Option) (*ListServersOutput, error) + func (c *Transfer) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *Transfer) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *Transfer) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *Transfer) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *Transfer) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *Transfer) ListUsers(input *ListUsersInput) (*ListUsersOutput, error) + func (c *Transfer) ListUsersPages(input *ListUsersInput, fn func(*ListUsersOutput, bool) bool) error + func (c *Transfer) ListUsersPagesWithContext(ctx aws.Context, input *ListUsersInput, fn func(*ListUsersOutput, bool) bool, ...) error + func (c *Transfer) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput) + func (c *Transfer) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error) + func (c *Transfer) ListWorkflows(input *ListWorkflowsInput) (*ListWorkflowsOutput, error) + func (c *Transfer) ListWorkflowsPages(input *ListWorkflowsInput, fn func(*ListWorkflowsOutput, bool) bool) error + func (c *Transfer) ListWorkflowsPagesWithContext(ctx aws.Context, input *ListWorkflowsInput, ...) error + func (c *Transfer) ListWorkflowsRequest(input *ListWorkflowsInput) (req *request.Request, output *ListWorkflowsOutput) + func (c *Transfer) ListWorkflowsWithContext(ctx aws.Context, input *ListWorkflowsInput, opts ...request.Option) (*ListWorkflowsOutput, error) + func (c *Transfer) SendWorkflowStepState(input *SendWorkflowStepStateInput) (*SendWorkflowStepStateOutput, error) + func (c *Transfer) SendWorkflowStepStateRequest(input *SendWorkflowStepStateInput) (req *request.Request, output *SendWorkflowStepStateOutput) + func (c *Transfer) SendWorkflowStepStateWithContext(ctx aws.Context, input *SendWorkflowStepStateInput, opts ...request.Option) (*SendWorkflowStepStateOutput, error) + func (c *Transfer) StartFileTransfer(input *StartFileTransferInput) (*StartFileTransferOutput, error) + func (c *Transfer) StartFileTransferRequest(input *StartFileTransferInput) (req *request.Request, output *StartFileTransferOutput) + func (c *Transfer) StartFileTransferWithContext(ctx aws.Context, input *StartFileTransferInput, opts ...request.Option) (*StartFileTransferOutput, error) + func (c *Transfer) StartServer(input *StartServerInput) (*StartServerOutput, error) + func (c *Transfer) StartServerRequest(input *StartServerInput) (req *request.Request, output *StartServerOutput) + func (c *Transfer) StartServerWithContext(ctx aws.Context, input *StartServerInput, opts ...request.Option) (*StartServerOutput, error) + func (c *Transfer) StopServer(input *StopServerInput) (*StopServerOutput, error) + func (c *Transfer) StopServerRequest(input *StopServerInput) (req *request.Request, output *StopServerOutput) + func (c *Transfer) StopServerWithContext(ctx aws.Context, input *StopServerInput, opts ...request.Option) (*StopServerOutput, error) + func (c *Transfer) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Transfer) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Transfer) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Transfer) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error) + func (c *Transfer) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput) + func (c *Transfer) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error) + func (c *Transfer) TestIdentityProvider(input *TestIdentityProviderInput) (*TestIdentityProviderOutput, error) + func (c *Transfer) TestIdentityProviderRequest(input *TestIdentityProviderInput) (req *request.Request, output *TestIdentityProviderOutput) + func (c *Transfer) TestIdentityProviderWithContext(ctx aws.Context, input *TestIdentityProviderInput, opts ...request.Option) (*TestIdentityProviderOutput, error) + func (c *Transfer) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Transfer) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Transfer) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *Transfer) UpdateAccess(input *UpdateAccessInput) (*UpdateAccessOutput, error) + func (c *Transfer) UpdateAccessRequest(input *UpdateAccessInput) (req *request.Request, output *UpdateAccessOutput) + func (c *Transfer) UpdateAccessWithContext(ctx aws.Context, input *UpdateAccessInput, opts ...request.Option) (*UpdateAccessOutput, error) + func (c *Transfer) UpdateAgreement(input *UpdateAgreementInput) (*UpdateAgreementOutput, error) + func (c *Transfer) UpdateAgreementRequest(input *UpdateAgreementInput) (req *request.Request, output *UpdateAgreementOutput) + func (c *Transfer) UpdateAgreementWithContext(ctx aws.Context, input *UpdateAgreementInput, opts ...request.Option) (*UpdateAgreementOutput, error) + func (c *Transfer) UpdateCertificate(input *UpdateCertificateInput) (*UpdateCertificateOutput, error) + func (c *Transfer) UpdateCertificateRequest(input *UpdateCertificateInput) (req *request.Request, output *UpdateCertificateOutput) + func (c *Transfer) UpdateCertificateWithContext(ctx aws.Context, input *UpdateCertificateInput, opts ...request.Option) (*UpdateCertificateOutput, error) + func (c *Transfer) UpdateConnector(input *UpdateConnectorInput) (*UpdateConnectorOutput, error) + func (c *Transfer) UpdateConnectorRequest(input *UpdateConnectorInput) (req *request.Request, output *UpdateConnectorOutput) + func (c *Transfer) UpdateConnectorWithContext(ctx aws.Context, input *UpdateConnectorInput, opts ...request.Option) (*UpdateConnectorOutput, error) + func (c *Transfer) UpdateHostKey(input *UpdateHostKeyInput) (*UpdateHostKeyOutput, error) + func (c *Transfer) UpdateHostKeyRequest(input *UpdateHostKeyInput) (req *request.Request, output *UpdateHostKeyOutput) + func (c *Transfer) UpdateHostKeyWithContext(ctx aws.Context, input *UpdateHostKeyInput, opts ...request.Option) (*UpdateHostKeyOutput, error) + func (c *Transfer) UpdateProfile(input *UpdateProfileInput) (*UpdateProfileOutput, error) + func (c *Transfer) UpdateProfileRequest(input *UpdateProfileInput) (req *request.Request, output *UpdateProfileOutput) + func (c *Transfer) UpdateProfileWithContext(ctx aws.Context, input *UpdateProfileInput, opts ...request.Option) (*UpdateProfileOutput, error) + func (c *Transfer) UpdateServer(input *UpdateServerInput) (*UpdateServerOutput, error) + func (c *Transfer) UpdateServerRequest(input *UpdateServerInput) (req *request.Request, output *UpdateServerOutput) + func (c *Transfer) UpdateServerWithContext(ctx aws.Context, input *UpdateServerInput, opts ...request.Option) (*UpdateServerOutput, error) + func (c *Transfer) UpdateUser(input *UpdateUserInput) (*UpdateUserOutput, error) + func (c *Transfer) UpdateUserRequest(input *UpdateUserInput) (req *request.Request, output *UpdateUserOutput) + func (c *Transfer) UpdateUserWithContext(ctx aws.Context, input *UpdateUserInput, opts ...request.Option) (*UpdateUserOutput, error) + func (c *Transfer) WaitUntilServerOffline(input *DescribeServerInput) error + func (c *Transfer) WaitUntilServerOfflineWithContext(ctx aws.Context, input *DescribeServerInput, opts ...request.WaiterOption) error + func (c *Transfer) WaitUntilServerOnline(input *DescribeServerInput) error + func (c *Transfer) WaitUntilServerOnlineWithContext(ctx aws.Context, input *DescribeServerInput, opts ...request.WaiterOption) error + type UntagResourceInput struct + Arn *string + TagKeys []*string + func (s *UntagResourceInput) SetArn(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 UpdateAccessInput struct + ExternalId *string + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + ServerId *string + func (s *UpdateAccessInput) SetExternalId(v string) *UpdateAccessInput + func (s *UpdateAccessInput) SetHomeDirectory(v string) *UpdateAccessInput + func (s *UpdateAccessInput) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *UpdateAccessInput + func (s *UpdateAccessInput) SetHomeDirectoryType(v string) *UpdateAccessInput + func (s *UpdateAccessInput) SetPolicy(v string) *UpdateAccessInput + func (s *UpdateAccessInput) SetPosixProfile(v *PosixProfile) *UpdateAccessInput + func (s *UpdateAccessInput) SetRole(v string) *UpdateAccessInput + func (s *UpdateAccessInput) SetServerId(v string) *UpdateAccessInput + func (s *UpdateAccessInput) Validate() error + func (s UpdateAccessInput) GoString() string + func (s UpdateAccessInput) String() string + type UpdateAccessOutput struct + ExternalId *string + ServerId *string + func (s *UpdateAccessOutput) SetExternalId(v string) *UpdateAccessOutput + func (s *UpdateAccessOutput) SetServerId(v string) *UpdateAccessOutput + func (s UpdateAccessOutput) GoString() string + func (s UpdateAccessOutput) String() string + type UpdateAgreementInput struct + AccessRole *string + AgreementId *string + BaseDirectory *string + Description *string + LocalProfileId *string + PartnerProfileId *string + ServerId *string + Status *string + func (s *UpdateAgreementInput) SetAccessRole(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetAgreementId(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetBaseDirectory(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetDescription(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetLocalProfileId(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetPartnerProfileId(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetServerId(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) SetStatus(v string) *UpdateAgreementInput + func (s *UpdateAgreementInput) Validate() error + func (s UpdateAgreementInput) GoString() string + func (s UpdateAgreementInput) String() string + type UpdateAgreementOutput struct + AgreementId *string + func (s *UpdateAgreementOutput) SetAgreementId(v string) *UpdateAgreementOutput + func (s UpdateAgreementOutput) GoString() string + func (s UpdateAgreementOutput) String() string + type UpdateCertificateInput struct + ActiveDate *time.Time + CertificateId *string + Description *string + InactiveDate *time.Time + func (s *UpdateCertificateInput) SetActiveDate(v time.Time) *UpdateCertificateInput + func (s *UpdateCertificateInput) SetCertificateId(v string) *UpdateCertificateInput + func (s *UpdateCertificateInput) SetDescription(v string) *UpdateCertificateInput + func (s *UpdateCertificateInput) SetInactiveDate(v time.Time) *UpdateCertificateInput + func (s *UpdateCertificateInput) Validate() error + func (s UpdateCertificateInput) GoString() string + func (s UpdateCertificateInput) String() string + type UpdateCertificateOutput struct + CertificateId *string + func (s *UpdateCertificateOutput) SetCertificateId(v string) *UpdateCertificateOutput + func (s UpdateCertificateOutput) GoString() string + func (s UpdateCertificateOutput) String() string + type UpdateConnectorInput struct + AccessRole *string + As2Config *As2ConnectorConfig + ConnectorId *string + LoggingRole *string + SftpConfig *SftpConnectorConfig + Url *string + func (s *UpdateConnectorInput) SetAccessRole(v string) *UpdateConnectorInput + func (s *UpdateConnectorInput) SetAs2Config(v *As2ConnectorConfig) *UpdateConnectorInput + func (s *UpdateConnectorInput) SetConnectorId(v string) *UpdateConnectorInput + func (s *UpdateConnectorInput) SetLoggingRole(v string) *UpdateConnectorInput + func (s *UpdateConnectorInput) SetSftpConfig(v *SftpConnectorConfig) *UpdateConnectorInput + func (s *UpdateConnectorInput) SetUrl(v string) *UpdateConnectorInput + func (s *UpdateConnectorInput) Validate() error + func (s UpdateConnectorInput) GoString() string + func (s UpdateConnectorInput) String() string + type UpdateConnectorOutput struct + ConnectorId *string + func (s *UpdateConnectorOutput) SetConnectorId(v string) *UpdateConnectorOutput + func (s UpdateConnectorOutput) GoString() string + func (s UpdateConnectorOutput) String() string + type UpdateHostKeyInput struct + Description *string + HostKeyId *string + ServerId *string + func (s *UpdateHostKeyInput) SetDescription(v string) *UpdateHostKeyInput + func (s *UpdateHostKeyInput) SetHostKeyId(v string) *UpdateHostKeyInput + func (s *UpdateHostKeyInput) SetServerId(v string) *UpdateHostKeyInput + func (s *UpdateHostKeyInput) Validate() error + func (s UpdateHostKeyInput) GoString() string + func (s UpdateHostKeyInput) String() string + type UpdateHostKeyOutput struct + HostKeyId *string + ServerId *string + func (s *UpdateHostKeyOutput) SetHostKeyId(v string) *UpdateHostKeyOutput + func (s *UpdateHostKeyOutput) SetServerId(v string) *UpdateHostKeyOutput + func (s UpdateHostKeyOutput) GoString() string + func (s UpdateHostKeyOutput) String() string + type UpdateProfileInput struct + CertificateIds []*string + ProfileId *string + func (s *UpdateProfileInput) SetCertificateIds(v []*string) *UpdateProfileInput + func (s *UpdateProfileInput) SetProfileId(v string) *UpdateProfileInput + func (s *UpdateProfileInput) Validate() error + func (s UpdateProfileInput) GoString() string + func (s UpdateProfileInput) String() string + type UpdateProfileOutput struct + ProfileId *string + func (s *UpdateProfileOutput) SetProfileId(v string) *UpdateProfileOutput + func (s UpdateProfileOutput) GoString() string + func (s UpdateProfileOutput) String() string + type UpdateServerInput struct + Certificate *string + EndpointDetails *EndpointDetails + EndpointType *string + HostKey *string + IdentityProviderDetails *IdentityProviderDetails + LoggingRole *string + PostAuthenticationLoginBanner *string + PreAuthenticationLoginBanner *string + ProtocolDetails *ProtocolDetails + Protocols []*string + SecurityPolicyName *string + ServerId *string + StructuredLogDestinations []*string + WorkflowDetails *WorkflowDetails + func (s *UpdateServerInput) SetCertificate(v string) *UpdateServerInput + func (s *UpdateServerInput) SetEndpointDetails(v *EndpointDetails) *UpdateServerInput + func (s *UpdateServerInput) SetEndpointType(v string) *UpdateServerInput + func (s *UpdateServerInput) SetHostKey(v string) *UpdateServerInput + func (s *UpdateServerInput) SetIdentityProviderDetails(v *IdentityProviderDetails) *UpdateServerInput + func (s *UpdateServerInput) SetLoggingRole(v string) *UpdateServerInput + func (s *UpdateServerInput) SetPostAuthenticationLoginBanner(v string) *UpdateServerInput + func (s *UpdateServerInput) SetPreAuthenticationLoginBanner(v string) *UpdateServerInput + func (s *UpdateServerInput) SetProtocolDetails(v *ProtocolDetails) *UpdateServerInput + func (s *UpdateServerInput) SetProtocols(v []*string) *UpdateServerInput + func (s *UpdateServerInput) SetSecurityPolicyName(v string) *UpdateServerInput + func (s *UpdateServerInput) SetServerId(v string) *UpdateServerInput + func (s *UpdateServerInput) SetStructuredLogDestinations(v []*string) *UpdateServerInput + func (s *UpdateServerInput) SetWorkflowDetails(v *WorkflowDetails) *UpdateServerInput + func (s *UpdateServerInput) Validate() error + func (s UpdateServerInput) GoString() string + func (s UpdateServerInput) String() string + type UpdateServerOutput struct + ServerId *string + func (s *UpdateServerOutput) SetServerId(v string) *UpdateServerOutput + func (s UpdateServerOutput) GoString() string + func (s UpdateServerOutput) String() string + type UpdateUserInput struct + HomeDirectory *string + HomeDirectoryMappings []*HomeDirectoryMapEntry + HomeDirectoryType *string + Policy *string + PosixProfile *PosixProfile + Role *string + ServerId *string + UserName *string + func (s *UpdateUserInput) SetHomeDirectory(v string) *UpdateUserInput + func (s *UpdateUserInput) SetHomeDirectoryMappings(v []*HomeDirectoryMapEntry) *UpdateUserInput + func (s *UpdateUserInput) SetHomeDirectoryType(v string) *UpdateUserInput + func (s *UpdateUserInput) SetPolicy(v string) *UpdateUserInput + func (s *UpdateUserInput) SetPosixProfile(v *PosixProfile) *UpdateUserInput + func (s *UpdateUserInput) SetRole(v string) *UpdateUserInput + func (s *UpdateUserInput) SetServerId(v string) *UpdateUserInput + func (s *UpdateUserInput) SetUserName(v string) *UpdateUserInput + func (s *UpdateUserInput) Validate() error + func (s UpdateUserInput) GoString() string + func (s UpdateUserInput) String() string + type UpdateUserOutput struct + ServerId *string + UserName *string + func (s *UpdateUserOutput) SetServerId(v string) *UpdateUserOutput + func (s *UpdateUserOutput) SetUserName(v string) *UpdateUserOutput + func (s UpdateUserOutput) GoString() string + func (s UpdateUserOutput) String() string + type UserDetails struct + ServerId *string + SessionId *string + UserName *string + func (s *UserDetails) SetServerId(v string) *UserDetails + func (s *UserDetails) SetSessionId(v string) *UserDetails + func (s *UserDetails) SetUserName(v string) *UserDetails + func (s UserDetails) GoString() string + func (s UserDetails) String() string + type WorkflowDetail struct + ExecutionRole *string + WorkflowId *string + func (s *WorkflowDetail) SetExecutionRole(v string) *WorkflowDetail + func (s *WorkflowDetail) SetWorkflowId(v string) *WorkflowDetail + func (s *WorkflowDetail) Validate() error + func (s WorkflowDetail) GoString() string + func (s WorkflowDetail) String() string + type WorkflowDetails struct + OnPartialUpload []*WorkflowDetail + OnUpload []*WorkflowDetail + func (s *WorkflowDetails) SetOnPartialUpload(v []*WorkflowDetail) *WorkflowDetails + func (s *WorkflowDetails) SetOnUpload(v []*WorkflowDetail) *WorkflowDetails + func (s *WorkflowDetails) Validate() error + func (s WorkflowDetails) GoString() string + func (s WorkflowDetails) String() string + type WorkflowStep struct + CopyStepDetails *CopyStepDetails + CustomStepDetails *CustomStepDetails + DecryptStepDetails *DecryptStepDetails + DeleteStepDetails *DeleteStepDetails + TagStepDetails *TagStepDetails + Type *string + func (s *WorkflowStep) SetCopyStepDetails(v *CopyStepDetails) *WorkflowStep + func (s *WorkflowStep) SetCustomStepDetails(v *CustomStepDetails) *WorkflowStep + func (s *WorkflowStep) SetDecryptStepDetails(v *DecryptStepDetails) *WorkflowStep + func (s *WorkflowStep) SetDeleteStepDetails(v *DeleteStepDetails) *WorkflowStep + func (s *WorkflowStep) SetTagStepDetails(v *TagStepDetails) *WorkflowStep + func (s *WorkflowStep) SetType(v string) *WorkflowStep + func (s *WorkflowStep) Validate() error + func (s WorkflowStep) GoString() string + func (s WorkflowStep) String() string