Documentation ¶
Overview ¶
This package returns the means of creating an object of type facade
This interface is created manally based on the ssmiface.SSMAPI. In order to keep in one place the only APIs needed for birdwatcher.
This package returns the means of creating an object of type facade
Index ¶
- type BirdwatcherFacade
- type FacadeStub
- func (m *FacadeStub) DescribeDocument(input *ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error)
- func (m *FacadeStub) DescribeDocumentRequest(*ssm.DescribeDocumentInput) (*request.Request, *ssm.DescribeDocumentOutput)
- func (m *FacadeStub) GetDocument(input *ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error)
- func (m *FacadeStub) GetDocumentRequest(*ssm.GetDocumentInput) (*request.Request, *ssm.GetDocumentOutput)
- func (m *FacadeStub) GetManifest(input *ssm.GetManifestInput) (*ssm.GetManifestOutput, error)
- func (m *FacadeStub) GetManifestRequest(*ssm.GetManifestInput) (*request.Request, *ssm.GetManifestOutput)
- func (m *FacadeStub) PutConfigurePackageResult(input *ssm.PutConfigurePackageResultInput) (*ssm.PutConfigurePackageResultOutput, error)
- func (m *FacadeStub) PutConfigurePackageResultRequest(*ssm.PutConfigurePackageResultInput) (*request.Request, *ssm.PutConfigurePackageResultOutput)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BirdwatcherFacade ¶
type BirdwatcherFacade interface { GetManifestRequest(*ssm.GetManifestInput) (*request.Request, *ssm.GetManifestOutput) GetManifest(*ssm.GetManifestInput) (*ssm.GetManifestOutput, error) PutConfigurePackageResultRequest(*ssm.PutConfigurePackageResultInput) (*request.Request, *ssm.PutConfigurePackageResultOutput) PutConfigurePackageResult(*ssm.PutConfigurePackageResultInput) (*ssm.PutConfigurePackageResultOutput, error) GetDocumentRequest(*ssm.GetDocumentInput) (*request.Request, *ssm.GetDocumentOutput) GetDocument(*ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error) DescribeDocumentRequest(*ssm.DescribeDocumentInput) (*request.Request, *ssm.DescribeDocumentOutput) DescribeDocument(*ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error) }
BirdwatcherFacade is the interface type for ssmiface.SSMAPI
func NewBirdwatcherFacade ¶
func NewBirdwatcherFacade(context context.T) BirdwatcherFacade
type FacadeStub ¶
type FacadeStub struct { GetManifestInput *ssm.GetManifestInput GetManifestOutput *ssm.GetManifestOutput GetManifestError error PutConfigurePackageResultInput *ssm.PutConfigurePackageResultInput PutConfigurePackageResultOutput *ssm.PutConfigurePackageResultOutput PutConfigurePackageResultError error GetDocumentInput *ssm.GetDocumentInput GetDocumentOutput *ssm.GetDocumentOutput GetDocumentError error DescribeDocumentInput *ssm.DescribeDocumentInput DescribeDocumentOutput *ssm.DescribeDocumentOutput DescribeDocumentError error }
FacadeStub
func (*FacadeStub) DescribeDocument ¶
func (m *FacadeStub) DescribeDocument(input *ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error)
func (*FacadeStub) DescribeDocumentRequest ¶
func (m *FacadeStub) DescribeDocumentRequest(*ssm.DescribeDocumentInput) (*request.Request, *ssm.DescribeDocumentOutput)
func (*FacadeStub) GetDocument ¶
func (m *FacadeStub) GetDocument(input *ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error)
func (*FacadeStub) GetDocumentRequest ¶
func (m *FacadeStub) GetDocumentRequest(*ssm.GetDocumentInput) (*request.Request, *ssm.GetDocumentOutput)
func (*FacadeStub) GetManifest ¶
func (m *FacadeStub) GetManifest(input *ssm.GetManifestInput) (*ssm.GetManifestOutput, error)
func (*FacadeStub) GetManifestRequest ¶
func (m *FacadeStub) GetManifestRequest(*ssm.GetManifestInput) (*request.Request, *ssm.GetManifestOutput)
func (*FacadeStub) PutConfigurePackageResult ¶
func (m *FacadeStub) PutConfigurePackageResult(input *ssm.PutConfigurePackageResultInput) (*ssm.PutConfigurePackageResultOutput, error)
func (*FacadeStub) PutConfigurePackageResultRequest ¶
func (m *FacadeStub) PutConfigurePackageResultRequest(*ssm.PutConfigurePackageResultInput) (*request.Request, *ssm.PutConfigurePackageResultOutput)
Directories ¶
Path | Synopsis |
---|---|
Code generated by mockery v1.0.0
|
Code generated by mockery v1.0.0 |
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument
|
Package retryer overrides the default ssm retryer delay logic to suit GetManifest, DescribeDocument and GetDocument |
Click to show internal directories.
Click to hide internal directories.