Versions in this module Expand all Collapse all v1 v1.42.9 Aug 3, 2023 Changes in this version + const ErrCodeEC2InstanceStateInvalidException + const ErrCodeEC2InstanceUnavailableException + type EC2InstanceStateInvalidException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EC2InstanceStateInvalidException) Code() string + func (s *EC2InstanceStateInvalidException) Error() string + func (s *EC2InstanceStateInvalidException) Message() string + func (s *EC2InstanceStateInvalidException) OrigErr() error + func (s *EC2InstanceStateInvalidException) RequestID() string + func (s *EC2InstanceStateInvalidException) StatusCode() int + func (s EC2InstanceStateInvalidException) GoString() string + func (s EC2InstanceStateInvalidException) String() string + type EC2InstanceUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EC2InstanceUnavailableException) Code() string + func (s *EC2InstanceUnavailableException) Error() string + func (s *EC2InstanceUnavailableException) Message() string + func (s *EC2InstanceUnavailableException) OrigErr() error + func (s *EC2InstanceUnavailableException) RequestID() string + func (s *EC2InstanceUnavailableException) StatusCode() int + func (s EC2InstanceUnavailableException) GoString() string + func (s EC2InstanceUnavailableException) String() string v1.42.6 Nov 15, 2021 Changes in this version + const EndpointsID + const ErrCodeAuthException + const ErrCodeEC2InstanceNotFoundException + const ErrCodeEC2InstanceTypeInvalidException + const ErrCodeInvalidArgsException + const ErrCodeSerialConsoleAccessDisabledException + const ErrCodeSerialConsoleSessionLimitExceededException + const ErrCodeSerialConsoleSessionUnavailableException + const ErrCodeServiceException + const ErrCodeThrottlingException + const ServiceID + const ServiceName + type AuthException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AuthException) Code() string + func (s *AuthException) Error() string + func (s *AuthException) Message() string + func (s *AuthException) OrigErr() error + func (s *AuthException) RequestID() string + func (s *AuthException) StatusCode() int + func (s AuthException) GoString() string + func (s AuthException) String() string + type EC2InstanceConnect struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *EC2InstanceConnect + func (c *EC2InstanceConnect) SendSSHPublicKey(input *SendSSHPublicKeyInput) (*SendSSHPublicKeyOutput, error) + func (c *EC2InstanceConnect) SendSSHPublicKeyRequest(input *SendSSHPublicKeyInput) (req *request.Request, output *SendSSHPublicKeyOutput) + func (c *EC2InstanceConnect) SendSSHPublicKeyWithContext(ctx aws.Context, input *SendSSHPublicKeyInput, opts ...request.Option) (*SendSSHPublicKeyOutput, error) + func (c *EC2InstanceConnect) SendSerialConsoleSSHPublicKey(input *SendSerialConsoleSSHPublicKeyInput) (*SendSerialConsoleSSHPublicKeyOutput, error) + func (c *EC2InstanceConnect) SendSerialConsoleSSHPublicKeyRequest(input *SendSerialConsoleSSHPublicKeyInput) (req *request.Request, output *SendSerialConsoleSSHPublicKeyOutput) + func (c *EC2InstanceConnect) SendSerialConsoleSSHPublicKeyWithContext(ctx aws.Context, input *SendSerialConsoleSSHPublicKeyInput, ...) (*SendSerialConsoleSSHPublicKeyOutput, error) + type EC2InstanceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EC2InstanceNotFoundException) Code() string + func (s *EC2InstanceNotFoundException) Error() string + func (s *EC2InstanceNotFoundException) Message() string + func (s *EC2InstanceNotFoundException) OrigErr() error + func (s *EC2InstanceNotFoundException) RequestID() string + func (s *EC2InstanceNotFoundException) StatusCode() int + func (s EC2InstanceNotFoundException) GoString() string + func (s EC2InstanceNotFoundException) String() string + type EC2InstanceTypeInvalidException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *EC2InstanceTypeInvalidException) Code() string + func (s *EC2InstanceTypeInvalidException) Error() string + func (s *EC2InstanceTypeInvalidException) Message() string + func (s *EC2InstanceTypeInvalidException) OrigErr() error + func (s *EC2InstanceTypeInvalidException) RequestID() string + func (s *EC2InstanceTypeInvalidException) StatusCode() int + func (s EC2InstanceTypeInvalidException) GoString() string + func (s EC2InstanceTypeInvalidException) String() string + type InvalidArgsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidArgsException) Code() string + func (s *InvalidArgsException) Error() string + func (s *InvalidArgsException) Message() string + func (s *InvalidArgsException) OrigErr() error + func (s *InvalidArgsException) RequestID() string + func (s *InvalidArgsException) StatusCode() int + func (s InvalidArgsException) GoString() string + func (s InvalidArgsException) String() string + type SendSSHPublicKeyInput struct + AvailabilityZone *string + InstanceId *string + InstanceOSUser *string + SSHPublicKey *string + func (s *SendSSHPublicKeyInput) SetAvailabilityZone(v string) *SendSSHPublicKeyInput + func (s *SendSSHPublicKeyInput) SetInstanceId(v string) *SendSSHPublicKeyInput + func (s *SendSSHPublicKeyInput) SetInstanceOSUser(v string) *SendSSHPublicKeyInput + func (s *SendSSHPublicKeyInput) SetSSHPublicKey(v string) *SendSSHPublicKeyInput + func (s *SendSSHPublicKeyInput) Validate() error + func (s SendSSHPublicKeyInput) GoString() string + func (s SendSSHPublicKeyInput) String() string + type SendSSHPublicKeyOutput struct + RequestId *string + Success *bool + func (s *SendSSHPublicKeyOutput) SetRequestId(v string) *SendSSHPublicKeyOutput + func (s *SendSSHPublicKeyOutput) SetSuccess(v bool) *SendSSHPublicKeyOutput + func (s SendSSHPublicKeyOutput) GoString() string + func (s SendSSHPublicKeyOutput) String() string + type SendSerialConsoleSSHPublicKeyInput struct + InstanceId *string + SSHPublicKey *string + SerialPort *int64 + func (s *SendSerialConsoleSSHPublicKeyInput) SetInstanceId(v string) *SendSerialConsoleSSHPublicKeyInput + func (s *SendSerialConsoleSSHPublicKeyInput) SetSSHPublicKey(v string) *SendSerialConsoleSSHPublicKeyInput + func (s *SendSerialConsoleSSHPublicKeyInput) SetSerialPort(v int64) *SendSerialConsoleSSHPublicKeyInput + func (s *SendSerialConsoleSSHPublicKeyInput) Validate() error + func (s SendSerialConsoleSSHPublicKeyInput) GoString() string + func (s SendSerialConsoleSSHPublicKeyInput) String() string + type SendSerialConsoleSSHPublicKeyOutput struct + RequestId *string + Success *bool + func (s *SendSerialConsoleSSHPublicKeyOutput) SetRequestId(v string) *SendSerialConsoleSSHPublicKeyOutput + func (s *SendSerialConsoleSSHPublicKeyOutput) SetSuccess(v bool) *SendSerialConsoleSSHPublicKeyOutput + func (s SendSerialConsoleSSHPublicKeyOutput) GoString() string + func (s SendSerialConsoleSSHPublicKeyOutput) String() string + type SerialConsoleAccessDisabledException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SerialConsoleAccessDisabledException) Code() string + func (s *SerialConsoleAccessDisabledException) Error() string + func (s *SerialConsoleAccessDisabledException) Message() string + func (s *SerialConsoleAccessDisabledException) OrigErr() error + func (s *SerialConsoleAccessDisabledException) RequestID() string + func (s *SerialConsoleAccessDisabledException) StatusCode() int + func (s SerialConsoleAccessDisabledException) GoString() string + func (s SerialConsoleAccessDisabledException) String() string + type SerialConsoleSessionLimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SerialConsoleSessionLimitExceededException) Code() string + func (s *SerialConsoleSessionLimitExceededException) Error() string + func (s *SerialConsoleSessionLimitExceededException) Message() string + func (s *SerialConsoleSessionLimitExceededException) OrigErr() error + func (s *SerialConsoleSessionLimitExceededException) RequestID() string + func (s *SerialConsoleSessionLimitExceededException) StatusCode() int + func (s SerialConsoleSessionLimitExceededException) GoString() string + func (s SerialConsoleSessionLimitExceededException) String() string + type SerialConsoleSessionUnavailableException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *SerialConsoleSessionUnavailableException) Code() string + func (s *SerialConsoleSessionUnavailableException) Error() string + func (s *SerialConsoleSessionUnavailableException) Message() string + func (s *SerialConsoleSessionUnavailableException) OrigErr() error + func (s *SerialConsoleSessionUnavailableException) RequestID() string + func (s *SerialConsoleSessionUnavailableException) StatusCode() int + func (s SerialConsoleSessionUnavailableException) GoString() string + func (s SerialConsoleSessionUnavailableException) String() string + type ServiceException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ServiceException) Code() string + func (s *ServiceException) Error() string + func (s *ServiceException) Message() string + func (s *ServiceException) OrigErr() error + func (s *ServiceException) RequestID() string + func (s *ServiceException) StatusCode() int + func (s ServiceException) GoString() string + func (s ServiceException) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + 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