Documentation ¶
Index ¶
- type AddTagsToResourceFuture
- type CancelCommandFuture
- type CancelMaintenanceWindowExecutionFuture
- type Client
- type CreateActivationFuture
- type CreateAssociationBatchFuture
- type CreateAssociationFuture
- type CreateDocumentFuture
- type CreateMaintenanceWindowFuture
- type CreateOpsItemFuture
- type CreatePatchBaselineFuture
- type CreateResourceDataSyncFuture
- type DeleteActivationFuture
- type DeleteAssociationFuture
- type DeleteDocumentFuture
- type DeleteInventoryFuture
- type DeleteMaintenanceWindowFuture
- type DeleteParameterFuture
- type DeleteParametersFuture
- type DeletePatchBaselineFuture
- type DeleteResourceDataSyncFuture
- type DeregisterManagedInstanceFuture
- type DeregisterPatchBaselineForPatchGroupFuture
- type DeregisterTargetFromMaintenanceWindowFuture
- type DeregisterTaskFromMaintenanceWindowFuture
- type DescribeActivationsFuture
- type DescribeAssociationExecutionTargetsFuture
- type DescribeAssociationExecutionsFuture
- type DescribeAssociationFuture
- type DescribeAutomationExecutionsFuture
- type DescribeAutomationStepExecutionsFuture
- type DescribeAvailablePatchesFuture
- type DescribeDocumentFuture
- type DescribeDocumentPermissionFuture
- type DescribeEffectiveInstanceAssociationsFuture
- type DescribeEffectivePatchesForPatchBaselineFuture
- type DescribeInstanceAssociationsStatusFuture
- type DescribeInstanceInformationFuture
- type DescribeInstancePatchStatesForPatchGroupFuture
- type DescribeInstancePatchStatesFuture
- type DescribeInstancePatchesFuture
- type DescribeInventoryDeletionsFuture
- type DescribeMaintenanceWindowExecutionTaskInvocationsFuture
- type DescribeMaintenanceWindowExecutionTasksFuture
- type DescribeMaintenanceWindowExecutionsFuture
- type DescribeMaintenanceWindowScheduleFuture
- type DescribeMaintenanceWindowTargetsFuture
- type DescribeMaintenanceWindowTasksFuture
- type DescribeMaintenanceWindowsForTargetFuture
- type DescribeMaintenanceWindowsFuture
- type DescribeOpsItemsFuture
- type DescribeParametersFuture
- type DescribePatchBaselinesFuture
- type DescribePatchGroupStateFuture
- type DescribePatchGroupsFuture
- type DescribePatchPropertiesFuture
- type DescribeSessionsFuture
- type GetAutomationExecutionFuture
- type GetCalendarStateFuture
- type GetCommandInvocationFuture
- type GetConnectionStatusFuture
- type GetDefaultPatchBaselineFuture
- type GetDeployablePatchSnapshotForInstanceFuture
- type GetDocumentFuture
- type GetInventoryFuture
- type GetInventorySchemaFuture
- type GetMaintenanceWindowExecutionFuture
- type GetMaintenanceWindowExecutionTaskFuture
- type GetMaintenanceWindowExecutionTaskInvocationFuture
- type GetMaintenanceWindowFuture
- type GetMaintenanceWindowTaskFuture
- type GetOpsItemFuture
- type GetOpsSummaryFuture
- type GetParameterFuture
- type GetParameterHistoryFuture
- type GetParametersByPathFuture
- type GetParametersFuture
- type GetPatchBaselineForPatchGroupFuture
- type GetPatchBaselineFuture
- type GetServiceSettingFuture
- type LabelParameterVersionFuture
- type ListAssociationVersionsFuture
- type ListAssociationsFuture
- type ListCommandInvocationsFuture
- type ListCommandsFuture
- type ListComplianceItemsFuture
- type ListComplianceSummariesFuture
- type ListDocumentVersionsFuture
- type ListDocumentsFuture
- type ListInventoryEntriesFuture
- type ListResourceComplianceSummariesFuture
- type ListResourceDataSyncFuture
- type ListTagsForResourceFuture
- type ModifyDocumentPermissionFuture
- type PutComplianceItemsFuture
- type PutInventoryFuture
- type PutParameterFuture
- type RegisterDefaultPatchBaselineFuture
- type RegisterPatchBaselineForPatchGroupFuture
- type RegisterTargetWithMaintenanceWindowFuture
- type RegisterTaskWithMaintenanceWindowFuture
- type RemoveTagsFromResourceFuture
- type ResetServiceSettingFuture
- type ResumeSessionFuture
- type SendAutomationSignalFuture
- type SendCommandFuture
- type StartAssociationsOnceFuture
- type StartAutomationExecutionFuture
- type StartSessionFuture
- type StopAutomationExecutionFuture
- type TerminateSessionFuture
- type UpdateAssociationFuture
- type UpdateAssociationStatusFuture
- type UpdateDocumentDefaultVersionFuture
- type UpdateDocumentFuture
- type UpdateMaintenanceWindowFuture
- type UpdateMaintenanceWindowTargetFuture
- type UpdateMaintenanceWindowTaskFuture
- type UpdateManagedInstanceRoleFuture
- type UpdateOpsItemFuture
- type UpdatePatchBaselineFuture
- type UpdateResourceDataSyncFuture
- type UpdateServiceSettingFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddTagsToResourceFuture ¶
type AddTagsToResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddTagsToResourceFuture) Get ¶
func (r *AddTagsToResourceFuture) Get(ctx workflow.Context) (*ssm.AddTagsToResourceOutput, error)
type CancelCommandFuture ¶
func (*CancelCommandFuture) Get ¶
func (r *CancelCommandFuture) Get(ctx workflow.Context) (*ssm.CancelCommandOutput, error)
type CancelMaintenanceWindowExecutionFuture ¶
type CancelMaintenanceWindowExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelMaintenanceWindowExecutionFuture) Get ¶
func (r *CancelMaintenanceWindowExecutionFuture) Get(ctx workflow.Context) (*ssm.CancelMaintenanceWindowExecutionOutput, error)
type Client ¶
type Client interface { AddTagsToResource(ctx workflow.Context, input *ssm.AddTagsToResourceInput) (*ssm.AddTagsToResourceOutput, error) AddTagsToResourceAsync(ctx workflow.Context, input *ssm.AddTagsToResourceInput) *AddTagsToResourceFuture CancelCommand(ctx workflow.Context, input *ssm.CancelCommandInput) (*ssm.CancelCommandOutput, error) CancelCommandAsync(ctx workflow.Context, input *ssm.CancelCommandInput) *CancelCommandFuture CancelMaintenanceWindowExecution(ctx workflow.Context, input *ssm.CancelMaintenanceWindowExecutionInput) (*ssm.CancelMaintenanceWindowExecutionOutput, error) CancelMaintenanceWindowExecutionAsync(ctx workflow.Context, input *ssm.CancelMaintenanceWindowExecutionInput) *CancelMaintenanceWindowExecutionFuture CreateActivation(ctx workflow.Context, input *ssm.CreateActivationInput) (*ssm.CreateActivationOutput, error) CreateActivationAsync(ctx workflow.Context, input *ssm.CreateActivationInput) *CreateActivationFuture CreateAssociation(ctx workflow.Context, input *ssm.CreateAssociationInput) (*ssm.CreateAssociationOutput, error) CreateAssociationAsync(ctx workflow.Context, input *ssm.CreateAssociationInput) *CreateAssociationFuture CreateAssociationBatch(ctx workflow.Context, input *ssm.CreateAssociationBatchInput) (*ssm.CreateAssociationBatchOutput, error) CreateAssociationBatchAsync(ctx workflow.Context, input *ssm.CreateAssociationBatchInput) *CreateAssociationBatchFuture CreateDocument(ctx workflow.Context, input *ssm.CreateDocumentInput) (*ssm.CreateDocumentOutput, error) CreateDocumentAsync(ctx workflow.Context, input *ssm.CreateDocumentInput) *CreateDocumentFuture CreateMaintenanceWindow(ctx workflow.Context, input *ssm.CreateMaintenanceWindowInput) (*ssm.CreateMaintenanceWindowOutput, error) CreateMaintenanceWindowAsync(ctx workflow.Context, input *ssm.CreateMaintenanceWindowInput) *CreateMaintenanceWindowFuture CreateOpsItem(ctx workflow.Context, input *ssm.CreateOpsItemInput) (*ssm.CreateOpsItemOutput, error) CreateOpsItemAsync(ctx workflow.Context, input *ssm.CreateOpsItemInput) *CreateOpsItemFuture CreatePatchBaseline(ctx workflow.Context, input *ssm.CreatePatchBaselineInput) (*ssm.CreatePatchBaselineOutput, error) CreatePatchBaselineAsync(ctx workflow.Context, input *ssm.CreatePatchBaselineInput) *CreatePatchBaselineFuture CreateResourceDataSync(ctx workflow.Context, input *ssm.CreateResourceDataSyncInput) (*ssm.CreateResourceDataSyncOutput, error) CreateResourceDataSyncAsync(ctx workflow.Context, input *ssm.CreateResourceDataSyncInput) *CreateResourceDataSyncFuture DeleteActivation(ctx workflow.Context, input *ssm.DeleteActivationInput) (*ssm.DeleteActivationOutput, error) DeleteActivationAsync(ctx workflow.Context, input *ssm.DeleteActivationInput) *DeleteActivationFuture DeleteAssociation(ctx workflow.Context, input *ssm.DeleteAssociationInput) (*ssm.DeleteAssociationOutput, error) DeleteAssociationAsync(ctx workflow.Context, input *ssm.DeleteAssociationInput) *DeleteAssociationFuture DeleteDocument(ctx workflow.Context, input *ssm.DeleteDocumentInput) (*ssm.DeleteDocumentOutput, error) DeleteDocumentAsync(ctx workflow.Context, input *ssm.DeleteDocumentInput) *DeleteDocumentFuture DeleteInventory(ctx workflow.Context, input *ssm.DeleteInventoryInput) (*ssm.DeleteInventoryOutput, error) DeleteInventoryAsync(ctx workflow.Context, input *ssm.DeleteInventoryInput) *DeleteInventoryFuture DeleteMaintenanceWindow(ctx workflow.Context, input *ssm.DeleteMaintenanceWindowInput) (*ssm.DeleteMaintenanceWindowOutput, error) DeleteMaintenanceWindowAsync(ctx workflow.Context, input *ssm.DeleteMaintenanceWindowInput) *DeleteMaintenanceWindowFuture DeleteParameter(ctx workflow.Context, input *ssm.DeleteParameterInput) (*ssm.DeleteParameterOutput, error) DeleteParameterAsync(ctx workflow.Context, input *ssm.DeleteParameterInput) *DeleteParameterFuture DeleteParameters(ctx workflow.Context, input *ssm.DeleteParametersInput) (*ssm.DeleteParametersOutput, error) DeleteParametersAsync(ctx workflow.Context, input *ssm.DeleteParametersInput) *DeleteParametersFuture DeletePatchBaseline(ctx workflow.Context, input *ssm.DeletePatchBaselineInput) (*ssm.DeletePatchBaselineOutput, error) DeletePatchBaselineAsync(ctx workflow.Context, input *ssm.DeletePatchBaselineInput) *DeletePatchBaselineFuture DeleteResourceDataSync(ctx workflow.Context, input *ssm.DeleteResourceDataSyncInput) (*ssm.DeleteResourceDataSyncOutput, error) DeleteResourceDataSyncAsync(ctx workflow.Context, input *ssm.DeleteResourceDataSyncInput) *DeleteResourceDataSyncFuture DeregisterManagedInstance(ctx workflow.Context, input *ssm.DeregisterManagedInstanceInput) (*ssm.DeregisterManagedInstanceOutput, error) DeregisterManagedInstanceAsync(ctx workflow.Context, input *ssm.DeregisterManagedInstanceInput) *DeregisterManagedInstanceFuture DeregisterPatchBaselineForPatchGroup(ctx workflow.Context, input *ssm.DeregisterPatchBaselineForPatchGroupInput) (*ssm.DeregisterPatchBaselineForPatchGroupOutput, error) DeregisterPatchBaselineForPatchGroupAsync(ctx workflow.Context, input *ssm.DeregisterPatchBaselineForPatchGroupInput) *DeregisterPatchBaselineForPatchGroupFuture DeregisterTargetFromMaintenanceWindow(ctx workflow.Context, input *ssm.DeregisterTargetFromMaintenanceWindowInput) (*ssm.DeregisterTargetFromMaintenanceWindowOutput, error) DeregisterTargetFromMaintenanceWindowAsync(ctx workflow.Context, input *ssm.DeregisterTargetFromMaintenanceWindowInput) *DeregisterTargetFromMaintenanceWindowFuture DeregisterTaskFromMaintenanceWindow(ctx workflow.Context, input *ssm.DeregisterTaskFromMaintenanceWindowInput) (*ssm.DeregisterTaskFromMaintenanceWindowOutput, error) DeregisterTaskFromMaintenanceWindowAsync(ctx workflow.Context, input *ssm.DeregisterTaskFromMaintenanceWindowInput) *DeregisterTaskFromMaintenanceWindowFuture DescribeActivations(ctx workflow.Context, input *ssm.DescribeActivationsInput) (*ssm.DescribeActivationsOutput, error) DescribeActivationsAsync(ctx workflow.Context, input *ssm.DescribeActivationsInput) *DescribeActivationsFuture DescribeAssociation(ctx workflow.Context, input *ssm.DescribeAssociationInput) (*ssm.DescribeAssociationOutput, error) DescribeAssociationAsync(ctx workflow.Context, input *ssm.DescribeAssociationInput) *DescribeAssociationFuture DescribeAssociationExecutionTargets(ctx workflow.Context, input *ssm.DescribeAssociationExecutionTargetsInput) (*ssm.DescribeAssociationExecutionTargetsOutput, error) DescribeAssociationExecutionTargetsAsync(ctx workflow.Context, input *ssm.DescribeAssociationExecutionTargetsInput) *DescribeAssociationExecutionTargetsFuture DescribeAssociationExecutions(ctx workflow.Context, input *ssm.DescribeAssociationExecutionsInput) (*ssm.DescribeAssociationExecutionsOutput, error) DescribeAssociationExecutionsAsync(ctx workflow.Context, input *ssm.DescribeAssociationExecutionsInput) *DescribeAssociationExecutionsFuture DescribeAutomationExecutions(ctx workflow.Context, input *ssm.DescribeAutomationExecutionsInput) (*ssm.DescribeAutomationExecutionsOutput, error) DescribeAutomationExecutionsAsync(ctx workflow.Context, input *ssm.DescribeAutomationExecutionsInput) *DescribeAutomationExecutionsFuture DescribeAutomationStepExecutions(ctx workflow.Context, input *ssm.DescribeAutomationStepExecutionsInput) (*ssm.DescribeAutomationStepExecutionsOutput, error) DescribeAutomationStepExecutionsAsync(ctx workflow.Context, input *ssm.DescribeAutomationStepExecutionsInput) *DescribeAutomationStepExecutionsFuture DescribeAvailablePatches(ctx workflow.Context, input *ssm.DescribeAvailablePatchesInput) (*ssm.DescribeAvailablePatchesOutput, error) DescribeAvailablePatchesAsync(ctx workflow.Context, input *ssm.DescribeAvailablePatchesInput) *DescribeAvailablePatchesFuture DescribeDocument(ctx workflow.Context, input *ssm.DescribeDocumentInput) (*ssm.DescribeDocumentOutput, error) DescribeDocumentAsync(ctx workflow.Context, input *ssm.DescribeDocumentInput) *DescribeDocumentFuture DescribeDocumentPermission(ctx workflow.Context, input *ssm.DescribeDocumentPermissionInput) (*ssm.DescribeDocumentPermissionOutput, error) DescribeDocumentPermissionAsync(ctx workflow.Context, input *ssm.DescribeDocumentPermissionInput) *DescribeDocumentPermissionFuture DescribeEffectiveInstanceAssociations(ctx workflow.Context, input *ssm.DescribeEffectiveInstanceAssociationsInput) (*ssm.DescribeEffectiveInstanceAssociationsOutput, error) DescribeEffectiveInstanceAssociationsAsync(ctx workflow.Context, input *ssm.DescribeEffectiveInstanceAssociationsInput) *DescribeEffectiveInstanceAssociationsFuture DescribeEffectivePatchesForPatchBaseline(ctx workflow.Context, input *ssm.DescribeEffectivePatchesForPatchBaselineInput) (*ssm.DescribeEffectivePatchesForPatchBaselineOutput, error) DescribeEffectivePatchesForPatchBaselineAsync(ctx workflow.Context, input *ssm.DescribeEffectivePatchesForPatchBaselineInput) *DescribeEffectivePatchesForPatchBaselineFuture DescribeInstanceAssociationsStatus(ctx workflow.Context, input *ssm.DescribeInstanceAssociationsStatusInput) (*ssm.DescribeInstanceAssociationsStatusOutput, error) DescribeInstanceAssociationsStatusAsync(ctx workflow.Context, input *ssm.DescribeInstanceAssociationsStatusInput) *DescribeInstanceAssociationsStatusFuture DescribeInstanceInformation(ctx workflow.Context, input *ssm.DescribeInstanceInformationInput) (*ssm.DescribeInstanceInformationOutput, error) DescribeInstanceInformationAsync(ctx workflow.Context, input *ssm.DescribeInstanceInformationInput) *DescribeInstanceInformationFuture DescribeInstancePatchStates(ctx workflow.Context, input *ssm.DescribeInstancePatchStatesInput) (*ssm.DescribeInstancePatchStatesOutput, error) DescribeInstancePatchStatesAsync(ctx workflow.Context, input *ssm.DescribeInstancePatchStatesInput) *DescribeInstancePatchStatesFuture DescribeInstancePatchStatesForPatchGroup(ctx workflow.Context, input *ssm.DescribeInstancePatchStatesForPatchGroupInput) (*ssm.DescribeInstancePatchStatesForPatchGroupOutput, error) DescribeInstancePatchStatesForPatchGroupAsync(ctx workflow.Context, input *ssm.DescribeInstancePatchStatesForPatchGroupInput) *DescribeInstancePatchStatesForPatchGroupFuture DescribeInstancePatches(ctx workflow.Context, input *ssm.DescribeInstancePatchesInput) (*ssm.DescribeInstancePatchesOutput, error) DescribeInstancePatchesAsync(ctx workflow.Context, input *ssm.DescribeInstancePatchesInput) *DescribeInstancePatchesFuture DescribeInventoryDeletions(ctx workflow.Context, input *ssm.DescribeInventoryDeletionsInput) (*ssm.DescribeInventoryDeletionsOutput, error) DescribeInventoryDeletionsAsync(ctx workflow.Context, input *ssm.DescribeInventoryDeletionsInput) *DescribeInventoryDeletionsFuture DescribeMaintenanceWindowExecutionTaskInvocations(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput) (*ssm.DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error) DescribeMaintenanceWindowExecutionTaskInvocationsAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionTaskInvocationsInput) *DescribeMaintenanceWindowExecutionTaskInvocationsFuture DescribeMaintenanceWindowExecutionTasks(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionTasksInput) (*ssm.DescribeMaintenanceWindowExecutionTasksOutput, error) DescribeMaintenanceWindowExecutionTasksAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionTasksInput) *DescribeMaintenanceWindowExecutionTasksFuture DescribeMaintenanceWindowExecutions(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionsInput) (*ssm.DescribeMaintenanceWindowExecutionsOutput, error) DescribeMaintenanceWindowExecutionsAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowExecutionsInput) *DescribeMaintenanceWindowExecutionsFuture DescribeMaintenanceWindowSchedule(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowScheduleInput) (*ssm.DescribeMaintenanceWindowScheduleOutput, error) DescribeMaintenanceWindowScheduleAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowScheduleInput) *DescribeMaintenanceWindowScheduleFuture DescribeMaintenanceWindowTargets(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowTargetsInput) (*ssm.DescribeMaintenanceWindowTargetsOutput, error) DescribeMaintenanceWindowTargetsAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowTargetsInput) *DescribeMaintenanceWindowTargetsFuture DescribeMaintenanceWindowTasks(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowTasksInput) (*ssm.DescribeMaintenanceWindowTasksOutput, error) DescribeMaintenanceWindowTasksAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowTasksInput) *DescribeMaintenanceWindowTasksFuture DescribeMaintenanceWindows(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowsInput) (*ssm.DescribeMaintenanceWindowsOutput, error) DescribeMaintenanceWindowsAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowsInput) *DescribeMaintenanceWindowsFuture DescribeMaintenanceWindowsForTarget(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowsForTargetInput) (*ssm.DescribeMaintenanceWindowsForTargetOutput, error) DescribeMaintenanceWindowsForTargetAsync(ctx workflow.Context, input *ssm.DescribeMaintenanceWindowsForTargetInput) *DescribeMaintenanceWindowsForTargetFuture DescribeOpsItems(ctx workflow.Context, input *ssm.DescribeOpsItemsInput) (*ssm.DescribeOpsItemsOutput, error) DescribeOpsItemsAsync(ctx workflow.Context, input *ssm.DescribeOpsItemsInput) *DescribeOpsItemsFuture DescribeParameters(ctx workflow.Context, input *ssm.DescribeParametersInput) (*ssm.DescribeParametersOutput, error) DescribeParametersAsync(ctx workflow.Context, input *ssm.DescribeParametersInput) *DescribeParametersFuture DescribePatchBaselines(ctx workflow.Context, input *ssm.DescribePatchBaselinesInput) (*ssm.DescribePatchBaselinesOutput, error) DescribePatchBaselinesAsync(ctx workflow.Context, input *ssm.DescribePatchBaselinesInput) *DescribePatchBaselinesFuture DescribePatchGroupState(ctx workflow.Context, input *ssm.DescribePatchGroupStateInput) (*ssm.DescribePatchGroupStateOutput, error) DescribePatchGroupStateAsync(ctx workflow.Context, input *ssm.DescribePatchGroupStateInput) *DescribePatchGroupStateFuture DescribePatchGroups(ctx workflow.Context, input *ssm.DescribePatchGroupsInput) (*ssm.DescribePatchGroupsOutput, error) DescribePatchGroupsAsync(ctx workflow.Context, input *ssm.DescribePatchGroupsInput) *DescribePatchGroupsFuture DescribePatchProperties(ctx workflow.Context, input *ssm.DescribePatchPropertiesInput) (*ssm.DescribePatchPropertiesOutput, error) DescribePatchPropertiesAsync(ctx workflow.Context, input *ssm.DescribePatchPropertiesInput) *DescribePatchPropertiesFuture DescribeSessions(ctx workflow.Context, input *ssm.DescribeSessionsInput) (*ssm.DescribeSessionsOutput, error) DescribeSessionsAsync(ctx workflow.Context, input *ssm.DescribeSessionsInput) *DescribeSessionsFuture GetAutomationExecution(ctx workflow.Context, input *ssm.GetAutomationExecutionInput) (*ssm.GetAutomationExecutionOutput, error) GetAutomationExecutionAsync(ctx workflow.Context, input *ssm.GetAutomationExecutionInput) *GetAutomationExecutionFuture GetCalendarState(ctx workflow.Context, input *ssm.GetCalendarStateInput) (*ssm.GetCalendarStateOutput, error) GetCalendarStateAsync(ctx workflow.Context, input *ssm.GetCalendarStateInput) *GetCalendarStateFuture GetCommandInvocation(ctx workflow.Context, input *ssm.GetCommandInvocationInput) (*ssm.GetCommandInvocationOutput, error) GetCommandInvocationAsync(ctx workflow.Context, input *ssm.GetCommandInvocationInput) *GetCommandInvocationFuture GetConnectionStatus(ctx workflow.Context, input *ssm.GetConnectionStatusInput) (*ssm.GetConnectionStatusOutput, error) GetConnectionStatusAsync(ctx workflow.Context, input *ssm.GetConnectionStatusInput) *GetConnectionStatusFuture GetDefaultPatchBaseline(ctx workflow.Context, input *ssm.GetDefaultPatchBaselineInput) (*ssm.GetDefaultPatchBaselineOutput, error) GetDefaultPatchBaselineAsync(ctx workflow.Context, input *ssm.GetDefaultPatchBaselineInput) *GetDefaultPatchBaselineFuture GetDeployablePatchSnapshotForInstance(ctx workflow.Context, input *ssm.GetDeployablePatchSnapshotForInstanceInput) (*ssm.GetDeployablePatchSnapshotForInstanceOutput, error) GetDeployablePatchSnapshotForInstanceAsync(ctx workflow.Context, input *ssm.GetDeployablePatchSnapshotForInstanceInput) *GetDeployablePatchSnapshotForInstanceFuture GetDocument(ctx workflow.Context, input *ssm.GetDocumentInput) (*ssm.GetDocumentOutput, error) GetDocumentAsync(ctx workflow.Context, input *ssm.GetDocumentInput) *GetDocumentFuture GetInventory(ctx workflow.Context, input *ssm.GetInventoryInput) (*ssm.GetInventoryOutput, error) GetInventoryAsync(ctx workflow.Context, input *ssm.GetInventoryInput) *GetInventoryFuture GetInventorySchema(ctx workflow.Context, input *ssm.GetInventorySchemaInput) (*ssm.GetInventorySchemaOutput, error) GetInventorySchemaAsync(ctx workflow.Context, input *ssm.GetInventorySchemaInput) *GetInventorySchemaFuture GetMaintenanceWindow(ctx workflow.Context, input *ssm.GetMaintenanceWindowInput) (*ssm.GetMaintenanceWindowOutput, error) GetMaintenanceWindowAsync(ctx workflow.Context, input *ssm.GetMaintenanceWindowInput) *GetMaintenanceWindowFuture GetMaintenanceWindowExecution(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionInput) (*ssm.GetMaintenanceWindowExecutionOutput, error) GetMaintenanceWindowExecutionAsync(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionInput) *GetMaintenanceWindowExecutionFuture GetMaintenanceWindowExecutionTask(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionTaskInput) (*ssm.GetMaintenanceWindowExecutionTaskOutput, error) GetMaintenanceWindowExecutionTaskAsync(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionTaskInput) *GetMaintenanceWindowExecutionTaskFuture GetMaintenanceWindowExecutionTaskInvocation(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionTaskInvocationInput) (*ssm.GetMaintenanceWindowExecutionTaskInvocationOutput, error) GetMaintenanceWindowExecutionTaskInvocationAsync(ctx workflow.Context, input *ssm.GetMaintenanceWindowExecutionTaskInvocationInput) *GetMaintenanceWindowExecutionTaskInvocationFuture GetMaintenanceWindowTask(ctx workflow.Context, input *ssm.GetMaintenanceWindowTaskInput) (*ssm.GetMaintenanceWindowTaskOutput, error) GetMaintenanceWindowTaskAsync(ctx workflow.Context, input *ssm.GetMaintenanceWindowTaskInput) *GetMaintenanceWindowTaskFuture GetOpsItem(ctx workflow.Context, input *ssm.GetOpsItemInput) (*ssm.GetOpsItemOutput, error) GetOpsItemAsync(ctx workflow.Context, input *ssm.GetOpsItemInput) *GetOpsItemFuture GetOpsSummary(ctx workflow.Context, input *ssm.GetOpsSummaryInput) (*ssm.GetOpsSummaryOutput, error) GetOpsSummaryAsync(ctx workflow.Context, input *ssm.GetOpsSummaryInput) *GetOpsSummaryFuture GetParameter(ctx workflow.Context, input *ssm.GetParameterInput) (*ssm.GetParameterOutput, error) GetParameterAsync(ctx workflow.Context, input *ssm.GetParameterInput) *GetParameterFuture GetParameterHistory(ctx workflow.Context, input *ssm.GetParameterHistoryInput) (*ssm.GetParameterHistoryOutput, error) GetParameterHistoryAsync(ctx workflow.Context, input *ssm.GetParameterHistoryInput) *GetParameterHistoryFuture GetParameters(ctx workflow.Context, input *ssm.GetParametersInput) (*ssm.GetParametersOutput, error) GetParametersAsync(ctx workflow.Context, input *ssm.GetParametersInput) *GetParametersFuture GetParametersByPath(ctx workflow.Context, input *ssm.GetParametersByPathInput) (*ssm.GetParametersByPathOutput, error) GetParametersByPathAsync(ctx workflow.Context, input *ssm.GetParametersByPathInput) *GetParametersByPathFuture GetPatchBaseline(ctx workflow.Context, input *ssm.GetPatchBaselineInput) (*ssm.GetPatchBaselineOutput, error) GetPatchBaselineAsync(ctx workflow.Context, input *ssm.GetPatchBaselineInput) *GetPatchBaselineFuture GetPatchBaselineForPatchGroup(ctx workflow.Context, input *ssm.GetPatchBaselineForPatchGroupInput) (*ssm.GetPatchBaselineForPatchGroupOutput, error) GetPatchBaselineForPatchGroupAsync(ctx workflow.Context, input *ssm.GetPatchBaselineForPatchGroupInput) *GetPatchBaselineForPatchGroupFuture GetServiceSetting(ctx workflow.Context, input *ssm.GetServiceSettingInput) (*ssm.GetServiceSettingOutput, error) GetServiceSettingAsync(ctx workflow.Context, input *ssm.GetServiceSettingInput) *GetServiceSettingFuture LabelParameterVersion(ctx workflow.Context, input *ssm.LabelParameterVersionInput) (*ssm.LabelParameterVersionOutput, error) LabelParameterVersionAsync(ctx workflow.Context, input *ssm.LabelParameterVersionInput) *LabelParameterVersionFuture ListAssociationVersions(ctx workflow.Context, input *ssm.ListAssociationVersionsInput) (*ssm.ListAssociationVersionsOutput, error) ListAssociationVersionsAsync(ctx workflow.Context, input *ssm.ListAssociationVersionsInput) *ListAssociationVersionsFuture ListAssociations(ctx workflow.Context, input *ssm.ListAssociationsInput) (*ssm.ListAssociationsOutput, error) ListAssociationsAsync(ctx workflow.Context, input *ssm.ListAssociationsInput) *ListAssociationsFuture ListCommandInvocations(ctx workflow.Context, input *ssm.ListCommandInvocationsInput) (*ssm.ListCommandInvocationsOutput, error) ListCommandInvocationsAsync(ctx workflow.Context, input *ssm.ListCommandInvocationsInput) *ListCommandInvocationsFuture ListCommands(ctx workflow.Context, input *ssm.ListCommandsInput) (*ssm.ListCommandsOutput, error) ListCommandsAsync(ctx workflow.Context, input *ssm.ListCommandsInput) *ListCommandsFuture ListComplianceItems(ctx workflow.Context, input *ssm.ListComplianceItemsInput) (*ssm.ListComplianceItemsOutput, error) ListComplianceItemsAsync(ctx workflow.Context, input *ssm.ListComplianceItemsInput) *ListComplianceItemsFuture ListComplianceSummaries(ctx workflow.Context, input *ssm.ListComplianceSummariesInput) (*ssm.ListComplianceSummariesOutput, error) ListComplianceSummariesAsync(ctx workflow.Context, input *ssm.ListComplianceSummariesInput) *ListComplianceSummariesFuture ListDocumentVersions(ctx workflow.Context, input *ssm.ListDocumentVersionsInput) (*ssm.ListDocumentVersionsOutput, error) ListDocumentVersionsAsync(ctx workflow.Context, input *ssm.ListDocumentVersionsInput) *ListDocumentVersionsFuture ListDocuments(ctx workflow.Context, input *ssm.ListDocumentsInput) (*ssm.ListDocumentsOutput, error) ListDocumentsAsync(ctx workflow.Context, input *ssm.ListDocumentsInput) *ListDocumentsFuture ListInventoryEntries(ctx workflow.Context, input *ssm.ListInventoryEntriesInput) (*ssm.ListInventoryEntriesOutput, error) ListInventoryEntriesAsync(ctx workflow.Context, input *ssm.ListInventoryEntriesInput) *ListInventoryEntriesFuture ListResourceComplianceSummaries(ctx workflow.Context, input *ssm.ListResourceComplianceSummariesInput) (*ssm.ListResourceComplianceSummariesOutput, error) ListResourceComplianceSummariesAsync(ctx workflow.Context, input *ssm.ListResourceComplianceSummariesInput) *ListResourceComplianceSummariesFuture ListResourceDataSync(ctx workflow.Context, input *ssm.ListResourceDataSyncInput) (*ssm.ListResourceDataSyncOutput, error) ListResourceDataSyncAsync(ctx workflow.Context, input *ssm.ListResourceDataSyncInput) *ListResourceDataSyncFuture ListTagsForResource(ctx workflow.Context, input *ssm.ListTagsForResourceInput) (*ssm.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *ssm.ListTagsForResourceInput) *ListTagsForResourceFuture ModifyDocumentPermission(ctx workflow.Context, input *ssm.ModifyDocumentPermissionInput) (*ssm.ModifyDocumentPermissionOutput, error) ModifyDocumentPermissionAsync(ctx workflow.Context, input *ssm.ModifyDocumentPermissionInput) *ModifyDocumentPermissionFuture PutComplianceItems(ctx workflow.Context, input *ssm.PutComplianceItemsInput) (*ssm.PutComplianceItemsOutput, error) PutComplianceItemsAsync(ctx workflow.Context, input *ssm.PutComplianceItemsInput) *PutComplianceItemsFuture PutInventory(ctx workflow.Context, input *ssm.PutInventoryInput) (*ssm.PutInventoryOutput, error) PutInventoryAsync(ctx workflow.Context, input *ssm.PutInventoryInput) *PutInventoryFuture PutParameter(ctx workflow.Context, input *ssm.PutParameterInput) (*ssm.PutParameterOutput, error) PutParameterAsync(ctx workflow.Context, input *ssm.PutParameterInput) *PutParameterFuture RegisterDefaultPatchBaseline(ctx workflow.Context, input *ssm.RegisterDefaultPatchBaselineInput) (*ssm.RegisterDefaultPatchBaselineOutput, error) RegisterDefaultPatchBaselineAsync(ctx workflow.Context, input *ssm.RegisterDefaultPatchBaselineInput) *RegisterDefaultPatchBaselineFuture RegisterPatchBaselineForPatchGroup(ctx workflow.Context, input *ssm.RegisterPatchBaselineForPatchGroupInput) (*ssm.RegisterPatchBaselineForPatchGroupOutput, error) RegisterPatchBaselineForPatchGroupAsync(ctx workflow.Context, input *ssm.RegisterPatchBaselineForPatchGroupInput) *RegisterPatchBaselineForPatchGroupFuture RegisterTargetWithMaintenanceWindow(ctx workflow.Context, input *ssm.RegisterTargetWithMaintenanceWindowInput) (*ssm.RegisterTargetWithMaintenanceWindowOutput, error) RegisterTargetWithMaintenanceWindowAsync(ctx workflow.Context, input *ssm.RegisterTargetWithMaintenanceWindowInput) *RegisterTargetWithMaintenanceWindowFuture RegisterTaskWithMaintenanceWindow(ctx workflow.Context, input *ssm.RegisterTaskWithMaintenanceWindowInput) (*ssm.RegisterTaskWithMaintenanceWindowOutput, error) RegisterTaskWithMaintenanceWindowAsync(ctx workflow.Context, input *ssm.RegisterTaskWithMaintenanceWindowInput) *RegisterTaskWithMaintenanceWindowFuture RemoveTagsFromResource(ctx workflow.Context, input *ssm.RemoveTagsFromResourceInput) (*ssm.RemoveTagsFromResourceOutput, error) RemoveTagsFromResourceAsync(ctx workflow.Context, input *ssm.RemoveTagsFromResourceInput) *RemoveTagsFromResourceFuture ResetServiceSetting(ctx workflow.Context, input *ssm.ResetServiceSettingInput) (*ssm.ResetServiceSettingOutput, error) ResetServiceSettingAsync(ctx workflow.Context, input *ssm.ResetServiceSettingInput) *ResetServiceSettingFuture ResumeSession(ctx workflow.Context, input *ssm.ResumeSessionInput) (*ssm.ResumeSessionOutput, error) ResumeSessionAsync(ctx workflow.Context, input *ssm.ResumeSessionInput) *ResumeSessionFuture SendAutomationSignal(ctx workflow.Context, input *ssm.SendAutomationSignalInput) (*ssm.SendAutomationSignalOutput, error) SendAutomationSignalAsync(ctx workflow.Context, input *ssm.SendAutomationSignalInput) *SendAutomationSignalFuture SendCommand(ctx workflow.Context, input *ssm.SendCommandInput) (*ssm.SendCommandOutput, error) SendCommandAsync(ctx workflow.Context, input *ssm.SendCommandInput) *SendCommandFuture StartAssociationsOnce(ctx workflow.Context, input *ssm.StartAssociationsOnceInput) (*ssm.StartAssociationsOnceOutput, error) StartAssociationsOnceAsync(ctx workflow.Context, input *ssm.StartAssociationsOnceInput) *StartAssociationsOnceFuture StartAutomationExecution(ctx workflow.Context, input *ssm.StartAutomationExecutionInput) (*ssm.StartAutomationExecutionOutput, error) StartAutomationExecutionAsync(ctx workflow.Context, input *ssm.StartAutomationExecutionInput) *StartAutomationExecutionFuture StartSession(ctx workflow.Context, input *ssm.StartSessionInput) (*ssm.StartSessionOutput, error) StartSessionAsync(ctx workflow.Context, input *ssm.StartSessionInput) *StartSessionFuture StopAutomationExecution(ctx workflow.Context, input *ssm.StopAutomationExecutionInput) (*ssm.StopAutomationExecutionOutput, error) StopAutomationExecutionAsync(ctx workflow.Context, input *ssm.StopAutomationExecutionInput) *StopAutomationExecutionFuture TerminateSession(ctx workflow.Context, input *ssm.TerminateSessionInput) (*ssm.TerminateSessionOutput, error) TerminateSessionAsync(ctx workflow.Context, input *ssm.TerminateSessionInput) *TerminateSessionFuture UpdateAssociation(ctx workflow.Context, input *ssm.UpdateAssociationInput) (*ssm.UpdateAssociationOutput, error) UpdateAssociationAsync(ctx workflow.Context, input *ssm.UpdateAssociationInput) *UpdateAssociationFuture UpdateAssociationStatus(ctx workflow.Context, input *ssm.UpdateAssociationStatusInput) (*ssm.UpdateAssociationStatusOutput, error) UpdateAssociationStatusAsync(ctx workflow.Context, input *ssm.UpdateAssociationStatusInput) *UpdateAssociationStatusFuture UpdateDocument(ctx workflow.Context, input *ssm.UpdateDocumentInput) (*ssm.UpdateDocumentOutput, error) UpdateDocumentAsync(ctx workflow.Context, input *ssm.UpdateDocumentInput) *UpdateDocumentFuture UpdateDocumentDefaultVersion(ctx workflow.Context, input *ssm.UpdateDocumentDefaultVersionInput) (*ssm.UpdateDocumentDefaultVersionOutput, error) UpdateDocumentDefaultVersionAsync(ctx workflow.Context, input *ssm.UpdateDocumentDefaultVersionInput) *UpdateDocumentDefaultVersionFuture UpdateMaintenanceWindow(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowInput) (*ssm.UpdateMaintenanceWindowOutput, error) UpdateMaintenanceWindowAsync(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowInput) *UpdateMaintenanceWindowFuture UpdateMaintenanceWindowTarget(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowTargetInput) (*ssm.UpdateMaintenanceWindowTargetOutput, error) UpdateMaintenanceWindowTargetAsync(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowTargetInput) *UpdateMaintenanceWindowTargetFuture UpdateMaintenanceWindowTask(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowTaskInput) (*ssm.UpdateMaintenanceWindowTaskOutput, error) UpdateMaintenanceWindowTaskAsync(ctx workflow.Context, input *ssm.UpdateMaintenanceWindowTaskInput) *UpdateMaintenanceWindowTaskFuture UpdateManagedInstanceRole(ctx workflow.Context, input *ssm.UpdateManagedInstanceRoleInput) (*ssm.UpdateManagedInstanceRoleOutput, error) UpdateManagedInstanceRoleAsync(ctx workflow.Context, input *ssm.UpdateManagedInstanceRoleInput) *UpdateManagedInstanceRoleFuture UpdateOpsItem(ctx workflow.Context, input *ssm.UpdateOpsItemInput) (*ssm.UpdateOpsItemOutput, error) UpdateOpsItemAsync(ctx workflow.Context, input *ssm.UpdateOpsItemInput) *UpdateOpsItemFuture UpdatePatchBaseline(ctx workflow.Context, input *ssm.UpdatePatchBaselineInput) (*ssm.UpdatePatchBaselineOutput, error) UpdatePatchBaselineAsync(ctx workflow.Context, input *ssm.UpdatePatchBaselineInput) *UpdatePatchBaselineFuture UpdateResourceDataSync(ctx workflow.Context, input *ssm.UpdateResourceDataSyncInput) (*ssm.UpdateResourceDataSyncOutput, error) UpdateResourceDataSyncAsync(ctx workflow.Context, input *ssm.UpdateResourceDataSyncInput) *UpdateResourceDataSyncFuture UpdateServiceSetting(ctx workflow.Context, input *ssm.UpdateServiceSettingInput) (*ssm.UpdateServiceSettingOutput, error) UpdateServiceSettingAsync(ctx workflow.Context, input *ssm.UpdateServiceSettingInput) *UpdateServiceSettingFuture WaitUntilCommandExecuted(ctx workflow.Context, input *ssm.GetCommandInvocationInput) error WaitUntilCommandExecutedAsync(ctx workflow.Context, input *ssm.GetCommandInvocationInput) *clients.VoidFuture }
type CreateActivationFuture ¶
type CreateActivationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateActivationFuture) Get ¶
func (r *CreateActivationFuture) Get(ctx workflow.Context) (*ssm.CreateActivationOutput, error)
type CreateAssociationBatchFuture ¶
type CreateAssociationBatchFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAssociationBatchFuture) Get ¶
func (r *CreateAssociationBatchFuture) Get(ctx workflow.Context) (*ssm.CreateAssociationBatchOutput, error)
type CreateAssociationFuture ¶
type CreateAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateAssociationFuture) Get ¶
func (r *CreateAssociationFuture) Get(ctx workflow.Context) (*ssm.CreateAssociationOutput, error)
type CreateDocumentFuture ¶
func (*CreateDocumentFuture) Get ¶
func (r *CreateDocumentFuture) Get(ctx workflow.Context) (*ssm.CreateDocumentOutput, error)
type CreateMaintenanceWindowFuture ¶
type CreateMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMaintenanceWindowFuture) Get ¶
func (r *CreateMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.CreateMaintenanceWindowOutput, error)
type CreateOpsItemFuture ¶
func (*CreateOpsItemFuture) Get ¶
func (r *CreateOpsItemFuture) Get(ctx workflow.Context) (*ssm.CreateOpsItemOutput, error)
type CreatePatchBaselineFuture ¶
type CreatePatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreatePatchBaselineFuture) Get ¶
func (r *CreatePatchBaselineFuture) Get(ctx workflow.Context) (*ssm.CreatePatchBaselineOutput, error)
type CreateResourceDataSyncFuture ¶
type CreateResourceDataSyncFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateResourceDataSyncFuture) Get ¶
func (r *CreateResourceDataSyncFuture) Get(ctx workflow.Context) (*ssm.CreateResourceDataSyncOutput, error)
type DeleteActivationFuture ¶
type DeleteActivationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteActivationFuture) Get ¶
func (r *DeleteActivationFuture) Get(ctx workflow.Context) (*ssm.DeleteActivationOutput, error)
type DeleteAssociationFuture ¶
type DeleteAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteAssociationFuture) Get ¶
func (r *DeleteAssociationFuture) Get(ctx workflow.Context) (*ssm.DeleteAssociationOutput, error)
type DeleteDocumentFuture ¶
func (*DeleteDocumentFuture) Get ¶
func (r *DeleteDocumentFuture) Get(ctx workflow.Context) (*ssm.DeleteDocumentOutput, error)
type DeleteInventoryFuture ¶
type DeleteInventoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInventoryFuture) Get ¶
func (r *DeleteInventoryFuture) Get(ctx workflow.Context) (*ssm.DeleteInventoryOutput, error)
type DeleteMaintenanceWindowFuture ¶
type DeleteMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMaintenanceWindowFuture) Get ¶
func (r *DeleteMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.DeleteMaintenanceWindowOutput, error)
type DeleteParameterFuture ¶
type DeleteParameterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteParameterFuture) Get ¶
func (r *DeleteParameterFuture) Get(ctx workflow.Context) (*ssm.DeleteParameterOutput, error)
type DeleteParametersFuture ¶
type DeleteParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteParametersFuture) Get ¶
func (r *DeleteParametersFuture) Get(ctx workflow.Context) (*ssm.DeleteParametersOutput, error)
type DeletePatchBaselineFuture ¶
type DeletePatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePatchBaselineFuture) Get ¶
func (r *DeletePatchBaselineFuture) Get(ctx workflow.Context) (*ssm.DeletePatchBaselineOutput, error)
type DeleteResourceDataSyncFuture ¶
type DeleteResourceDataSyncFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteResourceDataSyncFuture) Get ¶
func (r *DeleteResourceDataSyncFuture) Get(ctx workflow.Context) (*ssm.DeleteResourceDataSyncOutput, error)
type DeregisterManagedInstanceFuture ¶
type DeregisterManagedInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterManagedInstanceFuture) Get ¶
func (r *DeregisterManagedInstanceFuture) Get(ctx workflow.Context) (*ssm.DeregisterManagedInstanceOutput, error)
type DeregisterPatchBaselineForPatchGroupFuture ¶
type DeregisterPatchBaselineForPatchGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterPatchBaselineForPatchGroupFuture) Get ¶
func (r *DeregisterPatchBaselineForPatchGroupFuture) Get(ctx workflow.Context) (*ssm.DeregisterPatchBaselineForPatchGroupOutput, error)
type DeregisterTargetFromMaintenanceWindowFuture ¶
type DeregisterTargetFromMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterTargetFromMaintenanceWindowFuture) Get ¶
func (r *DeregisterTargetFromMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.DeregisterTargetFromMaintenanceWindowOutput, error)
type DeregisterTaskFromMaintenanceWindowFuture ¶
type DeregisterTaskFromMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeregisterTaskFromMaintenanceWindowFuture) Get ¶
func (r *DeregisterTaskFromMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.DeregisterTaskFromMaintenanceWindowOutput, error)
type DescribeActivationsFuture ¶
type DescribeActivationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeActivationsFuture) Get ¶
func (r *DescribeActivationsFuture) Get(ctx workflow.Context) (*ssm.DescribeActivationsOutput, error)
type DescribeAssociationExecutionTargetsFuture ¶
type DescribeAssociationExecutionTargetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAssociationExecutionTargetsFuture) Get ¶
func (r *DescribeAssociationExecutionTargetsFuture) Get(ctx workflow.Context) (*ssm.DescribeAssociationExecutionTargetsOutput, error)
type DescribeAssociationExecutionsFuture ¶
type DescribeAssociationExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAssociationExecutionsFuture) Get ¶
func (r *DescribeAssociationExecutionsFuture) Get(ctx workflow.Context) (*ssm.DescribeAssociationExecutionsOutput, error)
type DescribeAssociationFuture ¶
type DescribeAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAssociationFuture) Get ¶
func (r *DescribeAssociationFuture) Get(ctx workflow.Context) (*ssm.DescribeAssociationOutput, error)
type DescribeAutomationExecutionsFuture ¶
type DescribeAutomationExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAutomationExecutionsFuture) Get ¶
func (r *DescribeAutomationExecutionsFuture) Get(ctx workflow.Context) (*ssm.DescribeAutomationExecutionsOutput, error)
type DescribeAutomationStepExecutionsFuture ¶
type DescribeAutomationStepExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAutomationStepExecutionsFuture) Get ¶
func (r *DescribeAutomationStepExecutionsFuture) Get(ctx workflow.Context) (*ssm.DescribeAutomationStepExecutionsOutput, error)
type DescribeAvailablePatchesFuture ¶
type DescribeAvailablePatchesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAvailablePatchesFuture) Get ¶
func (r *DescribeAvailablePatchesFuture) Get(ctx workflow.Context) (*ssm.DescribeAvailablePatchesOutput, error)
type DescribeDocumentFuture ¶
type DescribeDocumentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDocumentFuture) Get ¶
func (r *DescribeDocumentFuture) Get(ctx workflow.Context) (*ssm.DescribeDocumentOutput, error)
type DescribeDocumentPermissionFuture ¶
type DescribeDocumentPermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDocumentPermissionFuture) Get ¶
func (r *DescribeDocumentPermissionFuture) Get(ctx workflow.Context) (*ssm.DescribeDocumentPermissionOutput, error)
type DescribeEffectiveInstanceAssociationsFuture ¶
type DescribeEffectiveInstanceAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEffectiveInstanceAssociationsFuture) Get ¶
func (r *DescribeEffectiveInstanceAssociationsFuture) Get(ctx workflow.Context) (*ssm.DescribeEffectiveInstanceAssociationsOutput, error)
type DescribeEffectivePatchesForPatchBaselineFuture ¶
type DescribeEffectivePatchesForPatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeInstanceAssociationsStatusFuture ¶
type DescribeInstanceAssociationsStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInstanceAssociationsStatusFuture) Get ¶
func (r *DescribeInstanceAssociationsStatusFuture) Get(ctx workflow.Context) (*ssm.DescribeInstanceAssociationsStatusOutput, error)
type DescribeInstanceInformationFuture ¶
type DescribeInstanceInformationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInstanceInformationFuture) Get ¶
func (r *DescribeInstanceInformationFuture) Get(ctx workflow.Context) (*ssm.DescribeInstanceInformationOutput, error)
type DescribeInstancePatchStatesForPatchGroupFuture ¶
type DescribeInstancePatchStatesForPatchGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeInstancePatchStatesFuture ¶
type DescribeInstancePatchStatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInstancePatchStatesFuture) Get ¶
func (r *DescribeInstancePatchStatesFuture) Get(ctx workflow.Context) (*ssm.DescribeInstancePatchStatesOutput, error)
type DescribeInstancePatchesFuture ¶
type DescribeInstancePatchesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInstancePatchesFuture) Get ¶
func (r *DescribeInstancePatchesFuture) Get(ctx workflow.Context) (*ssm.DescribeInstancePatchesOutput, error)
type DescribeInventoryDeletionsFuture ¶
type DescribeInventoryDeletionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInventoryDeletionsFuture) Get ¶
func (r *DescribeInventoryDeletionsFuture) Get(ctx workflow.Context) (*ssm.DescribeInventoryDeletionsOutput, error)
type DescribeMaintenanceWindowExecutionTaskInvocationsFuture ¶
type DescribeMaintenanceWindowExecutionTaskInvocationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeMaintenanceWindowExecutionTasksFuture ¶
type DescribeMaintenanceWindowExecutionTasksFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeMaintenanceWindowExecutionsFuture ¶
type DescribeMaintenanceWindowExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowExecutionsFuture) Get ¶
func (r *DescribeMaintenanceWindowExecutionsFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowExecutionsOutput, error)
type DescribeMaintenanceWindowScheduleFuture ¶
type DescribeMaintenanceWindowScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowScheduleFuture) Get ¶
func (r *DescribeMaintenanceWindowScheduleFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowScheduleOutput, error)
type DescribeMaintenanceWindowTargetsFuture ¶
type DescribeMaintenanceWindowTargetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowTargetsFuture) Get ¶
func (r *DescribeMaintenanceWindowTargetsFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowTargetsOutput, error)
type DescribeMaintenanceWindowTasksFuture ¶
type DescribeMaintenanceWindowTasksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowTasksFuture) Get ¶
func (r *DescribeMaintenanceWindowTasksFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowTasksOutput, error)
type DescribeMaintenanceWindowsForTargetFuture ¶
type DescribeMaintenanceWindowsForTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowsForTargetFuture) Get ¶
func (r *DescribeMaintenanceWindowsForTargetFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowsForTargetOutput, error)
type DescribeMaintenanceWindowsFuture ¶
type DescribeMaintenanceWindowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMaintenanceWindowsFuture) Get ¶
func (r *DescribeMaintenanceWindowsFuture) Get(ctx workflow.Context) (*ssm.DescribeMaintenanceWindowsOutput, error)
type DescribeOpsItemsFuture ¶
type DescribeOpsItemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeOpsItemsFuture) Get ¶
func (r *DescribeOpsItemsFuture) Get(ctx workflow.Context) (*ssm.DescribeOpsItemsOutput, error)
type DescribeParametersFuture ¶
type DescribeParametersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeParametersFuture) Get ¶
func (r *DescribeParametersFuture) Get(ctx workflow.Context) (*ssm.DescribeParametersOutput, error)
type DescribePatchBaselinesFuture ¶
type DescribePatchBaselinesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePatchBaselinesFuture) Get ¶
func (r *DescribePatchBaselinesFuture) Get(ctx workflow.Context) (*ssm.DescribePatchBaselinesOutput, error)
type DescribePatchGroupStateFuture ¶
type DescribePatchGroupStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePatchGroupStateFuture) Get ¶
func (r *DescribePatchGroupStateFuture) Get(ctx workflow.Context) (*ssm.DescribePatchGroupStateOutput, error)
type DescribePatchGroupsFuture ¶
type DescribePatchGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePatchGroupsFuture) Get ¶
func (r *DescribePatchGroupsFuture) Get(ctx workflow.Context) (*ssm.DescribePatchGroupsOutput, error)
type DescribePatchPropertiesFuture ¶
type DescribePatchPropertiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribePatchPropertiesFuture) Get ¶
func (r *DescribePatchPropertiesFuture) Get(ctx workflow.Context) (*ssm.DescribePatchPropertiesOutput, error)
type DescribeSessionsFuture ¶
type DescribeSessionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSessionsFuture) Get ¶
func (r *DescribeSessionsFuture) Get(ctx workflow.Context) (*ssm.DescribeSessionsOutput, error)
type GetAutomationExecutionFuture ¶
type GetAutomationExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAutomationExecutionFuture) Get ¶
func (r *GetAutomationExecutionFuture) Get(ctx workflow.Context) (*ssm.GetAutomationExecutionOutput, error)
type GetCalendarStateFuture ¶
type GetCalendarStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCalendarStateFuture) Get ¶
func (r *GetCalendarStateFuture) Get(ctx workflow.Context) (*ssm.GetCalendarStateOutput, error)
type GetCommandInvocationFuture ¶
type GetCommandInvocationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCommandInvocationFuture) Get ¶
func (r *GetCommandInvocationFuture) Get(ctx workflow.Context) (*ssm.GetCommandInvocationOutput, error)
type GetConnectionStatusFuture ¶
type GetConnectionStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetConnectionStatusFuture) Get ¶
func (r *GetConnectionStatusFuture) Get(ctx workflow.Context) (*ssm.GetConnectionStatusOutput, error)
type GetDefaultPatchBaselineFuture ¶
type GetDefaultPatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDefaultPatchBaselineFuture) Get ¶
func (r *GetDefaultPatchBaselineFuture) Get(ctx workflow.Context) (*ssm.GetDefaultPatchBaselineOutput, error)
type GetDeployablePatchSnapshotForInstanceFuture ¶
type GetDeployablePatchSnapshotForInstanceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeployablePatchSnapshotForInstanceFuture) Get ¶
func (r *GetDeployablePatchSnapshotForInstanceFuture) Get(ctx workflow.Context) (*ssm.GetDeployablePatchSnapshotForInstanceOutput, error)
type GetDocumentFuture ¶
func (*GetDocumentFuture) Get ¶
func (r *GetDocumentFuture) Get(ctx workflow.Context) (*ssm.GetDocumentOutput, error)
type GetInventoryFuture ¶
func (*GetInventoryFuture) Get ¶
func (r *GetInventoryFuture) Get(ctx workflow.Context) (*ssm.GetInventoryOutput, error)
type GetInventorySchemaFuture ¶
type GetInventorySchemaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetInventorySchemaFuture) Get ¶
func (r *GetInventorySchemaFuture) Get(ctx workflow.Context) (*ssm.GetInventorySchemaOutput, error)
type GetMaintenanceWindowExecutionFuture ¶
type GetMaintenanceWindowExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMaintenanceWindowExecutionFuture) Get ¶
func (r *GetMaintenanceWindowExecutionFuture) Get(ctx workflow.Context) (*ssm.GetMaintenanceWindowExecutionOutput, error)
type GetMaintenanceWindowExecutionTaskFuture ¶
type GetMaintenanceWindowExecutionTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMaintenanceWindowExecutionTaskFuture) Get ¶
func (r *GetMaintenanceWindowExecutionTaskFuture) Get(ctx workflow.Context) (*ssm.GetMaintenanceWindowExecutionTaskOutput, error)
type GetMaintenanceWindowExecutionTaskInvocationFuture ¶
type GetMaintenanceWindowExecutionTaskInvocationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetMaintenanceWindowFuture ¶
type GetMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMaintenanceWindowFuture) Get ¶
func (r *GetMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.GetMaintenanceWindowOutput, error)
type GetMaintenanceWindowTaskFuture ¶
type GetMaintenanceWindowTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetMaintenanceWindowTaskFuture) Get ¶
func (r *GetMaintenanceWindowTaskFuture) Get(ctx workflow.Context) (*ssm.GetMaintenanceWindowTaskOutput, error)
type GetOpsItemFuture ¶
func (*GetOpsItemFuture) Get ¶
func (r *GetOpsItemFuture) Get(ctx workflow.Context) (*ssm.GetOpsItemOutput, error)
type GetOpsSummaryFuture ¶
func (*GetOpsSummaryFuture) Get ¶
func (r *GetOpsSummaryFuture) Get(ctx workflow.Context) (*ssm.GetOpsSummaryOutput, error)
type GetParameterFuture ¶
func (*GetParameterFuture) Get ¶
func (r *GetParameterFuture) Get(ctx workflow.Context) (*ssm.GetParameterOutput, error)
type GetParameterHistoryFuture ¶
type GetParameterHistoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetParameterHistoryFuture) Get ¶
func (r *GetParameterHistoryFuture) Get(ctx workflow.Context) (*ssm.GetParameterHistoryOutput, error)
type GetParametersByPathFuture ¶
type GetParametersByPathFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetParametersByPathFuture) Get ¶
func (r *GetParametersByPathFuture) Get(ctx workflow.Context) (*ssm.GetParametersByPathOutput, error)
type GetParametersFuture ¶
func (*GetParametersFuture) Get ¶
func (r *GetParametersFuture) Get(ctx workflow.Context) (*ssm.GetParametersOutput, error)
type GetPatchBaselineForPatchGroupFuture ¶
type GetPatchBaselineForPatchGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPatchBaselineForPatchGroupFuture) Get ¶
func (r *GetPatchBaselineForPatchGroupFuture) Get(ctx workflow.Context) (*ssm.GetPatchBaselineForPatchGroupOutput, error)
type GetPatchBaselineFuture ¶
type GetPatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPatchBaselineFuture) Get ¶
func (r *GetPatchBaselineFuture) Get(ctx workflow.Context) (*ssm.GetPatchBaselineOutput, error)
type GetServiceSettingFuture ¶
type GetServiceSettingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServiceSettingFuture) Get ¶
func (r *GetServiceSettingFuture) Get(ctx workflow.Context) (*ssm.GetServiceSettingOutput, error)
type LabelParameterVersionFuture ¶
type LabelParameterVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*LabelParameterVersionFuture) Get ¶
func (r *LabelParameterVersionFuture) Get(ctx workflow.Context) (*ssm.LabelParameterVersionOutput, error)
type ListAssociationVersionsFuture ¶
type ListAssociationVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociationVersionsFuture) Get ¶
func (r *ListAssociationVersionsFuture) Get(ctx workflow.Context) (*ssm.ListAssociationVersionsOutput, error)
type ListAssociationsFuture ¶
type ListAssociationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAssociationsFuture) Get ¶
func (r *ListAssociationsFuture) Get(ctx workflow.Context) (*ssm.ListAssociationsOutput, error)
type ListCommandInvocationsFuture ¶
type ListCommandInvocationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListCommandInvocationsFuture) Get ¶
func (r *ListCommandInvocationsFuture) Get(ctx workflow.Context) (*ssm.ListCommandInvocationsOutput, error)
type ListCommandsFuture ¶
func (*ListCommandsFuture) Get ¶
func (r *ListCommandsFuture) Get(ctx workflow.Context) (*ssm.ListCommandsOutput, error)
type ListComplianceItemsFuture ¶
type ListComplianceItemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListComplianceItemsFuture) Get ¶
func (r *ListComplianceItemsFuture) Get(ctx workflow.Context) (*ssm.ListComplianceItemsOutput, error)
type ListComplianceSummariesFuture ¶
type ListComplianceSummariesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListComplianceSummariesFuture) Get ¶
func (r *ListComplianceSummariesFuture) Get(ctx workflow.Context) (*ssm.ListComplianceSummariesOutput, error)
type ListDocumentVersionsFuture ¶
type ListDocumentVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDocumentVersionsFuture) Get ¶
func (r *ListDocumentVersionsFuture) Get(ctx workflow.Context) (*ssm.ListDocumentVersionsOutput, error)
type ListDocumentsFuture ¶
func (*ListDocumentsFuture) Get ¶
func (r *ListDocumentsFuture) Get(ctx workflow.Context) (*ssm.ListDocumentsOutput, error)
type ListInventoryEntriesFuture ¶
type ListInventoryEntriesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInventoryEntriesFuture) Get ¶
func (r *ListInventoryEntriesFuture) Get(ctx workflow.Context) (*ssm.ListInventoryEntriesOutput, error)
type ListResourceComplianceSummariesFuture ¶
type ListResourceComplianceSummariesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResourceComplianceSummariesFuture) Get ¶
func (r *ListResourceComplianceSummariesFuture) Get(ctx workflow.Context) (*ssm.ListResourceComplianceSummariesOutput, error)
type ListResourceDataSyncFuture ¶
type ListResourceDataSyncFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResourceDataSyncFuture) Get ¶
func (r *ListResourceDataSyncFuture) Get(ctx workflow.Context) (*ssm.ListResourceDataSyncOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*ssm.ListTagsForResourceOutput, error)
type ModifyDocumentPermissionFuture ¶
type ModifyDocumentPermissionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ModifyDocumentPermissionFuture) Get ¶
func (r *ModifyDocumentPermissionFuture) Get(ctx workflow.Context) (*ssm.ModifyDocumentPermissionOutput, error)
type PutComplianceItemsFuture ¶
type PutComplianceItemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutComplianceItemsFuture) Get ¶
func (r *PutComplianceItemsFuture) Get(ctx workflow.Context) (*ssm.PutComplianceItemsOutput, error)
type PutInventoryFuture ¶
func (*PutInventoryFuture) Get ¶
func (r *PutInventoryFuture) Get(ctx workflow.Context) (*ssm.PutInventoryOutput, error)
type PutParameterFuture ¶
func (*PutParameterFuture) Get ¶
func (r *PutParameterFuture) Get(ctx workflow.Context) (*ssm.PutParameterOutput, error)
type RegisterDefaultPatchBaselineFuture ¶
type RegisterDefaultPatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterDefaultPatchBaselineFuture) Get ¶
func (r *RegisterDefaultPatchBaselineFuture) Get(ctx workflow.Context) (*ssm.RegisterDefaultPatchBaselineOutput, error)
type RegisterPatchBaselineForPatchGroupFuture ¶
type RegisterPatchBaselineForPatchGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterPatchBaselineForPatchGroupFuture) Get ¶
func (r *RegisterPatchBaselineForPatchGroupFuture) Get(ctx workflow.Context) (*ssm.RegisterPatchBaselineForPatchGroupOutput, error)
type RegisterTargetWithMaintenanceWindowFuture ¶
type RegisterTargetWithMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterTargetWithMaintenanceWindowFuture) Get ¶
func (r *RegisterTargetWithMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.RegisterTargetWithMaintenanceWindowOutput, error)
type RegisterTaskWithMaintenanceWindowFuture ¶
type RegisterTaskWithMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RegisterTaskWithMaintenanceWindowFuture) Get ¶
func (r *RegisterTaskWithMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.RegisterTaskWithMaintenanceWindowOutput, error)
type RemoveTagsFromResourceFuture ¶
type RemoveTagsFromResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RemoveTagsFromResourceFuture) Get ¶
func (r *RemoveTagsFromResourceFuture) Get(ctx workflow.Context) (*ssm.RemoveTagsFromResourceOutput, error)
type ResetServiceSettingFuture ¶
type ResetServiceSettingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResetServiceSettingFuture) Get ¶
func (r *ResetServiceSettingFuture) Get(ctx workflow.Context) (*ssm.ResetServiceSettingOutput, error)
type ResumeSessionFuture ¶
func (*ResumeSessionFuture) Get ¶
func (r *ResumeSessionFuture) Get(ctx workflow.Context) (*ssm.ResumeSessionOutput, error)
type SendAutomationSignalFuture ¶
type SendAutomationSignalFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendAutomationSignalFuture) Get ¶
func (r *SendAutomationSignalFuture) Get(ctx workflow.Context) (*ssm.SendAutomationSignalOutput, error)
type SendCommandFuture ¶
func (*SendCommandFuture) Get ¶
func (r *SendCommandFuture) Get(ctx workflow.Context) (*ssm.SendCommandOutput, error)
type StartAssociationsOnceFuture ¶
type StartAssociationsOnceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAssociationsOnceFuture) Get ¶
func (r *StartAssociationsOnceFuture) Get(ctx workflow.Context) (*ssm.StartAssociationsOnceOutput, error)
type StartAutomationExecutionFuture ¶
type StartAutomationExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartAutomationExecutionFuture) Get ¶
func (r *StartAutomationExecutionFuture) Get(ctx workflow.Context) (*ssm.StartAutomationExecutionOutput, error)
type StartSessionFuture ¶
func (*StartSessionFuture) Get ¶
func (r *StartSessionFuture) Get(ctx workflow.Context) (*ssm.StartSessionOutput, error)
type StopAutomationExecutionFuture ¶
type StopAutomationExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StopAutomationExecutionFuture) Get ¶
func (r *StopAutomationExecutionFuture) Get(ctx workflow.Context) (*ssm.StopAutomationExecutionOutput, error)
type TerminateSessionFuture ¶
type TerminateSessionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TerminateSessionFuture) Get ¶
func (r *TerminateSessionFuture) Get(ctx workflow.Context) (*ssm.TerminateSessionOutput, error)
type UpdateAssociationFuture ¶
type UpdateAssociationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssociationFuture) Get ¶
func (r *UpdateAssociationFuture) Get(ctx workflow.Context) (*ssm.UpdateAssociationOutput, error)
type UpdateAssociationStatusFuture ¶
type UpdateAssociationStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateAssociationStatusFuture) Get ¶
func (r *UpdateAssociationStatusFuture) Get(ctx workflow.Context) (*ssm.UpdateAssociationStatusOutput, error)
type UpdateDocumentDefaultVersionFuture ¶
type UpdateDocumentDefaultVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDocumentDefaultVersionFuture) Get ¶
func (r *UpdateDocumentDefaultVersionFuture) Get(ctx workflow.Context) (*ssm.UpdateDocumentDefaultVersionOutput, error)
type UpdateDocumentFuture ¶
func (*UpdateDocumentFuture) Get ¶
func (r *UpdateDocumentFuture) Get(ctx workflow.Context) (*ssm.UpdateDocumentOutput, error)
type UpdateMaintenanceWindowFuture ¶
type UpdateMaintenanceWindowFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMaintenanceWindowFuture) Get ¶
func (r *UpdateMaintenanceWindowFuture) Get(ctx workflow.Context) (*ssm.UpdateMaintenanceWindowOutput, error)
type UpdateMaintenanceWindowTargetFuture ¶
type UpdateMaintenanceWindowTargetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMaintenanceWindowTargetFuture) Get ¶
func (r *UpdateMaintenanceWindowTargetFuture) Get(ctx workflow.Context) (*ssm.UpdateMaintenanceWindowTargetOutput, error)
type UpdateMaintenanceWindowTaskFuture ¶
type UpdateMaintenanceWindowTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMaintenanceWindowTaskFuture) Get ¶
func (r *UpdateMaintenanceWindowTaskFuture) Get(ctx workflow.Context) (*ssm.UpdateMaintenanceWindowTaskOutput, error)
type UpdateManagedInstanceRoleFuture ¶
type UpdateManagedInstanceRoleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateManagedInstanceRoleFuture) Get ¶
func (r *UpdateManagedInstanceRoleFuture) Get(ctx workflow.Context) (*ssm.UpdateManagedInstanceRoleOutput, error)
type UpdateOpsItemFuture ¶
func (*UpdateOpsItemFuture) Get ¶
func (r *UpdateOpsItemFuture) Get(ctx workflow.Context) (*ssm.UpdateOpsItemOutput, error)
type UpdatePatchBaselineFuture ¶
type UpdatePatchBaselineFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdatePatchBaselineFuture) Get ¶
func (r *UpdatePatchBaselineFuture) Get(ctx workflow.Context) (*ssm.UpdatePatchBaselineOutput, error)
type UpdateResourceDataSyncFuture ¶
type UpdateResourceDataSyncFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateResourceDataSyncFuture) Get ¶
func (r *UpdateResourceDataSyncFuture) Get(ctx workflow.Context) (*ssm.UpdateResourceDataSyncOutput, error)
type UpdateServiceSettingFuture ¶
type UpdateServiceSettingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateServiceSettingFuture) Get ¶
func (r *UpdateServiceSettingFuture) Get(ctx workflow.Context) (*ssm.UpdateServiceSettingOutput, error)
Click to show internal directories.
Click to hide internal directories.