Documentation
¶
Overview ¶
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
http://aws.amazon.com/apache2.0/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Code generated by mockery v1.0.0
Index ¶
- type Service
- func (_m *Service) CancelCommand(_a0 log.T, commandID string, instanceIDs []string) (*ssm.CancelCommandOutput, error)
- func (_m *Service) CreateDocument(_a0 log.T, docName string, docContent string) (*ssm.CreateDocumentOutput, error)
- func (_m *Service) DeleteDocument(_a0 log.T, instanceID string) (*ssm.DeleteDocumentOutput, error)
- func (_m *Service) DescribeAssociation(_a0 log.T, instanceID string, docName string) (*ssm.DescribeAssociationOutput, error)
- func (_m *Service) GetDecryptedParameters(_a0 log.T, paramNames []string) (*ssm.GetParametersOutput, error)
- func (_m *Service) GetDocument(_a0 log.T, docName string, docVersion string) (*ssm.GetDocumentOutput, error)
- func (_m *Service) GetParameters(_a0 log.T, paramNames []string) (*ssm.GetParametersOutput, error)
- func (_m *Service) ListAssociations(_a0 log.T, instanceID string) (*ssm.ListAssociationsOutput, error)
- func (_m *Service) ListCommandInvocations(_a0 log.T, instanceID string, commandID string) (*ssm.ListCommandInvocationsOutput, error)
- func (_m *Service) ListCommands(_a0 log.T, instanceID string) (*ssm.ListCommandsOutput, error)
- func (_m *Service) ListInstanceAssociations(_a0 log.T, instanceID string, nextToken *string) (*ssm.ListInstanceAssociationsOutput, error)
- func (_m *Service) PutComplianceItems(_a0 log.T, executionTime *time.Time, executionType string, executionId string, ...) (*ssm.PutComplianceItemsOutput, error)
- func (_m *Service) SendCommand(_a0 log.T, documentName string, instanceIDs []string, ...) (*ssm.SendCommandOutput, error)
- func (_m *Service) UpdateAssociationStatus(_a0 log.T, instanceID string, name string, ...) (*ssm.UpdateAssociationStatusOutput, error)
- func (_m *Service) UpdateEmptyInstanceInformation(_a0 log.T, agentVersion string, agentName string) (*ssm.UpdateInstanceInformationOutput, error)
- func (_m *Service) UpdateInstanceAssociationStatus(_a0 log.T, associationID string, instanceID string, ...) (*ssm.UpdateInstanceAssociationStatusOutput, error)
- func (_m *Service) UpdateInstanceInformation(_a0 log.T, agentVersion string, agentStatus string, agentName string, ...) (*ssm.UpdateInstanceInformationOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is an autogenerated mock type for the Service type
func (*Service) CancelCommand ¶
func (_m *Service) CancelCommand(_a0 log.T, commandID string, instanceIDs []string) (*ssm.CancelCommandOutput, error)
CancelCommand provides a mock function with given fields: _a0, commandID, instanceIDs
func (*Service) CreateDocument ¶
func (_m *Service) CreateDocument(_a0 log.T, docName string, docContent string) (*ssm.CreateDocumentOutput, error)
CreateDocument provides a mock function with given fields: _a0, docName, docContent
func (*Service) DeleteDocument ¶
DeleteDocument provides a mock function with given fields: _a0, instanceID
func (*Service) DescribeAssociation ¶
func (_m *Service) DescribeAssociation(_a0 log.T, instanceID string, docName string) (*ssm.DescribeAssociationOutput, error)
DescribeAssociation provides a mock function with given fields: _a0, instanceID, docName
func (*Service) GetDecryptedParameters ¶
func (_m *Service) GetDecryptedParameters(_a0 log.T, paramNames []string) (*ssm.GetParametersOutput, error)
GetDecryptedParameters provides a mock function with given fields: _a0, paramNames
func (*Service) GetDocument ¶
func (_m *Service) GetDocument(_a0 log.T, docName string, docVersion string) (*ssm.GetDocumentOutput, error)
GetDocument provides a mock function with given fields: _a0, docName, docVersion
func (*Service) GetParameters ¶
GetParameters provides a mock function with given fields: _a0, paramNames
func (*Service) ListAssociations ¶
func (_m *Service) ListAssociations(_a0 log.T, instanceID string) (*ssm.ListAssociationsOutput, error)
ListAssociations provides a mock function with given fields: _a0, instanceID
func (*Service) ListCommandInvocations ¶
func (_m *Service) ListCommandInvocations(_a0 log.T, instanceID string, commandID string) (*ssm.ListCommandInvocationsOutput, error)
ListCommandInvocations provides a mock function with given fields: _a0, instanceID, commandID
func (*Service) ListCommands ¶
ListCommands provides a mock function with given fields: _a0, instanceID
func (*Service) ListInstanceAssociations ¶
func (_m *Service) ListInstanceAssociations(_a0 log.T, instanceID string, nextToken *string) (*ssm.ListInstanceAssociationsOutput, error)
ListInstanceAssociations provides a mock function with given fields: _a0, instanceID, nextToken
func (*Service) PutComplianceItems ¶
func (_m *Service) PutComplianceItems(_a0 log.T, executionTime *time.Time, executionType string, executionId string, instanceId string, complianceType string, itemContentHash string, items []*ssm.ComplianceItemEntry) (*ssm.PutComplianceItemsOutput, error)
PutComplianceItems provides a mock function with given fields: _a0, executionTime, executionType, executionId, instanceId, complianceType, itemContentHash, items
func (*Service) SendCommand ¶
func (_m *Service) SendCommand(_a0 log.T, documentName string, instanceIDs []string, parameters map[string][]*string, timeoutSeconds *int64, outputS3BucketName *string, outputS3KeyPrefix *string) (*ssm.SendCommandOutput, error)
SendCommand provides a mock function with given fields: _a0, documentName, instanceIDs, parameters, timeoutSeconds, outputS3BucketName, outputS3KeyPrefix
func (*Service) UpdateAssociationStatus ¶
func (_m *Service) UpdateAssociationStatus(_a0 log.T, instanceID string, name string, associationStatus *ssm.AssociationStatus) (*ssm.UpdateAssociationStatusOutput, error)
UpdateAssociationStatus provides a mock function with given fields: _a0, instanceID, name, associationStatus
func (*Service) UpdateEmptyInstanceInformation ¶
func (_m *Service) UpdateEmptyInstanceInformation(_a0 log.T, agentVersion string, agentName string) (*ssm.UpdateInstanceInformationOutput, error)
UpdateEmptyInstanceInformation provides a mock function with given fields: agentName
func (*Service) UpdateInstanceAssociationStatus ¶
func (_m *Service) UpdateInstanceAssociationStatus(_a0 log.T, associationID string, instanceID string, executionResult *ssm.InstanceAssociationExecutionResult) (*ssm.UpdateInstanceAssociationStatusOutput, error)
UpdateInstanceAssociationStatus provides a mock function with given fields: _a0, associationID, instanceID, executionResult
func (*Service) UpdateInstanceInformation ¶
func (_m *Service) UpdateInstanceInformation(_a0 log.T, agentVersion string, agentStatus string, agentName string, availabilityZone string, availabilityZoneId string, ssmConnectionChannel string) (*ssm.UpdateInstanceInformationOutput, error)
UpdateInstanceInformation provides a mock function with given fields: _a0, agentVersion, agentStatus, agentName, availabilityZone, availabilityZoneId, ssmConnectionChannel