...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/ssm"
Overview
Constants

Overview ▾

Package ssm provides the client and types for making API requests to Amazon Simple Systems Manager (SSM).

Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide (https://docs.aws.amazon.com/systems-manager/latest/userguide/). To get started, see Setting up Amazon Web Services Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html).

Related resources

See https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06 for more information on this service.

See ssm package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/

Using the Client

To contact Amazon Simple Systems Manager (SSM) with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon Simple Systems Manager (SSM) client SSM for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/ssm/#New

The stub package, ssmiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Operations ▾

AddTagsToResource
AssociateOpsItemRelatedItem
CancelCommand
CancelMaintenanceWindowExecution
CreateActivation
CreateAssociation
CreateAssociationBatch
CreateDocument
CreateMaintenanceWindow
CreateOpsItem
CreateOpsMetadata
CreatePatchBaseline
CreateResourceDataSync
DeleteActivation
DeleteAssociation
DeleteDocument
DeleteInventory
DeleteMaintenanceWindow
DeleteOpsItem
DeleteOpsMetadata
DeleteParameter
DeleteParameters
DeletePatchBaseline
DeleteResourceDataSync
DeleteResourcePolicy
DeregisterManagedInstance
DeregisterPatchBaselineForPatchGroup
DeregisterTargetFromMaintenanceWindow
DeregisterTaskFromMaintenanceWindow
DescribeActivations ( Paginator )
DescribeAssociation
DescribeAssociationExecutionTargets ( Paginator )
DescribeAssociationExecutions ( Paginator )
DescribeAutomationExecutions ( Paginator )
DescribeAutomationStepExecutions ( Paginator )
DescribeAvailablePatches ( Paginator )
DescribeDocument
DescribeDocumentPermission
DescribeEffectiveInstanceAssociations ( Paginator )
DescribeEffectivePatchesForPatchBaseline ( Paginator )
DescribeInstanceAssociationsStatus ( Paginator )
DescribeInstanceInformation ( Paginator )
DescribeInstancePatchStates ( Paginator )
DescribeInstancePatchStatesForPatchGroup ( Paginator )
DescribeInstancePatches ( Paginator )
DescribeInstanceProperties ( Paginator )
DescribeInventoryDeletions ( Paginator )
DescribeMaintenanceWindowExecutionTaskInvocations ( Paginator )
DescribeMaintenanceWindowExecutionTasks ( Paginator )
DescribeMaintenanceWindowExecutions ( Paginator )
DescribeMaintenanceWindowSchedule ( Paginator )
DescribeMaintenanceWindowTargets ( Paginator )
DescribeMaintenanceWindowTasks ( Paginator )
DescribeMaintenanceWindows ( Paginator )
DescribeMaintenanceWindowsForTarget ( Paginator )
DescribeOpsItems ( Paginator )
DescribeParameters ( Paginator )
DescribePatchBaselines ( Paginator )
DescribePatchGroupState
DescribePatchGroups ( Paginator )
DescribePatchProperties ( Paginator )
DescribeSessions ( Paginator )
DisassociateOpsItemRelatedItem
GetAutomationExecution
GetCalendarState
GetCommandInvocation
GetConnectionStatus
GetDefaultPatchBaseline
GetDeployablePatchSnapshotForInstance
GetDocument
GetInventory ( Paginator )
GetInventorySchema ( Paginator )
GetMaintenanceWindow
GetMaintenanceWindowExecution
GetMaintenanceWindowExecutionTask
GetMaintenanceWindowExecutionTaskInvocation
GetMaintenanceWindowTask
GetOpsItem
GetOpsMetadata
GetOpsSummary ( Paginator )
GetParameter
GetParameterHistory ( Paginator )
GetParameters
GetParametersByPath ( Paginator )
GetPatchBaseline
GetPatchBaselineForPatchGroup
GetResourcePolicies ( Paginator )
GetServiceSetting
LabelParameterVersion
ListAssociationVersions ( Paginator )
ListAssociations ( Paginator )
ListCommandInvocations ( Paginator )
ListCommands ( Paginator )
ListComplianceItems ( Paginator )
ListComplianceSummaries ( Paginator )
ListDocumentMetadataHistory
ListDocumentVersions ( Paginator )
ListDocuments ( Paginator )
ListInventoryEntries
ListOpsItemEvents ( Paginator )
ListOpsItemRelatedItems ( Paginator )
ListOpsMetadata ( Paginator )
ListResourceComplianceSummaries ( Paginator )
ListResourceDataSync ( Paginator )
ListTagsForResource
ModifyDocumentPermission
PutComplianceItems
PutInventory
PutParameter
PutResourcePolicy
RegisterDefaultPatchBaseline
RegisterPatchBaselineForPatchGroup
RegisterTargetWithMaintenanceWindow
RegisterTaskWithMaintenanceWindow
RemoveTagsFromResource
ResetServiceSetting
ResumeSession
SendAutomationSignal
SendCommand
StartAssociationsOnce
StartAutomationExecution
StartChangeRequestExecution
StartSession
StopAutomationExecution
TerminateSession
UnlabelParameterVersion
UpdateAssociation
UpdateAssociationStatus
UpdateDocument
UpdateDocumentDefaultVersion
UpdateDocumentMetadata
UpdateMaintenanceWindow
UpdateMaintenanceWindowTarget
UpdateMaintenanceWindowTask
UpdateManagedInstanceRole
UpdateOpsItem
UpdateOpsMetadata
UpdatePatchBaseline
UpdateResourceDataSync
UpdateServiceSetting

Types ▾

type SSM
func New(p client.ConfigProvider, cfgs ...*aws.Config) *SSM
func (c *SSM) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
func (c *SSM) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
func (c *SSM) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
func (c *SSM) AssociateOpsItemRelatedItem(input *AssociateOpsItemRelatedItemInput) (*AssociateOpsItemRelatedItemOutput, error)
func (c *SSM) AssociateOpsItemRelatedItemRequest(input *AssociateOpsItemRelatedItemInput) (req *request.Request, output *AssociateOpsItemRelatedItemOutput)
func (c *SSM) AssociateOpsItemRelatedItemWithContext(ctx aws.Context, input *AssociateOpsItemRelatedItemInput, opts ...request.Option) (*AssociateOpsItemRelatedItemOutput, error)
func (c *SSM) CancelCommand(input *CancelCommandInput) (*CancelCommandOutput, error)
func (c *SSM) CancelCommandRequest(input *CancelCommandInput) (req *request.Request, output *CancelCommandOutput)
func (c *SSM) CancelCommandWithContext(ctx aws.Context, input *CancelCommandInput, opts ...request.Option) (*CancelCommandOutput, error)
func (c *SSM) CancelMaintenanceWindowExecution(input *CancelMaintenanceWindowExecutionInput) (*CancelMaintenanceWindowExecutionOutput, error)
func (c *SSM) CancelMaintenanceWindowExecutionRequest(input *CancelMaintenanceWindowExecutionInput) (req *request.Request, output *CancelMaintenanceWindowExecutionOutput)
func (c *SSM) CancelMaintenanceWindowExecutionWithContext(ctx aws.Context, input *CancelMaintenanceWindowExecutionInput, opts ...request.Option) (*CancelMaintenanceWindowExecutionOutput, error)
func (c *SSM) CreateActivation(input *CreateActivationInput) (*CreateActivationOutput, error)
func (c *SSM) CreateActivationRequest(input *CreateActivationInput) (req *request.Request, output *CreateActivationOutput)
func (c *SSM) CreateActivationWithContext(ctx aws.Context, input *CreateActivationInput, opts ...request.Option) (*CreateActivationOutput, error)
func (c *SSM) CreateAssociation(input *CreateAssociationInput) (*CreateAssociationOutput, error)
func (c *SSM) CreateAssociationBatch(input *CreateAssociationBatchInput) (*CreateAssociationBatchOutput, error)
func (c *SSM) CreateAssociationBatchRequest(input *CreateAssociationBatchInput) (req *request.Request, output *CreateAssociationBatchOutput)
func (c *SSM) CreateAssociationBatchWithContext(ctx aws.Context, input *CreateAssociationBatchInput, opts ...request.Option) (*CreateAssociationBatchOutput, error)
func (c *SSM) CreateAssociationRequest(input *CreateAssociationInput) (req *request.Request, output *CreateAssociationOutput)
func (c *SSM) CreateAssociationWithContext(ctx aws.Context, input *CreateAssociationInput, opts ...request.Option) (*CreateAssociationOutput, error)
func (c *SSM) CreateDocument(input *CreateDocumentInput) (*CreateDocumentOutput, error)
func (c *SSM) CreateDocumentRequest(input *CreateDocumentInput) (req *request.Request, output *CreateDocumentOutput)
func (c *SSM) CreateDocumentWithContext(ctx aws.Context, input *CreateDocumentInput, opts ...request.Option) (*CreateDocumentOutput, error)
func (c *SSM) CreateMaintenanceWindow(input *CreateMaintenanceWindowInput) (*CreateMaintenanceWindowOutput, error)
func (c *SSM) CreateMaintenanceWindowRequest(input *CreateMaintenanceWindowInput) (req *request.Request, output *CreateMaintenanceWindowOutput)
func (c *SSM) CreateMaintenanceWindowWithContext(ctx aws.Context, input *CreateMaintenanceWindowInput, opts ...request.Option) (*CreateMaintenanceWindowOutput, error)
func (c *SSM) CreateOpsItem(input *CreateOpsItemInput) (*CreateOpsItemOutput, error)
func (c *SSM) CreateOpsItemRequest(input *CreateOpsItemInput) (req *request.Request, output *CreateOpsItemOutput)
func (c *SSM) CreateOpsItemWithContext(ctx aws.Context, input *CreateOpsItemInput, opts ...request.Option) (*CreateOpsItemOutput, error)
func (c *SSM) CreateOpsMetadata(input *CreateOpsMetadataInput) (*CreateOpsMetadataOutput, error)
func (c *SSM) CreateOpsMetadataRequest(input *CreateOpsMetadataInput) (req *request.Request, output *CreateOpsMetadataOutput)
func (c *SSM) CreateOpsMetadataWithContext(ctx aws.Context, input *CreateOpsMetadataInput, opts ...request.Option) (*CreateOpsMetadataOutput, error)
func (c *SSM) CreatePatchBaseline(input *CreatePatchBaselineInput) (*CreatePatchBaselineOutput, error)
func (c *SSM) CreatePatchBaselineRequest(input *CreatePatchBaselineInput) (req *request.Request, output *CreatePatchBaselineOutput)
func (c *SSM) CreatePatchBaselineWithContext(ctx aws.Context, input *CreatePatchBaselineInput, opts ...request.Option) (*CreatePatchBaselineOutput, error)
func (c *SSM) CreateResourceDataSync(input *CreateResourceDataSyncInput) (*CreateResourceDataSyncOutput, error)
func (c *SSM) CreateResourceDataSyncRequest(input *CreateResourceDataSyncInput) (req *request.Request, output *CreateResourceDataSyncOutput)
func (c *SSM) CreateResourceDataSyncWithContext(ctx aws.Context, input *CreateResourceDataSyncInput, opts ...request.Option) (*CreateResourceDataSyncOutput, error)
func (c *SSM) DeleteActivation(input *DeleteActivationInput) (*DeleteActivationOutput, error)
func (c *SSM) DeleteActivationRequest(input *DeleteActivationInput) (req *request.Request, output *DeleteActivationOutput)
func (c *SSM) DeleteActivationWithContext(ctx aws.Context, input *DeleteActivationInput, opts ...request.Option) (*DeleteActivationOutput, error)
func (c *SSM) DeleteAssociation(input *DeleteAssociationInput) (*DeleteAssociationOutput, error)
func (c *SSM) DeleteAssociationRequest(input *DeleteAssociationInput) (req *request.Request, output *DeleteAssociationOutput)
func (c *SSM) DeleteAssociationWithContext(ctx aws.Context, input *DeleteAssociationInput, opts ...request.Option) (*DeleteAssociationOutput, error)
func (c *SSM) DeleteDocument(input *DeleteDocumentInput) (*DeleteDocumentOutput, error)
func (c *SSM) DeleteDocumentRequest(input *DeleteDocumentInput) (req *request.Request, output *DeleteDocumentOutput)
func (c *SSM) DeleteDocumentWithContext(ctx aws.Context, input *DeleteDocumentInput, opts ...request.Option) (*DeleteDocumentOutput, error)
func (c *SSM) DeleteInventory(input *DeleteInventoryInput) (*DeleteInventoryOutput, error)
func (c *SSM) DeleteInventoryRequest(input *DeleteInventoryInput) (req *request.Request, output *DeleteInventoryOutput)
func (c *SSM) DeleteInventoryWithContext(ctx aws.Context, input *DeleteInventoryInput, opts ...request.Option) (*DeleteInventoryOutput, error)
func (c *SSM) DeleteMaintenanceWindow(input *DeleteMaintenanceWindowInput) (*DeleteMaintenanceWindowOutput, error)
func (c *SSM) DeleteMaintenanceWindowRequest(input *DeleteMaintenanceWindowInput) (req *request.Request, output *DeleteMaintenanceWindowOutput)
func (c *SSM) DeleteMaintenanceWindowWithContext(ctx aws.Context, input *DeleteMaintenanceWindowInput, opts ...request.Option) (*DeleteMaintenanceWindowOutput, error)
func (c *SSM) DeleteOpsItem(input *DeleteOpsItemInput) (*DeleteOpsItemOutput, error)
func (c *SSM) DeleteOpsItemRequest(input *DeleteOpsItemInput) (req *request.Request, output *DeleteOpsItemOutput)
func (c *SSM) DeleteOpsItemWithContext(ctx aws.Context, input *DeleteOpsItemInput, opts ...request.Option) (*DeleteOpsItemOutput, error)
func (c *SSM) DeleteOpsMetadata(input *DeleteOpsMetadataInput) (*DeleteOpsMetadataOutput, error)
func (c *SSM) DeleteOpsMetadataRequest(input *DeleteOpsMetadataInput) (req *request.Request, output *DeleteOpsMetadataOutput)
func (c *SSM) DeleteOpsMetadataWithContext(ctx aws.Context, input *DeleteOpsMetadataInput, opts ...request.Option) (*DeleteOpsMetadataOutput, error)
func (c *SSM) DeleteParameter(input *DeleteParameterInput) (*DeleteParameterOutput, error)
func (c *SSM) DeleteParameterRequest(input *DeleteParameterInput) (req *request.Request, output *DeleteParameterOutput)
func (c *SSM) DeleteParameterWithContext(ctx aws.Context, input *DeleteParameterInput, opts ...request.Option) (*DeleteParameterOutput, error)
func (c *SSM) DeleteParameters(input *DeleteParametersInput) (*DeleteParametersOutput, error)
func (c *SSM) DeleteParametersRequest(input *DeleteParametersInput) (req *request.Request, output *DeleteParametersOutput)
func (c *SSM) DeleteParametersWithContext(ctx aws.Context, input *DeleteParametersInput, opts ...request.Option) (*DeleteParametersOutput, error)
func (c *SSM) DeletePatchBaseline(input *DeletePatchBaselineInput) (*DeletePatchBaselineOutput, error)
func (c *SSM) DeletePatchBaselineRequest(input *DeletePatchBaselineInput) (req *request.Request, output *DeletePatchBaselineOutput)
func (c *SSM) DeletePatchBaselineWithContext(ctx aws.Context, input *DeletePatchBaselineInput, opts ...request.Option) (*DeletePatchBaselineOutput, error)
func (c *SSM) DeleteResourceDataSync(input *DeleteResourceDataSyncInput) (*DeleteResourceDataSyncOutput, error)
func (c *SSM) DeleteResourceDataSyncRequest(input *DeleteResourceDataSyncInput) (req *request.Request, output *DeleteResourceDataSyncOutput)
func (c *SSM) DeleteResourceDataSyncWithContext(ctx aws.Context, input *DeleteResourceDataSyncInput, opts ...request.Option) (*DeleteResourceDataSyncOutput, error)
func (c *SSM) DeleteResourcePolicy(input *DeleteResourcePolicyInput) (*DeleteResourcePolicyOutput, error)
func (c *SSM) DeleteResourcePolicyRequest(input *DeleteResourcePolicyInput) (req *request.Request, output *DeleteResourcePolicyOutput)
func (c *SSM) DeleteResourcePolicyWithContext(ctx aws.Context, input *DeleteResourcePolicyInput, opts ...request.Option) (*DeleteResourcePolicyOutput, error)
func (c *SSM) DeregisterManagedInstance(input *DeregisterManagedInstanceInput) (*DeregisterManagedInstanceOutput, error)
func (c *SSM) DeregisterManagedInstanceRequest(input *DeregisterManagedInstanceInput) (req *request.Request, output *DeregisterManagedInstanceOutput)
func (c *SSM) DeregisterManagedInstanceWithContext(ctx aws.Context, input *DeregisterManagedInstanceInput, opts ...request.Option) (*DeregisterManagedInstanceOutput, error)
func (c *SSM) DeregisterPatchBaselineForPatchGroup(input *DeregisterPatchBaselineForPatchGroupInput) (*DeregisterPatchBaselineForPatchGroupOutput, error)
func (c *SSM) DeregisterPatchBaselineForPatchGroupRequest(input *DeregisterPatchBaselineForPatchGroupInput) (req *request.Request, output *DeregisterPatchBaselineForPatchGroupOutput)
func (c *SSM) DeregisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *DeregisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*DeregisterPatchBaselineForPatchGroupOutput, error)
func (c *SSM) DeregisterTargetFromMaintenanceWindow(input *DeregisterTargetFromMaintenanceWindowInput) (*DeregisterTargetFromMaintenanceWindowOutput, error)
func (c *SSM) DeregisterTargetFromMaintenanceWindowRequest(input *DeregisterTargetFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTargetFromMaintenanceWindowOutput)
func (c *SSM) DeregisterTargetFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTargetFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTargetFromMaintenanceWindowOutput, error)
func (c *SSM) DeregisterTaskFromMaintenanceWindow(input *DeregisterTaskFromMaintenanceWindowInput) (*DeregisterTaskFromMaintenanceWindowOutput, error)
func (c *SSM) DeregisterTaskFromMaintenanceWindowRequest(input *DeregisterTaskFromMaintenanceWindowInput) (req *request.Request, output *DeregisterTaskFromMaintenanceWindowOutput)
func (c *SSM) DeregisterTaskFromMaintenanceWindowWithContext(ctx aws.Context, input *DeregisterTaskFromMaintenanceWindowInput, opts ...request.Option) (*DeregisterTaskFromMaintenanceWindowOutput, error)
func (c *SSM) DescribeActivations(input *DescribeActivationsInput) (*DescribeActivationsOutput, error)
func (c *SSM) DescribeActivationsPages(input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool) error
func (c *SSM) DescribeActivationsPagesWithContext(ctx aws.Context, input *DescribeActivationsInput, fn func(*DescribeActivationsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeActivationsRequest(input *DescribeActivationsInput) (req *request.Request, output *DescribeActivationsOutput)
func (c *SSM) DescribeActivationsWithContext(ctx aws.Context, input *DescribeActivationsInput, opts ...request.Option) (*DescribeActivationsOutput, error)
func (c *SSM) DescribeAssociation(input *DescribeAssociationInput) (*DescribeAssociationOutput, error)
func (c *SSM) DescribeAssociationExecutionTargets(input *DescribeAssociationExecutionTargetsInput) (*DescribeAssociationExecutionTargetsOutput, error)
func (c *SSM) DescribeAssociationExecutionTargetsPages(input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool) error
func (c *SSM) DescribeAssociationExecutionTargetsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, fn func(*DescribeAssociationExecutionTargetsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeAssociationExecutionTargetsRequest(input *DescribeAssociationExecutionTargetsInput) (req *request.Request, output *DescribeAssociationExecutionTargetsOutput)
func (c *SSM) DescribeAssociationExecutionTargetsWithContext(ctx aws.Context, input *DescribeAssociationExecutionTargetsInput, opts ...request.Option) (*DescribeAssociationExecutionTargetsOutput, error)
func (c *SSM) DescribeAssociationExecutions(input *DescribeAssociationExecutionsInput) (*DescribeAssociationExecutionsOutput, error)
func (c *SSM) DescribeAssociationExecutionsPages(input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool) error
func (c *SSM) DescribeAssociationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, fn func(*DescribeAssociationExecutionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeAssociationExecutionsRequest(input *DescribeAssociationExecutionsInput) (req *request.Request, output *DescribeAssociationExecutionsOutput)
func (c *SSM) DescribeAssociationExecutionsWithContext(ctx aws.Context, input *DescribeAssociationExecutionsInput, opts ...request.Option) (*DescribeAssociationExecutionsOutput, error)
func (c *SSM) DescribeAssociationRequest(input *DescribeAssociationInput) (req *request.Request, output *DescribeAssociationOutput)
func (c *SSM) DescribeAssociationWithContext(ctx aws.Context, input *DescribeAssociationInput, opts ...request.Option) (*DescribeAssociationOutput, error)
func (c *SSM) DescribeAutomationExecutions(input *DescribeAutomationExecutionsInput) (*DescribeAutomationExecutionsOutput, error)
func (c *SSM) DescribeAutomationExecutionsPages(input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool) error
func (c *SSM) DescribeAutomationExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, fn func(*DescribeAutomationExecutionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeAutomationExecutionsRequest(input *DescribeAutomationExecutionsInput) (req *request.Request, output *DescribeAutomationExecutionsOutput)
func (c *SSM) DescribeAutomationExecutionsWithContext(ctx aws.Context, input *DescribeAutomationExecutionsInput, opts ...request.Option) (*DescribeAutomationExecutionsOutput, error)
func (c *SSM) DescribeAutomationStepExecutions(input *DescribeAutomationStepExecutionsInput) (*DescribeAutomationStepExecutionsOutput, error)
func (c *SSM) DescribeAutomationStepExecutionsPages(input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool) error
func (c *SSM) DescribeAutomationStepExecutionsPagesWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, fn func(*DescribeAutomationStepExecutionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeAutomationStepExecutionsRequest(input *DescribeAutomationStepExecutionsInput) (req *request.Request, output *DescribeAutomationStepExecutionsOutput)
func (c *SSM) DescribeAutomationStepExecutionsWithContext(ctx aws.Context, input *DescribeAutomationStepExecutionsInput, opts ...request.Option) (*DescribeAutomationStepExecutionsOutput, error)
func (c *SSM) DescribeAvailablePatches(input *DescribeAvailablePatchesInput) (*DescribeAvailablePatchesOutput, error)
func (c *SSM) DescribeAvailablePatchesPages(input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool) error
func (c *SSM) DescribeAvailablePatchesPagesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, fn func(*DescribeAvailablePatchesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeAvailablePatchesRequest(input *DescribeAvailablePatchesInput) (req *request.Request, output *DescribeAvailablePatchesOutput)
func (c *SSM) DescribeAvailablePatchesWithContext(ctx aws.Context, input *DescribeAvailablePatchesInput, opts ...request.Option) (*DescribeAvailablePatchesOutput, error)
func (c *SSM) DescribeDocument(input *DescribeDocumentInput) (*DescribeDocumentOutput, error)
func (c *SSM) DescribeDocumentPermission(input *DescribeDocumentPermissionInput) (*DescribeDocumentPermissionOutput, error)
func (c *SSM) DescribeDocumentPermissionRequest(input *DescribeDocumentPermissionInput) (req *request.Request, output *DescribeDocumentPermissionOutput)
func (c *SSM) DescribeDocumentPermissionWithContext(ctx aws.Context, input *DescribeDocumentPermissionInput, opts ...request.Option) (*DescribeDocumentPermissionOutput, error)
func (c *SSM) DescribeDocumentRequest(input *DescribeDocumentInput) (req *request.Request, output *DescribeDocumentOutput)
func (c *SSM) DescribeDocumentWithContext(ctx aws.Context, input *DescribeDocumentInput, opts ...request.Option) (*DescribeDocumentOutput, error)
func (c *SSM) DescribeEffectiveInstanceAssociations(input *DescribeEffectiveInstanceAssociationsInput) (*DescribeEffectiveInstanceAssociationsOutput, error)
func (c *SSM) DescribeEffectiveInstanceAssociationsPages(input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool) error
func (c *SSM) DescribeEffectiveInstanceAssociationsPagesWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, fn func(*DescribeEffectiveInstanceAssociationsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeEffectiveInstanceAssociationsRequest(input *DescribeEffectiveInstanceAssociationsInput) (req *request.Request, output *DescribeEffectiveInstanceAssociationsOutput)
func (c *SSM) DescribeEffectiveInstanceAssociationsWithContext(ctx aws.Context, input *DescribeEffectiveInstanceAssociationsInput, opts ...request.Option) (*DescribeEffectiveInstanceAssociationsOutput, error)
func (c *SSM) DescribeEffectivePatchesForPatchBaseline(input *DescribeEffectivePatchesForPatchBaselineInput) (*DescribeEffectivePatchesForPatchBaselineOutput, error)
func (c *SSM) DescribeEffectivePatchesForPatchBaselinePages(input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool) error
func (c *SSM) DescribeEffectivePatchesForPatchBaselinePagesWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, fn func(*DescribeEffectivePatchesForPatchBaselineOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeEffectivePatchesForPatchBaselineRequest(input *DescribeEffectivePatchesForPatchBaselineInput) (req *request.Request, output *DescribeEffectivePatchesForPatchBaselineOutput)
func (c *SSM) DescribeEffectivePatchesForPatchBaselineWithContext(ctx aws.Context, input *DescribeEffectivePatchesForPatchBaselineInput, opts ...request.Option) (*DescribeEffectivePatchesForPatchBaselineOutput, error)
func (c *SSM) DescribeInstanceAssociationsStatus(input *DescribeInstanceAssociationsStatusInput) (*DescribeInstanceAssociationsStatusOutput, error)
func (c *SSM) DescribeInstanceAssociationsStatusPages(input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool) error
func (c *SSM) DescribeInstanceAssociationsStatusPagesWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, fn func(*DescribeInstanceAssociationsStatusOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstanceAssociationsStatusRequest(input *DescribeInstanceAssociationsStatusInput) (req *request.Request, output *DescribeInstanceAssociationsStatusOutput)
func (c *SSM) DescribeInstanceAssociationsStatusWithContext(ctx aws.Context, input *DescribeInstanceAssociationsStatusInput, opts ...request.Option) (*DescribeInstanceAssociationsStatusOutput, error)
func (c *SSM) DescribeInstanceInformation(input *DescribeInstanceInformationInput) (*DescribeInstanceInformationOutput, error)
func (c *SSM) DescribeInstanceInformationPages(input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool) error
func (c *SSM) DescribeInstanceInformationPagesWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, fn func(*DescribeInstanceInformationOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstanceInformationRequest(input *DescribeInstanceInformationInput) (req *request.Request, output *DescribeInstanceInformationOutput)
func (c *SSM) DescribeInstanceInformationWithContext(ctx aws.Context, input *DescribeInstanceInformationInput, opts ...request.Option) (*DescribeInstanceInformationOutput, error)
func (c *SSM) DescribeInstancePatchStates(input *DescribeInstancePatchStatesInput) (*DescribeInstancePatchStatesOutput, error)
func (c *SSM) DescribeInstancePatchStatesForPatchGroup(input *DescribeInstancePatchStatesForPatchGroupInput) (*DescribeInstancePatchStatesForPatchGroupOutput, error)
func (c *SSM) DescribeInstancePatchStatesForPatchGroupPages(input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool) error
func (c *SSM) DescribeInstancePatchStatesForPatchGroupPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, fn func(*DescribeInstancePatchStatesForPatchGroupOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstancePatchStatesForPatchGroupRequest(input *DescribeInstancePatchStatesForPatchGroupInput) (req *request.Request, output *DescribeInstancePatchStatesForPatchGroupOutput)
func (c *SSM) DescribeInstancePatchStatesForPatchGroupWithContext(ctx aws.Context, input *DescribeInstancePatchStatesForPatchGroupInput, opts ...request.Option) (*DescribeInstancePatchStatesForPatchGroupOutput, error)
func (c *SSM) DescribeInstancePatchStatesPages(input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool) error
func (c *SSM) DescribeInstancePatchStatesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, fn func(*DescribeInstancePatchStatesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstancePatchStatesRequest(input *DescribeInstancePatchStatesInput) (req *request.Request, output *DescribeInstancePatchStatesOutput)
func (c *SSM) DescribeInstancePatchStatesWithContext(ctx aws.Context, input *DescribeInstancePatchStatesInput, opts ...request.Option) (*DescribeInstancePatchStatesOutput, error)
func (c *SSM) DescribeInstancePatches(input *DescribeInstancePatchesInput) (*DescribeInstancePatchesOutput, error)
func (c *SSM) DescribeInstancePatchesPages(input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool) error
func (c *SSM) DescribeInstancePatchesPagesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, fn func(*DescribeInstancePatchesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstancePatchesRequest(input *DescribeInstancePatchesInput) (req *request.Request, output *DescribeInstancePatchesOutput)
func (c *SSM) DescribeInstancePatchesWithContext(ctx aws.Context, input *DescribeInstancePatchesInput, opts ...request.Option) (*DescribeInstancePatchesOutput, error)
func (c *SSM) DescribeInstanceProperties(input *DescribeInstancePropertiesInput) (*DescribeInstancePropertiesOutput, error)
func (c *SSM) DescribeInstancePropertiesPages(input *DescribeInstancePropertiesInput, fn func(*DescribeInstancePropertiesOutput, bool) bool) error
func (c *SSM) DescribeInstancePropertiesPagesWithContext(ctx aws.Context, input *DescribeInstancePropertiesInput, fn func(*DescribeInstancePropertiesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInstancePropertiesRequest(input *DescribeInstancePropertiesInput) (req *request.Request, output *DescribeInstancePropertiesOutput)
func (c *SSM) DescribeInstancePropertiesWithContext(ctx aws.Context, input *DescribeInstancePropertiesInput, opts ...request.Option) (*DescribeInstancePropertiesOutput, error)
func (c *SSM) DescribeInventoryDeletions(input *DescribeInventoryDeletionsInput) (*DescribeInventoryDeletionsOutput, error)
func (c *SSM) DescribeInventoryDeletionsPages(input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool) error
func (c *SSM) DescribeInventoryDeletionsPagesWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, fn func(*DescribeInventoryDeletionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeInventoryDeletionsRequest(input *DescribeInventoryDeletionsInput) (req *request.Request, output *DescribeInventoryDeletionsOutput)
func (c *SSM) DescribeInventoryDeletionsWithContext(ctx aws.Context, input *DescribeInventoryDeletionsInput, opts ...request.Option) (*DescribeInventoryDeletionsOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocations(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPages(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, fn func(*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsRequest(input *DescribeMaintenanceWindowExecutionTaskInvocationsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTaskInvocationsOutput)
func (c *SSM) DescribeMaintenanceWindowExecutionTaskInvocationsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTaskInvocationsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTaskInvocationsOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutionTasks(input *DescribeMaintenanceWindowExecutionTasksInput) (*DescribeMaintenanceWindowExecutionTasksOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutionTasksPages(input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowExecutionTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, fn func(*DescribeMaintenanceWindowExecutionTasksOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowExecutionTasksRequest(input *DescribeMaintenanceWindowExecutionTasksInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionTasksOutput)
func (c *SSM) DescribeMaintenanceWindowExecutionTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionTasksOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutions(input *DescribeMaintenanceWindowExecutionsInput) (*DescribeMaintenanceWindowExecutionsOutput, error)
func (c *SSM) DescribeMaintenanceWindowExecutionsPages(input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowExecutionsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, fn func(*DescribeMaintenanceWindowExecutionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowExecutionsRequest(input *DescribeMaintenanceWindowExecutionsInput) (req *request.Request, output *DescribeMaintenanceWindowExecutionsOutput)
func (c *SSM) DescribeMaintenanceWindowExecutionsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowExecutionsInput, opts ...request.Option) (*DescribeMaintenanceWindowExecutionsOutput, error)
func (c *SSM) DescribeMaintenanceWindowSchedule(input *DescribeMaintenanceWindowScheduleInput) (*DescribeMaintenanceWindowScheduleOutput, error)
func (c *SSM) DescribeMaintenanceWindowSchedulePages(input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowSchedulePagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, fn func(*DescribeMaintenanceWindowScheduleOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowScheduleRequest(input *DescribeMaintenanceWindowScheduleInput) (req *request.Request, output *DescribeMaintenanceWindowScheduleOutput)
func (c *SSM) DescribeMaintenanceWindowScheduleWithContext(ctx aws.Context, input *DescribeMaintenanceWindowScheduleInput, opts ...request.Option) (*DescribeMaintenanceWindowScheduleOutput, error)
func (c *SSM) DescribeMaintenanceWindowTargets(input *DescribeMaintenanceWindowTargetsInput) (*DescribeMaintenanceWindowTargetsOutput, error)
func (c *SSM) DescribeMaintenanceWindowTargetsPages(input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowTargetsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, fn func(*DescribeMaintenanceWindowTargetsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowTargetsRequest(input *DescribeMaintenanceWindowTargetsInput) (req *request.Request, output *DescribeMaintenanceWindowTargetsOutput)
func (c *SSM) DescribeMaintenanceWindowTargetsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTargetsInput, opts ...request.Option) (*DescribeMaintenanceWindowTargetsOutput, error)
func (c *SSM) DescribeMaintenanceWindowTasks(input *DescribeMaintenanceWindowTasksInput) (*DescribeMaintenanceWindowTasksOutput, error)
func (c *SSM) DescribeMaintenanceWindowTasksPages(input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowTasksPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, fn func(*DescribeMaintenanceWindowTasksOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowTasksRequest(input *DescribeMaintenanceWindowTasksInput) (req *request.Request, output *DescribeMaintenanceWindowTasksOutput)
func (c *SSM) DescribeMaintenanceWindowTasksWithContext(ctx aws.Context, input *DescribeMaintenanceWindowTasksInput, opts ...request.Option) (*DescribeMaintenanceWindowTasksOutput, error)
func (c *SSM) DescribeMaintenanceWindows(input *DescribeMaintenanceWindowsInput) (*DescribeMaintenanceWindowsOutput, error)
func (c *SSM) DescribeMaintenanceWindowsForTarget(input *DescribeMaintenanceWindowsForTargetInput) (*DescribeMaintenanceWindowsForTargetOutput, error)
func (c *SSM) DescribeMaintenanceWindowsForTargetPages(input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowsForTargetPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, fn func(*DescribeMaintenanceWindowsForTargetOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowsForTargetRequest(input *DescribeMaintenanceWindowsForTargetInput) (req *request.Request, output *DescribeMaintenanceWindowsForTargetOutput)
func (c *SSM) DescribeMaintenanceWindowsForTargetWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsForTargetInput, opts ...request.Option) (*DescribeMaintenanceWindowsForTargetOutput, error)
func (c *SSM) DescribeMaintenanceWindowsPages(input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool) error
func (c *SSM) DescribeMaintenanceWindowsPagesWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, fn func(*DescribeMaintenanceWindowsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeMaintenanceWindowsRequest(input *DescribeMaintenanceWindowsInput) (req *request.Request, output *DescribeMaintenanceWindowsOutput)
func (c *SSM) DescribeMaintenanceWindowsWithContext(ctx aws.Context, input *DescribeMaintenanceWindowsInput, opts ...request.Option) (*DescribeMaintenanceWindowsOutput, error)
func (c *SSM) DescribeOpsItems(input *DescribeOpsItemsInput) (*DescribeOpsItemsOutput, error)
func (c *SSM) DescribeOpsItemsPages(input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool) error
func (c *SSM) DescribeOpsItemsPagesWithContext(ctx aws.Context, input *DescribeOpsItemsInput, fn func(*DescribeOpsItemsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeOpsItemsRequest(input *DescribeOpsItemsInput) (req *request.Request, output *DescribeOpsItemsOutput)
func (c *SSM) DescribeOpsItemsWithContext(ctx aws.Context, input *DescribeOpsItemsInput, opts ...request.Option) (*DescribeOpsItemsOutput, error)
func (c *SSM) DescribeParameters(input *DescribeParametersInput) (*DescribeParametersOutput, error)
func (c *SSM) DescribeParametersPages(input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool) error
func (c *SSM) DescribeParametersPagesWithContext(ctx aws.Context, input *DescribeParametersInput, fn func(*DescribeParametersOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeParametersRequest(input *DescribeParametersInput) (req *request.Request, output *DescribeParametersOutput)
func (c *SSM) DescribeParametersWithContext(ctx aws.Context, input *DescribeParametersInput, opts ...request.Option) (*DescribeParametersOutput, error)
func (c *SSM) DescribePatchBaselines(input *DescribePatchBaselinesInput) (*DescribePatchBaselinesOutput, error)
func (c *SSM) DescribePatchBaselinesPages(input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool) error
func (c *SSM) DescribePatchBaselinesPagesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, fn func(*DescribePatchBaselinesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribePatchBaselinesRequest(input *DescribePatchBaselinesInput) (req *request.Request, output *DescribePatchBaselinesOutput)
func (c *SSM) DescribePatchBaselinesWithContext(ctx aws.Context, input *DescribePatchBaselinesInput, opts ...request.Option) (*DescribePatchBaselinesOutput, error)
func (c *SSM) DescribePatchGroupState(input *DescribePatchGroupStateInput) (*DescribePatchGroupStateOutput, error)
func (c *SSM) DescribePatchGroupStateRequest(input *DescribePatchGroupStateInput) (req *request.Request, output *DescribePatchGroupStateOutput)
func (c *SSM) DescribePatchGroupStateWithContext(ctx aws.Context, input *DescribePatchGroupStateInput, opts ...request.Option) (*DescribePatchGroupStateOutput, error)
func (c *SSM) DescribePatchGroups(input *DescribePatchGroupsInput) (*DescribePatchGroupsOutput, error)
func (c *SSM) DescribePatchGroupsPages(input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool) error
func (c *SSM) DescribePatchGroupsPagesWithContext(ctx aws.Context, input *DescribePatchGroupsInput, fn func(*DescribePatchGroupsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribePatchGroupsRequest(input *DescribePatchGroupsInput) (req *request.Request, output *DescribePatchGroupsOutput)
func (c *SSM) DescribePatchGroupsWithContext(ctx aws.Context, input *DescribePatchGroupsInput, opts ...request.Option) (*DescribePatchGroupsOutput, error)
func (c *SSM) DescribePatchProperties(input *DescribePatchPropertiesInput) (*DescribePatchPropertiesOutput, error)
func (c *SSM) DescribePatchPropertiesPages(input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool) error
func (c *SSM) DescribePatchPropertiesPagesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, fn func(*DescribePatchPropertiesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribePatchPropertiesRequest(input *DescribePatchPropertiesInput) (req *request.Request, output *DescribePatchPropertiesOutput)
func (c *SSM) DescribePatchPropertiesWithContext(ctx aws.Context, input *DescribePatchPropertiesInput, opts ...request.Option) (*DescribePatchPropertiesOutput, error)
func (c *SSM) DescribeSessions(input *DescribeSessionsInput) (*DescribeSessionsOutput, error)
func (c *SSM) DescribeSessionsPages(input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool) error
func (c *SSM) DescribeSessionsPagesWithContext(ctx aws.Context, input *DescribeSessionsInput, fn func(*DescribeSessionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) DescribeSessionsRequest(input *DescribeSessionsInput) (req *request.Request, output *DescribeSessionsOutput)
func (c *SSM) DescribeSessionsWithContext(ctx aws.Context, input *DescribeSessionsInput, opts ...request.Option) (*DescribeSessionsOutput, error)
func (c *SSM) DisassociateOpsItemRelatedItem(input *DisassociateOpsItemRelatedItemInput) (*DisassociateOpsItemRelatedItemOutput, error)
func (c *SSM) DisassociateOpsItemRelatedItemRequest(input *DisassociateOpsItemRelatedItemInput) (req *request.Request, output *DisassociateOpsItemRelatedItemOutput)
func (c *SSM) DisassociateOpsItemRelatedItemWithContext(ctx aws.Context, input *DisassociateOpsItemRelatedItemInput, opts ...request.Option) (*DisassociateOpsItemRelatedItemOutput, error)
func (c *SSM) GetAutomationExecution(input *GetAutomationExecutionInput) (*GetAutomationExecutionOutput, error)
func (c *SSM) GetAutomationExecutionRequest(input *GetAutomationExecutionInput) (req *request.Request, output *GetAutomationExecutionOutput)
func (c *SSM) GetAutomationExecutionWithContext(ctx aws.Context, input *GetAutomationExecutionInput, opts ...request.Option) (*GetAutomationExecutionOutput, error)
func (c *SSM) GetCalendarState(input *GetCalendarStateInput) (*GetCalendarStateOutput, error)
func (c *SSM) GetCalendarStateRequest(input *GetCalendarStateInput) (req *request.Request, output *GetCalendarStateOutput)
func (c *SSM) GetCalendarStateWithContext(ctx aws.Context, input *GetCalendarStateInput, opts ...request.Option) (*GetCalendarStateOutput, error)
func (c *SSM) GetCommandInvocation(input *GetCommandInvocationInput) (*GetCommandInvocationOutput, error)
func (c *SSM) GetCommandInvocationRequest(input *GetCommandInvocationInput) (req *request.Request, output *GetCommandInvocationOutput)
func (c *SSM) GetCommandInvocationWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.Option) (*GetCommandInvocationOutput, error)
func (c *SSM) GetConnectionStatus(input *GetConnectionStatusInput) (*GetConnectionStatusOutput, error)
func (c *SSM) GetConnectionStatusRequest(input *GetConnectionStatusInput) (req *request.Request, output *GetConnectionStatusOutput)
func (c *SSM) GetConnectionStatusWithContext(ctx aws.Context, input *GetConnectionStatusInput, opts ...request.Option) (*GetConnectionStatusOutput, error)
func (c *SSM) GetDefaultPatchBaseline(input *GetDefaultPatchBaselineInput) (*GetDefaultPatchBaselineOutput, error)
func (c *SSM) GetDefaultPatchBaselineRequest(input *GetDefaultPatchBaselineInput) (req *request.Request, output *GetDefaultPatchBaselineOutput)
func (c *SSM) GetDefaultPatchBaselineWithContext(ctx aws.Context, input *GetDefaultPatchBaselineInput, opts ...request.Option) (*GetDefaultPatchBaselineOutput, error)
func (c *SSM) GetDeployablePatchSnapshotForInstance(input *GetDeployablePatchSnapshotForInstanceInput) (*GetDeployablePatchSnapshotForInstanceOutput, error)
func (c *SSM) GetDeployablePatchSnapshotForInstanceRequest(input *GetDeployablePatchSnapshotForInstanceInput) (req *request.Request, output *GetDeployablePatchSnapshotForInstanceOutput)
func (c *SSM) GetDeployablePatchSnapshotForInstanceWithContext(ctx aws.Context, input *GetDeployablePatchSnapshotForInstanceInput, opts ...request.Option) (*GetDeployablePatchSnapshotForInstanceOutput, error)
func (c *SSM) GetDocument(input *GetDocumentInput) (*GetDocumentOutput, error)
func (c *SSM) GetDocumentRequest(input *GetDocumentInput) (req *request.Request, output *GetDocumentOutput)
func (c *SSM) GetDocumentWithContext(ctx aws.Context, input *GetDocumentInput, opts ...request.Option) (*GetDocumentOutput, error)
func (c *SSM) GetInventory(input *GetInventoryInput) (*GetInventoryOutput, error)
func (c *SSM) GetInventoryPages(input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool) error
func (c *SSM) GetInventoryPagesWithContext(ctx aws.Context, input *GetInventoryInput, fn func(*GetInventoryOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetInventoryRequest(input *GetInventoryInput) (req *request.Request, output *GetInventoryOutput)
func (c *SSM) GetInventorySchema(input *GetInventorySchemaInput) (*GetInventorySchemaOutput, error)
func (c *SSM) GetInventorySchemaPages(input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool) error
func (c *SSM) GetInventorySchemaPagesWithContext(ctx aws.Context, input *GetInventorySchemaInput, fn func(*GetInventorySchemaOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetInventorySchemaRequest(input *GetInventorySchemaInput) (req *request.Request, output *GetInventorySchemaOutput)
func (c *SSM) GetInventorySchemaWithContext(ctx aws.Context, input *GetInventorySchemaInput, opts ...request.Option) (*GetInventorySchemaOutput, error)
func (c *SSM) GetInventoryWithContext(ctx aws.Context, input *GetInventoryInput, opts ...request.Option) (*GetInventoryOutput, error)
func (c *SSM) GetMaintenanceWindow(input *GetMaintenanceWindowInput) (*GetMaintenanceWindowOutput, error)
func (c *SSM) GetMaintenanceWindowExecution(input *GetMaintenanceWindowExecutionInput) (*GetMaintenanceWindowExecutionOutput, error)
func (c *SSM) GetMaintenanceWindowExecutionRequest(input *GetMaintenanceWindowExecutionInput) (req *request.Request, output *GetMaintenanceWindowExecutionOutput)
func (c *SSM) GetMaintenanceWindowExecutionTask(input *GetMaintenanceWindowExecutionTaskInput) (*GetMaintenanceWindowExecutionTaskOutput, error)
func (c *SSM) GetMaintenanceWindowExecutionTaskInvocation(input *GetMaintenanceWindowExecutionTaskInvocationInput) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)
func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationRequest(input *GetMaintenanceWindowExecutionTaskInvocationInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskInvocationOutput)
func (c *SSM) GetMaintenanceWindowExecutionTaskInvocationWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInvocationInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskInvocationOutput, error)
func (c *SSM) GetMaintenanceWindowExecutionTaskRequest(input *GetMaintenanceWindowExecutionTaskInput) (req *request.Request, output *GetMaintenanceWindowExecutionTaskOutput)
func (c *SSM) GetMaintenanceWindowExecutionTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionTaskInput, opts ...request.Option) (*GetMaintenanceWindowExecutionTaskOutput, error)
func (c *SSM) GetMaintenanceWindowExecutionWithContext(ctx aws.Context, input *GetMaintenanceWindowExecutionInput, opts ...request.Option) (*GetMaintenanceWindowExecutionOutput, error)
func (c *SSM) GetMaintenanceWindowRequest(input *GetMaintenanceWindowInput) (req *request.Request, output *GetMaintenanceWindowOutput)
func (c *SSM) GetMaintenanceWindowTask(input *GetMaintenanceWindowTaskInput) (*GetMaintenanceWindowTaskOutput, error)
func (c *SSM) GetMaintenanceWindowTaskRequest(input *GetMaintenanceWindowTaskInput) (req *request.Request, output *GetMaintenanceWindowTaskOutput)
func (c *SSM) GetMaintenanceWindowTaskWithContext(ctx aws.Context, input *GetMaintenanceWindowTaskInput, opts ...request.Option) (*GetMaintenanceWindowTaskOutput, error)
func (c *SSM) GetMaintenanceWindowWithContext(ctx aws.Context, input *GetMaintenanceWindowInput, opts ...request.Option) (*GetMaintenanceWindowOutput, error)
func (c *SSM) GetOpsItem(input *GetOpsItemInput) (*GetOpsItemOutput, error)
func (c *SSM) GetOpsItemRequest(input *GetOpsItemInput) (req *request.Request, output *GetOpsItemOutput)
func (c *SSM) GetOpsItemWithContext(ctx aws.Context, input *GetOpsItemInput, opts ...request.Option) (*GetOpsItemOutput, error)
func (c *SSM) GetOpsMetadata(input *GetOpsMetadataInput) (*GetOpsMetadataOutput, error)
func (c *SSM) GetOpsMetadataRequest(input *GetOpsMetadataInput) (req *request.Request, output *GetOpsMetadataOutput)
func (c *SSM) GetOpsMetadataWithContext(ctx aws.Context, input *GetOpsMetadataInput, opts ...request.Option) (*GetOpsMetadataOutput, error)
func (c *SSM) GetOpsSummary(input *GetOpsSummaryInput) (*GetOpsSummaryOutput, error)
func (c *SSM) GetOpsSummaryPages(input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool) error
func (c *SSM) GetOpsSummaryPagesWithContext(ctx aws.Context, input *GetOpsSummaryInput, fn func(*GetOpsSummaryOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetOpsSummaryRequest(input *GetOpsSummaryInput) (req *request.Request, output *GetOpsSummaryOutput)
func (c *SSM) GetOpsSummaryWithContext(ctx aws.Context, input *GetOpsSummaryInput, opts ...request.Option) (*GetOpsSummaryOutput, error)
func (c *SSM) GetParameter(input *GetParameterInput) (*GetParameterOutput, error)
func (c *SSM) GetParameterHistory(input *GetParameterHistoryInput) (*GetParameterHistoryOutput, error)
func (c *SSM) GetParameterHistoryPages(input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool) error
func (c *SSM) GetParameterHistoryPagesWithContext(ctx aws.Context, input *GetParameterHistoryInput, fn func(*GetParameterHistoryOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetParameterHistoryRequest(input *GetParameterHistoryInput) (req *request.Request, output *GetParameterHistoryOutput)
func (c *SSM) GetParameterHistoryWithContext(ctx aws.Context, input *GetParameterHistoryInput, opts ...request.Option) (*GetParameterHistoryOutput, error)
func (c *SSM) GetParameterRequest(input *GetParameterInput) (req *request.Request, output *GetParameterOutput)
func (c *SSM) GetParameterWithContext(ctx aws.Context, input *GetParameterInput, opts ...request.Option) (*GetParameterOutput, error)
func (c *SSM) GetParameters(input *GetParametersInput) (*GetParametersOutput, error)
func (c *SSM) GetParametersByPath(input *GetParametersByPathInput) (*GetParametersByPathOutput, error)
func (c *SSM) GetParametersByPathPages(input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool) error
func (c *SSM) GetParametersByPathPagesWithContext(ctx aws.Context, input *GetParametersByPathInput, fn func(*GetParametersByPathOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetParametersByPathRequest(input *GetParametersByPathInput) (req *request.Request, output *GetParametersByPathOutput)
func (c *SSM) GetParametersByPathWithContext(ctx aws.Context, input *GetParametersByPathInput, opts ...request.Option) (*GetParametersByPathOutput, error)
func (c *SSM) GetParametersRequest(input *GetParametersInput) (req *request.Request, output *GetParametersOutput)
func (c *SSM) GetParametersWithContext(ctx aws.Context, input *GetParametersInput, opts ...request.Option) (*GetParametersOutput, error)
func (c *SSM) GetPatchBaseline(input *GetPatchBaselineInput) (*GetPatchBaselineOutput, error)
func (c *SSM) GetPatchBaselineForPatchGroup(input *GetPatchBaselineForPatchGroupInput) (*GetPatchBaselineForPatchGroupOutput, error)
func (c *SSM) GetPatchBaselineForPatchGroupRequest(input *GetPatchBaselineForPatchGroupInput) (req *request.Request, output *GetPatchBaselineForPatchGroupOutput)
func (c *SSM) GetPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *GetPatchBaselineForPatchGroupInput, opts ...request.Option) (*GetPatchBaselineForPatchGroupOutput, error)
func (c *SSM) GetPatchBaselineRequest(input *GetPatchBaselineInput) (req *request.Request, output *GetPatchBaselineOutput)
func (c *SSM) GetPatchBaselineWithContext(ctx aws.Context, input *GetPatchBaselineInput, opts ...request.Option) (*GetPatchBaselineOutput, error)
func (c *SSM) GetResourcePolicies(input *GetResourcePoliciesInput) (*GetResourcePoliciesOutput, error)
func (c *SSM) GetResourcePoliciesPages(input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool) error
func (c *SSM) GetResourcePoliciesPagesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, fn func(*GetResourcePoliciesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) GetResourcePoliciesRequest(input *GetResourcePoliciesInput) (req *request.Request, output *GetResourcePoliciesOutput)
func (c *SSM) GetResourcePoliciesWithContext(ctx aws.Context, input *GetResourcePoliciesInput, opts ...request.Option) (*GetResourcePoliciesOutput, error)
func (c *SSM) GetServiceSetting(input *GetServiceSettingInput) (*GetServiceSettingOutput, error)
func (c *SSM) GetServiceSettingRequest(input *GetServiceSettingInput) (req *request.Request, output *GetServiceSettingOutput)
func (c *SSM) GetServiceSettingWithContext(ctx aws.Context, input *GetServiceSettingInput, opts ...request.Option) (*GetServiceSettingOutput, error)
func (c *SSM) LabelParameterVersion(input *LabelParameterVersionInput) (*LabelParameterVersionOutput, error)
func (c *SSM) LabelParameterVersionRequest(input *LabelParameterVersionInput) (req *request.Request, output *LabelParameterVersionOutput)
func (c *SSM) LabelParameterVersionWithContext(ctx aws.Context, input *LabelParameterVersionInput, opts ...request.Option) (*LabelParameterVersionOutput, error)
func (c *SSM) ListAssociationVersions(input *ListAssociationVersionsInput) (*ListAssociationVersionsOutput, error)
func (c *SSM) ListAssociationVersionsPages(input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool) error
func (c *SSM) ListAssociationVersionsPagesWithContext(ctx aws.Context, input *ListAssociationVersionsInput, fn func(*ListAssociationVersionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListAssociationVersionsRequest(input *ListAssociationVersionsInput) (req *request.Request, output *ListAssociationVersionsOutput)
func (c *SSM) ListAssociationVersionsWithContext(ctx aws.Context, input *ListAssociationVersionsInput, opts ...request.Option) (*ListAssociationVersionsOutput, error)
func (c *SSM) ListAssociations(input *ListAssociationsInput) (*ListAssociationsOutput, error)
func (c *SSM) ListAssociationsPages(input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool) error
func (c *SSM) ListAssociationsPagesWithContext(ctx aws.Context, input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListAssociationsRequest(input *ListAssociationsInput) (req *request.Request, output *ListAssociationsOutput)
func (c *SSM) ListAssociationsWithContext(ctx aws.Context, input *ListAssociationsInput, opts ...request.Option) (*ListAssociationsOutput, error)
func (c *SSM) ListCommandInvocations(input *ListCommandInvocationsInput) (*ListCommandInvocationsOutput, error)
func (c *SSM) ListCommandInvocationsPages(input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool) error
func (c *SSM) ListCommandInvocationsPagesWithContext(ctx aws.Context, input *ListCommandInvocationsInput, fn func(*ListCommandInvocationsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListCommandInvocationsRequest(input *ListCommandInvocationsInput) (req *request.Request, output *ListCommandInvocationsOutput)
func (c *SSM) ListCommandInvocationsWithContext(ctx aws.Context, input *ListCommandInvocationsInput, opts ...request.Option) (*ListCommandInvocationsOutput, error)
func (c *SSM) ListCommands(input *ListCommandsInput) (*ListCommandsOutput, error)
func (c *SSM) ListCommandsPages(input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool) error
func (c *SSM) ListCommandsPagesWithContext(ctx aws.Context, input *ListCommandsInput, fn func(*ListCommandsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListCommandsRequest(input *ListCommandsInput) (req *request.Request, output *ListCommandsOutput)
func (c *SSM) ListCommandsWithContext(ctx aws.Context, input *ListCommandsInput, opts ...request.Option) (*ListCommandsOutput, error)
func (c *SSM) ListComplianceItems(input *ListComplianceItemsInput) (*ListComplianceItemsOutput, error)
func (c *SSM) ListComplianceItemsPages(input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool) error
func (c *SSM) ListComplianceItemsPagesWithContext(ctx aws.Context, input *ListComplianceItemsInput, fn func(*ListComplianceItemsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListComplianceItemsRequest(input *ListComplianceItemsInput) (req *request.Request, output *ListComplianceItemsOutput)
func (c *SSM) ListComplianceItemsWithContext(ctx aws.Context, input *ListComplianceItemsInput, opts ...request.Option) (*ListComplianceItemsOutput, error)
func (c *SSM) ListComplianceSummaries(input *ListComplianceSummariesInput) (*ListComplianceSummariesOutput, error)
func (c *SSM) ListComplianceSummariesPages(input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool) error
func (c *SSM) ListComplianceSummariesPagesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, fn func(*ListComplianceSummariesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListComplianceSummariesRequest(input *ListComplianceSummariesInput) (req *request.Request, output *ListComplianceSummariesOutput)
func (c *SSM) ListComplianceSummariesWithContext(ctx aws.Context, input *ListComplianceSummariesInput, opts ...request.Option) (*ListComplianceSummariesOutput, error)
func (c *SSM) ListDocumentMetadataHistory(input *ListDocumentMetadataHistoryInput) (*ListDocumentMetadataHistoryOutput, error)
func (c *SSM) ListDocumentMetadataHistoryRequest(input *ListDocumentMetadataHistoryInput) (req *request.Request, output *ListDocumentMetadataHistoryOutput)
func (c *SSM) ListDocumentMetadataHistoryWithContext(ctx aws.Context, input *ListDocumentMetadataHistoryInput, opts ...request.Option) (*ListDocumentMetadataHistoryOutput, error)
func (c *SSM) ListDocumentVersions(input *ListDocumentVersionsInput) (*ListDocumentVersionsOutput, error)
func (c *SSM) ListDocumentVersionsPages(input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool) error
func (c *SSM) ListDocumentVersionsPagesWithContext(ctx aws.Context, input *ListDocumentVersionsInput, fn func(*ListDocumentVersionsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListDocumentVersionsRequest(input *ListDocumentVersionsInput) (req *request.Request, output *ListDocumentVersionsOutput)
func (c *SSM) ListDocumentVersionsWithContext(ctx aws.Context, input *ListDocumentVersionsInput, opts ...request.Option) (*ListDocumentVersionsOutput, error)
func (c *SSM) ListDocuments(input *ListDocumentsInput) (*ListDocumentsOutput, error)
func (c *SSM) ListDocumentsPages(input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool) error
func (c *SSM) ListDocumentsPagesWithContext(ctx aws.Context, input *ListDocumentsInput, fn func(*ListDocumentsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListDocumentsRequest(input *ListDocumentsInput) (req *request.Request, output *ListDocumentsOutput)
func (c *SSM) ListDocumentsWithContext(ctx aws.Context, input *ListDocumentsInput, opts ...request.Option) (*ListDocumentsOutput, error)
func (c *SSM) ListInventoryEntries(input *ListInventoryEntriesInput) (*ListInventoryEntriesOutput, error)
func (c *SSM) ListInventoryEntriesRequest(input *ListInventoryEntriesInput) (req *request.Request, output *ListInventoryEntriesOutput)
func (c *SSM) ListInventoryEntriesWithContext(ctx aws.Context, input *ListInventoryEntriesInput, opts ...request.Option) (*ListInventoryEntriesOutput, error)
func (c *SSM) ListOpsItemEvents(input *ListOpsItemEventsInput) (*ListOpsItemEventsOutput, error)
func (c *SSM) ListOpsItemEventsPages(input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool) error
func (c *SSM) ListOpsItemEventsPagesWithContext(ctx aws.Context, input *ListOpsItemEventsInput, fn func(*ListOpsItemEventsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListOpsItemEventsRequest(input *ListOpsItemEventsInput) (req *request.Request, output *ListOpsItemEventsOutput)
func (c *SSM) ListOpsItemEventsWithContext(ctx aws.Context, input *ListOpsItemEventsInput, opts ...request.Option) (*ListOpsItemEventsOutput, error)
func (c *SSM) ListOpsItemRelatedItems(input *ListOpsItemRelatedItemsInput) (*ListOpsItemRelatedItemsOutput, error)
func (c *SSM) ListOpsItemRelatedItemsPages(input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool) error
func (c *SSM) ListOpsItemRelatedItemsPagesWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, fn func(*ListOpsItemRelatedItemsOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListOpsItemRelatedItemsRequest(input *ListOpsItemRelatedItemsInput) (req *request.Request, output *ListOpsItemRelatedItemsOutput)
func (c *SSM) ListOpsItemRelatedItemsWithContext(ctx aws.Context, input *ListOpsItemRelatedItemsInput, opts ...request.Option) (*ListOpsItemRelatedItemsOutput, error)
func (c *SSM) ListOpsMetadata(input *ListOpsMetadataInput) (*ListOpsMetadataOutput, error)
func (c *SSM) ListOpsMetadataPages(input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool) error
func (c *SSM) ListOpsMetadataPagesWithContext(ctx aws.Context, input *ListOpsMetadataInput, fn func(*ListOpsMetadataOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListOpsMetadataRequest(input *ListOpsMetadataInput) (req *request.Request, output *ListOpsMetadataOutput)
func (c *SSM) ListOpsMetadataWithContext(ctx aws.Context, input *ListOpsMetadataInput, opts ...request.Option) (*ListOpsMetadataOutput, error)
func (c *SSM) ListResourceComplianceSummaries(input *ListResourceComplianceSummariesInput) (*ListResourceComplianceSummariesOutput, error)
func (c *SSM) ListResourceComplianceSummariesPages(input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool) error
func (c *SSM) ListResourceComplianceSummariesPagesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, fn func(*ListResourceComplianceSummariesOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListResourceComplianceSummariesRequest(input *ListResourceComplianceSummariesInput) (req *request.Request, output *ListResourceComplianceSummariesOutput)
func (c *SSM) ListResourceComplianceSummariesWithContext(ctx aws.Context, input *ListResourceComplianceSummariesInput, opts ...request.Option) (*ListResourceComplianceSummariesOutput, error)
func (c *SSM) ListResourceDataSync(input *ListResourceDataSyncInput) (*ListResourceDataSyncOutput, error)
func (c *SSM) ListResourceDataSyncPages(input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool) error
func (c *SSM) ListResourceDataSyncPagesWithContext(ctx aws.Context, input *ListResourceDataSyncInput, fn func(*ListResourceDataSyncOutput, bool) bool, opts ...request.Option) error
func (c *SSM) ListResourceDataSyncRequest(input *ListResourceDataSyncInput) (req *request.Request, output *ListResourceDataSyncOutput)
func (c *SSM) ListResourceDataSyncWithContext(ctx aws.Context, input *ListResourceDataSyncInput, opts ...request.Option) (*ListResourceDataSyncOutput, error)
func (c *SSM) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *SSM) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *SSM) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *SSM) ModifyDocumentPermission(input *ModifyDocumentPermissionInput) (*ModifyDocumentPermissionOutput, error)
func (c *SSM) ModifyDocumentPermissionRequest(input *ModifyDocumentPermissionInput) (req *request.Request, output *ModifyDocumentPermissionOutput)
func (c *SSM) ModifyDocumentPermissionWithContext(ctx aws.Context, input *ModifyDocumentPermissionInput, opts ...request.Option) (*ModifyDocumentPermissionOutput, error)
func (c *SSM) PutComplianceItems(input *PutComplianceItemsInput) (*PutComplianceItemsOutput, error)
func (c *SSM) PutComplianceItemsRequest(input *PutComplianceItemsInput) (req *request.Request, output *PutComplianceItemsOutput)
func (c *SSM) PutComplianceItemsWithContext(ctx aws.Context, input *PutComplianceItemsInput, opts ...request.Option) (*PutComplianceItemsOutput, error)
func (c *SSM) PutInventory(input *PutInventoryInput) (*PutInventoryOutput, error)
func (c *SSM) PutInventoryRequest(input *PutInventoryInput) (req *request.Request, output *PutInventoryOutput)
func (c *SSM) PutInventoryWithContext(ctx aws.Context, input *PutInventoryInput, opts ...request.Option) (*PutInventoryOutput, error)
func (c *SSM) PutParameter(input *PutParameterInput) (*PutParameterOutput, error)
func (c *SSM) PutParameterRequest(input *PutParameterInput) (req *request.Request, output *PutParameterOutput)
func (c *SSM) PutParameterWithContext(ctx aws.Context, input *PutParameterInput, opts ...request.Option) (*PutParameterOutput, error)
func (c *SSM) PutResourcePolicy(input *PutResourcePolicyInput) (*PutResourcePolicyOutput, error)
func (c *SSM) PutResourcePolicyRequest(input *PutResourcePolicyInput) (req *request.Request, output *PutResourcePolicyOutput)
func (c *SSM) PutResourcePolicyWithContext(ctx aws.Context, input *PutResourcePolicyInput, opts ...request.Option) (*PutResourcePolicyOutput, error)
func (c *SSM) RegisterDefaultPatchBaseline(input *RegisterDefaultPatchBaselineInput) (*RegisterDefaultPatchBaselineOutput, error)
func (c *SSM) RegisterDefaultPatchBaselineRequest(input *RegisterDefaultPatchBaselineInput) (req *request.Request, output *RegisterDefaultPatchBaselineOutput)
func (c *SSM) RegisterDefaultPatchBaselineWithContext(ctx aws.Context, input *RegisterDefaultPatchBaselineInput, opts ...request.Option) (*RegisterDefaultPatchBaselineOutput, error)
func (c *SSM) RegisterPatchBaselineForPatchGroup(input *RegisterPatchBaselineForPatchGroupInput) (*RegisterPatchBaselineForPatchGroupOutput, error)
func (c *SSM) RegisterPatchBaselineForPatchGroupRequest(input *RegisterPatchBaselineForPatchGroupInput) (req *request.Request, output *RegisterPatchBaselineForPatchGroupOutput)
func (c *SSM) RegisterPatchBaselineForPatchGroupWithContext(ctx aws.Context, input *RegisterPatchBaselineForPatchGroupInput, opts ...request.Option) (*RegisterPatchBaselineForPatchGroupOutput, error)
func (c *SSM) RegisterTargetWithMaintenanceWindow(input *RegisterTargetWithMaintenanceWindowInput) (*RegisterTargetWithMaintenanceWindowOutput, error)
func (c *SSM) RegisterTargetWithMaintenanceWindowRequest(input *RegisterTargetWithMaintenanceWindowInput) (req *request.Request, output *RegisterTargetWithMaintenanceWindowOutput)
func (c *SSM) RegisterTargetWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTargetWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTargetWithMaintenanceWindowOutput, error)
func (c *SSM) RegisterTaskWithMaintenanceWindow(input *RegisterTaskWithMaintenanceWindowInput) (*RegisterTaskWithMaintenanceWindowOutput, error)
func (c *SSM) RegisterTaskWithMaintenanceWindowRequest(input *RegisterTaskWithMaintenanceWindowInput) (req *request.Request, output *RegisterTaskWithMaintenanceWindowOutput)
func (c *SSM) RegisterTaskWithMaintenanceWindowWithContext(ctx aws.Context, input *RegisterTaskWithMaintenanceWindowInput, opts ...request.Option) (*RegisterTaskWithMaintenanceWindowOutput, error)
func (c *SSM) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
func (c *SSM) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
func (c *SSM) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
func (c *SSM) ResetServiceSetting(input *ResetServiceSettingInput) (*ResetServiceSettingOutput, error)
func (c *SSM) ResetServiceSettingRequest(input *ResetServiceSettingInput) (req *request.Request, output *ResetServiceSettingOutput)
func (c *SSM) ResetServiceSettingWithContext(ctx aws.Context, input *ResetServiceSettingInput, opts ...request.Option) (*ResetServiceSettingOutput, error)
func (c *SSM) ResumeSession(input *ResumeSessionInput) (*ResumeSessionOutput, error)
func (c *SSM) ResumeSessionRequest(input *ResumeSessionInput) (req *request.Request, output *ResumeSessionOutput)
func (c *SSM) ResumeSessionWithContext(ctx aws.Context, input *ResumeSessionInput, opts ...request.Option) (*ResumeSessionOutput, error)
func (c *SSM) SendAutomationSignal(input *SendAutomationSignalInput) (*SendAutomationSignalOutput, error)
func (c *SSM) SendAutomationSignalRequest(input *SendAutomationSignalInput) (req *request.Request, output *SendAutomationSignalOutput)
func (c *SSM) SendAutomationSignalWithContext(ctx aws.Context, input *SendAutomationSignalInput, opts ...request.Option) (*SendAutomationSignalOutput, error)
func (c *SSM) SendCommand(input *SendCommandInput) (*SendCommandOutput, error)
func (c *SSM) SendCommandRequest(input *SendCommandInput) (req *request.Request, output *SendCommandOutput)
func (c *SSM) SendCommandWithContext(ctx aws.Context, input *SendCommandInput, opts ...request.Option) (*SendCommandOutput, error)
func (c *SSM) StartAssociationsOnce(input *StartAssociationsOnceInput) (*StartAssociationsOnceOutput, error)
func (c *SSM) StartAssociationsOnceRequest(input *StartAssociationsOnceInput) (req *request.Request, output *StartAssociationsOnceOutput)
func (c *SSM) StartAssociationsOnceWithContext(ctx aws.Context, input *StartAssociationsOnceInput, opts ...request.Option) (*StartAssociationsOnceOutput, error)
func (c *SSM) StartAutomationExecution(input *StartAutomationExecutionInput) (*StartAutomationExecutionOutput, error)
func (c *SSM) StartAutomationExecutionRequest(input *StartAutomationExecutionInput) (req *request.Request, output *StartAutomationExecutionOutput)
func (c *SSM) StartAutomationExecutionWithContext(ctx aws.Context, input *StartAutomationExecutionInput, opts ...request.Option) (*StartAutomationExecutionOutput, error)
func (c *SSM) StartChangeRequestExecution(input *StartChangeRequestExecutionInput) (*StartChangeRequestExecutionOutput, error)
func (c *SSM) StartChangeRequestExecutionRequest(input *StartChangeRequestExecutionInput) (req *request.Request, output *StartChangeRequestExecutionOutput)
func (c *SSM) StartChangeRequestExecutionWithContext(ctx aws.Context, input *StartChangeRequestExecutionInput, opts ...request.Option) (*StartChangeRequestExecutionOutput, error)
func (c *SSM) StartSession(input *StartSessionInput) (*StartSessionOutput, error)
func (c *SSM) StartSessionRequest(input *StartSessionInput) (req *request.Request, output *StartSessionOutput)
func (c *SSM) StartSessionWithContext(ctx aws.Context, input *StartSessionInput, opts ...request.Option) (*StartSessionOutput, error)
func (c *SSM) StopAutomationExecution(input *StopAutomationExecutionInput) (*StopAutomationExecutionOutput, error)
func (c *SSM) StopAutomationExecutionRequest(input *StopAutomationExecutionInput) (req *request.Request, output *StopAutomationExecutionOutput)
func (c *SSM) StopAutomationExecutionWithContext(ctx aws.Context, input *StopAutomationExecutionInput, opts ...request.Option) (*StopAutomationExecutionOutput, error)
func (c *SSM) TerminateSession(input *TerminateSessionInput) (*TerminateSessionOutput, error)
func (c *SSM) TerminateSessionRequest(input *TerminateSessionInput) (req *request.Request, output *TerminateSessionOutput)
func (c *SSM) TerminateSessionWithContext(ctx aws.Context, input *TerminateSessionInput, opts ...request.Option) (*TerminateSessionOutput, error)
func (c *SSM) UnlabelParameterVersion(input *UnlabelParameterVersionInput) (*UnlabelParameterVersionOutput, error)
func (c *SSM) UnlabelParameterVersionRequest(input *UnlabelParameterVersionInput) (req *request.Request, output *UnlabelParameterVersionOutput)
func (c *SSM) UnlabelParameterVersionWithContext(ctx aws.Context, input *UnlabelParameterVersionInput, opts ...request.Option) (*UnlabelParameterVersionOutput, error)
func (c *SSM) UpdateAssociation(input *UpdateAssociationInput) (*UpdateAssociationOutput, error)
func (c *SSM) UpdateAssociationRequest(input *UpdateAssociationInput) (req *request.Request, output *UpdateAssociationOutput)
func (c *SSM) UpdateAssociationStatus(input *UpdateAssociationStatusInput) (*UpdateAssociationStatusOutput, error)
func (c *SSM) UpdateAssociationStatusRequest(input *UpdateAssociationStatusInput) (req *request.Request, output *UpdateAssociationStatusOutput)
func (c *SSM) UpdateAssociationStatusWithContext(ctx aws.Context, input *UpdateAssociationStatusInput, opts ...request.Option) (*UpdateAssociationStatusOutput, error)
func (c *SSM) UpdateAssociationWithContext(ctx aws.Context, input *UpdateAssociationInput, opts ...request.Option) (*UpdateAssociationOutput, error)
func (c *SSM) UpdateDocument(input *UpdateDocumentInput) (*UpdateDocumentOutput, error)
func (c *SSM) UpdateDocumentDefaultVersion(input *UpdateDocumentDefaultVersionInput) (*UpdateDocumentDefaultVersionOutput, error)
func (c *SSM) UpdateDocumentDefaultVersionRequest(input *UpdateDocumentDefaultVersionInput) (req *request.Request, output *UpdateDocumentDefaultVersionOutput)
func (c *SSM) UpdateDocumentDefaultVersionWithContext(ctx aws.Context, input *UpdateDocumentDefaultVersionInput, opts ...request.Option) (*UpdateDocumentDefaultVersionOutput, error)
func (c *SSM) UpdateDocumentMetadata(input *UpdateDocumentMetadataInput) (*UpdateDocumentMetadataOutput, error)
func (c *SSM) UpdateDocumentMetadataRequest(input *UpdateDocumentMetadataInput) (req *request.Request, output *UpdateDocumentMetadataOutput)
func (c *SSM) UpdateDocumentMetadataWithContext(ctx aws.Context, input *UpdateDocumentMetadataInput, opts ...request.Option) (*UpdateDocumentMetadataOutput, error)
func (c *SSM) UpdateDocumentRequest(input *UpdateDocumentInput) (req *request.Request, output *UpdateDocumentOutput)
func (c *SSM) UpdateDocumentWithContext(ctx aws.Context, input *UpdateDocumentInput, opts ...request.Option) (*UpdateDocumentOutput, error)
func (c *SSM) UpdateMaintenanceWindow(input *UpdateMaintenanceWindowInput) (*UpdateMaintenanceWindowOutput, error)
func (c *SSM) UpdateMaintenanceWindowRequest(input *UpdateMaintenanceWindowInput) (req *request.Request, output *UpdateMaintenanceWindowOutput)
func (c *SSM) UpdateMaintenanceWindowTarget(input *UpdateMaintenanceWindowTargetInput) (*UpdateMaintenanceWindowTargetOutput, error)
func (c *SSM) UpdateMaintenanceWindowTargetRequest(input *UpdateMaintenanceWindowTargetInput) (req *request.Request, output *UpdateMaintenanceWindowTargetOutput)
func (c *SSM) UpdateMaintenanceWindowTargetWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTargetInput, opts ...request.Option) (*UpdateMaintenanceWindowTargetOutput, error)
func (c *SSM) UpdateMaintenanceWindowTask(input *UpdateMaintenanceWindowTaskInput) (*UpdateMaintenanceWindowTaskOutput, error)
func (c *SSM) UpdateMaintenanceWindowTaskRequest(input *UpdateMaintenanceWindowTaskInput) (req *request.Request, output *UpdateMaintenanceWindowTaskOutput)
func (c *SSM) UpdateMaintenanceWindowTaskWithContext(ctx aws.Context, input *UpdateMaintenanceWindowTaskInput, opts ...request.Option) (*UpdateMaintenanceWindowTaskOutput, error)
func (c *SSM) UpdateMaintenanceWindowWithContext(ctx aws.Context, input *UpdateMaintenanceWindowInput, opts ...request.Option) (*UpdateMaintenanceWindowOutput, error)
func (c *SSM) UpdateManagedInstanceRole(input *UpdateManagedInstanceRoleInput) (*UpdateManagedInstanceRoleOutput, error)
func (c *SSM) UpdateManagedInstanceRoleRequest(input *UpdateManagedInstanceRoleInput) (req *request.Request, output *UpdateManagedInstanceRoleOutput)
func (c *SSM) UpdateManagedInstanceRoleWithContext(ctx aws.Context, input *UpdateManagedInstanceRoleInput, opts ...request.Option) (*UpdateManagedInstanceRoleOutput, error)
func (c *SSM) UpdateOpsItem(input *UpdateOpsItemInput) (*UpdateOpsItemOutput, error)
func (c *SSM) UpdateOpsItemRequest(input *UpdateOpsItemInput) (req *request.Request, output *UpdateOpsItemOutput)
func (c *SSM) UpdateOpsItemWithContext(ctx aws.Context, input *UpdateOpsItemInput, opts ...request.Option) (*UpdateOpsItemOutput, error)
func (c *SSM) UpdateOpsMetadata(input *UpdateOpsMetadataInput) (*UpdateOpsMetadataOutput, error)
func (c *SSM) UpdateOpsMetadataRequest(input *UpdateOpsMetadataInput) (req *request.Request, output *UpdateOpsMetadataOutput)
func (c *SSM) UpdateOpsMetadataWithContext(ctx aws.Context, input *UpdateOpsMetadataInput, opts ...request.Option) (*UpdateOpsMetadataOutput, error)
func (c *SSM) UpdatePatchBaseline(input *UpdatePatchBaselineInput) (*UpdatePatchBaselineOutput, error)
func (c *SSM) UpdatePatchBaselineRequest(input *UpdatePatchBaselineInput) (req *request.Request, output *UpdatePatchBaselineOutput)
func (c *SSM) UpdatePatchBaselineWithContext(ctx aws.Context, input *UpdatePatchBaselineInput, opts ...request.Option) (*UpdatePatchBaselineOutput, error)
func (c *SSM) UpdateResourceDataSync(input *UpdateResourceDataSyncInput) (*UpdateResourceDataSyncOutput, error)
func (c *SSM) UpdateResourceDataSyncRequest(input *UpdateResourceDataSyncInput) (req *request.Request, output *UpdateResourceDataSyncOutput)
func (c *SSM) UpdateResourceDataSyncWithContext(ctx aws.Context, input *UpdateResourceDataSyncInput, opts ...request.Option) (*UpdateResourceDataSyncOutput, error)
func (c *SSM) UpdateServiceSetting(input *UpdateServiceSettingInput) (*UpdateServiceSettingOutput, error)
func (c *SSM) UpdateServiceSettingRequest(input *UpdateServiceSettingInput) (req *request.Request, output *UpdateServiceSettingOutput)
func (c *SSM) UpdateServiceSettingWithContext(ctx aws.Context, input *UpdateServiceSettingInput, opts ...request.Option) (*UpdateServiceSettingOutput, error)
func (c *SSM) WaitUntilCommandExecuted(input *GetCommandInvocationInput) error
func (c *SSM) WaitUntilCommandExecutedWithContext(ctx aws.Context, input *GetCommandInvocationInput, opts ...request.WaiterOption) error
func AssociationComplianceSeverity_Values() []string
func AssociationExecutionFilterKey_Values() []string
func AssociationExecutionTargetsFilterKey_Values() []string
func AssociationFilterKey_Values() []string
func AssociationFilterOperatorType_Values() []string
func AssociationStatusName_Values() []string
func AssociationSyncCompliance_Values() []string
func AttachmentHashType_Values() []string
func AttachmentsSourceKey_Values() []string
func AutomationExecutionFilterKey_Values() []string
func AutomationExecutionStatus_Values() []string
func AutomationSubtype_Values() []string
func AutomationType_Values() []string
func CalendarState_Values() []string
func CommandFilterKey_Values() []string
func CommandInvocationStatus_Values() []string
func CommandPluginStatus_Values() []string
func CommandStatus_Values() []string
func ComplianceQueryOperatorType_Values() []string
func ComplianceSeverity_Values() []string
func ComplianceStatus_Values() []string
func ComplianceUploadType_Values() []string
func ConnectionStatus_Values() []string
func DescribeActivationsFilterKeys_Values() []string
func DocumentFilterKey_Values() []string
func DocumentFormat_Values() []string
func DocumentHashType_Values() []string
func DocumentMetadataEnum_Values() []string
func DocumentParameterType_Values() []string
func DocumentPermissionType_Values() []string
func DocumentReviewAction_Values() []string
func DocumentReviewCommentType_Values() []string
func DocumentStatus_Values() []string
func DocumentType_Values() []string
func ExecutionMode_Values() []string
func ExternalAlarmState_Values() []string
func Fault_Values() []string
func InstanceInformationFilterKey_Values() []string
func InstancePatchStateOperatorType_Values() []string
func InstancePropertyFilterKey_Values() []string
func InstancePropertyFilterOperator_Values() []string
func InventoryAttributeDataType_Values() []string
func InventoryDeletionStatus_Values() []string
func InventoryQueryOperatorType_Values() []string
func InventorySchemaDeleteOption_Values() []string
func LastResourceDataSyncStatus_Values() []string
func MaintenanceWindowExecutionStatus_Values() []string
func MaintenanceWindowResourceType_Values() []string
func MaintenanceWindowTaskCutoffBehavior_Values() []string
func MaintenanceWindowTaskType_Values() []string
func NotificationEvent_Values() []string
func NotificationType_Values() []string
func OperatingSystem_Values() []string
func OpsFilterOperatorType_Values() []string
func OpsItemDataType_Values() []string
func OpsItemEventFilterKey_Values() []string
func OpsItemEventFilterOperator_Values() []string
func OpsItemFilterKey_Values() []string
func OpsItemFilterOperator_Values() []string
func OpsItemRelatedItemsFilterKey_Values() []string
func OpsItemRelatedItemsFilterOperator_Values() []string
func OpsItemStatus_Values() []string
func ParameterTier_Values() []string
func ParameterType_Values() []string
func ParametersFilterKey_Values() []string
func PatchAction_Values() []string
func PatchComplianceDataState_Values() []string
func PatchComplianceLevel_Values() []string
func PatchDeploymentStatus_Values() []string
func PatchFilterKey_Values() []string
func PatchOperationType_Values() []string
func PatchProperty_Values() []string
func PatchSet_Values() []string
func PingStatus_Values() []string
func PlatformType_Values() []string
func RebootOption_Values() []string
func ResourceDataSyncS3Format_Values() []string
func ResourceTypeForTagging_Values() []string
func ResourceType_Values() []string
func ReviewStatus_Values() []string
func SessionFilterKey_Values() []string
func SessionState_Values() []string
func SessionStatus_Values() []string
func SignalType_Values() []string
func SourceType_Values() []string
func StepExecutionFilterKey_Values() []string
func StopType_Values() []string
type AccountSharingInfo
type Activation
type AddTagsToResourceInput
type AddTagsToResourceOutput
type Alarm
type AlarmConfiguration
type AlarmStateInformation
type AlreadyExistsException
type AssociateOpsItemRelatedItemInput
type AssociateOpsItemRelatedItemOutput
type AssociatedInstances
type Association
type AssociationAlreadyExists
type AssociationDescription
type AssociationDoesNotExist
type AssociationExecution
type AssociationExecutionDoesNotExist
type AssociationExecutionFilter
type AssociationExecutionTarget
type AssociationExecutionTargetsFilter
type AssociationFilter
type AssociationLimitExceeded
type AssociationOverview
type AssociationStatus
type AssociationVersionInfo
type AssociationVersionLimitExceeded
type AttachmentContent
type AttachmentInformation
type AttachmentsSource
type AutomationDefinitionNotApprovedException
type AutomationDefinitionNotFoundException
type AutomationDefinitionVersionNotFoundException
type AutomationExecution
type AutomationExecutionFilter
type AutomationExecutionLimitExceededException
type AutomationExecutionMetadata
type AutomationExecutionNotFoundException
type AutomationStepNotFoundException
type BaselineOverride
type CancelCommandInput
type CancelCommandOutput
type CancelMaintenanceWindowExecutionInput
type CancelMaintenanceWindowExecutionOutput
type CloudWatchOutputConfig
type Command
type CommandFilter
type CommandInvocation
type CommandPlugin
type ComplianceExecutionSummary
type ComplianceItem
type ComplianceItemEntry
type ComplianceStringFilter
type ComplianceSummaryItem
type ComplianceTypeCountLimitExceededException
type CompliantSummary
type CreateActivationInput
type CreateActivationOutput
type CreateAssociationBatchInput
type CreateAssociationBatchOutput
type CreateAssociationBatchRequestEntry
type CreateAssociationInput
type CreateAssociationOutput
type CreateDocumentInput
type CreateDocumentOutput
type CreateMaintenanceWindowInput
type CreateMaintenanceWindowOutput
type CreateOpsItemInput
type CreateOpsItemOutput
type CreateOpsMetadataInput
type CreateOpsMetadataOutput
type CreatePatchBaselineInput
type CreatePatchBaselineOutput
type CreateResourceDataSyncInput
type CreateResourceDataSyncOutput
type CustomSchemaCountLimitExceededException
type DeleteActivationInput
type DeleteActivationOutput
type DeleteAssociationInput
type DeleteAssociationOutput
type DeleteDocumentInput
type DeleteDocumentOutput
type DeleteInventoryInput
type DeleteInventoryOutput
type DeleteMaintenanceWindowInput
type DeleteMaintenanceWindowOutput
type DeleteOpsItemInput
type DeleteOpsItemOutput
type DeleteOpsMetadataInput
type DeleteOpsMetadataOutput
type DeleteParameterInput
type DeleteParameterOutput
type DeleteParametersInput
type DeleteParametersOutput
type DeletePatchBaselineInput
type DeletePatchBaselineOutput
type DeleteResourceDataSyncInput
type DeleteResourceDataSyncOutput
type DeleteResourcePolicyInput
type DeleteResourcePolicyOutput
type DeregisterManagedInstanceInput
type DeregisterManagedInstanceOutput
type DeregisterPatchBaselineForPatchGroupInput
type DeregisterPatchBaselineForPatchGroupOutput
type DeregisterTargetFromMaintenanceWindowInput
type DeregisterTargetFromMaintenanceWindowOutput
type DeregisterTaskFromMaintenanceWindowInput
type DeregisterTaskFromMaintenanceWindowOutput
type DescribeActivationsFilter
type DescribeActivationsInput
type DescribeActivationsOutput
type DescribeAssociationExecutionTargetsInput
type DescribeAssociationExecutionTargetsOutput
type DescribeAssociationExecutionsInput
type DescribeAssociationExecutionsOutput
type DescribeAssociationInput
type DescribeAssociationOutput
type DescribeAutomationExecutionsInput
type DescribeAutomationExecutionsOutput
type DescribeAutomationStepExecutionsInput
type DescribeAutomationStepExecutionsOutput
type DescribeAvailablePatchesInput
type DescribeAvailablePatchesOutput
type DescribeDocumentInput
type DescribeDocumentOutput
type DescribeDocumentPermissionInput
type DescribeDocumentPermissionOutput
type DescribeEffectiveInstanceAssociationsInput
type DescribeEffectiveInstanceAssociationsOutput
type DescribeEffectivePatchesForPatchBaselineInput
type DescribeEffectivePatchesForPatchBaselineOutput
type DescribeInstanceAssociationsStatusInput
type DescribeInstanceAssociationsStatusOutput
type DescribeInstanceInformationInput
type DescribeInstanceInformationOutput
type DescribeInstancePatchStatesForPatchGroupInput
type DescribeInstancePatchStatesForPatchGroupOutput
type DescribeInstancePatchStatesInput
type DescribeInstancePatchStatesOutput
type DescribeInstancePatchesInput
type DescribeInstancePatchesOutput
type DescribeInstancePropertiesInput
type DescribeInstancePropertiesOutput
type DescribeInventoryDeletionsInput
type DescribeInventoryDeletionsOutput
type DescribeMaintenanceWindowExecutionTaskInvocationsInput
type DescribeMaintenanceWindowExecutionTaskInvocationsOutput
type DescribeMaintenanceWindowExecutionTasksInput
type DescribeMaintenanceWindowExecutionTasksOutput
type DescribeMaintenanceWindowExecutionsInput
type DescribeMaintenanceWindowExecutionsOutput
type DescribeMaintenanceWindowScheduleInput
type DescribeMaintenanceWindowScheduleOutput
type DescribeMaintenanceWindowTargetsInput
type DescribeMaintenanceWindowTargetsOutput
type DescribeMaintenanceWindowTasksInput
type DescribeMaintenanceWindowTasksOutput
type DescribeMaintenanceWindowsForTargetInput
type DescribeMaintenanceWindowsForTargetOutput
type DescribeMaintenanceWindowsInput
type DescribeMaintenanceWindowsOutput
type DescribeOpsItemsInput
type DescribeOpsItemsOutput
type DescribeParametersInput
type DescribeParametersOutput
type DescribePatchBaselinesInput
type DescribePatchBaselinesOutput
type DescribePatchGroupStateInput
type DescribePatchGroupStateOutput
type DescribePatchGroupsInput
type DescribePatchGroupsOutput
type DescribePatchPropertiesInput
type DescribePatchPropertiesOutput
type DescribeSessionsInput
type DescribeSessionsOutput
type DisassociateOpsItemRelatedItemInput
type DisassociateOpsItemRelatedItemOutput
type DocumentAlreadyExists
type DocumentDefaultVersionDescription
type DocumentDescription
type DocumentFilter
type DocumentIdentifier
type DocumentKeyValuesFilter
type DocumentLimitExceeded
type DocumentMetadataResponseInfo
type DocumentParameter
type DocumentPermissionLimit
type DocumentRequires
type DocumentReviewCommentSource
type DocumentReviewerResponseSource
type DocumentReviews
type DocumentVersionInfo
type DocumentVersionLimitExceeded
type DoesNotExistException
type DuplicateDocumentContent
type DuplicateDocumentVersionName
type DuplicateInstanceId
type EffectivePatch
type FailedCreateAssociation
type FailureDetails
type FeatureNotAvailableException
type GetAutomationExecutionInput
type GetAutomationExecutionOutput
type GetCalendarStateInput
type GetCalendarStateOutput
type GetCommandInvocationInput
type GetCommandInvocationOutput
type GetConnectionStatusInput
type GetConnectionStatusOutput
type GetDefaultPatchBaselineInput
type GetDefaultPatchBaselineOutput
type GetDeployablePatchSnapshotForInstanceInput
type GetDeployablePatchSnapshotForInstanceOutput
type GetDocumentInput
type GetDocumentOutput
type GetInventoryInput
type GetInventoryOutput
type GetInventorySchemaInput
type GetInventorySchemaOutput
type GetMaintenanceWindowExecutionInput
type GetMaintenanceWindowExecutionOutput
type GetMaintenanceWindowExecutionTaskInput
type GetMaintenanceWindowExecutionTaskInvocationInput
type GetMaintenanceWindowExecutionTaskInvocationOutput
type GetMaintenanceWindowExecutionTaskOutput
type GetMaintenanceWindowInput
type GetMaintenanceWindowOutput
type GetMaintenanceWindowTaskInput
type GetMaintenanceWindowTaskOutput
type GetOpsItemInput
type GetOpsItemOutput
type GetOpsMetadataInput
type GetOpsMetadataOutput
type GetOpsSummaryInput
type GetOpsSummaryOutput
type GetParameterHistoryInput
type GetParameterHistoryOutput
type GetParameterInput
type GetParameterOutput
type GetParametersByPathInput
type GetParametersByPathOutput
type GetParametersInput
type GetParametersOutput
type GetPatchBaselineForPatchGroupInput
type GetPatchBaselineForPatchGroupOutput
type GetPatchBaselineInput
type GetPatchBaselineOutput
type GetResourcePoliciesInput
type GetResourcePoliciesOutput
type GetResourcePoliciesResponseEntry
type GetServiceSettingInput
type GetServiceSettingOutput
type HierarchyLevelLimitExceededException
type HierarchyTypeMismatchException
type IdempotentParameterMismatch
type IncompatiblePolicyException
type InstanceAggregatedAssociationOverview
type InstanceAssociation
type InstanceAssociationOutputLocation
type InstanceAssociationOutputUrl
type InstanceAssociationStatusInfo
type InstanceInformation
type InstanceInformationFilter
type InstanceInformationStringFilter
type InstancePatchState
type InstancePatchStateFilter
type InstanceProperty
type InstancePropertyFilter
type InstancePropertyStringFilter
type InternalServerError
type InvalidActivation
type InvalidActivationId
type InvalidAggregatorException
type InvalidAllowedPatternException
type InvalidAssociation
type InvalidAssociationVersion
type InvalidAutomationExecutionParametersException
type InvalidAutomationSignalException
type InvalidAutomationStatusUpdateException
type InvalidCommandId
type InvalidDeleteInventoryParametersException
type InvalidDeletionIdException
type InvalidDocument
type InvalidDocumentContent
type InvalidDocumentOperation
type InvalidDocumentSchemaVersion
type InvalidDocumentType
type InvalidDocumentVersion
type InvalidFilter
type InvalidFilterKey
type InvalidFilterOption
type InvalidFilterValue
type InvalidInstanceId
type InvalidInstanceInformationFilterValue
type InvalidInstancePropertyFilterValue
type InvalidInventoryGroupException
type InvalidInventoryItemContextException
type InvalidInventoryRequestException
type InvalidItemContentException
type InvalidKeyId
type InvalidNextToken
type InvalidNotificationConfig
type InvalidOptionException
type InvalidOutputFolder
type InvalidOutputLocation
type InvalidParameters
type InvalidPermissionType
type InvalidPluginName
type InvalidPolicyAttributeException
type InvalidPolicyTypeException
type InvalidResourceId
type InvalidResourceType
type InvalidResultAttributeException
type InvalidRole
type InvalidSchedule
type InvalidTag
type InvalidTarget
type InvalidTargetMaps
type InvalidTypeNameException
type InvalidUpdate
type InventoryAggregator
type InventoryDeletionStatusItem
type InventoryDeletionSummary
type InventoryDeletionSummaryItem
type InventoryFilter
type InventoryGroup
type InventoryItem
type InventoryItemAttribute
type InventoryItemSchema
type InventoryResultEntity
type InventoryResultItem
type InvocationDoesNotExist
type ItemContentMismatchException
type ItemSizeLimitExceededException
type LabelParameterVersionInput
type LabelParameterVersionOutput
type ListAssociationVersionsInput
type ListAssociationVersionsOutput
type ListAssociationsInput
type ListAssociationsOutput
type ListCommandInvocationsInput
type ListCommandInvocationsOutput
type ListCommandsInput
type ListCommandsOutput
type ListComplianceItemsInput
type ListComplianceItemsOutput
type ListComplianceSummariesInput
type ListComplianceSummariesOutput
type ListDocumentMetadataHistoryInput
type ListDocumentMetadataHistoryOutput
type ListDocumentVersionsInput
type ListDocumentVersionsOutput
type ListDocumentsInput
type ListDocumentsOutput
type ListInventoryEntriesInput
type ListInventoryEntriesOutput
type ListOpsItemEventsInput
type ListOpsItemEventsOutput
type ListOpsItemRelatedItemsInput
type ListOpsItemRelatedItemsOutput
type ListOpsMetadataInput
type ListOpsMetadataOutput
type ListResourceComplianceSummariesInput
type ListResourceComplianceSummariesOutput
type ListResourceDataSyncInput
type ListResourceDataSyncOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type LoggingInfo
type MaintenanceWindowAutomationParameters
type MaintenanceWindowExecution
type MaintenanceWindowExecutionTaskIdentity
type MaintenanceWindowExecutionTaskInvocationIdentity
type MaintenanceWindowFilter
type MaintenanceWindowIdentity
type MaintenanceWindowIdentityForTarget
type MaintenanceWindowLambdaParameters
type MaintenanceWindowRunCommandParameters
type MaintenanceWindowStepFunctionsParameters
type MaintenanceWindowTarget
type MaintenanceWindowTask
type MaintenanceWindowTaskInvocationParameters
type MaintenanceWindowTaskParameterValueExpression
type MalformedResourcePolicyDocumentException
type MaxDocumentSizeExceeded
type MetadataValue
type ModifyDocumentPermissionInput
type ModifyDocumentPermissionOutput
type NonCompliantSummary
type NotificationConfig
type OpsAggregator
type OpsEntity
type OpsEntityItem
type OpsFilter
type OpsItem
type OpsItemAccessDeniedException
type OpsItemAlreadyExistsException
type OpsItemConflictException
type OpsItemDataValue
type OpsItemEventFilter
type OpsItemEventSummary
type OpsItemFilter
type OpsItemIdentity
type OpsItemInvalidParameterException
type OpsItemLimitExceededException
type OpsItemNotFoundException
type OpsItemNotification
type OpsItemRelatedItemAlreadyExistsException
type OpsItemRelatedItemAssociationNotFoundException
type OpsItemRelatedItemSummary
type OpsItemRelatedItemsFilter
type OpsItemSummary
type OpsMetadata
type OpsMetadataAlreadyExistsException
type OpsMetadataFilter
type OpsMetadataInvalidArgumentException
type OpsMetadataKeyLimitExceededException
type OpsMetadataLimitExceededException
type OpsMetadataNotFoundException
type OpsMetadataTooManyUpdatesException
type OpsResultAttribute
type OutputSource
type Parameter
type ParameterAlreadyExists
type ParameterHistory
type ParameterInlinePolicy
type ParameterLimitExceeded
type ParameterMaxVersionLimitExceeded
type ParameterMetadata
type ParameterNotFound
type ParameterPatternMismatchException
type ParameterStringFilter
type ParameterVersionLabelLimitExceeded
type ParameterVersionNotFound
type ParametersFilter
type ParentStepDetails
type Patch
type PatchBaselineIdentity
type PatchComplianceData
type PatchFilter
type PatchFilterGroup
type PatchGroupPatchBaselineMapping
type PatchOrchestratorFilter
type PatchRule
type PatchRuleGroup
type PatchSource
type PatchStatus
type PoliciesLimitExceededException
type ProgressCounters
type PutComplianceItemsInput
type PutComplianceItemsOutput
type PutInventoryInput
type PutInventoryOutput
type PutParameterInput
type PutParameterOutput
type PutResourcePolicyInput
type PutResourcePolicyOutput
type RegisterDefaultPatchBaselineInput
type RegisterDefaultPatchBaselineOutput
type RegisterPatchBaselineForPatchGroupInput
type RegisterPatchBaselineForPatchGroupOutput
type RegisterTargetWithMaintenanceWindowInput
type RegisterTargetWithMaintenanceWindowOutput
type RegisterTaskWithMaintenanceWindowInput
type RegisterTaskWithMaintenanceWindowOutput
type RegistrationMetadataItem
type RelatedOpsItem
type RemoveTagsFromResourceInput
type RemoveTagsFromResourceOutput
type ResetServiceSettingInput
type ResetServiceSettingOutput
type ResolvedTargets
type ResourceComplianceSummaryItem
type ResourceDataSyncAlreadyExistsException
type ResourceDataSyncAwsOrganizationsSource
type ResourceDataSyncConflictException
type ResourceDataSyncCountExceededException
type ResourceDataSyncDestinationDataSharing
type ResourceDataSyncInvalidConfigurationException
type ResourceDataSyncItem
type ResourceDataSyncNotFoundException
type ResourceDataSyncOrganizationalUnit
type ResourceDataSyncS3Destination
type ResourceDataSyncSource
type ResourceDataSyncSourceWithState
type ResourceInUseException
type ResourceLimitExceededException
type ResourceNotFoundException
type ResourcePolicyConflictException
type ResourcePolicyInvalidParameterException
type ResourcePolicyLimitExceededException
type ResourcePolicyNotFoundException
type ResultAttribute
type ResumeSessionInput
type ResumeSessionOutput
type ReviewInformation
type Runbook
type S3OutputLocation
type S3OutputUrl
type ScheduledWindowExecution
type SendAutomationSignalInput
type SendAutomationSignalOutput
type SendCommandInput
type SendCommandOutput
type ServiceSetting
type ServiceSettingNotFound
type Session
type SessionFilter
type SessionManagerOutputUrl
type SeveritySummary
type StartAssociationsOnceInput
type StartAssociationsOnceOutput
type StartAutomationExecutionInput
type StartAutomationExecutionOutput
type StartChangeRequestExecutionInput
type StartChangeRequestExecutionOutput
type StartSessionInput
type StartSessionOutput
type StatusUnchanged
type StepExecution
type StepExecutionFilter
type StopAutomationExecutionInput
type StopAutomationExecutionOutput
type SubTypeCountLimitExceededException
type Tag
type Target
type TargetInUseException
type TargetLocation
type TargetNotConnected
type TerminateSessionInput
type TerminateSessionOutput
type TooManyTagsError
type TooManyUpdates
type TotalSizeLimitExceededException
type UnlabelParameterVersionInput
type UnlabelParameterVersionOutput
type UnsupportedCalendarException
type UnsupportedFeatureRequiredException
type UnsupportedInventoryItemContextException
type UnsupportedInventorySchemaVersionException
type UnsupportedOperatingSystem
type UnsupportedParameterType
type UnsupportedPlatformType
type UpdateAssociationInput
type UpdateAssociationOutput
type UpdateAssociationStatusInput
type UpdateAssociationStatusOutput
type UpdateDocumentDefaultVersionInput
type UpdateDocumentDefaultVersionOutput
type UpdateDocumentInput
type UpdateDocumentMetadataInput
type UpdateDocumentMetadataOutput
type UpdateDocumentOutput
type UpdateMaintenanceWindowInput
type UpdateMaintenanceWindowOutput
type UpdateMaintenanceWindowTargetInput
type UpdateMaintenanceWindowTargetOutput
type UpdateMaintenanceWindowTaskInput
type UpdateMaintenanceWindowTaskOutput
type UpdateManagedInstanceRoleInput
type UpdateManagedInstanceRoleOutput
type UpdateOpsItemInput
type UpdateOpsItemOutput
type UpdateOpsMetadataInput
type UpdateOpsMetadataOutput
type UpdatePatchBaselineInput
type UpdatePatchBaselineOutput
type UpdateResourceDataSyncInput
type UpdateResourceDataSyncOutput
type UpdateServiceSettingInput
type UpdateServiceSettingOutput

Constants ▾

const (
    // AssociationComplianceSeverityCritical is a AssociationComplianceSeverity enum value
    AssociationComplianceSeverityCritical = "CRITICAL"

    // AssociationComplianceSeverityHigh is a AssociationComplianceSeverity enum value
    AssociationComplianceSeverityHigh = "HIGH"

    // AssociationComplianceSeverityMedium is a AssociationComplianceSeverity enum value
    AssociationComplianceSeverityMedium = "MEDIUM"

    // AssociationComplianceSeverityLow is a AssociationComplianceSeverity enum value
    AssociationComplianceSeverityLow = "LOW"

    // AssociationComplianceSeverityUnspecified is a AssociationComplianceSeverity enum value
    AssociationComplianceSeverityUnspecified = "UNSPECIFIED"
)
const (
    // AssociationExecutionFilterKeyExecutionId is a AssociationExecutionFilterKey enum value
    AssociationExecutionFilterKeyExecutionId = "ExecutionId"

    // AssociationExecutionFilterKeyStatus is a AssociationExecutionFilterKey enum value
    AssociationExecutionFilterKeyStatus = "Status"

    // AssociationExecutionFilterKeyCreatedTime is a AssociationExecutionFilterKey enum value
    AssociationExecutionFilterKeyCreatedTime = "CreatedTime"
)
const (
    // AssociationExecutionTargetsFilterKeyStatus is a AssociationExecutionTargetsFilterKey enum value
    AssociationExecutionTargetsFilterKeyStatus = "Status"

    // AssociationExecutionTargetsFilterKeyResourceId is a AssociationExecutionTargetsFilterKey enum value
    AssociationExecutionTargetsFilterKeyResourceId = "ResourceId"

    // AssociationExecutionTargetsFilterKeyResourceType is a AssociationExecutionTargetsFilterKey enum value
    AssociationExecutionTargetsFilterKeyResourceType = "ResourceType"
)
const (
    // AssociationFilterKeyInstanceId is a AssociationFilterKey enum value
    AssociationFilterKeyInstanceId = "InstanceId"

    // AssociationFilterKeyName is a AssociationFilterKey enum value
    AssociationFilterKeyName = "Name"

    // AssociationFilterKeyAssociationId is a AssociationFilterKey enum value
    AssociationFilterKeyAssociationId = "AssociationId"

    // AssociationFilterKeyAssociationStatusName is a AssociationFilterKey enum value
    AssociationFilterKeyAssociationStatusName = "AssociationStatusName"

    // AssociationFilterKeyLastExecutedBefore is a AssociationFilterKey enum value
    AssociationFilterKeyLastExecutedBefore = "LastExecutedBefore"

    // AssociationFilterKeyLastExecutedAfter is a AssociationFilterKey enum value
    AssociationFilterKeyLastExecutedAfter = "LastExecutedAfter"

    // AssociationFilterKeyAssociationName is a AssociationFilterKey enum value
    AssociationFilterKeyAssociationName = "AssociationName"

    // AssociationFilterKeyResourceGroupName is a AssociationFilterKey enum value
    AssociationFilterKeyResourceGroupName = "ResourceGroupName"
)
const (
    // AssociationFilterOperatorTypeEqual is a AssociationFilterOperatorType enum value
    AssociationFilterOperatorTypeEqual = "EQUAL"

    // AssociationFilterOperatorTypeLessThan is a AssociationFilterOperatorType enum value
    AssociationFilterOperatorTypeLessThan = "LESS_THAN"

    // AssociationFilterOperatorTypeGreaterThan is a AssociationFilterOperatorType enum value
    AssociationFilterOperatorTypeGreaterThan = "GREATER_THAN"
)
const (
    // AssociationStatusNamePending is a AssociationStatusName enum value
    AssociationStatusNamePending = "Pending"

    // AssociationStatusNameSuccess is a AssociationStatusName enum value
    AssociationStatusNameSuccess = "Success"

    // AssociationStatusNameFailed is a AssociationStatusName enum value
    AssociationStatusNameFailed = "Failed"
)
const (
    // AssociationSyncComplianceAuto is a AssociationSyncCompliance enum value
    AssociationSyncComplianceAuto = "AUTO"

    // AssociationSyncComplianceManual is a AssociationSyncCompliance enum value
    AssociationSyncComplianceManual = "MANUAL"
)
const (
    // AttachmentsSourceKeySourceUrl is a AttachmentsSourceKey enum value
    AttachmentsSourceKeySourceUrl = "SourceUrl"

    // AttachmentsSourceKeyS3fileUrl is a AttachmentsSourceKey enum value
    AttachmentsSourceKeyS3fileUrl = "S3FileUrl"

    // AttachmentsSourceKeyAttachmentReference is a AttachmentsSourceKey enum value
    AttachmentsSourceKeyAttachmentReference = "AttachmentReference"
)
const (
    // AutomationExecutionFilterKeyDocumentNamePrefix is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyDocumentNamePrefix = "DocumentNamePrefix"

    // AutomationExecutionFilterKeyExecutionStatus is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyExecutionStatus = "ExecutionStatus"

    // AutomationExecutionFilterKeyExecutionId is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyExecutionId = "ExecutionId"

    // AutomationExecutionFilterKeyParentExecutionId is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyParentExecutionId = "ParentExecutionId"

    // AutomationExecutionFilterKeyCurrentAction is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyCurrentAction = "CurrentAction"

    // AutomationExecutionFilterKeyStartTimeBefore is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyStartTimeBefore = "StartTimeBefore"

    // AutomationExecutionFilterKeyStartTimeAfter is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyStartTimeAfter = "StartTimeAfter"

    // AutomationExecutionFilterKeyAutomationType is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyAutomationType = "AutomationType"

    // AutomationExecutionFilterKeyTagKey is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyTagKey = "TagKey"

    // AutomationExecutionFilterKeyTargetResourceGroup is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyTargetResourceGroup = "TargetResourceGroup"

    // AutomationExecutionFilterKeyAutomationSubtype is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyAutomationSubtype = "AutomationSubtype"

    // AutomationExecutionFilterKeyOpsItemId is a AutomationExecutionFilterKey enum value
    AutomationExecutionFilterKeyOpsItemId = "OpsItemId"
)
const (
    // AutomationExecutionStatusPending is a AutomationExecutionStatus enum value
    AutomationExecutionStatusPending = "Pending"

    // AutomationExecutionStatusInProgress is a AutomationExecutionStatus enum value
    AutomationExecutionStatusInProgress = "InProgress"

    // AutomationExecutionStatusWaiting is a AutomationExecutionStatus enum value
    AutomationExecutionStatusWaiting = "Waiting"

    // AutomationExecutionStatusSuccess is a AutomationExecutionStatus enum value
    AutomationExecutionStatusSuccess = "Success"

    // AutomationExecutionStatusTimedOut is a AutomationExecutionStatus enum value
    AutomationExecutionStatusTimedOut = "TimedOut"

    // AutomationExecutionStatusCancelling is a AutomationExecutionStatus enum value
    AutomationExecutionStatusCancelling = "Cancelling"

    // AutomationExecutionStatusCancelled is a AutomationExecutionStatus enum value
    AutomationExecutionStatusCancelled = "Cancelled"

    // AutomationExecutionStatusFailed is a AutomationExecutionStatus enum value
    AutomationExecutionStatusFailed = "Failed"

    // AutomationExecutionStatusPendingApproval is a AutomationExecutionStatus enum value
    AutomationExecutionStatusPendingApproval = "PendingApproval"

    // AutomationExecutionStatusApproved is a AutomationExecutionStatus enum value
    AutomationExecutionStatusApproved = "Approved"

    // AutomationExecutionStatusRejected is a AutomationExecutionStatus enum value
    AutomationExecutionStatusRejected = "Rejected"

    // AutomationExecutionStatusScheduled is a AutomationExecutionStatus enum value
    AutomationExecutionStatusScheduled = "Scheduled"

    // AutomationExecutionStatusRunbookInProgress is a AutomationExecutionStatus enum value
    AutomationExecutionStatusRunbookInProgress = "RunbookInProgress"

    // AutomationExecutionStatusPendingChangeCalendarOverride is a AutomationExecutionStatus enum value
    AutomationExecutionStatusPendingChangeCalendarOverride = "PendingChangeCalendarOverride"

    // AutomationExecutionStatusChangeCalendarOverrideApproved is a AutomationExecutionStatus enum value
    AutomationExecutionStatusChangeCalendarOverrideApproved = "ChangeCalendarOverrideApproved"

    // AutomationExecutionStatusChangeCalendarOverrideRejected is a AutomationExecutionStatus enum value
    AutomationExecutionStatusChangeCalendarOverrideRejected = "ChangeCalendarOverrideRejected"

    // AutomationExecutionStatusCompletedWithSuccess is a AutomationExecutionStatus enum value
    AutomationExecutionStatusCompletedWithSuccess = "CompletedWithSuccess"

    // AutomationExecutionStatusCompletedWithFailure is a AutomationExecutionStatus enum value
    AutomationExecutionStatusCompletedWithFailure = "CompletedWithFailure"

    // AutomationExecutionStatusExited is a AutomationExecutionStatus enum value
    AutomationExecutionStatusExited = "Exited"
)
const (
    // AutomationTypeCrossAccount is a AutomationType enum value
    AutomationTypeCrossAccount = "CrossAccount"

    // AutomationTypeLocal is a AutomationType enum value
    AutomationTypeLocal = "Local"
)
const (
    // CalendarStateOpen is a CalendarState enum value
    CalendarStateOpen = "OPEN"

    // CalendarStateClosed is a CalendarState enum value
    CalendarStateClosed = "CLOSED"
)
const (
    // CommandFilterKeyInvokedAfter is a CommandFilterKey enum value
    CommandFilterKeyInvokedAfter = "InvokedAfter"

    // CommandFilterKeyInvokedBefore is a CommandFilterKey enum value
    CommandFilterKeyInvokedBefore = "InvokedBefore"

    // CommandFilterKeyStatus is a CommandFilterKey enum value
    CommandFilterKeyStatus = "Status"

    // CommandFilterKeyExecutionStage is a CommandFilterKey enum value
    CommandFilterKeyExecutionStage = "ExecutionStage"

    // CommandFilterKeyDocumentName is a CommandFilterKey enum value
    CommandFilterKeyDocumentName = "DocumentName"
)
const (
    // CommandInvocationStatusPending is a CommandInvocationStatus enum value
    CommandInvocationStatusPending = "Pending"

    // CommandInvocationStatusInProgress is a CommandInvocationStatus enum value
    CommandInvocationStatusInProgress = "InProgress"

    // CommandInvocationStatusDelayed is a CommandInvocationStatus enum value
    CommandInvocationStatusDelayed = "Delayed"

    // CommandInvocationStatusSuccess is a CommandInvocationStatus enum value
    CommandInvocationStatusSuccess = "Success"

    // CommandInvocationStatusCancelled is a CommandInvocationStatus enum value
    CommandInvocationStatusCancelled = "Cancelled"

    // CommandInvocationStatusTimedOut is a CommandInvocationStatus enum value
    CommandInvocationStatusTimedOut = "TimedOut"

    // CommandInvocationStatusFailed is a CommandInvocationStatus enum value
    CommandInvocationStatusFailed = "Failed"

    // CommandInvocationStatusCancelling is a CommandInvocationStatus enum value
    CommandInvocationStatusCancelling = "Cancelling"
)
const (
    // CommandPluginStatusPending is a CommandPluginStatus enum value
    CommandPluginStatusPending = "Pending"

    // CommandPluginStatusInProgress is a CommandPluginStatus enum value
    CommandPluginStatusInProgress = "InProgress"

    // CommandPluginStatusSuccess is a CommandPluginStatus enum value
    CommandPluginStatusSuccess = "Success"

    // CommandPluginStatusTimedOut is a CommandPluginStatus enum value
    CommandPluginStatusTimedOut = "TimedOut"

    // CommandPluginStatusCancelled is a CommandPluginStatus enum value
    CommandPluginStatusCancelled = "Cancelled"

    // CommandPluginStatusFailed is a CommandPluginStatus enum value
    CommandPluginStatusFailed = "Failed"
)
const (
    // CommandStatusPending is a CommandStatus enum value
    CommandStatusPending = "Pending"

    // CommandStatusInProgress is a CommandStatus enum value
    CommandStatusInProgress = "InProgress"

    // CommandStatusSuccess is a CommandStatus enum value
    CommandStatusSuccess = "Success"

    // CommandStatusCancelled is a CommandStatus enum value
    CommandStatusCancelled = "Cancelled"

    // CommandStatusFailed is a CommandStatus enum value
    CommandStatusFailed = "Failed"

    // CommandStatusTimedOut is a CommandStatus enum value
    CommandStatusTimedOut = "TimedOut"

    // CommandStatusCancelling is a CommandStatus enum value
    CommandStatusCancelling = "Cancelling"
)
const (
    // ComplianceQueryOperatorTypeEqual is a ComplianceQueryOperatorType enum value
    ComplianceQueryOperatorTypeEqual = "EQUAL"

    // ComplianceQueryOperatorTypeNotEqual is a ComplianceQueryOperatorType enum value
    ComplianceQueryOperatorTypeNotEqual = "NOT_EQUAL"

    // ComplianceQueryOperatorTypeBeginWith is a ComplianceQueryOperatorType enum value
    ComplianceQueryOperatorTypeBeginWith = "BEGIN_WITH"

    // ComplianceQueryOperatorTypeLessThan is a ComplianceQueryOperatorType enum value
    ComplianceQueryOperatorTypeLessThan = "LESS_THAN"

    // ComplianceQueryOperatorTypeGreaterThan is a ComplianceQueryOperatorType enum value
    ComplianceQueryOperatorTypeGreaterThan = "GREATER_THAN"
)
const (
    // ComplianceSeverityCritical is a ComplianceSeverity enum value
    ComplianceSeverityCritical = "CRITICAL"

    // ComplianceSeverityHigh is a ComplianceSeverity enum value
    ComplianceSeverityHigh = "HIGH"

    // ComplianceSeverityMedium is a ComplianceSeverity enum value
    ComplianceSeverityMedium = "MEDIUM"

    // ComplianceSeverityLow is a ComplianceSeverity enum value
    ComplianceSeverityLow = "LOW"

    // ComplianceSeverityInformational is a ComplianceSeverity enum value
    ComplianceSeverityInformational = "INFORMATIONAL"

    // ComplianceSeverityUnspecified is a ComplianceSeverity enum value
    ComplianceSeverityUnspecified = "UNSPECIFIED"
)
const (
    // ComplianceStatusCompliant is a ComplianceStatus enum value
    ComplianceStatusCompliant = "COMPLIANT"

    // ComplianceStatusNonCompliant is a ComplianceStatus enum value
    ComplianceStatusNonCompliant = "NON_COMPLIANT"
)
const (
    // ComplianceUploadTypeComplete is a ComplianceUploadType enum value
    ComplianceUploadTypeComplete = "COMPLETE"

    // ComplianceUploadTypePartial is a ComplianceUploadType enum value
    ComplianceUploadTypePartial = "PARTIAL"
)
const (
    // ConnectionStatusConnected is a ConnectionStatus enum value
    ConnectionStatusConnected = "connected"

    // ConnectionStatusNotconnected is a ConnectionStatus enum value
    ConnectionStatusNotconnected = "notconnected"
)
const (
    // DescribeActivationsFilterKeysActivationIds is a DescribeActivationsFilterKeys enum value
    DescribeActivationsFilterKeysActivationIds = "ActivationIds"

    // DescribeActivationsFilterKeysDefaultInstanceName is a DescribeActivationsFilterKeys enum value
    DescribeActivationsFilterKeysDefaultInstanceName = "DefaultInstanceName"

    // DescribeActivationsFilterKeysIamRole is a DescribeActivationsFilterKeys enum value
    DescribeActivationsFilterKeysIamRole = "IamRole"
)
const (
    // DocumentFilterKeyName is a DocumentFilterKey enum value
    DocumentFilterKeyName = "Name"

    // DocumentFilterKeyOwner is a DocumentFilterKey enum value
    DocumentFilterKeyOwner = "Owner"

    // DocumentFilterKeyPlatformTypes is a DocumentFilterKey enum value
    DocumentFilterKeyPlatformTypes = "PlatformTypes"

    // DocumentFilterKeyDocumentType is a DocumentFilterKey enum value
    DocumentFilterKeyDocumentType = "DocumentType"
)
const (
    // DocumentFormatYaml is a DocumentFormat enum value
    DocumentFormatYaml = "YAML"

    // DocumentFormatJson is a DocumentFormat enum value
    DocumentFormatJson = "JSON"

    // DocumentFormatText is a DocumentFormat enum value
    DocumentFormatText = "TEXT"
)
const (
    // DocumentHashTypeSha256 is a DocumentHashType enum value
    DocumentHashTypeSha256 = "Sha256"

    // DocumentHashTypeSha1 is a DocumentHashType enum value
    DocumentHashTypeSha1 = "Sha1"
)
const (
    // DocumentParameterTypeString is a DocumentParameterType enum value
    DocumentParameterTypeString = "String"

    // DocumentParameterTypeStringList is a DocumentParameterType enum value
    DocumentParameterTypeStringList = "StringList"
)
const (
    // DocumentReviewActionSendForReview is a DocumentReviewAction enum value
    DocumentReviewActionSendForReview = "SendForReview"

    // DocumentReviewActionUpdateReview is a DocumentReviewAction enum value
    DocumentReviewActionUpdateReview = "UpdateReview"

    // DocumentReviewActionApprove is a DocumentReviewAction enum value
    DocumentReviewActionApprove = "Approve"

    // DocumentReviewActionReject is a DocumentReviewAction enum value
    DocumentReviewActionReject = "Reject"
)
const (
    // DocumentStatusCreating is a DocumentStatus enum value
    DocumentStatusCreating = "Creating"

    // DocumentStatusActive is a DocumentStatus enum value
    DocumentStatusActive = "Active"

    // DocumentStatusUpdating is a DocumentStatus enum value
    DocumentStatusUpdating = "Updating"

    // DocumentStatusDeleting is a DocumentStatus enum value
    DocumentStatusDeleting = "Deleting"

    // DocumentStatusFailed is a DocumentStatus enum value
    DocumentStatusFailed = "Failed"
)

The status of a document.

const (
    // DocumentTypeCommand is a DocumentType enum value
    DocumentTypeCommand = "Command"

    // DocumentTypePolicy is a DocumentType enum value
    DocumentTypePolicy = "Policy"

    // DocumentTypeAutomation is a DocumentType enum value
    DocumentTypeAutomation = "Automation"

    // DocumentTypeSession is a DocumentType enum value
    DocumentTypeSession = "Session"

    // DocumentTypePackage is a DocumentType enum value
    DocumentTypePackage = "Package"

    // DocumentTypeApplicationConfiguration is a DocumentType enum value
    DocumentTypeApplicationConfiguration = "ApplicationConfiguration"

    // DocumentTypeApplicationConfigurationSchema is a DocumentType enum value
    DocumentTypeApplicationConfigurationSchema = "ApplicationConfigurationSchema"

    // DocumentTypeDeploymentStrategy is a DocumentType enum value
    DocumentTypeDeploymentStrategy = "DeploymentStrategy"

    // DocumentTypeChangeCalendar is a DocumentType enum value
    DocumentTypeChangeCalendar = "ChangeCalendar"

    // DocumentTypeAutomationChangeTemplate is a DocumentType enum value
    DocumentTypeAutomationChangeTemplate = "Automation.ChangeTemplate"

    // DocumentTypeProblemAnalysis is a DocumentType enum value
    DocumentTypeProblemAnalysis = "ProblemAnalysis"

    // DocumentTypeProblemAnalysisTemplate is a DocumentType enum value
    DocumentTypeProblemAnalysisTemplate = "ProblemAnalysisTemplate"

    // DocumentTypeCloudFormation is a DocumentType enum value
    DocumentTypeCloudFormation = "CloudFormation"

    // DocumentTypeConformancePackTemplate is a DocumentType enum value
    DocumentTypeConformancePackTemplate = "ConformancePackTemplate"

    // DocumentTypeQuickSetup is a DocumentType enum value
    DocumentTypeQuickSetup = "QuickSetup"
)
const (
    // ExecutionModeAuto is a ExecutionMode enum value
    ExecutionModeAuto = "Auto"

    // ExecutionModeInteractive is a ExecutionMode enum value
    ExecutionModeInteractive = "Interactive"
)
const (
    // ExternalAlarmStateUnknown is a ExternalAlarmState enum value
    ExternalAlarmStateUnknown = "UNKNOWN"

    // ExternalAlarmStateAlarm is a ExternalAlarmState enum value
    ExternalAlarmStateAlarm = "ALARM"
)
const (
    // FaultClient is a Fault enum value
    FaultClient = "Client"

    // FaultServer is a Fault enum value
    FaultServer = "Server"

    // FaultUnknown is a Fault enum value
    FaultUnknown = "Unknown"
)
const (
    // InstanceInformationFilterKeyInstanceIds is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyInstanceIds = "InstanceIds"

    // InstanceInformationFilterKeyAgentVersion is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyAgentVersion = "AgentVersion"

    // InstanceInformationFilterKeyPingStatus is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyPingStatus = "PingStatus"

    // InstanceInformationFilterKeyPlatformTypes is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyPlatformTypes = "PlatformTypes"

    // InstanceInformationFilterKeyActivationIds is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyActivationIds = "ActivationIds"

    // InstanceInformationFilterKeyIamRole is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyIamRole = "IamRole"

    // InstanceInformationFilterKeyResourceType is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyResourceType = "ResourceType"

    // InstanceInformationFilterKeyAssociationStatus is a InstanceInformationFilterKey enum value
    InstanceInformationFilterKeyAssociationStatus = "AssociationStatus"
)
const (
    // InstancePatchStateOperatorTypeEqual is a InstancePatchStateOperatorType enum value
    InstancePatchStateOperatorTypeEqual = "Equal"

    // InstancePatchStateOperatorTypeNotEqual is a InstancePatchStateOperatorType enum value
    InstancePatchStateOperatorTypeNotEqual = "NotEqual"

    // InstancePatchStateOperatorTypeLessThan is a InstancePatchStateOperatorType enum value
    InstancePatchStateOperatorTypeLessThan = "LessThan"

    // InstancePatchStateOperatorTypeGreaterThan is a InstancePatchStateOperatorType enum value
    InstancePatchStateOperatorTypeGreaterThan = "GreaterThan"
)
const (
    // InstancePropertyFilterKeyInstanceIds is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyInstanceIds = "InstanceIds"

    // InstancePropertyFilterKeyAgentVersion is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyAgentVersion = "AgentVersion"

    // InstancePropertyFilterKeyPingStatus is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyPingStatus = "PingStatus"

    // InstancePropertyFilterKeyPlatformTypes is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyPlatformTypes = "PlatformTypes"

    // InstancePropertyFilterKeyDocumentName is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyDocumentName = "DocumentName"

    // InstancePropertyFilterKeyActivationIds is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyActivationIds = "ActivationIds"

    // InstancePropertyFilterKeyIamRole is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyIamRole = "IamRole"

    // InstancePropertyFilterKeyResourceType is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyResourceType = "ResourceType"

    // InstancePropertyFilterKeyAssociationStatus is a InstancePropertyFilterKey enum value
    InstancePropertyFilterKeyAssociationStatus = "AssociationStatus"
)
const (
    // InstancePropertyFilterOperatorEqual is a InstancePropertyFilterOperator enum value
    InstancePropertyFilterOperatorEqual = "Equal"

    // InstancePropertyFilterOperatorNotEqual is a InstancePropertyFilterOperator enum value
    InstancePropertyFilterOperatorNotEqual = "NotEqual"

    // InstancePropertyFilterOperatorBeginWith is a InstancePropertyFilterOperator enum value
    InstancePropertyFilterOperatorBeginWith = "BeginWith"

    // InstancePropertyFilterOperatorLessThan is a InstancePropertyFilterOperator enum value
    InstancePropertyFilterOperatorLessThan = "LessThan"

    // InstancePropertyFilterOperatorGreaterThan is a InstancePropertyFilterOperator enum value
    InstancePropertyFilterOperatorGreaterThan = "GreaterThan"
)
const (
    // InventoryAttributeDataTypeString is a InventoryAttributeDataType enum value
    InventoryAttributeDataTypeString = "string"

    // InventoryAttributeDataTypeNumber is a InventoryAttributeDataType enum value
    InventoryAttributeDataTypeNumber = "number"
)
const (
    // InventoryDeletionStatusInProgress is a InventoryDeletionStatus enum value
    InventoryDeletionStatusInProgress = "InProgress"

    // InventoryDeletionStatusComplete is a InventoryDeletionStatus enum value
    InventoryDeletionStatusComplete = "Complete"
)
const (
    // InventoryQueryOperatorTypeEqual is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeEqual = "Equal"

    // InventoryQueryOperatorTypeNotEqual is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeNotEqual = "NotEqual"

    // InventoryQueryOperatorTypeBeginWith is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeBeginWith = "BeginWith"

    // InventoryQueryOperatorTypeLessThan is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeLessThan = "LessThan"

    // InventoryQueryOperatorTypeGreaterThan is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeGreaterThan = "GreaterThan"

    // InventoryQueryOperatorTypeExists is a InventoryQueryOperatorType enum value
    InventoryQueryOperatorTypeExists = "Exists"
)
const (
    // InventorySchemaDeleteOptionDisableSchema is a InventorySchemaDeleteOption enum value
    InventorySchemaDeleteOptionDisableSchema = "DisableSchema"

    // InventorySchemaDeleteOptionDeleteSchema is a InventorySchemaDeleteOption enum value
    InventorySchemaDeleteOptionDeleteSchema = "DeleteSchema"
)
const (
    // LastResourceDataSyncStatusSuccessful is a LastResourceDataSyncStatus enum value
    LastResourceDataSyncStatusSuccessful = "Successful"

    // LastResourceDataSyncStatusFailed is a LastResourceDataSyncStatus enum value
    LastResourceDataSyncStatusFailed = "Failed"

    // LastResourceDataSyncStatusInProgress is a LastResourceDataSyncStatus enum value
    LastResourceDataSyncStatusInProgress = "InProgress"
)
const (
    // MaintenanceWindowExecutionStatusPending is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusPending = "PENDING"

    // MaintenanceWindowExecutionStatusInProgress is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusInProgress = "IN_PROGRESS"

    // MaintenanceWindowExecutionStatusSuccess is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusSuccess = "SUCCESS"

    // MaintenanceWindowExecutionStatusFailed is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusFailed = "FAILED"

    // MaintenanceWindowExecutionStatusTimedOut is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusTimedOut = "TIMED_OUT"

    // MaintenanceWindowExecutionStatusCancelling is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusCancelling = "CANCELLING"

    // MaintenanceWindowExecutionStatusCancelled is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusCancelled = "CANCELLED"

    // MaintenanceWindowExecutionStatusSkippedOverlapping is a MaintenanceWindowExecutionStatus enum value
    MaintenanceWindowExecutionStatusSkippedOverlapping = "SKIPPED_OVERLAPPING"
)
const (
    // MaintenanceWindowResourceTypeInstance is a MaintenanceWindowResourceType enum value
    MaintenanceWindowResourceTypeInstance = "INSTANCE"

    // MaintenanceWindowResourceTypeResourceGroup is a MaintenanceWindowResourceType enum value
    MaintenanceWindowResourceTypeResourceGroup = "RESOURCE_GROUP"
)
const (
    // MaintenanceWindowTaskCutoffBehaviorContinueTask is a MaintenanceWindowTaskCutoffBehavior enum value
    MaintenanceWindowTaskCutoffBehaviorContinueTask = "CONTINUE_TASK"

    // MaintenanceWindowTaskCutoffBehaviorCancelTask is a MaintenanceWindowTaskCutoffBehavior enum value
    MaintenanceWindowTaskCutoffBehaviorCancelTask = "CANCEL_TASK"
)
const (
    // MaintenanceWindowTaskTypeRunCommand is a MaintenanceWindowTaskType enum value
    MaintenanceWindowTaskTypeRunCommand = "RUN_COMMAND"

    // MaintenanceWindowTaskTypeAutomation is a MaintenanceWindowTaskType enum value
    MaintenanceWindowTaskTypeAutomation = "AUTOMATION"

    // MaintenanceWindowTaskTypeStepFunctions is a MaintenanceWindowTaskType enum value
    MaintenanceWindowTaskTypeStepFunctions = "STEP_FUNCTIONS"

    // MaintenanceWindowTaskTypeLambda is a MaintenanceWindowTaskType enum value
    MaintenanceWindowTaskTypeLambda = "LAMBDA"
)
const (
    // NotificationEventAll is a NotificationEvent enum value
    NotificationEventAll = "All"

    // NotificationEventInProgress is a NotificationEvent enum value
    NotificationEventInProgress = "InProgress"

    // NotificationEventSuccess is a NotificationEvent enum value
    NotificationEventSuccess = "Success"

    // NotificationEventTimedOut is a NotificationEvent enum value
    NotificationEventTimedOut = "TimedOut"

    // NotificationEventCancelled is a NotificationEvent enum value
    NotificationEventCancelled = "Cancelled"

    // NotificationEventFailed is a NotificationEvent enum value
    NotificationEventFailed = "Failed"
)
const (
    // NotificationTypeCommand is a NotificationType enum value
    NotificationTypeCommand = "Command"

    // NotificationTypeInvocation is a NotificationType enum value
    NotificationTypeInvocation = "Invocation"
)
const (
    // OperatingSystemWindows is a OperatingSystem enum value
    OperatingSystemWindows = "WINDOWS"

    // OperatingSystemAmazonLinux is a OperatingSystem enum value
    OperatingSystemAmazonLinux = "AMAZON_LINUX"

    // OperatingSystemAmazonLinux2 is a OperatingSystem enum value
    OperatingSystemAmazonLinux2 = "AMAZON_LINUX_2"

    // OperatingSystemAmazonLinux2022 is a OperatingSystem enum value
    OperatingSystemAmazonLinux2022 = "AMAZON_LINUX_2022"

    // OperatingSystemUbuntu is a OperatingSystem enum value
    OperatingSystemUbuntu = "UBUNTU"

    // OperatingSystemRedhatEnterpriseLinux is a OperatingSystem enum value
    OperatingSystemRedhatEnterpriseLinux = "REDHAT_ENTERPRISE_LINUX"

    // OperatingSystemSuse is a OperatingSystem enum value
    OperatingSystemSuse = "SUSE"

    // OperatingSystemCentos is a OperatingSystem enum value
    OperatingSystemCentos = "CENTOS"

    // OperatingSystemOracleLinux is a OperatingSystem enum value
    OperatingSystemOracleLinux = "ORACLE_LINUX"

    // OperatingSystemDebian is a OperatingSystem enum value
    OperatingSystemDebian = "DEBIAN"

    // OperatingSystemMacos is a OperatingSystem enum value
    OperatingSystemMacos = "MACOS"

    // OperatingSystemRaspbian is a OperatingSystem enum value
    OperatingSystemRaspbian = "RASPBIAN"

    // OperatingSystemRockyLinux is a OperatingSystem enum value
    OperatingSystemRockyLinux = "ROCKY_LINUX"

    // OperatingSystemAlmaLinux is a OperatingSystem enum value
    OperatingSystemAlmaLinux = "ALMA_LINUX"

    // OperatingSystemAmazonLinux2023 is a OperatingSystem enum value
    OperatingSystemAmazonLinux2023 = "AMAZON_LINUX_2023"
)
const (
    // OpsFilterOperatorTypeEqual is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeEqual = "Equal"

    // OpsFilterOperatorTypeNotEqual is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeNotEqual = "NotEqual"

    // OpsFilterOperatorTypeBeginWith is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeBeginWith = "BeginWith"

    // OpsFilterOperatorTypeLessThan is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeLessThan = "LessThan"

    // OpsFilterOperatorTypeGreaterThan is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeGreaterThan = "GreaterThan"

    // OpsFilterOperatorTypeExists is a OpsFilterOperatorType enum value
    OpsFilterOperatorTypeExists = "Exists"
)
const (
    // OpsItemDataTypeSearchableString is a OpsItemDataType enum value
    OpsItemDataTypeSearchableString = "SearchableString"

    // OpsItemDataTypeString is a OpsItemDataType enum value
    OpsItemDataTypeString = "String"
)
const (
    // OpsItemFilterKeyStatus is a OpsItemFilterKey enum value
    OpsItemFilterKeyStatus = "Status"

    // OpsItemFilterKeyCreatedBy is a OpsItemFilterKey enum value
    OpsItemFilterKeyCreatedBy = "CreatedBy"

    // OpsItemFilterKeySource is a OpsItemFilterKey enum value
    OpsItemFilterKeySource = "Source"

    // OpsItemFilterKeyPriority is a OpsItemFilterKey enum value
    OpsItemFilterKeyPriority = "Priority"

    // OpsItemFilterKeyTitle is a OpsItemFilterKey enum value
    OpsItemFilterKeyTitle = "Title"

    // OpsItemFilterKeyOpsItemId is a OpsItemFilterKey enum value
    OpsItemFilterKeyOpsItemId = "OpsItemId"

    // OpsItemFilterKeyCreatedTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyCreatedTime = "CreatedTime"

    // OpsItemFilterKeyLastModifiedTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyLastModifiedTime = "LastModifiedTime"

    // OpsItemFilterKeyActualStartTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyActualStartTime = "ActualStartTime"

    // OpsItemFilterKeyActualEndTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyActualEndTime = "ActualEndTime"

    // OpsItemFilterKeyPlannedStartTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyPlannedStartTime = "PlannedStartTime"

    // OpsItemFilterKeyPlannedEndTime is a OpsItemFilterKey enum value
    OpsItemFilterKeyPlannedEndTime = "PlannedEndTime"

    // OpsItemFilterKeyOperationalData is a OpsItemFilterKey enum value
    OpsItemFilterKeyOperationalData = "OperationalData"

    // OpsItemFilterKeyOperationalDataKey is a OpsItemFilterKey enum value
    OpsItemFilterKeyOperationalDataKey = "OperationalDataKey"

    // OpsItemFilterKeyOperationalDataValue is a OpsItemFilterKey enum value
    OpsItemFilterKeyOperationalDataValue = "OperationalDataValue"

    // OpsItemFilterKeyResourceId is a OpsItemFilterKey enum value
    OpsItemFilterKeyResourceId = "ResourceId"

    // OpsItemFilterKeyAutomationId is a OpsItemFilterKey enum value
    OpsItemFilterKeyAutomationId = "AutomationId"

    // OpsItemFilterKeyCategory is a OpsItemFilterKey enum value
    OpsItemFilterKeyCategory = "Category"

    // OpsItemFilterKeySeverity is a OpsItemFilterKey enum value
    OpsItemFilterKeySeverity = "Severity"

    // OpsItemFilterKeyOpsItemType is a OpsItemFilterKey enum value
    OpsItemFilterKeyOpsItemType = "OpsItemType"

    // OpsItemFilterKeyChangeRequestByRequesterArn is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByRequesterArn = "ChangeRequestByRequesterArn"

    // OpsItemFilterKeyChangeRequestByRequesterName is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByRequesterName = "ChangeRequestByRequesterName"

    // OpsItemFilterKeyChangeRequestByApproverArn is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByApproverArn = "ChangeRequestByApproverArn"

    // OpsItemFilterKeyChangeRequestByApproverName is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByApproverName = "ChangeRequestByApproverName"

    // OpsItemFilterKeyChangeRequestByTemplate is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByTemplate = "ChangeRequestByTemplate"

    // OpsItemFilterKeyChangeRequestByTargetsResourceGroup is a OpsItemFilterKey enum value
    OpsItemFilterKeyChangeRequestByTargetsResourceGroup = "ChangeRequestByTargetsResourceGroup"

    // OpsItemFilterKeyInsightByType is a OpsItemFilterKey enum value
    OpsItemFilterKeyInsightByType = "InsightByType"

    // OpsItemFilterKeyAccountId is a OpsItemFilterKey enum value
    OpsItemFilterKeyAccountId = "AccountId"
)
const (
    // OpsItemFilterOperatorEqual is a OpsItemFilterOperator enum value
    OpsItemFilterOperatorEqual = "Equal"

    // OpsItemFilterOperatorContains is a OpsItemFilterOperator enum value
    OpsItemFilterOperatorContains = "Contains"

    // OpsItemFilterOperatorGreaterThan is a OpsItemFilterOperator enum value
    OpsItemFilterOperatorGreaterThan = "GreaterThan"

    // OpsItemFilterOperatorLessThan is a OpsItemFilterOperator enum value
    OpsItemFilterOperatorLessThan = "LessThan"
)
const (
    // OpsItemRelatedItemsFilterKeyResourceType is a OpsItemRelatedItemsFilterKey enum value
    OpsItemRelatedItemsFilterKeyResourceType = "ResourceType"

    // OpsItemRelatedItemsFilterKeyAssociationId is a OpsItemRelatedItemsFilterKey enum value
    OpsItemRelatedItemsFilterKeyAssociationId = "AssociationId"

    // OpsItemRelatedItemsFilterKeyResourceUri is a OpsItemRelatedItemsFilterKey enum value
    OpsItemRelatedItemsFilterKeyResourceUri = "ResourceUri"
)
const (
    // OpsItemStatusOpen is a OpsItemStatus enum value
    OpsItemStatusOpen = "Open"

    // OpsItemStatusInProgress is a OpsItemStatus enum value
    OpsItemStatusInProgress = "InProgress"

    // OpsItemStatusResolved is a OpsItemStatus enum value
    OpsItemStatusResolved = "Resolved"

    // OpsItemStatusPending is a OpsItemStatus enum value
    OpsItemStatusPending = "Pending"

    // OpsItemStatusTimedOut is a OpsItemStatus enum value
    OpsItemStatusTimedOut = "TimedOut"

    // OpsItemStatusCancelling is a OpsItemStatus enum value
    OpsItemStatusCancelling = "Cancelling"

    // OpsItemStatusCancelled is a OpsItemStatus enum value
    OpsItemStatusCancelled = "Cancelled"

    // OpsItemStatusFailed is a OpsItemStatus enum value
    OpsItemStatusFailed = "Failed"

    // OpsItemStatusCompletedWithSuccess is a OpsItemStatus enum value
    OpsItemStatusCompletedWithSuccess = "CompletedWithSuccess"

    // OpsItemStatusCompletedWithFailure is a OpsItemStatus enum value
    OpsItemStatusCompletedWithFailure = "CompletedWithFailure"

    // OpsItemStatusScheduled is a OpsItemStatus enum value
    OpsItemStatusScheduled = "Scheduled"

    // OpsItemStatusRunbookInProgress is a OpsItemStatus enum value
    OpsItemStatusRunbookInProgress = "RunbookInProgress"

    // OpsItemStatusPendingChangeCalendarOverride is a OpsItemStatus enum value
    OpsItemStatusPendingChangeCalendarOverride = "PendingChangeCalendarOverride"

    // OpsItemStatusChangeCalendarOverrideApproved is a OpsItemStatus enum value
    OpsItemStatusChangeCalendarOverrideApproved = "ChangeCalendarOverrideApproved"

    // OpsItemStatusChangeCalendarOverrideRejected is a OpsItemStatus enum value
    OpsItemStatusChangeCalendarOverrideRejected = "ChangeCalendarOverrideRejected"

    // OpsItemStatusPendingApproval is a OpsItemStatus enum value
    OpsItemStatusPendingApproval = "PendingApproval"

    // OpsItemStatusApproved is a OpsItemStatus enum value
    OpsItemStatusApproved = "Approved"

    // OpsItemStatusRejected is a OpsItemStatus enum value
    OpsItemStatusRejected = "Rejected"

    // OpsItemStatusClosed is a OpsItemStatus enum value
    OpsItemStatusClosed = "Closed"
)
const (
    // ParameterTierStandard is a ParameterTier enum value
    ParameterTierStandard = "Standard"

    // ParameterTierAdvanced is a ParameterTier enum value
    ParameterTierAdvanced = "Advanced"

    // ParameterTierIntelligentTiering is a ParameterTier enum value
    ParameterTierIntelligentTiering = "Intelligent-Tiering"
)
const (
    // ParameterTypeString is a ParameterType enum value
    ParameterTypeString = "String"

    // ParameterTypeStringList is a ParameterType enum value
    ParameterTypeStringList = "StringList"

    // ParameterTypeSecureString is a ParameterType enum value
    ParameterTypeSecureString = "SecureString"
)
const (
    // ParametersFilterKeyName is a ParametersFilterKey enum value
    ParametersFilterKeyName = "Name"

    // ParametersFilterKeyType is a ParametersFilterKey enum value
    ParametersFilterKeyType = "Type"

    // ParametersFilterKeyKeyId is a ParametersFilterKey enum value
    ParametersFilterKeyKeyId = "KeyId"
)
const (
    // PatchActionAllowAsDependency is a PatchAction enum value
    PatchActionAllowAsDependency = "ALLOW_AS_DEPENDENCY"

    // PatchActionBlock is a PatchAction enum value
    PatchActionBlock = "BLOCK"
)
const (
    // PatchComplianceDataStateInstalled is a PatchComplianceDataState enum value
    PatchComplianceDataStateInstalled = "INSTALLED"

    // PatchComplianceDataStateInstalledOther is a PatchComplianceDataState enum value
    PatchComplianceDataStateInstalledOther = "INSTALLED_OTHER"

    // PatchComplianceDataStateInstalledPendingReboot is a PatchComplianceDataState enum value
    PatchComplianceDataStateInstalledPendingReboot = "INSTALLED_PENDING_REBOOT"

    // PatchComplianceDataStateInstalledRejected is a PatchComplianceDataState enum value
    PatchComplianceDataStateInstalledRejected = "INSTALLED_REJECTED"

    // PatchComplianceDataStateMissing is a PatchComplianceDataState enum value
    PatchComplianceDataStateMissing = "MISSING"

    // PatchComplianceDataStateNotApplicable is a PatchComplianceDataState enum value
    PatchComplianceDataStateNotApplicable = "NOT_APPLICABLE"

    // PatchComplianceDataStateFailed is a PatchComplianceDataState enum value
    PatchComplianceDataStateFailed = "FAILED"
)
const (
    // PatchComplianceLevelCritical is a PatchComplianceLevel enum value
    PatchComplianceLevelCritical = "CRITICAL"

    // PatchComplianceLevelHigh is a PatchComplianceLevel enum value
    PatchComplianceLevelHigh = "HIGH"

    // PatchComplianceLevelMedium is a PatchComplianceLevel enum value
    PatchComplianceLevelMedium = "MEDIUM"

    // PatchComplianceLevelLow is a PatchComplianceLevel enum value
    PatchComplianceLevelLow = "LOW"

    // PatchComplianceLevelInformational is a PatchComplianceLevel enum value
    PatchComplianceLevelInformational = "INFORMATIONAL"

    // PatchComplianceLevelUnspecified is a PatchComplianceLevel enum value
    PatchComplianceLevelUnspecified = "UNSPECIFIED"
)
const (
    // PatchDeploymentStatusApproved is a PatchDeploymentStatus enum value
    PatchDeploymentStatusApproved = "APPROVED"

    // PatchDeploymentStatusPendingApproval is a PatchDeploymentStatus enum value
    PatchDeploymentStatusPendingApproval = "PENDING_APPROVAL"

    // PatchDeploymentStatusExplicitApproved is a PatchDeploymentStatus enum value
    PatchDeploymentStatusExplicitApproved = "EXPLICIT_APPROVED"

    // PatchDeploymentStatusExplicitRejected is a PatchDeploymentStatus enum value
    PatchDeploymentStatusExplicitRejected = "EXPLICIT_REJECTED"
)
const (
    // PatchFilterKeyArch is a PatchFilterKey enum value
    PatchFilterKeyArch = "ARCH"

    // PatchFilterKeyAdvisoryId is a PatchFilterKey enum value
    PatchFilterKeyAdvisoryId = "ADVISORY_ID"

    // PatchFilterKeyBugzillaId is a PatchFilterKey enum value
    PatchFilterKeyBugzillaId = "BUGZILLA_ID"

    // PatchFilterKeyPatchSet is a PatchFilterKey enum value
    PatchFilterKeyPatchSet = "PATCH_SET"

    // PatchFilterKeyProduct is a PatchFilterKey enum value
    PatchFilterKeyProduct = "PRODUCT"

    // PatchFilterKeyProductFamily is a PatchFilterKey enum value
    PatchFilterKeyProductFamily = "PRODUCT_FAMILY"

    // PatchFilterKeyClassification is a PatchFilterKey enum value
    PatchFilterKeyClassification = "CLASSIFICATION"

    // PatchFilterKeyCveId is a PatchFilterKey enum value
    PatchFilterKeyCveId = "CVE_ID"

    // PatchFilterKeyEpoch is a PatchFilterKey enum value
    PatchFilterKeyEpoch = "EPOCH"

    // PatchFilterKeyMsrcSeverity is a PatchFilterKey enum value
    PatchFilterKeyMsrcSeverity = "MSRC_SEVERITY"

    // PatchFilterKeyName is a PatchFilterKey enum value
    PatchFilterKeyName = "NAME"

    // PatchFilterKeyPatchId is a PatchFilterKey enum value
    PatchFilterKeyPatchId = "PATCH_ID"

    // PatchFilterKeySection is a PatchFilterKey enum value
    PatchFilterKeySection = "SECTION"

    // PatchFilterKeyPriority is a PatchFilterKey enum value
    PatchFilterKeyPriority = "PRIORITY"

    // PatchFilterKeyRepository is a PatchFilterKey enum value
    PatchFilterKeyRepository = "REPOSITORY"

    // PatchFilterKeyRelease is a PatchFilterKey enum value
    PatchFilterKeyRelease = "RELEASE"

    // PatchFilterKeySeverity is a PatchFilterKey enum value
    PatchFilterKeySeverity = "SEVERITY"

    // PatchFilterKeySecurity is a PatchFilterKey enum value
    PatchFilterKeySecurity = "SECURITY"

    // PatchFilterKeyVersion is a PatchFilterKey enum value
    PatchFilterKeyVersion = "VERSION"
)
const (
    // PatchOperationTypeScan is a PatchOperationType enum value
    PatchOperationTypeScan = "Scan"

    // PatchOperationTypeInstall is a PatchOperationType enum value
    PatchOperationTypeInstall = "Install"
)
const (
    // PatchPropertyProduct is a PatchProperty enum value
    PatchPropertyProduct = "PRODUCT"

    // PatchPropertyProductFamily is a PatchProperty enum value
    PatchPropertyProductFamily = "PRODUCT_FAMILY"

    // PatchPropertyClassification is a PatchProperty enum value
    PatchPropertyClassification = "CLASSIFICATION"

    // PatchPropertyMsrcSeverity is a PatchProperty enum value
    PatchPropertyMsrcSeverity = "MSRC_SEVERITY"

    // PatchPropertyPriority is a PatchProperty enum value
    PatchPropertyPriority = "PRIORITY"

    // PatchPropertySeverity is a PatchProperty enum value
    PatchPropertySeverity = "SEVERITY"
)
const (
    // PatchSetOs is a PatchSet enum value
    PatchSetOs = "OS"

    // PatchSetApplication is a PatchSet enum value
    PatchSetApplication = "APPLICATION"
)
const (
    // PingStatusOnline is a PingStatus enum value
    PingStatusOnline = "Online"

    // PingStatusConnectionLost is a PingStatus enum value
    PingStatusConnectionLost = "ConnectionLost"

    // PingStatusInactive is a PingStatus enum value
    PingStatusInactive = "Inactive"
)
const (
    // PlatformTypeWindows is a PlatformType enum value
    PlatformTypeWindows = "Windows"

    // PlatformTypeLinux is a PlatformType enum value
    PlatformTypeLinux = "Linux"

    // PlatformTypeMacOs is a PlatformType enum value
    PlatformTypeMacOs = "MacOS"
)
const (
    // RebootOptionRebootIfNeeded is a RebootOption enum value
    RebootOptionRebootIfNeeded = "RebootIfNeeded"

    // RebootOptionNoReboot is a RebootOption enum value
    RebootOptionNoReboot = "NoReboot"
)
const (
    // ResourceTypeManagedInstance is a ResourceType enum value
    ResourceTypeManagedInstance = "ManagedInstance"

    // ResourceTypeEc2instance is a ResourceType enum value
    ResourceTypeEc2instance = "EC2Instance"
)
const (
    // ResourceTypeForTaggingDocument is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingDocument = "Document"

    // ResourceTypeForTaggingManagedInstance is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingManagedInstance = "ManagedInstance"

    // ResourceTypeForTaggingMaintenanceWindow is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingMaintenanceWindow = "MaintenanceWindow"

    // ResourceTypeForTaggingParameter is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingParameter = "Parameter"

    // ResourceTypeForTaggingPatchBaseline is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingPatchBaseline = "PatchBaseline"

    // ResourceTypeForTaggingOpsItem is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingOpsItem = "OpsItem"

    // ResourceTypeForTaggingOpsMetadata is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingOpsMetadata = "OpsMetadata"

    // ResourceTypeForTaggingAutomation is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingAutomation = "Automation"

    // ResourceTypeForTaggingAssociation is a ResourceTypeForTagging enum value
    ResourceTypeForTaggingAssociation = "Association"
)
const (
    // ReviewStatusApproved is a ReviewStatus enum value
    ReviewStatusApproved = "APPROVED"

    // ReviewStatusNotReviewed is a ReviewStatus enum value
    ReviewStatusNotReviewed = "NOT_REVIEWED"

    // ReviewStatusPending is a ReviewStatus enum value
    ReviewStatusPending = "PENDING"

    // ReviewStatusRejected is a ReviewStatus enum value
    ReviewStatusRejected = "REJECTED"
)
const (
    // SessionFilterKeyInvokedAfter is a SessionFilterKey enum value
    SessionFilterKeyInvokedAfter = "InvokedAfter"

    // SessionFilterKeyInvokedBefore is a SessionFilterKey enum value
    SessionFilterKeyInvokedBefore = "InvokedBefore"

    // SessionFilterKeyTarget is a SessionFilterKey enum value
    SessionFilterKeyTarget = "Target"

    // SessionFilterKeyOwner is a SessionFilterKey enum value
    SessionFilterKeyOwner = "Owner"

    // SessionFilterKeyStatus is a SessionFilterKey enum value
    SessionFilterKeyStatus = "Status"

    // SessionFilterKeySessionId is a SessionFilterKey enum value
    SessionFilterKeySessionId = "SessionId"
)
const (
    // SessionStateActive is a SessionState enum value
    SessionStateActive = "Active"

    // SessionStateHistory is a SessionState enum value
    SessionStateHistory = "History"
)
const (
    // SessionStatusConnected is a SessionStatus enum value
    SessionStatusConnected = "Connected"

    // SessionStatusConnecting is a SessionStatus enum value
    SessionStatusConnecting = "Connecting"

    // SessionStatusDisconnected is a SessionStatus enum value
    SessionStatusDisconnected = "Disconnected"

    // SessionStatusTerminated is a SessionStatus enum value
    SessionStatusTerminated = "Terminated"

    // SessionStatusTerminating is a SessionStatus enum value
    SessionStatusTerminating = "Terminating"

    // SessionStatusFailed is a SessionStatus enum value
    SessionStatusFailed = "Failed"
)
const (
    // SignalTypeApprove is a SignalType enum value
    SignalTypeApprove = "Approve"

    // SignalTypeReject is a SignalType enum value
    SignalTypeReject = "Reject"

    // SignalTypeStartStep is a SignalType enum value
    SignalTypeStartStep = "StartStep"

    // SignalTypeStopStep is a SignalType enum value
    SignalTypeStopStep = "StopStep"

    // SignalTypeResume is a SignalType enum value
    SignalTypeResume = "Resume"
)
const (
    // SourceTypeAwsEc2Instance is a SourceType enum value
    SourceTypeAwsEc2Instance = "AWS::EC2::Instance"

    // SourceTypeAwsIoTThing is a SourceType enum value
    SourceTypeAwsIoTThing = "AWS::IoT::Thing"

    // SourceTypeAwsSsmManagedInstance is a SourceType enum value
    SourceTypeAwsSsmManagedInstance = "AWS::SSM::ManagedInstance"
)
const (
    // StepExecutionFilterKeyStartTimeBefore is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyStartTimeBefore = "StartTimeBefore"

    // StepExecutionFilterKeyStartTimeAfter is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyStartTimeAfter = "StartTimeAfter"

    // StepExecutionFilterKeyStepExecutionStatus is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyStepExecutionStatus = "StepExecutionStatus"

    // StepExecutionFilterKeyStepExecutionId is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyStepExecutionId = "StepExecutionId"

    // StepExecutionFilterKeyStepName is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyStepName = "StepName"

    // StepExecutionFilterKeyAction is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyAction = "Action"

    // StepExecutionFilterKeyParentStepExecutionId is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyParentStepExecutionId = "ParentStepExecutionId"

    // StepExecutionFilterKeyParentStepIteration is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyParentStepIteration = "ParentStepIteration"

    // StepExecutionFilterKeyParentStepIteratorValue is a StepExecutionFilterKey enum value
    StepExecutionFilterKeyParentStepIteratorValue = "ParentStepIteratorValue"
)
const (
    // StopTypeComplete is a StopType enum value
    StopTypeComplete = "Complete"

    // StopTypeCancel is a StopType enum value
    StopTypeCancel = "Cancel"
)
const (

    // ErrCodeAlreadyExistsException for service response error code
    // "AlreadyExistsException".
    //
    // Error returned if an attempt is made to register a patch group with a patch
    // baseline that is already registered with a different patch baseline.
    ErrCodeAlreadyExistsException = "AlreadyExistsException"

    // ErrCodeAssociatedInstances for service response error code
    // "AssociatedInstances".
    //
    // You must disassociate a document from all managed nodes before you can delete
    // it.
    ErrCodeAssociatedInstances = "AssociatedInstances"

    // ErrCodeAssociationAlreadyExists for service response error code
    // "AssociationAlreadyExists".
    //
    // The specified association already exists.
    ErrCodeAssociationAlreadyExists = "AssociationAlreadyExists"

    // ErrCodeAssociationDoesNotExist for service response error code
    // "AssociationDoesNotExist".
    //
    // The specified association doesn't exist.
    ErrCodeAssociationDoesNotExist = "AssociationDoesNotExist"

    // ErrCodeAssociationExecutionDoesNotExist for service response error code
    // "AssociationExecutionDoesNotExist".
    //
    // The specified execution ID doesn't exist. Verify the ID number and try again.
    ErrCodeAssociationExecutionDoesNotExist = "AssociationExecutionDoesNotExist"

    // ErrCodeAssociationLimitExceeded for service response error code
    // "AssociationLimitExceeded".
    //
    // You can have at most 2,000 active associations.
    ErrCodeAssociationLimitExceeded = "AssociationLimitExceeded"

    // ErrCodeAssociationVersionLimitExceeded for service response error code
    // "AssociationVersionLimitExceeded".
    //
    // You have reached the maximum number versions allowed for an association.
    // Each association has a limit of 1,000 versions.
    ErrCodeAssociationVersionLimitExceeded = "AssociationVersionLimitExceeded"

    // ErrCodeAutomationDefinitionNotApprovedException for service response error code
    // "AutomationDefinitionNotApprovedException".
    //
    // Indicates that the Change Manager change template used in the change request
    // was rejected or is still in a pending state.
    ErrCodeAutomationDefinitionNotApprovedException = "AutomationDefinitionNotApprovedException"

    // ErrCodeAutomationDefinitionNotFoundException for service response error code
    // "AutomationDefinitionNotFoundException".
    //
    // An Automation runbook with the specified name couldn't be found.
    ErrCodeAutomationDefinitionNotFoundException = "AutomationDefinitionNotFoundException"

    // ErrCodeAutomationDefinitionVersionNotFoundException for service response error code
    // "AutomationDefinitionVersionNotFoundException".
    //
    // An Automation runbook with the specified name and version couldn't be found.
    ErrCodeAutomationDefinitionVersionNotFoundException = "AutomationDefinitionVersionNotFoundException"

    // ErrCodeAutomationExecutionLimitExceededException for service response error code
    // "AutomationExecutionLimitExceededException".
    //
    // The number of simultaneously running Automation executions exceeded the allowable
    // limit.
    ErrCodeAutomationExecutionLimitExceededException = "AutomationExecutionLimitExceededException"

    // ErrCodeAutomationExecutionNotFoundException for service response error code
    // "AutomationExecutionNotFoundException".
    //
    // There is no automation execution information for the requested automation
    // execution ID.
    ErrCodeAutomationExecutionNotFoundException = "AutomationExecutionNotFoundException"

    // ErrCodeAutomationStepNotFoundException for service response error code
    // "AutomationStepNotFoundException".
    //
    // The specified step name and execution ID don't exist. Verify the information
    // and try again.
    ErrCodeAutomationStepNotFoundException = "AutomationStepNotFoundException"

    // ErrCodeComplianceTypeCountLimitExceededException for service response error code
    // "ComplianceTypeCountLimitExceededException".
    //
    // You specified too many custom compliance types. You can specify a maximum
    // of 10 different types.
    ErrCodeComplianceTypeCountLimitExceededException = "ComplianceTypeCountLimitExceededException"

    // ErrCodeCustomSchemaCountLimitExceededException for service response error code
    // "CustomSchemaCountLimitExceededException".
    //
    // You have exceeded the limit for custom schemas. Delete one or more custom
    // schemas and try again.
    ErrCodeCustomSchemaCountLimitExceededException = "CustomSchemaCountLimitExceededException"

    // ErrCodeDocumentAlreadyExists for service response error code
    // "DocumentAlreadyExists".
    //
    // The specified document already exists.
    ErrCodeDocumentAlreadyExists = "DocumentAlreadyExists"

    // ErrCodeDocumentLimitExceeded for service response error code
    // "DocumentLimitExceeded".
    //
    // You can have at most 500 active SSM documents.
    ErrCodeDocumentLimitExceeded = "DocumentLimitExceeded"

    // ErrCodeDocumentPermissionLimit for service response error code
    // "DocumentPermissionLimit".
    //
    // The document can't be shared with more Amazon Web Services accounts. You
    // can specify a maximum of 20 accounts per API operation to share a private
    // document.
    //
    // By default, you can share a private document with a maximum of 1,000 accounts
    // and publicly share up to five documents.
    //
    // If you need to increase the quota for privately or publicly shared Systems
    // Manager documents, contact Amazon Web Services Support.
    ErrCodeDocumentPermissionLimit = "DocumentPermissionLimit"

    // ErrCodeDocumentVersionLimitExceeded for service response error code
    // "DocumentVersionLimitExceeded".
    //
    // The document has too many versions. Delete one or more document versions
    // and try again.
    ErrCodeDocumentVersionLimitExceeded = "DocumentVersionLimitExceeded"

    // ErrCodeDoesNotExistException for service response error code
    // "DoesNotExistException".
    //
    // Error returned when the ID specified for a resource, such as a maintenance
    // window or patch baseline, doesn't exist.
    //
    // For information about resource quotas in Amazon Web Services Systems Manager,
    // see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm)
    // in the Amazon Web Services General Reference.
    ErrCodeDoesNotExistException = "DoesNotExistException"

    // ErrCodeDuplicateDocumentContent for service response error code
    // "DuplicateDocumentContent".
    //
    // The content of the association document matches another document. Change
    // the content of the document and try again.
    ErrCodeDuplicateDocumentContent = "DuplicateDocumentContent"

    // ErrCodeDuplicateDocumentVersionName for service response error code
    // "DuplicateDocumentVersionName".
    //
    // The version name has already been used in this document. Specify a different
    // version name, and then try again.
    ErrCodeDuplicateDocumentVersionName = "DuplicateDocumentVersionName"

    // ErrCodeDuplicateInstanceId for service response error code
    // "DuplicateInstanceId".
    //
    // You can't specify a managed node ID in more than one association.
    ErrCodeDuplicateInstanceId = "DuplicateInstanceId"

    // ErrCodeFeatureNotAvailableException for service response error code
    // "FeatureNotAvailableException".
    //
    // You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where
    // the corresponding service isn't available.
    ErrCodeFeatureNotAvailableException = "FeatureNotAvailableException"

    // ErrCodeHierarchyLevelLimitExceededException for service response error code
    // "HierarchyLevelLimitExceededException".
    //
    // A hierarchy can have a maximum of 15 levels. For more information, see Requirements
    // and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ErrCodeHierarchyLevelLimitExceededException = "HierarchyLevelLimitExceededException"

    // ErrCodeHierarchyTypeMismatchException for service response error code
    // "HierarchyTypeMismatchException".
    //
    // Parameter Store doesn't support changing a parameter type in a hierarchy.
    // For example, you can't change a parameter from a String type to a SecureString
    // type. You must create a new, unique parameter.
    ErrCodeHierarchyTypeMismatchException = "HierarchyTypeMismatchException"

    // ErrCodeIdempotentParameterMismatch for service response error code
    // "IdempotentParameterMismatch".
    //
    // Error returned when an idempotent operation is retried and the parameters
    // don't match the original call to the API with the same idempotency token.
    ErrCodeIdempotentParameterMismatch = "IdempotentParameterMismatch"

    // ErrCodeIncompatiblePolicyException for service response error code
    // "IncompatiblePolicyException".
    //
    // There is a conflict in the policies specified for this parameter. You can't,
    // for example, specify two Expiration policies for a parameter. Review your
    // policies, and try again.
    ErrCodeIncompatiblePolicyException = "IncompatiblePolicyException"

    // ErrCodeInternalServerError for service response error code
    // "InternalServerError".
    //
    // An error occurred on the server side.
    ErrCodeInternalServerError = "InternalServerError"

    // ErrCodeInvalidActivation for service response error code
    // "InvalidActivation".
    //
    // The activation isn't valid. The activation might have been deleted, or the
    // ActivationId and the ActivationCode don't match.
    ErrCodeInvalidActivation = "InvalidActivation"

    // ErrCodeInvalidActivationId for service response error code
    // "InvalidActivationId".
    //
    // The activation ID isn't valid. Verify the you entered the correct ActivationId
    // or ActivationCode and try again.
    ErrCodeInvalidActivationId = "InvalidActivationId"

    // ErrCodeInvalidAggregatorException for service response error code
    // "InvalidAggregatorException".
    //
    // The specified aggregator isn't valid for inventory groups. Verify that the
    // aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.
    ErrCodeInvalidAggregatorException = "InvalidAggregatorException"

    // ErrCodeInvalidAllowedPatternException for service response error code
    // "InvalidAllowedPatternException".
    //
    // The request doesn't meet the regular expression requirement.
    ErrCodeInvalidAllowedPatternException = "InvalidAllowedPatternException"

    // ErrCodeInvalidAssociation for service response error code
    // "InvalidAssociation".
    //
    // The association isn't valid or doesn't exist.
    ErrCodeInvalidAssociation = "InvalidAssociation"

    // ErrCodeInvalidAssociationVersion for service response error code
    // "InvalidAssociationVersion".
    //
    // The version you specified isn't valid. Use ListAssociationVersions to view
    // all versions of an association according to the association ID. Or, use the
    // $LATEST parameter to view the latest version of the association.
    ErrCodeInvalidAssociationVersion = "InvalidAssociationVersion"

    // ErrCodeInvalidAutomationExecutionParametersException for service response error code
    // "InvalidAutomationExecutionParametersException".
    //
    // The supplied parameters for invoking the specified Automation runbook are
    // incorrect. For example, they may not match the set of parameters permitted
    // for the specified Automation document.
    ErrCodeInvalidAutomationExecutionParametersException = "InvalidAutomationExecutionParametersException"

    // ErrCodeInvalidAutomationSignalException for service response error code
    // "InvalidAutomationSignalException".
    //
    // The signal isn't valid for the current Automation execution.
    ErrCodeInvalidAutomationSignalException = "InvalidAutomationSignalException"

    // ErrCodeInvalidAutomationStatusUpdateException for service response error code
    // "InvalidAutomationStatusUpdateException".
    //
    // The specified update status operation isn't valid.
    ErrCodeInvalidAutomationStatusUpdateException = "InvalidAutomationStatusUpdateException"

    // ErrCodeInvalidCommandId for service response error code
    // "InvalidCommandId".
    //
    // The specified command ID isn't valid. Verify the ID and try again.
    ErrCodeInvalidCommandId = "InvalidCommandId"

    // ErrCodeInvalidDeleteInventoryParametersException for service response error code
    // "InvalidDeleteInventoryParametersException".
    //
    // One or more of the parameters specified for the delete operation isn't valid.
    // Verify all parameters and try again.
    ErrCodeInvalidDeleteInventoryParametersException = "InvalidDeleteInventoryParametersException"

    // ErrCodeInvalidDeletionIdException for service response error code
    // "InvalidDeletionIdException".
    //
    // The ID specified for the delete operation doesn't exist or isn't valid. Verify
    // the ID and try again.
    ErrCodeInvalidDeletionIdException = "InvalidDeletionIdException"

    // ErrCodeInvalidDocument for service response error code
    // "InvalidDocument".
    //
    // The specified SSM document doesn't exist.
    ErrCodeInvalidDocument = "InvalidDocument"

    // ErrCodeInvalidDocumentContent for service response error code
    // "InvalidDocumentContent".
    //
    // The content for the document isn't valid.
    ErrCodeInvalidDocumentContent = "InvalidDocumentContent"

    // ErrCodeInvalidDocumentOperation for service response error code
    // "InvalidDocumentOperation".
    //
    // You attempted to delete a document while it is still shared. You must stop
    // sharing the document before you can delete it.
    ErrCodeInvalidDocumentOperation = "InvalidDocumentOperation"

    // ErrCodeInvalidDocumentSchemaVersion for service response error code
    // "InvalidDocumentSchemaVersion".
    //
    // The version of the document schema isn't supported.
    ErrCodeInvalidDocumentSchemaVersion = "InvalidDocumentSchemaVersion"

    // ErrCodeInvalidDocumentType for service response error code
    // "InvalidDocumentType".
    //
    // The SSM document type isn't valid. Valid document types are described in
    // the DocumentType property.
    ErrCodeInvalidDocumentType = "InvalidDocumentType"

    // ErrCodeInvalidDocumentVersion for service response error code
    // "InvalidDocumentVersion".
    //
    // The document version isn't valid or doesn't exist.
    ErrCodeInvalidDocumentVersion = "InvalidDocumentVersion"

    // ErrCodeInvalidFilter for service response error code
    // "InvalidFilter".
    //
    // The filter name isn't valid. Verify the you entered the correct name and
    // try again.
    ErrCodeInvalidFilter = "InvalidFilter"

    // ErrCodeInvalidFilterKey for service response error code
    // "InvalidFilterKey".
    //
    // The specified key isn't valid.
    ErrCodeInvalidFilterKey = "InvalidFilterKey"

    // ErrCodeInvalidFilterOption for service response error code
    // "InvalidFilterOption".
    //
    // The specified filter option isn't valid. Valid options are Equals and BeginsWith.
    // For Path filter, valid options are Recursive and OneLevel.
    ErrCodeInvalidFilterOption = "InvalidFilterOption"

    // ErrCodeInvalidFilterValue for service response error code
    // "InvalidFilterValue".
    //
    // The filter value isn't valid. Verify the value and try again.
    ErrCodeInvalidFilterValue = "InvalidFilterValue"

    // ErrCodeInvalidInstanceId for service response error code
    // "InvalidInstanceId".
    //
    // The following problems can cause this exception:
    //
    //    * You don't have permission to access the managed node.
    //
    //    * Amazon Web Services Systems Manager Agent (SSM Agent) isn't running.
    //    Verify that SSM Agent is running.
    //
    //    * SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM
    //    Agent.
    //
    //    * The managed node isn't in a valid state. Valid states are: Running,
    //    Pending, Stopped, and Stopping. Invalid states are: Shutting-down and
    //    Terminated.
    ErrCodeInvalidInstanceId = "InvalidInstanceId"

    // ErrCodeInvalidInstanceInformationFilterValue for service response error code
    // "InvalidInstanceInformationFilterValue".
    //
    // The specified filter value isn't valid.
    ErrCodeInvalidInstanceInformationFilterValue = "InvalidInstanceInformationFilterValue"

    // ErrCodeInvalidInstancePropertyFilterValue for service response error code
    // "InvalidInstancePropertyFilterValue".
    //
    // The specified filter value isn't valid.
    ErrCodeInvalidInstancePropertyFilterValue = "InvalidInstancePropertyFilterValue"

    // ErrCodeInvalidInventoryGroupException for service response error code
    // "InvalidInventoryGroupException".
    //
    // The specified inventory group isn't valid.
    ErrCodeInvalidInventoryGroupException = "InvalidInventoryGroupException"

    // ErrCodeInvalidInventoryItemContextException for service response error code
    // "InvalidInventoryItemContextException".
    //
    // You specified invalid keys or values in the Context attribute for InventoryItem.
    // Verify the keys and values, and try again.
    ErrCodeInvalidInventoryItemContextException = "InvalidInventoryItemContextException"

    // ErrCodeInvalidInventoryRequestException for service response error code
    // "InvalidInventoryRequestException".
    //
    // The request isn't valid.
    ErrCodeInvalidInventoryRequestException = "InvalidInventoryRequestException"

    // ErrCodeInvalidItemContentException for service response error code
    // "InvalidItemContentException".
    //
    // One or more content items isn't valid.
    ErrCodeInvalidItemContentException = "InvalidItemContentException"

    // ErrCodeInvalidKeyId for service response error code
    // "InvalidKeyId".
    //
    // The query key ID isn't valid.
    ErrCodeInvalidKeyId = "InvalidKeyId"

    // ErrCodeInvalidNextToken for service response error code
    // "InvalidNextToken".
    //
    // The specified token isn't valid.
    ErrCodeInvalidNextToken = "InvalidNextToken"

    // ErrCodeInvalidNotificationConfig for service response error code
    // "InvalidNotificationConfig".
    //
    // One or more configuration items isn't valid. Verify that a valid Amazon Resource
    // Name (ARN) was provided for an Amazon Simple Notification Service topic.
    ErrCodeInvalidNotificationConfig = "InvalidNotificationConfig"

    // ErrCodeInvalidOptionException for service response error code
    // "InvalidOptionException".
    //
    // The delete inventory option specified isn't valid. Verify the option and
    // try again.
    ErrCodeInvalidOptionException = "InvalidOptionException"

    // ErrCodeInvalidOutputFolder for service response error code
    // "InvalidOutputFolder".
    //
    // The S3 bucket doesn't exist.
    ErrCodeInvalidOutputFolder = "InvalidOutputFolder"

    // ErrCodeInvalidOutputLocation for service response error code
    // "InvalidOutputLocation".
    //
    // The output location isn't valid or doesn't exist.
    ErrCodeInvalidOutputLocation = "InvalidOutputLocation"

    // ErrCodeInvalidParameters for service response error code
    // "InvalidParameters".
    //
    // You must specify values for all required parameters in the Amazon Web Services
    // Systems Manager document (SSM document). You can only supply values to parameters
    // defined in the SSM document.
    ErrCodeInvalidParameters = "InvalidParameters"

    // ErrCodeInvalidPermissionType for service response error code
    // "InvalidPermissionType".
    //
    // The permission type isn't supported. Share is the only supported permission
    // type.
    ErrCodeInvalidPermissionType = "InvalidPermissionType"

    // ErrCodeInvalidPluginName for service response error code
    // "InvalidPluginName".
    //
    // The plugin name isn't valid.
    ErrCodeInvalidPluginName = "InvalidPluginName"

    // ErrCodeInvalidPolicyAttributeException for service response error code
    // "InvalidPolicyAttributeException".
    //
    // A policy attribute or its value is invalid.
    ErrCodeInvalidPolicyAttributeException = "InvalidPolicyAttributeException"

    // ErrCodeInvalidPolicyTypeException for service response error code
    // "InvalidPolicyTypeException".
    //
    // The policy type isn't supported. Parameter Store supports the following policy
    // types: Expiration, ExpirationNotification, and NoChangeNotification.
    ErrCodeInvalidPolicyTypeException = "InvalidPolicyTypeException"

    // ErrCodeInvalidResourceId for service response error code
    // "InvalidResourceId".
    //
    // The resource ID isn't valid. Verify that you entered the correct ID and try
    // again.
    ErrCodeInvalidResourceId = "InvalidResourceId"

    // ErrCodeInvalidResourceType for service response error code
    // "InvalidResourceType".
    //
    // The resource type isn't valid. For example, if you are attempting to tag
    // an EC2 instance, the instance must be a registered managed node.
    ErrCodeInvalidResourceType = "InvalidResourceType"

    // ErrCodeInvalidResultAttributeException for service response error code
    // "InvalidResultAttributeException".
    //
    // The specified inventory item result attribute isn't valid.
    ErrCodeInvalidResultAttributeException = "InvalidResultAttributeException"

    // ErrCodeInvalidRole for service response error code
    // "InvalidRole".
    //
    // The role name can't contain invalid characters. Also verify that you specified
    // an IAM role for notifications that includes the required trust policy. For
    // information about configuring the IAM role for Run Command notifications,
    // see Monitoring Systems Manager status changes using Amazon SNS notifications
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ErrCodeInvalidRole = "InvalidRole"

    // ErrCodeInvalidSchedule for service response error code
    // "InvalidSchedule".
    //
    // The schedule is invalid. Verify your cron or rate expression and try again.
    ErrCodeInvalidSchedule = "InvalidSchedule"

    // ErrCodeInvalidTag for service response error code
    // "InvalidTag".
    //
    // The specified tag key or value isn't valid.
    ErrCodeInvalidTag = "InvalidTag"

    // ErrCodeInvalidTarget for service response error code
    // "InvalidTarget".
    //
    // The target isn't valid or doesn't exist. It might not be configured for Systems
    // Manager or you might not have permission to perform the operation.
    ErrCodeInvalidTarget = "InvalidTarget"

    // ErrCodeInvalidTargetMaps for service response error code
    // "InvalidTargetMaps".
    //
    // TargetMap parameter isn't valid.
    ErrCodeInvalidTargetMaps = "InvalidTargetMaps"

    // ErrCodeInvalidTypeNameException for service response error code
    // "InvalidTypeNameException".
    //
    // The parameter type name isn't valid.
    ErrCodeInvalidTypeNameException = "InvalidTypeNameException"

    // ErrCodeInvalidUpdate for service response error code
    // "InvalidUpdate".
    //
    // The update isn't valid.
    ErrCodeInvalidUpdate = "InvalidUpdate"

    // ErrCodeInvocationDoesNotExist for service response error code
    // "InvocationDoesNotExist".
    //
    // The command ID and managed node ID you specified didn't match any invocations.
    // Verify the command ID and the managed node ID and try again.
    ErrCodeInvocationDoesNotExist = "InvocationDoesNotExist"

    // ErrCodeItemContentMismatchException for service response error code
    // "ItemContentMismatchException".
    //
    // The inventory item has invalid content.
    ErrCodeItemContentMismatchException = "ItemContentMismatchException"

    // ErrCodeItemSizeLimitExceededException for service response error code
    // "ItemSizeLimitExceededException".
    //
    // The inventory item size has exceeded the size limit.
    ErrCodeItemSizeLimitExceededException = "ItemSizeLimitExceededException"

    // ErrCodeMalformedResourcePolicyDocumentException for service response error code
    // "MalformedResourcePolicyDocumentException".
    //
    // The specified policy document is malformed or invalid, or excessive PutResourcePolicy
    // or DeleteResourcePolicy calls have been made.
    ErrCodeMalformedResourcePolicyDocumentException = "MalformedResourcePolicyDocumentException"

    // ErrCodeMaxDocumentSizeExceeded for service response error code
    // "MaxDocumentSizeExceeded".
    //
    // The size limit of a document is 64 KB.
    ErrCodeMaxDocumentSizeExceeded = "MaxDocumentSizeExceeded"

    // ErrCodeOpsItemAccessDeniedException for service response error code
    // "OpsItemAccessDeniedException".
    //
    // You don't have permission to view OpsItems in the specified account. Verify
    // that your account is configured either as a Systems Manager delegated administrator
    // or that you are logged into the Organizations management account.
    ErrCodeOpsItemAccessDeniedException = "OpsItemAccessDeniedException"

    // ErrCodeOpsItemAlreadyExistsException for service response error code
    // "OpsItemAlreadyExistsException".
    //
    // The OpsItem already exists.
    ErrCodeOpsItemAlreadyExistsException = "OpsItemAlreadyExistsException"

    // ErrCodeOpsItemConflictException for service response error code
    // "OpsItemConflictException".
    //
    // The specified OpsItem is in the process of being deleted.
    ErrCodeOpsItemConflictException = "OpsItemConflictException"

    // ErrCodeOpsItemInvalidParameterException for service response error code
    // "OpsItemInvalidParameterException".
    //
    // A specified parameter argument isn't valid. Verify the available arguments
    // and try again.
    ErrCodeOpsItemInvalidParameterException = "OpsItemInvalidParameterException"

    // ErrCodeOpsItemLimitExceededException for service response error code
    // "OpsItemLimitExceededException".
    //
    // The request caused OpsItems to exceed one or more quotas.
    ErrCodeOpsItemLimitExceededException = "OpsItemLimitExceededException"

    // ErrCodeOpsItemNotFoundException for service response error code
    // "OpsItemNotFoundException".
    //
    // The specified OpsItem ID doesn't exist. Verify the ID and try again.
    ErrCodeOpsItemNotFoundException = "OpsItemNotFoundException"

    // ErrCodeOpsItemRelatedItemAlreadyExistsException for service response error code
    // "OpsItemRelatedItemAlreadyExistsException".
    //
    // The Amazon Resource Name (ARN) is already associated with the OpsItem.
    ErrCodeOpsItemRelatedItemAlreadyExistsException = "OpsItemRelatedItemAlreadyExistsException"

    // ErrCodeOpsItemRelatedItemAssociationNotFoundException for service response error code
    // "OpsItemRelatedItemAssociationNotFoundException".
    //
    // The association wasn't found using the parameters you specified in the call.
    // Verify the information and try again.
    ErrCodeOpsItemRelatedItemAssociationNotFoundException = "OpsItemRelatedItemAssociationNotFoundException"

    // ErrCodeOpsMetadataAlreadyExistsException for service response error code
    // "OpsMetadataAlreadyExistsException".
    //
    // An OpsMetadata object already exists for the selected resource.
    ErrCodeOpsMetadataAlreadyExistsException = "OpsMetadataAlreadyExistsException"

    // ErrCodeOpsMetadataInvalidArgumentException for service response error code
    // "OpsMetadataInvalidArgumentException".
    //
    // One of the arguments passed is invalid.
    ErrCodeOpsMetadataInvalidArgumentException = "OpsMetadataInvalidArgumentException"

    // ErrCodeOpsMetadataKeyLimitExceededException for service response error code
    // "OpsMetadataKeyLimitExceededException".
    //
    // The OpsMetadata object exceeds the maximum number of OpsMetadata keys that
    // you can assign to an application in Application Manager.
    ErrCodeOpsMetadataKeyLimitExceededException = "OpsMetadataKeyLimitExceededException"

    // ErrCodeOpsMetadataLimitExceededException for service response error code
    // "OpsMetadataLimitExceededException".
    //
    // Your account reached the maximum number of OpsMetadata objects allowed by
    // Application Manager. The maximum is 200 OpsMetadata objects. Delete one or
    // more OpsMetadata object and try again.
    ErrCodeOpsMetadataLimitExceededException = "OpsMetadataLimitExceededException"

    // ErrCodeOpsMetadataNotFoundException for service response error code
    // "OpsMetadataNotFoundException".
    //
    // The OpsMetadata object doesn't exist.
    ErrCodeOpsMetadataNotFoundException = "OpsMetadataNotFoundException"

    // ErrCodeOpsMetadataTooManyUpdatesException for service response error code
    // "OpsMetadataTooManyUpdatesException".
    //
    // The system is processing too many concurrent updates. Wait a few moments
    // and try again.
    ErrCodeOpsMetadataTooManyUpdatesException = "OpsMetadataTooManyUpdatesException"

    // ErrCodeParameterAlreadyExists for service response error code
    // "ParameterAlreadyExists".
    //
    // The parameter already exists. You can't create duplicate parameters.
    ErrCodeParameterAlreadyExists = "ParameterAlreadyExists"

    // ErrCodeParameterLimitExceeded for service response error code
    // "ParameterLimitExceeded".
    //
    // You have exceeded the number of parameters for this Amazon Web Services account.
    // Delete one or more parameters and try again.
    ErrCodeParameterLimitExceeded = "ParameterLimitExceeded"

    // ErrCodeParameterMaxVersionLimitExceeded for service response error code
    // "ParameterMaxVersionLimitExceeded".
    //
    // Parameter Store retains the 100 most recently created versions of a parameter.
    // After this number of versions has been created, Parameter Store deletes the
    // oldest version when a new one is created. However, if the oldest version
    // has a label attached to it, Parameter Store won't delete the version and
    // instead presents this error message:
    //
    // An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter
    // operation: You attempted to create a new version of parameter-name by calling
    // the PutParameter API with the overwrite flag. Version version-number, the
    // oldest version, can't be deleted because it has a label associated with it.
    // Move the label to another version of the parameter, and try again.
    //
    // This safeguard is to prevent parameter versions with mission critical labels
    // assigned to them from being deleted. To continue creating new parameters,
    // first move the label from the oldest version of the parameter to a newer
    // one for use in your operations. For information about moving parameter labels,
    // see Move a parameter label (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move)
    // or Move a parameter label (CLI) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move)
    // in the Amazon Web Services Systems Manager User Guide.
    ErrCodeParameterMaxVersionLimitExceeded = "ParameterMaxVersionLimitExceeded"

    // ErrCodeParameterNotFound for service response error code
    // "ParameterNotFound".
    //
    // The parameter couldn't be found. Verify the name and try again.
    ErrCodeParameterNotFound = "ParameterNotFound"

    // ErrCodeParameterPatternMismatchException for service response error code
    // "ParameterPatternMismatchException".
    //
    // The parameter name isn't valid.
    ErrCodeParameterPatternMismatchException = "ParameterPatternMismatchException"

    // ErrCodeParameterVersionLabelLimitExceeded for service response error code
    // "ParameterVersionLabelLimitExceeded".
    //
    // A parameter version can have a maximum of ten labels.
    ErrCodeParameterVersionLabelLimitExceeded = "ParameterVersionLabelLimitExceeded"

    // ErrCodeParameterVersionNotFound for service response error code
    // "ParameterVersionNotFound".
    //
    // The specified parameter version wasn't found. Verify the parameter name and
    // version, and try again.
    ErrCodeParameterVersionNotFound = "ParameterVersionNotFound"

    // ErrCodePoliciesLimitExceededException for service response error code
    // "PoliciesLimitExceededException".
    //
    // You specified more than the maximum number of allowed policies for the parameter.
    // The maximum is 10.
    ErrCodePoliciesLimitExceededException = "PoliciesLimitExceededException"

    // ErrCodeResourceDataSyncAlreadyExistsException for service response error code
    // "ResourceDataSyncAlreadyExistsException".
    //
    // A sync configuration with the same name already exists.
    ErrCodeResourceDataSyncAlreadyExistsException = "ResourceDataSyncAlreadyExistsException"

    // ErrCodeResourceDataSyncConflictException for service response error code
    // "ResourceDataSyncConflictException".
    //
    // Another UpdateResourceDataSync request is being processed. Wait a few minutes
    // and try again.
    ErrCodeResourceDataSyncConflictException = "ResourceDataSyncConflictException"

    // ErrCodeResourceDataSyncCountExceededException for service response error code
    // "ResourceDataSyncCountExceededException".
    //
    // You have exceeded the allowed maximum sync configurations.
    ErrCodeResourceDataSyncCountExceededException = "ResourceDataSyncCountExceededException"

    // ErrCodeResourceDataSyncInvalidConfigurationException for service response error code
    // "ResourceDataSyncInvalidConfigurationException".
    //
    // The specified sync configuration is invalid.
    ErrCodeResourceDataSyncInvalidConfigurationException = "ResourceDataSyncInvalidConfigurationException"

    // ErrCodeResourceDataSyncNotFoundException for service response error code
    // "ResourceDataSyncNotFoundException".
    //
    // The specified sync name wasn't found.
    ErrCodeResourceDataSyncNotFoundException = "ResourceDataSyncNotFoundException"

    // ErrCodeResourceInUseException for service response error code
    // "ResourceInUseException".
    //
    // Error returned if an attempt is made to delete a patch baseline that is registered
    // for a patch group.
    ErrCodeResourceInUseException = "ResourceInUseException"

    // ErrCodeResourceLimitExceededException for service response error code
    // "ResourceLimitExceededException".
    //
    // Error returned when the caller has exceeded the default resource quotas.
    // For example, too many maintenance windows or patch baselines have been created.
    //
    // For information about resource quotas in Systems Manager, see Systems Manager
    // service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm)
    // in the Amazon Web Services General Reference.
    ErrCodeResourceLimitExceededException = "ResourceLimitExceededException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // The specified parameter to be shared could not be found.
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeResourcePolicyConflictException for service response error code
    // "ResourcePolicyConflictException".
    //
    // The hash provided in the call doesn't match the stored hash. This exception
    // is thrown when trying to update an obsolete policy version or when multiple
    // requests to update a policy are sent.
    ErrCodeResourcePolicyConflictException = "ResourcePolicyConflictException"

    // ErrCodeResourcePolicyInvalidParameterException for service response error code
    // "ResourcePolicyInvalidParameterException".
    //
    // One or more parameters specified for the call aren't valid. Verify the parameters
    // and their values and try again.
    ErrCodeResourcePolicyInvalidParameterException = "ResourcePolicyInvalidParameterException"

    // ErrCodeResourcePolicyLimitExceededException for service response error code
    // "ResourcePolicyLimitExceededException".
    //
    // The PutResourcePolicy API action enforces two limits. A policy can't be greater
    // than 1024 bytes in size. And only one policy can be attached to OpsItemGroup.
    // Verify these limits and try again.
    ErrCodeResourcePolicyLimitExceededException = "ResourcePolicyLimitExceededException"

    // ErrCodeResourcePolicyNotFoundException for service response error code
    // "ResourcePolicyNotFoundException".
    //
    // No policies with the specified policy ID and hash could be found.
    ErrCodeResourcePolicyNotFoundException = "ResourcePolicyNotFoundException"

    // ErrCodeServiceSettingNotFound for service response error code
    // "ServiceSettingNotFound".
    //
    // The specified service setting wasn't found. Either the service name or the
    // setting hasn't been provisioned by the Amazon Web Services service team.
    ErrCodeServiceSettingNotFound = "ServiceSettingNotFound"

    // ErrCodeStatusUnchanged for service response error code
    // "StatusUnchanged".
    //
    // The updated status is the same as the current status.
    ErrCodeStatusUnchanged = "StatusUnchanged"

    // ErrCodeSubTypeCountLimitExceededException for service response error code
    // "SubTypeCountLimitExceededException".
    //
    // The sub-type count exceeded the limit for the inventory type.
    ErrCodeSubTypeCountLimitExceededException = "SubTypeCountLimitExceededException"

    // ErrCodeTargetInUseException for service response error code
    // "TargetInUseException".
    //
    // You specified the Safe option for the DeregisterTargetFromMaintenanceWindow
    // operation, but the target is still referenced in a task.
    ErrCodeTargetInUseException = "TargetInUseException"

    // ErrCodeTargetNotConnected for service response error code
    // "TargetNotConnected".
    //
    // The specified target managed node for the session isn't fully configured
    // for use with Session Manager. For more information, see Getting started with
    // Session Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html)
    // in the Amazon Web Services Systems Manager User Guide. This error is also
    // returned if you attempt to start a session on a managed node that is located
    // in a different account or Region
    ErrCodeTargetNotConnected = "TargetNotConnected"

    // ErrCodeTooManyTagsError for service response error code
    // "TooManyTagsError".
    //
    // The Targets parameter includes too many tags. Remove one or more tags and
    // try the command again.
    ErrCodeTooManyTagsError = "TooManyTagsError"

    // ErrCodeTooManyUpdates for service response error code
    // "TooManyUpdates".
    //
    // There are concurrent updates for a resource that supports one update at a
    // time.
    ErrCodeTooManyUpdates = "TooManyUpdates"

    // ErrCodeTotalSizeLimitExceededException for service response error code
    // "TotalSizeLimitExceededException".
    //
    // The size of inventory data has exceeded the total size limit for the resource.
    ErrCodeTotalSizeLimitExceededException = "TotalSizeLimitExceededException"

    // ErrCodeUnsupportedCalendarException for service response error code
    // "UnsupportedCalendarException".
    //
    // The calendar entry contained in the specified SSM document isn't supported.
    ErrCodeUnsupportedCalendarException = "UnsupportedCalendarException"

    // ErrCodeUnsupportedFeatureRequiredException for service response error code
    // "UnsupportedFeatureRequiredException".
    //
    // Patching for applications released by Microsoft is only available on EC2
    // instances and advanced instances. To patch applications released by Microsoft
    // on on-premises servers and VMs, you must enable advanced instances. For more
    // information, see Turning on the advanced-instances tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ErrCodeUnsupportedFeatureRequiredException = "UnsupportedFeatureRequiredException"

    // ErrCodeUnsupportedInventoryItemContextException for service response error code
    // "UnsupportedInventoryItemContextException".
    //
    // The Context attribute that you specified for the InventoryItem isn't allowed
    // for this inventory type. You can only use the Context attribute with inventory
    // types like AWS:ComplianceItem.
    ErrCodeUnsupportedInventoryItemContextException = "UnsupportedInventoryItemContextException"

    // ErrCodeUnsupportedInventorySchemaVersionException for service response error code
    // "UnsupportedInventorySchemaVersionException".
    //
    // Inventory item type schema version has to match supported versions in the
    // service. Check output of GetInventorySchema to see the available schema version
    // for each type.
    ErrCodeUnsupportedInventorySchemaVersionException = "UnsupportedInventorySchemaVersionException"

    // ErrCodeUnsupportedOperatingSystem for service response error code
    // "UnsupportedOperatingSystem".
    //
    // The operating systems you specified isn't supported, or the operation isn't
    // supported for the operating system.
    ErrCodeUnsupportedOperatingSystem = "UnsupportedOperatingSystem"

    // ErrCodeUnsupportedParameterType for service response error code
    // "UnsupportedParameterType".
    //
    // The parameter type isn't supported.
    ErrCodeUnsupportedParameterType = "UnsupportedParameterType"

    // ErrCodeUnsupportedPlatformType for service response error code
    // "UnsupportedPlatformType".
    //
    // The document doesn't support the platform type of the given managed node
    // IDs. For example, you sent an document for a Windows managed node to a Linux
    // node.
    ErrCodeUnsupportedPlatformType = "UnsupportedPlatformType"
)
const (
    ServiceName = "ssm"       // Name of service.
    EndpointsID = ServiceName // ID to lookup a service endpoint with.
    ServiceID   = "SSM"       // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AttachmentHashTypeSha256 is a AttachmentHashType enum value
    AttachmentHashTypeSha256 = "Sha256"
)
const (
    // AutomationSubtypeChangeRequest is a AutomationSubtype enum value
    AutomationSubtypeChangeRequest = "ChangeRequest"
)
const (
    // DocumentMetadataEnumDocumentReviews is a DocumentMetadataEnum enum value
    DocumentMetadataEnumDocumentReviews = "DocumentReviews"
)
const (
    // DocumentPermissionTypeShare is a DocumentPermissionType enum value
    DocumentPermissionTypeShare = "Share"
)
const (
    // DocumentReviewCommentTypeComment is a DocumentReviewCommentType enum value
    DocumentReviewCommentTypeComment = "Comment"
)
const (
    // OpsItemEventFilterKeyOpsItemId is a OpsItemEventFilterKey enum value
    OpsItemEventFilterKeyOpsItemId = "OpsItemId"
)
const (
    // OpsItemEventFilterOperatorEqual is a OpsItemEventFilterOperator enum value
    OpsItemEventFilterOperatorEqual = "Equal"
)
const (
    // OpsItemRelatedItemsFilterOperatorEqual is a OpsItemRelatedItemsFilterOperator enum value
    OpsItemRelatedItemsFilterOperatorEqual = "Equal"
)
const (
    // ResourceDataSyncS3FormatJsonSerDe is a ResourceDataSyncS3Format enum value
    ResourceDataSyncS3FormatJsonSerDe = "JsonSerDe"
)

func AssociationComplianceSeverity_Values

func AssociationComplianceSeverity_Values() []string

AssociationComplianceSeverity_Values returns all elements of the AssociationComplianceSeverity enum

func AssociationExecutionFilterKey_Values

func AssociationExecutionFilterKey_Values() []string

AssociationExecutionFilterKey_Values returns all elements of the AssociationExecutionFilterKey enum

func AssociationExecutionTargetsFilterKey_Values

func AssociationExecutionTargetsFilterKey_Values() []string

AssociationExecutionTargetsFilterKey_Values returns all elements of the AssociationExecutionTargetsFilterKey enum

func AssociationFilterKey_Values

func AssociationFilterKey_Values() []string

AssociationFilterKey_Values returns all elements of the AssociationFilterKey enum

func AssociationFilterOperatorType_Values

func AssociationFilterOperatorType_Values() []string

AssociationFilterOperatorType_Values returns all elements of the AssociationFilterOperatorType enum

func AssociationStatusName_Values

func AssociationStatusName_Values() []string

AssociationStatusName_Values returns all elements of the AssociationStatusName enum

func AssociationSyncCompliance_Values

func AssociationSyncCompliance_Values() []string

AssociationSyncCompliance_Values returns all elements of the AssociationSyncCompliance enum

func AttachmentHashType_Values

func AttachmentHashType_Values() []string

AttachmentHashType_Values returns all elements of the AttachmentHashType enum

func AttachmentsSourceKey_Values

func AttachmentsSourceKey_Values() []string

AttachmentsSourceKey_Values returns all elements of the AttachmentsSourceKey enum

func AutomationExecutionFilterKey_Values

func AutomationExecutionFilterKey_Values() []string

AutomationExecutionFilterKey_Values returns all elements of the AutomationExecutionFilterKey enum

func AutomationExecutionStatus_Values

func AutomationExecutionStatus_Values() []string

AutomationExecutionStatus_Values returns all elements of the AutomationExecutionStatus enum

func AutomationSubtype_Values

func AutomationSubtype_Values() []string

AutomationSubtype_Values returns all elements of the AutomationSubtype enum

func AutomationType_Values

func AutomationType_Values() []string

AutomationType_Values returns all elements of the AutomationType enum

func CalendarState_Values

func CalendarState_Values() []string

CalendarState_Values returns all elements of the CalendarState enum

func CommandFilterKey_Values

func CommandFilterKey_Values() []string

CommandFilterKey_Values returns all elements of the CommandFilterKey enum

func CommandInvocationStatus_Values

func CommandInvocationStatus_Values() []string

CommandInvocationStatus_Values returns all elements of the CommandInvocationStatus enum

func CommandPluginStatus_Values

func CommandPluginStatus_Values() []string

CommandPluginStatus_Values returns all elements of the CommandPluginStatus enum

func CommandStatus_Values

func CommandStatus_Values() []string

CommandStatus_Values returns all elements of the CommandStatus enum

func ComplianceQueryOperatorType_Values

func ComplianceQueryOperatorType_Values() []string

ComplianceQueryOperatorType_Values returns all elements of the ComplianceQueryOperatorType enum

func ComplianceSeverity_Values

func ComplianceSeverity_Values() []string

ComplianceSeverity_Values returns all elements of the ComplianceSeverity enum

func ComplianceStatus_Values

func ComplianceStatus_Values() []string

ComplianceStatus_Values returns all elements of the ComplianceStatus enum

func ComplianceUploadType_Values

func ComplianceUploadType_Values() []string

ComplianceUploadType_Values returns all elements of the ComplianceUploadType enum

func ConnectionStatus_Values

func ConnectionStatus_Values() []string

ConnectionStatus_Values returns all elements of the ConnectionStatus enum

func DescribeActivationsFilterKeys_Values

func DescribeActivationsFilterKeys_Values() []string

DescribeActivationsFilterKeys_Values returns all elements of the DescribeActivationsFilterKeys enum

func DocumentFilterKey_Values

func DocumentFilterKey_Values() []string

DocumentFilterKey_Values returns all elements of the DocumentFilterKey enum

func DocumentFormat_Values

func DocumentFormat_Values() []string

DocumentFormat_Values returns all elements of the DocumentFormat enum

func DocumentHashType_Values

func DocumentHashType_Values() []string

DocumentHashType_Values returns all elements of the DocumentHashType enum

func DocumentMetadataEnum_Values

func DocumentMetadataEnum_Values() []string

DocumentMetadataEnum_Values returns all elements of the DocumentMetadataEnum enum

func DocumentParameterType_Values

func DocumentParameterType_Values() []string

DocumentParameterType_Values returns all elements of the DocumentParameterType enum

func DocumentPermissionType_Values

func DocumentPermissionType_Values() []string

DocumentPermissionType_Values returns all elements of the DocumentPermissionType enum

func DocumentReviewAction_Values

func DocumentReviewAction_Values() []string

DocumentReviewAction_Values returns all elements of the DocumentReviewAction enum

func DocumentReviewCommentType_Values

func DocumentReviewCommentType_Values() []string

DocumentReviewCommentType_Values returns all elements of the DocumentReviewCommentType enum

func DocumentStatus_Values

func DocumentStatus_Values() []string

DocumentStatus_Values returns all elements of the DocumentStatus enum

func DocumentType_Values

func DocumentType_Values() []string

DocumentType_Values returns all elements of the DocumentType enum

func ExecutionMode_Values

func ExecutionMode_Values() []string

ExecutionMode_Values returns all elements of the ExecutionMode enum

func ExternalAlarmState_Values

func ExternalAlarmState_Values() []string

ExternalAlarmState_Values returns all elements of the ExternalAlarmState enum

func Fault_Values

func Fault_Values() []string

Fault_Values returns all elements of the Fault enum

func InstanceInformationFilterKey_Values

func InstanceInformationFilterKey_Values() []string

InstanceInformationFilterKey_Values returns all elements of the InstanceInformationFilterKey enum

func InstancePatchStateOperatorType_Values

func InstancePatchStateOperatorType_Values() []string

InstancePatchStateOperatorType_Values returns all elements of the InstancePatchStateOperatorType enum

func InstancePropertyFilterKey_Values

func InstancePropertyFilterKey_Values() []string

InstancePropertyFilterKey_Values returns all elements of the InstancePropertyFilterKey enum

func InstancePropertyFilterOperator_Values

func InstancePropertyFilterOperator_Values() []string

InstancePropertyFilterOperator_Values returns all elements of the InstancePropertyFilterOperator enum

func InventoryAttributeDataType_Values

func InventoryAttributeDataType_Values() []string

InventoryAttributeDataType_Values returns all elements of the InventoryAttributeDataType enum

func InventoryDeletionStatus_Values

func InventoryDeletionStatus_Values() []string

InventoryDeletionStatus_Values returns all elements of the InventoryDeletionStatus enum

func InventoryQueryOperatorType_Values

func InventoryQueryOperatorType_Values() []string

InventoryQueryOperatorType_Values returns all elements of the InventoryQueryOperatorType enum

func InventorySchemaDeleteOption_Values

func InventorySchemaDeleteOption_Values() []string

InventorySchemaDeleteOption_Values returns all elements of the InventorySchemaDeleteOption enum

func LastResourceDataSyncStatus_Values

func LastResourceDataSyncStatus_Values() []string

LastResourceDataSyncStatus_Values returns all elements of the LastResourceDataSyncStatus enum

func MaintenanceWindowExecutionStatus_Values

func MaintenanceWindowExecutionStatus_Values() []string

MaintenanceWindowExecutionStatus_Values returns all elements of the MaintenanceWindowExecutionStatus enum

func MaintenanceWindowResourceType_Values

func MaintenanceWindowResourceType_Values() []string

MaintenanceWindowResourceType_Values returns all elements of the MaintenanceWindowResourceType enum

func MaintenanceWindowTaskCutoffBehavior_Values

func MaintenanceWindowTaskCutoffBehavior_Values() []string

MaintenanceWindowTaskCutoffBehavior_Values returns all elements of the MaintenanceWindowTaskCutoffBehavior enum

func MaintenanceWindowTaskType_Values

func MaintenanceWindowTaskType_Values() []string

MaintenanceWindowTaskType_Values returns all elements of the MaintenanceWindowTaskType enum

func NotificationEvent_Values

func NotificationEvent_Values() []string

NotificationEvent_Values returns all elements of the NotificationEvent enum

func NotificationType_Values

func NotificationType_Values() []string

NotificationType_Values returns all elements of the NotificationType enum

func OperatingSystem_Values

func OperatingSystem_Values() []string

OperatingSystem_Values returns all elements of the OperatingSystem enum

func OpsFilterOperatorType_Values

func OpsFilterOperatorType_Values() []string

OpsFilterOperatorType_Values returns all elements of the OpsFilterOperatorType enum

func OpsItemDataType_Values

func OpsItemDataType_Values() []string

OpsItemDataType_Values returns all elements of the OpsItemDataType enum

func OpsItemEventFilterKey_Values

func OpsItemEventFilterKey_Values() []string

OpsItemEventFilterKey_Values returns all elements of the OpsItemEventFilterKey enum

func OpsItemEventFilterOperator_Values

func OpsItemEventFilterOperator_Values() []string

OpsItemEventFilterOperator_Values returns all elements of the OpsItemEventFilterOperator enum

func OpsItemFilterKey_Values

func OpsItemFilterKey_Values() []string

OpsItemFilterKey_Values returns all elements of the OpsItemFilterKey enum

func OpsItemFilterOperator_Values

func OpsItemFilterOperator_Values() []string

OpsItemFilterOperator_Values returns all elements of the OpsItemFilterOperator enum

func OpsItemRelatedItemsFilterKey_Values

func OpsItemRelatedItemsFilterKey_Values() []string

OpsItemRelatedItemsFilterKey_Values returns all elements of the OpsItemRelatedItemsFilterKey enum

func OpsItemRelatedItemsFilterOperator_Values

func OpsItemRelatedItemsFilterOperator_Values() []string

OpsItemRelatedItemsFilterOperator_Values returns all elements of the OpsItemRelatedItemsFilterOperator enum

func OpsItemStatus_Values

func OpsItemStatus_Values() []string

OpsItemStatus_Values returns all elements of the OpsItemStatus enum

func ParameterTier_Values

func ParameterTier_Values() []string

ParameterTier_Values returns all elements of the ParameterTier enum

func ParameterType_Values

func ParameterType_Values() []string

ParameterType_Values returns all elements of the ParameterType enum

func ParametersFilterKey_Values

func ParametersFilterKey_Values() []string

ParametersFilterKey_Values returns all elements of the ParametersFilterKey enum

func PatchAction_Values

func PatchAction_Values() []string

PatchAction_Values returns all elements of the PatchAction enum

func PatchComplianceDataState_Values

func PatchComplianceDataState_Values() []string

PatchComplianceDataState_Values returns all elements of the PatchComplianceDataState enum

func PatchComplianceLevel_Values

func PatchComplianceLevel_Values() []string

PatchComplianceLevel_Values returns all elements of the PatchComplianceLevel enum

func PatchDeploymentStatus_Values

func PatchDeploymentStatus_Values() []string

PatchDeploymentStatus_Values returns all elements of the PatchDeploymentStatus enum

func PatchFilterKey_Values

func PatchFilterKey_Values() []string

PatchFilterKey_Values returns all elements of the PatchFilterKey enum

func PatchOperationType_Values

func PatchOperationType_Values() []string

PatchOperationType_Values returns all elements of the PatchOperationType enum

func PatchProperty_Values

func PatchProperty_Values() []string

PatchProperty_Values returns all elements of the PatchProperty enum

func PatchSet_Values

func PatchSet_Values() []string

PatchSet_Values returns all elements of the PatchSet enum

func PingStatus_Values

func PingStatus_Values() []string

PingStatus_Values returns all elements of the PingStatus enum

func PlatformType_Values

func PlatformType_Values() []string

PlatformType_Values returns all elements of the PlatformType enum

func RebootOption_Values

func RebootOption_Values() []string

RebootOption_Values returns all elements of the RebootOption enum

func ResourceDataSyncS3Format_Values

func ResourceDataSyncS3Format_Values() []string

ResourceDataSyncS3Format_Values returns all elements of the ResourceDataSyncS3Format enum

func ResourceTypeForTagging_Values

func ResourceTypeForTagging_Values() []string

ResourceTypeForTagging_Values returns all elements of the ResourceTypeForTagging enum

func ResourceType_Values

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func ReviewStatus_Values

func ReviewStatus_Values() []string

ReviewStatus_Values returns all elements of the ReviewStatus enum

func SessionFilterKey_Values

func SessionFilterKey_Values() []string

SessionFilterKey_Values returns all elements of the SessionFilterKey enum

func SessionState_Values

func SessionState_Values() []string

SessionState_Values returns all elements of the SessionState enum

func SessionStatus_Values

func SessionStatus_Values() []string

SessionStatus_Values returns all elements of the SessionStatus enum

func SignalType_Values

func SignalType_Values() []string

SignalType_Values returns all elements of the SignalType enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func StepExecutionFilterKey_Values

func StepExecutionFilterKey_Values() []string

StepExecutionFilterKey_Values returns all elements of the StepExecutionFilterKey enum

func StopType_Values

func StopType_Values() []string

StopType_Values returns all elements of the StopType enum

type AccountSharingInfo

type AccountSharingInfo struct {

    // The Amazon Web Services account ID where the current document is shared.
    AccountId *string `type:"string"`

    // The version of the current document shared with the account.
    SharedDocumentVersion *string `type:"string"`
    // contains filtered or unexported fields
}

Information includes the Amazon Web Services account ID where the current document is shared and the version shared with that account.

func (AccountSharingInfo) GoString

func (s AccountSharingInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountSharingInfo) SetAccountId

func (s *AccountSharingInfo) SetAccountId(v string) *AccountSharingInfo

SetAccountId sets the AccountId field's value.

func (*AccountSharingInfo) SetSharedDocumentVersion

func (s *AccountSharingInfo) SetSharedDocumentVersion(v string) *AccountSharingInfo

SetSharedDocumentVersion sets the SharedDocumentVersion field's value.

func (AccountSharingInfo) String

func (s AccountSharingInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Activation

type Activation struct {

    // The ID created by Systems Manager when you submitted the activation.
    ActivationId *string `type:"string"`

    // The date the activation was created.
    CreatedDate *time.Time `type:"timestamp"`

    // A name for the managed node when it is created.
    DefaultInstanceName *string `type:"string"`

    // A user defined description of the activation.
    Description *string `type:"string"`

    // The date when this activation can no longer be used to register managed nodes.
    ExpirationDate *time.Time `type:"timestamp"`

    // Whether or not the activation is expired.
    Expired *bool `type:"boolean"`

    // The Identity and Access Management (IAM) role to assign to the managed node.
    IamRole *string `type:"string"`

    // The maximum number of managed nodes that can be registered using this activation.
    RegistrationLimit *int64 `min:"1" type:"integer"`

    // The number of managed nodes already registered with this activation.
    RegistrationsCount *int64 `min:"1" type:"integer"`

    // Tags assigned to the activation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

An activation registers one or more on-premises servers or virtual machines (VMs) with Amazon Web Services so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with Amazon Web Services Systems Manager is called a managed node.

func (Activation) GoString

func (s Activation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Activation) SetActivationId

func (s *Activation) SetActivationId(v string) *Activation

SetActivationId sets the ActivationId field's value.

func (*Activation) SetCreatedDate

func (s *Activation) SetCreatedDate(v time.Time) *Activation

SetCreatedDate sets the CreatedDate field's value.

func (*Activation) SetDefaultInstanceName

func (s *Activation) SetDefaultInstanceName(v string) *Activation

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*Activation) SetDescription

func (s *Activation) SetDescription(v string) *Activation

SetDescription sets the Description field's value.

func (*Activation) SetExpirationDate

func (s *Activation) SetExpirationDate(v time.Time) *Activation

SetExpirationDate sets the ExpirationDate field's value.

func (*Activation) SetExpired

func (s *Activation) SetExpired(v bool) *Activation

SetExpired sets the Expired field's value.

func (*Activation) SetIamRole

func (s *Activation) SetIamRole(v string) *Activation

SetIamRole sets the IamRole field's value.

func (*Activation) SetRegistrationLimit

func (s *Activation) SetRegistrationLimit(v int64) *Activation

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*Activation) SetRegistrationsCount

func (s *Activation) SetRegistrationsCount(v int64) *Activation

SetRegistrationsCount sets the RegistrationsCount field's value.

func (*Activation) SetTags

func (s *Activation) SetTags(v []*Tag) *Activation

SetTags sets the Tags field's value.

func (Activation) String

func (s Activation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddTagsToResourceInput

type AddTagsToResourceInput struct {

    // The resource ID you want to tag.
    //
    // Use the ID of the resource. Here are some examples:
    //
    // MaintenanceWindow: mw-012345abcde
    //
    // PatchBaseline: pb-012345abcde
    //
    // Automation: example-c160-4567-8519-012345abcde
    //
    // OpsMetadata object: ResourceID for tagging is created from the Amazon Resource
    // Name (ARN) for the object. Specifically, ResourceID is created from the strings
    // that come after the word opsmetadata in the ARN. For example, an OpsMetadata
    // object with an ARN of arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
    // has a ResourceID of either aws/ssm/MyGroup/appmanager or /aws/ssm/MyGroup/appmanager.
    //
    // For the Document and Parameter values, use the name of the resource. If you're
    // tagging a shared document, you must use the full ARN of the document.
    //
    // ManagedInstance: mi-012345abcde
    //
    // The ManagedInstance type for this API operation is only for on-premises managed
    // nodes. You must specify the name of the managed node in the following format:
    // mi-ID_number . For example, mi-1a2b3c4d5e6f.
    //
    // ResourceId is a required field
    ResourceId *string `type:"string" required:"true"`

    // Specifies the type of resource you are tagging.
    //
    // The ManagedInstance type for this API operation is for on-premises managed
    // nodes. You must specify the name of the managed node in the following format:
    // mi-ID_number . For example, mi-1a2b3c4d5e6f.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true" enum:"ResourceTypeForTagging"`

    // One or more tags. The value parameter is required.
    //
    // Don't enter personally identifiable information in this field.
    //
    // Tags is a required field
    Tags []*Tag `type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (AddTagsToResourceInput) GoString

func (s AddTagsToResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsToResourceInput) SetResourceId

func (s *AddTagsToResourceInput) SetResourceId(v string) *AddTagsToResourceInput

SetResourceId sets the ResourceId field's value.

func (*AddTagsToResourceInput) SetResourceType

func (s *AddTagsToResourceInput) SetResourceType(v string) *AddTagsToResourceInput

SetResourceType sets the ResourceType field's value.

func (*AddTagsToResourceInput) SetTags

func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String

func (s AddTagsToResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsToResourceInput) Validate

func (s *AddTagsToResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddTagsToResourceOutput

type AddTagsToResourceOutput struct {
    // contains filtered or unexported fields
}

func (AddTagsToResourceOutput) GoString

func (s AddTagsToResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Alarm

type Alarm struct {

    // The name of your CloudWatch alarm.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

A CloudWatch alarm you apply to an automation or command.

func (Alarm) GoString

func (s Alarm) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Alarm) SetName

func (s *Alarm) SetName(v string) *Alarm

SetName sets the Name field's value.

func (Alarm) String

func (s Alarm) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Alarm) Validate

func (s *Alarm) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlarmConfiguration

type AlarmConfiguration struct {

    // The name of the CloudWatch alarm specified in the configuration.
    //
    // Alarms is a required field
    Alarms []*Alarm `min:"1" type:"list" required:"true"`

    // When this value is true, your automation or command continues to run in cases
    // where we can’t retrieve alarm status information from CloudWatch. In cases
    // where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA,
    // the automation or command continues to run, regardless of this value. Default
    // is false.
    IgnorePollAlarmFailure *bool `type:"boolean"`
    // contains filtered or unexported fields
}

The details for the CloudWatch alarm you want to apply to an automation or command.

func (AlarmConfiguration) GoString

func (s AlarmConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlarmConfiguration) SetAlarms

func (s *AlarmConfiguration) SetAlarms(v []*Alarm) *AlarmConfiguration

SetAlarms sets the Alarms field's value.

func (*AlarmConfiguration) SetIgnorePollAlarmFailure

func (s *AlarmConfiguration) SetIgnorePollAlarmFailure(v bool) *AlarmConfiguration

SetIgnorePollAlarmFailure sets the IgnorePollAlarmFailure field's value.

func (AlarmConfiguration) String

func (s AlarmConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlarmConfiguration) Validate

func (s *AlarmConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlarmStateInformation

type AlarmStateInformation struct {

    // The name of your CloudWatch alarm.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`

    // The state of your CloudWatch alarm.
    //
    // State is a required field
    State *string `type:"string" required:"true" enum:"ExternalAlarmState"`
    // contains filtered or unexported fields
}

The details about the state of your CloudWatch alarm.

func (AlarmStateInformation) GoString

func (s AlarmStateInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlarmStateInformation) SetName

func (s *AlarmStateInformation) SetName(v string) *AlarmStateInformation

SetName sets the Name field's value.

func (*AlarmStateInformation) SetState

func (s *AlarmStateInformation) SetState(v string) *AlarmStateInformation

SetState sets the State field's value.

func (AlarmStateInformation) String

func (s AlarmStateInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlreadyExistsException

type AlreadyExistsException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

func (*AlreadyExistsException) Code

func (s *AlreadyExistsException) Code() string

Code returns the exception type name.

func (*AlreadyExistsException) Error

func (s *AlreadyExistsException) Error() string

func (AlreadyExistsException) GoString

func (s AlreadyExistsException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlreadyExistsException) Message

func (s *AlreadyExistsException) Message() string

Message returns the exception's message.

func (*AlreadyExistsException) OrigErr

func (s *AlreadyExistsException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AlreadyExistsException) RequestID

func (s *AlreadyExistsException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AlreadyExistsException) StatusCode

func (s *AlreadyExistsException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AlreadyExistsException) String

func (s AlreadyExistsException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateOpsItemRelatedItemInput

type AssociateOpsItemRelatedItemInput struct {

    // The type of association that you want to create between an OpsItem and a
    // resource. OpsCenter supports IsParentOf and RelatesTo association types.
    //
    // AssociationType is a required field
    AssociationType *string `type:"string" required:"true"`

    // The ID of the OpsItem to which you want to associate a resource as a related
    // item.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`

    // The type of resource that you want to associate with an OpsItem. OpsCenter
    // supports the following types:
    //
    // AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.
    //
    // AWS::SSM::Document: a Systems Manager (SSM) document.
    //
    // ResourceType is a required field
    ResourceType *string `type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of the Amazon Web Services resource that you
    // want to associate with the OpsItem.
    //
    // ResourceUri is a required field
    ResourceUri *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AssociateOpsItemRelatedItemInput) GoString

func (s AssociateOpsItemRelatedItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateOpsItemRelatedItemInput) SetAssociationType

func (s *AssociateOpsItemRelatedItemInput) SetAssociationType(v string) *AssociateOpsItemRelatedItemInput

SetAssociationType sets the AssociationType field's value.

func (*AssociateOpsItemRelatedItemInput) SetOpsItemId

func (s *AssociateOpsItemRelatedItemInput) SetOpsItemId(v string) *AssociateOpsItemRelatedItemInput

SetOpsItemId sets the OpsItemId field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceType

func (s *AssociateOpsItemRelatedItemInput) SetResourceType(v string) *AssociateOpsItemRelatedItemInput

SetResourceType sets the ResourceType field's value.

func (*AssociateOpsItemRelatedItemInput) SetResourceUri

func (s *AssociateOpsItemRelatedItemInput) SetResourceUri(v string) *AssociateOpsItemRelatedItemInput

SetResourceUri sets the ResourceUri field's value.

func (AssociateOpsItemRelatedItemInput) String

func (s AssociateOpsItemRelatedItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateOpsItemRelatedItemInput) Validate

func (s *AssociateOpsItemRelatedItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateOpsItemRelatedItemOutput

type AssociateOpsItemRelatedItemOutput struct {

    // The association ID.
    AssociationId *string `type:"string"`
    // contains filtered or unexported fields
}

func (AssociateOpsItemRelatedItemOutput) GoString

func (s AssociateOpsItemRelatedItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateOpsItemRelatedItemOutput) SetAssociationId

func (s *AssociateOpsItemRelatedItemOutput) SetAssociationId(v string) *AssociateOpsItemRelatedItemOutput

SetAssociationId sets the AssociationId field's value.

func (AssociateOpsItemRelatedItemOutput) String

func (s AssociateOpsItemRelatedItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociatedInstances

type AssociatedInstances struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You must disassociate a document from all managed nodes before you can delete it.

func (*AssociatedInstances) Code

func (s *AssociatedInstances) Code() string

Code returns the exception type name.

func (*AssociatedInstances) Error

func (s *AssociatedInstances) Error() string

func (AssociatedInstances) GoString

func (s AssociatedInstances) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociatedInstances) Message

func (s *AssociatedInstances) Message() string

Message returns the exception's message.

func (*AssociatedInstances) OrigErr

func (s *AssociatedInstances) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociatedInstances) RequestID

func (s *AssociatedInstances) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociatedInstances) StatusCode

func (s *AssociatedInstances) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociatedInstances) String

func (s AssociatedInstances) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Association

type Association struct {

    // The ID created by the system when you create an association. An association
    // is a binding between a document and a set of targets with a schedule.
    AssociationId *string `type:"string"`

    // The association name.
    AssociationName *string `type:"string"`

    // The association version.
    AssociationVersion *string `type:"string"`

    // The version of the document used in the association. If you change a document
    // version for a State Manager association, Systems Manager immediately runs
    // the association unless you previously specifed the apply-only-at-cron-interval
    // parameter.
    //
    // State Manager doesn't support running associations that use a new version
    // of a document if that document is shared from another account. State Manager
    // always runs the default version of a document if shared from another account,
    // even though the Systems Manager console shows that a new version was processed.
    // If you want to run an association using a new version of a document shared
    // form another account, you must set the document version to default.
    DocumentVersion *string `type:"string"`

    // The number of hours that an association can run on specified targets. After
    // the resulting cutoff time passes, associations that are currently running
    // are cancelled, and no pending executions are started on remaining targets.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    InstanceId *string `type:"string"`

    // The date on which the association was last run.
    LastExecutionDate *time.Time `type:"timestamp"`

    // The name of the SSM document.
    Name *string `type:"string"`

    // Information about the association.
    Overview *AssociationOverview `type:"structure"`

    // A cron expression that specifies a schedule when the association runs. The
    // schedule runs in Coordinated Universal Time (UTC).
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The managed nodes targeted by the request to create an association. You can
    // target all managed nodes in an Amazon Web Services account by specifying
    // the InstanceIds key with a value of *.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

Describes an association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

func (Association) GoString

func (s Association) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Association) SetAssociationId

func (s *Association) SetAssociationId(v string) *Association

SetAssociationId sets the AssociationId field's value.

func (*Association) SetAssociationName

func (s *Association) SetAssociationName(v string) *Association

SetAssociationName sets the AssociationName field's value.

func (*Association) SetAssociationVersion

func (s *Association) SetAssociationVersion(v string) *Association

SetAssociationVersion sets the AssociationVersion field's value.

func (*Association) SetDocumentVersion

func (s *Association) SetDocumentVersion(v string) *Association

SetDocumentVersion sets the DocumentVersion field's value.

func (*Association) SetDuration

func (s *Association) SetDuration(v int64) *Association

SetDuration sets the Duration field's value.

func (*Association) SetInstanceId

func (s *Association) SetInstanceId(v string) *Association

SetInstanceId sets the InstanceId field's value.

func (*Association) SetLastExecutionDate

func (s *Association) SetLastExecutionDate(v time.Time) *Association

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*Association) SetName

func (s *Association) SetName(v string) *Association

SetName sets the Name field's value.

func (*Association) SetOverview

func (s *Association) SetOverview(v *AssociationOverview) *Association

SetOverview sets the Overview field's value.

func (*Association) SetScheduleExpression

func (s *Association) SetScheduleExpression(v string) *Association

SetScheduleExpression sets the ScheduleExpression field's value.

func (*Association) SetScheduleOffset

func (s *Association) SetScheduleOffset(v int64) *Association

SetScheduleOffset sets the ScheduleOffset field's value.

func (*Association) SetTargetMaps

func (s *Association) SetTargetMaps(v []map[string][]*string) *Association

SetTargetMaps sets the TargetMaps field's value.

func (*Association) SetTargets

func (s *Association) SetTargets(v []*Target) *Association

SetTargets sets the Targets field's value.

func (Association) String

func (s Association) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationAlreadyExists

type AssociationAlreadyExists struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

The specified association already exists.

func (*AssociationAlreadyExists) Code

func (s *AssociationAlreadyExists) Code() string

Code returns the exception type name.

func (*AssociationAlreadyExists) Error

func (s *AssociationAlreadyExists) Error() string

func (AssociationAlreadyExists) GoString

func (s AssociationAlreadyExists) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationAlreadyExists) Message

func (s *AssociationAlreadyExists) Message() string

Message returns the exception's message.

func (*AssociationAlreadyExists) OrigErr

func (s *AssociationAlreadyExists) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationAlreadyExists) RequestID

func (s *AssociationAlreadyExists) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationAlreadyExists) StatusCode

func (s *AssociationAlreadyExists) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociationAlreadyExists) String

func (s AssociationAlreadyExists) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationDescription

type AssociationDescription struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you create a new associations, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // The association ID.
    AssociationId *string `type:"string"`

    // The association name.
    AssociationName *string `type:"string"`

    // The association version.
    AssociationVersion *string `type:"string"`

    // Choose the parameter that will define how your automation will branch out.
    // This target is required for associations that use an Automation runbook and
    // target resources by using rate controls. Automation is a capability of Amazon
    // Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // your associations are gated under. The associations only run when that change
    // calendar is open. For more information, see Amazon Web Services Systems Manager
    // Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level that is assigned to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The date when the association was made.
    Date *time.Time `type:"timestamp"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The number of hours that an association can run on specified targets. After
    // the resulting cutoff time passes, associations that are currently running
    // are cancelled, and no pending executions are started on remaining targets.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    InstanceId *string `type:"string"`

    // The date on which the association was last run.
    LastExecutionDate *time.Time `type:"timestamp"`

    // The last date on which the association was successfully run.
    LastSuccessfulExecutionDate *time.Time `type:"timestamp"`

    // The date when the association was last updated.
    LastUpdateAssociationDate *time.Time `type:"timestamp"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`

    // An S3 bucket where you want to store the output details of the request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // Information about the association.
    Overview *AssociationOverview `type:"structure"`

    // A description of the parameters for a document.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AssociationDescription's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // A cron expression that specifies a schedule when the association runs.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The association status.
    Status *AssociationStatus `type:"structure"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager, a capability of Amazon Web Services Systems Manager. It
    // is managed by your direct call to the PutComplianceItems API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // The combination of Amazon Web Services Regions and Amazon Web Services accounts
    // where you want to run the association.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The managed nodes targeted by the request.
    Targets []*Target `type:"list"`

    // The CloudWatch alarm that was invoked during the association.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Describes the parameters for a document.

func (AssociationDescription) GoString

func (s AssociationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationDescription) SetAlarmConfiguration

func (s *AssociationDescription) SetAlarmConfiguration(v *AlarmConfiguration) *AssociationDescription

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationDescription) SetApplyOnlyAtCronInterval

func (s *AssociationDescription) SetApplyOnlyAtCronInterval(v bool) *AssociationDescription

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationDescription) SetAssociationId

func (s *AssociationDescription) SetAssociationId(v string) *AssociationDescription

SetAssociationId sets the AssociationId field's value.

func (*AssociationDescription) SetAssociationName

func (s *AssociationDescription) SetAssociationName(v string) *AssociationDescription

SetAssociationName sets the AssociationName field's value.

func (*AssociationDescription) SetAssociationVersion

func (s *AssociationDescription) SetAssociationVersion(v string) *AssociationDescription

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationDescription) SetAutomationTargetParameterName

func (s *AssociationDescription) SetAutomationTargetParameterName(v string) *AssociationDescription

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*AssociationDescription) SetCalendarNames

func (s *AssociationDescription) SetCalendarNames(v []*string) *AssociationDescription

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationDescription) SetComplianceSeverity

func (s *AssociationDescription) SetComplianceSeverity(v string) *AssociationDescription

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationDescription) SetDate

func (s *AssociationDescription) SetDate(v time.Time) *AssociationDescription

SetDate sets the Date field's value.

func (*AssociationDescription) SetDocumentVersion

func (s *AssociationDescription) SetDocumentVersion(v string) *AssociationDescription

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationDescription) SetDuration

func (s *AssociationDescription) SetDuration(v int64) *AssociationDescription

SetDuration sets the Duration field's value.

func (*AssociationDescription) SetInstanceId

func (s *AssociationDescription) SetInstanceId(v string) *AssociationDescription

SetInstanceId sets the InstanceId field's value.

func (*AssociationDescription) SetLastExecutionDate

func (s *AssociationDescription) SetLastExecutionDate(v time.Time) *AssociationDescription

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationDescription) SetLastSuccessfulExecutionDate

func (s *AssociationDescription) SetLastSuccessfulExecutionDate(v time.Time) *AssociationDescription

SetLastSuccessfulExecutionDate sets the LastSuccessfulExecutionDate field's value.

func (*AssociationDescription) SetLastUpdateAssociationDate

func (s *AssociationDescription) SetLastUpdateAssociationDate(v time.Time) *AssociationDescription

SetLastUpdateAssociationDate sets the LastUpdateAssociationDate field's value.

func (*AssociationDescription) SetMaxConcurrency

func (s *AssociationDescription) SetMaxConcurrency(v string) *AssociationDescription

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationDescription) SetMaxErrors

func (s *AssociationDescription) SetMaxErrors(v string) *AssociationDescription

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationDescription) SetName

func (s *AssociationDescription) SetName(v string) *AssociationDescription

SetName sets the Name field's value.

func (*AssociationDescription) SetOutputLocation

func (s *AssociationDescription) SetOutputLocation(v *InstanceAssociationOutputLocation) *AssociationDescription

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationDescription) SetOverview

func (s *AssociationDescription) SetOverview(v *AssociationOverview) *AssociationDescription

SetOverview sets the Overview field's value.

func (*AssociationDescription) SetParameters

func (s *AssociationDescription) SetParameters(v map[string][]*string) *AssociationDescription

SetParameters sets the Parameters field's value.

func (*AssociationDescription) SetScheduleExpression

func (s *AssociationDescription) SetScheduleExpression(v string) *AssociationDescription

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationDescription) SetScheduleOffset

func (s *AssociationDescription) SetScheduleOffset(v int64) *AssociationDescription

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationDescription) SetStatus

func (s *AssociationDescription) SetStatus(v *AssociationStatus) *AssociationDescription

SetStatus sets the Status field's value.

func (*AssociationDescription) SetSyncCompliance

func (s *AssociationDescription) SetSyncCompliance(v string) *AssociationDescription

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationDescription) SetTargetLocations

func (s *AssociationDescription) SetTargetLocations(v []*TargetLocation) *AssociationDescription

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationDescription) SetTargetMaps

func (s *AssociationDescription) SetTargetMaps(v []map[string][]*string) *AssociationDescription

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationDescription) SetTargets

func (s *AssociationDescription) SetTargets(v []*Target) *AssociationDescription

SetTargets sets the Targets field's value.

func (*AssociationDescription) SetTriggeredAlarms

func (s *AssociationDescription) SetTriggeredAlarms(v []*AlarmStateInformation) *AssociationDescription

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationDescription) String

func (s AssociationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationDoesNotExist

type AssociationDoesNotExist struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified association doesn't exist.

func (*AssociationDoesNotExist) Code

func (s *AssociationDoesNotExist) Code() string

Code returns the exception type name.

func (*AssociationDoesNotExist) Error

func (s *AssociationDoesNotExist) Error() string

func (AssociationDoesNotExist) GoString

func (s AssociationDoesNotExist) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationDoesNotExist) Message

func (s *AssociationDoesNotExist) Message() string

Message returns the exception's message.

func (*AssociationDoesNotExist) OrigErr

func (s *AssociationDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationDoesNotExist) RequestID

func (s *AssociationDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationDoesNotExist) StatusCode

func (s *AssociationDoesNotExist) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociationDoesNotExist) String

func (s AssociationDoesNotExist) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationExecution

type AssociationExecution struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The association ID.
    AssociationId *string `type:"string"`

    // The association version.
    AssociationVersion *string `type:"string"`

    // The time the execution started.
    CreatedTime *time.Time `type:"timestamp"`

    // Detailed status information about the execution.
    DetailedStatus *string `type:"string"`

    // The execution ID for the association.
    ExecutionId *string `type:"string"`

    // The date of the last execution.
    LastExecutionDate *time.Time `type:"timestamp"`

    // An aggregate status of the resources in the execution based on the status
    // type.
    ResourceCountByStatus *string `type:"string"`

    // The status of the association execution.
    Status *string `type:"string"`

    // The CloudWatch alarms that were invoked by the association.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Includes information about the specified association.

func (AssociationExecution) GoString

func (s AssociationExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecution) SetAlarmConfiguration

func (s *AssociationExecution) SetAlarmConfiguration(v *AlarmConfiguration) *AssociationExecution

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AssociationExecution) SetAssociationId

func (s *AssociationExecution) SetAssociationId(v string) *AssociationExecution

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecution) SetAssociationVersion

func (s *AssociationExecution) SetAssociationVersion(v string) *AssociationExecution

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecution) SetCreatedTime

func (s *AssociationExecution) SetCreatedTime(v time.Time) *AssociationExecution

SetCreatedTime sets the CreatedTime field's value.

func (*AssociationExecution) SetDetailedStatus

func (s *AssociationExecution) SetDetailedStatus(v string) *AssociationExecution

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecution) SetExecutionId

func (s *AssociationExecution) SetExecutionId(v string) *AssociationExecution

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecution) SetLastExecutionDate

func (s *AssociationExecution) SetLastExecutionDate(v time.Time) *AssociationExecution

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecution) SetResourceCountByStatus

func (s *AssociationExecution) SetResourceCountByStatus(v string) *AssociationExecution

SetResourceCountByStatus sets the ResourceCountByStatus field's value.

func (*AssociationExecution) SetStatus

func (s *AssociationExecution) SetStatus(v string) *AssociationExecution

SetStatus sets the Status field's value.

func (*AssociationExecution) SetTriggeredAlarms

func (s *AssociationExecution) SetTriggeredAlarms(v []*AlarmStateInformation) *AssociationExecution

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AssociationExecution) String

func (s AssociationExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationExecutionDoesNotExist

type AssociationExecutionDoesNotExist struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified execution ID doesn't exist. Verify the ID number and try again.

func (*AssociationExecutionDoesNotExist) Code

func (s *AssociationExecutionDoesNotExist) Code() string

Code returns the exception type name.

func (*AssociationExecutionDoesNotExist) Error

func (s *AssociationExecutionDoesNotExist) Error() string

func (AssociationExecutionDoesNotExist) GoString

func (s AssociationExecutionDoesNotExist) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionDoesNotExist) Message

func (s *AssociationExecutionDoesNotExist) Message() string

Message returns the exception's message.

func (*AssociationExecutionDoesNotExist) OrigErr

func (s *AssociationExecutionDoesNotExist) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationExecutionDoesNotExist) RequestID

func (s *AssociationExecutionDoesNotExist) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationExecutionDoesNotExist) StatusCode

func (s *AssociationExecutionDoesNotExist) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociationExecutionDoesNotExist) String

func (s AssociationExecutionDoesNotExist) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationExecutionFilter

type AssociationExecutionFilter struct {

    // The key value used in the request.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"AssociationExecutionFilterKey"`

    // The filter type specified in the request.
    //
    // Type is a required field
    Type *string `type:"string" required:"true" enum:"AssociationFilterOperatorType"`

    // The value specified for the key.
    //
    // Value is a required field
    Value *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Filters used in the request.

func (AssociationExecutionFilter) GoString

func (s AssociationExecutionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionFilter) SetKey

func (s *AssociationExecutionFilter) SetKey(v string) *AssociationExecutionFilter

SetKey sets the Key field's value.

func (*AssociationExecutionFilter) SetType

func (s *AssociationExecutionFilter) SetType(v string) *AssociationExecutionFilter

SetType sets the Type field's value.

func (*AssociationExecutionFilter) SetValue

func (s *AssociationExecutionFilter) SetValue(v string) *AssociationExecutionFilter

SetValue sets the Value field's value.

func (AssociationExecutionFilter) String

func (s AssociationExecutionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionFilter) Validate

func (s *AssociationExecutionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociationExecutionTarget

type AssociationExecutionTarget struct {

    // The association ID.
    AssociationId *string `type:"string"`

    // The association version.
    AssociationVersion *string `type:"string"`

    // Detailed information about the execution status.
    DetailedStatus *string `type:"string"`

    // The execution ID.
    ExecutionId *string `type:"string"`

    // The date of the last execution.
    LastExecutionDate *time.Time `type:"timestamp"`

    // The location where the association details are saved.
    OutputSource *OutputSource `type:"structure"`

    // The resource ID, for example, the managed node ID where the association ran.
    ResourceId *string `min:"1" type:"string"`

    // The resource type, for example, EC2.
    ResourceType *string `min:"1" type:"string"`

    // The association execution status.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

Includes information about the specified association execution.

func (AssociationExecutionTarget) GoString

func (s AssociationExecutionTarget) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionTarget) SetAssociationId

func (s *AssociationExecutionTarget) SetAssociationId(v string) *AssociationExecutionTarget

SetAssociationId sets the AssociationId field's value.

func (*AssociationExecutionTarget) SetAssociationVersion

func (s *AssociationExecutionTarget) SetAssociationVersion(v string) *AssociationExecutionTarget

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationExecutionTarget) SetDetailedStatus

func (s *AssociationExecutionTarget) SetDetailedStatus(v string) *AssociationExecutionTarget

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationExecutionTarget) SetExecutionId

func (s *AssociationExecutionTarget) SetExecutionId(v string) *AssociationExecutionTarget

SetExecutionId sets the ExecutionId field's value.

func (*AssociationExecutionTarget) SetLastExecutionDate

func (s *AssociationExecutionTarget) SetLastExecutionDate(v time.Time) *AssociationExecutionTarget

SetLastExecutionDate sets the LastExecutionDate field's value.

func (*AssociationExecutionTarget) SetOutputSource

func (s *AssociationExecutionTarget) SetOutputSource(v *OutputSource) *AssociationExecutionTarget

SetOutputSource sets the OutputSource field's value.

func (*AssociationExecutionTarget) SetResourceId

func (s *AssociationExecutionTarget) SetResourceId(v string) *AssociationExecutionTarget

SetResourceId sets the ResourceId field's value.

func (*AssociationExecutionTarget) SetResourceType

func (s *AssociationExecutionTarget) SetResourceType(v string) *AssociationExecutionTarget

SetResourceType sets the ResourceType field's value.

func (*AssociationExecutionTarget) SetStatus

func (s *AssociationExecutionTarget) SetStatus(v string) *AssociationExecutionTarget

SetStatus sets the Status field's value.

func (AssociationExecutionTarget) String

func (s AssociationExecutionTarget) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationExecutionTargetsFilter

type AssociationExecutionTargetsFilter struct {

    // The key value used in the request.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"AssociationExecutionTargetsFilterKey"`

    // The value specified for the key.
    //
    // Value is a required field
    Value *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Filters for the association execution.

func (AssociationExecutionTargetsFilter) GoString

func (s AssociationExecutionTargetsFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionTargetsFilter) SetKey

func (s *AssociationExecutionTargetsFilter) SetKey(v string) *AssociationExecutionTargetsFilter

SetKey sets the Key field's value.

func (*AssociationExecutionTargetsFilter) SetValue

func (s *AssociationExecutionTargetsFilter) SetValue(v string) *AssociationExecutionTargetsFilter

SetValue sets the Value field's value.

func (AssociationExecutionTargetsFilter) String

func (s AssociationExecutionTargetsFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationExecutionTargetsFilter) Validate

func (s *AssociationExecutionTargetsFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociationFilter

type AssociationFilter struct {

    // The name of the filter.
    //
    // InstanceId has been deprecated.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"AssociationFilterKey"`

    // The filter value.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a filter.

func (AssociationFilter) GoString

func (s AssociationFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationFilter) SetKey

func (s *AssociationFilter) SetKey(v string) *AssociationFilter

SetKey sets the Key field's value.

func (*AssociationFilter) SetValue

func (s *AssociationFilter) SetValue(v string) *AssociationFilter

SetValue sets the Value field's value.

func (AssociationFilter) String

func (s AssociationFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationFilter) Validate

func (s *AssociationFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociationLimitExceeded

type AssociationLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

You can have at most 2,000 active associations.

func (*AssociationLimitExceeded) Code

func (s *AssociationLimitExceeded) Code() string

Code returns the exception type name.

func (*AssociationLimitExceeded) Error

func (s *AssociationLimitExceeded) Error() string

func (AssociationLimitExceeded) GoString

func (s AssociationLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationLimitExceeded) Message

func (s *AssociationLimitExceeded) Message() string

Message returns the exception's message.

func (*AssociationLimitExceeded) OrigErr

func (s *AssociationLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationLimitExceeded) RequestID

func (s *AssociationLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationLimitExceeded) StatusCode

func (s *AssociationLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociationLimitExceeded) String

func (s AssociationLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationOverview

type AssociationOverview struct {

    // Returns the number of targets for the association status. For example, if
    // you created an association with two managed nodes, and one of them was successful,
    // this would return the count of managed nodes by status.
    AssociationStatusAggregatedCount map[string]*int64 `type:"map"`

    // A detailed status of the association.
    DetailedStatus *string `type:"string"`

    // The status of the association. Status can be: Pending, Success, or Failed.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the association.

func (AssociationOverview) GoString

func (s AssociationOverview) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationOverview) SetAssociationStatusAggregatedCount

func (s *AssociationOverview) SetAssociationStatusAggregatedCount(v map[string]*int64) *AssociationOverview

SetAssociationStatusAggregatedCount sets the AssociationStatusAggregatedCount field's value.

func (*AssociationOverview) SetDetailedStatus

func (s *AssociationOverview) SetDetailedStatus(v string) *AssociationOverview

SetDetailedStatus sets the DetailedStatus field's value.

func (*AssociationOverview) SetStatus

func (s *AssociationOverview) SetStatus(v string) *AssociationOverview

SetStatus sets the Status field's value.

func (AssociationOverview) String

func (s AssociationOverview) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationStatus

type AssociationStatus struct {

    // A user-defined string.
    AdditionalInfo *string `type:"string"`

    // The date when the status changed.
    //
    // Date is a required field
    Date *time.Time `type:"timestamp" required:"true"`

    // The reason for the status.
    //
    // Message is a required field
    Message *string `min:"1" type:"string" required:"true"`

    // The status.
    //
    // Name is a required field
    Name *string `type:"string" required:"true" enum:"AssociationStatusName"`
    // contains filtered or unexported fields
}

Describes an association status.

func (AssociationStatus) GoString

func (s AssociationStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationStatus) SetAdditionalInfo

func (s *AssociationStatus) SetAdditionalInfo(v string) *AssociationStatus

SetAdditionalInfo sets the AdditionalInfo field's value.

func (*AssociationStatus) SetDate

func (s *AssociationStatus) SetDate(v time.Time) *AssociationStatus

SetDate sets the Date field's value.

func (*AssociationStatus) SetMessage

func (s *AssociationStatus) SetMessage(v string) *AssociationStatus

SetMessage sets the Message field's value.

func (*AssociationStatus) SetName

func (s *AssociationStatus) SetName(v string) *AssociationStatus

SetName sets the Name field's value.

func (AssociationStatus) String

func (s AssociationStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationStatus) Validate

func (s *AssociationStatus) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociationVersionInfo

type AssociationVersionInfo struct {

    // By default, when you create a new associations, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // The ID created by the system when the association was created.
    AssociationId *string `type:"string"`

    // The name specified for the association version when the association version
    // was created.
    AssociationName *string `type:"string"`

    // The association version.
    AssociationVersion *string `type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // your associations are gated under. The associations for this version only
    // run when that Change Calendar is open. For more information, see Amazon Web
    // Services Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level that is assigned to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The date the association version was created.
    CreatedDate *time.Time `type:"timestamp"`

    // The version of an Amazon Web Services Systems Manager document (SSM document)
    // used when the association version was created.
    DocumentVersion *string `type:"string"`

    // The number of hours that an association can run on specified targets. After
    // the resulting cutoff time passes, associations that are currently running
    // are cancelled, and no pending executions are started on remaining targets.
    Duration *int64 `min:"1" type:"integer"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name specified when the association was created.
    Name *string `type:"string"`

    // The location in Amazon S3 specified for the association when the association
    // version was created.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // Parameters specified when the association version was created.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by AssociationVersionInfo's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The cron or rate schedule specified for the association when the association
    // version was created.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager, a capability of Amazon Web Services Systems Manager. It
    // is managed by your direct call to the PutComplianceItems API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // The combination of Amazon Web Services Regions and Amazon Web Services accounts
    // where you wanted to run the association when this association version was
    // created.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The targets specified for the association when the association version was
    // created.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

Information about the association version.

func (AssociationVersionInfo) GoString

func (s AssociationVersionInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationVersionInfo) SetApplyOnlyAtCronInterval

func (s *AssociationVersionInfo) SetApplyOnlyAtCronInterval(v bool) *AssociationVersionInfo

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*AssociationVersionInfo) SetAssociationId

func (s *AssociationVersionInfo) SetAssociationId(v string) *AssociationVersionInfo

SetAssociationId sets the AssociationId field's value.

func (*AssociationVersionInfo) SetAssociationName

func (s *AssociationVersionInfo) SetAssociationName(v string) *AssociationVersionInfo

SetAssociationName sets the AssociationName field's value.

func (*AssociationVersionInfo) SetAssociationVersion

func (s *AssociationVersionInfo) SetAssociationVersion(v string) *AssociationVersionInfo

SetAssociationVersion sets the AssociationVersion field's value.

func (*AssociationVersionInfo) SetCalendarNames

func (s *AssociationVersionInfo) SetCalendarNames(v []*string) *AssociationVersionInfo

SetCalendarNames sets the CalendarNames field's value.

func (*AssociationVersionInfo) SetComplianceSeverity

func (s *AssociationVersionInfo) SetComplianceSeverity(v string) *AssociationVersionInfo

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*AssociationVersionInfo) SetCreatedDate

func (s *AssociationVersionInfo) SetCreatedDate(v time.Time) *AssociationVersionInfo

SetCreatedDate sets the CreatedDate field's value.

func (*AssociationVersionInfo) SetDocumentVersion

func (s *AssociationVersionInfo) SetDocumentVersion(v string) *AssociationVersionInfo

SetDocumentVersion sets the DocumentVersion field's value.

func (*AssociationVersionInfo) SetDuration

func (s *AssociationVersionInfo) SetDuration(v int64) *AssociationVersionInfo

SetDuration sets the Duration field's value.

func (*AssociationVersionInfo) SetMaxConcurrency

func (s *AssociationVersionInfo) SetMaxConcurrency(v string) *AssociationVersionInfo

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AssociationVersionInfo) SetMaxErrors

func (s *AssociationVersionInfo) SetMaxErrors(v string) *AssociationVersionInfo

SetMaxErrors sets the MaxErrors field's value.

func (*AssociationVersionInfo) SetName

func (s *AssociationVersionInfo) SetName(v string) *AssociationVersionInfo

SetName sets the Name field's value.

func (*AssociationVersionInfo) SetOutputLocation

func (s *AssociationVersionInfo) SetOutputLocation(v *InstanceAssociationOutputLocation) *AssociationVersionInfo

SetOutputLocation sets the OutputLocation field's value.

func (*AssociationVersionInfo) SetParameters

func (s *AssociationVersionInfo) SetParameters(v map[string][]*string) *AssociationVersionInfo

SetParameters sets the Parameters field's value.

func (*AssociationVersionInfo) SetScheduleExpression

func (s *AssociationVersionInfo) SetScheduleExpression(v string) *AssociationVersionInfo

SetScheduleExpression sets the ScheduleExpression field's value.

func (*AssociationVersionInfo) SetScheduleOffset

func (s *AssociationVersionInfo) SetScheduleOffset(v int64) *AssociationVersionInfo

SetScheduleOffset sets the ScheduleOffset field's value.

func (*AssociationVersionInfo) SetSyncCompliance

func (s *AssociationVersionInfo) SetSyncCompliance(v string) *AssociationVersionInfo

SetSyncCompliance sets the SyncCompliance field's value.

func (*AssociationVersionInfo) SetTargetLocations

func (s *AssociationVersionInfo) SetTargetLocations(v []*TargetLocation) *AssociationVersionInfo

SetTargetLocations sets the TargetLocations field's value.

func (*AssociationVersionInfo) SetTargetMaps

func (s *AssociationVersionInfo) SetTargetMaps(v []map[string][]*string) *AssociationVersionInfo

SetTargetMaps sets the TargetMaps field's value.

func (*AssociationVersionInfo) SetTargets

func (s *AssociationVersionInfo) SetTargets(v []*Target) *AssociationVersionInfo

SetTargets sets the Targets field's value.

func (AssociationVersionInfo) String

func (s AssociationVersionInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationVersionLimitExceeded

type AssociationVersionLimitExceeded struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

func (*AssociationVersionLimitExceeded) Code

func (s *AssociationVersionLimitExceeded) Code() string

Code returns the exception type name.

func (*AssociationVersionLimitExceeded) Error

func (s *AssociationVersionLimitExceeded) Error() string

func (AssociationVersionLimitExceeded) GoString

func (s AssociationVersionLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationVersionLimitExceeded) Message

func (s *AssociationVersionLimitExceeded) Message() string

Message returns the exception's message.

func (*AssociationVersionLimitExceeded) OrigErr

func (s *AssociationVersionLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AssociationVersionLimitExceeded) RequestID

func (s *AssociationVersionLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AssociationVersionLimitExceeded) StatusCode

func (s *AssociationVersionLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AssociationVersionLimitExceeded) String

func (s AssociationVersionLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachmentContent

type AttachmentContent struct {

    // The cryptographic hash value of the document content.
    Hash *string `type:"string"`

    // The hash algorithm used to calculate the hash value.
    HashType *string `type:"string" enum:"AttachmentHashType"`

    // The name of an attachment.
    Name *string `type:"string"`

    // The size of an attachment in bytes.
    Size *int64 `type:"long"`

    // The URL location of the attachment content.
    Url *string `type:"string"`
    // contains filtered or unexported fields
}

A structure that includes attributes that describe a document attachment.

func (AttachmentContent) GoString

func (s AttachmentContent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentContent) SetHash

func (s *AttachmentContent) SetHash(v string) *AttachmentContent

SetHash sets the Hash field's value.

func (*AttachmentContent) SetHashType

func (s *AttachmentContent) SetHashType(v string) *AttachmentContent

SetHashType sets the HashType field's value.

func (*AttachmentContent) SetName

func (s *AttachmentContent) SetName(v string) *AttachmentContent

SetName sets the Name field's value.

func (*AttachmentContent) SetSize

func (s *AttachmentContent) SetSize(v int64) *AttachmentContent

SetSize sets the Size field's value.

func (*AttachmentContent) SetUrl

func (s *AttachmentContent) SetUrl(v string) *AttachmentContent

SetUrl sets the Url field's value.

func (AttachmentContent) String

func (s AttachmentContent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachmentInformation

type AttachmentInformation struct {

    // The name of the attachment.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

An attribute of an attachment, such as the attachment name.

func (AttachmentInformation) GoString

func (s AttachmentInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentInformation) SetName

func (s *AttachmentInformation) SetName(v string) *AttachmentInformation

SetName sets the Name field's value.

func (AttachmentInformation) String

func (s AttachmentInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AttachmentsSource

type AttachmentsSource struct {

    // The key of a key-value pair that identifies the location of an attachment
    // to a document.
    Key *string `type:"string" enum:"AttachmentsSourceKey"`

    // The name of the document attachment file.
    Name *string `type:"string"`

    // The value of a key-value pair that identifies the location of an attachment
    // to a document. The format for Value depends on the type of key you specify.
    //
    //    * For the key SourceUrl, the value is an S3 bucket location. For example:
    //    "Values": [ "s3://doc-example-bucket/my-folder" ]
    //
    //    * For the key S3FileUrl, the value is a file in an S3 bucket. For example:
    //    "Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]
    //
    //    * For the key AttachmentReference, the value is constructed from the name
    //    of another SSM document in your account, a version number of that document,
    //    and a file attached to that document version that you want to reuse. For
    //    example: "Values": [ "MyOtherDocument/3/my-other-file.py" ] However, if
    //    the SSM document is shared with you from another account, the full SSM
    //    document ARN must be specified instead of the document name only. For
    //    example: "Values": [ "arn:aws:ssm:us-east-2:111122223333:document/OtherAccountDocument/3/their-file.py"
    //    ]
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Identifying information about a document attachment, including the file name and a key-value pair that identifies the location of an attachment to a document.

func (AttachmentsSource) GoString

func (s AttachmentsSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentsSource) SetKey

func (s *AttachmentsSource) SetKey(v string) *AttachmentsSource

SetKey sets the Key field's value.

func (*AttachmentsSource) SetName

func (s *AttachmentsSource) SetName(v string) *AttachmentsSource

SetName sets the Name field's value.

func (*AttachmentsSource) SetValues

func (s *AttachmentsSource) SetValues(v []*string) *AttachmentsSource

SetValues sets the Values field's value.

func (AttachmentsSource) String

func (s AttachmentsSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AttachmentsSource) Validate

func (s *AttachmentsSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomationDefinitionNotApprovedException

type AutomationDefinitionNotApprovedException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

func (*AutomationDefinitionNotApprovedException) Code

func (s *AutomationDefinitionNotApprovedException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionNotApprovedException) Error

func (s *AutomationDefinitionNotApprovedException) Error() string

func (AutomationDefinitionNotApprovedException) GoString

func (s AutomationDefinitionNotApprovedException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionNotApprovedException) Message

func (s *AutomationDefinitionNotApprovedException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionNotApprovedException) OrigErr

func (s *AutomationDefinitionNotApprovedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotApprovedException) RequestID

func (s *AutomationDefinitionNotApprovedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotApprovedException) StatusCode

func (s *AutomationDefinitionNotApprovedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionNotApprovedException) String

func (s AutomationDefinitionNotApprovedException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationDefinitionNotFoundException

type AutomationDefinitionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An Automation runbook with the specified name couldn't be found.

func (*AutomationDefinitionNotFoundException) Code

func (s *AutomationDefinitionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionNotFoundException) Error

func (s *AutomationDefinitionNotFoundException) Error() string

func (AutomationDefinitionNotFoundException) GoString

func (s AutomationDefinitionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionNotFoundException) Message

func (s *AutomationDefinitionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionNotFoundException) OrigErr

func (s *AutomationDefinitionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionNotFoundException) RequestID

func (s *AutomationDefinitionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionNotFoundException) StatusCode

func (s *AutomationDefinitionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionNotFoundException) String

func (s AutomationDefinitionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationDefinitionVersionNotFoundException

type AutomationDefinitionVersionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

An Automation runbook with the specified name and version couldn't be found.

func (*AutomationDefinitionVersionNotFoundException) Code

func (s *AutomationDefinitionVersionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationDefinitionVersionNotFoundException) Error

func (s *AutomationDefinitionVersionNotFoundException) Error() string

func (AutomationDefinitionVersionNotFoundException) GoString

func (s AutomationDefinitionVersionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationDefinitionVersionNotFoundException) Message

func (s *AutomationDefinitionVersionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationDefinitionVersionNotFoundException) OrigErr

func (s *AutomationDefinitionVersionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationDefinitionVersionNotFoundException) RequestID

func (s *AutomationDefinitionVersionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationDefinitionVersionNotFoundException) StatusCode

func (s *AutomationDefinitionVersionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationDefinitionVersionNotFoundException) String

func (s AutomationDefinitionVersionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecution

type AutomationExecution struct {

    // The details for the CloudWatch alarm applied to your automation.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The ID of a State Manager association used in the Automation operation.
    AssociationId *string `type:"string"`

    // The execution ID.
    AutomationExecutionId *string `min:"36" type:"string"`

    // The execution status of the Automation.
    AutomationExecutionStatus *string `type:"string" enum:"AutomationExecutionStatus"`

    // The subtype of the Automation operation. Currently, the only supported value
    // is ChangeRequest.
    AutomationSubtype *string `type:"string" enum:"AutomationSubtype"`

    // The name of the Change Manager change request.
    ChangeRequestName *string `min:"1" type:"string"`

    // The action of the step that is currently running.
    CurrentAction *string `type:"string"`

    // The name of the step that is currently running.
    CurrentStepName *string `type:"string"`

    // The name of the Automation runbook used during the execution.
    DocumentName *string `type:"string"`

    // The version of the document to use during execution.
    DocumentVersion *string `type:"string"`

    // The Amazon Resource Name (ARN) of the user who ran the automation.
    ExecutedBy *string `type:"string"`

    // The time the execution finished.
    ExecutionEndTime *time.Time `type:"timestamp"`

    // The time the execution started.
    ExecutionStartTime *time.Time `type:"timestamp"`

    // A message describing why an execution has failed, if the status is set to
    // Failed.
    FailureMessage *string `type:"string"`

    // The MaxConcurrency value specified by the user when the execution started.
    MaxConcurrency *string `min:"1" type:"string"`

    // The MaxErrors value specified by the user when the execution started.
    MaxErrors *string `min:"1" type:"string"`

    // The automation execution mode.
    Mode *string `type:"string" enum:"ExecutionMode"`

    // The ID of an OpsItem that is created to represent a Change Manager change
    // request.
    OpsItemId *string `type:"string"`

    // The list of execution outputs as defined in the Automation runbook.
    Outputs map[string][]*string `min:"1" type:"map"`

    // The key-value map of execution parameters, which were supplied when calling
    // StartAutomationExecution.
    Parameters map[string][]*string `min:"1" type:"map"`

    // The AutomationExecutionId of the parent automation.
    ParentAutomationExecutionId *string `min:"36" type:"string"`

    // An aggregate of step execution statuses displayed in the Amazon Web Services
    // Systems Manager console for a multi-Region and multi-account Automation execution.
    ProgressCounters *ProgressCounters `type:"structure"`

    // A list of resolved targets in the rate control execution.
    ResolvedTargets *ResolvedTargets `type:"structure"`

    // Information about the Automation runbooks that are run as part of a runbook
    // workflow.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    Runbooks []*Runbook `min:"1" type:"list"`

    // The date and time the Automation operation is scheduled to start.
    ScheduledTime *time.Time `type:"timestamp"`

    // A list of details about the current state of all steps that comprise an execution.
    // An Automation runbook contains a list of steps that are run in order.
    StepExecutions []*StepExecution `type:"list"`

    // A boolean value that indicates if the response contains the full list of
    // the Automation step executions. If true, use the DescribeAutomationStepExecutions
    // API operation to get the full list of step executions.
    StepExecutionsTruncated *bool `type:"boolean"`

    // The target of the execution.
    Target *string `type:"string"`

    // The combination of Amazon Web Services Regions and/or Amazon Web Services
    // accounts where you want to run the Automation.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // The specified key-value mapping of document parameters to target resources.
    TargetMaps []map[string][]*string `type:"list"`

    // The parameter name.
    TargetParameterName *string `min:"1" type:"string"`

    // The specified targets.
    Targets []*Target `type:"list"`

    // The CloudWatch alarm that was invoked by the automation.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`

    // Variables defined for the automation.
    Variables map[string][]*string `min:"1" type:"map"`
    // contains filtered or unexported fields
}

Detailed information about the current state of an individual Automation execution.

func (AutomationExecution) GoString

func (s AutomationExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecution) SetAlarmConfiguration

func (s *AutomationExecution) SetAlarmConfiguration(v *AlarmConfiguration) *AutomationExecution

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecution) SetAssociationId

func (s *AutomationExecution) SetAssociationId(v string) *AutomationExecution

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecution) SetAutomationExecutionId

func (s *AutomationExecution) SetAutomationExecutionId(v string) *AutomationExecution

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecution) SetAutomationExecutionStatus

func (s *AutomationExecution) SetAutomationExecutionStatus(v string) *AutomationExecution

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecution) SetAutomationSubtype

func (s *AutomationExecution) SetAutomationSubtype(v string) *AutomationExecution

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecution) SetChangeRequestName

func (s *AutomationExecution) SetChangeRequestName(v string) *AutomationExecution

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecution) SetCurrentAction

func (s *AutomationExecution) SetCurrentAction(v string) *AutomationExecution

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecution) SetCurrentStepName

func (s *AutomationExecution) SetCurrentStepName(v string) *AutomationExecution

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecution) SetDocumentName

func (s *AutomationExecution) SetDocumentName(v string) *AutomationExecution

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecution) SetDocumentVersion

func (s *AutomationExecution) SetDocumentVersion(v string) *AutomationExecution

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecution) SetExecutedBy

func (s *AutomationExecution) SetExecutedBy(v string) *AutomationExecution

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecution) SetExecutionEndTime

func (s *AutomationExecution) SetExecutionEndTime(v time.Time) *AutomationExecution

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecution) SetExecutionStartTime

func (s *AutomationExecution) SetExecutionStartTime(v time.Time) *AutomationExecution

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecution) SetFailureMessage

func (s *AutomationExecution) SetFailureMessage(v string) *AutomationExecution

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecution) SetMaxConcurrency

func (s *AutomationExecution) SetMaxConcurrency(v string) *AutomationExecution

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecution) SetMaxErrors

func (s *AutomationExecution) SetMaxErrors(v string) *AutomationExecution

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecution) SetMode

func (s *AutomationExecution) SetMode(v string) *AutomationExecution

SetMode sets the Mode field's value.

func (*AutomationExecution) SetOpsItemId

func (s *AutomationExecution) SetOpsItemId(v string) *AutomationExecution

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecution) SetOutputs

func (s *AutomationExecution) SetOutputs(v map[string][]*string) *AutomationExecution

SetOutputs sets the Outputs field's value.

func (*AutomationExecution) SetParameters

func (s *AutomationExecution) SetParameters(v map[string][]*string) *AutomationExecution

SetParameters sets the Parameters field's value.

func (*AutomationExecution) SetParentAutomationExecutionId

func (s *AutomationExecution) SetParentAutomationExecutionId(v string) *AutomationExecution

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecution) SetProgressCounters

func (s *AutomationExecution) SetProgressCounters(v *ProgressCounters) *AutomationExecution

SetProgressCounters sets the ProgressCounters field's value.

func (*AutomationExecution) SetResolvedTargets

func (s *AutomationExecution) SetResolvedTargets(v *ResolvedTargets) *AutomationExecution

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecution) SetRunbooks

func (s *AutomationExecution) SetRunbooks(v []*Runbook) *AutomationExecution

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecution) SetScheduledTime

func (s *AutomationExecution) SetScheduledTime(v time.Time) *AutomationExecution

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecution) SetStepExecutions

func (s *AutomationExecution) SetStepExecutions(v []*StepExecution) *AutomationExecution

SetStepExecutions sets the StepExecutions field's value.

func (*AutomationExecution) SetStepExecutionsTruncated

func (s *AutomationExecution) SetStepExecutionsTruncated(v bool) *AutomationExecution

SetStepExecutionsTruncated sets the StepExecutionsTruncated field's value.

func (*AutomationExecution) SetTarget

func (s *AutomationExecution) SetTarget(v string) *AutomationExecution

SetTarget sets the Target field's value.

func (*AutomationExecution) SetTargetLocations

func (s *AutomationExecution) SetTargetLocations(v []*TargetLocation) *AutomationExecution

SetTargetLocations sets the TargetLocations field's value.

func (*AutomationExecution) SetTargetMaps

func (s *AutomationExecution) SetTargetMaps(v []map[string][]*string) *AutomationExecution

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecution) SetTargetParameterName

func (s *AutomationExecution) SetTargetParameterName(v string) *AutomationExecution

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecution) SetTargets

func (s *AutomationExecution) SetTargets(v []*Target) *AutomationExecution

SetTargets sets the Targets field's value.

func (*AutomationExecution) SetTriggeredAlarms

func (s *AutomationExecution) SetTriggeredAlarms(v []*AlarmStateInformation) *AutomationExecution

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (*AutomationExecution) SetVariables

func (s *AutomationExecution) SetVariables(v map[string][]*string) *AutomationExecution

SetVariables sets the Variables field's value.

func (AutomationExecution) String

func (s AutomationExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionFilter

type AutomationExecutionFilter struct {

    // One or more keys to limit the results.
    //
    // Key is a required field
    Key *string `type:"string" required:"true" enum:"AutomationExecutionFilterKey"`

    // The values used to limit the execution information associated with the filter's
    // key.
    //
    // Values is a required field
    Values []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.

func (AutomationExecutionFilter) GoString

func (s AutomationExecutionFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionFilter) SetKey

func (s *AutomationExecutionFilter) SetKey(v string) *AutomationExecutionFilter

SetKey sets the Key field's value.

func (*AutomationExecutionFilter) SetValues

func (s *AutomationExecutionFilter) SetValues(v []*string) *AutomationExecutionFilter

SetValues sets the Values field's value.

func (AutomationExecutionFilter) String

func (s AutomationExecutionFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionFilter) Validate

func (s *AutomationExecutionFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomationExecutionLimitExceededException

type AutomationExecutionLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The number of simultaneously running Automation executions exceeded the allowable limit.

func (*AutomationExecutionLimitExceededException) Code

func (s *AutomationExecutionLimitExceededException) Code() string

Code returns the exception type name.

func (*AutomationExecutionLimitExceededException) Error

func (s *AutomationExecutionLimitExceededException) Error() string

func (AutomationExecutionLimitExceededException) GoString

func (s AutomationExecutionLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionLimitExceededException) Message

func (s *AutomationExecutionLimitExceededException) Message() string

Message returns the exception's message.

func (*AutomationExecutionLimitExceededException) OrigErr

func (s *AutomationExecutionLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionLimitExceededException) RequestID

func (s *AutomationExecutionLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionLimitExceededException) StatusCode

func (s *AutomationExecutionLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationExecutionLimitExceededException) String

func (s AutomationExecutionLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionMetadata

type AutomationExecutionMetadata struct {

    // The details for the CloudWatch alarm applied to your automation.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // The ID of a State Manager association used in the Automation operation.
    AssociationId *string `type:"string"`

    // The execution ID.
    AutomationExecutionId *string `min:"36" type:"string"`

    // The status of the execution.
    AutomationExecutionStatus *string `type:"string" enum:"AutomationExecutionStatus"`

    // The subtype of the Automation operation. Currently, the only supported value
    // is ChangeRequest.
    AutomationSubtype *string `type:"string" enum:"AutomationSubtype"`

    // Use this filter with DescribeAutomationExecutions. Specify either Local or
    // CrossAccount. CrossAccount is an Automation that runs in multiple Amazon
    // Web Services Regions and Amazon Web Services accounts. For more information,
    // see Running Automation workflows in multiple Amazon Web Services Regions
    // and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    AutomationType *string `type:"string" enum:"AutomationType"`

    // The name of the Change Manager change request.
    ChangeRequestName *string `min:"1" type:"string"`

    // The action of the step that is currently running.
    CurrentAction *string `type:"string"`

    // The name of the step that is currently running.
    CurrentStepName *string `type:"string"`

    // The name of the Automation runbook used during execution.
    DocumentName *string `type:"string"`

    // The document version used during the execution.
    DocumentVersion *string `type:"string"`

    // The IAM role ARN of the user who ran the automation.
    ExecutedBy *string `type:"string"`

    // The time the execution finished. This isn't populated if the execution is
    // still in progress.
    ExecutionEndTime *time.Time `type:"timestamp"`

    // The time the execution started.
    ExecutionStartTime *time.Time `type:"timestamp"`

    // The list of execution outputs as defined in the Automation runbook.
    FailureMessage *string `type:"string"`

    // An S3 bucket where execution information is stored.
    LogFile *string `type:"string"`

    // The MaxConcurrency value specified by the user when starting the automation.
    MaxConcurrency *string `min:"1" type:"string"`

    // The MaxErrors value specified by the user when starting the automation.
    MaxErrors *string `min:"1" type:"string"`

    // The Automation execution mode.
    Mode *string `type:"string" enum:"ExecutionMode"`

    // The ID of an OpsItem that is created to represent a Change Manager change
    // request.
    OpsItemId *string `type:"string"`

    // The list of execution outputs as defined in the Automation runbook.
    Outputs map[string][]*string `min:"1" type:"map"`

    // The execution ID of the parent automation.
    ParentAutomationExecutionId *string `min:"36" type:"string"`

    // A list of targets that resolved during the execution.
    ResolvedTargets *ResolvedTargets `type:"structure"`

    // Information about the Automation runbooks that are run during a runbook workflow
    // in Change Manager.
    //
    // The Automation runbooks specified for the runbook workflow can't run until
    // all required approvals for the change request have been received.
    Runbooks []*Runbook `min:"1" type:"list"`

    // The date and time the Automation operation is scheduled to start.
    ScheduledTime *time.Time `type:"timestamp"`

    // The list of execution outputs as defined in the Automation runbook.
    Target *string `type:"string"`

    // The specified key-value mapping of document parameters to target resources.
    TargetMaps []map[string][]*string `type:"list"`

    // The list of execution outputs as defined in the Automation runbook.
    TargetParameterName *string `min:"1" type:"string"`

    // The targets defined by the user when starting the automation.
    Targets []*Target `type:"list"`

    // The CloudWatch alarm that was invoked by the automation.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Details about a specific Automation execution.

func (AutomationExecutionMetadata) GoString

func (s AutomationExecutionMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionMetadata) SetAlarmConfiguration

func (s *AutomationExecutionMetadata) SetAlarmConfiguration(v *AlarmConfiguration) *AutomationExecutionMetadata

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*AutomationExecutionMetadata) SetAssociationId

func (s *AutomationExecutionMetadata) SetAssociationId(v string) *AutomationExecutionMetadata

SetAssociationId sets the AssociationId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionId

func (s *AutomationExecutionMetadata) SetAutomationExecutionId(v string) *AutomationExecutionMetadata

SetAutomationExecutionId sets the AutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetAutomationExecutionStatus

func (s *AutomationExecutionMetadata) SetAutomationExecutionStatus(v string) *AutomationExecutionMetadata

SetAutomationExecutionStatus sets the AutomationExecutionStatus field's value.

func (*AutomationExecutionMetadata) SetAutomationSubtype

func (s *AutomationExecutionMetadata) SetAutomationSubtype(v string) *AutomationExecutionMetadata

SetAutomationSubtype sets the AutomationSubtype field's value.

func (*AutomationExecutionMetadata) SetAutomationType

func (s *AutomationExecutionMetadata) SetAutomationType(v string) *AutomationExecutionMetadata

SetAutomationType sets the AutomationType field's value.

func (*AutomationExecutionMetadata) SetChangeRequestName

func (s *AutomationExecutionMetadata) SetChangeRequestName(v string) *AutomationExecutionMetadata

SetChangeRequestName sets the ChangeRequestName field's value.

func (*AutomationExecutionMetadata) SetCurrentAction

func (s *AutomationExecutionMetadata) SetCurrentAction(v string) *AutomationExecutionMetadata

SetCurrentAction sets the CurrentAction field's value.

func (*AutomationExecutionMetadata) SetCurrentStepName

func (s *AutomationExecutionMetadata) SetCurrentStepName(v string) *AutomationExecutionMetadata

SetCurrentStepName sets the CurrentStepName field's value.

func (*AutomationExecutionMetadata) SetDocumentName

func (s *AutomationExecutionMetadata) SetDocumentName(v string) *AutomationExecutionMetadata

SetDocumentName sets the DocumentName field's value.

func (*AutomationExecutionMetadata) SetDocumentVersion

func (s *AutomationExecutionMetadata) SetDocumentVersion(v string) *AutomationExecutionMetadata

SetDocumentVersion sets the DocumentVersion field's value.

func (*AutomationExecutionMetadata) SetExecutedBy

func (s *AutomationExecutionMetadata) SetExecutedBy(v string) *AutomationExecutionMetadata

SetExecutedBy sets the ExecutedBy field's value.

func (*AutomationExecutionMetadata) SetExecutionEndTime

func (s *AutomationExecutionMetadata) SetExecutionEndTime(v time.Time) *AutomationExecutionMetadata

SetExecutionEndTime sets the ExecutionEndTime field's value.

func (*AutomationExecutionMetadata) SetExecutionStartTime

func (s *AutomationExecutionMetadata) SetExecutionStartTime(v time.Time) *AutomationExecutionMetadata

SetExecutionStartTime sets the ExecutionStartTime field's value.

func (*AutomationExecutionMetadata) SetFailureMessage

func (s *AutomationExecutionMetadata) SetFailureMessage(v string) *AutomationExecutionMetadata

SetFailureMessage sets the FailureMessage field's value.

func (*AutomationExecutionMetadata) SetLogFile

func (s *AutomationExecutionMetadata) SetLogFile(v string) *AutomationExecutionMetadata

SetLogFile sets the LogFile field's value.

func (*AutomationExecutionMetadata) SetMaxConcurrency

func (s *AutomationExecutionMetadata) SetMaxConcurrency(v string) *AutomationExecutionMetadata

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*AutomationExecutionMetadata) SetMaxErrors

func (s *AutomationExecutionMetadata) SetMaxErrors(v string) *AutomationExecutionMetadata

SetMaxErrors sets the MaxErrors field's value.

func (*AutomationExecutionMetadata) SetMode

func (s *AutomationExecutionMetadata) SetMode(v string) *AutomationExecutionMetadata

SetMode sets the Mode field's value.

func (*AutomationExecutionMetadata) SetOpsItemId

func (s *AutomationExecutionMetadata) SetOpsItemId(v string) *AutomationExecutionMetadata

SetOpsItemId sets the OpsItemId field's value.

func (*AutomationExecutionMetadata) SetOutputs

func (s *AutomationExecutionMetadata) SetOutputs(v map[string][]*string) *AutomationExecutionMetadata

SetOutputs sets the Outputs field's value.

func (*AutomationExecutionMetadata) SetParentAutomationExecutionId

func (s *AutomationExecutionMetadata) SetParentAutomationExecutionId(v string) *AutomationExecutionMetadata

SetParentAutomationExecutionId sets the ParentAutomationExecutionId field's value.

func (*AutomationExecutionMetadata) SetResolvedTargets

func (s *AutomationExecutionMetadata) SetResolvedTargets(v *ResolvedTargets) *AutomationExecutionMetadata

SetResolvedTargets sets the ResolvedTargets field's value.

func (*AutomationExecutionMetadata) SetRunbooks

func (s *AutomationExecutionMetadata) SetRunbooks(v []*Runbook) *AutomationExecutionMetadata

SetRunbooks sets the Runbooks field's value.

func (*AutomationExecutionMetadata) SetScheduledTime

func (s *AutomationExecutionMetadata) SetScheduledTime(v time.Time) *AutomationExecutionMetadata

SetScheduledTime sets the ScheduledTime field's value.

func (*AutomationExecutionMetadata) SetTarget

func (s *AutomationExecutionMetadata) SetTarget(v string) *AutomationExecutionMetadata

SetTarget sets the Target field's value.

func (*AutomationExecutionMetadata) SetTargetMaps

func (s *AutomationExecutionMetadata) SetTargetMaps(v []map[string][]*string) *AutomationExecutionMetadata

SetTargetMaps sets the TargetMaps field's value.

func (*AutomationExecutionMetadata) SetTargetParameterName

func (s *AutomationExecutionMetadata) SetTargetParameterName(v string) *AutomationExecutionMetadata

SetTargetParameterName sets the TargetParameterName field's value.

func (*AutomationExecutionMetadata) SetTargets

func (s *AutomationExecutionMetadata) SetTargets(v []*Target) *AutomationExecutionMetadata

SetTargets sets the Targets field's value.

func (*AutomationExecutionMetadata) SetTriggeredAlarms

func (s *AutomationExecutionMetadata) SetTriggeredAlarms(v []*AlarmStateInformation) *AutomationExecutionMetadata

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (AutomationExecutionMetadata) String

func (s AutomationExecutionMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationExecutionNotFoundException

type AutomationExecutionNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

There is no automation execution information for the requested automation execution ID.

func (*AutomationExecutionNotFoundException) Code

func (s *AutomationExecutionNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationExecutionNotFoundException) Error

func (s *AutomationExecutionNotFoundException) Error() string

func (AutomationExecutionNotFoundException) GoString

func (s AutomationExecutionNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationExecutionNotFoundException) Message

func (s *AutomationExecutionNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationExecutionNotFoundException) OrigErr

func (s *AutomationExecutionNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationExecutionNotFoundException) RequestID

func (s *AutomationExecutionNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationExecutionNotFoundException) StatusCode

func (s *AutomationExecutionNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationExecutionNotFoundException) String

func (s AutomationExecutionNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutomationStepNotFoundException

type AutomationStepNotFoundException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

The specified step name and execution ID don't exist. Verify the information and try again.

func (*AutomationStepNotFoundException) Code

func (s *AutomationStepNotFoundException) Code() string

Code returns the exception type name.

func (*AutomationStepNotFoundException) Error

func (s *AutomationStepNotFoundException) Error() string

func (AutomationStepNotFoundException) GoString

func (s AutomationStepNotFoundException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomationStepNotFoundException) Message

func (s *AutomationStepNotFoundException) Message() string

Message returns the exception's message.

func (*AutomationStepNotFoundException) OrigErr

func (s *AutomationStepNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AutomationStepNotFoundException) RequestID

func (s *AutomationStepNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AutomationStepNotFoundException) StatusCode

func (s *AutomationStepNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AutomationStepNotFoundException) String

func (s AutomationStepNotFoundException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BaselineOverride

type BaselineOverride struct {

    // A set of rules defining the approval rules for a patch baseline.
    ApprovalRules *PatchRuleGroup `type:"structure"`

    // A list of explicitly approved patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ApprovedPatches []*string `type:"list"`

    // Defines the compliance level for approved patches. When an approved patch
    // is reported as missing, this value describes the severity of the compliance
    // violation.
    ApprovedPatchesComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // A set of patch filters, typically used for approval rules.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The operating system rule used by the patch baseline override.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // A list of explicitly rejected patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    RejectedPatches []*string `type:"list"`

    // The action for Patch Manager to take on patches included in the RejectedPackages
    // list. A patch can be allowed only if it is a dependency of another package,
    // or blocked entirely along with packages that include it as a dependency.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`
    // contains filtered or unexported fields
}

Defines the basic information about a patch baseline override.

func (BaselineOverride) GoString

func (s BaselineOverride) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BaselineOverride) SetApprovalRules

func (s *BaselineOverride) SetApprovalRules(v *PatchRuleGroup) *BaselineOverride

SetApprovalRules sets the ApprovalRules field's value.

func (*BaselineOverride) SetApprovedPatches

func (s *BaselineOverride) SetApprovedPatches(v []*string) *BaselineOverride

SetApprovedPatches sets the ApprovedPatches field's value.

func (*BaselineOverride) SetApprovedPatchesComplianceLevel

func (s *BaselineOverride) SetApprovedPatchesComplianceLevel(v string) *BaselineOverride

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*BaselineOverride) SetApprovedPatchesEnableNonSecurity

func (s *BaselineOverride) SetApprovedPatchesEnableNonSecurity(v bool) *BaselineOverride

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*BaselineOverride) SetGlobalFilters

func (s *BaselineOverride) SetGlobalFilters(v *PatchFilterGroup) *BaselineOverride

SetGlobalFilters sets the GlobalFilters field's value.

func (*BaselineOverride) SetOperatingSystem

func (s *BaselineOverride) SetOperatingSystem(v string) *BaselineOverride

SetOperatingSystem sets the OperatingSystem field's value.

func (*BaselineOverride) SetRejectedPatches

func (s *BaselineOverride) SetRejectedPatches(v []*string) *BaselineOverride

SetRejectedPatches sets the RejectedPatches field's value.

func (*BaselineOverride) SetRejectedPatchesAction

func (s *BaselineOverride) SetRejectedPatchesAction(v string) *BaselineOverride

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*BaselineOverride) SetSources

func (s *BaselineOverride) SetSources(v []*PatchSource) *BaselineOverride

SetSources sets the Sources field's value.

func (BaselineOverride) String

func (s BaselineOverride) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BaselineOverride) Validate

func (s *BaselineOverride) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelCommandInput

type CancelCommandInput struct {

    // The ID of the command you want to cancel.
    //
    // CommandId is a required field
    CommandId *string `min:"36" type:"string" required:"true"`

    // (Optional) A list of managed node IDs on which you want to cancel the command.
    // If not provided, the command is canceled on every node on which it was requested.
    InstanceIds []*string `type:"list"`
    // contains filtered or unexported fields
}

func (CancelCommandInput) GoString

func (s CancelCommandInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelCommandInput) SetCommandId

func (s *CancelCommandInput) SetCommandId(v string) *CancelCommandInput

SetCommandId sets the CommandId field's value.

func (*CancelCommandInput) SetInstanceIds

func (s *CancelCommandInput) SetInstanceIds(v []*string) *CancelCommandInput

SetInstanceIds sets the InstanceIds field's value.

func (CancelCommandInput) String

func (s CancelCommandInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelCommandInput) Validate

func (s *CancelCommandInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelCommandOutput

type CancelCommandOutput struct {
    // contains filtered or unexported fields
}

Whether or not the command was successfully canceled. There is no guarantee that a request can be canceled.

func (CancelCommandOutput) GoString

func (s CancelCommandOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelCommandOutput) String

func (s CancelCommandOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CancelMaintenanceWindowExecutionInput

type CancelMaintenanceWindowExecutionInput struct {

    // The ID of the maintenance window execution to stop.
    //
    // WindowExecutionId is a required field
    WindowExecutionId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelMaintenanceWindowExecutionInput) GoString

func (s CancelMaintenanceWindowExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionInput) SetWindowExecutionId

func (s *CancelMaintenanceWindowExecutionInput) SetWindowExecutionId(v string) *CancelMaintenanceWindowExecutionInput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionInput) String

func (s CancelMaintenanceWindowExecutionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionInput) Validate

func (s *CancelMaintenanceWindowExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelMaintenanceWindowExecutionOutput

type CancelMaintenanceWindowExecutionOutput struct {

    // The ID of the maintenance window execution that has been stopped.
    WindowExecutionId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (CancelMaintenanceWindowExecutionOutput) GoString

func (s CancelMaintenanceWindowExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelMaintenanceWindowExecutionOutput) SetWindowExecutionId

func (s *CancelMaintenanceWindowExecutionOutput) SetWindowExecutionId(v string) *CancelMaintenanceWindowExecutionOutput

SetWindowExecutionId sets the WindowExecutionId field's value.

func (CancelMaintenanceWindowExecutionOutput) String

func (s CancelMaintenanceWindowExecutionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CloudWatchOutputConfig

type CloudWatchOutputConfig struct {

    // The name of the CloudWatch Logs log group where you want to send command
    // output. If you don't specify a group name, Amazon Web Services Systems Manager
    // automatically creates a log group for you. The log group uses the following
    // naming format:
    //
    // aws/ssm/SystemsManagerDocumentName
    CloudWatchLogGroupName *string `min:"1" type:"string"`

    // Enables Systems Manager to send command output to CloudWatch Logs.
    CloudWatchOutputEnabled *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Configuration options for sending command output to Amazon CloudWatch Logs.

func (CloudWatchOutputConfig) GoString

func (s CloudWatchOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchOutputConfig) SetCloudWatchLogGroupName

func (s *CloudWatchOutputConfig) SetCloudWatchLogGroupName(v string) *CloudWatchOutputConfig

SetCloudWatchLogGroupName sets the CloudWatchLogGroupName field's value.

func (*CloudWatchOutputConfig) SetCloudWatchOutputEnabled

func (s *CloudWatchOutputConfig) SetCloudWatchOutputEnabled(v bool) *CloudWatchOutputConfig

SetCloudWatchOutputEnabled sets the CloudWatchOutputEnabled field's value.

func (CloudWatchOutputConfig) String

func (s CloudWatchOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CloudWatchOutputConfig) Validate

func (s *CloudWatchOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Command

type Command struct {

    // The details for the CloudWatch alarm applied to your command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // Amazon CloudWatch Logs information where you want Amazon Web Services Systems
    // Manager to send the command output.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // A unique identifier for this command.
    CommandId *string `min:"36" type:"string"`

    // User-specified information about the command, such as a brief description
    // of what the command should do.
    Comment *string `type:"string"`

    // The number of targets for which the command invocation reached a terminal
    // state. Terminal states include the following: Success, Failed, Execution
    // Timed Out, Delivery Timed Out, Cancelled, Terminated, or Undeliverable.
    CompletedCount *int64 `type:"integer"`

    // The number of targets for which the status is Delivery Timed Out.
    DeliveryTimedOutCount *int64 `type:"integer"`

    // The name of the document requested for execution.
    DocumentName *string `type:"string"`

    // The Systems Manager document (SSM document) version.
    DocumentVersion *string `type:"string"`

    // The number of targets for which the status is Failed or Execution Timed Out.
    ErrorCount *int64 `type:"integer"`

    // If a command expires, it changes status to DeliveryTimedOut for all invocations
    // that have the status InProgress, Pending, or Delayed. ExpiresAfter is calculated
    // based on the total timeout for the overall command. For more information,
    // see Understanding command timeout values (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html?icmpid=docs_ec2_console#monitor-about-status-timeouts)
    // in the Amazon Web Services Systems Manager User Guide.
    ExpiresAfter *time.Time `type:"timestamp"`

    // The managed node IDs against which this command was requested.
    InstanceIds []*string `type:"list"`

    // The maximum number of managed nodes that are allowed to run the command at
    // the same time. You can specify a number of managed nodes, such as 10, or
    // a percentage of nodes, such as 10%. The default value is 50. For more information
    // about how to use MaxConcurrency, see Amazon Web Services Systems Manager
    // Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxConcurrency *string `min:"1" type:"string"`

    // The maximum number of errors allowed before the system stops sending the
    // command to additional targets. You can specify a number of errors, such as
    // 10, or a percentage or errors, such as 10%. The default value is 0. For more
    // information about how to use MaxErrors, see Amazon Web Services Systems Manager
    // Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/run-command.html)
    // in the Amazon Web Services Systems Manager User Guide.
    MaxErrors *string `min:"1" type:"string"`

    // Configurations for sending notifications about command status changes.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The S3 bucket where the responses to the command executions should be stored.
    // This was requested when issuing the command.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The S3 directory path inside the bucket where the responses to the command
    // executions should be stored. This was requested when issuing the command.
    OutputS3KeyPrefix *string `type:"string"`

    // (Deprecated) You can no longer specify this parameter. The system ignores
    // it. Instead, Systems Manager automatically determines the Amazon Web Services
    // Region of the S3 bucket.
    OutputS3Region *string `min:"3" type:"string"`

    // The parameter values to be inserted in the document when running the command.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by Command's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // The date and time the command was requested.
    RequestedDateTime *time.Time `type:"timestamp"`

    // The Identity and Access Management (IAM) service role that Run Command, a
    // capability of Amazon Web Services Systems Manager, uses to act on your behalf
    // when sending notifications about command status changes.
    ServiceRole *string `type:"string"`

    // The status of the command.
    Status *string `type:"string" enum:"CommandStatus"`

    // A detailed status of the command execution. StatusDetails includes more information
    // than Status because it includes states resulting from error and concurrency
    // control parameters. StatusDetails can show different results than Status.
    // For more information about these statuses, see Understanding command statuses
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to any managed nodes.
    //
    //    * In Progress: The command has been sent to at least one managed node
    //    but hasn't reached a final state on all managed nodes.
    //
    //    * Success: The command successfully ran on all invocations. This is a
    //    terminal state.
    //
    //    * Delivery Timed Out: The value of MaxErrors or more command invocations
    //    shows a status of Delivery Timed Out. This is a terminal state.
    //
    //    * Execution Timed Out: The value of MaxErrors or more command invocations
    //    shows a status of Execution Timed Out. This is a terminal state.
    //
    //    * Failed: The value of MaxErrors or more command invocations shows a status
    //    of Failed. This is a terminal state.
    //
    //    * Incomplete: The command was attempted on all managed nodes and one or
    //    more invocations doesn't have a value of Success but not enough invocations
    //    failed for the status to be Failed. This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Rate Exceeded: The number of managed nodes targeted by the command exceeded
    //    the account limit for pending invocations. The system has canceled the
    //    command before running it on any managed node. This is a terminal state.
    //
    //    * Delayed: The system attempted to send the command to the managed node
    //    but wasn't successful. The system retries again.
    StatusDetails *string `type:"string"`

    // The number of targets for the command.
    TargetCount *int64 `type:"integer"`

    // An array of search criteria that targets managed nodes using a Key,Value
    // combination that you specify. Targets is required if you don't provide one
    // or more managed node IDs in the call.
    Targets []*Target `type:"list"`

    // The TimeoutSeconds value specified for a command.
    TimeoutSeconds *int64 `min:"30" type:"integer"`

    // The CloudWatch alarm that was invoked by the command.
    TriggeredAlarms []*AlarmStateInformation `min:"1" type:"list"`
    // contains filtered or unexported fields
}

Describes a command request.

func (Command) GoString

func (s Command) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Command) SetAlarmConfiguration

func (s *Command) SetAlarmConfiguration(v *AlarmConfiguration) *Command

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*Command) SetCloudWatchOutputConfig

func (s *Command) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *Command

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*Command) SetCommandId

func (s *Command) SetCommandId(v string) *Command

SetCommandId sets the CommandId field's value.

func (*Command) SetComment

func (s *Command) SetComment(v string) *Command

SetComment sets the Comment field's value.

func (*Command) SetCompletedCount

func (s *Command) SetCompletedCount(v int64) *Command

SetCompletedCount sets the CompletedCount field's value.

func (*Command) SetDeliveryTimedOutCount

func (s *Command) SetDeliveryTimedOutCount(v int64) *Command

SetDeliveryTimedOutCount sets the DeliveryTimedOutCount field's value.

func (*Command) SetDocumentName

func (s *Command) SetDocumentName(v string) *Command

SetDocumentName sets the DocumentName field's value.

func (*Command) SetDocumentVersion

func (s *Command) SetDocumentVersion(v string) *Command

SetDocumentVersion sets the DocumentVersion field's value.

func (*Command) SetErrorCount

func (s *Command) SetErrorCount(v int64) *Command

SetErrorCount sets the ErrorCount field's value.

func (*Command) SetExpiresAfter

func (s *Command) SetExpiresAfter(v time.Time) *Command

SetExpiresAfter sets the ExpiresAfter field's value.

func (*Command) SetInstanceIds

func (s *Command) SetInstanceIds(v []*string) *Command

SetInstanceIds sets the InstanceIds field's value.

func (*Command) SetMaxConcurrency

func (s *Command) SetMaxConcurrency(v string) *Command

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*Command) SetMaxErrors

func (s *Command) SetMaxErrors(v string) *Command

SetMaxErrors sets the MaxErrors field's value.

func (*Command) SetNotificationConfig

func (s *Command) SetNotificationConfig(v *NotificationConfig) *Command

SetNotificationConfig sets the NotificationConfig field's value.

func (*Command) SetOutputS3BucketName

func (s *Command) SetOutputS3BucketName(v string) *Command

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*Command) SetOutputS3KeyPrefix

func (s *Command) SetOutputS3KeyPrefix(v string) *Command

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*Command) SetOutputS3Region

func (s *Command) SetOutputS3Region(v string) *Command

SetOutputS3Region sets the OutputS3Region field's value.

func (*Command) SetParameters

func (s *Command) SetParameters(v map[string][]*string) *Command

SetParameters sets the Parameters field's value.

func (*Command) SetRequestedDateTime

func (s *Command) SetRequestedDateTime(v time.Time) *Command

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*Command) SetServiceRole

func (s *Command) SetServiceRole(v string) *Command

SetServiceRole sets the ServiceRole field's value.

func (*Command) SetStatus

func (s *Command) SetStatus(v string) *Command

SetStatus sets the Status field's value.

func (*Command) SetStatusDetails

func (s *Command) SetStatusDetails(v string) *Command

SetStatusDetails sets the StatusDetails field's value.

func (*Command) SetTargetCount

func (s *Command) SetTargetCount(v int64) *Command

SetTargetCount sets the TargetCount field's value.

func (*Command) SetTargets

func (s *Command) SetTargets(v []*Target) *Command

SetTargets sets the Targets field's value.

func (*Command) SetTimeoutSeconds

func (s *Command) SetTimeoutSeconds(v int64) *Command

SetTimeoutSeconds sets the TimeoutSeconds field's value.

func (*Command) SetTriggeredAlarms

func (s *Command) SetTriggeredAlarms(v []*AlarmStateInformation) *Command

SetTriggeredAlarms sets the TriggeredAlarms field's value.

func (Command) String

func (s Command) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CommandFilter

type CommandFilter struct {

    // The name of the filter.
    //
    // The ExecutionStage filter can't be used with the ListCommandInvocations operation,
    // only with ListCommands.
    //
    // Key is a required field
    Key *string `locationName:"key" type:"string" required:"true" enum:"CommandFilterKey"`

    // The filter value. Valid values for each filter key are as follows:
    //
    //    * InvokedAfter: Specify a timestamp to limit your results. For example,
    //    specify 2021-07-07T00:00:00Z to see a list of command executions occurring
    //    July 7, 2021, and later.
    //
    //    * InvokedBefore: Specify a timestamp to limit your results. For example,
    //    specify 2021-07-07T00:00:00Z to see a list of command executions from
    //    before July 7, 2021.
    //
    //    * Status: Specify a valid command status to see a list of all command
    //    executions with that status. The status choices depend on the API you
    //    call. The status values you can specify for ListCommands are: Pending
    //    InProgress Success Cancelled Failed TimedOut (this includes both Delivery
    //    and Execution time outs) AccessDenied DeliveryTimedOut ExecutionTimedOut
    //    Incomplete NoInstancesInTag LimitExceeded The status values you can specify
    //    for ListCommandInvocations are: Pending InProgress Delayed Success Cancelled
    //    Failed TimedOut (this includes both Delivery and Execution time outs)
    //    AccessDenied DeliveryTimedOut ExecutionTimedOut Undeliverable InvalidPlatform
    //    Terminated
    //
    //    * DocumentName: Specify name of the Amazon Web Services Systems Manager
    //    document (SSM document) for which you want to see command execution results.
    //    For example, specify AWS-RunPatchBaseline to see command executions that
    //    used this SSM document to perform security patching operations on managed
    //    nodes.
    //
    //    * ExecutionStage: Specify one of the following values (ListCommands operations
    //    only): Executing: Returns a list of command executions that are currently
    //    still running. Complete: Returns a list of command executions that have
    //    already completed.
    //
    // Value is a required field
    Value *string `locationName:"value" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Describes a command filter.

A managed node ID can't be specified when a command status is Pending because the command hasn't run on the node yet.

func (CommandFilter) GoString

func (s CommandFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandFilter) SetKey

func (s *CommandFilter) SetKey(v string) *CommandFilter

SetKey sets the Key field's value.

func (*CommandFilter) SetValue

func (s *CommandFilter) SetValue(v string) *CommandFilter

SetValue sets the Value field's value.

func (CommandFilter) String

func (s CommandFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandFilter) Validate

func (s *CommandFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CommandInvocation

type CommandInvocation struct {

    // Amazon CloudWatch Logs information where you want Amazon Web Services Systems
    // Manager to send the command output.
    CloudWatchOutputConfig *CloudWatchOutputConfig `type:"structure"`

    // The command against which this invocation was requested.
    CommandId *string `min:"36" type:"string"`

    // Plugins processed by the command.
    CommandPlugins []*CommandPlugin `type:"list"`

    // User-specified information about the command, such as a brief description
    // of what the command should do.
    Comment *string `type:"string"`

    // The document name that was requested for execution.
    DocumentName *string `type:"string"`

    // The Systems Manager document (SSM document) version.
    DocumentVersion *string `type:"string"`

    // The managed node ID in which this invocation was requested.
    InstanceId *string `type:"string"`

    // The fully qualified host name of the managed node.
    InstanceName *string `type:"string"`

    // Configurations for sending notifications about command status changes on
    // a per managed node basis.
    NotificationConfig *NotificationConfig `type:"structure"`

    // The time and date the request was sent to this managed node.
    RequestedDateTime *time.Time `type:"timestamp"`

    // The Identity and Access Management (IAM) service role that Run Command, a
    // capability of Amazon Web Services Systems Manager, uses to act on your behalf
    // when sending notifications about command status changes on a per managed
    // node basis.
    ServiceRole *string `type:"string"`

    // The URL to the plugin's StdErr file in Amazon Simple Storage Service (Amazon
    // S3), if the S3 bucket was defined for the parent command. For an invocation,
    // StandardErrorUrl is populated if there is just one plugin defined for the
    // command, and the S3 bucket was defined for the command.
    StandardErrorUrl *string `type:"string"`

    // The URL to the plugin's StdOut file in Amazon Simple Storage Service (Amazon
    // S3), if the S3 bucket was defined for the parent command. For an invocation,
    // StandardOutputUrl is populated if there is just one plugin defined for the
    // command, and the S3 bucket was defined for the command.
    StandardOutputUrl *string `type:"string"`

    // Whether or not the invocation succeeded, failed, or is pending.
    Status *string `type:"string" enum:"CommandInvocationStatus"`

    // A detailed status of the command execution for each invocation (each managed
    // node targeted by the command). StatusDetails includes more information than
    // Status because it includes states resulting from error and concurrency control
    // parameters. StatusDetails can show different results than Status. For more
    // information about these statuses, see Understanding command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to the managed node.
    //
    //    * In Progress: The command has been sent to the managed node but hasn't
    //    reached a terminal state.
    //
    //    * Success: The execution of the command or plugin was successfully completed.
    //    This is a terminal state.
    //
    //    * Delivery Timed Out: The command wasn't delivered to the managed node
    //    before the delivery timeout expired. Delivery timeouts don't count against
    //    the parent command's MaxErrors limit, but they do contribute to whether
    //    the parent command status is Success or Incomplete. This is a terminal
    //    state.
    //
    //    * Execution Timed Out: Command execution started on the managed node,
    //    but the execution wasn't complete before the execution timeout expired.
    //    Execution timeouts count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Failed: The command wasn't successful on the managed node. For a plugin,
    //    this indicates that the result code wasn't zero. For a command invocation,
    //    this indicates that the result code for one or more plugins wasn't zero.
    //    Invocation failures count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Undeliverable: The command can't be delivered to the managed node. The
    //    managed node might not exist or might not be responding. Undeliverable
    //    invocations don't count against the parent command's MaxErrors limit and
    //    don't contribute to whether the parent command status is Success or Incomplete.
    //    This is a terminal state.
    //
    //    * Terminated: The parent command exceeded its MaxErrors limit and subsequent
    //    command invocations were canceled by the system. This is a terminal state.
    //
    //    * Delayed: The system attempted to send the command to the managed node
    //    but wasn't successful. The system retries again.
    StatusDetails *string `type:"string"`

    // Gets the trace output sent by the agent.
    TraceOutput *string `type:"string"`
    // contains filtered or unexported fields
}

An invocation is a copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs SendCommand against three managed nodes, then a command invocation is created for each requested managed node ID. A command invocation returns status and detail information about a command you ran.

func (CommandInvocation) GoString

func (s CommandInvocation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandInvocation) SetCloudWatchOutputConfig

func (s *CommandInvocation) SetCloudWatchOutputConfig(v *CloudWatchOutputConfig) *CommandInvocation

SetCloudWatchOutputConfig sets the CloudWatchOutputConfig field's value.

func (*CommandInvocation) SetCommandId

func (s *CommandInvocation) SetCommandId(v string) *CommandInvocation

SetCommandId sets the CommandId field's value.

func (*CommandInvocation) SetCommandPlugins

func (s *CommandInvocation) SetCommandPlugins(v []*CommandPlugin) *CommandInvocation

SetCommandPlugins sets the CommandPlugins field's value.

func (*CommandInvocation) SetComment

func (s *CommandInvocation) SetComment(v string) *CommandInvocation

SetComment sets the Comment field's value.

func (*CommandInvocation) SetDocumentName

func (s *CommandInvocation) SetDocumentName(v string) *CommandInvocation

SetDocumentName sets the DocumentName field's value.

func (*CommandInvocation) SetDocumentVersion

func (s *CommandInvocation) SetDocumentVersion(v string) *CommandInvocation

SetDocumentVersion sets the DocumentVersion field's value.

func (*CommandInvocation) SetInstanceId

func (s *CommandInvocation) SetInstanceId(v string) *CommandInvocation

SetInstanceId sets the InstanceId field's value.

func (*CommandInvocation) SetInstanceName

func (s *CommandInvocation) SetInstanceName(v string) *CommandInvocation

SetInstanceName sets the InstanceName field's value.

func (*CommandInvocation) SetNotificationConfig

func (s *CommandInvocation) SetNotificationConfig(v *NotificationConfig) *CommandInvocation

SetNotificationConfig sets the NotificationConfig field's value.

func (*CommandInvocation) SetRequestedDateTime

func (s *CommandInvocation) SetRequestedDateTime(v time.Time) *CommandInvocation

SetRequestedDateTime sets the RequestedDateTime field's value.

func (*CommandInvocation) SetServiceRole

func (s *CommandInvocation) SetServiceRole(v string) *CommandInvocation

SetServiceRole sets the ServiceRole field's value.

func (*CommandInvocation) SetStandardErrorUrl

func (s *CommandInvocation) SetStandardErrorUrl(v string) *CommandInvocation

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandInvocation) SetStandardOutputUrl

func (s *CommandInvocation) SetStandardOutputUrl(v string) *CommandInvocation

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandInvocation) SetStatus

func (s *CommandInvocation) SetStatus(v string) *CommandInvocation

SetStatus sets the Status field's value.

func (*CommandInvocation) SetStatusDetails

func (s *CommandInvocation) SetStatusDetails(v string) *CommandInvocation

SetStatusDetails sets the StatusDetails field's value.

func (*CommandInvocation) SetTraceOutput

func (s *CommandInvocation) SetTraceOutput(v string) *CommandInvocation

SetTraceOutput sets the TraceOutput field's value.

func (CommandInvocation) String

func (s CommandInvocation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CommandPlugin

type CommandPlugin struct {

    // The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin,
    // aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch,
    // aws:runShellScript, or aws:updateSSMAgent.
    Name *string `min:"4" type:"string"`

    // Output of the plugin execution.
    Output *string `type:"string"`

    // The S3 bucket where the responses to the command executions should be stored.
    // This was requested when issuing the command. For example, in the following
    // response:
    //
    // doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
    //
    // doc-example-bucket is the name of the S3 bucket;
    //
    // ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
    //
    // i-02573cafcfEXAMPLE is the managed node ID;
    //
    // awsrunShellScript is the name of the plugin.
    OutputS3BucketName *string `min:"3" type:"string"`

    // The S3 directory path inside the bucket where the responses to the command
    // executions should be stored. This was requested when issuing the command.
    // For example, in the following response:
    //
    // doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript
    //
    // doc-example-bucket is the name of the S3 bucket;
    //
    // ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix;
    //
    // i-02573cafcfEXAMPLE is the managed node ID;
    //
    // awsrunShellScript is the name of the plugin.
    OutputS3KeyPrefix *string `type:"string"`

    // (Deprecated) You can no longer specify this parameter. The system ignores
    // it. Instead, Amazon Web Services Systems Manager automatically determines
    // the S3 bucket region.
    OutputS3Region *string `min:"3" type:"string"`

    // A numeric response code generated after running the plugin.
    ResponseCode *int64 `type:"integer"`

    // The time the plugin stopped running. Could stop prematurely if, for example,
    // a cancel command was sent.
    ResponseFinishDateTime *time.Time `type:"timestamp"`

    // The time the plugin started running.
    ResponseStartDateTime *time.Time `type:"timestamp"`

    // The URL for the complete text written by the plugin to stderr. If execution
    // isn't yet complete, then this string is empty.
    StandardErrorUrl *string `type:"string"`

    // The URL for the complete text written by the plugin to stdout in Amazon S3.
    // If the S3 bucket for the command wasn't specified, then this string is empty.
    StandardOutputUrl *string `type:"string"`

    // The status of this plugin. You can run a document with multiple plugins.
    Status *string `type:"string" enum:"CommandPluginStatus"`

    // A detailed status of the plugin execution. StatusDetails includes more information
    // than Status because it includes states resulting from error and concurrency
    // control parameters. StatusDetails can show different results than Status.
    // For more information about these statuses, see Understanding command statuses
    // (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html)
    // in the Amazon Web Services Systems Manager User Guide. StatusDetails can
    // be one of the following values:
    //
    //    * Pending: The command hasn't been sent to the managed node.
    //
    //    * In Progress: The command has been sent to the managed node but hasn't
    //    reached a terminal state.
    //
    //    * Success: The execution of the command or plugin was successfully completed.
    //    This is a terminal state.
    //
    //    * Delivery Timed Out: The command wasn't delivered to the managed node
    //    before the delivery timeout expired. Delivery timeouts don't count against
    //    the parent command's MaxErrors limit, but they do contribute to whether
    //    the parent command status is Success or Incomplete. This is a terminal
    //    state.
    //
    //    * Execution Timed Out: Command execution started on the managed node,
    //    but the execution wasn't complete before the execution timeout expired.
    //    Execution timeouts count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Failed: The command wasn't successful on the managed node. For a plugin,
    //    this indicates that the result code wasn't zero. For a command invocation,
    //    this indicates that the result code for one or more plugins wasn't zero.
    //    Invocation failures count against the MaxErrors limit of the parent command.
    //    This is a terminal state.
    //
    //    * Cancelled: The command was terminated before it was completed. This
    //    is a terminal state.
    //
    //    * Undeliverable: The command can't be delivered to the managed node. The
    //    managed node might not exist, or it might not be responding. Undeliverable
    //    invocations don't count against the parent command's MaxErrors limit,
    //    and they don't contribute to whether the parent command status is Success
    //    or Incomplete. This is a terminal state.
    //
    //    * Terminated: The parent command exceeded its MaxErrors limit and subsequent
    //    command invocations were canceled by the system. This is a terminal state.
    StatusDetails *string `type:"string"`
    // contains filtered or unexported fields
}

Describes plugin details.

func (CommandPlugin) GoString

func (s CommandPlugin) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CommandPlugin) SetName

func (s *CommandPlugin) SetName(v string) *CommandPlugin

SetName sets the Name field's value.

func (*CommandPlugin) SetOutput

func (s *CommandPlugin) SetOutput(v string) *CommandPlugin

SetOutput sets the Output field's value.

func (*CommandPlugin) SetOutputS3BucketName

func (s *CommandPlugin) SetOutputS3BucketName(v string) *CommandPlugin

SetOutputS3BucketName sets the OutputS3BucketName field's value.

func (*CommandPlugin) SetOutputS3KeyPrefix

func (s *CommandPlugin) SetOutputS3KeyPrefix(v string) *CommandPlugin

SetOutputS3KeyPrefix sets the OutputS3KeyPrefix field's value.

func (*CommandPlugin) SetOutputS3Region

func (s *CommandPlugin) SetOutputS3Region(v string) *CommandPlugin

SetOutputS3Region sets the OutputS3Region field's value.

func (*CommandPlugin) SetResponseCode

func (s *CommandPlugin) SetResponseCode(v int64) *CommandPlugin

SetResponseCode sets the ResponseCode field's value.

func (*CommandPlugin) SetResponseFinishDateTime

func (s *CommandPlugin) SetResponseFinishDateTime(v time.Time) *CommandPlugin

SetResponseFinishDateTime sets the ResponseFinishDateTime field's value.

func (*CommandPlugin) SetResponseStartDateTime

func (s *CommandPlugin) SetResponseStartDateTime(v time.Time) *CommandPlugin

SetResponseStartDateTime sets the ResponseStartDateTime field's value.

func (*CommandPlugin) SetStandardErrorUrl

func (s *CommandPlugin) SetStandardErrorUrl(v string) *CommandPlugin

SetStandardErrorUrl sets the StandardErrorUrl field's value.

func (*CommandPlugin) SetStandardOutputUrl

func (s *CommandPlugin) SetStandardOutputUrl(v string) *CommandPlugin

SetStandardOutputUrl sets the StandardOutputUrl field's value.

func (*CommandPlugin) SetStatus

func (s *CommandPlugin) SetStatus(v string) *CommandPlugin

SetStatus sets the Status field's value.

func (*CommandPlugin) SetStatusDetails

func (s *CommandPlugin) SetStatusDetails(v string) *CommandPlugin

SetStatusDetails sets the StatusDetails field's value.

func (CommandPlugin) String

func (s CommandPlugin) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceExecutionSummary

type ComplianceExecutionSummary struct {

    // An ID created by the system when PutComplianceItems was called. For example,
    // CommandID is a valid execution ID. You can use this ID in subsequent calls.
    ExecutionId *string `type:"string"`

    // The time the execution ran as a datetime object that is saved in the following
    // format: yyyy-MM-dd'T'HH:mm:ss'Z'
    //
    // ExecutionTime is a required field
    ExecutionTime *time.Time `type:"timestamp" required:"true"`

    // The type of execution. For example, Command is a valid execution type.
    ExecutionType *string `type:"string"`
    // contains filtered or unexported fields
}

A summary of the call execution that includes an execution ID, the type of execution (for example, Command), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

func (ComplianceExecutionSummary) GoString

func (s ComplianceExecutionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceExecutionSummary) SetExecutionId

func (s *ComplianceExecutionSummary) SetExecutionId(v string) *ComplianceExecutionSummary

SetExecutionId sets the ExecutionId field's value.

func (*ComplianceExecutionSummary) SetExecutionTime

func (s *ComplianceExecutionSummary) SetExecutionTime(v time.Time) *ComplianceExecutionSummary

SetExecutionTime sets the ExecutionTime field's value.

func (*ComplianceExecutionSummary) SetExecutionType

func (s *ComplianceExecutionSummary) SetExecutionType(v string) *ComplianceExecutionSummary

SetExecutionType sets the ExecutionType field's value.

func (ComplianceExecutionSummary) String

func (s ComplianceExecutionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceExecutionSummary) Validate

func (s *ComplianceExecutionSummary) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceItem

type ComplianceItem struct {

    // The compliance type. For example, Association (for a State Manager association),
    // Patch, or Custom:string are all valid compliance types.
    ComplianceType *string `min:"1" type:"string"`

    // A "Key": "Value" tag combination for the compliance item.
    Details map[string]*string `type:"map"`

    // A summary for the compliance item. The summary includes an execution ID,
    // the execution type (for example, command), and the execution time.
    ExecutionSummary *ComplianceExecutionSummary `type:"structure"`

    // An ID for the compliance item. For example, if the compliance item is a Windows
    // patch, the ID could be the number of the KB article; for example: KB4010320.
    Id *string `type:"string"`

    // An ID for the resource. For a managed node, this is the node ID.
    ResourceId *string `min:"1" type:"string"`

    // The type of resource. ManagedInstance is currently the only supported resource
    // type.
    ResourceType *string `min:"1" type:"string"`

    // The severity of the compliance status. Severity can be one of the following:
    // Critical, High, Medium, Low, Informational, Unspecified.
    Severity *string `type:"string" enum:"ComplianceSeverity"`

    // The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT,
    // or an empty string (for Windows patches that aren't applicable).
    Status *string `type:"string" enum:"ComplianceStatus"`

    // A title for the compliance item. For example, if the compliance item is a
    // Windows patch, the title could be the title of the KB article for the patch;
    // for example: Security Update for Active Directory Federation Services.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

Information about the compliance as defined by the resource type. For example, for a patch resource type, Items includes information about the PatchSeverity, Classification, and so on.

func (ComplianceItem) GoString

func (s ComplianceItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItem) SetComplianceType

func (s *ComplianceItem) SetComplianceType(v string) *ComplianceItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceItem) SetDetails

func (s *ComplianceItem) SetDetails(v map[string]*string) *ComplianceItem

SetDetails sets the Details field's value.

func (*ComplianceItem) SetExecutionSummary

func (s *ComplianceItem) SetExecutionSummary(v *ComplianceExecutionSummary) *ComplianceItem

SetExecutionSummary sets the ExecutionSummary field's value.

func (*ComplianceItem) SetId

func (s *ComplianceItem) SetId(v string) *ComplianceItem

SetId sets the Id field's value.

func (*ComplianceItem) SetResourceId

func (s *ComplianceItem) SetResourceId(v string) *ComplianceItem

SetResourceId sets the ResourceId field's value.

func (*ComplianceItem) SetResourceType

func (s *ComplianceItem) SetResourceType(v string) *ComplianceItem

SetResourceType sets the ResourceType field's value.

func (*ComplianceItem) SetSeverity

func (s *ComplianceItem) SetSeverity(v string) *ComplianceItem

SetSeverity sets the Severity field's value.

func (*ComplianceItem) SetStatus

func (s *ComplianceItem) SetStatus(v string) *ComplianceItem

SetStatus sets the Status field's value.

func (*ComplianceItem) SetTitle

func (s *ComplianceItem) SetTitle(v string) *ComplianceItem

SetTitle sets the Title field's value.

func (ComplianceItem) String

func (s ComplianceItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceItemEntry

type ComplianceItemEntry struct {

    // A "Key": "Value" tag combination for the compliance item.
    Details map[string]*string `type:"map"`

    // The compliance item ID. For example, if the compliance item is a Windows
    // patch, the ID could be the number of the KB article.
    Id *string `type:"string"`

    // The severity of the compliance status. Severity can be one of the following:
    // Critical, High, Medium, Low, Informational, Unspecified.
    //
    // Severity is a required field
    Severity *string `type:"string" required:"true" enum:"ComplianceSeverity"`

    // The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.
    //
    // Status is a required field
    Status *string `type:"string" required:"true" enum:"ComplianceStatus"`

    // The title of the compliance item. For example, if the compliance item is
    // a Windows patch, the title could be the title of the KB article for the patch;
    // for example: Security Update for Active Directory Federation Services.
    Title *string `type:"string"`
    // contains filtered or unexported fields
}

Information about a compliance item.

func (ComplianceItemEntry) GoString

func (s ComplianceItemEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItemEntry) SetDetails

func (s *ComplianceItemEntry) SetDetails(v map[string]*string) *ComplianceItemEntry

SetDetails sets the Details field's value.

func (*ComplianceItemEntry) SetId

func (s *ComplianceItemEntry) SetId(v string) *ComplianceItemEntry

SetId sets the Id field's value.

func (*ComplianceItemEntry) SetSeverity

func (s *ComplianceItemEntry) SetSeverity(v string) *ComplianceItemEntry

SetSeverity sets the Severity field's value.

func (*ComplianceItemEntry) SetStatus

func (s *ComplianceItemEntry) SetStatus(v string) *ComplianceItemEntry

SetStatus sets the Status field's value.

func (*ComplianceItemEntry) SetTitle

func (s *ComplianceItemEntry) SetTitle(v string) *ComplianceItemEntry

SetTitle sets the Title field's value.

func (ComplianceItemEntry) String

func (s ComplianceItemEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceItemEntry) Validate

func (s *ComplianceItemEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceStringFilter

type ComplianceStringFilter struct {

    // The name of the filter.
    Key *string `min:"1" type:"string"`

    // The type of comparison that should be performed for the value: Equal, NotEqual,
    // BeginWith, LessThan, or GreaterThan.
    Type *string `type:"string" enum:"ComplianceQueryOperatorType"`

    // The value for which to search.
    Values []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

One or more filters. Use a filter to return a more specific list of results.

func (ComplianceStringFilter) GoString

func (s ComplianceStringFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceStringFilter) SetKey

func (s *ComplianceStringFilter) SetKey(v string) *ComplianceStringFilter

SetKey sets the Key field's value.

func (*ComplianceStringFilter) SetType

func (s *ComplianceStringFilter) SetType(v string) *ComplianceStringFilter

SetType sets the Type field's value.

func (*ComplianceStringFilter) SetValues

func (s *ComplianceStringFilter) SetValues(v []*string) *ComplianceStringFilter

SetValues sets the Values field's value.

func (ComplianceStringFilter) String

func (s ComplianceStringFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceStringFilter) Validate

func (s *ComplianceStringFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ComplianceSummaryItem

type ComplianceSummaryItem struct {

    // The type of compliance item. For example, the compliance type can be Association,
    // Patch, or Custom:string.
    ComplianceType *string `min:"1" type:"string"`

    // A list of COMPLIANT items for the specified compliance type.
    CompliantSummary *CompliantSummary `type:"structure"`

    // A list of NON_COMPLIANT items for the specified compliance type.
    NonCompliantSummary *NonCompliantSummary `type:"structure"`
    // contains filtered or unexported fields
}

A summary of compliance information by compliance type.

func (ComplianceSummaryItem) GoString

func (s ComplianceSummaryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceSummaryItem) SetComplianceType

func (s *ComplianceSummaryItem) SetComplianceType(v string) *ComplianceSummaryItem

SetComplianceType sets the ComplianceType field's value.

func (*ComplianceSummaryItem) SetCompliantSummary

func (s *ComplianceSummaryItem) SetCompliantSummary(v *CompliantSummary) *ComplianceSummaryItem

SetCompliantSummary sets the CompliantSummary field's value.

func (*ComplianceSummaryItem) SetNonCompliantSummary

func (s *ComplianceSummaryItem) SetNonCompliantSummary(v *NonCompliantSummary) *ComplianceSummaryItem

SetNonCompliantSummary sets the NonCompliantSummary field's value.

func (ComplianceSummaryItem) String

func (s ComplianceSummaryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComplianceTypeCountLimitExceededException

type ComplianceTypeCountLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You specified too many custom compliance types. You can specify a maximum of 10 different types.

func (*ComplianceTypeCountLimitExceededException) Code

func (s *ComplianceTypeCountLimitExceededException) Code() string

Code returns the exception type name.

func (*ComplianceTypeCountLimitExceededException) Error

func (s *ComplianceTypeCountLimitExceededException) Error() string

func (ComplianceTypeCountLimitExceededException) GoString

func (s ComplianceTypeCountLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComplianceTypeCountLimitExceededException) Message

func (s *ComplianceTypeCountLimitExceededException) Message() string

Message returns the exception's message.

func (*ComplianceTypeCountLimitExceededException) OrigErr

func (s *ComplianceTypeCountLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ComplianceTypeCountLimitExceededException) RequestID

func (s *ComplianceTypeCountLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ComplianceTypeCountLimitExceededException) StatusCode

func (s *ComplianceTypeCountLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ComplianceTypeCountLimitExceededException) String

func (s ComplianceTypeCountLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CompliantSummary

type CompliantSummary struct {

    // The total number of resources that are compliant.
    CompliantCount *int64 `type:"integer"`

    // A summary of the compliance severity by compliance type.
    SeveritySummary *SeveritySummary `type:"structure"`
    // contains filtered or unexported fields
}

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

func (CompliantSummary) GoString

func (s CompliantSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompliantSummary) SetCompliantCount

func (s *CompliantSummary) SetCompliantCount(v int64) *CompliantSummary

SetCompliantCount sets the CompliantCount field's value.

func (*CompliantSummary) SetSeveritySummary

func (s *CompliantSummary) SetSeveritySummary(v *SeveritySummary) *CompliantSummary

SetSeveritySummary sets the SeveritySummary field's value.

func (CompliantSummary) String

func (s CompliantSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateActivationInput

type CreateActivationInput struct {

    // The name of the registered, managed node as it will appear in the Amazon
    // Web Services Systems Manager console or when you use the Amazon Web Services
    // command line tools to list Systems Manager resources.
    //
    // Don't enter personally identifiable information in this field.
    DefaultInstanceName *string `type:"string"`

    // A user-defined description of the resource that you want to register with
    // Systems Manager.
    //
    // Don't enter personally identifiable information in this field.
    Description *string `type:"string"`

    // The date by which this activation request should expire, in timestamp format,
    // such as "2021-07-07T00:00:00". You can specify a date up to 30 days in advance.
    // If you don't provide an expiration date, the activation code expires in 24
    // hours.
    ExpirationDate *time.Time `type:"timestamp"`

    // The name of the Identity and Access Management (IAM) role that you want to
    // assign to the managed node. This IAM role must provide AssumeRole permissions
    // for the Amazon Web Services Systems Manager service principal ssm.amazonaws.com.
    // For more information, see Create an IAM service role for a hybrid and multicloud
    // environment (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // You can't specify an IAM service-linked role for this parameter. You must
    // create a unique role.
    //
    // IamRole is a required field
    IamRole *string `type:"string" required:"true"`

    // Specify the maximum number of managed nodes you want to register. The default
    // value is 1.
    RegistrationLimit *int64 `min:"1" type:"integer"`

    // Reserved for internal use.
    RegistrationMetadata []*RegistrationMetadataItem `type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag an activation to identify which servers
    // or virtual machines (VMs) in your on-premises environment you intend to activate.
    // In this case, you could specify the following key-value pairs:
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // When you install SSM Agent on your on-premises servers and VMs, you specify
    // an activation ID and code. When you specify the activation ID and code, tags
    // assigned to the activation are automatically applied to the on-premises servers
    // or VMs.
    //
    // You can't add tags to or delete tags from an existing activation. You can
    // tag your on-premises servers, edge devices, and VMs after they connect to
    // Systems Manager for the first time and are assigned a managed node ID. This
    // means they are listed in the Amazon Web Services Systems Manager console
    // with an ID that is prefixed with "mi-". For information about how to add
    // tags to your managed nodes, see AddTagsToResource. For information about
    // how to remove tags from your managed nodes, see RemoveTagsFromResource.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateActivationInput) GoString

func (s CreateActivationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationInput) SetDefaultInstanceName

func (s *CreateActivationInput) SetDefaultInstanceName(v string) *CreateActivationInput

SetDefaultInstanceName sets the DefaultInstanceName field's value.

func (*CreateActivationInput) SetDescription

func (s *CreateActivationInput) SetDescription(v string) *CreateActivationInput

SetDescription sets the Description field's value.

func (*CreateActivationInput) SetExpirationDate

func (s *CreateActivationInput) SetExpirationDate(v time.Time) *CreateActivationInput

SetExpirationDate sets the ExpirationDate field's value.

func (*CreateActivationInput) SetIamRole

func (s *CreateActivationInput) SetIamRole(v string) *CreateActivationInput

SetIamRole sets the IamRole field's value.

func (*CreateActivationInput) SetRegistrationLimit

func (s *CreateActivationInput) SetRegistrationLimit(v int64) *CreateActivationInput

SetRegistrationLimit sets the RegistrationLimit field's value.

func (*CreateActivationInput) SetRegistrationMetadata

func (s *CreateActivationInput) SetRegistrationMetadata(v []*RegistrationMetadataItem) *CreateActivationInput

SetRegistrationMetadata sets the RegistrationMetadata field's value.

func (*CreateActivationInput) SetTags

func (s *CreateActivationInput) SetTags(v []*Tag) *CreateActivationInput

SetTags sets the Tags field's value.

func (CreateActivationInput) String

func (s CreateActivationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationInput) Validate

func (s *CreateActivationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateActivationOutput

type CreateActivationOutput struct {

    // The code the system generates when it processes the activation. The activation
    // code functions like a password to validate the activation ID.
    ActivationCode *string `min:"20" type:"string"`

    // The ID number generated by the system when it processed the activation. The
    // activation ID functions like a user name.
    ActivationId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateActivationOutput) GoString

func (s CreateActivationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActivationOutput) SetActivationCode

func (s *CreateActivationOutput) SetActivationCode(v string) *CreateActivationOutput

SetActivationCode sets the ActivationCode field's value.

func (*CreateActivationOutput) SetActivationId

func (s *CreateActivationOutput) SetActivationId(v string) *CreateActivationOutput

SetActivationId sets the ActivationId field's value.

func (CreateActivationOutput) String

func (s CreateActivationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssociationBatchInput

type CreateAssociationBatchInput struct {

    // One or more associations.
    //
    // Entries is a required field
    Entries []*CreateAssociationBatchRequestEntry `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (CreateAssociationBatchInput) GoString

func (s CreateAssociationBatchInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchInput) SetEntries

func (s *CreateAssociationBatchInput) SetEntries(v []*CreateAssociationBatchRequestEntry) *CreateAssociationBatchInput

SetEntries sets the Entries field's value.

func (CreateAssociationBatchInput) String

func (s CreateAssociationBatchInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchInput) Validate

func (s *CreateAssociationBatchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationBatchOutput

type CreateAssociationBatchOutput struct {

    // Information about the associations that failed.
    Failed []*FailedCreateAssociation `type:"list"`

    // Information about the associations that succeeded.
    Successful []*AssociationDescription `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAssociationBatchOutput) GoString

func (s CreateAssociationBatchOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchOutput) SetFailed

func (s *CreateAssociationBatchOutput) SetFailed(v []*FailedCreateAssociation) *CreateAssociationBatchOutput

SetFailed sets the Failed field's value.

func (*CreateAssociationBatchOutput) SetSuccessful

func (s *CreateAssociationBatchOutput) SetSuccessful(v []*AssociationDescription) *CreateAssociationBatchOutput

SetSuccessful sets the Successful field's value.

func (CreateAssociationBatchOutput) String

func (s CreateAssociationBatchOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssociationBatchRequestEntry

type CreateAssociationBatchRequestEntry struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you create a new associations, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // Specify a descriptive name for the association.
    AssociationName *string `type:"string"`

    // Specify the target for the association. This target is required for associations
    // that use an Automation runbook and target resources by using rate controls.
    // Automation is a capability of Amazon Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // your associations are gated under. The associations only run when that Change
    // Calendar is open. For more information, see Amazon Web Services Systems Manager
    // Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level to assign to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The document version.
    DocumentVersion *string `type:"string"`

    // The number of hours the association can run before it is canceled. Duration
    // applies to associations that are currently running, and any pending and in
    // progress commands on all targets. If a target was taken offline for the association
    // to run, it is made available again immediately, without a reboot.
    //
    // The Duration parameter applies only when both these conditions are true:
    //
    //    * The association for which you specify a duration is cancelable according
    //    to the parameters of the SSM command document or Automation runbook associated
    //    with this execution.
    //
    //    * The command specifies the ApplyOnlyAtCronInterval (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociationBatchRequestEntry.html#systemsmanager-Type-CreateAssociationBatchRequestEntry-ApplyOnlyAtCronInterval)
    //    parameter, which means that the association doesn't run immediately after
    //    it is created, but only according to the specified schedule.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM document that contains the configuration information
    // for the managed node. You can specify Command or Automation runbooks.
    //
    // You can specify Amazon Web Services-predefined documents, documents you created,
    // or a document that is shared with you from another account.
    //
    // For SSM documents that are shared with you from other Amazon Web Services
    // accounts, you must specify the complete SSM document ARN, in the following
    // format:
    //
    // arn:aws:ssm:region:account-id:document/document-name
    //
    // For example:
    //
    // arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document
    //
    // For Amazon Web Services-predefined documents and SSM documents you created
    // in your account, you only need to specify the document name. For example,
    // AWS-ApplyPatchBaseline or My-Document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An S3 bucket where you want to store the results of this request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // A description of the parameters for a document.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAssociationBatchRequestEntry's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // A cron expression that specifies a schedule when the association runs.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager, a capability of Amazon Web Services Systems Manager. It
    // is managed by your direct call to the PutComplianceItems API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // Use this action to create an association in multiple Regions and multiple
    // accounts.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The managed nodes targeted by the request.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

Describes the association of a Amazon Web Services Systems Manager document (SSM document) and a managed node.

func (CreateAssociationBatchRequestEntry) GoString

func (s CreateAssociationBatchRequestEntry) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchRequestEntry) SetAlarmConfiguration

func (s *CreateAssociationBatchRequestEntry) SetAlarmConfiguration(v *AlarmConfiguration) *CreateAssociationBatchRequestEntry

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationBatchRequestEntry) SetApplyOnlyAtCronInterval

func (s *CreateAssociationBatchRequestEntry) SetApplyOnlyAtCronInterval(v bool) *CreateAssociationBatchRequestEntry

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationBatchRequestEntry) SetAssociationName

func (s *CreateAssociationBatchRequestEntry) SetAssociationName(v string) *CreateAssociationBatchRequestEntry

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationBatchRequestEntry) SetAutomationTargetParameterName

func (s *CreateAssociationBatchRequestEntry) SetAutomationTargetParameterName(v string) *CreateAssociationBatchRequestEntry

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationBatchRequestEntry) SetCalendarNames

func (s *CreateAssociationBatchRequestEntry) SetCalendarNames(v []*string) *CreateAssociationBatchRequestEntry

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationBatchRequestEntry) SetComplianceSeverity

func (s *CreateAssociationBatchRequestEntry) SetComplianceSeverity(v string) *CreateAssociationBatchRequestEntry

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationBatchRequestEntry) SetDocumentVersion

func (s *CreateAssociationBatchRequestEntry) SetDocumentVersion(v string) *CreateAssociationBatchRequestEntry

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationBatchRequestEntry) SetDuration

func (s *CreateAssociationBatchRequestEntry) SetDuration(v int64) *CreateAssociationBatchRequestEntry

SetDuration sets the Duration field's value.

func (*CreateAssociationBatchRequestEntry) SetInstanceId

func (s *CreateAssociationBatchRequestEntry) SetInstanceId(v string) *CreateAssociationBatchRequestEntry

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxConcurrency

func (s *CreateAssociationBatchRequestEntry) SetMaxConcurrency(v string) *CreateAssociationBatchRequestEntry

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationBatchRequestEntry) SetMaxErrors

func (s *CreateAssociationBatchRequestEntry) SetMaxErrors(v string) *CreateAssociationBatchRequestEntry

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationBatchRequestEntry) SetName

func (s *CreateAssociationBatchRequestEntry) SetName(v string) *CreateAssociationBatchRequestEntry

SetName sets the Name field's value.

func (*CreateAssociationBatchRequestEntry) SetOutputLocation

func (s *CreateAssociationBatchRequestEntry) SetOutputLocation(v *InstanceAssociationOutputLocation) *CreateAssociationBatchRequestEntry

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationBatchRequestEntry) SetParameters

func (s *CreateAssociationBatchRequestEntry) SetParameters(v map[string][]*string) *CreateAssociationBatchRequestEntry

SetParameters sets the Parameters field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleExpression

func (s *CreateAssociationBatchRequestEntry) SetScheduleExpression(v string) *CreateAssociationBatchRequestEntry

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationBatchRequestEntry) SetScheduleOffset

func (s *CreateAssociationBatchRequestEntry) SetScheduleOffset(v int64) *CreateAssociationBatchRequestEntry

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationBatchRequestEntry) SetSyncCompliance

func (s *CreateAssociationBatchRequestEntry) SetSyncCompliance(v string) *CreateAssociationBatchRequestEntry

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetLocations

func (s *CreateAssociationBatchRequestEntry) SetTargetLocations(v []*TargetLocation) *CreateAssociationBatchRequestEntry

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationBatchRequestEntry) SetTargetMaps

func (s *CreateAssociationBatchRequestEntry) SetTargetMaps(v []map[string][]*string) *CreateAssociationBatchRequestEntry

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationBatchRequestEntry) SetTargets

func (s *CreateAssociationBatchRequestEntry) SetTargets(v []*Target) *CreateAssociationBatchRequestEntry

SetTargets sets the Targets field's value.

func (CreateAssociationBatchRequestEntry) String

func (s CreateAssociationBatchRequestEntry) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationBatchRequestEntry) Validate

func (s *CreateAssociationBatchRequestEntry) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationInput

type CreateAssociationInput struct {

    // The details for the CloudWatch alarm you want to apply to an automation or
    // command.
    AlarmConfiguration *AlarmConfiguration `type:"structure"`

    // By default, when you create a new association, the system runs it immediately
    // after it is created and then according to the schedule you specified. Specify
    // this option if you don't want an association to run immediately after you
    // create it. This parameter isn't supported for rate expressions.
    ApplyOnlyAtCronInterval *bool `type:"boolean"`

    // Specify a descriptive name for the association.
    AssociationName *string `type:"string"`

    // Choose the parameter that will define how your automation will branch out.
    // This target is required for associations that use an Automation runbook and
    // target resources by using rate controls. Automation is a capability of Amazon
    // Web Services Systems Manager.
    AutomationTargetParameterName *string `min:"1" type:"string"`

    // The names or Amazon Resource Names (ARNs) of the Change Calendar type documents
    // you want to gate your associations under. The associations only run when
    // that change calendar is open. For more information, see Amazon Web Services
    // Systems Manager Change Calendar (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar).
    CalendarNames []*string `type:"list"`

    // The severity level to assign to the association.
    ComplianceSeverity *string `type:"string" enum:"AssociationComplianceSeverity"`

    // The document version you want to associate with the targets. Can be a specific
    // version or the default version.
    //
    // State Manager doesn't support running associations that use a new version
    // of a document if that document is shared from another account. State Manager
    // always runs the default version of a document if shared from another account,
    // even though the Systems Manager console shows that a new version was processed.
    // If you want to run an association using a new version of a document shared
    // form another account, you must set the document version to default.
    DocumentVersion *string `type:"string"`

    // The number of hours the association can run before it is canceled. Duration
    // applies to associations that are currently running, and any pending and in
    // progress commands on all targets. If a target was taken offline for the association
    // to run, it is made available again immediately, without a reboot.
    //
    // The Duration parameter applies only when both these conditions are true:
    //
    //    * The association for which you specify a duration is cancelable according
    //    to the parameters of the SSM command document or Automation runbook associated
    //    with this execution.
    //
    //    * The command specifies the ApplyOnlyAtCronInterval (https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociation.html#systemsmanager-CreateAssociation-request-ApplyOnlyAtCronInterval)
    //    parameter, which means that the association doesn't run immediately after
    //    it is created, but only according to the specified schedule.
    Duration *int64 `min:"1" type:"integer"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The maximum number of targets allowed to run the association at the same
    // time. You can specify a number, for example 10, or a percentage of the target
    // set, for example 10%. The default value is 100%, which means all targets
    // run the association at the same time.
    //
    // If a new managed node starts and attempts to run an association while Systems
    // Manager is running MaxConcurrency associations, the association is allowed
    // to run. During the next association interval, the new managed node will process
    // its association within the limit specified for MaxConcurrency.
    MaxConcurrency *string `min:"1" type:"string"`

    // The number of errors that are allowed before the system stops sending requests
    // to run the association on additional targets. You can specify either an absolute
    // number of errors, for example 10, or a percentage of the target set, for
    // example 10%. If you specify 3, for example, the system stops sending requests
    // when the fourth error is received. If you specify 0, then the system stops
    // sending requests after the first error is returned. If you run an association
    // on 50 managed nodes and set MaxError to 10%, then the system stops sending
    // the request when the sixth error is received.
    //
    // Executions that are already running an association when MaxErrors is reached
    // are allowed to complete, but some of these executions may fail as well. If
    // you need to ensure that there won't be more than max-errors failed executions,
    // set MaxConcurrency to 1 so that executions proceed one at a time.
    MaxErrors *string `min:"1" type:"string"`

    // The name of the SSM Command document or Automation runbook that contains
    // the configuration information for the managed node.
    //
    // You can specify Amazon Web Services-predefined documents, documents you created,
    // or a document that is shared with you from another Amazon Web Services account.
    //
    // For Systems Manager documents (SSM documents) that are shared with you from
    // other Amazon Web Services accounts, you must specify the complete SSM document
    // ARN, in the following format:
    //
    // arn:partition:ssm:region:account-id:document/document-name
    //
    // For example:
    //
    // arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document
    //
    // For Amazon Web Services-predefined documents and SSM documents you created
    // in your account, you only need to specify the document name. For example,
    // AWS-ApplyPatchBaseline or My-Document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // An Amazon Simple Storage Service (Amazon S3) bucket where you want to store
    // the output details of the request.
    OutputLocation *InstanceAssociationOutputLocation `type:"structure"`

    // The parameters for the runtime configuration of the document.
    //
    // Parameters is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateAssociationInput's
    // String and GoString methods.
    Parameters map[string][]*string `type:"map" sensitive:"true"`

    // A cron expression when the association will be applied to the targets.
    ScheduleExpression *string `min:"1" type:"string"`

    // Number of days to wait after the scheduled day to run an association. For
    // example, if you specified a cron schedule of cron(0 0 ? * THU#2 *), you could
    // specify an offset of 3 to run the association each Sunday after the second
    // Thursday of the month. For more information about cron schedules for associations,
    // see Reference: Cron and rate expressions for Systems Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html)
    // in the Amazon Web Services Systems Manager User Guide.
    //
    // To use offsets, you must specify the ApplyOnlyAtCronInterval parameter. This
    // option tells the system not to run an association immediately after you create
    // it.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The mode for generating association compliance. You can specify AUTO or MANUAL.
    // In AUTO mode, the system uses the status of the association execution to
    // determine the compliance status. If the association execution runs successfully,
    // then the association is COMPLIANT. If the association execution doesn't run
    // successfully, the association is NON-COMPLIANT.
    //
    // In MANUAL mode, you must specify the AssociationId as a parameter for the
    // PutComplianceItems API operation. In this case, compliance data isn't managed
    // by State Manager. It is managed by your direct call to the PutComplianceItems
    // API operation.
    //
    // By default, all associations use AUTO mode.
    SyncCompliance *string `type:"string" enum:"AssociationSyncCompliance"`

    // Adds or overwrites one or more tags for a State Manager association. Tags
    // are metadata that you can assign to your Amazon Web Services resources. Tags
    // enable you to categorize your resources in different ways, for example, by
    // purpose, owner, or environment. Each tag consists of a key and an optional
    // value, both of which you define.
    Tags []*Tag `type:"list"`

    // A location is a combination of Amazon Web Services Regions and Amazon Web
    // Services accounts where you want to run the association. Use this action
    // to create an association in multiple Regions and multiple accounts.
    TargetLocations []*TargetLocation `min:"1" type:"list"`

    // A key-value mapping of document parameters to target resources. Both Targets
    // and TargetMaps can't be specified together.
    TargetMaps []map[string][]*string `type:"list"`

    // The targets for the association. You can target managed nodes by using tags,
    // Amazon Web Services resource groups, all managed nodes in an Amazon Web Services
    // account, or individual managed node IDs. You can target all managed nodes
    // in an Amazon Web Services account by specifying the InstanceIds key with
    // a value of *. For more information about choosing targets for an association,
    // see About targets and rate controls in State Manager associations (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html)
    // in the Amazon Web Services Systems Manager User Guide.
    Targets []*Target `type:"list"`
    // contains filtered or unexported fields
}

func (CreateAssociationInput) GoString

func (s CreateAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationInput) SetAlarmConfiguration

func (s *CreateAssociationInput) SetAlarmConfiguration(v *AlarmConfiguration) *CreateAssociationInput

SetAlarmConfiguration sets the AlarmConfiguration field's value.

func (*CreateAssociationInput) SetApplyOnlyAtCronInterval

func (s *CreateAssociationInput) SetApplyOnlyAtCronInterval(v bool) *CreateAssociationInput

SetApplyOnlyAtCronInterval sets the ApplyOnlyAtCronInterval field's value.

func (*CreateAssociationInput) SetAssociationName

func (s *CreateAssociationInput) SetAssociationName(v string) *CreateAssociationInput

SetAssociationName sets the AssociationName field's value.

func (*CreateAssociationInput) SetAutomationTargetParameterName

func (s *CreateAssociationInput) SetAutomationTargetParameterName(v string) *CreateAssociationInput

SetAutomationTargetParameterName sets the AutomationTargetParameterName field's value.

func (*CreateAssociationInput) SetCalendarNames

func (s *CreateAssociationInput) SetCalendarNames(v []*string) *CreateAssociationInput

SetCalendarNames sets the CalendarNames field's value.

func (*CreateAssociationInput) SetComplianceSeverity

func (s *CreateAssociationInput) SetComplianceSeverity(v string) *CreateAssociationInput

SetComplianceSeverity sets the ComplianceSeverity field's value.

func (*CreateAssociationInput) SetDocumentVersion

func (s *CreateAssociationInput) SetDocumentVersion(v string) *CreateAssociationInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*CreateAssociationInput) SetDuration

func (s *CreateAssociationInput) SetDuration(v int64) *CreateAssociationInput

SetDuration sets the Duration field's value.

func (*CreateAssociationInput) SetInstanceId

func (s *CreateAssociationInput) SetInstanceId(v string) *CreateAssociationInput

SetInstanceId sets the InstanceId field's value.

func (*CreateAssociationInput) SetMaxConcurrency

func (s *CreateAssociationInput) SetMaxConcurrency(v string) *CreateAssociationInput

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*CreateAssociationInput) SetMaxErrors

func (s *CreateAssociationInput) SetMaxErrors(v string) *CreateAssociationInput

SetMaxErrors sets the MaxErrors field's value.

func (*CreateAssociationInput) SetName

func (s *CreateAssociationInput) SetName(v string) *CreateAssociationInput

SetName sets the Name field's value.

func (*CreateAssociationInput) SetOutputLocation

func (s *CreateAssociationInput) SetOutputLocation(v *InstanceAssociationOutputLocation) *CreateAssociationInput

SetOutputLocation sets the OutputLocation field's value.

func (*CreateAssociationInput) SetParameters

func (s *CreateAssociationInput) SetParameters(v map[string][]*string) *CreateAssociationInput

SetParameters sets the Parameters field's value.

func (*CreateAssociationInput) SetScheduleExpression

func (s *CreateAssociationInput) SetScheduleExpression(v string) *CreateAssociationInput

SetScheduleExpression sets the ScheduleExpression field's value.

func (*CreateAssociationInput) SetScheduleOffset

func (s *CreateAssociationInput) SetScheduleOffset(v int64) *CreateAssociationInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateAssociationInput) SetSyncCompliance

func (s *CreateAssociationInput) SetSyncCompliance(v string) *CreateAssociationInput

SetSyncCompliance sets the SyncCompliance field's value.

func (*CreateAssociationInput) SetTags

func (s *CreateAssociationInput) SetTags(v []*Tag) *CreateAssociationInput

SetTags sets the Tags field's value.

func (*CreateAssociationInput) SetTargetLocations

func (s *CreateAssociationInput) SetTargetLocations(v []*TargetLocation) *CreateAssociationInput

SetTargetLocations sets the TargetLocations field's value.

func (*CreateAssociationInput) SetTargetMaps

func (s *CreateAssociationInput) SetTargetMaps(v []map[string][]*string) *CreateAssociationInput

SetTargetMaps sets the TargetMaps field's value.

func (*CreateAssociationInput) SetTargets

func (s *CreateAssociationInput) SetTargets(v []*Target) *CreateAssociationInput

SetTargets sets the Targets field's value.

func (CreateAssociationInput) String

func (s CreateAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationInput) Validate

func (s *CreateAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssociationOutput

type CreateAssociationOutput struct {

    // Information about the association.
    AssociationDescription *AssociationDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateAssociationOutput) GoString

func (s CreateAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssociationOutput) SetAssociationDescription

func (s *CreateAssociationOutput) SetAssociationDescription(v *AssociationDescription) *CreateAssociationOutput

SetAssociationDescription sets the AssociationDescription field's value.

func (CreateAssociationOutput) String

func (s CreateAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDocumentInput

type CreateDocumentInput struct {

    // A list of key-value pairs that describe attachments to a version of a document.
    Attachments []*AttachmentsSource `type:"list"`

    // The content for the new SSM document in JSON or YAML format. The content
    // of the document must not exceed 64KB. This quota also includes the content
    // specified for input parameters at runtime. We recommend storing the contents
    // for your new document in an external JSON or YAML file and referencing the
    // file in a command.
    //
    // For examples, see the following topics in the Amazon Web Services Systems
    // Manager User Guide.
    //
    //    * Create an SSM document (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-console)
    //
    //    * Create an SSM document (command line) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-cli)
    //
    //    * Create an SSM document (API) (https://docs.aws.amazon.com/systems-manager/latest/userguide/documents-using.html#create-ssm-document-api)
    //
    // Content is a required field
    Content *string `min:"1" type:"string" required:"true"`

    // An optional field where you can specify a friendly name for the SSM document.
    // This value can differ for each version of the document. You can update this
    // value at a later time using the UpdateDocument operation.
    DisplayName *string `type:"string"`

    // Specify the document format for the request. The document format can be JSON,
    // YAML, or TEXT. JSON is the default format.
    DocumentFormat *string `type:"string" enum:"DocumentFormat"`

    // The type of document to create.
    //
    // The DeploymentStrategy document type is an internal-use-only document type
    // reserved for AppConfig.
    DocumentType *string `type:"string" enum:"DocumentType"`

    // A name for the SSM document.
    //
    // You can't use the following strings as document name prefixes. These are
    // reserved by Amazon Web Services for use as document name prefixes:
    //
    //    * aws
    //
    //    * amazon
    //
    //    * amzn
    //
    //    * AWSEC2
    //
    //    * AWSConfigRemediation
    //
    //    * AWSSupport
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // A list of SSM documents required by a document. This parameter is used exclusively
    // by AppConfig. When a user creates an AppConfig configuration in an SSM document,
    // the user must also specify a required document for validation purposes. In
    // this case, an ApplicationConfiguration document requires an ApplicationConfigurationSchema
    // document for validation purposes. For more information, see What is AppConfig?
    // (https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html)
    // in the AppConfig User Guide.
    Requires []*DocumentRequires `min:"1" type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag an SSM document to identify the types
    // of targets or the environment where it will run. In this case, you could
    // specify the following key-value pairs:
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // To add tags to an existing SSM document, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`

    // Specify a target type to define the kinds of resources the document can run
    // on. For example, to run a document on EC2 instances, specify the following
    // value: /AWS::EC2::Instance. If you specify a value of '/' the document can
    // run on all types of resources. If you don't specify a value, the document
    // can't run on any resources. For a list of valid resource types, see Amazon
    // Web Services resource and property types reference (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html)
    // in the CloudFormation User Guide.
    TargetType *string `type:"string"`

    // An optional field specifying the version of the artifact you are creating
    // with the document. For example, Release12.1. This value is unique across
    // all versions of a document, and can't be changed.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateDocumentInput) GoString

func (s CreateDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentInput) SetAttachments

func (s *CreateDocumentInput) SetAttachments(v []*AttachmentsSource) *CreateDocumentInput

SetAttachments sets the Attachments field's value.

func (*CreateDocumentInput) SetContent

func (s *CreateDocumentInput) SetContent(v string) *CreateDocumentInput

SetContent sets the Content field's value.

func (*CreateDocumentInput) SetDisplayName

func (s *CreateDocumentInput) SetDisplayName(v string) *CreateDocumentInput

SetDisplayName sets the DisplayName field's value.

func (*CreateDocumentInput) SetDocumentFormat

func (s *CreateDocumentInput) SetDocumentFormat(v string) *CreateDocumentInput

SetDocumentFormat sets the DocumentFormat field's value.

func (*CreateDocumentInput) SetDocumentType

func (s *CreateDocumentInput) SetDocumentType(v string) *CreateDocumentInput

SetDocumentType sets the DocumentType field's value.

func (*CreateDocumentInput) SetName

func (s *CreateDocumentInput) SetName(v string) *CreateDocumentInput

SetName sets the Name field's value.

func (*CreateDocumentInput) SetRequires

func (s *CreateDocumentInput) SetRequires(v []*DocumentRequires) *CreateDocumentInput

SetRequires sets the Requires field's value.

func (*CreateDocumentInput) SetTags

func (s *CreateDocumentInput) SetTags(v []*Tag) *CreateDocumentInput

SetTags sets the Tags field's value.

func (*CreateDocumentInput) SetTargetType

func (s *CreateDocumentInput) SetTargetType(v string) *CreateDocumentInput

SetTargetType sets the TargetType field's value.

func (*CreateDocumentInput) SetVersionName

func (s *CreateDocumentInput) SetVersionName(v string) *CreateDocumentInput

SetVersionName sets the VersionName field's value.

func (CreateDocumentInput) String

func (s CreateDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentInput) Validate

func (s *CreateDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDocumentOutput

type CreateDocumentOutput struct {

    // Information about the SSM document.
    DocumentDescription *DocumentDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (CreateDocumentOutput) GoString

func (s CreateDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDocumentOutput) SetDocumentDescription

func (s *CreateDocumentOutput) SetDocumentDescription(v *DocumentDescription) *CreateDocumentOutput

SetDocumentDescription sets the DocumentDescription field's value.

func (CreateDocumentOutput) String

func (s CreateDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateMaintenanceWindowInput

type CreateMaintenanceWindowInput struct {

    // Enables a maintenance window task to run on managed nodes, even if you haven't
    // registered those nodes as targets. If enabled, then you must specify the
    // unregistered managed nodes (by node ID) when you register a task with the
    // maintenance window.
    //
    // If you don't enable this option, then you must specify previously-registered
    // targets when you register a task with the maintenance window.
    //
    // AllowUnassociatedTargets is a required field
    AllowUnassociatedTargets *bool `type:"boolean" required:"true"`

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // The number of hours before the end of the maintenance window that Amazon
    // Web Services Systems Manager stops scheduling new tasks for execution.
    //
    // Cutoff is a required field
    Cutoff *int64 `type:"integer" required:"true"`

    // An optional description for the maintenance window. We recommend specifying
    // a description to help you organize your maintenance windows.
    //
    // Description is a sensitive parameter and its value will be
    // replaced with "sensitive" in string returned by CreateMaintenanceWindowInput's
    // String and GoString methods.
    Description *string `min:"1" type:"string" sensitive:"true"`

    // The duration of the maintenance window in hours.
    //
    // Duration is a required field
    Duration *int64 `min:"1" type:"integer" required:"true"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become inactive. EndDate allows you to set a date and time in the
    // future when the maintenance window will no longer run.
    EndDate *string `type:"string"`

    // The name of the maintenance window.
    //
    // Name is a required field
    Name *string `min:"3" type:"string" required:"true"`

    // The schedule of the maintenance window in the form of a cron or rate expression.
    //
    // Schedule is a required field
    Schedule *string `min:"1" type:"string" required:"true"`

    // The number of days to wait after the date and time specified by a cron expression
    // before running the maintenance window.
    //
    // For example, the following cron expression schedules a maintenance window
    // to run on the third Tuesday of every month at 11:30 PM.
    //
    // cron(30 23 ? * TUE#3 *)
    //
    // If the schedule offset is 2, the maintenance window won't run until two days
    // later.
    ScheduleOffset *int64 `min:"1" type:"integer"`

    // The time zone that the scheduled maintenance window executions are based
    // on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles",
    // "UTC", or "Asia/Seoul". For more information, see the Time Zone Database
    // (https://www.iana.org/time-zones) on the IANA website.
    ScheduleTimezone *string `type:"string"`

    // The date and time, in ISO-8601 Extended format, for when you want the maintenance
    // window to become active. StartDate allows you to delay activation of the
    // maintenance window until the specified future date.
    //
    // When using a rate schedule, if you provide a start date that occurs in the
    // past, the current date and time are used as the start date.
    StartDate *string `type:"string"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag a maintenance window to identify the type
    // of tasks it will run, the types of targets, and the environment it will run
    // in. In this case, you could specify the following key-value pairs:
    //
    //    * Key=TaskType,Value=AgentUpdate
    //
    //    * Key=OS,Value=Windows
    //
    //    * Key=Environment,Value=Production
    //
    // To add tags to an existing maintenance window, use the AddTagsToResource
    // operation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateMaintenanceWindowInput) GoString

func (s CreateMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowInput) SetAllowUnassociatedTargets

func (s *CreateMaintenanceWindowInput) SetAllowUnassociatedTargets(v bool) *CreateMaintenanceWindowInput

SetAllowUnassociatedTargets sets the AllowUnassociatedTargets field's value.

func (*CreateMaintenanceWindowInput) SetClientToken

func (s *CreateMaintenanceWindowInput) SetClientToken(v string) *CreateMaintenanceWindowInput

SetClientToken sets the ClientToken field's value.

func (*CreateMaintenanceWindowInput) SetCutoff

func (s *CreateMaintenanceWindowInput) SetCutoff(v int64) *CreateMaintenanceWindowInput

SetCutoff sets the Cutoff field's value.

func (*CreateMaintenanceWindowInput) SetDescription

func (s *CreateMaintenanceWindowInput) SetDescription(v string) *CreateMaintenanceWindowInput

SetDescription sets the Description field's value.

func (*CreateMaintenanceWindowInput) SetDuration

func (s *CreateMaintenanceWindowInput) SetDuration(v int64) *CreateMaintenanceWindowInput

SetDuration sets the Duration field's value.

func (*CreateMaintenanceWindowInput) SetEndDate

func (s *CreateMaintenanceWindowInput) SetEndDate(v string) *CreateMaintenanceWindowInput

SetEndDate sets the EndDate field's value.

func (*CreateMaintenanceWindowInput) SetName

func (s *CreateMaintenanceWindowInput) SetName(v string) *CreateMaintenanceWindowInput

SetName sets the Name field's value.

func (*CreateMaintenanceWindowInput) SetSchedule

func (s *CreateMaintenanceWindowInput) SetSchedule(v string) *CreateMaintenanceWindowInput

SetSchedule sets the Schedule field's value.

func (*CreateMaintenanceWindowInput) SetScheduleOffset

func (s *CreateMaintenanceWindowInput) SetScheduleOffset(v int64) *CreateMaintenanceWindowInput

SetScheduleOffset sets the ScheduleOffset field's value.

func (*CreateMaintenanceWindowInput) SetScheduleTimezone

func (s *CreateMaintenanceWindowInput) SetScheduleTimezone(v string) *CreateMaintenanceWindowInput

SetScheduleTimezone sets the ScheduleTimezone field's value.

func (*CreateMaintenanceWindowInput) SetStartDate

func (s *CreateMaintenanceWindowInput) SetStartDate(v string) *CreateMaintenanceWindowInput

SetStartDate sets the StartDate field's value.

func (*CreateMaintenanceWindowInput) SetTags

func (s *CreateMaintenanceWindowInput) SetTags(v []*Tag) *CreateMaintenanceWindowInput

SetTags sets the Tags field's value.

func (CreateMaintenanceWindowInput) String

func (s CreateMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowInput) Validate

func (s *CreateMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMaintenanceWindowOutput

type CreateMaintenanceWindowOutput struct {

    // The ID of the created maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreateMaintenanceWindowOutput) GoString

func (s CreateMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMaintenanceWindowOutput) SetWindowId

func (s *CreateMaintenanceWindowOutput) SetWindowId(v string) *CreateMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (CreateMaintenanceWindowOutput) String

func (s CreateMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOpsItemInput

type CreateOpsItemInput struct {

    // The target Amazon Web Services account where you want to create an OpsItem.
    // To make this call, your account must be configured to work with OpsItems
    // across accounts. For more information, see Set up OpsCenter (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html)
    // in the Amazon Web Services Systems Manager User Guide.
    AccountId *string `type:"string"`

    // The time a runbook workflow ended. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualEndTime *time.Time `type:"timestamp"`

    // The time a runbook workflow started. Currently reported only for the OpsItem
    // type /aws/changerequest.
    ActualStartTime *time.Time `type:"timestamp"`

    // Specify a category to assign to an OpsItem.
    Category *string `min:"1" type:"string"`

    // User-defined text that contains information about the OpsItem, in Markdown
    // format.
    //
    // Provide enough information so that users viewing this OpsItem for the first
    // time understand the issue.
    //
    // Description is a required field
    Description *string `min:"1" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of an SNS topic where notifications are sent
    // when this OpsItem is edited or changed.
    Notifications []*OpsItemNotification `type:"list"`

    // Operational data is custom data that provides useful reference details about
    // the OpsItem. For example, you can specify log files, error strings, license
    // keys, troubleshooting tips, or other relevant data. You enter operational
    // data as key-value pairs. The key has a maximum length of 128 characters.
    // The value has a maximum size of 20 KB.
    //
    // Operational data keys can't begin with the following: amazon, aws, amzn,
    // ssm, /amazon, /aws, /amzn, /ssm.
    //
    // You can choose to make the data searchable by other users in the account
    // or you can restrict search access. Searchable data means that all users with
    // access to the OpsItem Overview page (as provided by the DescribeOpsItems
    // API operation) can view and search on the specified data. Operational data
    // that isn't searchable is only viewable by users who have access to the OpsItem
    // (as provided by the GetOpsItem API operation).
    //
    // Use the /aws/resources key in OperationalData to specify a related resource
    // in the request. Use the /aws/automations key in OperationalData to associate
    // an Automation runbook with the OpsItem. To view Amazon Web Services CLI example
    // commands that use these keys, see Create OpsItems manually (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html)
    // in the Amazon Web Services Systems Manager User Guide.
    OperationalData map[string]*OpsItemDataValue `type:"map"`

    // The type of OpsItem to create. Systems Manager supports the following types
    // of OpsItems:
    //
    //    * /aws/issue This type of OpsItem is used for default OpsItems created
    //    by OpsCenter.
    //
    //    * /aws/changerequest This type of OpsItem is used by Change Manager for
    //    reviewing and approving or rejecting change requests.
    //
    //    * /aws/insight This type of OpsItem is used by OpsCenter for aggregating
    //    and reporting on duplicate OpsItems.
    OpsItemType *string `type:"string"`

    // The time specified in a change request for a runbook workflow to end. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedEndTime *time.Time `type:"timestamp"`

    // The time specified in a change request for a runbook workflow to start. Currently
    // supported only for the OpsItem type /aws/changerequest.
    PlannedStartTime *time.Time `type:"timestamp"`

    // The importance of this OpsItem in relation to other OpsItems in the system.
    Priority *int64 `min:"1" type:"integer"`

    // One or more OpsItems that share something in common with the current OpsItems.
    // For example, related OpsItems can include OpsItems with similar error messages,
    // impacted resources, or statuses for the impacted resource.
    RelatedOpsItems []*RelatedOpsItem `type:"list"`

    // Specify a severity to assign to an OpsItem.
    Severity *string `min:"1" type:"string"`

    // The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
    //
    // The source name can't contain the following strings: aws, amazon, and amzn.
    //
    // Source is a required field
    Source *string `min:"1" type:"string" required:"true"`

    // Optional metadata that you assign to a resource.
    //
    // Tags use a key-value pair. For example:
    //
    // Key=Department,Value=Finance
    //
    // To add tags to a new OpsItem, a user must have IAM permissions for both the
    // ssm:CreateOpsItems operation and the ssm:AddTagsToResource operation. To
    // add tags to an existing OpsItem, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`

    // A short heading that describes the nature of the OpsItem and the impacted
    // resource.
    //
    // Title is a required field
    Title *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateOpsItemInput) GoString

func (s CreateOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemInput) SetAccountId

func (s *CreateOpsItemInput) SetAccountId(v string) *CreateOpsItemInput

SetAccountId sets the AccountId field's value.

func (*CreateOpsItemInput) SetActualEndTime

func (s *CreateOpsItemInput) SetActualEndTime(v time.Time) *CreateOpsItemInput

SetActualEndTime sets the ActualEndTime field's value.

func (*CreateOpsItemInput) SetActualStartTime

func (s *CreateOpsItemInput) SetActualStartTime(v time.Time) *CreateOpsItemInput

SetActualStartTime sets the ActualStartTime field's value.

func (*CreateOpsItemInput) SetCategory

func (s *CreateOpsItemInput) SetCategory(v string) *CreateOpsItemInput

SetCategory sets the Category field's value.

func (*CreateOpsItemInput) SetDescription

func (s *CreateOpsItemInput) SetDescription(v string) *CreateOpsItemInput

SetDescription sets the Description field's value.

func (*CreateOpsItemInput) SetNotifications

func (s *CreateOpsItemInput) SetNotifications(v []*OpsItemNotification) *CreateOpsItemInput

SetNotifications sets the Notifications field's value.

func (*CreateOpsItemInput) SetOperationalData

func (s *CreateOpsItemInput) SetOperationalData(v map[string]*OpsItemDataValue) *CreateOpsItemInput

SetOperationalData sets the OperationalData field's value.

func (*CreateOpsItemInput) SetOpsItemType

func (s *CreateOpsItemInput) SetOpsItemType(v string) *CreateOpsItemInput

SetOpsItemType sets the OpsItemType field's value.

func (*CreateOpsItemInput) SetPlannedEndTime

func (s *CreateOpsItemInput) SetPlannedEndTime(v time.Time) *CreateOpsItemInput

SetPlannedEndTime sets the PlannedEndTime field's value.

func (*CreateOpsItemInput) SetPlannedStartTime

func (s *CreateOpsItemInput) SetPlannedStartTime(v time.Time) *CreateOpsItemInput

SetPlannedStartTime sets the PlannedStartTime field's value.

func (*CreateOpsItemInput) SetPriority

func (s *CreateOpsItemInput) SetPriority(v int64) *CreateOpsItemInput

SetPriority sets the Priority field's value.

func (*CreateOpsItemInput) SetRelatedOpsItems

func (s *CreateOpsItemInput) SetRelatedOpsItems(v []*RelatedOpsItem) *CreateOpsItemInput

SetRelatedOpsItems sets the RelatedOpsItems field's value.

func (*CreateOpsItemInput) SetSeverity

func (s *CreateOpsItemInput) SetSeverity(v string) *CreateOpsItemInput

SetSeverity sets the Severity field's value.

func (*CreateOpsItemInput) SetSource

func (s *CreateOpsItemInput) SetSource(v string) *CreateOpsItemInput

SetSource sets the Source field's value.

func (*CreateOpsItemInput) SetTags

func (s *CreateOpsItemInput) SetTags(v []*Tag) *CreateOpsItemInput

SetTags sets the Tags field's value.

func (*CreateOpsItemInput) SetTitle

func (s *CreateOpsItemInput) SetTitle(v string) *CreateOpsItemInput

SetTitle sets the Title field's value.

func (CreateOpsItemInput) String

func (s CreateOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemInput) Validate

func (s *CreateOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOpsItemOutput

type CreateOpsItemOutput struct {

    // The OpsItem Amazon Resource Name (ARN).
    OpsItemArn *string `min:"20" type:"string"`

    // The ID of the OpsItem.
    OpsItemId *string `type:"string"`
    // contains filtered or unexported fields
}

func (CreateOpsItemOutput) GoString

func (s CreateOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsItemOutput) SetOpsItemArn

func (s *CreateOpsItemOutput) SetOpsItemArn(v string) *CreateOpsItemOutput

SetOpsItemArn sets the OpsItemArn field's value.

func (*CreateOpsItemOutput) SetOpsItemId

func (s *CreateOpsItemOutput) SetOpsItemId(v string) *CreateOpsItemOutput

SetOpsItemId sets the OpsItemId field's value.

func (CreateOpsItemOutput) String

func (s CreateOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateOpsMetadataInput

type CreateOpsMetadataInput struct {

    // Metadata for a new Application Manager application.
    Metadata map[string]*MetadataValue `min:"1" type:"map"`

    // A resource ID for a new Application Manager application.
    //
    // ResourceId is a required field
    ResourceId *string `min:"1" type:"string" required:"true"`

    // Optional metadata that you assign to a resource. You can specify a maximum
    // of five tags for an OpsMetadata object. Tags enable you to categorize a resource
    // in different ways, such as by purpose, owner, or environment. For example,
    // you might want to tag an OpsMetadata object to identify an environment or
    // target Amazon Web Services Region. In this case, you could specify the following
    // key-value pairs:
    //
    //    * Key=Environment,Value=Production
    //
    //    * Key=Region,Value=us-east-2
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreateOpsMetadataInput) GoString

func (s CreateOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataInput) SetMetadata

func (s *CreateOpsMetadataInput) SetMetadata(v map[string]*MetadataValue) *CreateOpsMetadataInput

SetMetadata sets the Metadata field's value.

func (*CreateOpsMetadataInput) SetResourceId

func (s *CreateOpsMetadataInput) SetResourceId(v string) *CreateOpsMetadataInput

SetResourceId sets the ResourceId field's value.

func (*CreateOpsMetadataInput) SetTags

func (s *CreateOpsMetadataInput) SetTags(v []*Tag) *CreateOpsMetadataInput

SetTags sets the Tags field's value.

func (CreateOpsMetadataInput) String

func (s CreateOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataInput) Validate

func (s *CreateOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateOpsMetadataOutput

type CreateOpsMetadataOutput struct {

    // The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created
    // by the call.
    OpsMetadataArn *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateOpsMetadataOutput) GoString

func (s CreateOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateOpsMetadataOutput) SetOpsMetadataArn

func (s *CreateOpsMetadataOutput) SetOpsMetadataArn(v string) *CreateOpsMetadataOutput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (CreateOpsMetadataOutput) String

func (s CreateOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePatchBaselineInput

type CreatePatchBaselineInput struct {

    // A set of rules used to include patches in the baseline.
    ApprovalRules *PatchRuleGroup `type:"structure"`

    // A list of explicitly approved patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    ApprovedPatches []*string `type:"list"`

    // Defines the compliance level for approved patches. When an approved patch
    // is reported as missing, this value describes the severity of the compliance
    // violation. The default value is UNSPECIFIED.
    ApprovedPatchesComplianceLevel *string `type:"string" enum:"PatchComplianceLevel"`

    // Indicates whether the list of approved patches includes non-security updates
    // that should be applied to the managed nodes. The default value is false.
    // Applies to Linux managed nodes only.
    ApprovedPatchesEnableNonSecurity *bool `type:"boolean"`

    // User-provided idempotency token.
    ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

    // A description of the patch baseline.
    Description *string `min:"1" type:"string"`

    // A set of global filters used to include patches in the baseline.
    GlobalFilters *PatchFilterGroup `type:"structure"`

    // The name of the patch baseline.
    //
    // Name is a required field
    Name *string `min:"3" type:"string" required:"true"`

    // Defines the operating system the patch baseline applies to. The default value
    // is WINDOWS.
    OperatingSystem *string `type:"string" enum:"OperatingSystem"`

    // A list of explicitly rejected patches for the baseline.
    //
    // For information about accepted formats for lists of approved patches and
    // rejected patches, see About package name formats for approved and rejected
    // patch lists (https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html)
    // in the Amazon Web Services Systems Manager User Guide.
    RejectedPatches []*string `type:"list"`

    // The action for Patch Manager to take on patches included in the RejectedPackages
    // list.
    //
    //    * ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed
    //    only if it is a dependency of another package. It is considered compliant
    //    with the patch baseline, and its status is reported as InstalledOther.
    //    This is the default action if no option is specified.
    //
    //    * BLOCK: Packages in the Rejected patches list, and packages that include
    //    them as dependencies, aren't installed by Patch Manager under any circumstances.
    //    If a package was installed before it was added to the Rejected patches
    //    list, or is installed outside of Patch Manager afterward, it's considered
    //    noncompliant with the patch baseline and its status is reported as InstalledRejected.
    RejectedPatchesAction *string `type:"string" enum:"PatchAction"`

    // Information about the patches to use to update the managed nodes, including
    // target operating systems and source repositories. Applies to Linux managed
    // nodes only.
    Sources []*PatchSource `type:"list"`

    // Optional metadata that you assign to a resource. Tags enable you to categorize
    // a resource in different ways, such as by purpose, owner, or environment.
    // For example, you might want to tag a patch baseline to identify the severity
    // level of patches it specifies and the operating system family it applies
    // to. In this case, you could specify the following key-value pairs:
    //
    //    * Key=PatchSeverity,Value=Critical
    //
    //    * Key=OS,Value=Windows
    //
    // To add tags to an existing patch baseline, use the AddTagsToResource operation.
    Tags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (CreatePatchBaselineInput) GoString

func (s CreatePatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineInput) SetApprovalRules

func (s *CreatePatchBaselineInput) SetApprovalRules(v *PatchRuleGroup) *CreatePatchBaselineInput

SetApprovalRules sets the ApprovalRules field's value.

func (*CreatePatchBaselineInput) SetApprovedPatches

func (s *CreatePatchBaselineInput) SetApprovedPatches(v []*string) *CreatePatchBaselineInput

SetApprovedPatches sets the ApprovedPatches field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel

func (s *CreatePatchBaselineInput) SetApprovedPatchesComplianceLevel(v string) *CreatePatchBaselineInput

SetApprovedPatchesComplianceLevel sets the ApprovedPatchesComplianceLevel field's value.

func (*CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity

func (s *CreatePatchBaselineInput) SetApprovedPatchesEnableNonSecurity(v bool) *CreatePatchBaselineInput

SetApprovedPatchesEnableNonSecurity sets the ApprovedPatchesEnableNonSecurity field's value.

func (*CreatePatchBaselineInput) SetClientToken

func (s *CreatePatchBaselineInput) SetClientToken(v string) *CreatePatchBaselineInput

SetClientToken sets the ClientToken field's value.

func (*CreatePatchBaselineInput) SetDescription

func (s *CreatePatchBaselineInput) SetDescription(v string) *CreatePatchBaselineInput

SetDescription sets the Description field's value.

func (*CreatePatchBaselineInput) SetGlobalFilters

func (s *CreatePatchBaselineInput) SetGlobalFilters(v *PatchFilterGroup) *CreatePatchBaselineInput

SetGlobalFilters sets the GlobalFilters field's value.

func (*CreatePatchBaselineInput) SetName

func (s *CreatePatchBaselineInput) SetName(v string) *CreatePatchBaselineInput

SetName sets the Name field's value.

func (*CreatePatchBaselineInput) SetOperatingSystem

func (s *CreatePatchBaselineInput) SetOperatingSystem(v string) *CreatePatchBaselineInput

SetOperatingSystem sets the OperatingSystem field's value.

func (*CreatePatchBaselineInput) SetRejectedPatches

func (s *CreatePatchBaselineInput) SetRejectedPatches(v []*string) *CreatePatchBaselineInput

SetRejectedPatches sets the RejectedPatches field's value.

func (*CreatePatchBaselineInput) SetRejectedPatchesAction

func (s *CreatePatchBaselineInput) SetRejectedPatchesAction(v string) *CreatePatchBaselineInput

SetRejectedPatchesAction sets the RejectedPatchesAction field's value.

func (*CreatePatchBaselineInput) SetSources

func (s *CreatePatchBaselineInput) SetSources(v []*PatchSource) *CreatePatchBaselineInput

SetSources sets the Sources field's value.

func (*CreatePatchBaselineInput) SetTags

func (s *CreatePatchBaselineInput) SetTags(v []*Tag) *CreatePatchBaselineInput

SetTags sets the Tags field's value.

func (CreatePatchBaselineInput) String

func (s CreatePatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineInput) Validate

func (s *CreatePatchBaselineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePatchBaselineOutput

type CreatePatchBaselineOutput struct {

    // The ID of the created patch baseline.
    BaselineId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (CreatePatchBaselineOutput) GoString

func (s CreatePatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePatchBaselineOutput) SetBaselineId

func (s *CreatePatchBaselineOutput) SetBaselineId(v string) *CreatePatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (CreatePatchBaselineOutput) String

func (s CreatePatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateResourceDataSyncInput

type CreateResourceDataSyncInput struct {

    // Amazon S3 configuration details for the sync. This parameter is required
    // if the SyncType value is SyncToDestination.
    S3Destination *ResourceDataSyncS3Destination `type:"structure"`

    // A name for the configuration.
    //
    // SyncName is a required field
    SyncName *string `min:"1" type:"string" required:"true"`

    // Specify information about the data sources to synchronize. This parameter
    // is required if the SyncType value is SyncFromSource.
    SyncSource *ResourceDataSyncSource `type:"structure"`

    // Specify SyncToDestination to create a resource data sync that synchronizes
    // data to an S3 bucket for Inventory. If you specify SyncToDestination, you
    // must provide a value for S3Destination. Specify SyncFromSource to synchronize
    // data from a single account and multiple Regions, or multiple Amazon Web Services
    // accounts and Amazon Web Services Regions, as listed in Organizations for
    // Explorer. If you specify SyncFromSource, you must provide a value for SyncSource.
    // The default value is SyncToDestination.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateResourceDataSyncInput) GoString

func (s CreateResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceDataSyncInput) SetS3Destination

func (s *CreateResourceDataSyncInput) SetS3Destination(v *ResourceDataSyncS3Destination) *CreateResourceDataSyncInput

SetS3Destination sets the S3Destination field's value.

func (*CreateResourceDataSyncInput) SetSyncName

func (s *CreateResourceDataSyncInput) SetSyncName(v string) *CreateResourceDataSyncInput

SetSyncName sets the SyncName field's value.

func (*CreateResourceDataSyncInput) SetSyncSource

func (s *CreateResourceDataSyncInput) SetSyncSource(v *ResourceDataSyncSource) *CreateResourceDataSyncInput

SetSyncSource sets the SyncSource field's value.

func (*CreateResourceDataSyncInput) SetSyncType

func (s *CreateResourceDataSyncInput) SetSyncType(v string) *CreateResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (CreateResourceDataSyncInput) String

func (s CreateResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateResourceDataSyncInput) Validate

func (s *CreateResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateResourceDataSyncOutput

type CreateResourceDataSyncOutput struct {
    // contains filtered or unexported fields
}

func (CreateResourceDataSyncOutput) GoString

func (s CreateResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateResourceDataSyncOutput) String

func (s CreateResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomSchemaCountLimitExceededException

type CustomSchemaCountLimitExceededException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"Message" type:"string"`
    // contains filtered or unexported fields
}

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

func (*CustomSchemaCountLimitExceededException) Code

func (s *CustomSchemaCountLimitExceededException) Code() string

Code returns the exception type name.

func (*CustomSchemaCountLimitExceededException) Error

func (s *CustomSchemaCountLimitExceededException) Error() string

func (CustomSchemaCountLimitExceededException) GoString

func (s CustomSchemaCountLimitExceededException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomSchemaCountLimitExceededException) Message

func (s *CustomSchemaCountLimitExceededException) Message() string

Message returns the exception's message.

func (*CustomSchemaCountLimitExceededException) OrigErr

func (s *CustomSchemaCountLimitExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*CustomSchemaCountLimitExceededException) RequestID

func (s *CustomSchemaCountLimitExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*CustomSchemaCountLimitExceededException) StatusCode

func (s *CustomSchemaCountLimitExceededException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (CustomSchemaCountLimitExceededException) String

func (s CustomSchemaCountLimitExceededException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteActivationInput

type DeleteActivationInput struct {

    // The ID of the activation that you want to delete.
    //
    // ActivationId is a required field
    ActivationId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteActivationInput) GoString

func (s DeleteActivationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActivationInput) SetActivationId

func (s *DeleteActivationInput) SetActivationId(v string) *DeleteActivationInput

SetActivationId sets the ActivationId field's value.

func (DeleteActivationInput) String

func (s DeleteActivationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActivationInput) Validate

func (s *DeleteActivationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteActivationOutput

type DeleteActivationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteActivationOutput) GoString

func (s DeleteActivationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteActivationOutput) String

func (s DeleteActivationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssociationInput

type DeleteAssociationInput struct {

    // The association ID that you want to delete.
    AssociationId *string `type:"string"`

    // The managed node ID.
    //
    // InstanceId has been deprecated. To specify a managed node ID for an association,
    // use the Targets parameter. Requests that include the parameter InstanceID
    // with Systems Manager documents (SSM documents) that use schema version 2.0
    // or later will fail. In addition, if you use the parameter InstanceId, you
    // can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency,
    // OutputLocation, or ScheduleExpression. To use these parameters, you must
    // use the Targets parameter.
    InstanceId *string `type:"string"`

    // The name of the SSM document.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteAssociationInput) GoString

func (s DeleteAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssociationInput) SetAssociationId

func (s *DeleteAssociationInput) SetAssociationId(v string) *DeleteAssociationInput

SetAssociationId sets the AssociationId field's value.

func (*DeleteAssociationInput) SetInstanceId

func (s *DeleteAssociationInput) SetInstanceId(v string) *DeleteAssociationInput

SetInstanceId sets the InstanceId field's value.

func (*DeleteAssociationInput) SetName

func (s *DeleteAssociationInput) SetName(v string) *DeleteAssociationInput

SetName sets the Name field's value.

func (DeleteAssociationInput) String

func (s DeleteAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssociationOutput

type DeleteAssociationOutput struct {
    // contains filtered or unexported fields
}

func (DeleteAssociationOutput) GoString

func (s DeleteAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssociationOutput) String

func (s DeleteAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDocumentInput

type DeleteDocumentInput struct {

    // The version of the document that you want to delete. If not provided, all
    // versions of the document are deleted.
    DocumentVersion *string `type:"string"`

    // Some SSM document types require that you specify a Force flag before you
    // can delete the document. For example, you must specify a Force flag to delete
    // a document of type ApplicationConfigurationSchema. You can restrict access
    // to the Force flag in an Identity and Access Management (IAM) policy.
    Force *bool `type:"boolean"`

    // The name of the document.
    //
    // Name is a required field
    Name *string `type:"string" required:"true"`

    // The version name of the document that you want to delete. If not provided,
    // all versions of the document are deleted.
    VersionName *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeleteDocumentInput) GoString

func (s DeleteDocumentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDocumentInput) SetDocumentVersion

func (s *DeleteDocumentInput) SetDocumentVersion(v string) *DeleteDocumentInput

SetDocumentVersion sets the DocumentVersion field's value.

func (*DeleteDocumentInput) SetForce

func (s *DeleteDocumentInput) SetForce(v bool) *DeleteDocumentInput

SetForce sets the Force field's value.

func (*DeleteDocumentInput) SetName

func (s *DeleteDocumentInput) SetName(v string) *DeleteDocumentInput

SetName sets the Name field's value.

func (*DeleteDocumentInput) SetVersionName

func (s *DeleteDocumentInput) SetVersionName(v string) *DeleteDocumentInput

SetVersionName sets the VersionName field's value.

func (DeleteDocumentInput) String

func (s DeleteDocumentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDocumentInput) Validate

func (s *DeleteDocumentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDocumentOutput

type DeleteDocumentOutput struct {
    // contains filtered or unexported fields
}

func (DeleteDocumentOutput) GoString

func (s DeleteDocumentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDocumentOutput) String

func (s DeleteDocumentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInventoryInput

type DeleteInventoryInput struct {

    // User-provided idempotency token.
    ClientToken *string `type:"string" idempotencyToken:"true"`

    // Use this option to view a summary of the deletion request without deleting
    // any data or the data type. This option is useful when you only want to understand
    // what will be deleted. Once you validate that the data to be deleted is what
    // you intend to delete, you can run the same command without specifying the
    // DryRun option.
    DryRun *bool `type:"boolean"`

    // Use the SchemaDeleteOption to delete a custom inventory type (schema). If
    // you don't choose this option, the system only deletes existing inventory
    // data associated with the custom inventory type. Choose one of the following
    // options:
    //
    // DisableSchema: If you choose this option, the system ignores all inventory
    // data for the specified version, and any earlier versions. To enable this
    // schema again, you must call the PutInventory operation for a version greater
    // than the disabled version.
    //
    // DeleteSchema: This option deletes the specified custom type from the Inventory
    // service. You can recreate the schema later, if you want.
    SchemaDeleteOption *string `type:"string" enum:"InventorySchemaDeleteOption"`

    // The name of the custom inventory type for which you want to delete either
    // all previously collected data or the inventory type itself.
    //
    // TypeName is a required field
    TypeName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInventoryInput) GoString

func (s DeleteInventoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryInput) SetClientToken

func (s *DeleteInventoryInput) SetClientToken(v string) *DeleteInventoryInput

SetClientToken sets the ClientToken field's value.

func (*DeleteInventoryInput) SetDryRun

func (s *DeleteInventoryInput) SetDryRun(v bool) *DeleteInventoryInput

SetDryRun sets the DryRun field's value.

func (*DeleteInventoryInput) SetSchemaDeleteOption

func (s *DeleteInventoryInput) SetSchemaDeleteOption(v string) *DeleteInventoryInput

SetSchemaDeleteOption sets the SchemaDeleteOption field's value.

func (*DeleteInventoryInput) SetTypeName

func (s *DeleteInventoryInput) SetTypeName(v string) *DeleteInventoryInput

SetTypeName sets the TypeName field's value.

func (DeleteInventoryInput) String

func (s DeleteInventoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryInput) Validate

func (s *DeleteInventoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInventoryOutput

type DeleteInventoryOutput struct {

    // Every DeleteInventory operation is assigned a unique ID. This option returns
    // a unique ID. You can use this ID to query the status of a delete operation.
    // This option is useful for ensuring that a delete operation has completed
    // before you begin other operations.
    DeletionId *string `type:"string"`

    // A summary of the delete operation. For more information about this summary,
    // see Understanding the delete inventory summary (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary)
    // in the Amazon Web Services Systems Manager User Guide.
    DeletionSummary *InventoryDeletionSummary `type:"structure"`

    // The name of the inventory data type specified in the request.
    TypeName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteInventoryOutput) GoString

func (s DeleteInventoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInventoryOutput) SetDeletionId

func (s *DeleteInventoryOutput) SetDeletionId(v string) *DeleteInventoryOutput

SetDeletionId sets the DeletionId field's value.

func (*DeleteInventoryOutput) SetDeletionSummary

func (s *DeleteInventoryOutput) SetDeletionSummary(v *InventoryDeletionSummary) *DeleteInventoryOutput

SetDeletionSummary sets the DeletionSummary field's value.

func (*DeleteInventoryOutput) SetTypeName

func (s *DeleteInventoryOutput) SetTypeName(v string) *DeleteInventoryOutput

SetTypeName sets the TypeName field's value.

func (DeleteInventoryOutput) String

func (s DeleteInventoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteMaintenanceWindowInput

type DeleteMaintenanceWindowInput struct {

    // The ID of the maintenance window to delete.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteMaintenanceWindowInput) GoString

func (s DeleteMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowInput) SetWindowId

func (s *DeleteMaintenanceWindowInput) SetWindowId(v string) *DeleteMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowInput) String

func (s DeleteMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowInput) Validate

func (s *DeleteMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMaintenanceWindowOutput

type DeleteMaintenanceWindowOutput struct {

    // The ID of the deleted maintenance window.
    WindowId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteMaintenanceWindowOutput) GoString

func (s DeleteMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMaintenanceWindowOutput) SetWindowId

func (s *DeleteMaintenanceWindowOutput) SetWindowId(v string) *DeleteMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (DeleteMaintenanceWindowOutput) String

func (s DeleteMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOpsItemInput

type DeleteOpsItemInput struct {

    // The ID of the OpsItem that you want to delete.
    //
    // OpsItemId is a required field
    OpsItemId *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteOpsItemInput) GoString

func (s DeleteOpsItemInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsItemInput) SetOpsItemId

func (s *DeleteOpsItemInput) SetOpsItemId(v string) *DeleteOpsItemInput

SetOpsItemId sets the OpsItemId field's value.

func (DeleteOpsItemInput) String

func (s DeleteOpsItemInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsItemInput) Validate

func (s *DeleteOpsItemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOpsItemOutput

type DeleteOpsItemOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOpsItemOutput) GoString

func (s DeleteOpsItemOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOpsItemOutput) String

func (s DeleteOpsItemOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteOpsMetadataInput

type DeleteOpsMetadataInput struct {

    // The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.
    //
    // OpsMetadataArn is a required field
    OpsMetadataArn *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteOpsMetadataInput) GoString

func (s DeleteOpsMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsMetadataInput) SetOpsMetadataArn

func (s *DeleteOpsMetadataInput) SetOpsMetadataArn(v string) *DeleteOpsMetadataInput

SetOpsMetadataArn sets the OpsMetadataArn field's value.

func (DeleteOpsMetadataInput) String

func (s DeleteOpsMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteOpsMetadataInput) Validate

func (s *DeleteOpsMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteOpsMetadataOutput

type DeleteOpsMetadataOutput struct {
    // contains filtered or unexported fields
}

func (DeleteOpsMetadataOutput) GoString

func (s DeleteOpsMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteOpsMetadataOutput) String

func (s DeleteOpsMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteParameterInput

type DeleteParameterInput struct {

    // The name of the parameter to delete.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Name is a required field
    Name *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteParameterInput) GoString

func (s DeleteParameterInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParameterInput) SetName

func (s *DeleteParameterInput) SetName(v string) *DeleteParameterInput

SetName sets the Name field's value.

func (DeleteParameterInput) String

func (s DeleteParameterInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParameterInput) Validate

func (s *DeleteParameterInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteParameterOutput

type DeleteParameterOutput struct {
    // contains filtered or unexported fields
}

func (DeleteParameterOutput) GoString

func (s DeleteParameterOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteParameterOutput) String

func (s DeleteParameterOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteParametersInput

type DeleteParametersInput struct {

    // The names of the parameters to delete. After deleting a parameter, wait for
    // at least 30 seconds to create a parameter with the same name.
    //
    // You can't enter the Amazon Resource Name (ARN) for a parameter, only the
    // parameter name itself.
    //
    // Names is a required field
    Names []*string `min:"1" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteParametersInput) GoString

func (s DeleteParametersInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersInput) SetNames

func (s *DeleteParametersInput) SetNames(v []*string) *DeleteParametersInput

SetNames sets the Names field's value.

func (DeleteParametersInput) String

func (s DeleteParametersInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersInput) Validate

func (s *DeleteParametersInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteParametersOutput

type DeleteParametersOutput struct {

    // The names of the deleted parameters.
    DeletedParameters []*string `min:"1" type:"list"`

    // The names of parameters that weren't deleted because the parameters aren't
    // valid.
    InvalidParameters []*string `min:"1" type:"list"`
    // contains filtered or unexported fields
}

func (DeleteParametersOutput) GoString

func (s DeleteParametersOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteParametersOutput) SetDeletedParameters

func (s *DeleteParametersOutput) SetDeletedParameters(v []*string) *DeleteParametersOutput

SetDeletedParameters sets the DeletedParameters field's value.

func (*DeleteParametersOutput) SetInvalidParameters

func (s *DeleteParametersOutput) SetInvalidParameters(v []*string) *DeleteParametersOutput

SetInvalidParameters sets the InvalidParameters field's value.

func (DeleteParametersOutput) String

func (s DeleteParametersOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePatchBaselineInput

type DeletePatchBaselineInput struct {

    // The ID of the patch baseline to delete.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeletePatchBaselineInput) GoString

func (s DeletePatchBaselineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineInput) SetBaselineId

func (s *DeletePatchBaselineInput) SetBaselineId(v string) *DeletePatchBaselineInput

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineInput) String

func (s DeletePatchBaselineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineInput) Validate

func (s *DeletePatchBaselineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePatchBaselineOutput

type DeletePatchBaselineOutput struct {

    // The ID of the deleted patch baseline.
    BaselineId *string `min:"20" type:"string"`
    // contains filtered or unexported fields
}

func (DeletePatchBaselineOutput) GoString

func (s DeletePatchBaselineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePatchBaselineOutput) SetBaselineId

func (s *DeletePatchBaselineOutput) SetBaselineId(v string) *DeletePatchBaselineOutput

SetBaselineId sets the BaselineId field's value.

func (DeletePatchBaselineOutput) String

func (s DeletePatchBaselineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourceDataSyncInput

type DeleteResourceDataSyncInput struct {

    // The name of the configuration to delete.
    //
    // SyncName is a required field
    SyncName *string `min:"1" type:"string" required:"true"`

    // Specify the type of resource data sync to delete.
    SyncType *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteResourceDataSyncInput) GoString

func (s DeleteResourceDataSyncInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourceDataSyncInput) SetSyncName

func (s *DeleteResourceDataSyncInput) SetSyncName(v string) *DeleteResourceDataSyncInput

SetSyncName sets the SyncName field's value.

func (*DeleteResourceDataSyncInput) SetSyncType

func (s *DeleteResourceDataSyncInput) SetSyncType(v string) *DeleteResourceDataSyncInput

SetSyncType sets the SyncType field's value.

func (DeleteResourceDataSyncInput) String

func (s DeleteResourceDataSyncInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourceDataSyncInput) Validate

func (s *DeleteResourceDataSyncInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourceDataSyncOutput

type DeleteResourceDataSyncOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourceDataSyncOutput) GoString

func (s DeleteResourceDataSyncOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourceDataSyncOutput) String

func (s DeleteResourceDataSyncOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteResourcePolicyInput

type DeleteResourcePolicyInput struct {

    // ID of the current policy version. The hash helps to prevent multiple calls
    // from attempting to overwrite a policy.
    //
    // PolicyHash is a required field
    PolicyHash *string `type:"string" required:"true"`

    // The policy ID.
    //
    // PolicyId is a required field
    PolicyId *string `type:"string" required:"true"`

    // Amazon Resource Name (ARN) of the resource to which the policies are attached.
    //
    // ResourceArn is a required field
    ResourceArn *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyInput) GoString

func (s DeleteResourcePolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) SetPolicyHash

func (s *DeleteResourcePolicyInput) SetPolicyHash(v string) *DeleteResourcePolicyInput

SetPolicyHash sets the PolicyHash field's value.

func (*DeleteResourcePolicyInput) SetPolicyId

func (s *DeleteResourcePolicyInput) SetPolicyId(v string) *DeleteResourcePolicyInput

SetPolicyId sets the PolicyId field's value.

func (*DeleteResourcePolicyInput) SetResourceArn

func (s *DeleteResourcePolicyInput) SetResourceArn(v string) *DeleteResourcePolicyInput

SetResourceArn sets the ResourceArn field's value.

func (DeleteResourcePolicyInput) String

func (s DeleteResourcePolicyInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteResourcePolicyInput) Validate

func (s *DeleteResourcePolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteResourcePolicyOutput

type DeleteResourcePolicyOutput struct {
    // contains filtered or unexported fields
}

func (DeleteResourcePolicyOutput) GoString

func (s DeleteResourcePolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteResourcePolicyOutput) String

func (s DeleteResourcePolicyOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterManagedInstanceInput

type DeregisterManagedInstanceInput struct {

    // The ID assigned to the managed node when you registered it using the activation
    // process.
    //
    // InstanceId is a required field
    InstanceId *string `min:"20" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterManagedInstanceInput) GoString

func (s DeregisterManagedInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterManagedInstanceInput) SetInstanceId

func (s *DeregisterManagedInstanceInput) SetInstanceId(v string) *DeregisterManagedInstanceInput

SetInstanceId sets the InstanceId field's value.

func (DeregisterManagedInstanceInput) String

func (s DeregisterManagedInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterManagedInstanceInput) Validate

func (s *DeregisterManagedInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterManagedInstanceOutput

type DeregisterManagedInstanceOutput struct {
    // contains filtered or unexported fields
}

func (DeregisterManagedInstanceOutput) GoString

func (s DeregisterManagedInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterManagedInstanceOutput) String

func (s DeregisterManagedInstanceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterPatchBaselineForPatchGroupInput

type DeregisterPatchBaselineForPatchGroupInput struct {

    // The ID of the patch baseline to deregister the patch group from.
    //
    // BaselineId is a required field
    BaselineId *string `min:"20" type:"string" required:"true"`

    // The name of the patch group that should be deregistered from the patch baseline.
    //
    // PatchGroup is a required field
    PatchGroup *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupInput) GoString

func (s DeregisterPatchBaselineForPatchGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupInput) SetBaselineId

func (s *DeregisterPatchBaselineForPatchGroupInput) SetBaselineId(v string) *DeregisterPatchBaselineForPatchGroupInput

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupInput) SetPatchGroup

func (s *DeregisterPatchBaselineForPatchGroupInput) SetPatchGroup(v string) *DeregisterPatchBaselineForPatchGroupInput

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupInput) String

func (s DeregisterPatchBaselineForPatchGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupInput) Validate

func (s *DeregisterPatchBaselineForPatchGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterPatchBaselineForPatchGroupOutput

type DeregisterPatchBaselineForPatchGroupOutput struct {

    // The ID of the patch baseline the patch group was deregistered from.
    BaselineId *string `min:"20" type:"string"`

    // The name of the patch group deregistered from the patch baseline.
    PatchGroup *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterPatchBaselineForPatchGroupOutput) GoString

func (s DeregisterPatchBaselineForPatchGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterPatchBaselineForPatchGroupOutput) SetBaselineId

func (s *DeregisterPatchBaselineForPatchGroupOutput) SetBaselineId(v string) *DeregisterPatchBaselineForPatchGroupOutput

SetBaselineId sets the BaselineId field's value.

func (*DeregisterPatchBaselineForPatchGroupOutput) SetPatchGroup

func (s *DeregisterPatchBaselineForPatchGroupOutput) SetPatchGroup(v string) *DeregisterPatchBaselineForPatchGroupOutput

SetPatchGroup sets the PatchGroup field's value.

func (DeregisterPatchBaselineForPatchGroupOutput) String

func (s DeregisterPatchBaselineForPatchGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterTargetFromMaintenanceWindowInput

type DeregisterTargetFromMaintenanceWindowInput struct {

    // The system checks if the target is being referenced by a task. If the target
    // is being referenced, the system returns an error and doesn't deregister the
    // target from the maintenance window.
    Safe *bool `type:"boolean"`

    // The ID of the maintenance window the target should be removed from.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The ID of the target definition to remove.
    //
    // WindowTargetId is a required field
    WindowTargetId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterTargetFromMaintenanceWindowInput) GoString

func (s DeregisterTargetFromMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowInput) SetSafe

func (s *DeregisterTargetFromMaintenanceWindowInput) SetSafe(v bool) *DeregisterTargetFromMaintenanceWindowInput

SetSafe sets the Safe field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowId

func (s *DeregisterTargetFromMaintenanceWindowInput) SetWindowId(v string) *DeregisterTargetFromMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowInput) SetWindowTargetId

func (s *DeregisterTargetFromMaintenanceWindowInput) SetWindowTargetId(v string) *DeregisterTargetFromMaintenanceWindowInput

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowInput) String

func (s DeregisterTargetFromMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowInput) Validate

func (s *DeregisterTargetFromMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterTargetFromMaintenanceWindowOutput

type DeregisterTargetFromMaintenanceWindowOutput struct {

    // The ID of the maintenance window the target was removed from.
    WindowId *string `min:"20" type:"string"`

    // The ID of the removed target definition.
    WindowTargetId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterTargetFromMaintenanceWindowOutput) GoString

func (s DeregisterTargetFromMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTargetFromMaintenanceWindowOutput) SetWindowId

func (s *DeregisterTargetFromMaintenanceWindowOutput) SetWindowId(v string) *DeregisterTargetFromMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (*DeregisterTargetFromMaintenanceWindowOutput) SetWindowTargetId

func (s *DeregisterTargetFromMaintenanceWindowOutput) SetWindowTargetId(v string) *DeregisterTargetFromMaintenanceWindowOutput

SetWindowTargetId sets the WindowTargetId field's value.

func (DeregisterTargetFromMaintenanceWindowOutput) String

func (s DeregisterTargetFromMaintenanceWindowOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterTaskFromMaintenanceWindowInput

type DeregisterTaskFromMaintenanceWindowInput struct {

    // The ID of the maintenance window the task should be removed from.
    //
    // WindowId is a required field
    WindowId *string `min:"20" type:"string" required:"true"`

    // The ID of the task to remove from the maintenance window.
    //
    // WindowTaskId is a required field
    WindowTaskId *string `min:"36" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowInput) GoString

func (s DeregisterTaskFromMaintenanceWindowInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowInput) SetWindowId

func (s *DeregisterTaskFromMaintenanceWindowInput) SetWindowId(v string) *DeregisterTaskFromMaintenanceWindowInput

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowInput) SetWindowTaskId

func (s *DeregisterTaskFromMaintenanceWindowInput) SetWindowTaskId(v string) *DeregisterTaskFromMaintenanceWindowInput

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowInput) String

func (s DeregisterTaskFromMaintenanceWindowInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowInput) Validate

func (s *DeregisterTaskFromMaintenanceWindowInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterTaskFromMaintenanceWindowOutput

type DeregisterTaskFromMaintenanceWindowOutput struct {

    // The ID of the maintenance window the task was removed from.
    WindowId *string `min:"20" type:"string"`

    // The ID of the task removed from the maintenance window.
    WindowTaskId *string `min:"36" type:"string"`
    // contains filtered or unexported fields
}

func (DeregisterTaskFromMaintenanceWindowOutput) GoString

func (s DeregisterTaskFromMaintenanceWindowOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterTaskFromMaintenanceWindowOutput) SetWindowId

func (s *DeregisterTaskFromMaintenanceWindowOutput) SetWindowId(v string) *DeregisterTaskFromMaintenanceWindowOutput

SetWindowId sets the WindowId field's value.

func (*DeregisterTaskFromMaintenanceWindowOutput) SetWindowTaskId

func (s *DeregisterTaskFromMaintenanceWindowOutput) SetWindowTaskId(v string) *DeregisterTaskFromMaintenanceWindowOutput

SetWindowTaskId sets the WindowTaskId field's value.

func (DeregisterTaskFromMaintenanceWindowOutput) String