Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IoT ¶
type IoT struct {
// define the AWS region that IoT is located at
AwsRegion awsregion.AWSRegion
// custom http2 client options
HttpOptions *awshttp2.HttpClientSettings
// contains filtered or unexported fields
}
IoT struct encapsulates the AWS IoT access functionality
func (*IoT) AttachPolicy ¶
func (*IoT) Connect ¶
func (s *IoT) Connect(parentSegment ...*xray.XRayParentSegment) (err error)
Connect will establish a connection to the IoT service
func (*IoT) UpdateParentSegment ¶
func (s *IoT) UpdateParentSegment(parentSegment *xray.XRayParentSegment)
UpdateParentSegment updates this struct's xray parent segment, if no parent segment, set nil
Click to show internal directories.
Click to hide internal directories.